@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/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

@import url('../css/owl.carousel.min.css');
@import url('../css/font-awesome.min.css');
@import url('../css/fancybox.min.css');
@import url('../css/star-rating.css');

/*header css*/
.hidden_header{height:65px;}
header{position:fixed; z-index:9991; top:0; left:0; right:0; background:#fff; box-shadow:#e7e7e7 0 5px 15px 0;}
/*header .container{position:relative;}*/
.header-shrink .top_bar{margin-top:-35px; transition:all 0.3s ease-in-out;}
.header-shrink{box-shadow:#c3c3c3 0 0 10px 0; transition:all 0.3s ease-in-out;}

.header_right{display:flex; align-items:center; margin-left:auto; margin-right:1rem; position:relative; padding-right:3px;}
.cart_top{position:relative; padding:15px 13px 15px; text-align:center;}
.cart_top:last-child{padding-right:0;}
.cart_top:first-child{padding-right:25px;}
.cart_top a{color:#191919; font-size:16px; font-weight:500; display:flex;}
.cart_top a img{height:27px;}
.cart_top i{font-size:18px; display:block; color:#000;}
.cart_box{position:absolute; right:4px; top:7px; width:16px; height:16px; border-radius:40px; font-size:12px; color:#000; text-align:center; line-height:17px; letter-spacing:0;}
.cart_top .dropdown-menu{min-width:400px; left:inherit; right:0; padding:30px; font-weight:400; letter-spacing:0;}
.cart_empty{padding:5% 0; text-align:center;}
.cart_empty .icons{font-size:30px; color:#ff6900; margin-bottom:.7rem; margin-left:0; display:block;}
.cart_empty .sub_head{color:#a3a3a3;}
.top_cart_scroll{min-height:100px; max-height:300px; overflow-x:auto;}
.top_cart_scroll .top_cart{width:65px; margin-right:15px; /*float:left;*/ background:#f5faf8; border:#efefef solid 1px; position:absolute; left:0;}
.top_cart_scroll .top_cart img{height:auto; width:100%;}
.top_cart_scroll p.name{margin:0 0 5px; color:#2e261c; line-height:18px; text-transform:capitalize}
.top_cart_scroll p.name a{color:#191919; font-size:13px; font-weight:600; text-transform:inherit;}
.top_cart_scroll .product_order{border-bottom:1px dashed #a9abb2; padding-bottom:10px; margin-bottom:10px; float:left; width:100%; text-align:left; font-size:12px; color:#9c9c9c; letter-spacing:0; padding-left:80px; position:relative;}
.cart_top .price{font-weight:400; margin-top:0; margin-bottom:3px; color:#000; font-size:14px;}
.cart_top .price i{font-size:12px; display:inline-block;}
.top_cart_scroll .del{display:inline-block; font-size:14px; color:#8d8d8d; float:right; margin-top:5px;}
.top_cart_scroll .del i{font-size:12px;}
.cart_top .total{display:inline-block; width:100%; color:#1a1a1a; font-size:15px; margin-bottom:1rem; text-align:left; font-weight:500; letter-spacing:0;}
.cart_top .total span{float:right}
.cart_top .total i{display:inline-block; color:#1a1a1a; font-size:13px;}
.cart_top .total p{font-size:12px; color:#7e808c;}
.cart_top .btn{width:100%; padding:12px 0px; margin-top:0; color:#fff; font-size:14px !important; justify-content:center;}
.pro_drop .profile{position:absolute; left:30px; border-radius:50%; overflow:hidden; background:#f3f3f3;}
.pro_drop .profile img{height:85px;}
.pro_drop{padding-left:105px; margin-bottom:2rem;}
.p_title{font-weight:600; margin-bottom:.5rem; font-size:16px;}
.pro_drop .icons{display:inline-block !important; margin-right:10px; font-size:13px !important;  color:#2e261c;}
.pro_drop a{display:inline-block !important; color:#2e261c; font-size:12px !important; text-transform:capitalize;}
.pro_drop a:hover{color:#000;}
.pro_drop p{margin-bottom:0px;}
.m_show{display:none;}

.active_user{width:10px; height:10px; border-radius:50%; background:#04AA6D; position:absolute; top:10px; left:28px;}
.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);
  }
}

#search{position:absolute; left:0; right:0; top:0px; bottom:0; /*background:rgb(0, 0, 0, 65%);*/ z-index:91;}
.search{background:#fff; padding:5rem 0;}
.search form{position:relative; margin-bottom:2rem;}
.search .form-control{padding-left:60px; border-radius:12px; position:relative; z-index:1; background:transparent;}
.search button{position:absolute; left:15px; top:9px; border:none; outline:0; background:none; font-size:20px; color:#898989;}
.search .close{position:absolute; right:50px; top:16px; z-index:9; font-size:32px; color:#191919; font-weight:100; opacity:1; text-shadow:none;}
.search_recommend a{margin:8px 0; padding:6px 15px 6px 45px; font-size:16px; display:block; cursor:pointer; position:relative;}
.search_recommend a:before{content:''; position:absolute; left:15px; top:12px; background:url(../images/trending-icon.png); background-size:100%; width:16px; height:16px;}
.search_recommend a:hover{background:#f3f3f3; color:#191919; font-weight:600;}
.text_change{position:absolute; width:100%; height:50px; line-height:50px; padding-left:4rem; overflow:hidden;}
.text_change span{display:block; justify-content:center; flex-direction:column; height:100%; animation:animateWords 5s infinite ease;}
@keyframes animateWords {
	0% {
		transform: translateY(0%);
	}
	
	25% {
		transform: translateY(-100%);
	}
	
	50% {
		transform: translateY(-200%);
	}
	
	75% {
		transform: translateY(-300%);
	}
	
	100% {
		transform: translateY(-400%);
	}
}


/*menu dropdown*/ 
.navbar-expand-lg{width:29%; padding:0px; position:static; margin-left:2rem;}
.nav-fill .nav-item.dropdown{position:static;}
.dropdown:hover > .dropdown-menu{display:block;}
.nav-fill .dropdown-menu{min-width:inherit; left:0px; right:0px; border-radius:0; border-bottom:none; flex-wrap:wrap; padding:30px 0px; box-shadow:0 10px 10px rgb(0, 0, 0, 14%);}
.nav-fill .nav-item.dropdown:hover > .dropdown-menu{display:flex;}
.dropdown-menu li{list-style:none; margin:0; padding:0; flex:0 0 100%; max-width:100%; display:flex; flex-wrap:wrap;}
.dropdown-menu li ul{margin:0; padding:0; /*width:20%;*/ flex: 1 1 auto;}
.dropdown-menu li ul li{margin:0; padding:10px 15px;}
.dropdown-menu li ul li a{color:#898989; font-size:13px;}
.dropdown-menu li ul li a:hover{color:#ff6900; text-decoration:underline;}
.dropdown-menu .menu_head{margin-bottom:5px;}
.dropdown-menu .menu_head a{color:#191919; font-weight:600; font-size:14px;}
.ab{display:none;}
/*.dropdown-menu li:last-child img{width:100%;}*/
.dropdown-menu li ul li ul{margin-bottom:8px; width:100%;}
.dropdown-menu li ul li ul li, .dropdown-menu li ul li ul li:last-child{flex:0 0 100%; max-width:100%; padding:2px 0;}
.nav-fill .nav-item:last-child .dropdown-menu li ul li{display:block;}
.navbar-expand-lg .navbar-nav .nav-link{position:relative;}
.navbar-expand-lg .navbar-nav .nav-link:hover:before{content:''; position:absolute; left:0; right:0; bottom:0; height:2px; background:#ff6900;}
.nav-fill .store.dropdown{position:relative;}
.nav-fill .store .dropdown-menu{min-width:250px; padding:0;}

/*.nav-fill .nav-item:nth-of-type(2) .dropdown-menu li ul{width:33%;}
.nav-fill .nav-item:nth-of-type(2) .dropdown-menu li ul li ul{width:100%;}
.nav-fill .nav-item:nth-of-type(2) .dropdown-menu li ul:first-child ul{columns:80px 2;}*/


.cat_menu{display:flex; flex-wrap:wrap;}
.cat_menu .menu_head{margin-bottom:1rem;}
.cat_menu li:first-child{flex:0 0 22%; max-width:22%;}
.cat_menu li{flex:0 0 39%; max-width:39%; padding:10px 15px; display:block;}
.cat_menu li ul{flex-wrap:wrap; display:flex;}
.cat_menu li ul li:first-child{flex:0 0 50%; max-width:inherit;}
.cat_menu li ul li{flex:0 0 50%; max-width:50%; padding:7px 0;}
.cat_menu li ul li a{color:#1e1e1e;}
.cat_menu li ul li img{width:50px; height:50px; margin-right:10px;}
.cat_menu li:first-child ul li{flex:0 0 100%; max-width:100%;}

/*-- banner --*/
.banner{padding:0rem 0 0; position:relative;}
/*.banner .carousel-item:before{content:''; position:absolute; top:0; right:0; bottom:0; left:0; background:rgb(0, 0, 0, 10%);}*/
.banner_heading{font-size:70px; color:#fff; font-weight:700; line-height:1.3; margin-bottom:1rem; text-transform:uppercase;}
.banner .sub_heading{font-size:55px; color:#34c0fd; font-weight:400;}
.carousel-item:nth-of-type(2) .sub_heading{color:#fff;}
.banner .carousel-control-prev .icons{background:rgb(255, 255, 255, 30%); padding:12px 12px; border-radius:10px;}
.banner .carousel-control-next .icons{background:rgb(255, 255, 255, 30%); padding:12px 12px; border-radius:10px;}
/*-- //banner --*/

.right_banner{margin-bottom:1.8rem; position:relative;}
.right_banner:last-child{margin-bottom:0;}
.right_text{position:absolute; bottom:50px; left:30px; right:30px;}
.right_text h2{color:#fff; font-size:45px;}
.right_text .btn{background:#fff; color:#011008;}
.right_text .btn:hover{background:#e72a2a; color:#fff;}

/*-- footer --*/
footer{background:#0e0e0e; padding-top:2rem; color:#999797; font-size:14px;}
.f_logo img{height:60px; margin-bottom:2.5rem;}
.f_heading{color:#fff; font-size:19px; margin-bottom:20px;} 
.f_address p{position:relative; padding-left:50px; display:flex; align-items:center; min-height:36px;}
.f_address p .fa{font-size:15px; color:#ababab; position:absolute; left:0; width:35px; height:35px; border:#5a5a5a solid 1px; background:#303030; border-radius:50%; display:flex; align-items:center; justify-content:center;}
.footer-grids ul{margin:0px; padding:0;}
.footer-grids ul li a{color:#999797;}
.footer-grids ul li a:hover{color:#ff6900;}
.footer-grids ul li{list-style-type:none; margin-bottom:7px;}
.footer-grids ul li:last-child{margin-bottom:0;}
.copyright{border-top:1px solid #242424; padding:1.2rem 0; margin-top:1.5rem; text-align:center; color:#ababab;}
.copyright a{color:#999797;}
.copyright span{float:right; margin-right:0px; margin-top:-2px;}
.copyright span img{height:35px; margin-left:1rem;} 
.social-icon{margin-top:0px;}
.social-icon a{margin:0 15px 0 0; font-size:18px; color:#ababab; /*width:35px; height:35px; border-radius:50%; border:#343434 solid 1px; background:#232323; display:inline-flex; align-items:center; justify-content:center;*/}
.social-icon a:last-child{margin-right:0;}
.social-icon a:hover{color:#ff6900;}
.newsletter{position:relative; margin-right:2rem; background:#232323; padding:25px; border-radius:7px;}
.newsletter .btn{font-size:14px; font-weight:400; background:#4e4e4e; margin-top:0; padding:.5rem 1rem; margin-left:10px;}
.newsletter input[type="email"]{background:none; border-color:#3a3a3a; color:#fff; height:45px;}

.footer_top{border-bottom:#242424 solid 1px; padding-bottom:2rem; margin-bottom:3rem;}
.footer_top .f_heading{font-size:18px; margin-bottom:12px;}
.call{font-size:22px; color:#ff6900; font-weight:500; margin-bottom:5px; margin-top:4px;}
.call span{font-size:17px; color:#fff; font-weight:400;}
/*-- //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:#3e3e3e; border-radius:4px; opacity:1;}
#toTop:hover{ opacity:.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:4rem 0;}
.heading_main{margin-bottom:2rem; text-align:center; position:relative;}
.heading{font-size:40px; color:#000; font-weight:700; line-height:normal; margin-bottom:1.5rem; position:relative;}
.heading_main p{font-size:19px; color:#1e1e1e; font-weight:400; line-height:1.8; margin:0; padding:0 25%;}
.sub_heading{font-size:14px; color:#ff6900; font-weight:600; margin-bottom:.7rem; position:relative;}
.pro_head{max-width:350px;}
.heading_main .btn{font-size:12px; padding:7px 20px; font-weight:400; margin-top:0px;}

/*product css*/
.product_bg .row, .popular_bg .row{margin-left:-7px; margin-right:-7px;}
.product_bg .owl-theme .owl-controls{margin-top:0;}
.product_inner_bg .row .col-xl-6, .product_inner_bg .row .col-xl-4, .product_inner_bg .row .col-xl-3, .category_product_bg .row .col-xl-3{padding-left:7px; padding-right:7px;}
.product_bg .nav-tabs{border-bottom:none; justify-content:center; margin-bottom:2rem;}
.product_bg .nav-fill .nav-item{flex:inherit; margin:0 25px; padding-top:0;}



.product, .popular{position:relative; margin:.5rem 0rem 7px; text-align:center; background:#fff; /*box-shadow:#cbcbcb 0 0 7px 0;*/ /*border-radius:5px;*/ overflow:hidden;}
.product figure, .popular figure{margin-bottom:2rem; overflow:hidden; position:relative; width:70%; margin-left:auto; margin-right:auto;}
.product figure img, .popular figure img{transition:all 1s ease;}
/*.product:hover figure img, .popular:hover figure img{transform:scale(1.1);}*/
.pro_text, .popular_text{padding:4rem 2.2rem 3rem; font-size:13px; min-height:263px;}
.product h2, .popular_text h3{font-size:19px; color:#191919; font-weight:600; margin-bottom:.8rem; text-transform:capitalize;}
.product h2 a:hover, .popular_text h3 a:hover{color:#191919;}
.price{font-size:15px; color:#000; font-weight:400; line-height:normal;}
.price .fa{font-size:12px; margin-right:3px;}
.d_price{position:relative; font-size:12px; margin-left:5px; color:#999; font-weight:400;}
.price .d_price .fa{font-size:11px;}
.d_price:before{position:absolute; left:-1px; right:-1px; top:8px; content:''; background:#999; height:1px;}
/*.add_to_cart{font-weight:700; color:#191919; font-size:15px; letter-spacing:.5px;}
.add_to_cart i{margin-left:2px; font-size:16px;}*/
.pro_text .btn, .popular_text .btn{font-size:12px; padding:7px 20px; font-weight:400; margin-top:30px;}
.off{position:absolute; left:15px; top:15px; background:#fff0e5; border:#ffa566 solid 1px; color:#ff6900; font-size:12px; border-radius:4px; padding:0 5px;}

/*.category_product_bg{padding-top:0;}*/
.category_product_bg .heading{font-size:32px;}
.category_banner{/*margin-bottom:2.5rem;*/ padding:0;}
.category_banner img{width:100%;}

/*category cs*/
.category_bg{overflow-x:hidden;}
.category_bg .owl-carousel .owl-wrapper-outer{width:240%; margin-left:-24%;}

.category_bg .row{margin-left:-10px; margin-right:-10px;}
.category_bg .row .col-xl-4{padding-left:10px; padding-right:10px;}
.category_box{text-align:center; position:relative; display:flex; justify-content:center; flex-direction:column; margin-top:1rem; background:#fff; padding-bottom:2rem; border-radius:5px; overflow:hidden;}
.category_box figure{position:relative; margin-bottom:0rem; overflow:hidden;}
.category_box figure img{width:100%; transition:all 333ms ease-in-out;}
.category_box:hover img{scale:1.1;}
.category_box h4{font-size:18px; color:#191919; font-weight:600; margin:1.5rem 0 0px; align-items:center; justify-content:center; transition:all 333ms ease-in-out;}
.category_box h4:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none'%3E%3Cpath d='m13.816.7.746-.7 6.343 5.949-6.343 5.949-.746-.7 5.1-4.783H.531v-.933h18.383L13.815.7Z' fill='%23000'/%3E%3C/svg%3E"); content:""; display:inline-block; opacity:0; position:relative; left:-20px; -webkit-transition:all 333ms ease-in-out; transition:all 333ms ease-in-out; visibility:hidden; width:22px; height:12px;}
.category_box:hover h4:after{opacity:1; visibility:visible; left:10px;}
.category_box:hover h4{padding-right:30px;}

/*featured css*/
.featured_bg{background:#fff;}
.featured_bg .heading{color:#000;}

/*shipping*/
.shpping_bg{background:#343434; padding:1.2rem 0;}
.shpping{position:relative; padding-left:65px; font-size:13px; color:#fff;}
.s_icon{position:absolute; left:0; background:#65ba27; width:50px; height:50px; display:flex; align-items:center; justify-content:center; border-radius:50%; padding:13px; transition: all 500ms ease;}
.s_icon img{filter:invert(1);}
.shpping:hover .s_icon{background:#343433;}
.shpping:hover .s_icon img{filter:invert(1);}
.shpping h5{font-size:16px; color:#fff; margin-bottom:0px; font-weight:800; text-transform:uppercase;}
.shpping p{margin-bottom:0;}

/*inner page css*/
.inner-banner{background-image:url(../images/inner-banner.webp); background-position:center; background-repeat:no-repeat; background-size:cover; padding:0;}
.inner-page-layer{background:#e9e9e9; min-height:250px; display:flex; align-items:center; text-align:center;}
.inner-banner .heading{/*color:#fff; font-size:40px; font-weight:600; line-height:normal;*/ margin-bottom:1rem;}
/*.inner-banner .breadcrumb-item a, .inner-banner .breadcrumb-item.active, .inner-banner .breadcrumb-item + .breadcrumb-item::before{color:#fff;}*/

/*about css*/
.about_bg{}
.year{background:#ff6900; color:#fff; font-size:30px; padding:60px 30px; text-align:left; line-height:30px; display:flex; align-items:center; justify-content:center;}
.year strong{font-size:135px;}
.year span{display:block; font-size:45px;}
.year sub{left:50%;}
.about{padding:0 1.5rem 0 1.5rem; font-size:15px; line-height:1.8; color:#898989; display:flex; align-items:flex-start; justify-content:center; flex-direction:column; height:100%; text-align:left;}
.about .heading{font-size:28px; margin-bottom:1rem;}


/*contact cs*/
.contact_form{background:#f7f7f7; padding-top:0;}
.contact_form form{background:#fff; border-radius:10px; padding:20px 30px 30px; margin-top:-3.5rem}
.contact{background:#fff; text-align:center; padding:35px 20px; min-height:265px; margin-bottom:2rem; border-radius:30px 0; box-shadow:#ebebeb 0 5px 10px 0;}
.contact i{font-size:22px; color:#fff; display:flex; justify-content:center; align-items:center; margin:0 auto 30px; background:#ff6900; width:60px; height:60px; border-radius:50%; box-shadow:#c5c5c5 0 0 15px 0;}
.contact p{margin-bottom:0;}
.a_head{font-size:16px; font-weight:500; margin-bottom:1.5rem; display:inline-block; background:#080808; color:#fff; padding:5px 20px;}


/*product listing*/
.breadcrumb_bg{background:#fff; padding-top:1.5rem; padding-bottom:1rem;}
.breadcrumb_bg .heading{font-size:27px;}
/*.filter{margin:0; padding:0; display:flex;}
.filter .dropdown-menu{opacity:1; visibility:visible; display:none; width:305px; top:75px; padding:20px;}
.filter .dropdown-menu li{margin:13px 0; padding:0;}
.filter li{margin:0 2rem 0 0; padding:0 2rem 0 0; list-style:none; font-size:18px; color:#000; position:relative; cursor:pointer; line-height:normal;}
.filter li:last-child{margin-right:0; padding-right:0;}
.filter li label{color:#898989;}
.filter li:before{content:''; position:absolute; top:0; bottom:0; left:-2rem; width:1px; background:#d3d3d3;}
.filter li:hover, .filter li a:hover{color:#ff6900;} 
.filter li.dropdown-toggle:after{display:none;}
.filter li label{font-weight:inherit; margin-bottom:0; cursor:pointer;}
.filter .dropdown-menu li:before{display:none;}*/

.filter{margin:0; padding:0; display:flex;}
.filter .dropdown-menu{opacity:1; visibility:visible; display:none; width:inherit; top:77px; left:-20px; right:-20px; padding:20px; box-shadow:none; border-bottom:#f7f7f7 solid 12px;}
.filter .dropdown-menu li{margin:13px 0; padding:0;}
.filter li{margin:0 2rem 0 0; padding:0 2rem 0 0; list-style:none; font-size:18px; color:#000; position:relative; cursor:pointer; line-height:normal;}
.filter li:last-child{margin-right:0; padding-right:0;}
.filter li label{color:#898989;}
.filter li:before{content:''; position:absolute; top:0; bottom:0; left:-2rem; width:1px; background:#707070;}
.filter li:hover, .filter li a:hover{color:#ff6900;} 
.filter li.dropdown-toggle:after{display:none;}
.filter li label{font-weight:inherit; margin-bottom:0; cursor:pointer; position:relative;}
.filter .dropdown-menu li:before{display:none;}
.filter li.dropdown-toggle{position:static;}
.filter .dropdown-menu .nav-tabs{border-bottom:none; margin-bottom:2rem;}
.filter .dropdown-menu .nav-fill .nav-item{flex:inherit; margin:0 65px 0 0; padding:0 0 10px; font-size:17px;}
.filter .dropdown-menu .nav-fill .nav-item:last-child{margin-right:0;}
.filter .tab-content ul{margin:0; padding:0;}
.filter .tab-content ul li{margin:0 0 15px; padding:0;}
.filter .tab-content ul li ul{margin:0; padding:0; display:flex; flex-wrap:wrap; width:83%; position:relative;}
.filter .tab-content ul li ul:before{content:''; position:absolute; top:12px; left:-30px; width:20px; height:1px; background:#707070;}
.filter .tab-content ul li ul li{flex:0 0 20%; max-width:20%; padding:0 10px;}
.filter .tab-content ul li a{width:17%; color:#000; font-size:16px; position:relative; padding-left:25px;}
.filter .tab-content ul li ul li a{width:100%; color:#898989; font-size:15px;}
.filter .tab-content ul li a:before{content:''; position:absolute; left:0; top:5px; width:15px; height:15px; border:#a5a5a5 solid 1px; border-radius:6px;}
.filter .tab-content ul li a.active{color:#ff6900;}
.filter .tab-content ul li a.active:before{border:#ff6900 solid 5px;}

.product_inner_bg{padding-top:.5rem;} 	
.category{padding:0; margin:0 0 2.5rem; width:100%; float:left;}
.category:last-child{margin-bottom:0;}
.category_heading{font-size:16px; color:#000; font-weight:600; text-transform:uppercase; margin-bottom:15px; line-height:normal; border-bottom:#e2dedd solid 1px; padding-bottom:10px;}
.category ul{padding:0px; margin:0; overflow:auto; /*max-height:250px;*/}
.category ul li{margin:0; padding:9px 0 9px 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:14px; color:#182430; font-weight:400;}
.category ul li input[type="radio"] + label:before, .category ul li input[type="radio"] + .label label:before{top:10px;}
.category ul li input[type="radio"] + label:after, .category ul li input[type="radio"] + .label label:after{top:14px;}
.category ul li input[type="radio"] + label{padding-left:28px;}
.color{width:15px; height:15px; display:inline-block; margin-right:5px; margin-bottom:-2px; border-radius:50%;}
.sort_by{text-align:right; margin-left:auto; font-size:13px;}
.sort_by .form-control{display:inline-block; width:auto; height:35px; padding:0 10px; margin-left:10px;}
.sort_main{display:flex; align-items:center; margin-bottom:2rem; position:relative;}
.sort_main .heading{margin-bottom:0; font-size:30px;}
.category ul::-webkit-scrollbar{width:7px;} 
.category ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3); -webkit-border-radius:10px; border-radius: 10px;}
.category ul::-webkit-scrollbar-thumb{-webkit-border-radius:10px; border-radius:10px; background:#273b4a; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}
/*.category ul::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,0,0,0.4);}*/
.mobile_filter, .mobile_filter1, .m_sort_by{display:none;}

.category_list .cat_head{margin-bottom:5px; padding:5px 0; position:relative; display:block; font-size:14px;}
.category_list ul{margin-left:15px; margin-bottom:5px;}
.category_list ul li{font-size:13px; padding:6px 0;}
.category_list ul li a:hover, .category_list .cat_head:hover{color:#000;}
.category_list a.cat_head[aria-expanded="true"]:before{content:"\f106"; font:normal normal normal 18px/1 FontAwesome; position:absolute; top:11px; right:0px;}
.category_list a.cat_head[aria-expanded="false"]:after{content:"\f107"; font:normal normal normal 18px/1 FontAwesome; position:absolute; right:0px; top:11px;}
.category_list a.cat_head[aria-expanded="true"]{font-weight:700;}
.category_list a.cat_head[aria-expanded="false"]{font-weight:400;}

/*product detail css*/
.detail_bg{padding-top:1.5rem;}
.product_image ul{margin:0 -10px; padding:0; display:flex; flex-wrap:wrap;}
.product_image ul li{margin:0 0 1.5rem; padding:0 10px; list-style:none; width:100%;}
.product_detail{position:sticky; top:5rem; z-index:9; font-size:14px; background:#fff; padding:25px 40px 30px; box-shadow:#edecec 0 0px 17px 0;}
.product_detail .heading{font-size:25px; font-weight:600;}
.brand{font-weight:500; font-size:20px; color:#677787; margin-bottom:5px;}
.product_detail .price{font-size:27px; font-weight:700; margin:15px 0 20px;}
.product_detail .price .fa{font-size:22px;}
.product_detail .d_price{position:relative; font-size:16px; margin-right:15px;}
.product_detail .price .d_price .fa{font-size:13px;}
.product_detail .d_price:before{position:absolute; left:0; right:0; top:11px; content:''; background:#999; height:1px;}
.sku{font-weight:400; color:#273b4a; border-bottom:#f1f1f1 solid 1px; padding-bottom:10px; margin-bottom:10px;}
.size{width:100%;}
.size a{margin:0px 15px 15px 0; background:#fff; color:#282C3F; font-size:14px; padding:2px 12px; border:#e7e7e7 solid 1px; display:inline-block;}
.size a.active{background:#273b4a; color:#fff !important;}
.product_detail label{display:block; font-size:18px; font-weight:600;}
#all{display:flex; margin:0 -2%; flex-wrap:wrap;}
.color_box{width:29%; height:70px; margin:5px 2%; border:#e7e7e7 solid 1px; border-radius:5px; display:flex; align-items:center; justify-content:center; position:relative;}
.color_box a{margin:0;}
.color_shade{width:30px; height:30px; border-radius:10px; border:none !Important; box-shadow:#dfdfdf 0 2px 6px 0;}
.color_shade:before{content:''; position:absolute; left:0px; right:0px; bottom:0px; top:0px; border:transparent solid 1px; border-radius:4px;}
.color_shade.active:before{border-color:#ff6900;}

.qty_main{margin:1rem 0 2rem;}
.qty{border:#e4e4e4 solid 1px; display:inline-flex; position:relative; width:130px; padding-left:1px; border-radius:4px; margin-top:5px;}
.qty button{border:none; cursor:pointer; background:#f5f5f5; padding:10px 13px; font-size:17px; font-weight:300; line-height:1; outline:0; border-radius:4px; width:50px;}
.qty input{border:none; width:50px; text-align:center; padding:0; background:none;}
.qty_main .btn{margin:0; width:80%;}
.qty_main .btn.buy_now{width:100%; margin-top:1rem; background:none; border:#ff6900 solid 1px; color:#ff6900;}
.qty_main .btn.buy_now:hover{background:#ff6900; color:#fff;}
.qty_main .btn.wishlist{background:none; border:#191919 solid 1px; color:#191919; padding:12px 20px; width:auto; margin-left:15px;}
.qty_main .btn.wishlist:hover{background:#191919; color:#fff;}
.delivery{margin-bottom:1.5rem; padding-bottom:1.5rem; border-bottom:#ebebeb solid 1px;}
.delivery label{font-size:13px; font-weight:500;}
.delivery .btn{padding:0 20px; margin-top:0; font-weight:400; background:#191919; border-top-left-radius:0; border-bottom-left-radius:0;}
.delivery form{width:100%; position:relative;}
.delivery .form-control{border-top-right-radius:0; border-bottom-right-radius:0; height:45px;}
.cod_ul{margin:0 0 1.2rem; padding:1.2rem 0; border-top:#ebebeb solid 1px; border-bottom:#ebebeb solid 1px; display:flex;}
.cod_ul li{margin:0; padding:0; list-style:none; flex: 1 1 auto;}
.cod_ul li a{color:#424242; font-size:13px; text-decoration:underline;}
.cod_ul li a:hover{color:#ff6900;}
.cod_ul li a .fa{margin-right:5px; color:#ff6900;}
.pro_detail{background:#f7f7f7; padding:5px 25px 5px; margin-top:2rem;}
.pro_detail ul{margin:0 0 1rem 20px; padding:0;}
.pro_detail ul li{margin:10px 0; padding:0;}
.pro_detail .card{border:none; background:none; border-radius:0; border-bottom:#e5e3e3 solid 1px;}
.pro_detail .card:last-child{border-bottom:none;}
.pro_detail .card-body{padding:2px 0; line-height:1.8;}
.pro_detail .card-header{border-radius:0; background:none; padding-left:0; padding-top:.9rem; padding-bottom:.9rem;}
.pro_detail .card-header h5{font-size:17px; color:#080808;}
.pro_detail .card-header h5 a{color:#080808;}
.pro_detail .card-header h5 a[aria-expanded="true"]:before{content:"\e607"; font-family:'simple-line-icons'; position:absolute; top:19px; right:0px; color:#080808; font-size:12px;}
.pro_detail .card-header h5 a[aria-expanded="false"]:after{content:"\e604"; font-family:'simple-line-icons';position:absolute; right:0px; top:19px; color:#080808; font-size:12px;}

.product_image .zoomWrapper{width:80% !important; /*height:100% !important;*/ float:right; position:relative; border:#ddd solid 1px; border-radius:5px; overflow:hidden;}
#gal1{width:20%; float:left; padding-right:5%;}
#gal1 img{border:2px solid #e3e3e3; width:100%; margin-bottom:15px; border-radius:5px;}
.rating a{margin-left:10px; color:#afafaf; text-decoration:underline; font-size:13px;}
.rating{margin-bottom:10px; color:#afafaf;}
.rating.active{color:#ff6900;}
.rating i{margin-right:5px;}


.review_bg{padding-top:0;}
.review{font-size:35px; color:#3d3d3d; font-weight:500; text-align:center; border-right:#dddddd solid 2px; margin-right:25px; padding-top:20px; padding-right:50px; position:sticky; top:7rem; z-index:9;}
.review .glyphicon{font-size:20px; margin:0 2px; color:#afafaf;}
.review.active .glyphicon{color:#ff6900;}
.review p{color:#939393; font-size:15px; font-weight:300; margin-top:1rem;}
.review_box{padding:15px 15px 15px 85px; background:#fff; box-shadow:#d7d7d7 0 4px 5px 0; border-radius:10px; margin-bottom:2rem; position:relative;}
.review_box:last-child{margin-bottom:0;}
.review_box .glyphicon{font-size:13px; color:#ff6900; margin-right:3px;}
.review_box .rating_icon{position:absolute; left:15px; width:50px;}
.review_box .review_text{margin-top:.5rem; color:#757575; font-size:15px;}
.review_box .date{margin-left:auto; font-weight:400; font-size:12px;}
.title{font-weight:500; font-size:15px; margin-bottom:0px; display:flex}
.process{font-size:13px; color:#ff6900; margin-top:.5rem;}
.process .glyphicon{font-size:13px;}
.process_bar{background:#e7e8e9; border-radius:25px; display:inline-block; width:75%; height:8px; margin:0 5px; position:relative; overflow:hidden;}
.process_bar span{background:#ff6900; 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%;}*/

/*cart css*/
.cart_bg, .checkout_bg{padding-top:1.5rem;}
.cart_bg .heading{font-size:30px;}
.cart_bg .order_summary{margin-top:4.4rem;}
.cart_main{background:#fff; box-shadow:#ededed 0 4px 13px 0; padding:25px 15px 25px; border-radius:5px; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; position:relative; margin-top:1.5rem;}
.cart_img{flex:0 0 15%; max-width:15%; padding-right:15px;}
.cart_img img{border:#f1f1f1 solid 1px;}
.cart_item{flex:0 0 47%; max-width:47%; padding:0 15px 0 0; font-size:13px;}
.cart_qty{flex:0 0 21%; max-width:21%; padding:0 15px;}
.cart_price{flex:0 0 17%; max-width:17%; padding-left:15px;}
.cart_price .fa{font-size:14px; margin-right:5px;}
.sub_head{font-size:14px; color:#011008; margin-bottom:.5rem; font-weight:700;}
.sub_head a, .cart_head a{color:#011008;}
.cart_head{font-size:14px; font-weight:500; color:#011008; margin-bottom:.5rem;}
.cart_qty .qty{width:101px;}
.cart_qty .qty input{width:38px;}
.cart_qty button{padding:7px 0; width:30px;}
.s_c{margin-bottom:4px; display:inline-block; line-height:normal; color:#8b8b8b;}
.s_c+.s_c{border-left:#ddd solid 1px; padding-left:7px; margin-left:7px;}
.s_c span{font-weight:500;}
.cart_main .remove{color:#011008; font-size:13px; font-weight:600;}
.cart_main .remove:hover{color:#ff6900;}
.cart_main .remove i{margin-right:5px;}
.cart_main .remove:last-child{margin-left:auto;}
.cart_main .remove i.active{color:#ff6900;}
.remove_main{border-top:#ededed solid 1px; flex:0 0 85%; max-width:85%; margin-left:auto; margin-top:-30px; padding-top:10px; display:flex;}

.order_summary .btn{font-size:16px; padding-left:0; padding-right:0; width:100%; margin-top:1rem;}
.order_summary{background:#fff; width:100%; margin-bottom:35px; padding:25px; color:#191919; font-size:15px; border-radius:5px; margin-top:6rem; position:sticky; top:5rem;}
.order_summary h4{font-size:20px; font-weight:600;}
.order_summary h6{font-size:17px; font-weight:600; border-bottom:#e9e9eb solid 1px; padding-bottom:10px; margin-bottom:10px;}
.order_summary ul{margin:0; padding:0;}
.order_summary ul li{margin:0; padding:6px 0; list-style:none;}
.order_summary ul li span{float:right;}
.order_summary ul li .fa{font-size:12px; margin-right:2px;}
.order_summary ul li:last-child{border-top:#e9e9eb solid 1px; padding-top:10px; margin-top:10px; font-weight:600; color:#011008;}

/*checkout css*/
/*.checkout_bg #accordion{padding-left:30px; position:relative;}
.checkout_bg .process_left{content:''; position:absolute; top:35px; bottom:-57px; left:-10px; border-left:1px dashed #bebfc5;}
.checkout_bg .process{background:#011008; position:absolute; left:-30px; top:10px; color:#fff; padding:9px 0 6px; font-size:17px; width:42px; text-align:center; z-index:9; border-radius:30px;}
.log-in{margin-right:20px; background:#f9f9f9; border:#e2e2e2 solid 1px; color:#011008;}
.log-in span, .sign-up span{display:block; font-size:12px; text-transform:capitalize; font-weight:400;}
.sign-up, .log-in{border-radius:5px;}
.card-header a{color:#011008;}
ul.pay_using{margin:0 0 0px; padding:0px;}
ul.pay_using li{margin:0 0 20px; padding:0 0 0px 28px; list-style:none; position:relative; line-height:normal;}
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 17%; max-width:17%; max-height:70px; overflow:hidden;}
.ord_item{flex:0 0 83%; max-width:83%; padding-left:15px; font-size:13px; color:#9c9c9c;}
.ord_item .sub_head{margin-bottom:5px; line-height:normal; font-weight:600; color:#191919;}
.or_price{float:right; font-weight:600; color:#191919; margin-top:3px;}
.or_size{float:left; font-size:13px;}
.or_price .fa{font-size:11px;}*/

.checkout_bg{padding-top:0rem; padding-bottom:0;}
.order_scroll{max-height:270px; overflow:auto; margin-bottom:1rem; background:#fafafa; padding:15px; border-radius:5px;}
.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:.7rem; border-bottom:#eaeaea solid 1px;}
.order_items:last-child{margin-bottom:0; padding-bottom:0; border-bottom:none;}
.ord_img{flex:0 0 20%; max-width:20%;}
.order_summary .ord_img{flex:0 0 18%; max-width:18%;}
.order_summary .ord_item{flex:0 0 82%; max-width:82%;}
.ord_item{flex:0 0 80%; max-width:80%; padding-left:10px; color:#9c9c9c; font-size:12px;}
.ord_item .sub_head{margin-bottom:5px; line-height:normal; color:#191919; font-size:13px; font-weight:600; display:flex; justify-content:space-between;}
.or_size{margin-bottom:.5rem; display:flex;}
.s_c{margin-bottom:4px; display:inline-block; line-height:normal; color:#8b8b8b;}
.s_c+.s_c{border-left:#ddd solid 1px; padding-left:7px; margin-left:7px;}
.s_c span{font-weight:500;}
.or_price{width:36%; color:#000; text-align:right;}
.ord_img img{border:.063rem solid #d6dae3; border-radius:3px;}
.total_mrp{margin:5px 0 0; padding:10px 0; /*box-shadow:0 -2px 8px #262b3714;*/}
.total_mrp li{margin:0; padding:6px 0px; list-style:none;}
.total_mrp li span{float:right;}
.total_mrp li.total{border-top:#e9e9eb solid 1px; border-bottom:#e9e9eb solid 1px; padding-top:10px; padding-bottom:10px; margin:10px 0; font-size:13px; color:#000;}
.o_close{color:#000; font-size:15px; display:block; margin:auto; width:50px; text-align:center;}
.o_close:hover{color:#000;}

.checkout_box{padding-right:1.5rem; border-right:#cfcfcf solid 1px; padding-top:2rem; padding-bottom:4rem;}
.checkout_bg .heading{font-size:20px; margin-bottom:1rem; text-transform:capitalize; font-weight:600;}
.log-in{float:right; font-size:13px; margin-top:5px; font-weight:500;}
.log-in a{color:#191919; text-decoration:underline;}
.view_contact{border:#e7e7e7 solid 1px; border-radius:4px; margin-bottom:3rem;}
.view_contact ul{margin:0; padding:0; display:flex; flex-wrap:wrap; border-bottom:#e7e7e7 solid 1px;}
.view_contact ul:last-child{border-bottom:none;}
.view_contact ul li{margin:0; padding:10px 15px; list-style:none; width:70%; font-size:14px;}
.view_contact ul li:first-child{width:15%; color:#858585;}
.view_contact ul li:last-child{width:15%; text-align:center;}
.view_contact ul li a{font-size:13px; color:#8b8b8b;}
ul.pay_using{margin:2rem 0 0px; padding:0px;}
ul.pay_using li{margin:0 0 20px; padding:20px; list-style:none; line-height:normal; background:#fff; border:#e9e9e9 solid 1px; border-radius:5px;}
ul.pay_using li input[type="radio"]:before{top:4px;}
ul.pay_using li input[type=radio]:checked:after{top:7px;}
ul.pay_using li label{margin-bottom:0; position:relative;}
ul.pay_using li span{display:block; font-size:12px; margin-top:12px;}
ul.pay_using li img{width:auto; height:24px; margin-left:8px; float:right;}

.pay_now{margin-top:1.2rem;}
.pay_now .sub_heading{font-weight:400; color:#9c9c9c;}

/*login css*/
.login_bg{background:#f2f2f2;}
.login{padding:40px; background:#fff; border-radius:15px; /*border:#e7e7e7 solid 1px;*/}
.l_icon{width:90px; height:90px; background:#fff; display:flex; border-radius:50%; align-items:center; justify-content:center; margin:0 auto 25px;}
.login .heading{margin-bottom:2rem; font-size:25px;}
.login .btn{width:100%; margin:15px 0 10px; padding-left:0; padding-right:0;}
.middle{float:left; border-bottom:#e7e7e7 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; font-style:italic; padding:0 15px; display:inline-block; border-radius:50%; position:relative; bottom:-9px;}
.forgot{float:right; text-decoration:underline; font-weight:400; font-size:13px;}
.sign_up{font-size:14px; text-align:center; font-weight:400;}
.sign_up a{color:#e72a2a; font-weight:600; text-decoration:underline;}
.facebook{display:inline-block; width:100%; background:#3B5998; border-radius:5px; 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;}
.login .form-control::-webkit-input-placeholder{color:#7c7c7c;}
.login .form-control::-moz-placeholder{color:#7c7c7c;}
.login .form-control:-ms-input-placeholder{color:#7c7c7c;}
.login .form-control::-ms-input-placeholder{color:#7c7c7c;}
.login .form-control::placeholder{color:#7c7c7c;}

/*thankyou css*/
.thankyou_bg{background:#fdfdfd;}
.thank_text{text-align:center; padding:40px 20px; background:#fff; box-shadow:#dcdcdc 0 0 15px 0; max-width:450px; border-radius:5px;} 
.thank_text .heading{font-weight:600; font-size:25px;}
.thank_text h4{font-size:20px; font-weight:600; margin:15px 0;}
.thank_text img{margin:0px 0 30px 0; width:auto; height:100px;}
.back_home{margin-top:20px; padding:12px 40px; border-radius:5px; font-size:15px;}

/*dashboard css*/
.dashboard_bg{padding-top:3rem;}
.my_account{font-size:17px; margin-bottom:3rem;}
.my_account .heading{text-transform:capitalize; font-size:30px; margin-bottom:1rem;}
.left_menu{width:100%; margin:0px 0 0px 0px; padding:0px; background:#fff; border-radius:10px;}
.left_menu ul{margin:0px; padding:0px;}
.left_menu ul li{margin:0px; padding:0px; list-style:none; font-size:15px; font-weight:600; border-bottom:#eaeaea solid 1px; text-align:left;}
.left_menu ul li:last-child{border-bottom:none;}
.left_menu ul li a{color:#011008; padding:20px 20px; display:block; /*border-left:transparent solid 5px;*/}
.left_menu ul li a:hover, .left_menu .active a{background:#e9e9e9; text-decoration:none; /*border-left-color:#bd0c28;*/ color:#011008;}
.left_menu ul li .icons{margin-right:10px; color:#000; border-radius:50%; width:25px; height:25px; line-height:25px; text-align:center; display:inline-block; font-size:15px;}
.left_menu ul li a:hover .icons, .left_menu .active a .icons{color:#000; background:#fff;}
.dashboard_box{padding:20px 30px; background:#fff; width:100%; border-radius:10px;}
.dashboard_box .heading{margin-bottom:35px; font-size:30px;}
.dashboard_box .heading:before{left:0; right:0;}
.edit_btn{font-size:14px; margin-top:5px; float:right; 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;padding:0;}
.profile_pic{width:120px; height:120px; background:#ff6900; border-radius:50%; font-size:40px; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:900;}
.per_detail ul{margin:0; padding:0 0 0 50px; width:85%;}
.per_detail li{list-style:none; margin:0 0 20px; color:#191919;}
.per_detail li i{margin-right:10px; color:#000;}
.per_detail li.heading{border-bottom:#ddd solid 1px; font-size:22px; color:#000; font-weight:800; padding-bottom:10px; margin-bottom:15px;}

.my_address{position:relative; color:#6b6b6b; padding:20px; margin-bottom:30px; box-shadow:#dcdcdc 0 0 10px 0;}
.my_address .icons{position:absolute; left:20px; font-size:22px;}
.my_address a{text-transform:uppercase; color:#ff1d42; font-weight:700; margin-right:20px;}
.my_address .footer{border-top:#e5e5e5 solid 1px; padding-top:10px; margin-top:1rem; position:relative;}
.my_address .footer label{margin-bottom:0; font-size:14px; font-weight:400;}
.my_address .footer input[type="radio"] + label:before, .my_address .footer input[type="radio"] + .label label:before{top:13px;}
.my_address .footer input[type="radio"] + label:after, .my_address .footer input[type="radio"] + .label label:after{top:17px;}
.add_address, .add_address_btn{font-size:14px; padding:13px 30px; margin-bottom:2.5rem;}
.home_add{position:relative; padding-left:30px; display:inline-block; margin-right:20px; line-height:normal;}
.order_main{border:#f1d8dc solid 1px; padding:25px; display:flex; flex-wrap:wrap; margin-bottom:20px; color:#5a5a5a;}
.order_img{flex:0 0 12%; max-width:12%; background:#f5faf8;}
.order_item{flex:0 0 60%; max-width:60%; padding-left:20px;}
.o_date{flex:0 0 40%; max-width:40%; border-left:#dcdada dashed 1px; padding-left:30px; color:#686b78; text-align:center;}
.order_item .sub_head{margin-bottom:9px; line-height:normal; font-weight:600;}
.order_item .sub_head .veg-nonveg{width:16px; height:16px; left:0; top:2px;}
.order_item .sub_head .veg-nonveg:before{width:8px; height:8px;}
.o_date .btn{padding:8px 30px; font-size:14px;}
.order_id{font-size:13px;}
.order_item .price{margin-top:5px; font-size:20px; margin-bottom:0;}
.order_item .price .fa{font-size:16px;}
.dashboard_box .badge{font-size:95%;}
.booking_detail ul{margin:0; padding:0px;}
.booking_detail ul li{margin:0; padding:8px 0px; list-style:none;}
.booking_detail ul li:last-child{border-bottom:none;}
.booking_detail ul li label{width:125px; margin-bottom:0; font-weight:400;}
.booking_detail ul li span{margin-left:10px; font-weight:500;}
.booking_detail .dasboard_head{color:#000; font-weight:500; border-top:#ececec dashed 1px; border-bottom:#ececec dashed 1px; padding:10px 0px; margin-bottom:25px; margin-top:15px; clear:both;}
.booking_order{width:100%; padding:10px 15px 5px; background:#fff8fa; border-radius:5px; margin-bottom:1rem;}
.booking_order .title{font-size:19px; color:#1a1a1a; font-weight:600; margin-bottom:10px; border-bottom:#fdded8 solid 1px; padding-bottom:10px; position:relative;}
.booking_order strong{font-weight:500;}
ul.payment_details{margin:0; padding:0px;}
ul.payment_details li{display:inline-block; width:49%;}
.cancel{padding:9px 15px; font-size:12px; margin-top:0 !important;}
.dashboard_box .heading form{float:right;}
.table-bordered>tbody>tr>td .cart_item{white-space:normal;}
.table-bordered>tbody>tr>td .cart_img{margin-right:10px;}
.table-bordered>tbody>tr>td .cart_item p{margin-bottom:5px; color:#535766;}
.table-bordered>tbody>tr>td .cart_item p.sub_head{margin-bottom:5px; font-size:14px; font-weight:600; line-height:normal;}
.table-bordered>tbody>tr>td .order_images{width:auto; height:55px;}
.order_right{}
.order_right ul{margin:0; padding:0;}
.order_right ul li{margin:0; padding:7px 0; list-style:none; font-size:15px;}
.order_right ul li span{float:right;}
.order_right ul li .fa{font-size:14px; margin-right:2px; font-family: inherit;}
.order_right ul li:last-child{border-top:#e9e9eb solid 1px; padding-top:10px; margin-top:10px; font-weight:600; color:#2e261c;}
.track_order{background:#535766; color:#fff; padding:7px 12px; font-size:11px; text-transform:uppercase; border:none; outline:0; border-radius:3px;}
.track_order:hover{color:#fff; background:#454854;}
.track_order .fa, .track_order .icons{margin-right:5px; /*font-size:13px;*/}
.table>tbody>tr>td.tr_main{background:#fff; text-align:right;}
.table>tbody>tr>td.tr_main span{float:left; font-size:14px; color:#2e261c;}
.table>tbody>tr>td.tr_main .track_no{float:right; margin-right:40px; color:#282C3F;}
.table>tbody>tr>td.tr_main .track_order{float:right;}
.order_no{border-right:#e5e5e5 solid 1px; font-size:19px; text-align:center; font-weight:bold; color:#282C3F; line-height:35px; margin-bottom:25px;}
.order_no span{display:block; font-size:16px; font-weight:normal;}
ul.ord_product_detail{margin:15px 0 0; padding:0; border-top:#e5e5e5 solid 1px; padding-top:20px; display:inline-block; width:100%;}
ul.ord_product_detail li{margin:0; padding:0; font-size:13px; color:#333; font-weight:600; width:20%; float:left; text-align:center; list-style:none;}
ul.ord_product_detail li:last-child{margin-right:0;}
ul.ord_product_detail_matter{margin:0; padding:0;}
ul.ord_product_detail_matter li{margin:0; padding:0; display:inline-block; font-size:13px; color:#333; font-family:Arial; width:54%; vertical-align:text-top; position:relative;}
ul.ord_product_detail_matter li:first-child{width:100%; margin:0;}
ul.ord_product_detail_matter li:first-child img{height:110px; width:auto; float:left; margin-right:15px;}
ul.ord_product_detail_matter li:first-child h5{margin-bottom:0; margin-top:0;}
ul.ord_product_detail_matter li:last-child{margin-right:0;}
ul.ord_product_detail_matter li p{margin-bottom:5px; line-height:19px;}
ul.ord_product_detail_matter li:last-child hr{position:absolute; width:80%; left:10%; border-top-width:2px;}
.prosess_box{width:20%; height:35px; float:left; margin-top:3px; text-align:center; position:relative;}
.pro_cicle{display:inline-block; float:none !important; border-radius:50%; border:#c5c5c5 double 8px; position:relative; z-index:9;}
.pro_cicle+span{margin-left:10px;}
.pro_cicle_sucess .pro_cicle{border:#449d44 double 8px;}
.complete:before{content:""; position:absolute; top:17px; left:50%; right:0; height:2px; background:#449d44; width:100%;}
.item_deliverd{width:100%; border:#eee solid 1px; padding:10px; margin-top:65px; position:relative;}
.item_deliverd:after{position:absolute; top:-10px; right:8.7%; display:inline-block; border-left:10px solid transparent; border-top:0 solid #fff; border-bottom:10px solid #fff;	border-right:10px solid transparent; content:"";}
.item_deliverd:before{position:absolute; top:-11px; right:8.5%; display:inline-block; border-left:11px solid transparent; border-top:0 solid #fbe5e5; border-bottom:11px solid #fbe5e5; border-right:11px solid transparent; content:"";}
.or_placed:after{left:8.6%;}
.or_placed:before{left:8.5%;}
.or_packed:after{left:28.6%;}
.or_packed:before{left:28.5%;}
.or_shipped:after{left:48.6%;}
.or_shipped:before{left:48.5%;}
.or_shipment:after{left:68.6%;}
.or_shipment:before{left:68.5%;}
.or_delivered:after{left:88.6%;}
.or_delivered:before{left:88.5%;}

.dashboard_box .product{border:#f1f1f1 solid 1px;}
.dashboard_box .product .btn-sm{position:absolute; right:0; top:0;}


.no_records{text-align:center; font-size: 15px; margin: 100px 0; width:100%;}
.out_stock{background:rgba(255, 255, 255, 0.94); position: absolute; right:15px; left:128px; text-align:center; line-height:53px; font-size:16px; color:#000; font-weight:bold; border-top:#e5e5e5 solid 1px; border-bottom:#e5e5e5 solid 1px; z-index:9; bottom:45%;text-transform:uppercase;}
#addcart {visibility: hidden;min-width: 250px;background-color: #333; color: #fff;text-align: center;border-radius: 2px;padding:8px;position: fixed;z-index: 1;left:30%;

bottom:-100px;font-size:14px;}

#addcart.show{visibility:visible; -webkit-animation:fadein 0.5s, fadeout 0.5s 2.5s; animation:fadein 0.5s, fadeout 0.5s 2.5s;}
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;} 
to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;} 
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

/*faq*/
.faqs .card{background:none; border:none; border-radius:0; margin-bottom:1rem;}
.faqs .card-header{border-bottom:none; padding-left:1rem; padding-right:1rem;}
.faqs .card-header h5{font-size:18px; font-weight:600;}
.faqs .card-header h5 a{color:#1a1a1a; 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:1rem;}

/*terms css*/
.terms_bg h3, .terms_bg h4{font-size:1.2rem;}
.terms_bg p+h3, .terms_bg p+h4{margin-top:2rem; font-weight:500;}
.terms_bg h2, .terms_bg h3{margin-top:2rem; font-weight:500;}
.terms_bg ul{margin:0 0 2rem 30px; padding:0;}
.terms_bg ul li{margin:10px 0; padding:0;}
.gift_charge{margin-top:25px; background:#fafafa; padding:10px 15px; border-radius:5px;}
.gift_charge label{font-weight:400; color:#5a5a5a; margin-bottom:0;}

/*add css*/
.add_bg{padding-top:1rem; padding-bottom:1rem;}
.add_bg .row{margin-left:-10px; margin-right:-10px;}
.add_bg .row .col-xl-6, .add_bg .row .col-xl-4, .add_bg .row .col-xl-12{padding-left:10px; padding-right:10px;}
.add_bg .row .col-xl-12{margin-top:20px;}
.add{position:relative; overflow:hidden; border-radius:10px; background:#fff; padding:20px;}
.add_text{padding:30px 0px 0px; text-align:center;}
.add_text h4{color:#191919; font-size:18px; font-weight:600;}
.add_text .sub_head{color:#fff;}
.add img{width:100%; border-radius:10px; transition:all 1s ease;}
.add:hover img{transform:scale(1.1);}

.est_delivery{font-size:15px; color:#0098d1; margin-bottom:1.5rem;}



/*right currency*/
.currency_right{position:fixed; right:0; bottom:90px; z-index:9;}
.currency_right ul{margin:0; padding:0;}
.currency_right ul li{margin:0; padding:0; list-style:none;}
.currency_right ul li a{background:#343535; padding:7px; color:#fff; font-size:14px; max-width:65px; text-align:center; display:block; border-bottom:1px solid #4e4e4e; transition:background .5s ease .300ms;}
.currency_right ul li a:hover{background:#64bd27;}
.currency_right ul li:last-child a{border-bottom:none;}
.currency_right ul li:first-child a{border-top-left-radius:5px;}
.currency_right ul li:last-child a{border-bottom-left-radius:5px;}
.currency_right ul li a span{width:100px; display:inline-block; white-space:nowrap; height:40px; float:right; background:#64bd27; text-align:center; color:#fff; margin:-32px 78px; padding:8px; transform-origin:0; visibility:hidden; opacity:0; transform:rotateY(45deg); border-radius:5px; transition:all .5s ease .300ms;}
.currency_right ul li a span:after{content:''; display:block; width:0; height:0; position:absolute; right:-20px; left:initial; top:10px; border:10px solid transparent; border-right:10px solid transparent; border-left:10px solid #64bd27;}
.currency_right ul li a:hover span{visibility:visible; opacity:1; transform:rotateY(0);}


.gift_detail{padding:30px; border-radius:8px;}
.gift_detail .price{font-size:35px; font-weight:800; display:flex;}
.gift_detail .price .fa{font-size:30px; font-weight:500;}
.gift_detail .form-control{font-size:35px; font-weight:800; color:#000; border:none; padding:0; background:none; border-radius:0; margin-left:7px;}
.g_custom{margin:20px -10px 30px; display:flex; flex-wrap:wrap;}
.g_custom a{border:#f2f5f8 solid 2px; background:#fff; color:#3a1a5f; font-size:16px; margin:8px; padding:10px 5px; text-align:center; border-radius:5px; width:17.2%; text-transform:uppercase;}
.g_custom a:hover, .g_custom a.active{background:#fff; border-color:#68ba26; color:#68ba26;}
.gift_detail .qty_main .btn{width:73%;}
.gift_listing figure{border-radius:10px;}
.g_image{border:#ddd solid 1px; border-radius:10px; overflow:hidden; position:sticky; top:10rem;}

#onload .btn{width:100%;}
.search_inner{padding:2rem 0; padding-bottom:1.5rem;}
.search_inner .search{padding:0; background:none; margin-bottom:2rem;}
.search_inner .search button{left:30px;}




