.border-right-width {
	border-right: 1px solid #ddd;
}

.btn-custom-order{
	background: #1493BB !important;
	border-radius: 3px !important;
	color: #fff !important;
}

.px-7 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.bg-blue {
	background: #1493BB !important;
}

.text-yellow {
	color: #F15907 !important;
}

.text-yellow-light {
	color: #FFC107 !important;
}

.text-gray {
	color: #707070 !important;
}

.text-white {
	color: #fff !important;
}

.text-black {
	color: #000000 !important;
}

.text-blue {
	color: #1493BB !important;
}

.text-red{
	color: red !important;
}

.fs-22 {
	font-size: 1.375rem !important;
	line-height: 0.625rem !important;
}

.fs-18 {
	font-size: 1.125rem !important;
	line-height: 0.938rem !important;
}

.fs-10 {
	font-size: 0.625rem !important;
	line-height: 0.938rem !important;
}

.fs-11 {
	font-size: 0.688rem !important;
	line-height: 0.938rem !important;
}

.fs-12 {
	font-size: 0.75rem !important;
	line-height: 0.625rem !important;
}

.fs-14 {
	font-size: 0.875rem !important;
	line-height: 0.625rem !important;
}

.fs-16 {
	font-size: 1rem !important;
	line-height: 0.625rem !important;
}

.fs-20 {
	font-size: 1.25rem !important;
	line-height: 0.625rem !important;
}

.fs-50 {
	font-size: 3.125rem !important;
	line-height: 4.688rem !important;
}

.fw-bold-600 {
	font-weight: 600 !important;
}

.fw-bold-500 {
	font-weight: 600 !important;
}

.br-10{
	border-radius: 10px;
}

.br-14{
	border-radius: 14px;
}

.object-contain {
	object-fit: contain !important;
}

.object-cover {
	object-fit: cover !important;
}

.mobile-only {
	display: none !important;
}

.desktop-only {
	display: block !important;
}

.breadcrumb_section {
	background: #dddddd !important;
	min-height: 50px !important;
}

.product_info_min_h {
	min-height: 70px;
}

.border-img {
	border: 2px solid #dddddd !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.preloader {
	background-color: #ffffff;
	background-image: url("../images/logo/logo_gif.gif") !important;;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 50%;
	width: 100%;
	z-index: 999999999;
}


.text-underline {
	text-decoration: underline !important;
}

@media only screen and (max-width: 768.99px) {
	.mobile-only {
		display: block !important;
	}
	.desktop-only {
		display: none !important;
	}
}

@media only screen and (min-width: 769.99px) {
	.px-lg-7 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}
}

/* .page-title-div {
	border-bottom: 1px solid #dddddd !important;
}

.page-title {
	font-size: 22px;
	line-height: 10px;
	font-weight: 600 !important;
}

.page-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 2px;
	width: 100%;
	background-color: #1493BB;
}

.page-title-div {
	border-bottom: 1px solid #dddddd !important;
}
 */
/* .page-title1 { */
/* 	font-size: 22px; */
/* 	line-height: 10px; */
/* 	font-weight: 600 !important; */
/* } */

/* .page-title1:after { */
/* 	content: ''; */
/* 	position: absolute; */
/* 	left: 400; */
/* 	bottom: -8px; */
/* 	height: 2px; */
/* 	width: 100%; */
/* 	background-color: #1493BB; */
/* } */

.theme-color {
	color: #1493BB;
}

.home-tips-text-overflow {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.br-10{
	border-radius: 10px;
}

.navbar .navbar-nav .active::after {
  border-bottom: 2px solid #1493BB;
  bottom: 0px;
  content: " ";
  left: .5rem;
  position: absolute;
  right: .5rem;
  color: #1493BB !important;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

/* .spinner-border {
  display: inline-block;
  width: $spinner-width;
  height: $spinner-height;
  vertical-align: text-bottom;
  border: $spinner-border-width solid currentColor;
  border-right-color: transparent;
  // stylelint-disable-next-line property-blacklist
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
 */
.showHideHeaderCategory{
	display: none !important;;
}

.categories_btn:hover + .showHideHeaderCategory{
	transition: all 500ms ease;
	display: block !important;
}

.showHideHeaderCategory:hover{
	display: block !important; 
}

.pointer{
	cursor: pointer !important; 
}

.product_search_form ::-webkit-input-placeholder {
	color:#999 !important;
}
.product_search_form ::-moz-placeholder {
	color:#999 !important;
}
.product_search_form :-ms-input-placeholder {
	color:#999 !important;
}
.product_search_form ::-ms-input-placeholder {
color:#999 !important;
}
.product_search_form ::placeholder {
	color:#999 !important;
}

.preloader_image{
	/*position: absolute;
	top: 300px;
	left: 40%;*/
}

.show_preloader{
	display: block !important;
}

.hide_preloader{
	display: none !important;
}
	
.preloader_overlay{
    position: fixed;
    z-index: 100000;
    top: 0px;
    display: none;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media only screen and (max-width: 768px){
	.categoryDropDown{
		display: none !important;
	}
}

@media (max-width: 768px){	
	
	.mobile-fs-16{
		font-size: 1rem !important;
		line-height: 1.25rem !important;
	}
	
	
	.mobile-fs-10{
		font-size: 0.625rem !important;
		line-height: 1.25rem !important;
	}
	
	.mobile-fs-14{
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}
	
	.mobile-fs-12{
			font-size: 0.75rem !important;
			line-height: 1.25rem !important;
	}
	
	.messengerIcon{
		width: 50px !important;
	}
	
	.scrollUpIcon img{
		width: 30px !important;
	}
	
	.mobileIcon{
	 	width: 20px !important;
	}
		
}

.fs-28{
	font-size: 28px !important;
	line-height: 1.25rem;
}
