html{font-size:16px;}
@font-face {
    font-family: 'Prompt-Medium';
    src: url('fonts/Prompt-Medium.eot');
    src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Medium.woff') format('woff'),
         url('fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Light';
    src: url('fonts/Prompt-Light.eot');
    src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Light.woff') format('woff'),
         url('fonts/Prompt-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-ExtraLight';
    src: url('fonts/Prompt-ExtraLight.eot');
    src: url('fonts/Prompt-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-ExtraLight.woff') format('woff'),
         url('fonts/Prompt-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
	overflow-x: hidden;
}

.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 30%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#006699;
    font-size: .9rem;
    opacity: .5;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 33px;
	height: 33px;
	position: relative;
    top: 0;
    right: -2%;
	padding: 0;
	margin: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 p {
    position: absolute;
    bottom: -13px;
    right: 0;
    margin: 0;
    font-size: 14px;
    z-index: 5;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
    background: #000;
    border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg) ;
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 5px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	width: 75%;
	top: 15px;
	left: auto;
	right: 0;
}
#nav-icon3 span:nth-child(4) {
	top: 25px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: 1rem 0;
    transition: all 0.5s;
    background:#FFF;	
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.navbar-brand {
	width: auto;
    padding: 0 ;
    text-align: left;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 250px;
    transition: all 0.5s;
}
.navbar-brand img:hover{transform: scale(.98);}
.navbar-brand.d-lg-none{
	padding: 5% 0;
	text-align: center;
	width: 100%;
}
.navbar-brand.d-lg-none a{display: block;}

.navbar-collapse ul li{
    color: #000;
	padding: 0 15px;
    transition: all 0.5s;
    text-align: center;
	text-transform: uppercase;
    font-family: 'Prompt-ExtraLight';
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:8px 15px;
    position: relative;
    display: block;
    color: #000;
	overflow: hidden;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #FFF;}
/* Sweep To Top */
.hvr-sweep-to-top {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ff0000;
	border-bottom: 5px solid #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navbar-collapse ul li a.hvr-sweep-to-top:hover:before, .navbar-collapse ul li a.hvr-sweep-to-top:focus:before, .navbar-collapse ul li.active .hvr-sweep-to-top:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #1E90FF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, 
.navbar-collapse ul li.active .hvr-shutter-in-vertical:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.navbar-collapse  .dropdown-menu{
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background:none;
	transition: all 0.5s;
}
.navbar-collapse .dropdown-menu .dropdown-showin{
	background: #000;
	height: 280px;
	overflow-x: hidden;
	overflow-y: auto;	
}
.navbar-collapse  .dropdown-menu img{
	width: 55px;
	margin: 0 10px 0 0;
	transition: all 0.5s;
	border: 1px solid transparent;
}
.navbar-collapse ul li .dropdown-menu a{
	display: block;
	padding: 10px 15px;
	color: #FFF;
	/*font-size: 12px;*/
	font-size: 1.1rem;
	font-weight: bold;
}
.navbar-collapse ul li .dropdown-menu a:hover{
	color: #f00;
    background: #000;
}
.cart-bag{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	z-index: 5;
	padding: .5rem;
	border-radius: 50%;
	background: #FFF;
	border: 3px solid #000;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.cart-bag img{width: 38px;}
.social-header{
	text-align: center;
	margin: 1rem auto;
}
.social-header a:hover{color: #0000cd;}
.social-header p{padding: 0 15px;}
.social-header img{
	width: 45px;
	transition: all 0.5s;
}
.social-header img:hover{
	transform: scale(0.95);
}
.toolsething-box ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.toolsething-box ul li{
	width: auto;
	margin: 0 8px 0 0;
}
.toolsething-box ul li img{transition: all 0.4s; width: 30px;}
.toolsething-box ul li:hover img{transform: scale(.9) !important;}
.toolsething-box ul li:last-child{margin-right: 0;}
.toolsething-box ul li a{padding:0 5px;}
.toolsething-box ul li a:hover{color: #F00;text-decoration: underline;}
.toolsething-box ul li .form-inline{
	padding: 0;
	border: 1px solid #000;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}
.toolsething-box ul li .form-control{
	padding: 5px 15px;
	border: none;
	height: auto;
}
.toolsething-box ul li .form-control:focus{
	border: none;
	outline: none;
	box-shadow: none;
}
.toolsething-box ul li .search-btn{
	padding: 5px 15px 5px 5px;
	box-shadow: none;
	border: none;
	background: #FFF;
}
.toolsething-box ul li .dropdown-menu{
	padding: 1rem;
	border-radius: 10px;
	background: #FFF;
	border: none;
	left: auto;
	right: 0;
	margin: 0;
	min-width: 18rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.toolsething-box ul li .dropdown-menu .btn-primary{
	margin: auto;
	background: #f00;
	color: #FFF;
	box-shadow: none;
	border: none;
	display: block;
}
.dropdown-menu .btn-primary:hover{
	background: #000;
}

.toolsething-box ul li .loging-register .form-control{border: 1px solid #ced4da;}


.toolsething-box ul li .dropdown-menu[aria-labelledby="dropdownShopingbags"]{min-width:30rem;}
.trash-box .title-cartbags{
	text-align: center;
	font-size: 1.3rem;
	margin: 0 auto 1rem;
    font-family: 'Prompt-Medium';
	color: #000;
	border-bottom: 1px solid #696969;
}
.trash-box table{width: 100%;}
.trash-box table tr{border-bottom: 1px solid #ededed;}
.trash-box table tr:last-child{border-bottom: none;}
.trash-box table tfoot{background: #FBFBFB;}
.trash-box table tfoot td:first-child{border-radius: 10px 0 0 10px;}
.trash-box table tfoot td:last-child{border-radius: 0 10px 10px 0;}
.trash-box table tfoot td{vertical-align: bottom;}
.trash-box table td{
	vertical-align: top;
	padding: 5px;
	color: #696969;
	font-size: 0.8rem;
}
.trash-box h2{
	/*font-size: 1.3rem;*/
	font-size: 0.8rem;
	color: #f00;
	margin: 0;
    font-family: 'Prompt-Regular';
}
.trash-box h2 span{
	background: #Fc0;
	color: #FFF;
	padding:3px;
	border-radius: 5px;
}
.trash-box p{
	text-decoration: line-through;
	margin: 0;
}
.trash-box .fa-trash:hover{color: #F00;}
.trash-box h1{
	font-size: 1.6rem;
	margin: 0;
	color: #f00;
    font-family: 'Prompt-Regular';
}
.trash-box h1 span{
	font-size: 1rem;
	color: #696969;
	
}
.line-through{
	text-decoration: line-through;
}
.loging-register .input-group-append {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 74%;
    background: none;
    border: none;
    transform: translate(0,-50%);
}
.loging-register .input-group-text{
	padding: 0 10px;
	border: none;
	background: none;
}
.loging-register .form-group{position: relative;}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
.owl-dots{
	display: block !important;
	position: absolute;
    bottom: 3%;
    left: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: rgb(105 105 105 / 50%);
	border: 1px solid rgb(105 105 105 / 50%);
}
.owl-carousel button.owl-dot.active{
    background-color: rgb(105 105 105 / 100%);
	border-color: rgb(105 105 105 / 100%);
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.title-box{
	text-align: center;
	font-size: 33px;
	margin-bottom: 2rem;
    font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.text-readmore{
	text-align: right;
	color: #696969;
}
.text-readmore a:hover{text-decoration: underline;color: #F00;}

.content-flashsales{
	padding: 10% 0;
	background: url("../images/bg-content.png") center center no-repeat #FFF;
	background-size: 100% !important;
}
.product-box{
	transition: all 0.5s;
	padding-bottom: 1rem;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.product-box:hover{box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.product-box .img-box{
	position: relative;
	padding: 1rem;
}
.product-box .img-box img{
	aspect-ratio:2/2;
	object-fit: scale-down;
}
.product-box:hover img{transform: scale(1.05);}
.tagtext {
    position: absolute;
    left: 0;
    top: 0.5rem;
    z-index: 1;
    padding: 5px;
    font-size: 12px;
    background: #ffff00;
	margin-bottom: 0;
	text-transform: uppercase;
}
.detail-pro{
	padding: .5rem;
	text-align: center;
	color: #696969;
    font-family: 'Prompt-Regular';
}
.detail-pro h1{
    font-family: 'Prompt-Light';
	font-size: 1rem;
	font-weight: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.3 * 3);
	margin-bottom: 0;
}
.detail-pro p{
	margin:10px 0;
	text-decoration: line-through;
}

.detail-pro h2 span{
	padding: 5px;
	border-radius: 5px;
	background: #ffff00;
}
.detail-pro h2{ 
	margin: 0;
	font-size: 1.1rem;
	font-weight: normal;
}
.buy-btn{
	width: 80%;
	text-align: center;
	padding: 4px;
	display: block;
	margin: 1rem auto 0;
	background: #ff0000;
	color: #FFF ;
	transition: all 0.5s;
	font-size: 14px;
	border: 1px solid #ff0000;
	border-radius: 10px;
	cursor:pointer;
}
.buy-btn.buynow{
	width: 100%;
	margin: 30px auto 10px;
	padding: 8px;
	color: #FFF ;
}
.buy-btn.addtocart{
	margin: 30px auto 10px;
	width: 100%;
	padding: 8px;
	background: #d7d7d7;
	color: #656565;
	border-color: #d7d7d7;
}
.buy-btn:hover{
	color: #FFF;
	background: #000;
	border-color: #000;
}
.slide-flashsales {margin: 1rem auto 2rem;}
.slide-flashsales .owl-carousel.owl-drag .owl-item{padding: .3rem;}
.slide-flashsales .owl-carousel .owl-nav{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	color: #696969;
	font-size: 33px;
	transform: translate(0,-50%);
}
.slide-flashsales .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 0;
	right: -.5rem;
}
.slide-flashsales .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 0;
	left: -.5rem;
}
.slide-flashsales .owl-carousel .owl-nav button.owl-prev:hover, .slide-flashsales .owl-carousel .owl-nav button.owl-next:hover{opacity: 0.6;}


.about-box {margin-bottom: 2rem;}
.about-box p{
	color: #f00;
	margin: 0;
}
.about-box h1{
	font-size: 24px;
	margin: 0;
    font-family: 'Prompt-Medium';
}
.readmore-btn{
	width: 180px;
	text-align: center;
	padding: 8px;
	display: block;
	margin: 1rem 0 0;
	background: #ff0000;
	color: #FFF;
	transition: all 0.5s;
	border: 1px solid #ff0000;
	border-radius: 10px;
}
.readmore-btn:hover{
	color: #FFF;
	background: #000;
	border-color: #000;
}
.img-ab{
	text-align: center;
	overflow: hidden;
	margin: 1rem auto;
	position: relative;
}
.img-ab img{max-width: 100%;}

.category-box{
	text-align: center;
	margin-bottom: 2rem;
}
.category-box .img-box{
	background: #FFF;
	margin-bottom: 1rem;
	transition: all 0.5s;
}
.category-box:hover .img-box{box-shadow: 0 0 13px 1px rgba(0,0,0,0.4);}
.category-box .img-box img{
	aspect-ratio:4/3;
	object-fit: scale-down;
}
.category-box h1{
	font-size: 1rem;
	margin: 0;
}
.content-allproducts.bg-gray{background: #f5f5f5;padding: 10% 0;}

.content-campaign{
	padding: 0;	
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(245,245,245,1) 25%, rgba(245,245,245,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(245,245,245,1) 25%, rgba(245,245,245,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(245,245,245,1) 25%, rgba(245,245,245,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
}
.text-campaign{
	margin: 1rem auto;
	text-align: center;
}
.text-campaign.compain--mobile{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 1rem 0;
	transform: translate(0,-50%);
	z-index: 1;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 40%, rgba(255,255,255,.8) 40%, rgba(255,255,255,.8) 60%, rgba(255,255,255,.8) 60%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 40%, rgba(255,255,255,.8) 40%, rgba(255,255,255,.8) 60%, rgba(255,255,255,.8) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 40%, rgba(255,255,255,.8) 40%, rgba(255,255,255,.8) 60%, rgba(255,255,255,.8) 60%, rgba(255,255,255,0) 100%);
}
.text-campaign h1{
	font-size: 28px;
	margin: 0;
    font-family: 'Prompt-Regular';
}
.text-campaign p{
	color: #FF0000;
	letter-spacing: 1px;
	margin: 0;
}



.content-logobrands{
	padding: 10% 0 15%;
	background: #f5f5f5;
}
.slide-logobrands .owl-carousel.owl-logobrands .owl-dots{bottom: -2rem;}
.product-box.promotions, 
.product-box.hotitems,
.product-box.newitem,
.product-box.recommened{margin-bottom: 2rem;}

.product-box.promotions .tagtext{background: #ff0066;color: #FFF;}
.product-box.hotitems .tagtext{background: #f00;color: #FFF;}
.product-box.newitem .tagtext{background:#33CC99;color: #FFF;}
.product-box.recommened .tagtext{background: #1e90ff;color: #FFF;}
.tabs-products .tab-content{margin-top: 2rem;}
.tabs-products ul{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.tabs-products ul li{
	width: auto;
	margin:auto;
	font-size: 14px;
}
.tabs-products ul li a{
	width: 100%;
	display: block;
	padding: 0;
}
.tabs-products ul li a.active, .tabs-products ul li a:hover{color: #ff0000;}
/* Underline From Left */
.hvr-underline-from-left {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ff0000;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .tabs-products ul li a.active.hvr-underline-from-left:before {
  right: 0;
}

.content-otherpage{padding: 0 0 10%;}
.content-otherpage.brandspage .img-box{margin-bottom: 2rem;padding: 10px;transition: all 0.5s;}
.content-otherpage.brandspage .img-box:hover{box-shadow: 0 0 13px rgba(0,0,0,0.15);}
.content-otherpage.brandspage .img-box:hover img{transform: scale(.95);}
.content-otherpage.flashsales--content{background: #f5f5f5;}



.detail-products{
	margin-bottom: 1rem;
}
.detail-products h2{
	font-size: 1.1rem;
	margin: 0;
	color: #F00;
	line-height: 1;
    font-family: 'Prompt-Light';
}
.detail-products h1{
	font-size: 1.2rem;
	margin-bottom: 0;
    font-family: 'Prompt-Regular';
}
.title-detailpro h1{
	font-size: 1rem;
	margin-bottom: 0;
    font-family: 'Prompt-Light';
}
.detail-products p{margin-bottom: 0;color: #727272;}
.detail-products hr{
	width: 100%;
	height: 1px;
	border: none;
	background: #e7e7e7;
	margin: 1rem auto;
}
.text-box1 h1{
	font-size: 1rem;
	text-decoration:line-through;
	color: #000;
	margin: 0;
	line-height: 1;
    font-family: 'Prompt-Regular';
}
.text-box1 p{
	margin: 0;
	color: #727272;
    font-family: 'Prompt-Light';
}
.text-box2{text-align: right;}
.text-box2 h1{
	font-size: 1rem;
	margin: 0;
    font-family: 'Prompt-Light';
}
.text-box2 h1 span{
	color: #f00;
	font-size: 1.4rem;
    font-family: 'Prompt-Regular';
}
.text-box2 p{
	padding: 5px;
	background: #FFF500;
	color: #000;
	
    width: 50%;
    text-align: center;
    float: right;
    clear: both;
}
.detail-text1 h1{margin-top:10px;}

.detail-moreproducts{
	width: 100%;
	border: none;
	padding: 0;
	box-shadow: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	border-bottom: 1px solid #1b2b58;
}
.detail-moreproducts h1{
	font-size: 1.2rem;
	margin: 0;
    font-family: 'Prompt-Medium';
}
.detail-moreproducts[aria-expanded="false"] .fa-angle-up{transform: rotate(180deg);}
.detail-moreproducts[aria-expanded="true"] .fa-angle-up{transform: rotate(0deg);}
.collapse#collapsemoreproducts .card{
	padding: 1rem;
	background-color:#FFF;
	border-radius: 15px;
	margin: auto;
	border: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.detail-text2{margin-bottom: 1rem;padding-left: 1.5rem;}
.detail-text2 p{margin:10px 0;}
.detail-text2 table td:first-child{font-family: 'Prompt-Regular';}
.detail-text2 table td{padding: 5px 10px;}

.vdo-presents{
	width: 100%;
	height: 280px;
	border-radius: 15px;
	margin: 2rem auto;
	overflow: hidden;
	background: #FFF;
	padding: .5rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.vdo-presents iframe{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.detail-text3 h1{
	font-size: 1.5rem;
	margin: .5rem 0;
    font-family: 'Prompt-Medium';
}
.detail-text3 h2{
	font-size: 1.1rem;
	margin: 0 0 .5rem;
    font-family: 'Prompt-Medium';
}
.detail-text3 p{margin: 0;}
.detail-text3 ul li{padding-bottom: 10px;}
.detail-text3 ul{list-style: none;}
.related-products .col-6{margin-bottom: 1rem;}
.detail-text3 ul li a:hover{color: #f00;}

.sub--title-otherpage{
	color: #001640;
	font-size: 1.3rem;
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.readmore-text{text-align: right;}
.readmore-text a:hover{
	text-decoration: underline;
	color: #F00;
}

.number-input {
	border: 1px solid #000;
	display: inline-flex;
	overflow: hidden;
	color: #000;
	border-radius: 6px;	
}
.number-input .minus-bt {
    color: #000;
}
.number-input .plus-bt {
    color: #000;
}
.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input input[type=number] {
    max-width: 70px;
    padding: 2px;
    border: none;
    border-width: 0 2px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: none;
}
.quantity[type="number"]::-webkit-inner-spin-button,
.quantity[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity[type="number"]:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
.quantity-choose{color: #000;margin-bottom: 10px;}
.quantity-choose p{margin: 0 15px 0 0;color: #000;}
.quantity-choose{
	display: flex;
	align-items: center;
}
span.red-text{
	color: #f00;
	display: block;
}

.slide-productsshow{margin-bottom: 2rem;}
.slide-productsshow .carousel-indicators{
	position: inherit;
    display: flex;
	justify-content: start; /* justify-content: space-between;  26042024-J*/
    left: auto;
    bottom: auto;
    margin: 0;
	z-index: 1;
}
.slide-productsshow .carousel-indicators li{
	width: 24%;
	height: auto;
	margin: 0 5px 0 0;
	text-indent: inherit;
	border: 1px solid #eee;
}
.slide-productsshow .carousel-indicators li:last-child{margin-right: 0;}
.slide-productsshow .carousel-indicators li img{
	width: 100%;
	aspect-ratio:3/2;
	object-fit: contain;
}
.slide-productsshow .carousel{overflow: hidden;}
.slide-productsshow .carousel-item img{width: 100%;}
.vdoproduct{
	width: 100%;
	height: 280px;
	padding: 1rem;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vdoproduct iframe{
	width: 100%;
	height: 80%;
}

.color-choose,.size-choose{margin-bottom: 10px;}
.po-choose{
    color: #070707;
    border-radius: 8px;
    padding: 3px;
    text-align: center;
    transition: all 0.5s;
    background: #FFF;
    border: 1px solid #e5e5e5;
    width: 100%;
	cursor: pointer;
	margin-bottom: 0;
}
.po-choose p{color: #a7a7a7;}
.po-choose:hover{
	color: #F00;
	border-color: #F00;
}
.po-choose:hover p{color: #F00;}
.color-choose input[type='radio'],
.size-choose input[type='radio']{display: none;}
.color-choose input[type='radio']:checked + label ,
.size-choose input[type='radio']:checked + label {color:#F00;border-color: #F00;}
.color-choose input[type='radio']:checked + label p,
.size-choose input[type='radio']:checked + label p{color:#F00;}

.text-quantity{
	margin-top: 2rem;
	display: flex;
	align-items: flex-start;
}
.text-quantity img{
	width: 50px;
	margin: 0 15px 0 0;
	filter: invert(15%) sepia(93%) saturate(6292%) hue-rotate(358deg) brightness(103%) contrast(111%);
}
.text-quantity h1{
	font-size: 1rem;
	margin: 0;
}
.text-quantity p{margin: 0;color: #272727;}

.buy-btn.pdfdownload{
	border-color: #000;
	background: #000;
	color: #Fff;
	padding: 8px;
}
.buy-btn.pdfdownload:hover{
	background: #f00;
	border-color: #f00;
}

/* The container */
.category-list .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.category-list .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.category-list .container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.category-list .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.category-list .container .checkmark:after {
    left: 10px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.history-text{
	margin-bottom: 2rem;
	position: relative;
	padding: 0 1rem ;
	display: flex;
	align-items: flex-start;
}
.history-text img{
	width: 54px;
	margin: 0 15px 0 0;
}
.history-text .nums-timeline{
	width: 54px;
    height: 54px;
    margin: 0 15px 0 0;
    /* background: #F00; */
    border: 5px solid #F00;
    border-radius: 50%;
    /* position: relative; */
    position: absolute;
    display: block;
}
.history-text .nums-timeline span{
	width: 45px;
    height:45px;
	text-align: center;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.05rem;
	background:#F00;
	border-radius:50%;
	border: 5px solid #FFF;
   /* margin: 5px;*/
   display:block;
}
.history-text h1{
	font-size: 1.4rem;
	margin-bottom: 5px;
	color: #f00;
    font-family: 'Prompt-Medium';
}
.history-text p{margin: 0;}
.history-text ul{
	list-style: none;
	margin-top: 1rem;
}
.history-text ul li{
	padding-bottom: .5rem;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.history-text ul li .fa-angles-right{margin-right: 10px;margin-top: 10px;}


.content-otherpage.contactuspage{padding-bottom: 0;}

.address-box{margin-bottom: 2rem;}
.address-box h1, .follow-box h1{
    font-size: 1.2rem;
	margin-bottom:1rem;
    font-family: 'Prompt-Regular';
}
.address-box p{	margin-bottom:1rem;}
.address-box ul{list-style: none;margin-top: 1rem;}
.address-box ul li span{font-family: 'Prompt-Regular';}
.address-box ul li img{
	width: auto;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.address-box ul li .fa-circle{
	margin: 0 15px;
	font-size: 12px;
}
.address-box ul li{margin-bottom: 15px;}
.address-box a:hover{color: #F00;text-decoration: underline;}

.message-contact {
	padding: 10% 0;
	background: #FBFBFB;
	border-radius: 10px;
}
.message-contact .fa-paper-plane{color: #000;}
.message-contact h1{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: center;
    font-family: 'Prompt-Medium';
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #F00;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, .detail-form span.red-text{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 1rem;}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: #FFF;
	border: 1px solid #eee;
    width: 100%;
	color: #000;
	border-radius: 8px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
}
.form-text::placeholder{color: #7D7D7D;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #000;
    color: #FFF;
    background: #000;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #F00;
    color: #fff;
	border-color: #FFF;
	transform: scale(.98);
}

.his-page{margin: 1rem 0 2rem;}
.his-page ul{
	list-style: none;
	display: flex;
	font-size: 14px;
	flex-wrap: wrap;
	align-items: center;
}
.his-page ul li{
	width:auto;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
.his-page ul li a{
	color: #F00;
	padding-right: 15px;
}
.his-page ul li a:hover{text-decoration: none;}
.his-page ul li.active a{
	color: #000;
	text-decoration: none;
}
.category-list{border: 1px solid #e7e7e7;}
.category-list ul li{padding-bottom: 10px;}
.category-list ul{
	list-style: none;
	margin: 15px 0 0;
	padding: 0 15px;
	max-height: 315px;
	overflow-x: hidden;
	overflow-y: auto;
}
.category-list h1{
	font-size: 24px;
	margin: 0;
    font-family: 'Prompt-Medium';
	background: #f5f5f5;
	text-align: center;
	padding: 10px 0;
}

/* width */
.category-list ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.category-list ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.category-list ul::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.category-list ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.filterlist{
	float: right;
	clear: both;
	padding: 4px 8px;
	border-radius: 5px;
	background: #FFF;
	border: 1px solid #bfbfbf;
	margin-bottom: 1rem;
}
.filterlist .dropdown-menu{
	padding: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	top: 100% !important;
	left: auto !important;
	right: 0 !important;
	transform: none !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}
.filterlist .dropdown-menu a{
	display: block;
	padding: 5px 15px;
	text-align: left;
}
.filterlist .dropdown-menu a.active,
.filterlist .dropdown-menu a:hover{color: #f00;}
.filterlist img{width: 25px;}

.icon-howtopay{
	text-align: center;
	margin-bottom: 2rem;
}
.icon-howtopay p{margin: 1rem auto;}
.icon-howtopay img{
	width: 95px;
	margin: 0;
	transition: all 0.5s;
}
.icon-howtopay:hover img{
	transform: scale(1.05);
	filter: invert(14%) sepia(91%) saturate(6616%) hue-rotate(357deg) brightness(92%) contrast(119%);
} 
.icon-howtopay a:hover{color: #F00;}

.bank-box{
	display: flex;
	align-items: center;
}
.bank-box img{
	width: 95px;
	margin: 0 15px 0 0;
}
.bank-box h1{
	font-size: 1.2rem;
	margin: 0;
    font-family: 'Prompt-Medium';
}
.bank-box p{
	margin: 0;
	color: #666;
}
.bank-box a:hover{color: #f00;}

.register-boxtabs .tab-content{
	padding: 1rem;
	background: #FBFBFB;
	margin-top: 2rem;
}
.register-boxtabs ul{justify-content: center;}
.register-boxtabs ul li{
	width: auto;
	margin: auto;
}
.register-boxtabs ul li a{
	display: block;
	width: 100%;
	padding: 6px ;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 10px;
}
.register-boxtabs ul li a.active{
	background: #f00;
}
.timeline-history{margin-top: 2rem;}
.brands-banner{
	text-align: center;
	margin-bottom: 1rem;
	overflow: hidden;
}
.brands-banner img{width:100%;}

.findproducts a{
	font-size: 1.2rem;
    font-family: 'Prompt-Regular';
}
.findproducts img{width: 50px;}
.findproducts h1{
	font-size: 1.2rem;
	margin: 0;
	padding: 5px;
	background: #f5f5f5;
	text-align: center;
    font-family: 'Prompt-Medium';
}
.findproducts ul{
	list-style: none;
	height: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	padding:10px;
}
.findproducts ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.findproducts ul li a{
	width: 100%;
	display: block;
	padding: 6px;
	text-align: left;
	font-size: 1rem;
    font-family: 'Prompt-Light';
}
.findproducts ul li a:hover{background: #F5F5F5;color: #F00;}
.findproducts ul li img{
	width: 80px;
	margin: 0 10px 0 0;
}
.findproducts .dropdown-menu{
	top: 100% !important;
	margin: 0;
	transform: none !important;
	padding: 0;
	border-radius: 0;
	border: none;
	background: #FFF;
	width: auto;
	min-width: 375px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.banner-logo{
    transition: all 0.5s;
	padding: 1rem;
    background: #FFF;
	text-align: center;
	position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.banner-logo img{width: 100%;}
.brands-boxset {padding: 3% 0; background: #F5F5F5;}
.brands-boxset:nth-child(2n+1){background: #FFF;}
.collapse#collapsebreands .brands-boxset {background: #FFF;}
.collapse#collapsebreands .brands-boxset:nth-child(2n+1){background: #F5F5F5;}

.brands-boxset .banner-logo, .brands-boxset .product-box{height: 100%;margin-bottom: 0;}
.brands-boxset .col-6{margin-bottom: 2rem;}
.brands-boxset .col-6:nth-child(3), .brands-boxset .col-6:nth-child(4){display: none;}

.detail-littletext--brands{text-align: left;}
.detail-littletext--brands h1{
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 10px;
    font-family: 'Prompt-Medium';
}
.detail-littletext--brands p{
	margin: 0;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.3 * 3);
}
.detail-littletext--brands a.readmore-btn {
    width: 80%;
    padding: 4px;
    background: #000;
    border-color: #000;
    margin-top: 3rem;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,0);
}
.detail-littletext--brands a.readmore-btn:hover{
	background: #ffff00;
	border-color: #ffff00;
	color: #000;
}
button.readmore-btn{
	width: 280px;
	margin: 1rem auto;
}
button.readmore-btn[aria-expanded="true"]{display: none;}
#collapsebreands .card{
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
}

.accordion#accordionAddress, .accordion#accordionAddress .card, 
.accordion#accordionAddress .card-body {padding: 0;background: none;border: none;}

.accordion#accordionAddress .card-header{
	padding:10px 0 0;
	background: none;
	border: none;
	border-top: 1px solid #363636;
	border-radius: 0 !important;
	margin-bottom: 1rem;
}

.accordion#accordionAddress .card-header .detail-form{
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accordion#accordionAddress .card-header .detail-form .fa-angle-down[aria-expanded="true"]{transform: rotate(180deg);}
.accordion#accordionAddress .card-header .detail-form .fa-angle-down[aria-expanded="false"]{transform: rotate(0);}
.accordion#accordionAddress .card-header .detail-form h1{margin: 0;}


.file-download {
	padding: 1rem;
	background: #f5f5f5;
}
.file-download p{margin-bottom: 10px;font-weight: 700;}
.file-download ul{list-style: none;}
.file-download ul li a{
	padding:10px;
	text-align: left;
	display: block;
	width: 100%;
}
.file-download a:hover{
	background: #d5d5d5;
	color: #000;
}
.file-download img{
	width: 40px;
	margin-right: 10px;
	filter: invert(18%) sepia(98%) saturate(7465%) hue-rotate(9deg) brightness(116%) contrast(123%);
}
.file-download a:hover img{filter: none;}

.tableproducts{
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	border-radius: 15px;
	background: #FFF;
	margin: 2rem auto;
}
.tableproducts table{
	min-width: 768px;
	border-radius: 15px;
	overflow: hidden;
}

.tableproducts table th, .tableproducts table td{
	vertical-align: top;
	padding: 8px;
	background: #F5F5F5;
	text-align: center;
}
.tableproducts table th:first-child, .tableproducts table td:first-child,
.tableproducts table td:nth-child(5){text-align: left;}
.tableproducts table th:first-child{border-radius: 15px 0 0 0;}
.tableproducts table th:last-child{border-radius: 0 15px 0 0;}
.tableproducts table tr:nth-child(2n+1) td{background: #FFF;}




/* The container */
.address-con {
	display: inline;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-family: 'Prompt-light';
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.address-con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid #F00;
}

/* When the radio button is checked, add a blue background */
.address-con input:checked ~ .checkmark {
  background-color: #F00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.address-con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.address-con .checkmark:after {
	left: 9px;
	top: 5px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.detail-form .fa-angle-down{
	width: 25px;
	padding: 5px;
	cursor: pointer;
}


.detail-brands h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.detail-brands span{
	font-family: 'Prompt-Medium';
	color: #f00;
	font-size: 1.1rem;
}
.detail-brands p{margin-bottom: 1rem;}
.detail-brands{margin-top: 2rem;}
.detail-brands table{
	width: 100%;
	margin: 1rem auto 3rem;
}
.detail-brands table td{
	padding: 5px 10px;
	background: #FFF;
}
.detail-brands table tr:nth-child(2n+1) td{background: #F5F5F5;}
.detail-brands table td span{
	font-size: 1.3rem;
	font-family: 'Prompt-Medium';
}





.promotions-set ul{
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.promotions-set h1{
	font-family: 'Prompt-Medium';
	font-size: 18px;
}
.promotions-set ul li{
	margin: 5px;
}
.promotions-set ul li a{
	padding:0 5px;
	display: block;
	text-align: left;
	border: 1px solid #bebebe;
	color: #6f6f6f;
    border-radius: 5px;
    transition: all 0.5s;
    background: #bebebe;
	font-size: 16px;
}
.promotions-set a:hover{
	background: #F00;
	color: #FFF;
	border-color: #F00;
}
.promotions-set .dropdown-menu{
	padding: .75rem;
	border-radius: 10px;
	min-width: 17rem;
	margin: .1rem 0;
	border:none;
	font-size: 14px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.promotions-set .dropdown:hover > .dropdown-menu{display: block;}
.promotions-set .dropdown-menu ul{
	display: block;
	border-top: 1px solid #d7d7d7;
}
.promotions-set .dropdown-menu ul li{
	margin: 10px 0;
}
.promotions-set .dropdown-menu ul li:last-child{
	border-top: 1px solid #d7d7d7;
	padding-top: 10px;
}
.promotions-set .dropdown-menu ul li a{	
	padding: 0;
	border: none;
	color: #f00;
	text-align: right;
	border-radius: 0;
	background: none;
}
.promotions-set .dropdown-menu  a:hover{text-decoration: underline;background: none;color: #565656;}
.promotions-set .dropdown-menu ul h1{
	font-family: 'Prompt-Medium';
	color: #f00;
	font-size: 18px;
}
.promotions-set .dropdown-menu ul h2{
	font-family: 'Prompt-Regular';
	color: #000;
	font-size: 16px;
}







.menu-toolmobile img{
	width: 27px;
	height: 27px;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}

.loging-register .btn-primary, .trash-box .btn-primary{
	margin: auto;
    background: #f00;
    color: #FFF;
    box-shadow: none;
    border: none;
	display: block;
}
#LoginModal .modal-content{border-radius: 10px;}
#LoginModal .modal-title{
	font-family: 'Prompt-Medium';
	font-size: 1.4rem;
}
#LoginModal .modal-dialog {
    margin: auto 1rem;
    height: 100vh;
	max-width: inherit;
	width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#trashModal .modal-content{border-radius: 10px;}
#trashModal .modal-title{
	font-family: 'Prompt-Medium';
	font-size: 1.4rem;
}
#trashModal .modal-dialog {
    margin: auto 1rem;
    height: 100vh;
	max-width: inherit;
	width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toolmobile .border-line {
    border-right: 1px solid #ffffff61;
}
.menu-toolmobile{
	width: 95%;
	padding: 5px 0;
	background: #323232;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	
	
	position: fixed;
	left: 50%;
	bottom: 3%;
	z-index: 4;
	transform: translate(-50%,0);
}
.user-mobile, .cartbag-mobile, .contactus-mobile, .home-mobile{
	text-align: center;
	padding: .5rem;
	border-radius: 20px;
	transition: all 0.5s;
}
.user-mobile a, .cartbag-mobile a, .contactus-mobile a, .home-mobile a{
	display: block;
}
.user-mobile:hover img, .cartbag-mobile:hover img, .contactus-mobile:hover img{
	transform: scale(.95);
	filter: none;
}
.user-mobile .userlogin, .cartbag-mobile .userlogin{
	padding: 0;
	border-radius: 0;
	border:none;
	background: none;
}
.modal-backdrop {background-color: #4f4f4f;}


.menu-toolmobile .col-2{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}























/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box ul{list-style: none;}
.policy-box ul li{padding: 0 15px;}
.policy-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    text-align: center;
    padding: 1rem ;
    color: #323637;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background:#FFF;
}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Prompt-Medium';
}
.policy-box a{
	text-decoration: underline;
}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
    font-family: 'Prompt-Medium';
    border: 1px solid #F00;
	background-color: #F00;
}
.btn-cookiepolicy:hover, .btn-cookiesetting:hover{
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	background: #000;
	color: #fff;
	border-color: #000;
}
.footer {
	color: #000;
	padding:8% 0;
	z-index: 2;
	background:#FFF;
}
.footer h1{
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Prompt-Medium';
}
.contact-footer ul{list-style: none;}
.contact-footer ul li{padding-bottom: 8px;}
.footer a:hover, .contact-footer a:hover{text-decoration: underline;color: #F00;}
.copyright-box{
    color: #FFF;
	text-align: center;
	padding: 15px 30px;
	background: #000;
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	margin: 1rem auto; 
	text-align: center;
}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{
	transform: scale(.95);
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
	.navbar-brand img{width: 280px;}
	
}
@media (max-width: 568px) {
	.history-text span {   margin-left: 4rem;  }
	.history-text .nums-timeline span {   margin-left: 0;  }
}


@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	  .navbar-brand img{width: 300px;}
	.history-text .nums-timeline{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}




/*policy*/
.text-policy ul {
	padding-left:50px;
}
.text-topic { font-size:1.2rem; font-weight:bold; margin-top:1rem; }
.text-indent30{ text-indent:1rem;}

/*///////img-box-2///////*/
.pic-box,
.pic-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.pic-box-2 {
    padding-bottom: 80%;
}
.pic-box div ,
.pic-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    /*position: relative; 
	 height: auto; */
    z-index: 1;
    justify-content: center;
   
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pic-box div img ,
.pic-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	/*max-width: 100%;
    max-height: 100%;*/
    /*width: auto;
    height: 100%;*/
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.5s;
}

.pic-box-2 div img.scale43 {
    aspect-ratio: 4/3;
    object-fit: scale-down;
}
.web-text-color{ color:#F00; }
.text-red ,.red,.red-color{ color:#F00;}
.text-gray{ color:#8c8c8c;}
/*cart/index.php*/
.shopping-page{
    padding: 5rem 0;
    background: #F5F5F5;
}
.shopping-cart{
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #FFF;
    border-radius: 15px;
}
.shopping-cart .row{align-items: center;}
.shopping-cart h1{
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.shopping-cart  h1 span{
    font-size: 20px;
    font-weight: normal;
}
.shopping-cart-dis{
	font-size: 16px !important;
    font-weight: normal;
	color: #000;
}

.shopping-cart ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shopping-cart  ul li {
    width: auto;
    margin:  auto;
}
.shopping-cart  ul li span.orange-text{color: #F00;font-size: 30px;font-weight: bold;}
.shopping-cart  ul li span.orange-dis-text{color: #F00;font-size: 16px !important;font-weight: bold;}
.btn-shipping{
    padding: 5px 20px;
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
    cursor: pointer;
    width: 100%;
}
.btn-shipping:hover{transform: scale(.98);box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.btn-update{background: #000;}
.btn-update:hover{background: #f00;}
.back-btn{background: #FFF; color:#000; border:1px solid #000;}
.back-btn:hover{background: #000; color:#FFF;}
.next-btn{background: #FFF; color:#f00; border:1px solid #f00;}
.next-btn:hover{background: #f00; color:#FFF;}

.line-shopping{
    width: 100%;
    margin: 1rem auto;
    border-bottom: 1px solid #d7d7d7;
}
.products-list {overflow-x: auto;overflow-y: hidden;}
.products-list table thead tr{margin-bottom: 20px;}
.products-list table tbody tr{border-bottom: 1px solid #d7d7d7;}
.products-list table td img{width: 200px;}
.products-list table th{display: none;}
.products-list table td, .products-list table th{
    vertical-align: top;
    padding:10px 8px;
}
.products-list table td{display: block;}
.products-list ul.shippngtotal{
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
}
.products-list ul.shippngtotal li{
    width: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 10px;
    line-height: 1.75;
}
.products-list ul.shippngtotal li h1, .products-list ul.shippngtotal li p{margin-bottom: 0;}
.products-list ul.shippngtotal li h1{text-align: left;font-size: 16px;}
.products-list ul.shippngtotal li p span{font-size: 22px;}
.red-text{color: #f00;}
.orange{color: #f37f20;}
.number-input {
    border: 1px solid #797979;
    display: inline-flex;
    overflow: hidden;
    color: #797979;
    /*border-radius: 10px;*/
}
.number-input .minus-bt {
    color: #797979;
    border-right: 1px solid #797979;
}
.number-input .plus-bt {
    color: #797979;
    border-left: 1px solid #797979;
}
.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input input[type=number] {
    max-width: 40px;
    padding: 2px;
    border: none;
    border-width: 0 2px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #797979;
    background: none;
}
.quantity[type="number"]::-webkit-inner-spin-button,
.quantity[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity[type="number"]:focus{
    outline: none;
    border: none;
    box-shadow: none;
}


.panel-group .card-header {
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #d7d7d7;
}
.panel-group .form-control{padding: 10px !important;border-radius: 8px !important;height: auto;}
.panel-group .card-header .fa-chevron-down{transition: all 0.5s;}
.panel-group .card-header[aria-expanded="true"] .fa-chevron-down{transform: rotate(180deg);}
.panel-group .card-header[aria-expanded="false"] .fa-chevron-down{transform: rotate(0deg);}
.panel-group .card-header[aria-expanded="false"]{border-bottom: none;}
.panel-group .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
    padding: 0 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	
	box-shadow: 0px 1px 5px 3px #d7d7d7;
    -webkit-box-shadow: 0px 1px 5px 3px #d7d7d7;
    -moz-box-shadow: 0px 1px 5px 3px rgba(215,215,215,0.85);
}



.box-summary .d-none.d-md-flex{border: none !important;}
.box-summary.row.mx-0.my-2 {border: none !important;}
.box-summary.row.mx-0.my-3{border: none !important;}



/*redio*/
.choose-radio .container {
  display: inline;
  position: relative;
  padding-left: 30px;
   /* padding-right:5px;*/
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.choose-radio .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.choose-radio .checkmark {
  position: absolute;
  top: calc(50% - 10px);
	left: calc(0%);
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #F00;
}

/* On mouse-over, add a grey background color */
.choose-radio .container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.choose-radio .container input:checked ~ .checkmark {
  background-color: #F00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.choose-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.choose-radio .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.choose-radio .container .checkmark:after {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
}
.choose-radio .container input:disabled ~ .checkmark:after {
    background: #ababab;
}
.choose-radio .container input:disabled ~ .checkmark {
	cursor:not-allowed;
	opacity: 0.7;
}



/*///////img-box-2///////*/
.img-box2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 80%;
}
.img-box2 div {
    height: 100%;
    display: flex;
    align-items: center;
    
    z-index: 1;
    justify-content: center;
    /* height: auto;
    height: 100%; 
	position: relative;*/
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	max-width: 100%;
    max-height: 100%;
    /*width: auto;
    height: 100%;*/
}


/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 text-align: center;
 padding:1rem 0;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:1rem;
	cursor:pointer;
	/*padding: 0.3rem 0rem;*/
	padding: 0rem 0.1rem;
	margin: 0.2rem;
	/*border:2px solid #777;*/
	border: 2px solid #FFF;
}
/*.pagelist li:last-child:hover ,
.pagelist li:last-child, .pagelist li:first-child:hover ,
.pagelist li:first-child{
	border: 2px solid #FFF;
}*/
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0 0.5rem;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:1rem;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    background: #000;
    transition: all 0.4s;
    border: 2px solid #ccc;
}
.pagelist li a:hover{
    color: #000 ;
	transition: all 0.4s;
}
/*.pagelist li:hover{
	border:2px solid #ecab53;
}*/
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #ffffff;
}


/*************DEV P*************************/
/*-----Cart----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.member-page .howto-icon2 {
    border: none;
    font-size: 30px;
    line-height: 80px;
    margin: auto;
    /*vertical-align: middle;*/
    width: 80px;
    color: #FFF;
 
 background: rgb(255 0 0);
    background-image: -webkit-linear-gradient( -120deg, #f00 0%, rgb(204 32 32) 10%, rgb(154 32 32) 100%);


    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.member-page .howto-icon2 svg{ margin: 0px ;}
.member-page .howto-icon2 svg {
    /*background: #339900;
    color: #fff;*/
}

.member-page .line-icon {
    border-right: 2px solid #cb0d0d;
}
.member-page .form-button{
    width: 100%;
    box-shadow: none;
    color: #FFF;
    background: #cb0d0d;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #cb0d0d;
    transition: all 0.4s;
    padding: 4px 0;
    margin: .5rem auto 0;
 cursor:pointer;
}
.member-page .form-button:hover{
    background: #FFF;
    color: #cb0d0d;
}
.member-page .form-button:focus{
    box-shadow: none;
    outline: none;            
}
.btn-login {
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
}
.btn-login.btn:focus, .btn-login.btn.focus {
    box-shadow: none !important;
}
.member-page .download-file{
    display: inline-block;
    padding: 5px;
    border: 2px solid #f00;
    border-radius: 5px;
    background: #FFF;
    transition: all 0.4s;
    /*margin:1rem 0;*/
}
.member-page .download-file:hover{
    background: #dd2020;
    color: #FFF;
}
.member-page .download-file a{display: block;}
.member-page .download-file img{transition: all 0.5s;}
.member-page .download-file:hover img{filter: brightness(0) invert(1);}

.checkbox-xl .form-check-input 
{
    scale: 1.5;
}
.cupon-list{
	font-size: 15px !important;
}
.form-radio-cupon{
	scale: 1.3;
}
.prostyles {
    background: #f4f4f4;
    color: rgba(0,0,0,.87);
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 30px;
    padding: 9px 12px
}
.proname {
    border: 1px solid;
    border-radius: 2px;
    color: #e96161;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-right: 8px;
    padding: 1px 4px;
    vertical-align: middle
}
/*************END DEV P*************************/
















