/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
body {
    font-family: Plus Jakarta Sans !important;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.5px;
    background: #fff;
}
main{
    font-size: 0.875rem;
    background-color: #fff;
}
.lb-nav a{
    transition: none !important
}
a{
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}
ul{
    margin-bottom: 0;
}
[disabled]{
    cursor: no-drop !important;
}
a:hover,a:focus,button:focus{
    color: #88b121;
    text-decoration: none;
    outline: none;
}
.owl-carousel{
     z-index: 0;
}
:focus{
    outline: none;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
@media (min-width:1440px){
    img.logo.img-responsive {
        max-width: 56%;
    }
}
#wrapper{
    min-height: 350px;
}
.fancybox-skin{
    background-color: #fff;
}
svg{
    vertical-align: middle;
    transition: 0.3s ease
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.spwish{
    margin: 0 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 4px;
}
.ui-front li a span{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    color: #222;
    cursor: pointer;
}
.ui-state-focus, .ui-widget-content .ui-state-focus{
    border: none;
    background: transparent;
    background-image: none;
}
.ui-widget-content{
    border: 1px solid #eee !important;
}
.ui-front li:hover span, .ui-front li:focus span{
    color: #88b121;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
    margin: 0;
}
#product_comparison .product-image-block img{
    max-width: 250px;
}
textarea.form-control{
    height: auto;
}
#index #content-wrapper{
    padding: 0
}
/*loader start */

.s-panel{
    position: relative;
}
#bar{
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #88b121;
    border-radius: 4px;
}
#progressBar{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
/* add to cart modal */
.cart-content-btn .btn-primary{
    width: 100%;
}
#blockcart-modal .cart-content .cart-content-btn {
    display: flex;
}
#blockcart-modal .cart-content p span{
    color: #333;
    font-weight: 600;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 0 0 10px 10px;
}
.mhr{
    margin: 0;
    padding: 12px 0;
}
#blockcart-modal .close{
    padding: 15px;
}
.modprice .regular-price{
    font-size: 12px;
}
.modprice .product-price-and-shipping{
    margin-bottom: 0
}
.modprice{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}
#blockcart-modal .cart-products-count{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}
#blockcart-modal .modal-title{
    padding: 15px 15px;font-weight: 600;
}
#blockcart-modal .modal-body{
    padding: 0;
    font-size: 14px;
}
.wb-modal .modal-content{
    margin: 0;
}
#blockcart-modal .modal-content{
    border-radius: 10px 10px 0 0
}

/* cart modal over */
/* cart dropdown */
#blockcart-modal .product-image{
    border: 1px solid #eee;
    border-radius: 10px;
}
.head-cart-drop {
    width: 300px;padding: 0;margin: 0;
    box-shadow: 0 0px 5px rgba(0,0,0,0.175);
    border: none;
    margin-top: 5px;
    border-radius: 10px;
}
.cart-drop-table {
    max-height: 300px;
    overflow: auto;
}
.cart-det{
    padding: 10px;
}
.cart-det .no-items{
    margin: 0;
    color: #222;
}
.cart-img img{
    max-width: 70px;
/*     border: 1px solid #eee; */
    border-radius: 4px;
}
.cart-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    margin-bottom: 5px;
}
.cart-drop-table li{
    vertical-align: top;
}
.cartclose{
    position: absolute;
    right: 0;
    top: 0;
}
.cart-down{
    position: relative;
    margin-bottom: 10px;
}
.qtyp li{
    display: block;
}
.qtyp li span{
    display: inline-block
}
.qtyp{
    width: 68%;
    margin: 0 3px;
}
.cdroptable{
    width: 100%;
}
.cdroptable td{
    border: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 5px 3px;
}
.cart-det .btn-primary{
    margin-top: 10px;
}
/* cart dropdown over */

/* search */
.dblock{
    display: block;
}
.dnone{
    display: none;
}
body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
}
.wbSearch{
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px;
}
.wbSearch .close-nav {
    display: inline-block;
    padding-left: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.wbSearch .close-nav i{
    font-size: 14px;
    color: #000;
}
.wbSearch #search_block_top{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
#searchbox.input-group{
    width: auto;
}
body.active-search .wbSearch #search_block_top{         
    animation: fadeInDown 0.3s 0.2s ease-out both;
}
body.active-search{
    height: unset;
    position: relative;
}
body.active-search::before{
    content: '';
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}
#search_toggle{
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    padding: 0;
    margin: 0;
}
.active-search .header-top {
    z-index: unset;
}
/* search over */

/* topbar */
.headertbnr {
    background-color: #88b121;
    padding: 8px 0 50px 0;
}
.wbhomehead {
    margin: 0 200px;
    border-radius: 50px;
    padding: 17px 30px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
}
#index .wbhomehead{
	box-shadow: none;
}
.headertbnr p {
    color: #fff;
    margin-bottom: 0;
}
.product_img_link img{
    border-radius: 10px;
}
.headcontact{
    display: inline-block;
    vertical-align: middle;
    color: #fff
}
.headcontact svg{
    fill: #fff;
}
.cartdropd li{
    position: relative
}
.user-info h4,.cartdropd h4{
    font-size: 14px;
    text-transform: capitalize;
    color: #282828;
    font-weight: 600;
}
.svgbg{
    display: inline-block;
    vertical-align: middle;
}
.possvg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
}
#mywishlist td.wishlist_delete a{
    border-radius: 4px;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu{
    display: none;
}
.wb-cart-item-info .discount-percentage{font-size: 11px;}
.fixed {
    position: fixed !important;
    z-index: 9 !important;
    top: 0 !important;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0 !important;
    right: 0 !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0 !important;
    background: #fff;
}
.user-down {
    width: 13.4rem;
    line-height: 28px;
    padding: 10px 12px;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.175);
    border: none;
    font-weight: 600;
    min-width: unset;
}
.user-down .dropdown-menu {
    position: unset;
    float: none;
    width: unset;
    box-shadow: unset;
    border: 1px solid #eee;
    margin-top: 2px;
}
.language-selector button, .currency-selector button {
    padding: 0px 10px;
}
.language-selector button i, .currency-selector button i {
    margin-top: 7px;
}
.user-down i{
    width: 17px;
}
.content_price.product-price-and-shipping{
    margin-top: 0;
}
#_desktop_user_info,#_desktop_cart{
    position: relative;cursor: pointer;
}
#_desktop_user_info{
    margin: 0 30px;
}
.search-toggle svg,.blockcart svg{
    cursor: pointer;
}
.wishtlist_top:hover svg,.hcom:hover svg,.user-info:hover svg,#search_toggle:hover svg,.blockcart:hover svg{
    fill: #88b121;
}
.cartdropd {
    color: #88b121;
}
.hcart span{
    display: inline-block;
    vertical-align: middle;
}
#_desktop_logo a{
    display: inline-block;vertical-align: middle;
}
#search_widget{
    padding: 0
}
.tright{
    margin-top: 10px;
}
.cartdropd{
    padding: 5px 10px;
}
/* search over */
/* custom menu */

/* menu */
.wb-menu-vertical .view_more{
    position: relative;
}
#_desktop_top_menu {
    position: relative;
    padding: 0
}
.view_more a {
    text-transform: uppercase;
    cursor: pointer;
    color: #88b121;
}
/* slide btn */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slidecap{
    position: absolute;
    top: 28%;
    margin: 0 130px;
    width: 700px;
    overflow: hidden;
}
.slidecap h2{
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    transform: translateX(300px);
    opacity: 0;
    transition: opacity 0.3s 0.8s,-webkit-transform 0.5s 0.8s;
}
.slidecap p{
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
    transform: translateX(-300px);
    opacity: 0;
    transition: opacity 0.5s 1s,-webkit-transform 0.5s 1s;
    color: #777
}
.slidecap .slidehref{
    opacity: 1;
    transition: opacity 0.5s 1.2s,-webkit-transform 0.5s 1.2s;

}
.slidecap .btn-primary{
    margin-top: 40px;
    padding: 12px 28px;
    text-transform: uppercase;
}
.homeslider-container .slick-current.slick-active .slidecap h5,.homeslider-container .slick-current.slick-active .slidecap h2,.homeslider-container .slick-current.slick-active .slidecap p,
.homeslider-container .slick-current.slick-active .slidecap .slidehref{
    transform: none;
    opacity: 1
}
.homeslider-container .owl-theme  .owl-nav{
    position: unset;margin: 0
}
.s-panel .slick-dots li button::before, .s-panel .slick-dots li.slick-active button::before {
    background-color: #88b121;
    color: #88b121;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 3px solid #fff;
}
.s-panel .slick-dots{
    bottom: 15px;
}
.homeslider-container .owl-carousel.owl-theme .owl-nav button{
    position: absolute;
    background: #88b121;
    text-shadow: none;
    border-radius: 100%;
    min-width: 40px;
    min-height: 40px;
    opacity: 0;
    color: #fff;
    padding: 7px 0;
    margin: 0;
    text-align: center;
    border: none;
}
.homeslider-container .owl-carousel.owl-theme .owl-nav button:hover{
    background-color: #000;
    color: #fff;
}
.homeslider-container .owl-theme.owl-carousel .owl-nav button i {
    font-size: 24px;
    margin: 0;
}
.homeslider-container .owl-carousel.owl-theme:hover .owl-nav button{
    opacity: 1;
}
.homeslider-container .owl-nav .owl-prev,.homeslider-container .owl-nav .owl-next{
    top: 45%;transition: 0.3s ease;
}
.homeslider-container .owl-carousel:hover .owl-nav .owl-prev {
    left: 30px;
}
.homeslider-container .owl-carousel:hover .owl-nav .owl-next {
    right: 30px;
}
.homeslider-container .slick-prev,.homeslider-container .slick-next{
    top: 45%;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
    transition: 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 100%;
    font-size: 26px;
    text-transform: uppercase;
    min-width: 60px;
    min-height: 60px;
    color: #000;
    opacity: 0
}
.homeslider-container:hover .slick-prev,.homeslider-container:hover .slick-next{
    opacity: 1
}
.homeslider-container .slick-prev:hover,.homeslider-container .slick-next:hover{
    background: #88b121;
    color: #fff;
}
.homeslider-container .slick-prev {
    right: auto;
    left: 15px;
}
.homeslider-container .slick-next {
    right: 15px;
}



.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #88b121;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #88b121;opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    background: #555;
    border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots {
    text-align: center;
}
.homeslider-container .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.homeslider-container .owl-dot{
    display: inline-block
}
.owl-carousel.owl-theme .owl-nav button.disabled{
    cursor: no-drop;
}
.owl-carousel.owl-theme .owl-nav button{
    margin-top: 0px;
    padding: 6px 0 0 0;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
    transition: 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 100%;
    font-size: 26px;
    text-transform: uppercase;
    min-width: 50px;
    min-height: 50px;
    color: #7f7f7f;
    opacity: 1;
}
.owl-carousel.owl-theme .owl-nav button:hover{
    background-color: #88b121;
    color: #fff;
}
.owl-carousel.owl-theme .owl-nav button:hover svg{
    fill: #fff;
}
.owl-carousel.owl-theme:hover .owl-nav button{
    opacity: 1
}
.owl-carousel.owl-theme .owl-nav button svg{
    width: 18px;
    height: 17px;
}
.owl-carousel .owl-nav{
    margin: 0;
}
/* Category */
.cat-img{
    margin-top: 40px;
}
.wb_category_feature{
    overflow: hidden; 
}
.wbsubcimginner{ 
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    padding: 10px 0 0 10px;
    position: relative
}
.wbsubcimginner::before{
    content: '';
    background: #88b121;
    opacity: .1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.wbsubcimginner h3{
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
	letter-spacing: 0;
}
.wbsubcimginner ul li a{
    line-height: 26px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 29px;
}
.wbsubcimginner ul li a:hover{
    color: #88b121
}
.wbsubcimginner .content-cate,.wbsubcimginner .cat-img{
    padding: 0
}
/* banner */
.logos{
    border: 1px solid #eee;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
}
.beffect img{
    border-radius: 10px;
}
.imglatest{
    overflow: hidden
}
.imglt-3{
    margin-top: 30px;
}
/* home page qty */
.homeqtinner{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.thumbnail-container .quantity {
    display: inline-block;
    vertical-align: middle;
    float: none;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 4px 10px;
    height: 40px;
    color: #777;
    font-weight: 600;
    line-height: 32px;
}
.atc_div.bootstrap-touchspin{
    float: none;
    text-align: center;
}
.atc_div .form-control.atc_qty {
    color: #232323;
    background-color: #fff;
    height: 30px;
    width: 34px;
    text-align: center;
    padding: .25rem .2rem;
    -moz-appearance: textfield;
    appearance: textfield;
    float: none !important;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 2px;
}
.atc_div .quantity-nav {
    color: #777;
    width: auto;
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 17px;
    cursor: pointer;
    height: 17px;
    line-height: 0;
}
.atc_div .quantity-button {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: -1px;
    position: relative;
    height: 1.438rem;
    background-color: #fff;
    border: none;
    height: 1.125rem;
    border-radius: 5px;
    cursor: pointer;
}
.quantity-button i {
    font-size: 1rem;
    top: .125rem;
    left: .1875rem;
}
.quantity-button .touchspin-up::after {
    content: "\E5CE";
}
.quantity-button .touchspin-down::after {
    content: "\E5CF";
}


/*End  home page qty */
/* product */
.pro-tab ul li a{
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    background: #fff;
    padding: 3px 17px;
    letter-spacing: 0.8px;
    border: 2px dashed #fff;
}
.pro-tab ul li a.active,.pro-tab ul li a:hover{
    color: #000;
    border: 2px dashed #88b121;
}
.pro-tab ul li{
    position: relative;
    margin: 0 10px;
}
.reducep{
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    line-height: normal;
    font-size: 11px;
    border: none;
    background: #d71119;
    color: #fff;
    padding: 0 5px;
}

.sale{
    position: absolute;
    left: 65px;
    top: 10px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    line-height: normal;
    font-size: 11px;
    border: none;
    background: #f0a500;
    color: #fff;
    padding: 1px 10px 1px 10px;
}
.thumbnail-container .product-flags .new {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    line-height: normal;
    font-size: 11px;
    border: none;
    background: #ff0000;
    color: #fff;
    padding: 1px 10px 1px 10px;
    border-radius: 15px;
}
.thumbnail-container .second-img{
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.thumbnail-container:hover .second-img{
    opacity: 1;
}
.wb-image-block{
}
.wb-image-block img{
    border-radius: 4px;
}
.owl-carousel .owl-item img{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
/*Categoria en Listado de producto OCULTO cambiar none por block*/
.productmcat {
    color: #919191;
    text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 6px;
    display: none;
}
.thumbnail-container{
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
    transition: 0.3s ease;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
}
.product-tab-item .thumbnail-container{
    margin-bottom: 30px;
}
.product-tab-item .product-miniature:last-child .thumbnail-container{
    margin-bottom: 1px;
}
.product-title{
    font-size: 1.15em;
    text-transform: capitalize;
    transition: 0.3s ease;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Plus Jakarta Sans';
    padding: 0 0 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
}
.product-title:hover,.product-title:hover a{
    color: #88b121;
}
.thumbnail-container .product-price-and-shipping {
    min-height: 22px;
    transition: 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}
.thumbnail-container .wb-list-product-reviews{
    vertical-align: middle;
    float: right;
}
.thumbnail-container .wb-list-product-reviews .star_content i{
    font-size: 12px;
    color: #ffd741;
}
.thumbnail-container .wb-list-product-reviews .star_content{
    color: #919191
}
.wbpricereview{
    margin-bottom: 11px;
}
.wbhmfeature span{
    display: inline-block;
    vertical-align: middle;
    color: #919191;
}
.thumbnail-container .wb-product-desc{
    padding: 5px 15px 15px 15px;
}
.price{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;    
    color: #A22222;
}

.cartb{
    background: #fff;
    color: #000;
    height: 40px;
    padding: 5px 20px 6px 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    border: 0.5px solid #000000;
}
.cartb span{
    display: inline-block;
    vertical-align: middle;

}
.cartb:hover,.cartb:focus{
    background-color: #88b121;
    border: 2px solid #88b121;
    color: #fff;
}
.cartb svg{
    display: none;
}
.thumbnail-container .button-group{
    text-align: center;
    transition: 0.3s ease-in-out;
    opacity: 1;
    display: inline-block;
}
a.quick-view.quick {
    display: none !important;
}
.thumbnail-container:hover .button-group{
    opacity: 1
}
.thumbnail-container .button-group a,.thumbnail-container .button-group button{
    background-color: #fff;
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s ease;
    padding: 7px 0px;
    min-width: 40px;
    min-height: 40px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 2px;
    border: 2px solid #f1f1f1;
}
.thumbnail-container .button-group span{
    display: none;
}
.thumbnail-container .button-group .add-cart,.thumbnail-container .button-group .compare,.thumbnail-container .button-group .quick,.thumbnail-container .button-group .wish{
    vertical-align: middle;
    display: inline-block
}
.thumbnail-container .button-group a:hover,.thumbnail-container .button-group button:hover{
    background-color: #88b121;
    border: 2px solid #88b121;
    color: #fff
}
.thumbnail-container .button-group a:hover svg,.thumbnail-container .button-group button:hover svg{
    fill: #fff;
}
.thumbnail-container .wish{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 44%;
    background: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    min-width: 40px;
    min-height: 40px;
    transition: 0.3s ease;
    cursor: pointer;
    opacity: 0;
}
.thumbnail-container:hover .wish{
    opacity: 1;
}
.thumbnail-container .wish:hover{
    background: #88b121;
    border: 2px solid #88b121;
}
.thumbnail-container .wish:hover svg{
    fill: #fff;
}
/* 3 products */
.bottomprod .thumbnail-container .wb-image-block{
    padding: 0;
}
.bottomprod .homeqt span{
    display: none;
}
.bottomprod .thumbnail-container{
    margin-bottom: 30px;
}
.bottomprod .product-miniature:last-child .thumbnail-container{
    margin-bottom: 1px;
}
/* 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: 4px;
    overflow: hidden;
    height: 5px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    top: -8px;
}
.total-avg {
    width: 150px;
    vertical-align: baseline;
    background-color: #f5f5f5;
    border-radius: 4px;
    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: 4px;
}
.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: 10px;
}
.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 #88b121;
    padding-bottom: 8px;
    display: inline-block;
}
/* .avg-rate {
    display: inline-block;
    background-color: #219c00;
    color: #fff;
    border-radius: 4px;
    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;}
/* heading */
.pro-tab{
    margin-bottom: 30px;
}
.heading{
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.heading span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.heading strong {
    font-size: 16px;
    line-height: normal;    
    color: #555;
    float: right;
    margin-top: 4px;
}
.thumbnail-container .obar {
    width: 100%;
    height: 10px;
}
.obar {
    background-color: #f5f5f5;
    width: 100px;
    border-radius: 4px;
    overflow: hidden;
    height: 16px;
    position: relative;
    vertical-align: middle;
    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;
}
.pavilable .item-quantity{
    font-size: 12px;
}
/* service */
.deliveryinfo{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 60px;
}
.deliveryinfo li {
    display: block;
}
.deliveryinfo li h4{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 15px;
}
.deliveryinfo li p{
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 12px;
}
.deliveryinfo ul svg{
    width: 45px;
    height: 45px;
    position: relative;
}
.deliveryinfo ul:hover svg{
    fill: #88b121;
}
/* testimonial */
.imgbnrinner {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
	display: none;
}
.t1 {
    background-image: url('../img/testi1.png');
}
.t2 {
    background-image: url('../img/testi2.png');
}
.t3 {
    background-image: url('../img/testi3.png');
}
.t4 {
    background-image: url('../img/testi4.png');
}
.timg {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    border: 2px solid #88b121;
    margin-bottom: 10px;
    background-size: 70px;
}
.parallex .item ul{
    margin-bottom: 12px;
}
.parallex .item li{
    display: inline-block;
    vertical-align: middle
}
.parallex .item li:last-child{
    padding: 0 10px;
}
.parallex .item h2{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #88b121;
}
.parallex .heading {
    color: #fff;
}
.parallex .item h5{
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.parallex .item p {
    color: #777;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.parallex .item {
    box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.1);
    background: #fff;
    margin: 7px 0;
    border-radius: 10px;
    padding: 30px 15px;
}
.testicontent{
    position: relative;
}
.testicontent svg{
    fill: #88b121;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    bottom: 0;
}
.parallex .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
/* special */
.wbproductcountdown .label{
    display: none;
}
.wbproductcountdown .count{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-weight: 600;
}
.wbproductcountdown .time{
    display: inline-block;
    vertical-align: middle;
}
.spepro .wbproductcountdown{
    background: #88b121;
    color: #fff;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
}
.spepro .wbproductcountdown .time::after{
    content: ':';
    margin: 0 2px;
    font-size: 20px;
}
.spepro .wbproductcountdown .time:last-child::after{
 content: none;
}
.spepro .thumbnail-container .wish{
    opacity: 1;
    position: unset;
}
/* top rate */
#owl-rate .thumbnail-container .wb-list-product-reviews{
    float: none !important;
    margin-bottom: 10px;
}
#owl-rate .thumbnail-container{
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}
#owl-rate  .product-miniature:last-child .thumbnail-container{
    margin-bottom: 1px;
}
#owl-rate .thumbnail-container .wb-product-desc {
    padding: 0 10px;
}
#owl-rate .thumbnail-container .product-flags .new,#owl-rate .sale{
    display: none;
}
/* category tab */
.menu-tab{
    margin: 0;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.cate-bg .cattab li:last-child a.nav-link {
    border-bottom: none;
}
.cate-bg .cattab li a.nav-link {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 18.3px 20px;
    cursor: pointer;
    position: relative;
}
.cate-bg .cattab li a.nav-link.active {
    color: #88b121;
}
.cate-bg .cattab li a.nav-link.active::after{
    content: '';
    background: #88b121;
    opacity: .1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cate-bg .cattab li a.nav-link.active span{
    margin-left: 35px;
}
.cate-bg .cattab li a.nav-link.active::before{
    content: '';
    border-bottom: 1px solid #88b121;
    width: 8%;
    position: absolute;
    top: 28px;

}
.cate-bg .cattab li.view_cat a i {
    font-size: 11px;
    transform: rotate(45deg);
    vertical-align: middle;
}
.cate-bg .thumbnail-container .wish{
    top: 30%;
}
/* blog */
.wbblogs_success{
    background: #92d097;
    color: #157b39;
    padding: 5px 10px;
    display: block;
    margin-top: 8px;
}
.post_content p{
    color: #999;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
.blog_post_content_bottom .read_more i{
    transform: rotate(180deg);
    font-size: 14px;
    vertical-align: text-bottom;
}
.blogdt{
    top: 10px;
    left: 10px;
    border-radius: 10px;
    background: #88b121;
    min-width: 60px;
    min-height: 66px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 8px 0;
    z-index: 1
}
.blog_post_content_bottom .read_more{
    display: inline-block;
    margin-top: 15px;
}
#blog .blog_post_content_bottom{
    width: 54%;
    padding: 30px 15px 30px 0px;
    z-index: 1;
    position: relative;
}
#blog .blog_post_content_top{
    width: 46%;
}
#blog .blog_post_content{
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
#blog .blog-name{
    margin-top: 15px;
}
.post_title{
    font-size: 22px;
    text-transform: capitalize;
    line-height: 26px;
    padding: 0 0 15px 0;
    font-weight: 600;
    overflow: hidden;
}
.post_title:hover{
    color: #88b121;
}
.blogdt span{
    display: block;
}
.blogdt span hr{
    display: block;
    width: 45%;
    margin: 2px auto;
}
.blog_mask .icon {
    transform: translate(-50%, -50%);
    background: #88b121;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 6px 0;
    margin: 0 5px;
    border-radius: 10px;
    color: #fff;
}
.post_thumbnail{
    position: relative
}
.post_thumbnail:hover .blog_mask{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    border-radius: 10px;
    -webkit-transform: scale(0.94,0.9);
    transform: scale(0.94,0.9);
}
.blog_mask .icon:hover {
    background-color: #000;
    color: #fff;
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 10px;
}
.blog_mask_content{
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}
.wbblog_img{
    border-radius: 10px 0 0 10px;
}
.allbl{
    padding: 15px 0 0 0;
    border: none;
    position: unset;
    margin: 0;
}
.barr{
    padding: 0 15px;
}
.allbl .meta_author{
    color: #222;
}
.allbl .post_meta span{
    margin: 0 10px;
}
.allbl .content_more{
    margin-top: 10px;
}
.allbl .post_content {
    color: #555;
    line-height: 23px;
    font-size: 14px;
}
.allbl .post_content p{
    margin-bottom: 0;
    margin-top: 0;
    color: #999;
}
.allbl .content_more{
    padding: 0;
}
.allbl .post_title{
    margin-bottom: 0;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    line-height: normal;
    border: none;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.archb .post_thumbnail{
    position: relative;
}
.archb .post_thumbnail .material-icons{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.archb{
    margin-bottom: 30px;
}
#module-wbblog-single .post_title{
    height: auto;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
    min-height: auto;
    margin-bottom: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
    font-weight: 600;
    overflow: unset;
    text-overflow: unset;
    white-space: normal;
}
#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;
}
#module-wbblog-single .page-footer{
    margin-top: 0;
}
#module-wbblog-single .blog_post_content{
    padding: 0;
    margin-bottom: 20px;
    border-radius: 4px;
}
#blog_post .post_thumbnail img{
    border-radius: 10px;
}
.blogdl{
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
}
.post_d i{
    font-size: 14px;
    color: #aaa;
    margin-right: 10px;
}
.post_d a,.post_d span{
    color: #aaa;
    transition: 0.3s ease;
    display: inline-block;
}
.post_d a:hover{
    color: #000;
}
.post_d .fa-eye{
    margin-left: 10px;
}
.post_d{
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 13px;
}
.post_metas li{
    display: inline-block;
}
.comment_list li{
    border-bottom: 1px solid #eee;
    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;
}
/* footer static */
.footoff{
    position: relative;
   padding: 60px 0 120px 0;
}
.footoff::after{
    content: '';
    background: #88b121;
    opacity: .1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.footoff::before{
    content: '';
    background: url(../img/footer.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background-size: auto;
    background-position: center;
}
.footdec{
    position: relative;
    text-align: center;
    z-index: 1;
}
.footdec h3{
    font-size: 20px;
    color: #86887f;
}
.footdec h2{
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 600;
}
.footdec .btn-primary{
    padding: 11px 32px;
    font-size: 16px;
}
/* comment */
.commlist{
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #eee;
}
.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;
}
/* newsletter */
.block_newsletter .alert{
    margin-top: 5px;
    position: absolute;
	left: 0;
	right: 0;
	bottom: -48px;
	padding: 3px 10px;
	color: #000;
	border-radius: 4px;
}
.block_newsletter h5{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.block_newsletter h6{
    margin-bottom: 0;
    color: #777;
    margin-top: 10px;
}
.block_newsletter form .btn-primary{
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
}
.new_head .c-info{
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 7px;
    color: #fff
}
/* footer */
.foot-teg{
    border-top: 1px solid #e8e8e8;
}
.foot-app{
    margin-top: 30px;
}
.newsftr{
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.newsftr li a{
    color: #fff;
    position: relative;
    text-transform: capitalize;
}
.newsftr li a:hover{
    color: #88b121
}
.newsftr li a::after{
    content: '|';
    margin: 0 8px;
    color: #333
}
.newsftr li:last-child a::after{
    display: none
}
#scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: #88b121;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 10px 0;
    border-radius: 10px;
}
#scroll.scrollhide{
    bottom: -100px;
    opacity: 0;
    transform: scale(0); 
}
#scroll:hover{
    background-color: #000;
    color: #fff
}
.email{
    word-break: break-all;
}
#footer_contact .icon {
    margin-right: 15px;
}
.links h3, .links h3 a, .c-info{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff
}
#footer_contact p{
    color: #333
}
.footer-container li a, .fthr .block, .fthr .data a,#footer #block_myaccount_infos .lnk_wishlist{
    cursor: pointer;
    font-size: 15px;
    line-height: 33px;
    color: #fff;
    padding: 0;
    transition: 0.3s all ease-in-out
}
.footer-container li a:hover,.fthr .block:hover,.fthr .data a:hover,#footer #block_myaccount_infos .lnk_wishlist:hover{
    color: #88b121;
    opacity: 1;
}
.footer-container {
    padding: 150px 0 50px;
}
#footer_contact .icon svg{
    fill: #88b121
}
#footer .data {
    margin-left: 34px;
}
#footer #block_myaccount_infos .lnk_wishlist i{
    display: none
}
#footer #block_myaccount_infos .lnk_wishlist{
    float: none;padding: 0
}
#footer #footer_contact .icon svg {
    fill: #fff;
}
.block-social li,.foot-payment li,.footsmenu li{
    display: inline-block;vertical-align: middle
}
.foot-payment li a{
    font-size: 24px;
    color: #333;
}
.foot-payment li a:hover{
    color: #88b121;
}
.foot-payment li i{
    margin: 0 5px;
    transition: 0.3s ease
}
.container.footer-newsletter {
    position: relative;
}
.footsocial{
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin-top: -50px;
    padding: 30px;
    z-index: 6;
    position: absolute;
    width: 100%;
    border-radius: 10px;
}
.footsocial #newsleter h4 {
    color: #000;
}

#footer_news {
    margin-bottom: 0 !important;
}

.block-social li a {
    line-height: normal;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    min-width: 40px;
    min-height: 40px;
    padding: 6px 0 0 0;
    margin: 1px;
    border-radius: 10px;
    color: #777;
}
.block-social li a:hover {
    background-color: #88b121;
    color: #fff !important;
}
#index #footer{
    margin-top: 100px;
    background-color: #000;
    color: #fff;
}

#index #footer .psgdpr_consent_message{
    color: #000;
}

#footer{
    margin-top: 60px;
    background-color: #000;
}
.copy{
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
}
.copy a._blank{
    color: #fff;
    display: block;
    margin-bottom: 8px;
}
.foot-app li {
    display: inline-block;
    vertical-align: middle
}
.fb1,.fb2 {
    background-repeat: no-repeat;
    width: 43px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}
.fb1 {
    background-image: url(../img/instagram.svg);
}
.fb2 {
    background-image: url(../img/linkedin.svg);
}
.footlogo{
    display: inline-block;
    margin-bottom: 15px;
}
.footcbtm svg{
    width: 50px;
    height: 50px;
    fill: #88b121
}
.footcbtm{
    margin-top: 30px;
}
.footcbtm li{
    display: inline-block;
    vertical-align: middle;
}
.footcbtm h5 {
    color: #333;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footcbtm h3{
    color: #88b121;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-top: 5px;
}
/* social follow */
.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}
 .rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}
.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}
.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}
.snapchat a::before {
    content: "\f2ab";
    font-family: FontAwesome;
}
.linkedin a::before {
    content: "\f0e1";
    font-family: FontAwesome;
}

/* Product Page Sticky */
.wbproductsticky{ 
    display: none;
}
.wbproductsticky.profixed{ 
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    display: block;
}
.wbproductsticky img{
    max-width: 65px;
    border: 1px solid #eee;
    margin-right: 5px;
    border-radius: 10px;
}
.wbproductsticky li{ 
    display: inline-block;
    vertical-align: middle;
}
.wbproductsticky .product-prices {
    border-bottom: none;
    padding-bottom: 0;
}
.wbproductsticky .product-price{
    margin-bottom: 0;
    font-weight: 600
}
.wbproductsticky h3{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600
}
.wbproductsticky form{
    margin-top: 18px
}
.wbproductsticky .product-quantity .add{
    margin: 0;
}

/* product page */
#xs-zoom img{
    border-radius: 10px;
}
#product-modal .close{
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 1;
    color: #000;
}
.product-cover .layer{
    color: #000
}
#product .sticky .product-flags{
    z-index: 1;
    margin: 10px 15px;
    color: #000
}
.propage .wbproductcountdown{
    margin-top: 10px;
    display: inline-block;
}
.propage .wbproductcountdown h4{
    display: none
}
.propage .wbpc-main .count{
    background-color: #fff;
}
.product-additional-info .compare, .product-additional-info .panel-product-line {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.product-additional-info svg {
    display: none;
}
.product-additional-info .add_to_compare, .product-additional-info .prowish {
    display: inline-block;
    vertical-align: middle;
    background-color: #88b121;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.3s ease;
    margin-bottom: 4px;
    border: none;
    cursor: pointer;
}
.product-additional-info .add_to_compare:hover, .product-additional-info .prowish:hover {
    background-color: #000;
    color: #fff;
}
.wb-dropdown-cart .discount-amount{
    background-color: transparent;
    padding: 0;
    color: #000;
}
.discount-amount,.propage .discount-percentage{
    background: #88cb86;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    line-height: normal;
}
.propage .current-price span{
    display: inline-block;vertical-align: middle;
}
.propage .current-price span:nth-child(1){
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.propage .product-discount .regular-price{
    font-size: 14px;
}
.product-pack .h4{margin-bottom: 10px;}
.block-reassurance-item .h6{
    font-size: 13px;
    color: #777;
    line-height: 20px;
}
.tabpro{
    margin-top: 50px;
}
.js-thumb,#zoom{
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 10px;
}
.product-tab .nav-tabs .nav-link{
    padding: 15px 12px;
    font-weight: 600;
    font-size: 16px;
}
.arltr .wb-list-product-reviews, #ratep, .retesp {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.retesp{
    margin: 0 5px;
}
#description p{
    margin-bottom: 50px;
    line-height: 22px;
}
#product .thumb-container {
    padding: 0 3px;
}
.product-tab .tab-pane{
    padding: 15px;
}

.attachment {
    padding:25px 10px 25px 550px;
}

.product-prices{
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}
.prodes p{
    margin-bottom: 0
}
/* .quickview .prodes p{
    height: 92px;
    overflow: hidden;
} */
.prodes,.product-variants .product-variants-item{
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-actions{
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid #eee;
}
.social-sharing{
    margin-top: 15px;
}
.propage h1 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.pcust{
    font-size: 12px;
}
.product-customization-item label{
    font-weight: 500;
    text-transform: capitalize;
}
.propage .control-label {
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 0;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
}
.propage .product-variants .product-variants-item ul,.propage .product-quantity{
    display: inline-block;vertical-align: middle
}
.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: 0px;
    width: 20px;
    height: 20px;
}
#idWishlist{
    border: 1px solid #eee;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    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;
}
.product-tab .nav-item{
    display: inline-block;
}
.arltr a{
    text-transform: capitalize;
    display: inline-block;
}
.arltr i{
    margin-right: 5px;
}
.propage .open-comment-form::after{
    content: '|';
    padding: 0 20px;
}
.product-tab{
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #eee;
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.product-tab .nav-tabs .nav-item a.active::before {
    background-color: #88b121;
    height: 2px;
    width: 40px;
}
.product-tab .nav-tabs .nav-item a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: 48px;
    transition: all 0.4s ease-out 0s;
    width: 3px;
}
.product-reference{
    margin-top: 10px;
}
.prodes p{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.product-tab .nav-tabs .nav-link.active{
    color: #88b121;
}
/* category page */
.wb-product-list .wbpricereview {
    margin-bottom: 5px;
}
.wb-product-list .thumbnail-container .wb-list-product-reviews{
    float: none !important
}
.wb-product-list .thumbnail-container .product-price-and-shipping{
    margin-bottom: 6px;
    display: block;
}
.category-cover img{
    border-radius: 4px;
}
#_desktop_search_filters_clear_all button.js-search-filters-clear-all{
    background: #000;
    color: #fff;
    border: none;
    text-transform: capitalize;
    padding: 8px 10px;
}
#_desktop_search_filters_clear_all button.js-search-filters-clear-all:hover{
    background-color: #333;
}
.products-selection {
    margin: 0 0 15px 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .products-selection {
        display: block;
    }
}
#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: 5px 0;
}
.facet li{
    margin-top: 12px
}
.facet-title{
    color: #88b121;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 12px;
    color: #333;
    text-align: center;
}
#_desktop_search_filters_clear_all {
    margin-top: 15px;
}
.wb-grid-list{
    margin-top: 5px;
}
.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: #222;
    border-radius: 10px;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    letter-spacing: 0;font-size: 12px;
}
.products-sort-order .dropdown-menu {
    border: none;
    right: 15px;
    left: 15px;
    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 8px;
    line-height: 25px;
    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;
}
.listds,.listds p{
    font-size: 13px;
    color: #aaa;
    line-height: 21px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 44px;
}
.listds{
    margin-top: 0;
    margin-bottom: 6px;
}
.bh{
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.wb-product-list .wb-image-block{
    padding: 0;overflow: hidden;
}
#js-product-list .product-miniature{
    padding: 0;
}
.wb-product-grid .item-product, .wb-product-list .item-product {
    margin-bottom: 20px;
}
.wb-product-list .thumbnail-container .button-group{
    position: unset;
    margin-top: 7px;
    transition: none;
    text-align: left;
    opacity: 1;
}
/* pagination */
.pagination {
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    display: inline-block;
    border-radius: 10px;
}
.pagination i{
    font-size: 20px;
    margin-top: -2px;
}
.pagination .page-list li a {
    display: inline-block;
    background: #88b121;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 6px 7px 4px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
    border-radius: 4px;
}
.pagination .text-xs-left {
    line-height: 34px;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus,.pagination .page-list li.current a{
    background: #000;
    color: #fff;
}
/* other page */
.wb_category_feature,.product-tab-item,.spepro,.cate-bg,.logoslider{
    margin-top: 60px;
    margin-bottom: 60px;
}
#checkout #wrapper .breadcrumb ol{
    margin-top: 0
}
#checkout #_desktop_top_menu {
    display: none;
}
#module-psgdpr-gdpr .page-content .container{
    width: auto;
}
.psgdprinfo17{
    border-radius: 1px;
}
.thumbnail-container .product-thumbnail{
    display: block
}
.brand.row {
    background: #fff;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
#search_filters .ui-slider-horizontal{
    z-index: 0;
}
.sale-bkg .sale{
    display: none
}
.wb-modal .modal-content{
    border-radius: 4px;
}
.js-terms a{
    color: #88b121;
    text-transform: capitalize;
    font-weight: 500;
}
#contact .card{
    border: none;
    padding: 0;
}
.product-line-grid-body{
    line-height: 25px;
}
#module-wbblog-single .page-footer,#index .page-footer,#product .page-footer{
    margin-top: 0;
}
.page-footer{
    margin-top: 30px;
}
/* banner effect */
.beffect a {
    display: block;
    overflow: hidden;
    position: relative;
}
.beffect:hover a::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
}
.beffect:hover a::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.beffect a::before, .beffect a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    transition: all 0.7s ease-in-out;
}
@media (max-width: 1699px){
    .wbhomehead {
        margin: 0 15px;
        padding: 12px 0px;
    }
}
@media (max-width: 1500px){
    .owl-carousel .owl-nav .owl-prev{
        left: 0
    }
    .owl-carousel .owl-nav .owl-next{
        right: 0;
    }
}
@media (min-width: 768px){
    .wb-product-list .product-title {
        font-size: 1.1rem;
    }
    .sticky{
        position: sticky;
        top: 15px;
    }
    .wb-product-list .wb-product-desc{
        padding: 10px;
    }
    .wb-product-list .wb-product-desc .price{
        font-size: 18px;
    }
}
@media (min-width: 992px){
    #wrapper .breadcrumb ol{
        margin-top: 70px;
    }
    .header-top {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        margin-top: -42px;
    }
    .deliveryinfo .sbr {
        border-left: 1px solid #e4e4e4;
    }
    .language-selector button,.language-selector button:focus, .currency-selector button,.currency-selector button:focus {
        color: #fff;
    }
    .language-selector button:hover, .currency-selector button:hover{
        color: #000;
    }
    .brand.row{
        display: flex;
        align-items: center;
    }
    .brand.row .brand-infos p{
        margin: 0;
    }
    .wb-menu-vertical .more-menu li.level-1 > a::after{
        display: none;
    }
	/*Bloque de Newsletter*/
	.block_newsletter .col-md-8 {
    float: right;
    width: 46.66667%;
}
} 
@media (min-width: 992px) and (max-width: 1199px){
	.wbsubcimginner h3 {
	    font-size: 20px;
	}
    .block-social li a{
        min-width: 35px;
        min-height: 36px;
        padding: 4px 0 0 0;
    }
    .new_head .c-info {
        font-size: 20px;
    }
    .block-social{
        margin-top: 5px;
    }
    .cate-bg .cattab li a.nav-link{
        padding: 16.9px 20px;
    }
    #blog .blog_post_content_top,#blog .blog_post_content_bottom{
        width: 50%;
    }
    .wbproductcountdown .count{
        margin: 0 7px;
    }
    .cartb{
        padding: 0 13px;
    }
    .fb1, .fb2 {
        width: 100px;
        height: 35px;
        background-size: 100px;
    }
    .block_newsletter form .btn-primary{
        padding: 0 6px;
        text-transform: capitalize;
    }
    .footcbtm h5{
        font-size: 11px;
        letter-spacing: 0;
    }
    .bottomprod .atc_div.bootstrap-touchspin,.bottomprod .wb-image-block .wish{
        display: none;
    }
    .bottomprod .wbpricereview {
        margin-bottom: 4px;
    }
    .bottomprod .wbhmfeature{
        font-size: 12px;
        letter-spacing: 0;
    }
    #blog .blog_post_content_bottom{
        padding: 15px 15px 15px 0px;
    }
    .imglt-3 {
        margin-top: 16px;
    }
    #_desktop_top_menu{
        width: 75%
    }
    .wb-product-grid .item-product{
        width: 50%
    }
    .wb-product-list .wb-image-block{
        width: 40%;
    }
    .wb-product-list .wb-product-desc{
        width: 60%
    }
    .tright {
        margin-top: 6px;
    }
    .wb-menu-vertical li.level-1 > a, .view_menu a{
        text-transform: capitalize;
        letter-spacing: 0;
        font-size: 16px; 
    }
    .user-info h4{
        display: none;
    }
    .wb-menu-vertical li.level-1, .view_menu{
        margin: 0 14px;
        letter-spacing: 0
    }
    .blog_post_content_bottom .post_content{
        overflow: hidden;
        height: 43px;
    }
    .blog_post_content_bottom .read_more{
        margin-top: 5px;
    }
    .post_title{
        font-size: 18px;
    }
    .blogdt {
        margin-bottom: 4px;
    }
    #search_category{
        width: 130px;
    }
    #_desktop_user_info {
        margin: 0 12px;
    }
    .homeofr .homeofrinner a{
        font-size: 16px;
    }
    .slidecap h2{
        font-size: 42px;
    }
    .slidecap {
        top: 10%;
        margin: 0 80px;
        width: 450px;
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
        letter-spacing: 0px;font-size: 11px;
    }
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
        width: 33.33%
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .cartb{
        padding: 0 15px;
    }
    .cate-bg .cattab li a.nav-link{
        padding: 13px 20px;
    }
    .imglt-3 {
        margin-top: 12px;
    }
    .deliveryinfo li h4{
        font-size: 15px;
    }
    .wbproductcountdown .label{
        font-size: 12px;
        margin-top: 4px;
    }
    .desktop-search,#_mobile_user_info{
        margin-top: 17px;
    }
    #_mobile_cart{
        margin-top: 16px;
    }
    #menu-icon .navbar-toggle{
        margin-top: 20px !important;
    }
    .fpay{
        margin-top: 15px;
    }
    .top-menu a[data-depth="0"]{
        text-transform: capitalize;
    }
    #search_category{
        width: 130px;
    }
    #_desktop_user_info {
        margin: 0 8px;
    }
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
        width: 33.33%;
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
        width: 75%;
    }
    .product-line-grid-right .qty{
        padding: 0
    }
    .footer-container li a, .fthr .block, .fthr .data a{
        letter-spacing: 0
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
        font-size: 13px;letter-spacing: 0
    }
    .slidecap p{
        font-size: 13px;
    }
    .slidecap h2{
        font-size: 30px;
    }
    .slidecap{
        top: 8%;
        margin: 0 15px;
        width: 400px;        
    }
    .slidecap .btn-primary{
        margin-top: 15px;
    }
}
@media (max-width: 991px){
	.wbblog_img{
		border-radius: 10px 10px 0 0;
	}
    .deliveryinfo{
        padding-bottom: 30px;
    }
    .new_head,.foot-app{
        display: none;
    }
    .newsftr {
        padding: 20px 0;
    }
    .footoff{
        padding: 30px 0 100px 0;
    }
    .block-social{
        margin-top: 5px;
    }
    #blog .blog_post_content_bottom,#blog .blog_post_content_top{
        width: 100%;
    }
    #blog .blog_post_content_bottom{
        padding: 15px 30px;
    }
    .imgbnrinner{
        padding: 30px 0;
    }
    .parallex .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
    }
    .bottomprod .thumbnail-container {
        margin-bottom: 12px;
    }
    .bottomprod,#index #footer{
        margin-top: 60px;
    }
    .wb_category_feature, .product-tab-item, .spepro, .cate-bg, .logoslider{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footcbtm {
        margin-top: 15px;
    }
    .block-social li a {
        font-size: 14px;
        min-width: 30px;
        min-height: 30px;
        padding: 3px 0 0 0;
    }
    .wbsubcimginner ul li a {
        font-size: 13px;
        letter-spacing: 0;
    }
    .wbsubcimginner h3{
        font-size: 16px;letter-spacing: 0;
    }
    .wb-product-list .productmcat{
        display: none;
    }
    .wbhomehead {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }
    .homeslider-container .slick-prev, .homeslider-container .slick-next{
        display: none !important;
    }
    .cartdropd{
        background: transparent !important;
        border-radius: 0;
        min-height: unset;
        padding: 0;
        color: #000
    }
    .cartdropd svg{
        fill: #000;
    }
    .tright {
        margin-top: 0;
    }
    .testicontent svg{
        display: none;
    }
    .deliveryinfo{
        margin-left: -8px;
        margin-right: -8px;
    }
    .deliveryinfo [class*='col-']{
        padding-left: 8px;
        padding-right: 8px;
    }
   
    .thumbnail-container .wb-product-desc {
        padding: 10px 15px 20px 15px;
    }
    .productmcat{
        left: 8px;
    }
    .wb-menu-vertical li.level-1 > a, .view_menu a{
        text-transform: uppercase;
        font-size: 16px;
    }
    #_mobile_cart{
        position: relative;
    }
    #_mobile_user_info{
        position: relative;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }
    /* sidenav */
    .close-nav span{
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }
    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;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        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;
    }
    .sidenav .close-nav {
        background-color: #000;
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
    }
    #mobile_top_menu_wrapper {
        margin: 0 10px;
        line-height: 20px;
        display: block !important;
    }
    .close-nav i{
        font-size: 16px;
        color: #fff;
    }
    .dnone{
        display: none;
    }
    .dblock{
        display: block;
    }
    #wrapper,#footer{
        display: block !important;
    }
    #menu-icon .navbar-toggle{
        border: none;
        background: transparent;
        padding: 0;
        font-size: 17px;
        cursor: pointer;
        margin-right: 15px;
        margin-top: 12px;
    }
    .header-top{
        padding: 12px 0;border-bottom: none;
    }
    #_mobile_currency_selector,#_mobile_language_selector{
        display: inline-block;
        border: 1px solid #eee;
        padding: 2px 3px;
        margin-top: 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    #_mobile_currency_selector select,#_mobile_language_selector select{
        appearance: none;
        -webkit-appearance: none;
        font-size: 12px;
        letter-spacing: 0;
    }
    #_mobile_currency_selector{
        margin: 0 3px;
    }
    .wb-menu-vertical ul li.level-1 ul li a{
        margin: 0
    }
    .wb-menu-vertical{
        position: unset;
    }
    #under-menu{
        display: block
    }
    .product-tab-item .thumbnail-container {
        margin-bottom: 20px;
    }
    .pro-tab{
        margin-bottom: 20px;
    }
    .heading{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .heading strong{
        font-size: 12px;
    }
    /*.owl-carousel.owl-theme .owl-nav button{
        padding: 4px 0 0;
        font-size: 18px;
        min-width: 30px;
        min-height: 30px;
        margin-top: 20px;
    }*/
    .owl-carousel.owl-theme .owl-nav button svg {
        width: 15px;
        height: 13px;
    }
    .owl-carousel .owl-nav{
        right: 5px;top: -54px;
    }
    .cless{
        padding-left: 5px;
        padding-right: 5px;
    }
    .rless{
        margin-left: -5px;
        margin-right: -5px;
    }
    #wbsearch_content_result{
        left: 15px;
        right: 15px;
    }
    #footer{
        margin-top: 40px;
    }
    .footer-container {
        padding: 100px 0 15px;
        border-bottom: none;
    }
    #module-wbcompare-WbCompareProduct .heading.text-xs-center{
        font-size: 20px;
        padding-bottom: 20px;
    }
    .wb-product-grid,.wb-product-list{
        margin: 0 -3px;
    }
    #js-product-list .item-product{
        padding: 0 3px;
    }
    .pagination .text-xs-left{
        font-size: 12px;
        letter-spacing: 0
    }
    .product-customization .custom-file button{
        padding: 0 5px;
        font-size: 12px;
    }
    .product-customization{
        font-size: 12px;
    }
    .product-actions .add-to-cart{
        padding: 0 10px;letter-spacing: 0
    }
    .product-customization .btn-primary.float-xs-right{
        padding: 7px 5px;
        font-size: 12px;
    }
}
@media (max-width: 767px){
    .links h3, .links h3 a, .c-info{
        font-size: 14px;letter-spacing: 0
    }
    .imglt-1{
        margin-bottom: 18px;
    }
    .imglt-3{
        display: none;
    }
    .copy .text-xs-left,.copy .text-xs-right{
        width: 100%;
        text-align: center
    }
    #blog .blog-name {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .post_title{
        height: unset;
        line-height: normal;
        padding-bottom: 3px;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .wbproductsticky form {
        margin-top: 13px;
    }
    .wbproductsticky .has-discount .discount{
        display: none;
    }
    .wbproductsticky.profixed{
        padding: 5px 0
    }
    .wbproductsticky h3 {
        font-size: 14px;
        margin-bottom: 2px;
        padding-bottom: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .wbproductsticky li:nth-child(2){
        width: 50%
    }
    .wbproductsticky img{
        max-width: 50px;
    }
    .wbproductsticky .btn-primary{
        padding: 5px;
        text-transform: capitalize;
        font-size: 12px;
        letter-spacing: 0;
        border-radius: 4px;
    } 
    .wbproductsticky .product-discount .regular-price{
        vertical-align: middle;
        margin-right: 1px;
    } 
    .wbproductsticky .product-discount{
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
    .wbproductsticky .product-price{
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }
    .wbproductcountdown .time{
        margin-right: 1px;
    }
    .wbproductcountdown .count{
        font-size: 16px;
        margin: 0 6px;
    }
    .wbproductcountdown .label{
        font-size: 12px;
        margin-top: 2px;
    }
    .product-title{
        padding: 0 0 6px 0
    }
    .wbpricereview{
        margin-bottom: 0
    }
    .thumbnail-container .quantity{
        padding: 4px 6px;
    }
    .homeqt span{
        display: none;
    }
    .wbhmfeature span{
        font-size: 11px;
        letter-spacing: 0;
    }
    .thumbnail-container .wish{
        min-width: 28px;
        min-height: 28px;
        border-radius: 4px;
    }
    .wb-image-block .wish svg{
        width: 16px;
        height: 16px;
    }
    #owl-rate .thumbnail-container .wb-list-product-reviews{
        margin-bottom: 6px;
    }
    .reducep,.thumbnail-container .product-flags .new, .sale{
        background-color: #d71119;
        color: #FFF;
        padding: 0 5px;
        text-transform: capitalize;
    }
    .reducep::before,.reducep::after,.thumbnail-container .product-flags .new::after,.thumbnail-container .product-flags .new::before,
    .sale::before,.sale::after,.productmcat{
        display: none
    }
    .bottomprod .productmcat{
        display: block;
    }
    .allbl{
        padding-top: 8px;
    }
    .wb-product-list .thumbnail-container .button-group{
        text-align: center
    }
    .pro-tab .heading{
        display: none
    }
    .desktop-search,#_mobile_user_info{
        margin-top: 10px;
    }
    #_mobile_cart{
        margin-top: 9px;
    }
    .cart-c strong{
        display: none
    }
    #search_widget{
        margin-top: 12px;
    }
    .button-search{
        padding: 0 20px;
        height: 34px;
    }
    #search_block_top{
        height: 41px;
    }
    #search_query_top{
        height: 40px;
    }
    .slidecap .btn-primary{
        margin-top: 20px;
        padding: 10px 19px;
    }
    .newsftr{
        padding: 15px 0;
    }
    .block-social {
    	text-align: center;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .catprodt .cat-content img,.homeofr{
        display: none
    }
    .wbContentProduct {
        margin: 0;
    }
    .block_newsletter form input, .block_newsletter form button.btn-primary{
        height: 40px;
    }
	/*Formulario Newsletter bordes*/
	.block_newsletter form input[type="text"] {
    border: 1px solid #c4c4c4 !important;
	}
    .pro-tab ul li a{
        font-size: 14px;text-transform: capitalize;
        padding: 5px 12px;
        letter-spacing: 0;
    }
    .pro-tab ul li{
        margin: 0 5px;
    }
    .deliveryinfo [class*="col-"]{
        margin-bottom: 15px;
    }
    .deliveryinfo [class*="col-"]:last-child{
        margin-bottom: 0;
    }
    .user-down{
        min-width: 14.4rem;
        right: 0;
        left: auto;
    }
    #_mobile_logo img {
        max-width: 50px;
    }
    .thumbnail-container .button-group button.cartb span{
        display: none
    }
    .thumbnail-container .button-group a, .thumbnail-container .button-group button{
        padding: 1px 0;
        min-width: 28px;
        min-height: 28px;
        margin: 0;
        border-radius: 4px;
    }
    .thumbnail-container .button-group svg{
        width: 16px;height: 15px;
    }
    .thumbnail-container .button-group{
        position: unset;margin-top: 6px;opacity: 1;
    }
    .post_content p{
        font-size: 13px;letter-spacing: 0;
    }
    .price{
        font-size: 15px;
    }
    .regular-price{
        font-size: 11px;
    }
    #module-wbblog-single .post_title{
        font-size: 14px;
    }
    .propage h1{
        margin-top: 10px;
    }
    .total-avg{
        width: 120px;
    }
    .wb-menu-vertical .menu-vertical{
        display: block
    }
    .wb-menu-vertical{
        left: 0
    }
    .wb-product-list .listds{
        margin-bottom: 6px;margin-top: 0;
    }
    .listds, .listds p,.post_content span{
        font-size: 13px;letter-spacing: 0
    }
    .thumbnail-container .product-flags .new,.sale{
        font-size: 11px;
    }
    .wb-menu-vertical .wb-sub-menu li.menu-item.bh{
        margin-bottom: 0
    }
    .wb-dropdown-cart.defaultcart{
        top: 40px;
    }
    .post_thumbnail{
        margin-top: 0;
    }
    .facet-label a span{
        position: unset;
    }
    #category #search_filter_toggler{
        padding: 6px 0;
    }
    #blockcart-modal .product-name{
        margin-top: 15px;
    }
    .product-tab .nav-tabs .nav-link {
        padding: 15px 8px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .form-control-label{
        padding-top: 0
    }
    .forgotten-password .form-fields label.required{
        text-align: left;
        padding: 0
    }
    .quickview .propage h1{
        margin-top: 0;
    }
    .quickview .modal-body{
        padding: 0 15px 15px 15px;
    }
    .arltr a,#description p,.prodes p, .product-variants .product-variants-item,.page-content p,.attachment p{
        font-size: 13px;
        letter-spacing: 0.5px
    }
    .links .title .h3{
        font-size: 16px;
        font-weight: 600;
    }
    .arltr a{
        letter-spacing: 0
    }
}
@media (min-width: 600px){
    .catb {
        display: none;
    }
    #cate-re.collapse {
        display: block;
    }
}
@media (min-width: 500px) and (max-width: 767px){
    .deliveryinfo [class*="col-"]{
        width: 50%
    }
    .deliveryinfo [class*="col-"].sbr:nth-child(3),.deliveryinfo [class*="col-"].sbr:nth-child(4){
        margin-bottom: 0;
    }
    .imglatest [class*="col-"]{
        width: 50%
    }
    .slidecap {
        top: 1%;
        margin: 0 15px;
        width: 350px;
    }
    .slidecap h2{
        font-size: 22px;margin: 7px 0;
    }
    .slidecap .btn-primary{
        margin-top: 0;
        padding: 5px 13px;
    }
    .slidecap p{
        overflow: hidden;
        height: 46px;
    }
}
@media (max-width: 499px){
	.spepro .wbproductcountdown{
		padding: 6px 0;
	}
	.wbproductcountdown .count{
		margin: 3px 0;
	}
    .bottomprod .atc_div.bootstrap-touchspin,.thumbnail-container .wish{
        display: none;
    }
    .imglatest [class*="col-"]{
        margin-bottom: 10px;
    }
    .imglatest [class*="col-"]:last-child{
        margin-bottom: 0;
    }
    .slidecap .btn-primary{
        letter-spacing: 0;
        font-size: 12px;
        padding: 6px 8px;
    }
    .slidecap p,.heading strong{
        display: none
    }
    .slidecap h2{
        font-size: 18px;margin: 6px 0;
    }
    .slidecap h5{
        font-size: 13px;
    }
    .slidecap {
        top: 7%;
        margin: 0 15px;
        width: 180px;
    }
    .s-panel .slick-dots {
        position: unset;display: none !important
    }
}
@media (max-width: 1199px){
    .quickview .mask{
        display: none
    }
    .footsocial{
        padding: 20px 0;
        width: 90%;
        left: 5%;
    }
    
}
@media (min-width: 1200px){
    .quickview .product-cover img{
        max-width: 500px;
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
        width: 20%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
	.post_title{
		font-size: 19px;
	}
     .timerpro,.cattab{
        width: 25%;
    }
    .appendifbnr,.tab-cate-pro{
        width: 75%;
    }
    #blog .blog_post_content_bottom{
        padding: 24px 15px 24px 0px;
    }
    .new_head .c-info {
        font-size: 23px;
    }
    .wbproductcountdown .count{
        margin: 0 4px;
    }
    .fb1, .fb2 {
        width: 120px;
        height: 40px;
        background-size: 120px;
    }
    .wbsubcimginner ul li a{
        font-size: 14px;letter-spacing: 0;
    }
    .footcbtm h5{
        font-size: 13px;letter-spacing: 0;
    }
    .bottomprod .wbpricereview {
        margin-bottom: 5px;
    }
    .bottomprod .cartb span,.bottomprod .wbhmfeature{
        display: none;
    }
    .spepro .wbproductcountdown{
        margin-bottom: 5px;
    }
    .wbproductcountdown .label{
        margin-top: 1px;font-size: 12px;
    }
    .wb-menu-vertical li.level-1, .view_menu{
        margin: 0 12px;
    }
    .wb-menu-vertical li.level-1 > a, .view_menu a{
        text-transform: capitalize;
        font-size: 14px;letter-spacing: 0;
    }
    .cartb{
        text-transform: capitalize;
        margin: 0 2px;
        padding: 0 6px;
    }
    .cate-bg .cattab li a.nav-link{
        padding: 15.3px 20px;
    }
    .post_content p{
        font-size: 13px;
    }
    .blog_post_content_bottom .read_more{
        margin-top: 0
    }
    .product-line-grid-right .qty{
        padding: 0
    }
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
        width: 25%;
    }
    .slidecap {
        top: 12%;
        margin: 0 60px;
    }
}
@media (min-width: 600px) and (max-width: 767px){
    .cate-bg .cattab li a.nav-link{
        padding: 15.3px 20px;
    }
    .lgrid{
        width: 40%;
    }
    .sro{
        width: 60%;
    }
    .wb-product-grid .item-product,.wb-product-list .item-product{
        width: 33.33%;
    }
}
@media (min-width: 360px) and (max-width: 599px){
    .wb-product-list .item-product{
        width: 50%;
    }
}
@media (max-width: 599px){
	.cate-bg .heading{
		text-align: left;
	}
    .deliveryinfo li{
        display: inline-block;
        margin: 0 5px;
    }
    .deliveryinfo{
        text-align: left;
    }
    .deliveryinfo ul svg {
        width: 35px;
        height: 35px;
    }
    .deliveryinfo li h4{
        margin-bottom: 5px;
        margin-top: 0;
    }
    .footdec h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .thumbnail-container .wb-list-product-reviews{
        float: none;
    }
    .thumbnail-container .product-price-and-shipping{
        display: block;
    }
    .catb {
        position: absolute;
		right: 15px;
		top: -45px;
		background: #000;
		border: none;
		padding: 3px 7px;
		cursor: pointer;
		z-index: 1;
		color: #fff;
		border-radius: 4px;
    }
    .catb.toggle::after {
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 14px;
        font-weight: 400;
        float: right;
        cursor: pointer;
        color: #fff;
    }
    .catb.toggle.collapsed::after {
        font-family: 'FontAwesome';
        content: '\f068';
        font-size: 14px;
        font-weight: 400;
        float: right;
        cursor: pointer;
        color: #fff;
    }
    .cate-bg .cattab li a.nav-link{
        padding: 10px 20px;
    }
    #cate-re{
        margin-bottom: 15px;
    }
    .tab-cate-pro,.cattab{
        width: 100%;
    }
    #search_block_top #search_query_top{
        border-radius: 10px 0 0 10px;
    }
    /*#search_category,.cate-bg .owl-carousel .owl-nav{
        display: none
    }*/
    .wb-product-list .wb-image-block img{
        width: 100%;
    }
    .barr {
        padding: 0 10px;
    }
    .quickview .modal-dialog{
        width: auto;
        margin: 30px 15px;
    }
    #owl-image-slider .owl-nav{
        display: none
    }
    .quickview .modal-dialog{
        width: auto;
        margin: 30px 15px;
    }
    .sro{
        margin-top: 10px;
    }
    .pagination .text-xs-left,.pagination .text-xs-right{
        text-align: center;
        width: 100%;
    }
    .rname,.post_metas li{
        font-size: 13px;
    }
    .wb-product-grid .item-product{
        width: 50%;
    }
}
@media (min-width: 1410px){
    #left-column,#search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
        width: 25%;
    }
    #content-wrapper.left-column,#_desktop_top_menu{
        width: 75%;
    }
    #search .item-product, #manufacturer .item-product {
	    width: 50%;
	}
	#search .wb-product-list .wb-image-block, #manufacturer .wb-product-list .wb-image-block {
	    width: 40%;
	}
	#search .wb-product-list .wb-product-desc, #manufacturer .wb-product-list .wb-product-desc {
	    width: 60%;
	}
}
@media (min-width: 1410px) and (max-width: 1599px){
    .wb-menu-vertical li.level-1 > a, .view_menu a{
        text-transform: capitalize
    }
}

#owl-rate .wishlist-button-add{
    display: none;
}
.owl-product .wishlist-button-add{
    position: absolute;
    top: 15px;
    right: 15px;
}

#_desktop_top_menu {
    width: 90%;
}

.menu_about_us .column-1 {
    width: auto;
}







/* HEADER */

.wb-menu-vertical li.level-1 > a, .view_menu a {
    padding: 4px 0;
}

#_desktop_user_info {
    margin: 0 15px;
}

#_desktop_user_info a img,
#_desktop_cart .svgbg img {
    height: 20px;
    width: auto;
}

#_desktop_cart .cartdropd {
    padding: 0;
}




/* SLIDER */

.homeslider-container .slidecap {
    width: 40%;
    overflow: hidden;
    left: 30%;
    transform: translate(-15%,-25%);
    top: 40%;
    text-align: center;
    z-index: 10;
}

.homeslider-container .slidehref {
    transform: translateX(-300px);
    opacity: 0;
    transition: opacity 0.5s 1s,-webkit-transform 0.5s 1s;
}

.homeslider-container .slidehref a {
    background-color: white;
    color: black;
    border-radius: 50px;
}

.homeslider-container .overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 1;
    opacity: 0.6;
}




/* WBPRODUCTCATEGORY */

#wbProductsCateHome .menu-tab a.active {
    border: 1px solid #000;
    text-align: center;
}

#wbProductsCateHome .menu-tab a {
    border: 1px solid #000;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#wbProductsCateHome .menu-tab a.active {
    background: transparent;
}

#wbProductsCateHome .menu-tab li.active a {
    background: #000;
    color: #fff;
}


.cate-bg .cattab li a.nav-link.active::after {
    opacity: 0;
}

section.my-yotpo.displayProductListReviews {
    display: flex;
    justify-content: flex-start;
    padding-left: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;     
}

@media (max-width: 767px) {
    #wbProductsCateHome .owl-carousel {
        width: 90%;
        left: 5%;
    }

    .wbCateProducts .owl-item {
        padding: 10px;
    }

    .wbCateProducts .owl-item .thumbnail-container {
        box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
    }

    .product-title {
        padding-bottom: 0;
    }

    #wbProductsCateHome .menu-tab a.active {
        border: 1px solid #000;
        text-align: center;
    }

    #wbProductsCateHome .menu-tab a.active {
        background-color: #000;
        color: #FFF;
    }

    #wbProductsCateHome .menu-tab a {
        border: 1px solid #000;
        border-radius: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #wbProductsCateHome .menu-tab a span {
        margin-left: 0;
    }

    #wbProductsCateHome ul.menu-tab {
        display: flex;
        flex-wrap: wrap;
        border-radius: 5px;
        overflow: hidden;
    }


    #wbProductsCateHome ul.menu-tab li {
        width: 100%;
    }

    #wbProductsCateHome ul.menu-tab li a,
    #wbProductsCateHome ul.menu-tab li a.active {
        border-radius: 0;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        border: none;
    }
}






/* HOME BLOG */

#blog .blog_post_content_bottom {
    padding: 20px 15px 20px 0;
}

.blog_post_content .post_title a {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
}

.blog_post_content .blogdt {
    background: transparent;
    min-height: inherit;
    min-width: inherit;
    color: #000;
    text-align: left;
}

.blog_post_content .blogdt span {
    color: #000;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.blog_post_content .blogdt span.month {
    text-transform: capitalize;
}

.tab-content .tab-pane {
    width: 100%;
    margin-left: 0%;
}




@media(max-width: 768px) {
    .products-selection {
        border: none;
        margin: 0;
    }
    
    .wb-grid-list {
        display: none;
    }

    #search_filter_toggler {
        font-weight: bold;
    }

    .products-sort-order button {
        padding-left: 15px !important;
        font-weight: bold;
    }

    .sro {
        margin-bottom: 30px;
    }

    .product-miniature .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .product-miniature .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
    .product-miniature .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
    .product-miniature .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
    .product-miniature .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star,
    .product-miniature .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,
    .product-miniature .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star,
    .product-miniature .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
    .product-miniature .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
    .product-miniature .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
        font-size: 11px;
    }

    .product-miniature .yotpo .text-m {
        font-size: 8px;
    }

    .product-miniature .price {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        color: #A22222;
    }

    .product-miniature .cartb {
        height: auto;
        font-size: 14px;
        padding: 3px 10px;
        margin-top: 20px;
    }

    #_mobile_user_info img,
    #_mobile_cart img {
        width: 21px;
    }

    #footer .my-yotpo.displayFooter {
        float: left;
        width: 100%;
    }

    #footer span.h3 {
        display: block !important;
        color: #fff;
    }
}







/* PRODUCT */

#product h1 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #000000;
}

#product .my-yotpo.displayReassurance {
    padding-left: 0 !important;
}

#product .prodes p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
}






#wrapper .breadcrumb ol {
    font-weight: bold;
}





/* FIX CATEGORY */

#category .products .product-title {
    font-size: 1.15em;
    line-height: 1.5em;
    min-height: 85px;
}

#category .products .wbpricereview {
    min-height: 67px;
}




/* FIX HOME BLOG RESPONSIVE */

@media (max-width: 767px) {
    #blog .blog_post_content_top {
        width: 100%;
    }

    #blog .blog_post_content_bottom {
        width: 80%;
        padding: 20px 15px 20px 30px;
        white-space: initial;
    }
}






/* LOGO EN TABLET */

@media (min-width: 768px) and (max-width: 1367px) {
    #_mobile_logo img {
        width: 100%;
        max-height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1367px) {
    #_desktop_logo img {
        width: 100%;
        max-height: 60px;
    }
}




/* FIX CART MODAL */

@media (max-width: 767px) {
    .cart-content {
        padding-bottom: 60px;
    }
}










/* HOME BANNERS HOVER */

#home_banners_1 .elementor-image a img,
#home_banners_2 .elementor-image a img {
    transition: transform .2s;
}

#home_banners_1 .elementor-image a:hover img,
#home_banners_2 .elementor-image a:hover img {
    transform: scale(1.05); ;
}




/* TAMAÑO DESCUENTO */

.discount-amount,.propage .discount-percentage {
    font-size: 18px;
}

.product-price.has-discount .current-price span:not(.discount) {
    color: #ec0101;
    padding-right: 15px;
}



/* OCULTAR YOTPO RELATED EN PRODUCTOS */

#product .promoted-products-box {
    display: none !important;
}




/* CHECKOUT EN POPUP CARRITO */

#blockcart-modal .cart-content-btn > a {
    background-color: #ec0101;
}


/* CHECKOUT CARRITO */

#cart .checkout a {
    background-color: #ec0101;
    font-weight: bold;
}



/* OCULTAR ALIAS */

.form-group.field-alias,
.address-alias.h4 {
    display: none !important;
}

body#checkout section.checkout-step .address {
    margin-left: 2.5rem !important;
}