/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face{
    font-family:'Poppins-SemiBold';
    src:url(../../assets/fonts/Poppins-SemiBold.ttf);
}
@font-face{
    font-family:'Poppins-Regular';
    src:url(../../assets/fonts/Poppins-Regular.ttf);
}
@font-face{
    font-family:'Poppins-Medium';
    src:url(../../assets/fonts/Poppins-Medium.ttf);
}
@font-face{
    font-family:'Poppins-Light';
    src:url(../../assets/fonts/Poppins-Light.ttf);
}
@font-face{
    font-family:'Poppins-Bold';
    src:url(../../assets/fonts/Poppins-Bold.ttf);
}
@font-face{
    font-family:'LobsterTwo-Bold';
    src:url(../../assets/fonts/LobsterTwo-Bold.ttf);
}
#search_category{
	width: 200px;
}
body {
    font-family: 'Poppins-Regular';
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 1px;
   background: #fff;	
   background-attachment: fixed;
    position: relative;
    background-size: cover;
}
.zoomLens{
    background: url('../../assets/img/zoom.png') repeat !important;
    border: none !important;
}
.main-container{
	background-color: #fff;
}
a{
    color: #222222;
    text-decoration: none;
}
ul{
    margin-bottom: 0;
}
[disabled] {
    cursor: no-drop !important;
}
a:hover,a:focus{
    color:#209dfc;
    text-decoration: none;
    outline: none;
}
button:focus,button:hover{
    color: #222222;
    text-decoration: none;
    outline: none;
}
:focus{outline: none;};
.owl-carousel{
     z-index: 0;
}
:focus{
    outline: none !important;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
#wrapper{
    min-height: 350px;
}
.fancybox-skin{
    background-color: #fff;
    border-radius: 0;
}
body::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#209dfc;
  border-radius: 10px;
  outline: 1px solid slategrey;
}
.zoomWindow{
	top: 0 !important;
}
.f1{
	text-transform: capitalize;
    font-size: 14px;
    font-family: Poppins-Medium;
    letter-spacing: 1px;
}
.f4{
	font-weight: normal;
    text-transform: capitalize;
    font-family: Poppins-Medium;
    font-size: 14px;
    letter-spacing: 1px;
}
.label{
	color: #222222;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.lang-flag{margin-top: -2px;}
#wrapper, #footer {
    box-shadow: none;
    display: block !important;
}
@media(max-width: 384px){
    .fancybox-error{
        padding: 8px;
        white-space: unset;
    }
}
/*loader start */
/*loader start */
#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-left: -50px;
}
#index #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.object{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loading.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/* go to top */
#scroll{
    position: fixed;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
     z-index: 8;
    height: 32px;
    width: 32px;  
    line-height: 30px;
    display: none;
    outline: none;
    text-align: center;
    border-radius: 1px;
    transition: all .5s ease-in-out;
    background: #222222;
    color: #fff;
    font-size: 20px;
    border: 2px solid #ededed;
}
#scroll:hover{
    background:#209dfc;
}
/* go to top end */
/* add to cart modal */
#blockcart-modal .cart-content p span{
        color: #888;
    font-size: 14px;
}
#blockcart-modal .cart-products-count i{
    	display: none;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
}
.mhr{
    margin: 0;
    padding: 10px 0;
}
#blockcart-modal .close{
    color: #222222;
    padding: 15px;
}
.modprice{
    font-family: 'Poppins-Medium';
    font-size: 16px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-products-count{    
    font-size: 14px;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: .5px;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    width: 100%;
    background: #222222;
    color: #fff;
    transition: 0.3s ease;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    transition: 0.3s ease;
    font-size: 14px;
}
#blockcart-modal .cart-content-btn .btn:hover{
    background-color:#209dfc;
    color: #fff;
}
#blockcart-modal .modal-title{
    padding: 15px 15px;
}
#blockcart-modal .modal-body{
	padding: 0;
}
/* cart modal over */
/* cart dropdown */
.cartname a{
    font-family: 'Poppins-Medium';
    color: #222222;
}
#_desktop_cart .cart-drop{
    width: 272px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ededed;
    right: 0px;
}
.cartprice{
    clear: both;
    position: relative;
    top: -37px;
    left: 75px;
    width: 50%;
    color: #7a7a7a;
    font-size:13px;
}
.cartname{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 61%;
}
.cart-inner-table{
    width: 100%;
}
.cartdrop{
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}
.cartdrop img{
    max-width: 75px;
}
.cart-inner-table tr td{
    border: 1px solid #ededed;
    padding: 3px 10px;
    letter-spacing: 1px;
    font-size: 12px;
}
.cartdrop:last-child{
    border-bottom: none;
    margin-bottom: 0
}
.check-out{
    margin-top: 10px;
    margin-bottom: 0;
}
.wrapper-top{
    display: none;
}
#index .wrapper-top{
    display: block;
}

/* header */
.header-nav{
	background: #174a99;
	padding: 6px 0 12px;
}
.displaynav1 svg {
    position: relative;
    top: 5px;
    fill: #7a7a7a;
}
.displaynav1 p {
    margin-bottom: 0;
}
.displaynav1 span {
    margin: 0 10px;
    color: #7a7a7a;
}
.wimg,#_desktop_currency_selector button,#_desktop_language_selector button{
	color: #7a7a7a;
}
.wimg:hover,.wimg:focus,#_desktop_currency_selector button:hover,#_desktop_currency_selector button:focus,#_desktop_language_selector button:hover,#_desktop_language_selector button:focus{
color: #209dfc
}
.right-nav {
    margin-top: 8px;
}
.wbSearch{
padding-left: 8px;
}
.cart-drop{
    width: 272px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ededed;
    right: 0px;
    margin-top: 10px;
}
.cart-img {
	position: relative;
}
.blockcart .cart-c {
    position: absolute;
    right: -8px;
    background: #209dfc;
    padding: 2px;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    top: -6px;
}
.m-img{
	padding: 5px;
}
.no-items{
	font-size: 12px;
}
#_desktop_currency_selector,#_desktop_language_selector,#_desktop_user_info,#_desktop_cart,.cimg,.se1{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
.statm {
	margin-top: 9px;
}
.statm .statm-left li {
    padding: 0 15px;
}
.statm li {
    display: inline-block;
    position: relative;
}
@media (min-width: 768px){
#_desktop_currency_selector button::after, #_desktop_currency_selector button::before {
    content: '|';
    color: rgba(255, 255, 255, .1);
    padding: 0 15px;
    position: relative;
    left: -2px;
}
.top-menu > li .sub-menu {
    margin-top: -35px;
    background-color: #fff;
    left: 100%;
    position: absolute;
    margin-left: 0;
    min-width: 400px !important;
    border: 1px solid #ededed;
}
}
.static-right svg,.xsuser svg{
	vertical-align: middle;
	position: relative;
}
.static-right svg{
	top: 3px;
}
.static-right span{
	vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
}
.static-right .label{
	font-size: 14px;
	font-family: Poppins-Medium;
	text-transform: capitalize;
	margin:  0 5px;
}
.static-right .scon{
 color: #7a7a7a;
}
.static-right{
	margin: 11px 14px 0;
}
.cimg svg{
    vertical-align: middle;
}
.c-price-total{
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
}
.navfullwidth{
	margin-bottom: 20px;
}
.header-top{
	padding: 30px 0;
}
#_desktop_user_info{
	margin-top: 2px;
}
.user-btn{
	background: transparent;
    border: 1px solid #ededed;
    padding: 5px 20px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin: 0 10px;
    display: inline-block;
}
.user-info span{
    display: inline-block;
}
.user-btn:hover{
	background: #222;
	color: #fff;
	border: 1px solid  #222;
}
/* menu */
.view_more{
    cursor: pointer;
}
#_desktop_top_menu{
    margin-bottom: 40px;
    position: relative;
    margin-top: -1rem;
}
#_desktop_top_menu h1{
	background: #209dfc;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    letter-spacing: 1px;
    padding: 15px;
    color: #fff;
    font-weight: normal;
    margin: 0;
}
.mei{
    font-size: 18px;
    transition: 0.3s all ease;
}
.menu .category:hover .mei {
    transform: rotate(-90deg);
    margin: 3px;
}
.menu .popover .mei{
    display: none;
}
.evenmenu{
	background-color: #fff;
}
.oddmenu{
	background-color: #f7f7f7;
}
.menu-page{
	border: 1px solid #ededed;
}
/* banner */
.center-banner .fbanner0{
	margin-bottom: 10px;
}
.center-banner .fbanner0,.center-banner .fbanner2{
	padding: 0;
}
.center-banner .fbanner1{
	float: right;
}
.banner-content{
    margin-bottom: 50px;
}
/* services */
.deliveryinfo{
	margin: 30px auto 50px;
}
.deliveryinfo ul {
    text-align: center;
    background-color: #ededed;
    transition: all .3s ease-in-out;
    padding: 15px 0;
    margin-bottom: 0;
    color: #222;
    cursor: pointer;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.deliveryinfo ul li svg {
    vertical-align: middle;
}
.ser-t{
	margin:0 10px;
}
.ser-t h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 0;
}
.deliveryinfo ul svg{
	transition: all .3s ease-in-out;
}
.deliveryinfo ul:hover svg {
    fill: #fff;
}
.deliveryinfo ul:hover {
    background-color: #209dfc;
    color: #fff;
}
/* services over */
/* heading */
.left-home-heading {
    background: #ededed;
    color: #222;
    padding: 10px;
}
.left-home-heading span {
    color: #222;
    font-size: 14px;
    font-family: Poppins-Medium;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align:-webkit-baseline-middle;
}
.home-heading span {
       color: #222;
    text-transform: capitalize;
    font-size: 19px;
    font-family: 'Poppins-SemiBold';
    letter-spacing: 1px;
    font-weight: normal;
}
/* slider buttons */
.owl-theme .owl-nav div{
    margin: 0 !important;
    padding: 0 !important;
    color:#222 !important;
    opacity: 1 !important;
    background: transparent !important;
    font-size: 24px !important;
}
.owl-theme .owl-nav .owl-prev::after{
content: '|';
color: #919191;
font-size: 12px;
padding: 0 19px;
vertical-align: top;
position: relative;
top: 5px;
}
.owl-theme .owl-nav div i{
	color: #999 !important;
}
.owl-theme .owl-nav div i:hover{
    background-color: transparent !important;
    color: #222 !important;
    cursor: pointer;
}
.owl-theme .owl-nav{
    margin-top: 0;
}
.owl-theme .owl-nav{
    position: absolute;
    right: 0;
    top: -60px;
}
#left-column .owl-theme .owl-nav {
    position: absolute;
    right: 10px;
    top: -35px;
}
#left-column .owl-theme .owl-nav .owl-prev::after{
    color: #999;
}
/* left column */
.testimonial{
    margin-bottom: 30px;
}
.new-product{
	margin: 30px 0;
}
#popular_products, #special_products, #testi, .search-filter-sub, #search_filters_brands, #search_filters_suppliers {
    border: 2px solid #ededed;
    padding: 15px;
}
#owl-logo{
     border: 2px solid #ededed;
    padding: 0 15px;
}
#popular_products .p-review {
    display: none;
}
#popular_products .price-review{
    margin-bottom: 0;
    padding: 0;
    border: none;
}
#cust_product ul{
    margin-bottom: 0;
}
#cust_product .thumbnail-container,#cust_product .wb-image-block,#cust_product .wb-product-desc{
    padding: 0 !important;
    text-align: left;
}
#cust_product .thumbnail-container::after{
	border: none !important;
}
#cust_product .thumbnail-container{
    margin-bottom: 15px;
}
#cust_product .thumbnail-container:hover .product-price-and-shipping{
    opacity: 1;
}
.custpname{
    margin: 5px 0;
    line-height: 18px;
    word-break: break-all;
    min-height: 40px;
}
.custpname a{
    font-size: 14px;
    color: #727272;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: Poppins-Medium;
}
#cust_product .thumbnail-container {
    margin:0 0 15px 0 !important;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px !important;
}
#left-column article:last-child .thumbnail-container {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#new_product .thumbnail-container{
        margin:0 0 20px -0.5px !important;
    padding: 0 !important;
    box-shadow: none !important;
}
#new_product .thumbnail-container .wb-product-desc{
	padding: 15px 15px 0 15px !important;
}
#new_product .price-review{
    border-bottom: none !important;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 0;
    margin-top: 12px;
}
#new_product .price{
    font-size: 14px;
}
#new_product .star_content .fa-stack {
    width: 9px;
    height: 14px;
}
 #new_product .star_content i{
    font-size: 12px;
 }
/* testimonial */
.quote{
	  margin: 10px auto;
	  background: url(../../assets/img/quote.png) center center no-repeat;
	  height: 54px;
	  width: 54px;
}
.timg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.timg1 {
    background: url(../../assets/img/testi1.png) center center no-repeat;
}.timg2 {
    background: url(../../assets/img/testi2.png) center center no-repeat;
}.timg3 {
    background: url(../../assets/img/testi3.png) center center no-repeat;
}
.des_testimonial{
    font-size: 12px;
    color: #999;
}
.content_test h1{
   font-size: 15px;
   text-transform: capitalize;
   font-family: Poppins-Medium;
   margin-top: 30px;
}
.content_test h3{
    color: #838383;
    font-size: 12px;
    text-transform: capitalize;
}
#testi.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: transparent;
    border: 1px solid #bbb;
    padding: 6px;
}
#testi.owl-theme .owl-dots .owl-dot:hover span,#testi.owl-theme .owl-dots .owl-dot.active span {
    background: #209dfc;
    border: 1px solid #209dfc;
}
/* tab content */
.pro-tab {
    box-shadow: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.pro-tab.tabs{
    padding: 0;
}
.pro-tab.tabs .nav-tabs {
    border-bottom: none;
    text-align: right;
    margin-right: 85px;
}
.pro-tab.tabs .nav-tabs .nav-link{
    padding: 0 0 15px;
    font-size: 14px;
}
.pro-tab.tabs .tab-indicator {
    content: '|';
    margin: 0 25px;
    color: #dddddd;
    position: relative;
    display: inline-block;
}
.nav-tabs .nav-item a{
    position: relative;
}
.nav-tabs .nav-item a::after{
     content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
     border-bottom: 2px solid #209dfc;
     left: 0;
}
.nav-tabs .nav-item a.active::after{
    height: 2px;
    width: 100%;
   
}
.js-product-miniature{
	position: relative;
}
.wb-image-block {
    position: relative;
}
.thumbnail-container .wb-image-block img{
    width: auto;
}
.thumbnail-container .wb-image-block {
    transition: all .8s ease-in-out ;
    -webkit-transition: all .8s ease-in-out ;
    -moz-transition: all .8s ease-in-out ;
    -o-transition: all .8s ease-in-out ;
    -ms-transition: all .8s ease-in-out ;
    min-height: 250px;
}

.thumbnail-container:hover .second-img {
    opacity: 1;
}
.thumbnail-container .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.product-tabs .tab-content .owl-stage-outer, #owl-related .owl-stage-outer, #top_rated .owl-stage-outer,#owl-same .owl-stage-outer {
    padding-bottom: 60px;
}
.tab-content .js-product-miniature{
    margin-bottom: 22px;
}
.sale{
    background: #209dfc;
    color: #fff;
    text-transform: capitalize;
    padding:3px 15px 2px;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all .3s ease-in-out;
}
.sale::before{
    bottom: -7px;
color: #209dfc;
content: "\f0dd";
font-family: fontawesome;
font-size: 18px;
left: 0;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
position: absolute;
right: 0;
text-align: center;
  transition: all .3s ease-in-out;
}
.product-title {
     color: #727272;
    font-size: 13px;
    font-family: Poppins-Medium;
    text-transform: capitalize;
    padding: 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s ease;
    width: 99%;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
    transition: 0.3s ease;
    opacity: 1;
}
.product-title a {
    color: #727272;
}
.price-review{
    margin-bottom: 10px;
    padding:10px 0;
    border-bottom: 1px solid transparent;
}
.p-review{
    margin-top: 3px;
}
.wishl{
	display: inline-block;
}
.price {
    font-family: 'Poppins-Medium';
    color: #222;
    font-size: 14px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}
.regular-price {
    color: #bbb;
    text-decoration: line-through;
    font-size: 12px;
    position: relative;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    font-weight: normal;
}
#content-wrapper .thumbnail-container {
    position: relative;
    transition: 0.5s ease;
    padding: 10px 10px 0 10px;
    margin: 10px 7px 0 7px;
    border: 1px solid #e7e7e7 !important;
}
#content-wrapper .thumbnail-container:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 0 10px;
    margin: 10px 7px 0 7px;
    background-color: #fff;
    z-index: 5;
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.thumbnail-container:hover .sale{
    background: #222;
}
.thumbnail-container:hover .sale::before{
    color: #222;
}
.thumbnail-container:hover .sale-txt,.thumbnail-container .sale-per{
   opacity: 0;
}
.thumbnail-container .sale-per{
font-size: 12px;
}
.thumbnail-container:hover .sale-per{
    opacity: 1;
}
/* buttons */
.list-quick{
    display: none;
}
.btn-quick svg{
	display: none;
}
.btn-quick button,.add-cart button{
       border: transparent;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Poppins-Medium;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
    background: #ededed;
    cursor: pointer;
    transition: ease .3s all;
    -webkit-padding-after: 8px;
    padding: 0;
}
.btn-quick{    
    display: none;
    height: 41px;
}
.btn-wish button{
    border: 2px solid #ededed;
    cursor: pointer;
    transition: ease .3s all;
    background: transparent;
    height: 40px;
    width: 100%;
}
.add-cart{
        width: 80%;
    margin: 0 10px 0 0;
}
.btn-wish{
    width: 20%;
}
.add-cart span,.btn-quick span{
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    line-height: 41px;
}
.button-group svg{
    vertical-align: middle;
    transition: ease .3s all;
    position: relative;
}
.add-cart svg{
    top: 2px;

}
.button-group {
    position: absolute;
    bottom: 4px;
    transition: ease .3s all;
    padding-bottom: 10px;
  /*   width: 100%; */
    display: flex;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    opacity: 0;
}
.thumbnail-container:hover .button-group {
    opacity: 1;
}
.thumbnail-container:hover .btn-quick{
    display: block;
}
.btn-quick button:hover,.button-group button:hover,.btn-quick button:focus,.button-group button:focus{
    background: #209dfc;
    color: #fff;
}
.btn-wish button:hover,.btn-wish button:focus{
    border: 2px solid #209dfc;
}
.button-group button:hover svg{
fill: #fff;
}
#content-wrapper .thumbnail-container:hover .product-title{
    display: none;
}
#content-wrapper .thumbnail-container:hover .price-review{
border-bottom: 1px solid #e7e7e7;
}
/* category module */
.wberCategoryFeature{
    margin: 0 0 50px;
}
.content-cate{
        position: absolute;
    top: 30px;
    left: 30px;
}
.categoryName{
    margin-bottom: 15px;
}
.categoryName a{
    font-size: 16px;
    font-family: Poppins-SemiBold;
    text-transform: capitalize;
	color: #000;
}
.sub-cat{
    line-height: 30px;
}
.sub-cat li{
    position: relative;
}
.sub-cat li::before{
    content: '*';
    position: relative;
    left: 0;
    top: 3px;
	color: #000;
}
.sub-cat li a{
    color:#929292;
    font-size:13px;
    padding: 0 10px;
    text-transform: capitalize;
    cursor: pointer;
}
.sub-cat li a:hover,.sub-cat li a:focus{
	color: #222;
}
#owl-logo.owl-carousel .owl-item img{
    margin: 20px 0;
}
/* deal of the day */
#products .wbproductcountdown .count.curr, #products .wbproductcountdown .count.bottom,
.wbproductcountdown .count.curr, .wbproductcountdown .count.bottom {
    display: none;
}
.wbproductcountdown .hidden {
    display: none;
}
 #product .wbproductcountdown{
    display: block;
   }

#product.product-miniature .wbproductcountdown {
    margin: 20px 0 5px 0;
}
.wbpc-main .time {
    display: inline-block;
    padding: 0 3px;
    text-align: center;
    border-radius: 1px;
}
.wbpc-main .time:last-child{
border-right:none;
border-left: none;
}
#products .wbpc-main .count,
.wbpc-main .count {
        background-color: #e7e7e7;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    font-family: Poppins-Medium;
}
.wbpc-main .seconds .count,
#products .wbpc-main .seconds .count {
    color: #fec853;
}
.wbpc-main .label {
       font-size: 12px;
    display: block;
    width: 100%;
    color: #727272;
    padding: 10px 0 0;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: Poppins-Medium;
}
#special_products .button-group,#special_products .btn-quick{
    display: none !important;
}
.countdown{
    display: none;
}
#special_products .countdown p{
    margin: 20px 0 12px;
    text-transform: capitalize;
    font-family: Poppins-Medium;
}
#special_products  .countdown{
    display: block;
}
#special_products  .price{
    font-size: 16px;
}
#special_products .price-review{
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
        margin: 0 0 15px;
    padding: 15px 0;
}
#special_products .product-title{
    border-bottom: none;
}
 #special_products .price-review{
        margin: 0;
        padding-bottom: 0;
        border-bottom: none !important;
   }
   #special_products .product-price-and-shipping{
    float: none;
   }
   #special_products .p-review{
    margin-top: 13px;
    text-align: left;
   }
   #special_products .countdown p {
    margin: 12px 0 12px;
    }

 /* blog */
 .home_blog_post_area{
    margin-top: 40px;
 }
.blog_mask .icon {
transform: translate(-50%, -50%);
border: 2px solid #222;
display: inline-block;
min-width: 40px;
min-height: 40px;
text-align: center;
padding: 5px 0;
margin: 0 5px;
color: #fff;
}
.post_thumbnail{
position: relative
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.blog_mask .icon:hover {
    background-color: #222;
    color: #fff;
}
.blog_mask_content{
position: absolute;
left: 20px;
right: 0;
margin: 0 auto;
text-align: center;
top: 50%;
}
.blog_mask .icon i {
    vertical-align: middle;
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.sep{
margin: 0 15px;
}
.btb{
margin: 0 3px;
}
.post_title{
    font-family: 'Poppins-Medium';
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.post_title:hover.post_title:focus{
    color: #209dfc;
}
.blog_post_content_bottom{
    border: 2px solid #e7e7e7;
    padding: 0 10px 10px 10px;
}
.blogc span,.blogc i{
color: #a9a9a9;
}
.blog_post_content{
margin-bottom: 15px;
}
.blogdl{
    color: #aaa;
    font-size: 12px;
    font-family: 'Poppins-Medium';
    padding: 5px 0;
}
.allbl{
    padding: 15px;
    border: none;
}
#module-wbblog-single .allbl{
    padding: 15px 0;
}
.allbl .meta_author{
    color: #222;
}
.allbl .post_meta span{
    margin: 0 10px;
}
.allbl .content_more{
    margin-top: 10px;
}
.allbl .post_content {
    color: #555;
    font-size: 12px;
    line-height: 23px;
}
.allbl .post_content p{
    font-size: 12px;
    margin-bottom: 0
}
.allbl .content_more{
    padding: 0;
}
.allbl .post_title{
    padding: 0;
    min-height: auto;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: capitalize;
}
.archb .post_thumbnail{
    position: relative;
}
.archb .post_thumbnail .material-icons{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
}
.archb{
    margin-bottom: 10px;
}
#module-wbblog-single .post_title{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
    min-height: auto;
    margin-bottom: 15px;
}
#module-wbblog-single .blog_post_content_top{
    margin-top: 0;
}
#module-wbblog-archive .blog_post_content{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#module-wbblog-archive .content_more a{
    text-decoration: none;
}
.post_d i{
    font-size: 14px;
    color: #aaa;
    margin-right: 10px;
}
.post_d a,.post_d span{
    color: #aaa;
    transition: 0.3s ease;
}
.post_d a:hover{
    color: #209dfc;
}
.post_d .fa-eye{
    margin-left: 10px;
}
.post_d{
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 12px;
}
.post_metas li{
    display: inline-block;
}
.comment_list li{
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.comment_list li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.allbl .meta_category{
    margin: 0 15px;
}
.wco{
    margin-left: 33px;
}
/* comment */
.commlist{
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #ededed;
}
.comment_content{
    padding: 10px 15px;
}
.fn{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 7px;
}
.vcard img{
    height: 61px;
    width: 61px;
}
.comment_content i{
    font-size: 18px;
    padding-right: 15px;
    line-height: 30px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
/* footer */
.block_newsletter .alert{
    position: absolute;
    float: left;
    width: 100%;
}
.block_newsletter{
    background: #174a99;
    padding: 30px;
    margin-bottom: 60px;
}
.bestlc h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-family: Poppins-Medium;
    letter-spacing: 1px;
    margin-top: 8px;
    text-transform: uppercase;
}
.bestlc h3{
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(255,255,255,.7);
}
.send-btn
{
       margin: 10px 15px 0;
}
.pay{
    display: none;
}
.payment {
    margin-top: 10px;
}
.payment li {
    display: inline-block;
    border-bottom: none !important;
    padding: 0 !important;
}   
.payment li i {
    font-size: 20px;
    color: #727272;
    padding: 0 4px;
}
.footer-static-content {
    color: #727272;
    margin: 20px 0;
    font-size: 12px;
    font-family:Poppins-Medium;
    line-height: 25px;
}
#footer_contact .icon i {
    float: left;
    color: #222;
    margin-top: 5px;
    font-size: 16px;
    margin-right: 12px;
}
#footer_contact .data {
    padding-left: 25px;
}
#footer .lnk_wishlist i{
    display: none;
}
.footer-container li a, .fthr .block, .fthr .data a, #footer .lnk_wishlist, .foot-link a {
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #727272;
    padding: 0;
    font-family: 'Poppins-Medium';
    word-break: break-all;
    width: 100%;
}
.links h3, .links h3 a, .c-info, .block-social h3 {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
    color: #222;
    text-transform: uppercase;
    font-weight: normal;
}
.footer-container li a:hover, .fthr .block:hover, .fthr .data.email:hover, #footer .lnk_wishlist:hover, .foot-down a:hover {
    color: #209dfc;
}
.foot-down{
       background: #222;
    padding: 10px 0;
    margin-top: 40px;
}
.foot-down a{
    color: #fff;
    opacity: .8;
}
/* product page */
/* rating */
 .obar {
    background-color: #f5f5f5;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    height: 16px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}
.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
}
.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
}
.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
}
.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
}
.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
}
.pro-review .starm {
    position: unset;
    transition: none;
    transform: none;
    width: auto;
}
.star-main {
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    height: 5px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    top: -10px;
}
.total-avg {
    width: 150px;
    vertical-align: baseline;
    background-color: #f5f5f5;
    border-radius: 0px;
    height: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    position: relative;
    top: 9px;
}
.rate-avg {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    left: 15px;
    margin-top: 35px;
    opacity: 0;
}
.avg-rate:hover ~ .rate-avg{
    opacity: 1;
}
.rate-avg .num{
    width: 10px;
}
.avgt {
    font-size: 12px;
}
.rate-avg i{
    font-size: 10px;
}
.starm{
    height: 5px;
    transition: all 0.4s ease-in-out;
    width: 0px;
}
.arltr .avg-rate i{
    font-size: 12px;
    margin-right: 2px;
}
.d-inline-block.avg-rate{
    padding: 0 5px 1px 5px;
    border-radius: 0px;
}
.totl {
    color: #666;
    width: 12px;
    text-align: center;
    font-size: 12px;
}
#productCommentsBlock .rate-avg{
    opacity: 1;
    position: unset;
    margin-top: 0;
    box-shadow: none;
}
#productCommentsBlock .avgt{
    font-size: 32px;
}
.ratea{
    font-size: 22px;
}
.rateavg-bo,#productCommentsBlock .rate-avg{
    vertical-align: middle;
    margin-bottom: 20px;
}

.pro-review .avg-rate{
    padding: 0 8px;
}
.pro-review .avg-rate i{
    margin-left: 2px;color: #fff;
}
.pro-review strong{
    text-transform: capitalize;
}
.pro-review .starm.bar5 {background-color: #388e3c;}
.pro-review .starm.bar4 { background-color: #388e3c;}
.pro-review .starm.bar3 {background-color: #388e3c;}
.pro-review .starm.bar2 {background-color: #ff9800;}
.pro-review .starm.bar1 {background-color: #ff6161;}


.avg-rate:hover ~ .rate-avg .starm.bar5 {background-color: #388e3c;}
.avg-rate:hover ~ .rate-avg .starm.bar4 {background-color: #388e3c;}
.avg-rate:hover ~ .rate-avg .starm.bar3 {background-color: #388e3c;}
.avg-rate:hover ~ .rate-avg .starm.bar2 {background-color: #ff9800;}
.avg-rate:hover ~ .rate-avg .starm.bar1 {background-color: #ff6161;}


.starm{
    height: 5px;
    left: 0;
    position: absolute;
    width: 0;
    transform-origin: left center;
    transition: -webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
    transition: transform .4s cubic-bezier(0,0,.3,1) .3s;
    transition: transform .4s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
}
.avg-rate ~ .rate-avg .starm.bar5{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .2s;
    transition: transform 0s linear .2s;
    transition: transform 0s linear .2s,-webkit-transform 0s linear .2s
}
.avg-rate ~ .rate-avg .starm.bar4{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .3s;
    transition: transform 0s linear .3s;
    transition: transform 0s linear .3s,-webkit-transform 0s linear .3s
}
.avg-rate ~ .rate-avg .starm.bar3{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .4s;
    transition: transform 0s linear .4s;
    transition: transform 0s linear .4s,-webkit-transform 0s linear .4s
}
.avg-rate ~ .rate-avg .starm.bar2{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s,-webkit-transform 0s linear .5s
}
.avg-rate ~ .rate-avg .starm.bar1{
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .6s;
    transition: transform 0s linear .6s;
    transition: transform 0s linear .6s,-webkit-transform 0s linear .6s
}
.avg-rate:hover ~ .rate-avg .starm.bar5 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .2s cubic-bezier(0,0,.2,1) .2s,-webkit-transform .2s cubic-bezier(0,0,.2,1) .2s
}
.avg-rate:hover ~ .rate-avg .starm.bar4 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .3s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .3s cubic-bezier(0,0,.3,1) .3s
}
.avg-rate:hover ~ .rate-avg .starm.bar3 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .4s cubic-bezier(0,0,.4,1) .4s,-webkit-transform .4s cubic-bezier(0,0,.4,1) .4s
}
.avg-rate:hover ~ .rate-avg .starm.bar2 {
    background-color: #ff9800; 
    transform: scaleX(1); 
    transition: transform .5s cubic-bezier(0,0,.5,1) .5s,-webkit-transform .5s cubic-bezier(0,0,.5,1) .5s
}
.avg-rate:hover ~ .rate-avg .starm.bar1 {
    background-color: #ff6161; 
    transform: scaleX(1); 
    transition: transform .6s cubic-bezier(0,0,.6,1) .6s,-webkit-transform .6s cubic-bezier(0,0,.6,1) .6s
}

.pro-review {
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 0px;
}
.rhead,.block-category .bh{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.rhead span,.block-category .bh span{
    border-bottom: 2px solid #209dfc;
    padding-bottom: 8px;
    display: inline-block;
}
/* .avg-rate {
    display: inline-block;
    background-color: #219c00;
    color: #fff;
    border-radius: 0px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
} */
.bg-re5 {background-color: #388e3c; color: #fff;}
.bg-re4 {background-color: #388e3c; color: #fff;}
.bg-re3 {background-color: #388e3c; color: #fff;}
.bg-re2 {background-color: #ff9800; color: #fff;}
.bg-re1 {background-color: #ff6161; color: #fff;}
.product-additional-info .prowish {
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 0;
    transition: 0.3s ease;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
}
.product-additional-info .prowish:hover {
    background-color: #555;
}
.product-manufacturer {
    margin-bottom: 15px;
}
.js-thumb,#zoom{
    border: 1px solid #ededed;
    cursor: pointer;
}
.quickview .js-thumb{
border: none;
}
.quickview .product-add-to-cart {
    padding-top: 15px;
}
.quickview .wbproductcountdown {
    display: none;
}
.otherm{
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}
.otherm .menuicon{
    float: left;
    padding: 0 20px;
    margin-top: -4px;
}
.otherm .close-nav .material-icons{
    padding-top: 3px;
}
.product-tab li a{
    padding: 10px 15px;
    font-family: 'Poppins-Medium';
}
.arr{
    padding: 0 15px;
}
#description p{
    margin-bottom: 0;
    line-height: 22px;
}
#product .thumb-container {
    padding: 1px;
}
.product-tab .tab-pane{
    padding: 15px;
}
.product-prices{
    border-bottom: 1px solid #ededed;
    padding-bottom: 16px;
}
.prodes p,.product-variants .product-variants-item{
    border-bottom: 1px solid #ededed;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-actions{
/*  border-bottom: 1px solid #fff; */
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid #ededed;
}
.social-sharing{
    margin-top: 15px;
}
.product-additional-info .buttons_bottom_block{
    margin-bottom: 15px;
}
.propage h1 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #209dfc;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
}
.arltr{
    margin-top: 10px;
}
.pcust{
    font-size: 12px;
}
.product-customization-item label{
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
}
.propage .control-label {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-family: 'Poppins-Medium';
}
.product-quantity .add{
    margin: 0 10px;
}
.product-variants > .product-variants-item ul li label{
    margin-bottom: 0;
}
.propage .product-variants > .product-variants-item .color{
    margin-top: 8px;
}
.wishlist_button_extra{
    padding: 8px 10px 7px 10px;
    font-size: 12px;
}
#idWishlist{
    border: 1px solid #ededed;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0rem center/1.25rem 1.25rem;
    padding: 5px 15px 5px 5px;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}
.product-tab .nav-item{
    display: inline-block;
}
.block-reassurance-item img{
    border: 1px solid #eee;
    background: #f8f8f8;
    border-radius: 100%;
    padding: 9px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.block-reassurance-item .h6{
    font-size: 12px;
    color: #777;
    line-height: 20px;
}
.arltr a{
    text-transform: capitalize;
    display: inline-block;
}
.arltr i{
    font-size: 16px;
    margin-right: 5px;
}
.propage .open-comment-form::after{
    content: '|';
    padding: 0 20px;
}
.product-tab{
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-top: 20px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #e7e7e7;
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.prelated{
    margin-top: 2rem;
}
.propage .star_content,#criterions_list .star_content,.comment_author .star_content{
    z-index: 0;
    position: unset;
    padding-bottom: 0;
    text-align: left;
}
.social-sharing li{
    display: inline-block;
    background: #209dfc;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 9px 0 5px;
}
.social-sharing li a{
    color: #fff;
}
.social-sharing li:hover{
    background: #222;
}
.data-sheet li{
    display: inline-block;
    margin-bottom: 15px;
}
.product-features .h6{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}
.data-sheet .name{
    color: #aaa;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    width: 125px;
}
#wishlist_button{
    font-size: 12px;
}
#xs-zoom .owl-nav .owl-prev{
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 20px;
}
#xs-zoom .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 20px;
}
/* category page */
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top: 0;
}
.quickview .product-add-to-cart{
    padding-top: 15px;
}
#category-description{
    padding: 10px 0;
}
.facet li{
    margin-top: 12px
}
.facet-title{
    color: #209dfc;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Poppins-Medium';
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #aaa;
    background-color: transparent;
}
#_desktop_search_filters_clear_all {
    margin-top: 15px;
}
.wb-grid-list{
    margin-top: 5px;
}
.wb-grid-list span{
    display: inline-block
}
.total-products p {
    margin-bottom: 0;
    margin-top: 6px;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 5px 2px 5px;
    background-color: #222;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    font-size: 12px;
}
.products-sort-order .dropdown-menu {
    width: 100%;
    border: none;
    right: 0;
    left: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.lgrid svg{
    fill: #aaa;
    cursor: pointer;
    margin-right: 6px;
}
.wb-grid-list .selected svg{
    fill: #222
}
.products-sort-order .select-list {
    display: block;
    padding: 2px 5px;
    line-height: 25px;
    margin: 0 5px;
    font-size: 14px;
}
.products-sort-order .select-list:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}
.page-content p{
    margin-bottom: 10px;
}
.sort-by{
    margin-top: 7px;
}  
.listds{
    display: none;
} 
.wb-product-list .listds{
    display: block;
    margin-bottom: 10px;
}
.listds p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
}
.products-sort-order,.lgrid{
    padding: 0;
}
.wb-product-list .thumbnail-container{
    border: none !important;
}
.wb-product-grid .item-product,.wb-product-list .item-product{
    margin-bottom: 25px;
}
#js-product-list .thumbnail-container {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.wb-product-list .wb-image-block{
    padding: 0;
    border: 1px solid #ededed;
    transition: none;
}
.wb-product-list .thumbnail-container{
margin: 0 !important;
box-shadow: none !important;
padding: 10px !important;
float: left;
width: 100%;
}
.wb-product-list .btn-quick,.wb-product-list .add-cart span{
    display: none !important;
}
.wb-product-list .add-cart svg,.wb-product-list .product-title{
    display: block !important;
}
.wb-product-list .button-group{
    position: unset;
    opacity: 1;
    display: unset;
}
.wb-product-list .button-group button{
    width: 38px;
    height: 38px;
    background: #209dfc;
    color: #fff;
    border: transparent;    
}
.wb-product-list .add-cart,.wb-product-list .btn-wish{
    width: auto;
}
.wb-product-list .add-cart,.wb-product-list .btn-wish,.wb-product-list .button-group button,.wb-product-list .list-quick{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
}
.wb-product-list .button-group button svg {
    top: 0px;
    margin: 0 auto;
    fill: #fff !important;
}
.wb-product-list .button-group button:hover,.wb-product-list .button-group button:focus{
    background: #222 !important;
}
.wb-product-list .add-cart{
    margin: 0 auto !important;
}
.wb-product-list .product-price-and-shipping{
float: none;
padding: 0 0 5px 0;
}
.wb-product-list .p-review {
    text-align: left;
}
.wb-product-list .price-review,.wb-product-list .product-title{
border-bottom: none !important;
}
.wb-product-list .product-title{
    padding: 8px 0;
}
.wb-product-list .price-review{
    padding: 0;
    margin: 0;
}
/* category img */
#cat_tab .nav-item{
    display: block;
}
.subcategory-heading {
    color: #222;
    letter-spacing: 1px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
}
.subcategory-heading span{
    border-bottom: 2px solid #209dfc;
    padding-bottom: 5px;
    display: inline-block;
}
#subcategories h5{
        font-size: 13px;
    text-transform: capitalize;
    margin-top: 10px;
}
#subcategories{
    margin-bottom: 20px;
}
#subcategories li{
    display: inline-block;
}
#subcategories img{
    border: 1px solid #eee;
}
#subcategories li a{
    display: inline-block;
    position: relative;
}
#subcategories li .cati:hover::after,#subcategories li .cati:hover::before {
    -webkit-transform: scale(1);
    z-index: 0;
}
#subcategories li .cati::after {
    border-top: 2px solid #209dfc;
    border-right: 2px solid #209dfc;
    -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before,#subcategories li .cati::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}
#subcategories li .cati::after {
    border-top: 2px solid #209dfc;
    border-right: 2px solid #209dfc;
    -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before {
    border-bottom: 2px solid #209dfc;
    border-left: 2px solid #209dfc;
    -webkit-transform-origin: 0 100%;
}
/* pagination */
.pagination {
    text-align: center;
    background: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    border: 1px solid #ededed;
    margin-top: 30px;
}
.pagination i{
    font-size: 20px;
    margin-top: -2px;
}
.pagination .page-list li a {
    display: inline-block;
    background: #209dfc;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 6px 7px 4px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus{
    background: #222;
}
.pagination .text-xs-left{
    line-height: 34px;
}
.otherh{
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}
/* other pages */
#module-psgdpr-gdpr #content-wrapper .container{
    width: auto;
}
.product-line-grid-body{
    line-height: 23px;
}
.page-footer{
    margin-top: 15px;
}
#module-blockwishlist-mywishlist .page-content .wishlist_default p {
    margin-bottom: 0;
}
#index .page-footer{
    margin-top: 0
}
.home-heading.other span{
    font-family: Poppins-Medium;
}
#cms h2,#cms h3{
    font-size: 15px;
}

/* responsive */
@media(max-width: 1849px){
    .static-right{
        display: none;
    }
    #_desktop_cart{
    margin-top: 10px;
    }
    .statm-left li:nth-child(6), .statm-left li:nth-child(7), .statm-left li:nth-child(8){
        display: none;
    }

}
@media (min-width: 1600px){
    .wb-product-grid .item-product{
        width: 20%;
    }
    .sort-by{
        width: 60%;
    }
    .products-sort-order{
        width: 40%;
    }
    .order-confirmation-table,.wb-product-list .item-product{
        width: 50%;
    }
}
@media(min-width: 1600px) and (max-width: 1849px){
    #search_block_top #search_query_top{
        width: 66%;
    }
    #left-column,.extra-part{
     width: 20%;   
    }
    #content-wrapper{
        width: 80%;
    }
    .wb-product-grid .item-product{
        width:25%;
    }
}
@media(min-width: 1200px) and (max-width: 1849px){    
    .wbSearch{
        width: 61%;
    }    
}
@media (max-width: 1599px) {
    .deliveryinfo ul li:nth-child(1){
        display: block;
        margin: 0 auto 10px;
    }
    .ser-t {
    margin: 0 5px;
     }
    .ser-t h4 {
    font-size: 12px;
    }
}
@media (min-width: 1600px){
    .product-actions .control-label {
    width: 20%;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    #left-column,.extra-part{
     width: 25%;   
    }
    #content-wrapper{
        width: 75%;
    }
    .sticky{
        width: 50%;
    }
    .propage{
        width: 50%;
    }
    .wb-product-grid .item-product{
        width: 33.33%;
    }
    ul.wlp_bought_list li{
        width: 33.33%;
    }
    .statm .statm-left li {
    padding: 0 14px;
   }
   #search_block_top #search_query_top{
    width: 54%;
   }
   #special_products .price {
    font-size: 14px;
   }
   #owl-image-slider.owl-carousel .owl-item img,.center-banner .fbanner1 img{
    height: auto;
   }
   #new_product .regular-price{
    display: none;
   }
}
@media(min-width: 992px) and (max-width: 1599px){
    .links h3, .links h3 a, .c-info, .block-social h3{
        letter-spacing: 0;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
   /*  .statm-left{
        display: none;
    } */
    .regular-price{
        display: none;
    }

}
@media (max-width: 1199px){
    .custpname a{
        font-size: 12px;
    }
    .wbpc-main .label{
        font-size: 10px;
    }
    #products .wbpc-main .count, .wbpc-main .count{
        height: 30px;
        width: 30px;
        padding: 7px 0;
        font-size: 13px;
    }
    .deliveryinfo .ses:nth-child(1),.deliveryinfo .ses:nth-child(2){
        margin-bottom: 10px;
    }
    .center-banner .fbanner1{
        display: none;
    }
    .block-social{
        text-align: center;
    }
    .foot-logo img{
        margin: 0 auto;
    }
    .footer-static-content{
        margin: 20px 0 8px;
    }
    .block_newsletter{
        margin-bottom: 40px;
    }
    .quickview .mask,.quickview .arrows{
        display: none
    }
    .arltr a{
        font-size: 12px;
    }
    .center-banner {
        display: none;
    }
}
@media (min-width: 992px){
    .sticky {
    position: sticky;
    top: 15px;
    }
    .thumbnail-container .wb-image-block {
        min-height: 241px;
    }
}
@media(max-width: 991px){
    #search_category{
        display: none;
    }
    .sub-cat li a{
        font-size: 12px;
    }
    .sub-cat {
    line-height: 25px;
    }
    .content-cate {
    top: 6px;
    left: 15px;
   }
   .pro-tab.tabs .tab-indicator{
     margin: 0 3px;
   }
   .block_newsletter form input[type="submit"]{
        height: 32px;
        padding: 8px 20px;
    }
    .product-price-and-shipping{
        float: none;
    }
     .p-review{
        text-align:unset !important;
    }
    .regular-price{
        display:inline-block;
    }
    .price-review{
        border-top:none;
        margin-bottom: 0;
        margin-top: 0 !important;
        padding: 6px 0;
        border-bottom: none !important
    }
   .wberCategoryFeature {
    margin: 40px 0;
    }
    .home_blog_post_area {
    margin-top: 22px;
    }
    .thumbnail-container {
    box-shadow: none !important;
    background-color: #fff;
    z-index: 5;
    padding-bottom: 0 !important;
    margin: 1px !important;
   }
   .wb-product-desc{
    text-align: center ;
   }
   .button-group{
    position: unset;
    opacity: 1;
   }
   .btn-quick,.product-title{
    display: block !important;
    border: none;
   }
   .product-title{
   	padding-bottom: 0;
   }
   .btn-quick{
   	    position: absolute;
    bottom: 128px;
    right: 15px;
   }
   .btn-quick button{
   	    width: auto;
    background: transparent;
   }
   .btn-quick svg{
   	display: block;
   }
   .btn-quick span{
   	display: none;
   }
   .product-tabs .tab-content .owl-stage-outer, #owl-related .owl-stage-outer, #top_rated .owl-stage-outer,#owl-same .owl-stage-outer{
    padding: 0;
   }
   .banner-content {
    margin: 20px auto 30px;
    }
    .propage h1 {
       margin: 20px 0 8px;
    font-size: 16px;
    line-height: 23px;
   }
   .label, label{
    font-size: 12px;
   }
}
@media (min-width: 768px) and (max-width: 1199px){
    .block_newsletter form input[type="text"]{
        margin-top: 0;
    }
    .links h3, .links h3 a, .c-info, .block-social h3{
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .footer-container li a, .fthr .block, .fthr .data a, #footer .lnk_wishlist, .foot-link a{
        font-size: 12px;
       letter-spacing: 0.5px;
    }
    .left-home-heading span{
        font-size: 13px;
        text-transform: capitalize;
    }
    .block-social{
        margin-bottom: 40px;
    }
}
@media(min-width: 768px){
    .xsuser svg{
    height: 18px;
    width: 18px;
    position: relative;
    top: -1px;
    }
    .user-btn:hover svg {
        fill: #fff;
    }
    #search_block_top .btn.button-search{
            min-width: 95px;
    }
}
@media (max-width: 767px){
	.wb-menu-vertical .menu-vertical {
    	padding: 0 15px;
	}
    #left-column {
    padding: 0;
    }
    .bestlc{
        text-align: center;
    }
    .block-social{
        margin-bottom: 30px;
    }
    .sep {
    margin: 0 1px;
   }
   .blogc {
    font-size: 12px;
   }
    .wbSearch{padding: 0 !important}
    #_mobile_currency_selector .dropdown select,#_mobile_language_selector .dropdown select{
    	    border: 1px solid #ededed;
            background: #ededed;
    }
    /* responsive menu */
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: #222 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: all .2s ease 0s;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -ms-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #222;
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
        padding: 0 0;
    }
    .closebtn{
        float: right;
    }
    .close-nav i{
        color: #fff;
        font-size: 16px;
    }
    #mySidenav .categories{font-family: Poppins-Medium;}
    #menu-icon .fa-bars{
        margin-top: 4px;
    }
    #menu-icon{padding: 0;}
    #menu-icon button{
        background-color: transparent;
        border: none;
        color: #000;
        font-size: 16px;
        padding: 0;
        cursor: pointer;
        text-align: center;
        margin: 0;
    }
    .btn-navbar.navbar-toggle {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 100%;
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
    background: #209dfc;
   }
    .top-right{margin-top: 0;}
    .wishl {
        width: 100%;
        padding: 0 15px;
    }   
    .header-nav{
           background: #fff;
    padding: 15px 0 12px;
    border-bottom: 1px solid #ededed;
    }
    .user-btn{
        background: transparent !important;
        border:none !important; 
        padding: 0;
        margin: 0 20px;
    }
    #_desktop_cart {
    margin-top: 0;
   }
   .navfullwidth {
    margin-bottom: 20px;
    background: #222;
    padding: 10px 0;
   }
   .deliveryinfo .ses:nth-child(3){
    margin-bottom: 10px;
   }
   .filter-button{
        padding-left: 0
    }
    .facet-label a span{
        position: unset;
    }
    .form-control-label {
    padding-top: 0;
   }
}
@media (min-width: 576px) and (max-width: 767px) {
     #menu-icon{margin-top: 3px;padding: 0;}
     .top-logo {margin:0 15px;}
     #_mobile_logo img {
    max-width: 170px;
    }
    #_mobile_user_info, #mbl-cart {
    position: relative;
    margin-top: 6px;
    }
}
@media (max-width: 575px){
#_mobile_logo img {
    max-width: 130px;
}
#_mobile_logo {
    margin: 0 10px 0;
}
.product-tabs .home-heading{
    float: none !important;
    margin-bottom: 12px;
}
.pro-tab.tabs .nav-tabs{
        text-align: left;
        margin: auto !important;
}
.home-heading span{
    font-size: 16px;
}
.block_newsletter{
    padding: 20px 0;
}
.bestlc h2{
    font-size: 14px;
    margin-top: 0;
}
#_mobile_user_info, #mbl-cart {
    position: relative;
    margin-top: 3px;
    }
    .propage .open-comment-form::after{
        padding: 0 8px;
    }
   .rname{
        font-size: 12px;
    }
    .title_block{
        font-size: 13px;
    }
    #product_comments_block_tab div.comment_details ul{
        display: none;
    }
    .prodes p, .product-variants .product-variants-item,.product-customization,.propage .control-label,.product-tab p{
        font-size: 11px;
    }
    .nav-item .nav-link{
        font-size: 10px;
    }
    .nav-tabs .nav-link{
        padding: 15px 4px 15px;
    }
  .product-quantity #quantity_wanted{
    width: 2rem;
  }
  .wb-product-list .p-review,.wb-product-list .wb-product-desc,.pagination .col-xs-12 {
    text-align: center !important;
  }
  .wb-product-list .wb-product-desc{
    padding: 5px 0;
  }
  .js-product-miniature img{
    width: auto;
  }
  p{
    font-size: 12px;
   }
   .add-cart svg{
    display: none;
   }
   .add-cart span, .btn-quick span{
    font-size: 11px;
   }
   .btn-wish button{
    padding: 0;
   }
   .wishlist_button_extra{
      margin-bottom: 3px;
    }
}
/* banner effect */
.center-b a:hover::after,
.sub-img-banner a:hover::after {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg);
    transition-delay: 0.1s;
}
.center-b a::after,.sub-img-banner a::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    opacity: 0;
    position: absolute;
    transform: rotate3d(1, 1, 0, 100deg);
    transition: all 0.7s ease 0s;
}
.center-b a,.sub-img-banner a {
    display: block;
    overflow: hidden;
    position: relative;
}

.wb-menu-vertical li.level-1.parent {
    font-weight: bold;
}



.product-prices.js-product-prices,
.product-prices.js-product-prices .tax-shipping-delivery-label {
    display: flex;
}

.product-prices.js-product-prices .tax-shipping-delivery-label {
    gap: 1rem;
    color: #209dfc;
    font-weight: bold;
    margin-left: 6px;
}

.product-prices.js-product-prices .tax-shipping-delivery-label #lyoshowvatfree {
    margin-top: 0 !important;
    margin-left: 0.5em;
}

@media (max-width: 991px) {
  .boxed .container-bg {
        width: 100%;
        margin: 0 auto;
    }
} 
@media (min-width:992px) and (max-width: 1199px){
    .container {
       width: 992px;
    }
}
@media (min-width:1200px) and (max-width: 1599px){
    .boxed main {
       width: 1200px;
    }
}
@media (min-width:1600px) and (max-width: 1849px){
    .boxed main {
       width: 1600px;
    }
}

@media (min-width:1800px){
   .boxed main {
       width: 1800px;
    }
}