 /*!
 * @update 10.06.2020
 * @author Webibazaar Template https://www.webibazaar.com
 * @contact info@webibazaar.com 
 * @license
 * Copyright  2016-2020 Winter Infotech Team
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
@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);
}
body {
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
   background: #fff;    
   background-attachment: fixed;
    position: relative;
    background-size: cover;
    letter-spacing: 1px;
}
.zoomLens{
    background: url('../../assets/img/zoom.png') repeat !important;
    border: none !important;
}
span{
	cursor: pointer;
}
a{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
ul{
    margin-bottom: 0;
}
[disabled] {
    cursor: no-drop !important;
}
a:hover,a:focus{
    color:#fec22b;
    text-decoration: none;
    outline: none;
}
button:focus,button:hover{
    color: #000;
    text-decoration: none;
    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: 400px;
}
.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:#fec22b;
  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: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.lang-flag{margin-top: -4px;}
#wrapper, #footer {
    box-shadow: none;
    display: block !important;
}
@media(max-width: 384px){
    .fancybox-error{
        padding: 8px;
        white-space: unset;
    }
}
.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    width: 100%;
    left: 0;
    right: 0;
}
/*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: 50px;
    cursor: pointer;
     z-index: 8;
    height: 32px;
    width: 32px;  
    line-height: 33px;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #000;
    color: #fff;
    font-size: 20px;
}
#scroll:hover{
    background:#fec22b;
}
/* go to top end */
/* add to cart modal */
#blockcart-modal .product-name {
    color: #fec22b;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
#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: #000;
    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-color:#000;
    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: #fec22b;
    color: #000;
}
#blockcart-modal .modal-title{
    padding: 15px 15px;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    font-family: Poppins-Medium;

}
#blockcart-modal .modal-body{
    padding: 0;
}
/* cart modal over */
/* cart dropdown */
.cartname a{
    color: #183545;
}
#_desktop_cart .cart-drop{
    width: 272px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    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 #e2e2e2;
    margin-bottom: 10px;
}
.cartdrop img {
    max-width: 80px;
    padding-right: 10px;
}
.cart-inner-table tr td{
    border: 1px solid #e2e2e2;
    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;
}
svg{
    vertical-align: middle;
}
.wrapper-top{
    display: none;
}
#index .wrapper-top{
    display: block;
}
.m-img{
    padding: 5px;
}
.no-items{
    font-size: 12px;
}
.js-product-miniature{
	position: relative;
}

/* menu */
@media (min-width: 992px){
	 .top-menu > li .sub-menu {
    opacity: 0;
    display: block !important;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    margin-top: 10px;
    left: auto;
    right: auto;
    position: absolute;
    margin-left: 0px;
    width: 380px !important;
    border-radius: 0;
   border-top: 3px solid #000;
}
.top-menu > li:hover .sub-menu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.popover  .top-menu i{
	display: none;
}
.meni{
	margin: 3px;
}
#_desktop_language_selector button::before {
    content: '|';
    color: #e0e0e0;
    padding: 0 16px;
    font-size: 13px;
    position: relative;
    left: 0;
    top: 1px;
}
}
/* header */
.header-top{
	padding: 25px 0;
}
.display-top{
	margin-top: 6px;
}
.header-nav{
	background: #f7f7f7;
    padding: 9px 0 7px;
}
.header-nav button,.header-nav span,.header-nav .dropdown .expand-more{
	color: #6d6c6c;
}
#header .dropdown-menu {
    border-top: 3px solid #000;
    top: 30px;
    font-size: 13px;
    padding: 10px;
    right: 0;
    left: auto;
    text-transform: capitalize;
}
#header svg{
	fill: #4f4f4f;
    cursor: pointer;
}
#header svg:hover{
	fill: #fec22b;
}
#_desktop_user_info{
	margin: 0 20px;
}
.user-down {
    padding: 8px 8px;
    min-width: 12rem;
    line-height: 22px;
}
.blockcart {
    position: relative;
}
.cart-c {
    background: #000;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 19px;
    position: absolute;
    border-radius: 100%;
    top: -7px;
    right: -7px;
    text-align: center;
}
/* search */
   .d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
    padding: 0;
}
    .sideb{
        display: block;
    }
    .siden{
        display: none;
    }
    body.active-search {
        overflow: hidden;
    }
    body.active-search::before {
        background: rgba(0,0,0,0.7) none repeat scroll 0 0;
        content: "";
        width: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
    }
    body.active-search .wbSearch {
        opacity: 1;
    transform: translateY(0);
    }
    .wbSearch{
     z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(18,18,18,.9);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px;
    }
    .wbSearch .close-nav {
        color: #fff;
        padding:10px 0 10px 15px;
        display: inline-block;
    }
  .wbSearch #search_block_top{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    }
      body.active-search .wbSearch #search_block_top{      	
    animation: fadeInDown 0.3s 0.2s ease-out both;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
      }
/* search over */

/* category feature */
.wrapper-top{
	margin: 0 100px;
}
@media (min-width: 768px){
.wberCategoryFeature{
    padding-right: 0;
}
.homeslider-container{
    padding-left: 0;
}
}
#owl-catfeature .item img {
    width: auto;
    margin: 0 auto;
}
.wb_category_feature{
	    background: #efeff0;
    padding: 77px 15px;
}
.cat-heading {
    font-size: 18px;
    font-family: Poppins-Medium;
    text-transform: uppercase;
    color: #4f4f4f;
    margin-bottom: 54px;
}
.categoryName a{
	font-size: 13px;
	color: #4f4f4f;
	text-transform: uppercase;
	margin-top: 20px;
	font-family: Poppins-Medium;
	display: inline-block;
}
#owl-catfeature .owl-item ul {
    border-right: 1px solid #e0e0e0;
    margin: -1px;
}
#owl-catfeature .owl-item .item {
    padding: 40px;
    border-bottom: 1px solid #e0e0e0;
}
#owl-catfeature .owl-item .item:hover .categoryName a{
    color: #fec22b
}
#owl-catfeature .owl-item ul li .item:last-child,#owl-catfeature .owl-item:last-child ul{
	border: none;
}

/* center banner */
.center-b{
    margin: 15px -15px 0;
}
.beffect:nth-child(2){
    padding: 0;
}
.beffect img{
    min-height: 440px;
}
.beffect .sub-banner{
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.beffect:hover a::before,.beffect:hover a::after {
    height: 100%;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}
.beffect a::before {
    background: rgba(191,176,155,.53);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 0;
    width: 0;
}
.beffect a::after {
    background: rgba(191,176,155,.53);
    content: "";
    height: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 0;
    width: 0;
}
/* tab design */
.fea-best-tabs{
    margin: 50px 0;
}
.home-heading{
        font-size: 22px;
    text-transform: uppercase;
    font-family: Poppins-Medium;
    margin-bottom: 25px;
}
.pro-tab{
    margin-bottom: 25px;
}
.pro-tab .nav-tabs li:nth-child(2){
    margin: 0 10px;
}
.pro-tab .nav-tabs .nav-item .nav-link{
    padding: 10px 15px 6px;
    border: 1px solid #e0e0e0;
    transition: all .3s ease;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
}
.pro-tab .nav-tabs .nav-item .nav-link.active,.pro-tab .nav-tabs .nav-item .nav-link:hover{
    color: #fff;
    background: #000;
}
.wb-image-block .compare,.sale{
    position: absolute;
    top: 15px;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Poppins-Medium;
}
.sale{
    left: 15px;
}
.wb-image-block .compare{
    right: 15px;
    opacity: 0;
    transition: all .3s ease-in;
}
#tab-content .owl-carousel.owl-drag .owl-item{
    margin-right: 25px;
}
.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 ;
}.thumbnail-container:hover .second-img ,.thumbnail-container:hover .compare{
    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;
}
.thumbnail-container{
    position: relative;
    transition: 0.3s ease;
}
.listds{
    display: none;
}
.product-title{
    padding-top: 10px;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.3s ease;
    text-overflow: ellipsis;
    font-size: 14px;
    color:#6d6c6c;
    padding-left: 10px;
   padding-right: 10px;
}
.product-title a{
    color:#6d6c6c;
    text-transform: capitalize;
}
.price{
        font-family: 'Poppins-Medium';
    font-size: 16px;
    color: #000;
}
.regular-price {
    text-decoration: line-through;
    color: #b7b7b7;
    font-size: 13px;
}
.product-price-and-shipping{
    margin: 12px 0;
    min-height: 22px;
}
.product-price-and-shipping,.product-title{
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.wb-product-desc .star_content,.button-group{
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
}
.button-group{
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 12px;    
}
.button-group button,.button-group .add-cart,.button-group .wishlist {
    cursor: pointer;
    border: none;
    transition: all .3s ease-in-out;
    min-height: 38px;
    display: inline-block;
    vertical-align: middle;
}
.button-group button svg,.button-group .wish svg{
    fill: #fff;
}
.button-group button:hover svg,.button-group button:focus svg,
.button-group .wish:hover svg,.button-group .wish:focus svg{
    fill: #fec22b;
}
.cartb:hover{
    background: #000;
    color: #fff;
}
.button-group .wish, .button-group .quick {
    background-color: #000;
    min-width: 38px;
    padding: 8px;
    min-height: 38px;
}
.js-product-miniature .compare-button-content span {
    display: none;
}
.product-additional-info .compare-button-content.pcom svg, .quickview .compare-button-content.pcom svg {
  display: none;
}
.product-additional-info .compare-button-content.pcom .btn-primary, .quickview .compare-button-content.pcom .btn-primary {
  display: block;
  border: 0;
  padding: 11px 20px;
  text-transform: uppercase;
  line-height: 14px;
}
.product-additional-info .compare, .quickview .compare {
  position: relative;
  float: left;
  margin-right: 5px;
}
.cartb {
    border: none;
    padding: 8px 8px 4px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-transform: uppercase;
    font-size: 13px;
    background: #fec22b;
    color: #000;
    font-family: Poppins-Medium;
    letter-spacing: 0;
}
.thumbnail-container:hover .wb-product-desc .star_content,.thumbnail-container:hover .button-group{
    opacity: 1;
    transform: scale(1);
}
.thumbnail-container:hover .product-title,.thumbnail-container:hover .product-price-and-shipping{
    opacity: 0;
    transform: scale(0);
}
 /* slide btn */
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fec22b;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fec22b;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"]{
    color: #fff;
    font-size: 22px;
    margin: 0;
    background:#000;
    display: inline-block;
    cursor: pointer;
    min-width: 35px;
    min-height: 35px;
    border-radius: 0;
    text-align: center;
    padding: 8px 0;
    transition: 0.3s ease;
    margin: 5px;
}
.homeslider-container .owl-theme .owl-nav [class*="owl-"]{
     position: absolute;
    opacity: 0;
     top: 48%;
}
#testi.owl-theme .owl-nav [class*="owl-"]{
     position: absolute;
    top: 42%;
    opacity: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
background-color: #fec22b;  
}
.homeslider-container .owl-theme .owl-nav .owl-next,#testi.owl-theme .owl-nav .owl-next {
    right: 15px;
}.homeslider-container .owl-theme .owl-nav .owl-prev,#testi.owl-theme .owl-nav .owl-prev {
    left: 15px;
}
.homeslider-container  .owl-theme:hover .owl-nav [class*="owl-"],#testi.owl-theme:hover .owl-nav [class*="owl-"]{
opacity: 1;
}
/* services */
.ser-banner{
    position: relative;
}
.ser-img{
background: url(../../assets/img/ser1.png) center no-repeat;
    width: 87px;
    height: 61px;
    margin: 0 auto;
}
.banner-desc{
   background: rgba(0,0,0,.8);
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 78px 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out ;
}
.banner-desc h4{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin:18px auto 10px;
}
.banner-desc p{
    margin-bottom: 0;
    color: rgba(255,255,255,.4);
    letter-spacing: 1px;
}
.ser-banner:hover .banner-desc{
     opacity: 1;
    transform: scale(1);
}
/* testimonial */
#testi .item {
   display: inline-block;
    position: relative;
    max-width: 850px;
    padding: 0 20px;
}
.testim {
    background: #f8f8f8;
    margin: 50px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.timg {
    border-radius: 50%;
    background: url(../../assets/img/testi1.png) center no-repeat;
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
    margin: 0 auto 15px;
    border: 6px solid #c6c6c6;
}
.quote {
    background: url(../../assets/img/quote.png) center no-repeat;
    width: 44px;
    height: 44px;
    margin: 0 auto 10px auto;
}
.content_test p {
    font-size: 12px;
    text-transform: capitalize;
    color: #95989d;
    font-family: 'Poppins-Medium';
    line-height: 30px;
    margin-bottom: 5px;
}
#testi h3 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    margin-bottom: 8px;
}
#testi span {
    color: #95989d;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    text-transform: capitalize;
}
/* blog */
#tab-content .owl-stage-outer{
    margin-bottom: 10px;
}
#blog .owl-stage-outer{
    margin: 30px auto;
}
.balldate{
    display: inline-block;
    margin-top: 5px;
}
.bdate {
    font-size: 25px;
    font-family: 'Poppins-Medium';
}
.bsp{
    color: #cecece;
    margin: 0 5px;
}
.bmonth {
    font-family: 'Poppins-Medium';
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}
.blog_mask .icon {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #000;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 5px 0;
    margin: 0 5px;
}
.post_thumbnail{
    position: relative
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    1 z-index: 1;
    -webkit-transform: scale(0.9,0.9);
}
.blog_mask .icon:hover {
    background-color: #000;
    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;
}
.bhr{
    border: .5px solid #cccccc;
    width: 45px;
    margin: 15px 0 12px;
}
.post_title{
    font-family: 'Poppins-Medium';
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
}
.post_content p{
    color: #929292;
    line-height: 22px;
    font-size: 13px;
    margin: 0px 0 20px;
}
.read_more {
    font-family: Poppins-Medium;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
    display: inline-block;
}
.read_more:hover{
    color: #fec22b;
    border-bottom: 1px solid #fec22b;
}
.allbl .blogc span,.allbl .blogc a{
    color: #a9a9a9;
    font-size: 12px;
}
.allbl .blog_post_content{
    margin-bottom: 15px;
}
.blogdl{
    color: #aaa;
    font-size: 12px;
    font-family: 'Poppins-Medium';
    padding: 5px 0;
}
.blogdl sup{
        top: 0;
    font-size: 12px;
    margin: 0 5px;
}
#module-wbblog-single .allbl{
    padding: 15px 0;
    border: none;
}
.allbl .meta_author{
    color: #000;
}
.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;
}
.archb .post_thumbnail{
    position: relative;
}
.archb .post_thumbnail .material-icons{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.archb{
    margin-bottom: 20px;
}
#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 .allbl{
    background-color: #fff
}
#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: #000;
}
.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 #e0e0e0;
    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 #e0e0e0;
}
.comment_content{
    padding: 10px 15px;
}
.fn{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 7px;
    font-family: Poppins-Medium;
}
.vcard img{
    height: 61px;
    width: 61px;
}
.comment_content i{
    font-size: 18px;
    margin-right: 15px;
    line-height: 30px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
/* footer */
.logos{
        padding: 40px 0;
    border-top: 1px solid #e0e0e0;
    margin:50px auto 20px;
}
.news-bg{
    background: url(../../assets/img/news-bg.png) center no-repeat;
    padding: 60px 0;
}
.block_newsletter{
        display: block;
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
}
.block_newsletter h1 {
    font-size: 20px;
    font-family: Poppins-SemiBold;
    margin: 20px 0 5px;
}
#footer{
    margin-top: 50px;
}
.footer-container{
    background: #000;
    padding:60px 0 40px;
}
.footer-down{
    background: #fec22b;
    padding: 10px 0 8px;
}
.footer-down a{
    color: #000;
}
.links h3, .links h3 a, .c-info, .pay-connect h3 {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.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: rgba(255,255,255,.5);
    padding: 0;
    word-break: break-all;
    width: 100%;
}
.footer-container li a:hover, .fthr .block:hover, .fthr .data.email:hover, #footer .lnk_wishlist:hover{
    color: #fff;
}
.footer-static-content {
    color: rgba(255,255,255,.5);
    margin: 20px 0;
    font-size: 12px;
    line-height: 25px;
}
.pay {
    margin: 20px 0;
}
.payment {
    margin-top: 10px;
}
.payment li {
    display: inline-block;
    border-bottom: none !important;
    padding: 0 !important;
}
.pay-connect .payment a i{
    font-size: 18px;
}
#footer_contact .icon i {
    float: left;
    color:#fff;
    margin-top: 5px;
    font-size: 16px;
    margin-right: 12px;
}
#footer_contact .data {
    padding-left: 25px;
}
/* product page */
.js-thumb,#zoom{
    cursor: pointer;
}
.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 #e0e0e0;
    padding-bottom: 16px;
}
.prodes p,.product-variants .product-variants-item{
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-actions{
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid #e0e0e0;
}
.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: #000;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
}
.retesp {
    margin: 0 5px;
}
.prelated {
    margin: 40px 0 0;
}
.arltr .wb-list-product-reviews, #ratep, .retesp {
    display: inline-block;
    margin-top: 0;
}
.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;
    margin-bottom: 5px;
    font-size: 12px;
}
#idWishlist{
    border: 1px solid #e0e0e0;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0rem center/1.25rem 1.25rem;
    padding: 5px 15px 5px 5px;
    border-radius: 4px;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}
.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;
    color: #000;
}
.product-tab{
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #e7e7e7;
    padding: 12px 0;
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.social-sharing li{
    display: inline-block;
    border: 1px solid #e7e7e7;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 6px 0;
}
.product-tab .nav-item {
    margin: 0 10px;
}
.product-tab .nav-tabs .nav-item a::before{
    bottom: -14px;
}
.data-sheet li{
    display: inline-block;
    margin-bottom: 15px;
}
.product-features .h6{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Poppins-Medium';
}
.data-sheet .name{
    color: #aaa;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    width: 125px;
}
/* category page */
.quickview .product-add-to-cart{
    padding-top: 15px;
}
#category-description{
    padding: 10px 0;
}
.facet-title{
    color: #fec22b;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Poppins-Medium';
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #000;
    -webkit-margin-before: -20px;
    background: #f6f6f6;
    padding: 2px 0;
    text-align: center;
    min-width: 23px;
    min-height: 23px;
}
#_desktop_search_filters_clear_all {
    margin-top: 15px;
}
.wb-grid-list{
    margin-top: 5px;
}
.products-sort-order, .lgrid {
    padding: 0;
}
.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: 6px 5px 1px 5px;
    background-color: #000;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    font-size: 12px;
    letter-spacing: 0
}
.products-sort-order .dropdown-menu {
    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: #000
}
.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: #000;
    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;
}
.wb-product-list .product-miniature:hover .thumbnail-container{
    box-shadow: none
}
.listds p{
    font-size: 14px;
    margin: 5px 0;
    color: #aaa;
    line-height: 22px;
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
}
/* category img */
#cat_tab .nav-item{
    display: block;
}
.subcategory-heading {
    color: #000;
    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 #000;
    padding-bottom: 5px;
    display: inline-block;
}
#subcategories h5{
    font-size: 14px;
    text-transform: uppercase;
    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::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 #000;
    border-right: 2px solid #000;
    -webkit-transform-origin: 100% 0%;
}
#subcategories li .cati::before {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform-origin: 0 100%;
}
/* pagination */
.pagination {
    text-align: center;
    background: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    border: 1px solid #eee;
}
.pagination i{
    font-size: 20px;
    margin-top: -2px;
}
.pagination .page-list li a {
    display: inline-block;
    background: #000;
    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: #fec22b;
    color: #000;
}
.pagination .text-xs-left{
    line-height: 34px;
}
/* grid list */
.wb-product-list .wb-image-block .compare{
    opacity: 1;
}
.wb-product-list .wb-image-block {
    padding: 0;
}
.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
}
.wb-product-list .wb-product-desc {
    padding: 10px;
}
.wb-product-list .wb-product-desc .star_content,.wb-product-list .button-group,.wb-product-list .product-price-and-shipping,.wb-product-list .product-title{
        opacity: 1 !important;
    transform: scale(1) !important;
}
.wb-product-list .button-group {
    position: unset;
}
.wb-product-list .product-title{
    color: #000;
    padding-top: 0;
    margin: 12px 0;
}
.wb-product-list .product-title a {
    color: #000;
    font-size: 16px;
    font-family: Poppins-Medium;
}
/* other pages */
#cms .page-cms h2, #cms .page-cms h3 {
    font-size: 15px;
    margin-bottom: 10px;
}
#form_wishlist #submitWishlist{
    margin-top: -5px;
}
#module-blockwishlist-mywishlist .page-content .wishlist_default p {
    margin-bottom: 0;
}
.sitemap a{
    text-transform: capitalize;
}
.quickview .wbproductcountdown{
    display: none;
}
.product-line-grid-body{
    line-height: 25px;
}
#index .page-footer{
    margin-top: 0
}
.page-footer{
    margin-top: 15px;
}
/* responsive */
@media (min-width: 1800px) and (max-width: 1920px){
    .wberCategoryFeature,.homeslider-container .owl-carousel .owl-item img{
        max-height: 677px;
    }
    #owl-catfeature .owl-item .item{
        padding: 32px;
    }
}
@media (min-width: 1410px) and (max-width: 1799px){
    .wberCategoryFeature,.homeslider-container .owl-carousel .owl-item img{
        max-height: 513px;
    }
    .wb_category_feature{
        padding: 31px 15px;
    }
    .cat-heading{
        margin-bottom: 25px;
    }
    #owl-catfeature .owl-item .item {
    padding: 25px;
    }
    .beffect img {
    min-height: 308px;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .wberCategoryFeature,.homeslider-container .owl-carousel .owl-item img{
        max-height: 488px;
    }
    .wb_category_feature{
        padding: 47.5px 15px;
    }
    .cat-heading{
        margin-bottom: 25px;
    }
    #owl-catfeature .owl-item .item {
    padding: 15px;
    }
    .wrapper-top {
    margin: 0 25px;
    }
    .beffect img {
    min-height: 295px;
    }
    .top-menu a[data-depth="0"] {
    padding: 10px 8px;
    text-transform: capitalize;
    }
    .banner-desc{
        padding: 50px 0;
    }
}
@media (min-width: 1200px){
    #search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product {
    width: 20%;
}
#search .wb-product-list .item-product, #manufacturer .wb-product-list .item-product {
    width: 50%;
}
#search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
width: 35%;
}
#search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
    width: 65%;
}
}
@media (min-width: 992px) and (max-width: 1199px){
    .top-menu a[data-depth="0"]{
        padding: 10px 5px;
        text-transform: capitalize;
        font-size: 12px;
    }
    .wberCategoryFeature,.homeslider-container .owl-carousel .owl-item img{
        max-height: 400px;
    }
    .wb_category_feature{
        padding: 20px 15px;
    }
    .cat-heading{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .categoryName a{
        font-size: 12px;
        text-transform: capitalize;
    }
    #owl-catfeature .owl-item .item {
    padding: 12px;
    }
    .wrapper-top {
    margin: 0 25px;
    }
    .beffect img {
    min-height: 243px;
    }
    .cartb{
       font-size: 12px;
        padding: 5px 5px 4px;
        text-transform: capitalize;
    }
}
@media (min-width: 992px){
    #footer .wrapper::before {
    content: '';
    border-left: 1px solid #2e2e2e;
    position: absolute;
    height: 220px;
    top: 0px;
    left: -15px;
   }
}
@media (max-width: 1409px){
    .wb-product-grid .cartb{
       font-size: 12px;
        padding: 5px 5px 4px;
        text-transform: capitalize;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
.bhr{
    margin: 10px 0 5px;
}
.post_content p{
    font-size: 12px;
    margin: 0px 0 10px;
}
}
@media (min-width: 768px) {
    .sticky {
    position: sticky;
    top: 15px;
   }
}
@media (min-width: 768px) and (max-width: 991px){
    .block_newsletter{
        max-width: 590px;
    }
    .banner-desc{
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 20px 0;
    }
    .beffect img {
    min-height: 247px;
    }
    .wberCategoryFeature,.homeslider-container .owl-carousel .owl-item img{
        max-height: 355px;
    }
    .wb_category_feature{
        padding: 15px 15px 0;
    }
     .cat-heading{
        font-size: 14px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px){
    .categoryName a{
        font-size: 12px;
        margin-top: 10px;
    }
    #owl-catfeature .owl-item .item{
        padding: 14px;
    }
    .thumbnail-container{
        margin-bottom: 15px;
    }
    .wb-product-desc .star_content, .button-group,.product-price-and-shipping, .product-title{
        opacity: 1 !important;
        transform: scale(1) !important;
    }
     .button-group{
        position: unset;
     }
     .wb-image-block .compare{
        opacity: 1;
     }
     .button-group button, .button-group .add-cart, .button-group .wishlist, .button-group .wish, .button-group .quick{
        min-width: 32px;
        min-height: 32px;
        padding: 0;
     }
     .button-group svg{
        position: relative;
     }
     .button-group .wishlist svg{
       top: 5px;
     }
      .button-group .add-cart svg{
        top: 0px;
      }
     .cartb{
        background: #000;
     }
     .button-group svg{
        fill: #fff;
     }
     .pay-connect{
        display: none;
     }
     .wrapper-top {
    margin: 0 15px;
    }
    /* sidenav */
.close-nav span{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
}
body.active {
    overflow: hidden;
}
body.active::before {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    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;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidenav .close-nav {
    background-color: #000;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
.close-nav i{
    font-size: 16px;
    color: #fff;
}
.mobile .navbar-toggle{
   background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
    padding: 0;
}
#_mobile_user_info {
    margin: 0 20px;
}
.header-top {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
#index .header-top {
    margin-bottom: 15px;
}
.breadcrumb{
        margin: 15px 15px 25px;
}
.mobile button:hover svg{
    fill: #fec22b !important;
}
   .arltr a {
    font-size: 12px;
    }
    .propage .open-comment-form::after {
    padding: 0 8px;
    }
    .label, label {
    font-size: 12px;
   }
   .facet-label{
    font-size: 11px;
   }
}
@media (min-width: 576px){
    .wb-product-list .product-title{
    padding-left: 0;
    padding-right: 0;
   }
   .wb-product-list .wb-product-desc {
    text-align: left;
   }
}
@media (min-width: 320px) and (max-width: 575px){
    .wb-product-grid .item-product,.wb-product-list .item-product{
        width: 50%;
    }
    .listds p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }
    .product-title a,.wb-product-list .product-title a{
        font-size: 13px;
    }
    .wb-product-list .product-title,.wb-product-list .product-price-and-shipping{
        margin: 5px 0;
    }
    .price{      
        font-size: 13px;
    }
    .sale{
        font-size: 12px;
    }
    .js-product-miniature .regular-price{
        display: none;
    }
    .product-price-and-shipping{
        margin: 5px 0;
    }
    .js-product-miniature .product-title {
    padding-top: 5px;
     }
}
@media (min-width: 576px) and (max-width: 991px){
    .mobile svg{
        height: 24px;
        width: 24px;
    }
    #_mobile_search,#_mobile_user_info,#_mobile_cart{
    margin-top: 8px;
    } 
    .wbSearch{
    padding: 30px;
   }  
}
@media (min-width: 576px) and (max-width: 767px){
    .beffect img {
    min-height: 192px;
    }
    .banner-desc{
        padding: 40px 0;
    }
    .product-line-grid-right .qty {
    padding: 0;
   }
}
@media (max-width: 767px){
     .wb_category_feature{
        padding: 15px;
    }
    .cat-heading {
    font-size: 16px;
    margin-bottom: 20px;
   }
   .wberCategoryFeature,.fea-best-tabs,.testim {
    margin: 40px 0;
   }
   .logos{
    margin: 40px auto 10px;
   }
   .center-b{
    margin: 0 -15px;
   }
   .blog_post_content_bottom{
    margin-top: 15px;
   }
   .footer-container{
    padding: 30px 0 40px;
   }
   #footer {
    margin-top: 40px;
   }
   .propage h1 {
    margin: 20px 0 8px;
    font-size: 16px;
    line-height: 23px;
   }
   .form-control-label {
    padding-top: 0;
   }
}
@media (max-width: 575px){
    .beffect:nth-child(2),.homeslider-container .owl-theme .owl-nav .owl-prev, #testi.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav [class*="owl-"]{
        display: none;
    }
    .beffect img {
    min-height: auto;
    }
    .home-heading {
    font-size: 16px;
    margin-bottom: 15px;
    }
    .pro-tab{
        margin-bottom: 15px;
    }
    .pro-tab .nav-tabs .nav-item .nav-link{
        padding: 6px 5px 6px;
        font-size: 11px;
    }
    .pro-tab .nav-tabs li:nth-child(2) {
    margin: 0 2px;
   }
   #testi .item{
    padding: 0;
   }
   .news-bg{
    padding: 30px 0;
   }
   .block_newsletter h1 {
    font-size: 16px;
    }
     .mobile svg{
        height: 20px;
        width: 20px;
    }
    #_mobile_search, #_mobile_user_info, #_mobile_cart {
    margin-top: 10px;
    position: relative;
    }
    .logo {
    max-width: 110px;
    }
    .prodes p, .product-variants .product-variants-item, .product-customization, .propage .control-label, .product-tab p,p,.listds p {
    font-size: 11px;
   }
   .btn-primary, .btn-secondary, .btn-tertiary, .btn-info{
    font-size: 12px;
    letter-spacing: 1px;
   }
   .product-tab .nav-item .nav-link {
    font-size: 11px;
    }
    .product-tab .nav-item {
    margin: 0 3px;
     }
     .title_block {
    font-size: 13px;
    }
    .rname {
    font-size: 12px;
    }
    .card-title {
    font-size: 15px;
    text-transform: capitalize;
   }
   .sro {
    margin-top: 10px;
   }
   .pagination .text-xs-left, .pagination .text-xs-right {
    text-align: center;
    width: 100%;
   }
   .quickview #webizoom {
    display: none;
   }
   .content_test p{
    line-height: 25px;
   }
   .product-quantity #quantity_wanted{
    width: 1.5rem;
   }
   .wbSearch {
    padding: 30px 15px;
    }
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.products-grid .product-miniature {
  flex: 1 1 calc(25% - 20px); /* 4 produkty w rzędzie */
  max-width: calc(25% - 20px);
  box-sizing: border-box;
}

/* Tablet */
@media (max-width: 991px) {
  .products-grid .product-miniature {
    flex: 1 1 calc(50% - 20px); /* 2 produkty w rzędzie */
    max-width: calc(50% - 20px);
  }
}

/* Telefon */
@media (max-width: 576px) {
  .products-grid .product-miniature {
    flex: 1 1 100%; /* 1 produkt w rzędzie */
    max-width: 100%;
  }
}

/* Link "All new products" */
.all-new-products-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  color: #fec22b;
  text-decoration: none;
}
.all-new-products-link:hover {
  text-decoration: underline;
}
#owl-new .owl-item {
    display: flex !important;
    justify-content: center;
}

#owl-new .product-miniature {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

#owl-new .wb-product-desc {
    flex-grow: 1;
}