body {
	word-break: break-word;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #131313;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.white-color {
	color: #FFF;
}
.icon-bg-circle {
	display: block;
	position:relative;
	width: 35px;
	height: 35px;
	background-color: #f1f1f1;
	border: 0.5px solid rgba(248, 248, 248, 0.24);
	border-radius: 50%;
	text-align: center;
	padding-top: 2px;
	color: #131313;
}
.top-header {
	background: #FFF;
	color: #222;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}
/*--------------- menu-bar ---------------*/
.menu-bar {
	font-size: 1rem;
	width: 100%;
	background: #f15e22;
	color: #FFF;
	padding: 0px 6rem;
	position: fixed;
	top: 84px;
	z-index: 100;
	height: 60px;
    line-height: 46px;
}
.menu-item a {
	display: inline-block;
	padding: 0.43rem 0.65rem;
	margin-right: 0.4rem;
}
#category-menu .menu-item a:hover, #category-menu .menu-item a.active {
	background: #c13901;
	color: #FFF;
}
#navbarDropdown2:hover, .auth-box:hover {
	color: #FFF !important;
}
.search-box-wrapper {
	width: 25%;
	margin-left: 20px;
}
.input-group.search-box {
	width: 100% !important;
}
.search-box .form-control {
	border: 0;
	border-radius: 30px;
	background-color: #f9fafa;
	width: 80%;
	height: 2.7rem !important;
	padding-left: 20px;
}
.search-box .input-group-append {
	background-color: #f9fafa;
	border-radius: 0px 30px 30px 0px;
	width: 18%;
	height: 2.7rem !important;
	justify-content: center;
}
.search-box .input-group-append button {
	border: 0px;
	padding-right: 15px;
}
.contact-box {
	margin-right: 30px;
}
.contact-box .support-text{
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}
.contact-box .support-text a {
	color: #898989;
}
.contact-box .tel-text {
	font-size: 14px;
	line-height: 24px;
}
.contact-box .tel-text a {
	color: #222;
}
#pc-menu {
	width: 100%;
	padding: 0;
}
.authorize-box {
	padding-right: 0 !important;
    margin-right: 0 !important;
}
#authenticateduser {
	display: flex;
    line-height: 15px;
    padding: 0;
}
#user-icon {
	position: relative;
}
#user-icon .image {
	padding: 0;
	margin-right: 15px;
	width: 35px;
}
#user-icon img {
	width: 35px;
	height: 35px;
}
#user-icon .dropdown-menu {
	left: 0px !important;
    z-index: 100;
    top: 44px;
    width: 190px;
    padding: 0;
}
#user-icon .dropdown-item {
	font-size: 15px;
	line-height: 18px;
	padding: 0.8rem 1rem;
}
#user-icon .dropdown-item:hover {
	background-color: #f15e22;
	color: #FFF;
	font-weight: 700;
}
.menu-bar .dropdown-menu {
    position: absolute !important;
}
.footer-row {
	background-color: #feefe9;
	color: #222;
	padding: 4rem 7rem 2rem 7rem;;
}
.footer-row a {
	text-decoration: none;
	color: #222;
}
.footer-row a:hover {
	color: #FFAC18;
}
.footer-row ul {
	padding:0;
}
.footer-row ul li {
	list-style: none;
  		padding: 5px 0px;
}
.footer-row .social-icons i {
	color: #222;
	font-size: 30px;
	padding-right: 0.5rem;
}
.copyright-row {
	background: #f15e22;
	color: #f8f8f8;
	font-size:12px;
}
.menu-toggler {
    font-size: 2rem;
    color: #FFF;
    border-color: rgba(255,255,255,.1);
    background: transparent;
    border: none;
    padding: 0.25rem 0.75rem;
    margin-left: 0;
}
.menu-bar #pc-menu .navbar-nav {
	flex-direction: row;
}
.content-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 1rem;
}
#home-page {
	overflow-x: hidden;
}
.content-wrapper {
	margin: 9.2rem 0 0 0 !important;
	min-height: 300px !important;
}
.page-content {
	margin-left: 6rem;
	margin-right: 6rem;
}
.menu-bar .dropdown-menu {
	padding: 0;
}
.menu-bar .dropdown-item {
	font-size: 15px;
	line-height: 18px;
	padding: 0.8rem 1rem;
}
.menu-bar .dropdown-item:hover {
	background: #f15e22;
	font-weight: 700;
	color: #FFF;
}
.menu-bar .dropdown-item:hover .main-category-arrow {
	color: #FFF;
}
.main-category-arrow {
	color: #f15e22;
	float: right;
}
.dropdown-menu {
	border: none;
}
#category-menu .dropdown-menu {
	top: 58px;
}
.dropdown-item {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.parent{
	cursor: pointer;
	position: relative;
}
.dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0 !important;
	margin: 0;
	border-radius: 0;
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%);
    padding:0;
}
.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}
.dropdown-hover:hover>.dropdown-menu {
	display: inline-block;
}
.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
	pointer-events: none;
}
.filled {
	color: rgb(231, 28, 28);
}
.required {
	color: #cc0000;
}
textarea {
  resize: none;
}
.pagination .page-link {
	font-weight: bold;
	color: #f15e22;
}
.pagination a.active {
	color: #fff;
    background: #f15e22;
    border: 1px solid #f15e22;
}
.product-card {
	width: max-content;
    display: flex;
    padding: 15px;
}
/* start slide show image */
.intro {
  height: 330px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
}
.intro-slideshow img {
  border-style: double;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  object-fit: fill;
  border-radius: 12px;
  z-index:-1;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.intro .intro-header {
  border-radius: 0.5rem;
  padding: 2rem 2.5rem;
  background-color: rgba(0,0,0,0.5);
}
.intro h1 {
  font-size: 4rem;
  margin-bottom: 0.75rem;
}
.intro p {
  font-size: 1.75rem;
}
@media (max-width: 700px) {
  html { font-size: 12px; }
  .intro-header { padding: 1.5rem 2rem; }
  .intro h1 { font-size: 2.5rem; }
  .intro p { font-size: 1.25rem; }
}
.ac-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.menu-selected {
	background: #FFAC18;
	font-weight: bold;
	box-shadow: 0 0.5em 0.5em -0.4em #17171780;
}
.nav-item.icon {
	margin-left: 1.5rem;
}
.nav-item.icon .badge {
	display: inline-table;
	position:absolute;
	left: 25px;
    top: -16px;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 9px;
	color: #222222;
	padding: 3px;
}
.badge-yellow {
	background: #FFAC18;
	border: 2px solid #FFFFFF;
}
.sp-only {
	display:none !important;
}

#sp-collapse-menu {
	font-size: 1rem;
}
#sp-collapse-menu.show {
    position: absolute;
    top: 100%;
    left: 0;
    width: 45%;
    z-index: 10;
    max-width: 43vw;
    box-shadow: 0px 3px 12px 0px #0000001f;
}
#sp-collapse-menu > ul {
    padding: 10px;
    background: #fff;
    border-radius: 0.25rem;
	gap: 15px;
}
#sp-collapse-menu .nav-item.dropdown {
    padding-left: 7px;
}
#sp-collapse-menu .nav-item.dropdown .dropdown-menu {
	top: 90%;
	left: 100%;
}
#sp-collapse-menu .nav-item.dropdown .dropdown-menu.dropdown-submenu {
	top: 0%;
	left: 100%;
}
#sp-collapse-menu .nav-item.dropdown .dropdown-menu .dropdown-item {
	font-size: 0.8rem;
	padding: 8px 10px;
}
#sp-collapse-menu .menu-item a {
	width: 100%;
	border-radius: 0.25rem;
}
#sp-collapse-menu .menu-item a:hover,#sp-collapse-menu .menu-item a:focus{
	background: #D7E5FF;
	font-weight: 700;
	box-shadow: none;
}
.brand-name-wrapper {
	min-width: 185px;
}
.download-btn-wrapper .text {
	font-size: 0.8rem;
	line-height: 15px;
	align-items: baseline;
}
.download-btn-wrapper .text a {
	text-decoration: none;
	color: #080807;
	
}
.download-btn-wrapper .text a:hover {
	color: #f15e22;
	font-weight: 700;
}
.download-btn-wrapper .nav-item {
	display: flex;
	line-height: 14px;
	gap: 2px;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.download-btn-wrapper .nav-item i {
	font-size: 1.5rem;
	color: #f15e22;
}
/* Add to card panel's product card */
.atc-product-card {
	border-radius: 9px;
	background: #f2f2f226;
	min-height: 10vh;
	margin-bottom: 0.8rem;
	box-shadow: none;
}
.atc-product-card .card-body {
	padding: 0.8rem;
	margin: 0;
}
.atc-product-card .card-image {
	max-height: 7rem;
	text-align: center;
	background: #fff;
	border-radius: 6px;
	padding: 0;
}
.atc-product-card .card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 6px;
}
.atc-product-card .card-description {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 0;
}
.atc-product-card .title-box,.atc-product-card .detail-box, .atc-product-card .price-box {
    display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.2rem 0.5rem;
}
.atc-product-card .title-box .name {
	font-size: 1.085rem;
	font-weight: bold;
	color: #484848;
	max-width: 80%;
}
.atc-product-card .detail-box {
	font-size: 0.825rem;
	color: #484848;
}
.atc-product-card .detail-box .cat-name {
	max-width: 60%;
}
.atc-product-card .detail-box .instock-text {
	height: 15px;
}
.atc-product-card .price-box .price {
	font-size: 1rem;
	font-weight: bold;
}
.atc-product-card .price-box .counter-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
}
.atc-product-card .price-box .product-quantity {
	display: inline-block;
	width: 4rem;
	height: calc(1.7rem + 2px);
	text-align: center;
	border: none;
}
.atc-product-card .price-box .counter-wrap i {
	font-size: calc(1.7rem + 2px);
	color: #fff;
	background: radial-gradient(#484848 50%, transparent 50%);
	cursor: pointer;
}
.atc-product-card .title-box .del-icon {
	color: #fff;
	background: #db193a;
	border-radius: 50%;
	width: 1.34rem;
	height: 1.34rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.atc-product-card .del-icon i {
	font-size: 0.75rem;
}
/* Medium devices (less than 992px) */
@media (max-width: 992px), (max-width: 1200px) {
	.content-wrapper {
		margin: 12rem 0.65rem 0 0.65rem !important;
  	}
	.page-content {
		margin-left: 0.65rem !important;
		margin-right: 0.65rem !important;
	}
	#sp-collapse-menu, #sp-collapse-menu .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 1.15rem;
	}	
	.nav-item.sp-only {
		display: block !important;
	}
	.menu-toggler.sp-only {
		display: block !important;
		width: 10%;
	}
	.search-box-wrapper.sp-only {
		width: 80%;
	}
	.search-box-wrapper.sp-only {
		display: block !important;
	}
	.discount-product-row div.sp-only {
		display: block !important;
	}
	.pc-only {
		display:none !important;
	}
	.top-header {
  		height: 85px;
	}
	#user-icon .dropdown-menu {
	    top: 65px;
	}
	.menu-bar {
		padding: 0;
		height:4.5rem;
		top: 85px;
		justify-content: center;
    	line-height: inherit;
	}
	.search-box .form-control {
		height: 3rem !important;
	}
	.search-box input {
	    width: calc(100% - 4rem) !important;
	}
	.search-box .input-group-append {
	    width: 4rem !important;
	    height: 3rem !important;
	    padding-top: 0.25rem;
	}
	.footer-row {
	    padding: 2rem 2.7rem;
	}
	.footer-row ul li {
	    padding: 8px 0px;
	}
	.footer-row > div {
		margin-top: 1rem;
	}
	#footer-wrapper #menu {
		order:1;
	}
	#footer-wrapper #customer-care {
		order:2;
	}
	#footer-wrapper #categories-list {
		order:3;
	}
	.search-box-wrapper {
		width: 85%;
	}
 }
.fa-minus-circle, .fa-plus-circle, .deleteprodfromcart {
	cursor: pointer;
}
.lds-spinner {
    color: #fff;
    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: #063190;
}
.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;
    }
}
.pre-loading {
	display: -ms-flexbox;
    display: none;
    background-color: transparent;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1500;
    align-items: center !important;
    justify-content: center!important;
    flex-direction: column!important;
}
.logo-background {
	display: inline-block;
    width: 4rem;
    aspect-ratio: 1;
    border-radius: 50%;
}
.logo-background img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.mobile-app-row.sp-only .content-title {
	margin-bottom: 0.1rem;
}
.fa-search {
	font-weight: 600;
    font-size: 25px;
    color: #f15e22;
}
.modal.show {
	padding-right: 0 !important;
}