@charset "utf-8";
/* CSS Document */

@import "https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


@import url('../css/owl.carousel.min.css');
@import url('../css/font-awesome.min.css');
@import url('../css/fancybox.min.css');

@font-face {
    font-family: 'Jura';
    font-weight: 400;
	font-display: swap;
    src:url('../fonts/Jura-Regular.ttf');
}
@font-face {
    font-family: 'Jura';
    font-weight: 500;
	font-display: swap;
    src:url('../fonts/Jura-Medium.ttf');
}
@font-face {
    font-family: 'Jura';
    font-weight: 800;
	font-display: swap;
    src:url('../fonts/Jura-Bold.ttf');
}
 
/*header css*/
.hidden_header{height:103px;}
header{position:absolute; z-index:9999; top:0; left:0; right:0; background:#fff;}
.top_bar{font-weight:500; color:#fff; font-size:13px; text-align:center; background:#737373; padding:4px 0px}
.top_bar a{font-weight:400; color:#fff; text-transform:capitalize; text-decoration:underline;}
.right_main{background:#000; margin-left:auto; width:85%; margin-right:.9rem; position:relative;}
.right_main:before{background:url(../images/header-left.png) no-repeat left; background-size:101%; position:absolute; left:-68px; top:0; bottom:0; width:68px; height:71px; content:'';}
.header_right{display:flex; align-items:center; margin-left:auto; margin-right:1rem; flex-wrap:wrap;}
.cart_top{position:relative; padding:3px 0 3px 15px; font-weight:500; text-align:center; line-height:normal;}
.cart_top:first-child{padding-left:0;}
.cart_top a{color:#fff; font-size:15px; display:flex; align-items:center; justify-content:center;}
.cart_top svg{width:27px; height:27px; fill:none; color:#fff; stroke-width:2px; stroke:#fff;}
.cart_box{position:absolute; right:-5px; top:0px; /*background:#e78180; width:16px; height:16px; line-height:16px; border-radius:40px;*/ font-size:12px; color:#fff; text-align:center; z-index:9; letter-spacing:0;}
.cart_top img{width:28px;}
.cart_top .fa{font-size:20px;}
.cart_top .dropdown-menu{min-width:400px; left:inherit; right:0; padding:30px; font-weight:500;}
.cart_empty{padding:5% 0; text-align:center;}
.cart_empty .icons{font-size:35px; color:#d70729; margin-bottom:.7rem; margin-left:0; display:block;}
.cart_empty .sub_head{color:#a3a3a3; font-size:16px; font-weight:500;}

.top_cart_scroll{min-height:100px; max-height:300px; overflow-x:auto; padding-right:5px;}
.top_cart_scroll .top_cart{width:60px; margin-right:15px; float:left; background:#f5faf8;}
.top_cart_scroll .top_cart img{height:auto; width:100%;}
.top_cart_scroll p.name{margin:0 0 10px; color:#535766; line-height:18px; font-size:15px; text-transform:capitalize;}
.top_cart_scroll p.name a{color:#535766; display:block;}
.top_cart_scroll .product_order{border-bottom:1px dashed #a9abb2; padding-bottom:10px; margin-bottom:10px; float:left; width:100%; text-align:left; color:#adadad; font-size:12px;}
.cart_top .price{font-weight:500; margin-top:0; margin-bottom:5px; font-size:16px; color:#c10a28;}
.cart_top .price .fa, .cart_top .total .fa{font-size:14px;}
.top_cart_scroll .del{float:right; color:#c10a28;}
.cart_top .total{display:inline-block; width:100%; color:#1a1a1a; font-size:15px; margin-top:5px;}
.cart_top .total span{float:right}
.cart_top .total p{font-size:12px; color:#7e808c; margin-top:8px;}
.cart_top .btn{width:100%; padding:12px 0px; margin-top:0; font-size:14px; color:#fff;}
.active_user{width:10px; height:10px; border-radius:50%; background:#04AA6D; position:absolute; top:0px; left:12px;}
.active_user:before{content:''; position:relative; display:block; width:300%; height:300%; box-sizing:border-box; margin-left:-100%; margin-top:-100%; border-radius:45px; background:#04AA6D; animation:pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;}  
.active_user:after{content:''; position:absolute; left:0; top:0; display:block; width:100%; height:100%; background:#fff; border-radius:15px; box-shadow:0 0 8px rgba(0,0,0,.3); animation:pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;}
@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}
.header_box{display:flex; align-items:center;}
.header_box1{display:flex; align-items:center; margin-left:auto; margin-right:1rem;}
.search{width:50%; margin-right:25px;}
.search form{position:relative;}
.search .form-control{border:none; height:25px; padding-left:20px; padding-right:25px; font-size:13px; color:#5e5e5e;     border-radius:30px 0 65px 30px; position:relative;}
.search button{border:none; outline:0; background:#ff97b2; font-size:14px; color:#fff; padding:0px 15px 0 35px; border-radius:0px 30px 30px 0px; margin-left:-26px; height:25px;}

/*menu dropdown*/
.navbar-expand-lg{/*margin:0 auto;*/ width:80%; position:static; min-height:37px; margin-left:10px;}
.dropdown:hover > .dropdown-menu{visibility:visible; opacity:1; z-index:1; transform:translateY(0%); transition-delay:0s, 0s, 0.3s;}
.dropdown > .dropdown-toggle:active{pointer-events:none;}
.dropdown-menu li:last-child a{border-bottom:none;}
.nav-fill .nav-item.dropdown{position:static;}
.nav-fill .dropdown-menu{min-width:inherit; left:0px; right:0px; border-bottom:none; flex-wrap:wrap; padding:0px 0 0 10px;  width:100%; display:flex; }
.dropdown-menu li{list-style:none; margin:0; padding:20px 15px; flex:0 0 20%; max-width:20%;}
.dropdown-menu li ul{margin:0px 0 0; padding:0;}
.dropdown-menu li ul li{margin:0; padding:1px 0px; flex:0 0 100%; max-width:100%;}
.dropdown-menu li ul li a{color:#565656; font-size:13px; font-weight:800;}
.dropdown-menu li ul li a:hover{color:#ff3941;}
.dropdown-menu .menu_head{font-size:13px; font-weight:800; text-transform:uppercase; margin-bottom:10px;}
.dropdown-menu .menu_head a{color:#000;}
.dropdown-menu li figure{position:relative; border-radius:5px; overflow:hidden;}
.dropdown-menu li figure img{transition:all .5s ease;}
.dropdown-menu li figure img:hover{transform:scale(1.05);}

/*-- banner --*/
.banner{padding-top:0; padding-bottom:6rem; position:relative;}
.carousel-control-prev .icons{background:rgb(255, 255, 255, 30%); border-radius:50%; width:30px; height:30px; display:flex; align-items:center; justify-content:center;}
.carousel-control-next .icons{background:rgb(255, 255, 255, 30%); border-radius:50%; width:30px; height:30px; display:flex; align-items:center; justify-content:center;}
.carousel-control-prev:hover .icons, .carousel-control-next:hover .icons{background:#fff;}
/*-- //banner --*/

/*inner banner*/
.inner_banner{padding:0;}
.inner_banner img{border-radius:30px; border-top-right-radius:0;}

/*-- footer --*/
footer{background:#000; margin-top:9rem; border-radius:30px 30px 0 0; font-weight:500; position:relative;}
footer:before{position:absolute; left:0; top:0; bottom:0; right:0; content:''; background:url(../images/footer-before.png) no-repeat left bottom;}
footer:after{position:absolute; left:0; top:0; bottom:0; right:0; content:''; background:url(../images/footer-after.png) no-repeat right bottom; border-top-right-radius:30px;}
footer .container{position:relative; z-index:1;}
.footer_logo{display:flex; align-items:center; margin-bottom:4.5rem;}
.footer_logo .f_logo{background:#fff; border-radius:50%; padding:25px; width:220px; height:220px; display:flex; align-items:center; justify-content:center; margin-top:-110px; box-shadow:#585858 0 15px 0px 0;}
.f_heading{color:#fff; font-size:17px;}
footer .heading{color:#fff; margin-bottom:3rem;}
.footer-grids{background:rgb(71, 71, 71, 69%); position:relative; margin-bottom:3rem; z-index:1;}
.footer-grids:before{content:''; position:absolute; left:0; right:0; top:-5px; height:2px; background:#808080;}
.footer-grids:after{content:''; position:absolute; left:0; right:0; bottom:-5px; height:2px; background:#808080;}
.footer-grids ul{margin:0px; padding:0; text-align:center;}
.footer-grids ul li{list-style-type:none; display:inline-block; padding:3px 20px; margin:0;}
.footer-grids ul li a{color:#fff; font-size:20px;}
.footer-grids ul li a:hover{color:#f63c80;}
footer p{position:relative; margin-bottom:0px; line-height:normal;}
footer p, footer p a{color:#ababab;}
.copyright{padding:.8rem 0rem; margin-top:3rem; text-align:center; border-top:#808080 solid 2px; color:#ababab; font-size:18px; position:relative; z-index:1;}
.copyright a{color:#ababab;}
.social-icon{margin:45px auto 0;}
.social-icon a{margin:0 11px; font-size:23px; width:35px; height:35px; line-height:35px; border-radius:50%; background:#fff; color:#000; display:inline-block; text-align:center;}
footer .f_box{flex:1 1 auto; padding-left:15px; padding-right:15px;}
/*-- //footer --*/

/*-- move top --*/
#toTop{bottom:30px; right:15px; display:none; width:40px; height:40px; overflow:hidden; position:fixed; text-decoration:none; z-index:9999; font-size:0; color:transparent; background:#35363a; border-radius:4px; opacity:1;}
#toTop:hover{ opacity:0.9;}
#toTop:after{color:#fff; content:'\f106'; font-size:20px; line-height:38px; font-family:'FontAwesome'; text-align:center; display:block; position:absolute; top:0; right:0; bottom:0; left:0; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
/*-- //move top --*/

section{padding:2rem 0;}
.heading_main{margin-bottom:2rem; text-align:center; position:relative;}
.heading{font-size:35px; color:#000; font-weight:600; margin-bottom:1rem; text-transform:uppercase; line-height:normal; position:relative;}
.heading_main p{font-size:16px; color:#747474; font-weight:800; padding:0;}
.sub_heading{font-size:25px; color:#a9a9a9; margin-bottom:.5rem; line-height:normal; text-transform:uppercase;}
.heading_main .heading{display:inline-block;}
.heading_main .heading:before{content:''; position:absolute; left:-80px; top:20px; width:75px; height:4px; background:#ff97b0;}
.heading_main .heading:after{content:''; position:absolute; right:-80px; top:20px; width:75px; height:4px; background:#ff97b0;}

/*product css*/
.product_bg{position:relative; background:#000;} 
.product_bg .heading{color:#fff;}
.product_bg .heading:before{background:#fff;}
.product_bg .heading:after{background:#fff;}
.product_bg .product{box-shadow:none;}
.product{background:#fff; padding:10px 15px 25px; border-radius:10px; margin-bottom:2rem; margin-top:10px; position:relative; box-shadow:#d3d3d3 0 0 15px 0;}
.product a{color:#000;}
.product figure{margin-bottom:1.5rem; overflow:hidden; position:relative; border-radius:7px; box-shadow:#ff5493 0 0 4px 0;}
.product figure img{transition:all .5s ease;}
.product figure img:nth-of-type(2){opacity:0;}
.product figure img:nth-of-type(2){position:absolute; top:0; left:0;}
.product:hover figure img:nth-of-type(2){opacity:1; transform:scale(1.02);}
.pro_text{padding:0px; font-size:13px; display:flex;}
.pro_text div{flex: 1 1 auto;}
.cat{text-transform:uppercase; letter-spacing:1.5px;}
.p_head{font-size:13px; color:#585858; font-weight:800; text-transform:uppercase; text-align:center; margin-bottom:20px; line-height:normal;}
.product .btn{position:absolute; right:0; top:0; margin-top:0; border-radius:7px; padding:10px 25px;}
.product .price{padding-top:5px; min-height:40px;}
.price{font-size:22px; color:#000; font-weight:800; position:relative; line-height:1;}
.price .fa{font-size:16px;}
.price strike{font-size:15px; color:#858585; display:block;}
.new{background:#f63c80; width:85px; border-radius:0 25px 25px 0px; font-size:10px; color:#fff; text-transform:uppercase; padding:0px 0 1px 12px; line-height:normal; position:absolute; top:25px; left:0px; z-index:1;}
.new:before{content:''; position:absolute; left:0; right:-3px; top:-3px; bottom:-3px; border:#c393af solid 1px; border-radius:0 25px 25px 0px;}
.best{background:#000; width:85px; border-radius:0 25px 25px 0px; font-size:10px; color:#fff; text-transform:uppercase; padding:0px 0 1px 12px; line-height:normal; position:absolute; top:25px; left:0px; z-index:1;}
.best:before{content:''; position:absolute; left:0; right:-3px; top:-3px; bottom:-3px; border:#c393af solid 1px; border-radius:0 25px 25px 0px;}
.new+.best{top:47px;}
.off{display:inline-block; font-size:11px; color:#f63c80; margin-top:-4px; position:relative; left:-9px; top:-13px;}

.deal_bg img{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0;}
.add_bg{padding-bottom:3rem; }
.add_bg img{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0;}

/*categories*/
.categories_bg{background:#000;}
.categories_bg .heading{color:#fff;}
.categories_bg .heading:before{background:#fff;}
.categories_bg .heading:after{background:#fff;}
.category_box{margin-bottom:2rem; border-radius:25px; overflow:hidden;}
.category_box img{transition:all .5s ease;}
.category_box:hover img{transform:scale(1.02);}
.cat_name{font-size:70px; color:#e9e7e8; font-family:Poppins; font-weight:700; text-transform:uppercase; position:absolute; left:0; right:0; top:0; bottom:32px; display:flex; align-items:center; justify-content:center;}

.essentials_bg .heading{font-family:Poppins; font-style:italic; font-weight:400; text-transform:capitalize;}
.essentials_bg .heading:before, .essentials_bg .heading:after{display:none;}
.essentials_bg .col-xl-3{flex:0 0 20%; max-width:20%;}
.essential{text-align:center;}
.essentials_bg h4{font-family:Poppins; font-size:1.3rem; color:#b5b5b5; font-weight:600; margin-top:5px;}
.essentials_bg .btn{font-family:Poppins; font-weight:300; font-style:italic; padding-top:10px;}

.streaming_bg img{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0; border:#fba4bb solid 2px;}
.streaming_bg iframe, .streaming_bg video{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0; width:100%; height:513px; border:#fba4bb solid 2px;}
.advice_bg img{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0;}
.advice_bg iframe, .advice_bg video{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0; width:100%; height:334px; border:none;}
.blog_bg{position:relative;}
.blog_bg:before{background:#ff97b2; height:70px; position:absolute; top:49%; left:0; right:0; content:'';}
.blog img{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0; border:#ff97b2 solid 2px;}
.blog_head{font-size:22px; font-weight:800; line-height:1.5;}
.blog a{color:#000;}
.once_bg .heading{font-size:55px; color:#ff97b2;}
.once_bg .sub_heading strong{color:#000; font-weight:800;}
.once_bg .sub_heading span strong{font-size:28px;}
.once_bg .heading:before, .once_bg .heading:after{display:none;}
.newly_bg{position:relative;}
.newly_bg:before{background:#000; height:200px; position:absolute; top:37%; left:0; right:0; content:'';}
.newly_bg img{border-radius:20px; box-shadow:#b5b5b5 0 4px 5px 0; border:#fff solid 2px;}

.subscribe_bg{}
.subscribe_bg form{position:relative;}
.subscribe_bg input[type="email"]{background:none; box-shadow:none; color:#000; border:none; outline:none; padding-right:200px; height:40px; box-shadow:#b5b5b5 0 4px 5px 0;}
.subscribe_bg button.btn{position:absolute; right:0; padding:5.5px 35px; margin-top:5px; font-size:16px;}
.subscribe_bg input[type="email"]::placeholder {color:#ccc;}


/*product listing*/
.category{padding:0; margin:0; width:100%; float:left;}
.category:last-child{padding-bottom:0;}
.category_heading{font-size:14px; color:#000; font-weight:500; letter-spacing:0.5px; text-transform:uppercase; margin-bottom:15px; line-height:normal; border-bottom:#e3dbdc solid 1px; padding-bottom:10px;}
.category ul{padding:0 0 2.5rem; margin:0; overflow:auto; max-height:245px;}
.category ul li{margin:0; padding:8px 0 8px 2px; line-height:normal; list-style:none; position:relative; -webkit-transition: 300ms ease;-o-transition: 300ms ease;transition: 300ms ease;}
.category .fa{font-size:13px; color:#777; margin-top:11px; margin-right:10px;}
.category ul li label{margin-bottom:0; display:block; font-size:13px; color:#282c3f; font-weight:300;}
.color{width:15px; height:15px; display:inline-block; margin-right:5px; margin-bottom:-2px; border-radius:50%;}
.filter_main{display:flex; margin-bottom:1.5rem; margin-left:auto; width:93%; position:relative; z-index:9;}
.filter{padding:0 15px 10px;}
.filter .form-control{display:inline-block; width:auto; height:35px; padding:0 10px; border-radius:0; border:none; background:none;}
.filter .btn{margin-top:0; background:#f4f4f4; border-radius:5px; box-shadow:#dbdada 1px 2px 3px 0; padding:7px 15px; color:#000; font-size:16px; font-weight:800; letter-spacing:0; text-transform:inherit;}
.filter .dropdown-toggle::after{margin-left:20px;}
.filter .dropdown-menu{left:15px; box-shadow:#dbdada 0px 0px 10px 0; border-radius:5px; padding:15px 20px;}
.filter .dropdown-menu ul{margin:0; padding:0;}
.filter .dropdown-menu ul li{margin:0; padding:5px 0px; flex:0 0 100%; max-width:100%; font-weight:800; line-height:normal;}
.filter .dropdown-menu ul li label{margin-bottom:0; position:relative;}
.filter_main .heading{margin-bottom:0;}
.results{font-size:16px; font-weight:400; color:#7f7d75; text-transform:capitalize; margin-left:5px;}

/*product detail*/
.detail_bg{padding-top:3rem; position:relative;}
.product_detail{margin-left:1.5rem;}
.product_detail .heading{color:#ff97b2; text-transform:capitalize; line-height:1.1; margin-bottom:15px;}
.rating{display:inline-block; border:#000 solid 1px; padding:4px 6px 3px; line-height:normal; border-radius:5px; font-weight:800;}
.rating .glyphicon{font-size:15px; color:#000; margin-left:3px;}
.glyphicon.glyphicon-star.half{color:#dad5d5; position:relative;}
.glyphicon.glyphicon-star.half:after{content:"\e006"; position:absolute; left:0; width:50%; color:#000; overflow:hidden;}
.product_detail .price{font-size:35px; font-weight:800; margin-top:15px;}
.product_detail .price .fa{font-size:30px;}
.product_detail .price p{font-size:14px; color:#000; font-weight:400; margin-bottom:0;}
.sku{font-weight:800; color:#000; margin-bottom:8px;}
.size{width:100%; padding:0 15px; margin-top:15px;}
.product_detail label{display:block; font-size:14px; font-weight:800; }
.size a{margin:0px 5px 5px 0; color:#000; font-size:14px; padding:5px 13px; border:#dbe2e0 solid 1px; display:inline-block; width:60px; border-radius:3px; text-align:center;}
.size a:hover{border-color:#000;}
.size a.active{background:#000; border-color:#000; color:#fff; position:relative;}
.color_shade{width:25px; height:25px; border-radius:50%; border:none !important;}
.size a.color_shade{border-radius:5px; width:25px; height:26px;}
.size a.color_shade.active:after{content:''; position:absolute; top:3px; left:3px; width:21px; height:21px; background:url(../images/check-icon.png) no-repeat center;}
.size_chart{float:right; font-size:13px; font-weight:normal; text-decoration:underline; cursor:pointer;}
.short_des{margin:1rem 0 0; font-weight:800; line-height:1.6; text-transform:uppercase; font-size:14px; color:#2a2a2a;}
.short_des ul{margin:0px; padding:0;}
.short_des ul li{position:relative; list-style:none; padding-left:20px;}
.short_des ul li:before{background:url(../images/check-icon.png) no-repeat center; background-size:100%; width:12px; height:19px; position:absolute; left:0; content:''; filter:invert(1);}
.qty_main .btn .icons{margin-right:8px;}
.qty_main{margin:.7rem 0 .2rem; display:flex; flex-wrap:wrap;}
.qty{background:#000; display:inline-flex; position:relative; width:208px; border-radius:30px; box-shadow:#b5b5b5 0 4px 5px 0; border:#fff solid 1px;}
.qty button{border:none; cursor:pointer; background:none; padding:0px 20px 8px; font-size:40px; color:#fff; font-weight:400; line-height:1; outline:0;}
.qty input{border:none; width:85px; height:30px; text-align:center; font-size:30px; color:#fff; padding:0; background:none;}
.qty span{position:absolute; color:#fff; bottom:0; left:0; right:0; text-align:center; text-transform:uppercase; font-size:12px;}
.product_detail .btn{padding:12px 75px; box-shadow:#b5b5b5 0 4px 5px 0; border:#fff solid 1px; font-size:20px;}
.wishlist{background:none; padding:0; width:auto; font-size:45px; color:#ff00a8 !important; line-height:normal; margin-left:15px; cursor:pointer;}
.wishlist.active{border-color:#c53b3b; color:#c53b3b;}
.share{color:#ababab; font-size:22px; margin-top:.6rem;}
.share a{margin-right:8px; color:#000; line-height:normal; width:35px; height:35px; border-radius:50%; box-shadow:#d7d7d7 0px 2px 6px 0; display:inline-flex; align-items:center; justify-content:center;}
.share a:hover{color:#ed9594;}
.delivery{margin-top:.5rem; display:flex; line-height:normal;}
.delivery .form{margin-left:1rem;}
.delivery .btn{margin-top:0; padding:6px 15px; position:absolute; right:0; font-size:16px; box-shadow:none; border:none;}
.delivery .form-control{height:37px; padding-right:95px; box-shadow:#d7d7d7 0px 2px 6px 0; border:none;}
.delivery img{height:30px; display:block; filter:invert(1); margin-bottom:-5px;}
.delivery label{margin-bottom:0; font-weight:800; font-size:11px;}
.available{margin-top:15px;}
.in_stock{color:#4caf50; font-weight:600;}
.out_stock{color:#ff3941; font-weight:600;}
.interest{font-size:9px; line-height:1; position:absolute; top:0px; margin-left:10px;}
.product_image .owl-carousel .owl-wrapper-outer{z-index:2;}
.product_image .zoomWrapper{width:83% !important; float:right; /*height:auto !important;*/ position:relative;}
.product_image .zoomWrapper img{width:100% !important;}
#gal1{width:16.5%; padding-right:3.4%; float:left;}
#gal1 img{width:100%; margin-bottom:15px; border:transparent solid 1px; box-shadow:#d7d7d7 2px 3px 10px 0; border-radius:5px;}
.thumb-carousel{transform:rotate(90deg); width:600px; margin-top:290px; position:absolute; left:-240px; z-index:9999;} 
.thumb-carousel .item{transform:rotate(-90deg); padding-right:25px;}
.thumb-carousel  .owl-carousel .owl-wrapper-outer{position:absolute;}
.thumb-carousel.owl-theme .owl-controls .owl-buttons div{background:none; font-size:25px; width:auto; height:auto;}
.thumb-carousel .owl-buttons{top:60px; left:-30px; right:-17px;}
.descriiption_bg{}
.pro_detail{background:#f4f4f4; padding:25px 40px;}
.pro_detail .nav-tabs{border-bottom:none; margin-bottom:4rem; justify-content:center;}
.pro_detail .nav-tabs .nav-link{text-transform:uppercase; font-weight:800; padding:6px 0; border-bottom:transparent solid 2px; margin:0 35px;}
.nav-tabs .nav-link.active{border-bottom-color:#666;}
.pro_detail ul{margin:0 0 0 1.5rem; padding:0;}
.pro_detail ul li{margin:10px 0; padding:0;}
.pro_detail .faqs{padding-left:0;}
.pro_detail .faqs .card-body{background:none;}

.review{font-size:45px; color:#3d3d3d; font-weight:800; text-align:center; border-right:#838383 solid 2px; height:100%; margin-right:25px; padding-top:20px; padding-right:50px;}
.review .glyphicon{font-size:30px; margin:0 2px;}
.review p{color:#939393; font-size:22px;}
.review_box{padding:15px; background:#fff; box-shadow:#d7d7d7 0 4px 5px 0; border-radius:10px; margin-bottom:2rem; font-size:12px; color:#3d3d3d; display:flex; flex-wrap:wrap; line-height:normal;}
.review_box:last-child{margin-bottom:0;}
.review_box .rating_icon .glyphicon{font-size:14px; margin-right:3px;}
.review_box .rating_icon{width:30%; position:relative; padding-left:50px;}
.review_box .review_text{width:52%; padding-left:15px; padding-right:15px;}
.review_box .date{width:18%; padding-left:15px;}
.title{font-weight:800; font-size:14px; margin-bottom:5px;}
.review_box .rating_icon img{position:absolute; left:0;}
.process{font-size:13px; color:#6c6c6c; margin-top:.5rem;}
.process .glyphicon{font-size:13px;}
.process_bar{background:#d1d1d1; border-radius:25px; display:inline-block; width:75%; height:8px; margin:0 5px; position:relative; overflow:hidden;}
.process_bar span{background:#3d3d3d; position:absolute; left:0; top:0; bottom:0;}
/*.process span{background:#c6c6c6; border-radius:25px; display:inline-block; width:75%; height:8px; margin-left:5px; position:relative;}
.process span:before{background:#3d3d3d; position:absolute; left:0; top:0; bottom:0; content:''; width:90%; border-radius:25px;}
.process span.four:before{width:30%;}
.process span.three:before{width:10%;}
.process span.two:before{width:5%;}
.process span.one:before{width:4%;}*/

.bought_box, .offer_box{border:#484848 solid 1px; box-shadow:#dfdfdf -5px 10px 20px 0; border-radius:30px; padding:25px 25px 0px;}
.bought_box .heading:before, .offer_box .heading:before, .bought_box .heading:after, .offer_box .heading:after{display:none;}
.bought_box .price{font-size:33px; min-height:40px;}
.bought_box .btn{font-size:13px; border-radius:30px; padding-left:20px; padding-right:20px;}
.bought_box .p_head{font-size:20px; color:#000; text-transform:capitalize; text-align:left;}
.bought_box .product figure{box-shadow:none; border-radius:0;}
.bought_box .product{box-shadow:#dbdbdb 3px 3px 10px 0;}
.view_more{color:#ff97b0; font-size:15px;font-weight:800; text-transform:capitalize; line-height:normal;}

/*cart css*/
.cart_bg, .checkout_bg, .gray{padding-top:0rem;}
.cart_bg .heading{font-size:23px;}
.bonus_offer{border-radius:30px; border:#787878 solid 1px; box-shadow:#dfdfdf -5px 10px 20px 0; margin-top:2rem; padding:25px 35px; background:#f8f8f8;}
.bonus_offer .cart_qty{padding-left:0;}
.bonus_offer .cart_qty .btn{box-shadow:#b5b5b5 0 4px 5px 0; border:#fff solid 1px; margin-top:0; padding:9px 25px; font-size:16px;}

.cart_summary{padding:35px;}
.cart_summary .heading{font-size:18px;}
.cart_main{display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; align-items:center; position:relative; margin-top:1.5rem;}
.cart_img img{border-radius:4px; border:#ff97b0 solid 1px;}
.cart_img{flex:0 0 8%; max-width:8%;}
.cart_item{flex:0 0 68%; max-width:68%; padding:0 25px; font-size:11px; color:#5c5c5c;}
.cart_qty{flex:0 0 24%; max-width:24%; padding-left:45px;position:relative;}
.remove{position:absolute; left:0px; top:-5px; color:#000; font-size:25px;}
.sub_head{font-size:16px; color:#4c4c4c; font-weight:800; margin-bottom:5px; line-height:normal;}
.sub_head a{color:#4c4c4c;}
.cart_item .price{margin-top:5px;}
.cart_head{font-size:13px; font-weight:600; color:#000; margin-bottom:.5rem;}
.cart_qty .qty{width:100%; height:35px; background:none; box-shadow:none; border-color:#000;}
.cart_qty .qty input{width:37px; height:auto; color:#000;}
.cart_qty button{color:#000; font-size:30px; padding:0px 13px 3px;}

.order_summary{background:#fff; width:100%; padding:25px 25px 110px; font-size:13px; color:#000; line-height:normal; box-shadow:#d3d3d3 -5px 10px 20px 0; border-radius:0 0 30px 30px; position:relative;} 
.order_summary h6{font-size:20px; font-weight:800; margin-bottom:10px; text-transform:uppercase;}
.order_summary ul{margin:0; padding:0;}
.order_summary ul li{margin:0; padding:5px 0; list-style:none;}
.order_summary ul li span{float:right;}
.order_summary ul li .fa{font-size:10px;}
.order_summary ul li:last-child{border-top:#bdbdbd solid 1px; padding-top:5px; margin-top:7px; font-size:20px; font-weight:800; color:#000;}
.order_summary ul li:last-child .fa{font-size:16px;}
.order_summary .btn{width:100%; font-size:20px; font-weight:500; position:absolute; right:0; left:0; bottom:0; border-radius:0 0 30px 30px; padding-top:15px; padding-bottom:15px;}
.order_summary .btn .fa{font-size:16px;}
.coupon{font-size:17px; margin-bottom:25px; position:relative;}
.coupon a{color:#000; font-weight:500; font-size:11px;}
.coupon .form-control{background:none; box-shadow:none; color:#000; font-size:13px; border:none; outline:none; padding-right:165px; height:35px; box-shadow:#b5b5b5 0 4px 5px 0;}
.coupon .btn{right:0; left:inherit; bottom:inherit; padding:5.5px 30px; margin-top:5px; width:auto; font-size:16px; border-radius:30px;}
.add_new{float:right; color:#ff97b0; font-size:15px; text-transform:capitalize; line-height:normal; margin-top:5px;}
.order_summary select.form-control{background:#e7e7e7; font-weight:800; height:25px; padding:0 10px; border-radius:0 0 7px 7px;border:none; margin-top:8px;}
.address_form{padding:20px 40px;}
.address_form .heading{font-size:25px;}
.pincode{position:relative;}
.pincode .form-control{padding-right:150px;}
.pincode .btn{position:absolute; right:0; margin-top:0; padding:9px 20px; font-size:16px; border-top-left-radius:0; border-bottom-left-radius:0;}
.checkout_bg .order_summary{padding-bottom:25px;}

/*about css*/
.about_bg{padding-top:0; border-bottom:#fdcdd9 solid 1px;}
.about{font-size:22px; text-align:center; margin-top:2rem; position:relative; z-index:1;}
.about .sub{font-size:25px; color:#ff97b2; font-weight:500; margin-bottom:1rem;}
.about h3{color:#ff97b2;}
.influencer_bg{text-align:center; padding-top:4rem;}
.influencer_bg .heading{color:#ff97b2;}
.influencer img{border:#ff97b2 solid 1px; border-radius:8px; margin-top:2rem; margin-bottom:3rem; box-shadow:#cbcbcb 3px 3px 14px 0;}
.influencer .btn{border-radius:8px; background:#ff97b2; font-size:40px; padding:5px 40px; margin-top:-20px; margin-right:30px; text-shadow:#959595 0 2px 3px;}
.influencer .share{color:#ff97b2; font-size:40px;}
.influencer .share a{font-size:22px; color:#ff97b2; margin-left:15px; margin-right:0; width:40px; height:40px;}
.career{background:#f8f8f8; box-shadow:#cbcbcb 3px 3px 14px 0; border-radius:30px; border:#626262 solid 1px; overflow:hidden; text-align:center; padding-bottom:20px; margin-bottom:3rem;}
.career figure{overflow:hidden;}
.career img{border-radius:0 0 30px 30px; border-bottom:#626262 solid 1px; box-shadow:#cbcbcb 3px 3px 14px 0; transition:all .5s ease;}
.career:hover figure img:nth-of-type(2){opacity:1; transform:scale(1.02);}
.career h6{margin-bottom:5px; padding:0 15px;}
#offer .carousel-item img{margin:0 auto; border-radius:10px;}
#offer .carousel-control-prev{left:20px}
#offer .carousel-control-next{right:20px;}
.offer{text-align:center; margin-bottom:2rem;}
.offer img{border:#ff97b2 solid 1px; box-shadow:#cbcbcb 3px 3px 14px 0; border-radius:8px;}
.offer h4{margin-bottom:0;}
.offer h5{color:#817f7f; font-weight:500; margin-bottom:0;}
.under_bg{background:url(../images/under-bg.jpg) center 105px no-repeat;}
.under{background:url(../images/under-background.png) no-repeat; width:174px; height:170px; font-family:Montserrat; font-size:40px; font-weight:800; color:#fff; line-height:normal; text-transform:uppercase; text-align:center; margin:auto; padding:0px 18px 25px 10px; text-shadow:#202020 2px 2px 5px; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.under .fa{margin-right:5px; font-size:37px;}
.under span{font-size:20px; font-weight:600; display:block;}



/*contact css*/
.cotact_bg{padding-top:0;}
.cotact_bg .heading{color:#ff97b2;}
.cotact_bg .heading:before, .cotact_bg .heading:after{display:none;}
.cotact_bg .heading_main p{line-height:normal; text-transform:uppercase;}
.address{padding-left:63px; line-height:normal; position:relative;}
.address i{position:absolute; left:5px; top:10px; font-size:40px; color:#ff97b2;}
.address h4{font-size:20px; text-transform:uppercase; margin-bottom:0;}
.map{padding-top:0;}
.map iframe{border-radius:10px; border:#ff97b2 solid 1px; box-shadow:#cbcbcb 3px 3px 14px 0; width:100%; height:450px;}
.contact_form .heading{color:#ff97b2;}

.free_shipping{display:flex; align-items:center; line-height:normal; font-weight:800;}

/*login css*/
.login_bg{padding:0; position:absolute; top:32px; left:0; right:0; z-index:9999; background:#fff;}
.login{padding:0px 15px; text-align:center; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; font-size:12px; color:#545454; line-height:1.5;}
.login .row{margin-left:0; margin-right:0;}
.login .heading{margin-bottom:2.5rem; font-size:22px; text-transform:capitalize;}
.login .form-control{width:75%; height:50px; font-size:16px; margin:auto;}
.login .btn{margin:1.8rem 0;}
.login_copyright{background:#000; color:#d7d7d7; font-size:12px; text-align:center; position:absolute; left:-15px; right:-50px; bottom:0; padding:5px 15px;}
.back{width:25px; position:absolute; left:20px; top:30px;}

.middle{float:left; border-bottom:#e8e8e8 solid 1px; border-left:none; width:100%; margin:0px 0 35px 0; text-align:center; line-height:normal;}
.middle span{background:#fff; font-size:15px; color:#a2a2a2; font-style:italic; padding:0 15px; display:inline-block; border-radius:50%; position:relative; bottom:-9px;}
.forgot{float:right; text-decoration:underline; color:#a2a2a2; font-weight:400; font-size:13px;}
.sign_up{text-align:center;}
.sign_up a{color:#fb69ce; font-weight:600; text-decoration:underline;}
.facebook{display:inline-block; width:100%; background:#3B5998; border-radius:30px; text-align:center;}
.facebook img{margin-right:10px; width:20px; margin-top:-4px;}
.facebook a, .facebook a:hover{color:#fff; font-weight:600; line-height:47px;}

/*checkout css*/
.checkout_bg .heading{font-size:25px;}
.checkout_bg #accordion{padding-left:42px; position:relative;}
.checkout_bg .process_left{content:''; position:absolute; top:35px; bottom:-57px; left:-23px; border-left:1px dashed #bebfc5;}
.checkout_bg .process{background:#737373; position:absolute; left:-43px; top:4px; color:#fff; padding:6px 0 4px; font-size:17px; width:42px; text-align:center; z-index:9; border-radius:10px 0 0 10px; margin-top:0;}
.log-in{margin-right:20px; background:#f9f9f9; border:#929493 solid 1px; color:#414141;}
.log-in span, .sign-up span{display:block; font-size:12px; text-transform:initial;}
.sign-up, .log-in{border-radius:5px; padding:10px 25px;}
.card-header a{color:#000;}
ul.pay_using{margin:0 0 0px; padding:0px;}
ul.pay_using li{margin:0 0 20px; padding:0; list-style:none; position:relative; line-height:normal;}
ul.pay_using li input[type="radio"]:before, ul.pay_using li input[type="radio"]:after{top:0px;}
ul.pay_using li label{margin-bottom:0; font-weight:600; font-size:15px;}
ul.pay_using li span{display:block; font-size:14px; margin-top:12px;}
ul.pay_using li img{width:auto; height:25px; margin-left:8px; float:right;}
.order_scroll{max-height:270px; overflow:auto; background:#fafafa; padding:15px; border-radius:5px; margin-bottom:1rem;}
.order_scroll::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5;}
.order_scroll::-webkit-scrollbar{width:5px; background-color: #F5F5F5;}
.order_scroll::-webkit-scrollbar-thumb{border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color:#000;}
.order_items{display:flex; flex-wrap:wrap; margin-bottom:1rem; border-bottom:#eaeaea solid 1px; padding-bottom:1rem;}
.order_items:last-child{margin-bottom:0; padding-bottom:0; border-bottom:none;}
.ord_img{flex:0 0 20%; max-width:20%; max-height:70px; overflow:hidden;}
.ord_item{flex:0 0 80%; max-width:80%; padding-left:15px; font-size:14px; }
.ord_item .sub_head{margin-bottom:10px; line-height:normal; font-weight:500;}
.or_price{font-weight:600;}
.or_size{font-size:13px;}

/*thankyou css*/
.thankyou_bg{background:#fdf5f6;}
.thank_text{font-size:15px; color:#282C3F; text-align:center; padding:40px 30px; background:#fff; box-shadow:#dcdcdc 0 0 15px 0; border-radius:10px;} 
.thank_text .head{font-size:21px; font-weight:700; margin:15px 0;}
.thank_text img{margin:0px 0 20px 0; width:auto; height:100px;}
.back_home{margin-top:20px; padding:12px 40px; border-radius:5px; font-size:15px;}

/*faq*/
.faqs{padding-left:30px;}
.faqs .card{background:none; margin-bottom:1rem; font-weight:500; line-height:1.5;}
.faqs .card-header{border-bottom:none; padding-left:1rem; padding-right:1rem;}
.faqs .card-header h5{font-size:18px;}
.faqs .card-header h5 a{color:#000; font-weight:800; display:block; position:relative;}
.faqs .card-header h5 a[aria-expanded="true"]:before{content:"\f106"; font:normal normal normal 18px/1 FontAwesome; position:absolute; top:5px; right:0px; color:#000;}
.faqs .card-header h5 a[aria-expanded="false"]:after{content:"\f107"; font:normal normal normal 18px/1 FontAwesome; position:absolute; right:0px; top:5px; color:#000;}
.faqs .card-body{background:#fff; padding:.2rem 1rem;}
.faq_btn ul{margin:0; padding:0; display:flex; flex-wrap:wrap; margin-left:-8px; margin-right:-8px;}
.faq_btn ul li{list-style:none; width:33.333%; padding:0 8px 16px;}
.faq_btn ul li a{background:#f8f8f8; color:#000; font-size:16px; font-weight:800; text-transform:uppercase; padding:5px; display:flex; align-items:center; justify-content:center; border:#363636 solid 1px; border-radius:10px; height:85px; box-shadow:#c9c8c8 0 4px 10px 0;}
.faq_btn ul li a:hover, .faq_btn ul li a.active{background:#000; color:#fff;}

/*dashboard css*/ 
.dashboard_bg{position:relative; padding-top:0rem;}
.dashboard_bg .breadcrumb{margin-bottom:2.5rem;}
.left_menu{margin:0; padding:0 30px 0 0;}
.left_menu ul{margin:0px; padding:0px; display:flex; flex-wrap:wrap;}
.left_menu ul li{margin:0 0 1.3rem; padding:0px; list-style:none; width:100%;}
.left_menu ul li a{background:#f8f8f8; color:#000; font-size:16px; font-weight:800; text-transform:uppercase; padding:5px 20px; display:flex; align-items:center; justify-content:flex-start; border:#363636 solid 1px; border-radius:10px; height:75px; box-shadow:#c9c8c8 0 4px 10px 0;}
.left_menu ul li a:hover, .left_menu ul li.active a{background:#000; color:#fff;}
.left_menu ul li .icons{margin-right:10px; background:#ff97b2; color:#fff; border-radius:50%; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;}
.dashboard_box{padding:0; width:100%; font-size:15px;}
.dashboard_box .heading{margin-bottom:3rem; font-size:27px;}
.dashboard_box .heading:before{left:0; right:0;}
.edit_btn{margin-top:-7px !important; float:right; padding:10px 25px; position:relative; z-index:9;}
.edit_btn .icons{margin-right:10px;}
.dashboard_box .btn{margin-top:15px;}
.per_detail{display:flex; flex-wrap:wrap; margin:0 -9px; padding:0;}
.per_detail li{width:48%; list-style:none; font-size:18px; color:#000; font-weight:800; margin:0 9px 30px; padding:15px; box-shadow:#cbcbcb 1px 2px 10px 0; border-radius:15px;}
.per_detail li span{font-size:14px; font-weight:500; display:block;}


.order_main{border:#dcdada dashed 1px; color:#697071; font-size:14px; background:#fbffff; padding:20px 60px; border-radius:0px; font-weight:400; margin:20px auto 0; position:relative;}
.order_main:before{content:''; position:absolute; left:-42px; top:24%; width:65px; height:65px; border:1px dashed #dcdada; border-radius:50%; background:#fff; clip:rect(auto, auto, auto, 40px);}
.order_main:after{content:''; position:absolute; right:-42px; top:24%; width:65px; height:65px; border:1px dashed #dcdada; border-radius:50%; background:#fff; clip:rect(auto, 24px, auto, auto);}
.order_main i{margin-right:7px; color:#1a1a1a;}
.order_main .price{margin-top:0px; font-size:20px; color:#1a1a1a; margin-bottom:0;}
.order_main .price .fa{font-size:17px;}
.order_main h5{font-size:16px; margin-bottom:5px;}
.order_main h6{font-size:13px; margin-bottom:15px; color:#5a5a5a; font-weight:400;}
.order_right{border-left:#dcdada dashed 1px; padding-top:5px; padding-left:30px; text-align:center; min-height:90px;}
.order_right .head{text-transform:uppercase; font-size:14px; font-weight:500; color:#1a1a1a; margin-bottom:20px;}
.order_info{display:inline-block; margin-left:15px;}
.order_info img{background:#007bff; padding:7px; border-radius:50%; height:27px;}
.dashboard_box .badge{font-size:95%; font-weight:400;}
.dashboard_box .cart_main{background:#f7f7f7; padding:20px 5px;}
.order_info_total{margin-top:1rem;}
.order_info_total ul{margin:0; padding:0;}
.order_info_total ul li{margin:0; padding:6px 0; list-style:none;}
.order_info_total ul li span{float:right;}
.order_info_total ul li .fa{font-size:14px; margin-right:2px;}
.order_info_total ul li:last-child{border-top:#e9e9eb solid 1px; padding-top:10px; margin-top:10px; font-weight:600; color:#000;}
.terms_bg{padding-top:0;}
.terms_bg .heading{margin-top:2.4rem; text-align:center;}
.terms_bg h3{font-size:22px;}
.terms_bg p+h3{margin-top:2rem;}

.influencer_pro_bg{padding-top:0;}
.influencer_pro_bg .heading{text-align:center; color:#ff97b2; margin:2rem 0 3rem;}
.gender{position:relative;}
.gender input[type="radio"]{position:absolute; top:15px; left:15px;}
.gender input[type="radio"] + label{z-index:10; margin:0 10px 10px 0; position:relative; color:#222; text-shadow:0 1px 0 rgba(255, 255, 255, 0.1); background:#ffffff; border:2px solid #f5dfdf; cursor:pointer; transition:all 200ms ease;}
.gender input[type="radio"]:checked + label{color:#fff; background:#ff97b2; border-color:#ff97b2;}
.gender input[type="radio"] + label{padding:5px 20px; border-radius:5px;}
.gender input[type="radio"]:before, .gender input[type="radio"]:after{display:none;}
.influencer_pro_bg .tab-content .btn{width:200px; margin-left:5px; margin-right:5px;}
.influencer_pro_bg .nav-tabs{margin-bottom:4rem; border-bottom:none;}
.influencer_pro_bg .nav-item i{width:75px; height:75px; margin:auto; display:flex; align-items:center; justify-content:center; background:#fceeed; font-size:35px; color:#495057; padding:10px; border-radius:10px;}
.influencer_pro_bg .nav-item.active i{opacity:1; background:#ff97b2; color:#fff;}
.influencer_pro_bg .nav-link{border:none; border-radius:0; font-size:17px; color:#495057; border:none; font-weight:600;}
.influencer_pro_bg .nav-link.active{color:#ff97b2; font-weight:700;}
.mandate{color:#df0300;}
.influencer_pro_bg .tab-content{background:#f9f9f9; padding:1.5rem; border-radius:10px; border:1px solid rgba(0, 0, 0, 55%);}
.send_otp .form-control{border-top-right-radius:0; border-bottom-right-radius:0;}
.send_otp .btn{border-top-left-radius:0; border-bottom-left-radius:0; padding-left:25px; padding-right:25px; margin:0 !important;}

.gift_card_bg{padding-top:0;}
.gift_card_bg .nav-tabs{justify-content:center; margin-bottom:2rem;} 
.gift_card_bg .nav-tabs .nav-link{font-weight:800; font-size:19px; padding:15px 30px;}
.gift_card_bg .nav-tabs .nav-link.active{border-bottom:#f63c80 solid 2px;}
.gift{box-shadow:#d3d3d3 0 0 15px 0; border-radius:10px; margin-bottom:2rem;}
.gift figure{border-radius:10px; overflow:hidden;}
.gift_text{padding:0 15px 0px 15px; line-height:1.5;}
.type{background:#fdd8e2; padding:3px 10px; border-radius:5px; margin-bottom:1rem; display:inline-block; font-weight:500;}
.gift .btn{width:100%; border-radius:10px; padding-left:0; padding-right:0;}
.corporates{position:relative;}
.corporates_text{background:#fff url(../images/corporate-bg.png) no-repeat; margin:-100px auto 0; padding:15px; border-radius:25px; text-align:center; box-shadow:#d3d3d3 0 0 15px 0; width:80%; position:relative;}
.order_summary .gift{font-size:15px; margin-bottom:0;}
.card_de{background:#f4f4f4; padding:15px; border-radius:10px; text-align:center;}
.gender .fa{font-size:10px; margin-right:5px;}
.am{position:absolute; bottom:14px; left:30px; font-size:12px;}

.currency{cursor:pointer; color:#fff; padding-right:15px; position: relative; transition: all .2s ease-in-out;}
.currency.open, .currency:active, .currency:focus {border-color:#88bfff;}
.currency:after{border-bottom:1px solid #fff; border-right:1px solid #fff; content:""; display:block; height:5px; box-sizing:content-box; pointer-events:none; position:absolute; right:3px; top:9px; -webkit-transform-origin:66% 66%; transform-origin: 66% 66%; -webkit-transform:rotate(45deg); transform:rotate(45deg); transition:all .15s ease-in-out; width:5px;}
.currency.open:after{-webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.currency.open ul{opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); z-index: 1000000 !important;}
.currency ul{background-color:#fff; margin:12px 0 0!important; opacity:0; padding:0; min-width:100px; pointer-events:none; position: absolute; top: 100%; left: 0; transform-origin:50% 0; transform: scale(.75) translateY(-21px); transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;}
.currency ul li{margin:0; padding:5px 15px; list-style:none; display:block;}
.currency ul li a{display:flex; align-items:center; justify-content:flex-start; color:#000;}
.currency span{display:flex; align-items:center;}


.wholesale h5{font-size:22px; margin-top:2rem;}
.wholesale label{font-weight:600;}
.radio label, .checkbox label{font-weight:500; position:relative; margin-right:1rem;}
.checkbox, .radio{margin-top:.8rem;}
.radio input[type="radio"]:after, .radio input[type="radio"]:before{top:5px;}




