 /*!
 * @update 10.06.2020
 * @author Webibazaar Template https://www.webibazaar.com
 * @contact info@webibazaar.com 
 * @license
 * Copyright  2016-2020 Winter Infotech Team
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
:focus {
    outline: none;
}
ul {
    margin-bottom: 0;
}
/* 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;
}
/*loader start */

#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-left: -80px;
}
#index #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 53%;
    top: 40%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.object{
    position: absolute;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat ;
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/*loader end*/ 
.float-lg-left {
    float: left;
}
.breadcrumb {
    padding: 15px 0;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #97b76c;
    margin: 0 15px 20px 15px;
}
#wrapper .breadcrumb li a {
    color: #232323;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
#wrapper .breadcrumb li a:hover {
    color: #97b76c;
}
/* review */
.fancybox-skin{
    /* background: #fff !important;
    padding: 5px !important; */
}
.pro-det .comments_note {
    display: inline-block;
}
#product .fancybox-wrap{
    left: 0 !important
}
#product .fancybox-wrap,#product .fancybox-skin,#product .fancybox-outer,#product .fancybox-inner,#product .fancybox-image,#product .fancybox-wrap iframe,
#product .fancybox-wrap object,#product .fancybox-nav,#product .fancybox-nav span,#product .fancybox-tmp{
    max-width: 620px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-c {
    font-weight: normal;
    font-size: 17px;
    font-weight:500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.prodes-c{
    margin-top: 15px;
}
.new_comment_form_content {
    /* background-color: #232323;
    padding: 6px 0; */
}
.new_comment_form_content h2{
    /* color: #fff;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px; */
}
/* review over */
/* add to cart modal */
#blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto .9375rem;
}
#blockcart-modal .product-name {
    color: #222;
    font-size: 17px;
    text-transform: capitalize;
}
#blockcart-modal .cart-content p span{
    color: #888;
    display: inline-block;
}
#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 5px 5px;*/
}
.mhr{
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #e7e7e7;
}
.divide-right .modprice {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 6px;
}
#blockcart-modal .close{
    color: #f0f0f0;
    padding: 10px;
}
#blockcart-modal .cart-products-count{
    font-size: 16px;
    font-weight:500;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    width: 100%;
}
#blockcart-modal .modal-title{
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #232323;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    /*border-radius: 5px 5px 0 0;*/
    letter-spacing: .5px;
    color: #fff;
}
.cart-content strong {
    color: #232323;
}
#blockcart-modal .modal-body{
    padding: 0;
    background-color: #fff;
}
.lc p {
    color: #232323;
    font-weight: normal;
}
.cart-content p{
    margin-bottom: 10px;
}
#blockcart-modal .modal-dialog {
    max-width: 550px;
    width: 100%;
}
@media (max-width: 991px){
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }
}
/* cart modal over */
/* cart dropdown */
.head-cart-drop {
    width: 275px;padding: 0;margin: 0
}
.cart-det{
    padding: 10px;
}
.cart-img img{
    max-width: 70px;
}
.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{
    width: 70%;
}
.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 */
/* page not */
.search-widget form input[type="text"] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
    /*border-radius: 5px;*/
}
.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0;
    right: 0;
    color: #7a7a7a;
    top: 0;
    cursor: pointer;
}
/* page not over */
.wb-image-block {
    transition: all 0.3s ease;
}
 .wb-image-block .first-img {
    transition: all 0.6s ease 0s;
    opacity: 1;
}
.wb-image-block .second-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%, 40%) scale(0.2);
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}
.thumbnail-container:hover .second-img {
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    transform: translate(0%, 0%);
}
.wb-image-block img {
    margin-left: auto;
    margin-right: auto;
}
#xs-zoom .owl-nav i {
    font-size: 40px;
}
#xs-zoom .owl-next {
    position: absolute;
    right: 10px;
    top: 42%;
}
#xs-zoom .owl-prev {
    position: absolute;
    left: 10px;
    top: 42%;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    transition: all 300ms ease;
}
#scroll::after {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px dashed #474747;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    border-radius: 50%;
}
#scroll svg {
    fill: #97b76c;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
.m-img{
    padding: 5px;
}
#manufacturer-description p {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 15px;
    /*border-radius: 5px;*/
}
.disabled {
    cursor: no-drop !important;
}
.disabled:hover {
    opacity: 0.5;
}
.product-variants > .product-variants-item ul li label {
    margin-bottom: 0;
}
#webizoom img {
    cursor: pointer;
    border: 1px solid #f2f2f2;
    /*border-radius: 4px;*/
}
.quickview .mask img{
    margin-bottom: 9px;
}
@media (min-width: 992px){
    #_desktop_currency_selector {
        margin: 0 40px;
        position: relative;
    }
    .wi-he {
        position: relative;
        margin: 0 0 0 50px;
    }
    #_desktop_currency_selector::before, .wi-he::before {
        border-right: 1px solid #222;
        content: '';
        position: absolute;
        left: -25px;
        height: 10px;
        top: 6px;
    }
    #_desktop_currency_selector::after {
        border-right: 1px solid #222;
        content: '';
        position: absolute;
        right: -25px;
        height: 10px;
        top: 6px;
    }
    .fixed {
        position: fixed;
        z-index: 9;
        top: 0;
        transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
        left: 0;
        right: 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .fixed strong {
        display: none;
    }
}
.pro-det h1 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: capitalize;
}
.card-title {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ratep {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    color: #232323;
    border-left: 1px solid #e8e8e8;
    padding: 0 7px;
    margin: 0 7px;
}
#ratep i {
    font-size: 18px;
    margin-right: 5px;
}
#ratep:hover {
    color: #97b76c;
}
.arltr {
    display: inline-block;
}
.pro-det .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    font-size: 15px;
}
#product_reviews_block_tab .review_button li {
    font-size: 12px;
}
.propage .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.propage h1 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
#product-availability{
    display: none;
}
.eml p {
    margin-top: 5px;
    position: absolute;
    right: 15px;
    left: 15px;
    z-index: 5;
    /*border-radius: 5px;*/
}
#module-wbblog-single #main .page-footer, #module-wbblog-archive #main .page-footer {
    margin-bottom: 0;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu, .se-do{
    display: none;
    left: auto;
    right: 0;
    line-height: normal;
    min-width: 11rem;
    /*border-radius: 5px;*/
    margin-top: 10px;
}
.language-selector .dropdown-menu li a, .currency-selector .dropdown-menu li a{
    color: #222;
}
.language-selector .dropdown-menu li a:hover, .currency-selector .dropdown-menu li a:hover{
    color: #97b76c;
}
.user-down {
    margin-top: 12px;
    display: none;
    left: auto;
    right: 0;
    line-height: normal;
    min-width: 15rem;
    /*border-radius: 5px;*/
}
.user-down a {
    text-align: left;
    display: block;
    cursor: pointer;
    margin-left: 14px;
    padding: 3px;
    letter-spacing: 1px;
    color: #222;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
}
.user-down a:hover {
    color: #97b76c;
}
.user-down a i {
    width: 17px;
    text-align: center;
    font-size: 15px;
}
.new_review_form_content {
    padding: 0 15px 0 0;
}
#main .page-footer {
    margin-bottom: 1.563rem;
    margin-top: 10px;
}
.register-form p a {
    color: #000;
}
.page-content.page-cms {
    background: #fff;
    text-align: justify;
    padding: 15px;
    /*border-radius: 5px;*/
    border: 1px solid #e6e6e6;
}
.page-content.page-cms h2{
    margin-bottom: 10px;
}
.product-line-grid-right {
    margin-top: 10px;
}
body#checkout .condition-label a {
    color: #97b76c;
}
body.active {
    overflow: hidden;
}




#index #content-wrapper {
    padding: 0;
}
#index #wrapper{
    padding-top: 0;
    background-color: #fff;
    border-top: none;
}
#wrapper {
    padding-top: 0;
    background-color: #fff;
    border-top: 1px solid rgba(47, 47, 47, 0.1);
}
.bg-sl{
    background-image: url('../../assets/img/slider-img.jpg');
    padding: 30px 15px;
}
.slider-home {
    max-width: 1800px;
    margin: 0 auto 30px auto;
}
.slider-home img{
    border-radius: 0 !important;
}
.slider-home .owl-theme .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 45px;
}
.slider-home .owl-theme .owl-dots .owl-dot.active span, .slider-home .owl-theme .owl-dots .owl-dot:hover span, .prl .owl-theme .owl-dots .owl-dot.active span, .prl .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    height: 10px;
    width: 25px;
    border: 2px solid #97b76c;
    border-radius: 0;
}
.slider-home .owl-theme .owl-dots .owl-dot span, .prl .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    transition: all 500ms ease;
    background-color: #97b76c;
    border-radius: 0;
}
.header-nav{
    background-color: #f6f6f6;
    padding: 10px 0;
}
.header-top {
    background-color: #fff;
    padding: 30px 0;
}
#_desktop_currency_selector button span, #_desktop_language_selector button span, #_desktop_currency_selector span, #_desktop_language_selector span {
    color: #222;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0 8px;
}
.language-selector{
    display: inline-block;
}

.top-nav {
    text-align: right;
}
.get {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #454545;
    font-weight: 500;
    margin: 0 10px;
    vertical-align: middle;
}
.lan, .cun{
    display: inline-block;
}
.option-main {
    float: right;
}
.rightac{
    margin-top: 8px;
}
#_desktop_cart {
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.hcart{
    display: inline-block;
    position: relative;
}
.cart-c {
    background: #97b76c;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    width: 15px;
    position: absolute;
    left: auto;
    right: 0;
    letter-spacing: 0;
    top: -7px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.usr svg, #search_toggle svg, .hcart svg {
    fill: #222;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 24px;
}
#_desktop_cart .header {
    position: relative;
}
#_desktop_user_info{
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin: 0 25px;
}
#_desktop_user_info::before {
    position: absolute;
    content: '';
    border-right: 1px solid rgba(234, 234, 234, 0.1);
    height: 38px;
    top: -6px;
    right: -25px;
    left: auto;
}
.hcart:hover svg, #search_toggle:hover svg, .user-info:hover .usr svg{
    fill: #97b76c;
}
.wcom, .wimg {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color: #222;
}
/* more */
.view_menu .level-top {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
}
.view_menu {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.view_menu .more-menu li{
    display: block;
    text-align: left;
    margin: 5px 0;
}
.view_menu .more-menu {
    padding: 10px;
    position: absolute;
    top: 36px;
    left: auto;
    right: 0;
    margin: 0 !important;
    background: #fff;
    min-width: 180px;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #97b76c;
    z-index: 9;
    transform-origin: 0 0 0;
    transform: scale(1, 0);
    transition: all 500ms ease 0s;
    display: block !important;
    opacity: 0;
}
.view_menu:hover .more-menu {
    opacity: 1;
    transform: scale(1, 1);
}
.view_menu .more-menu li.level-1 > a {
    color: #222;
}
/* more menu */
/*cate*/
.bg-cate {
    background-color: #f9f9f9;
    padding: 30px 0;
}
.cate-n span {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    transition: ease-in-out 0.5s;
    color: #222;
    position: relative;
}
.cate-n span::before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #97b76c;
    width: 0;
    bottom: -10px;
    left: 0;
    transition: ease-in-out 0.5s;
    right: 0;
    margin: 0 auto;
}
.cate-img:hover span::before{
    width: 100%;
}
.cate-t {
    text-align: center;
}
.cate-n {
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    border-top: none;
}
.cate-img:hover .cate-n span {
    color: #97b76c;
}
/*cate over*/
/* testimonial */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #97b76c;
}
.parallex{
    background-image: url('../../assets/img/testi.jpg');
    background-position: 50% 0;
    cursor: crosshair;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}
.timg {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    display: block;border-radius: 100%;
    border: 1px solid #97b76c
}
.t1 {
    background-image: url('../img/testi1.png');
}
.t2 {
    background-image: url('../img/testi2.png');
}
.t3 {
    background-image: url('../img/testi3.png');
}
.parallex .item p {
    font-size: 14px;
    color: #dfdfdf;
    line-height: 23px;
    margin: 10px 0 40px 0;
}
.parallex .item h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #97b76c;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 5px;
}
.parallex .item h2::before,.parallex .item h2::after{
    content: '';
    border-top: 1px solid #97b76c;
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -17px;
}
.parallex .item h2::after{
    margin-top: -14px;
}
.parallex .item h5 {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 6px;
}
.parallex .item span{
    display: inline-block;
}
.parallex .item span::before{
    content: '';
    border-left: 1px solid #97b76c;
    height: 50px;
}
.parallex .item svg:nth-child(1) {
    position: absolute;
    left: -35px;
    top: -15px;
    z-index: 1;
}
.parallex .item svg:last-child {
    position: absolute;
    right: -35px;
    bottom: -15px;
    z-index: 1;
}
.parallex .item svg {
    fill: #97b76c;
    opacity: .5;
}
.parallex .item {
    max-width: 1150px;
    margin: 0 auto;
}
.parallex .testdes {
    position: relative;
}
/*static bn*/
.stck-bn {
    border: 1px solid #e1e1e1;
    margin: 0 200px;
    padding: 24px;
    text-align: center;
    position: relative;
}
.st-img {
    background-image: url('../../assets/img/st-bn.png');
    position: absolute;
    left: 0;
    width: 282px;
    height: 109px;
    top: 0;
}
.stck-bn h4 {
    color: #97b76c;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.stck-bn p {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #939393;
}
.stck-bn a {
    float: right;
    background-color: #97b76c;
    color: #fff !important;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: -50px;
    transition: all 0.5s ease-in-out 0s;
}
.stck-bn a:hover{
    background-color: #222;
}
/*static bn over*/
.color-pro {
    margin-top: 10px;
}
.color-pro {
    text-align: left;
}
/* special */
#owl-special .wb-product-desc .product-price-and-shipping {
    float: none !important;
}
#owl-special .wb-product-desc .wb-list-product-reviews {
    text-align: left;
}
#owl-special .product-title {
    margin: 7px 0 10px 0;
}
#owl-special .product-description {
    padding: 25px 20px;
}
.owl-theme .owl-nav .disabled {
    cursor: no-drop !important;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #222;
    font-size: 18px;
    margin: 0;
    padding: 7px 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #eee;
    min-width: 35px;
    min-height: 35px;
    opacity: 1;
    text-align: center;
    border-radius: 0;
    transition: 0.3s ease;
    margin:0 5px;
    position: relative;
}
.owl-theme .owl-nav {
    position: relative;
    left: 0;
    right: auto;
    margin-top: 30px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #97b76c;
    border: 1px solid #97b76c;
    color: #fff;
}
.pro-tab .nav-item .nav-link.active::before, .pro-tab .nav-item .nav-separtor.active::before, .pro-tab .nav-item .nav-link:hover::before, .pro-tab .nav-item .nav-separtor:hover::before {
    width: 40px;
}
.pro-tab .nav-item .nav-link::before, .pro-tab .nav-item .nav-separtor::before {
    border-bottom: 2px solid #97b76c;
    position: absolute;
    bottom: -8px;
    content: '';
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.4s ease-out 0s;
}
.pro-tab .nav-tabs {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.pro-tab {
    margin-bottom: 35px;
}
.head1 h5,.head-t h5 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #999;
    text-transform: capitalize;
}
.head-t h4 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 2px;
    position: relative;
    padding: 0 10px;
    margin: 0 0 55px 0;
}
.head-t {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}
.head-t::before {
    border-bottom: 2px solid #97b76c;
    position: absolute;
    bottom: -18px;
    content: '';
    width: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.head-t::after {
    border-bottom: 2px solid #97b76c;
    position: absolute;
    bottom: -25px;
    content: '';
    width: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.head1 {
    text-align: center;
    position: relative;
}
.head1 h4 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 2px;
    position: relative;
    padding: 0 10px;
    margin: 0 0 50px 0;
}
.head1::before {
    border-bottom: 2px solid #97b76c;
    position: absolute;
    bottom: -18px;
    content: '';
    width: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.head1::after {
    border-bottom: 2px solid #97b76c;
    position: absolute;
    bottom: -25px;
    content: '';
    width: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.product-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2c2c2c;
    padding: 2px 0;
    margin: 0 0 8px 0;
}
.product-title a {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #2c2c2c;
    font-weight: 500;
}
.product-price-and-shipping {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 21px;
}
.wb-product-desc .product-price-and-shipping {
    float: left;
}
.re-price {
    position: absolute;
    bottom: 13px;
    clip: unset;
    font-size: 13px;
    width: unset;
    height: unset;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    left: 15px;
    color: #222;
}
.descrip p {
    display: none;
}
.product-description {
    padding: 15px 0;
    text-align: left;
}
.wb-image-block {
    position: relative;
    padding: 0;
    /*border-radius: 5px;*/
}
.thumbnail-container {
    position: relative;
}
#product_comparison .thumbnail-container:hover{
    box-shadow: none;
}
.owl-carousel .owl-item img {
    width: auto;
    /*border-radius: 5px;*/
}
.sale {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: auto;
    font-size: 11px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background-color: #97b76c;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
}
.product-flags li {
    position: absolute;
    left: 15px;
    top: 15px;
    width: auto;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background-color: #97b76c;
    padding: 0 7px 1px 7px;
}
.product-miniature.js-product-miniature {
    margin-bottom: 30px;
    padding: 0;
}
.product-miniature.js-product-miniature:last-child {
    margin-bottom: 0;
}
/* button */
.thumbnail-container:hover .btn-up {
    opacity: 1;
}
.thumbnail-container .btn-up {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 219px;
    transition: all 200ms ease-out 0s;
    opacity: 0;
    z-index: 99;
    text-align: center;
}
.wishlist .wb-wishlist-button {
    padding: 0;
}
.pcom svg, .pwish svg, .pquick svg, .cartb svg {
    fill: #222;
    cursor: pointer;
}
.pcom, .pwish, .pquick {
    margin-bottom: 0;
}
.button-group .cart-add,.button-group .compare, .button-group .quick,.button-group .add-to-cart-product {
    display: inline-block;
    vertical-align: middle;
}
.button-group .cartb .p-cart {
    display: none;
}
.button-group .compare, .button-group .quick, .button-group .cartb {
    background-color: #f5f5f5;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 8px 7px 8px;
    transition: all 500ms ease 0s;
    cursor: pointer;
    border: none;
}
.button-group .compare:hover,.button-group .quick:hover, .button-group .cartb:hover{
    background-color: #97b76c;
}
.button-group .compare:hover .pcom svg,.button-group .quick:hover svg, .button-group .cartb:hover svg {
    fill: #fff;
}
.button-group .wishlist:hover .pwish svg{
    fill: #97b76c;
}
.button-group .wishlist {
    position: absolute;
    transition: all 200ms ease-out 0s;
    top: 15px;
    right: 15px;
    opacity: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
.thumbnail-container:hover .button-group .wishlist{
    opacity: 1;
}
/* button over */
/* service */
.h-ser{
    clear: both;
}
.deliveryinfo {
    cursor: crosshair;;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.deliveryinfo .ses ul {
    padding: 32px 20px 28px 20px;
    background-color: #fff;
    text-align: center;
}
.deliveryinfo ul li svg {
    width: 43px;
    height: 43px;
    fill: #222;
    margin: 0 10px;
    vertical-align: middle;
}
.deliveryinfo ul:hover svg {
    fill: #97b76c;
}
.ser-t h4 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ser-t p {
    font-size: 14px;
    color: #919191;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
/* service over */
/* search */
.d-search button{
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
body.active-search {
    overflow: hidden;
}
body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
}
.wbSearch{
     z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(18,18,18,.9);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 48px;
}
.wbSearch .close-nav {
    color: #fff;
    padding:10px 0 10px 15px;
    display: inline-block;
}
.wbSearch #search_block_top{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}
body.active-search .wbSearch #search_block_top{         
    animation: fadeInDown 0.3s 0.2s ease-out both;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
}
/* search over */
/* blog */
.post_thumbnail:hover .blog_mask {
    visibility: visible;
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.blog_mask {
    visibility: hidden;
    /* /*border-radius: 5px;*/ */
}
.blog_post_content_top {
    position: relative;
    z-index: 1;
}
.post_thumbnail img {
    transition: all .3s ease;
}
.post_thumbnail:hover img {
    transform: scale(1.2,1.2);
    cursor: pointer;
}
#index .post_thumbnail .blog_mask a {
    text-align: center;
}
.blog_mask a i {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #232323;
    padding: 11px;
    color: #fff;
    font-size: 16px;
}
.blog_mask a i:hover {
    background-color: #97b76c;;
}
.post_thumbnail {
    position: relative;
    overflow: hidden;
    /*border-radius: 5px;*/
}
.post_title a {
    margin: 0;
    font-size: 16px;
    font-weight:500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1px 0 2px 0;
}
.post_content p {
    font-size: 14px;
    color: #9e9e9e;
    letter-spacing: 0.5px;
    margin: 10px 0;
}
.blog-s {
    margin: 0 5px;
    color: #6f6f6f;
}
.bym {
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.bym i {
    color: #97b76c;
    margin: 0 5px;
}
#index .blog_post_content_bottom {
    text-align: center;
    padding: 0 15px;
}
#index .post_title {
    margin: 14px 0;
}
#index .post_meta {
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #a9a9a9;
}
#index .content_more .read_more {
    color: #97b76c;
    font-size: 14px;
    text-transform: capitalize;
}
.blg-dt, .blogc {
    margin: 0 35px;
}
/* blog over */
.bg-lg {
    border-top: 1px solid #eaeaea;
    padding: 15px 0;
}
.new-bg {
    background-color: #f8f8f8;
    padding: 30px 0 25px 0;
    position: relative;
}
.email-s {
    float: left;
    margin: 0 15px 0 0;
    fill: #97b76c;
}
.main-s {
    color: #222;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 9px;
}
.main-sm {
    font-size: 13px;
    color: #333;
    letter-spacing: 1px;
}
.emailbtn {
    position: absolute;
    right: 15px;
    cursor: pointer;
    background-color: #97b76c;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s ease-in-out 0s;
}
.emailbtn:hover{
    background-color: #222;
}
.news-bg {
    text-align: center;
    padding: 50px 15px;
}
.mainh {
    font-size: 15px;
    color: #8a8a8a;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#block_myaccount_infos .lnk_wishlist {
    padding: 0;
    width: 100%;
}
#block_myaccount_infos .lnk_wishlist i{
    display: none;
}
#block_myaccount_infos .lnk_wishlist span {
    color: #8a8a8a;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
}
#footer{
    background-color: #222222;
    position: relative;
    margin-top: 25px;
}
.footer-container{
    background-color: #fff;
    padding: 35px 0 30px 0;
}
.fot-pro, .pay{
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight:500;
    color: #222;
    margin-bottom: 25px;
    position: relative;
}
.footer-container .data {
    word-break: break-all;
    padding: 0 30px !important;
}
.fot-connect h5 {
    color: #8a8a8a;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
.fot-connect {
    margin-bottom: 25px;
}
#footer_contact .block svg {
    fill: #97b76c;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 4px;
    font-size: 16px;
}
.footer-container .wrapper li {
    margin-bottom: .3125rem;
    color: #8a8a8a;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 27px;
}
.footer-container .wrapper li a {
    color: #8a8a8a;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-container .wrapper li a:hover {
    color: #97b76c;
}
.fot-pay p {
    color: #8a8a8a;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.fb1 {
    background-repeat: no-repeat;
    height: 36px;
    width: 100px;
    background-image: url('../../assets/img/f1.png');
    display: inline-block;
    vertical-align: middle;
    background-size: 100px;
}
.fb2 {
    background-repeat: no-repeat;
    height: 36px;
    width: 108px;
    background-image: url('../../assets/img/f2.png');
    display: inline-block;
    vertical-align: middle;
    background-size: 108px;
}
.fot-pay {
    padding: 0;
    margin-top: 25px;
}
.f-c {
    margin-top: 16px;
    padding: 0;
}
.fot-af li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.fot-af svg {
    width: 40px;
    height: 40px;
}
.pay-connect1 {
    margin-top: 6px;
    text-align: right;
}
.pay-connect {
    margin-top: 20px;
    padding: 0;
}
.cpy-r a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: capitalize;
}
.block-contact .block .icon {
    float: left;
    margin: 0 10px 0 0;
    width: 22px;
}
.block-contact .block .icon i {
    font-size: 21px;
    color: #878787;
}
.bg-fd {
    background-color: #97b76c;
    padding: 5px 0;
}
.data.email a {
    text-transform: unset !important;
}
.pay-connect ul li, .pay-connect ul{
    display: inline-block;
}
.pay-connect i {
    font-size: 25px;
}
.pay{
    display: none;
}
.pay-connect li a {
    margin: 0 10px 0 0;
    color: #949494;
}
.fot-pay .pay-connect .pay{
    display: block;
}
.block-contact p {
    margin: 20px 0;
}
.block-social p {
    margin: 25px 0;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}
.block-social {
    margin-top: 7px;
}
/* product page */
.product-cover img{
    /*border-radius: 5px;*/
}
.prodes p {
    font-size: 13px;
}
.product-tab {
    margin: 25px 0;
    padding: 15px;
    /*border-radius: 5px;*/
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.product-tab .header1 {
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 10px;
}
.product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
    color: #222;
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    padding: 0 15px 10px 0;
    font-size: 14px;
}
.product-tab .nav-item .nav-link.active, .product-tab .nav-item .nav-separtor.active, .product-tab .nav-tabs .nav-link.active:hover{
    color: #97b76c;
    background-color: #fff;
    border:none;
}
.product-tab .nav-item .nav-link::before, .product-tab .nav-item .nav-separtor::before {
    border-bottom: none;
    content: '';
}
.product-tab .nav-item a::after {
    content: '';
    position: absolute;
    color: #e7e7e7;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #97b76c;
    width: 0;
    transition: all 0.4s ease-out 0s;
    top: unset;
}
.product-tab .nav-item:hover a::after{
    width: 30px;
}
.product-tab .nav-item::after{
    content: '';
}
.attachment p {
    font-size: 13px;
    margin: 10px 0;
}
.attachment h4 {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 15px;
}
.product-tab .nav-tabs .nav-item {
    margin: 0 !important;
}
/* product page over*/
/* category */
#_desktop_search_filters_clear_all {
    margin-top: 10px;
}
.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    color: #232323;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 15px;
}
.top-links-m {
    /*border-radius: 5px;*/
    background-color: #97b76c;
    padding: 15px 15px 13px 15px;
}
.top-links-m, .top-links-m a {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}
#search_filters ul {
    padding: 0 15px;
}
.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -.9375rem;
    margin-left: .9375rem;
    text-align: right;
    color: #fff;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
    height: 39px;
    line-height: 18px;
    /*border-radius: 5px;*/
}
.products-sort-order .select-title i {
    line-height: 19px;
}
.products-sort-order .dropdown-menu {
    left: 15px;
    width: auto;
    background: #fff;
    margin: 0;
    right: 15px;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
}
.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: 7px 10px;
    font-size: 14px;
}
.products-sort-order .select-list:hover {
    background: #97b76c;
    color: #fff;
    text-decoration: none;
}
.products-selection .total-products, .products-selection h1 {
    padding: 0;
    padding-top: 10px;
    text-align: center;
}
.block-category {
    min-height: 11.75rem;
}
.total-products p {
    color: #f2f2f2;
}
#js-product-list-top {
    margin-left: 0;
    margin-right: 0;
}
.wb-grid-list {
    margin-top: 7px;
}
.lgrid svg {
    fill: #fff;
    cursor: pointer;
    margin: 3px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.wb-grid-list .selected svg {
    fill: #97b76c;
}
.products-sort-order .select-title i{
    line-height: 19px;
}
.pro-name, .page-header h1 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    font-weight: 500;
    position: relative;
    color: #333;
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-transform: capitalize;
    /*border-radius: 5px;*/
}
.block-category .h1{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    color: #232323;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #7a7a7a;
    -webkit-margin-before: -20px;
}
.wb-product-grid .item-product, .wb-product-list .item-product {
    margin-bottom: 20px;
}
#search_filters .facet li:hover .custom-checkbox input[type="checkbox"] + span, #search_filters .facet li .active .custom-checkbox input[type="checkbox"] + span, #search_filters .facet li .focus .custom-checkbox input[type="checkbox"] + span {
    background-color: #97b76c;
    border: 2px solid #97b76c;
}
#search_filters .facet li:hover .custom-checkbox input[type="checkbox"] + span .checkbox-checked, #search_filters .facet li .active .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    color: #fff;
}
.wb-product-list .descrip p {
    display: block;
    font-size: 13px;
    margin: 7px 0;
    letter-spacing: 0.5px;
}
.wb-product-list .product-title a{
    font-size: 16px;
}
.wb-product-list .product-miniature .product-title {
    margin: 5px 0 6px 0;
}
.wb-product-list .button-group.highlighted-informations {
    margin-top: 10px;
}
.wb-product-list .product-description {
    text-align: left;
    padding: 15px;
}
.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.wb-product-list .thumbnail-container .btn-up{
    position: unset;
    transition: none;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}
.wb-product-list .button-group .wishlist {
    margin: 0;
}
.wb-product-list .thumbnail-container:hover .product-description .product-title, .wb-product-list .thumbnail-container:hover .product-description .wb-list-product-reviews {
    opacity: 1;
}
.wb-product-list .wb-product-desc .product-price-and-shipping {
    float: none !important;
}
.wb-product-list .wb-product-desc .wb-list-product-reviews {
    margin-top: 6px;
}
.wb-product-list .re-price, .wb-product-list .sale{
    display: none;
}
.wb-product-list .wb-product-desc .product-price-and-shipping {
    font-size: 16px;
    height: 22px;
    position: unset;
    padding: 0;
    line-height: 22px;
}
#category-description {
    padding: 0;
}
#search_filter_toggler:hover {
    background-color: #97b76c;
    color: #fff !important;
}
#search_filter_toggler {
    background-color: #fff;
    height: 39px;
    color: #2f2f2f !important;
    line-height: 23px;
}
.category-cover {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
   /*border-radius: 5px;*/
}
.category-cover img {
    max-width: 125px;
    margin: 10px;
}
#checkout-personal-information-step .nav-item a {
    color: #222;
    background-color: #fff !important;
    border: none;
}
#checkout-personal-information-step .nav-item a.active {
    color: #97b76c;
    background-color: #fff !important;
    border: none;
}
.center-banner .fbanner2 {
    float: right;
}
.center-banner .fbanner1{
    margin-bottom: 30px;
}
/* effect */
.sub-img-banner a{
    display: block;
    position: relative
}
.sub-img-banner a::before, .sub-img-banner a::after{
    content: "";
    width: 100%;
    height: 50%;
    background: rgba(132, 132, 132, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg);
    transition: all 0.3s ease 0s;
}
.sub-img-banner a::after {
    top: auto;
    bottom: 0;
    transform-origin: 0 100%;
}
.sub-img-banner:hover a::before, .sub-img-banner:hover a::after {
    transform: rotateZ(0);
}
.sub-img-banner {
    overflow: hidden;
    /*border-radius: 5px;*/
    position: relative;
}
/* effect over */
#product_comparison .thumbnail-container:hover .product-description .product-title, #mywishlist .thumbnail-container:hover .product-description .product-title, #view_wishlist .thumbnail-container:hover .product-description .product-title{
    opacity: 1;
}
#cms .page-heading {
    margin: 10px 0 15px 0;
    font-size: 19px;
    letter-spacing: 1px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
@media (min-width:1600px) {
    .wb-wishlist-product .col-xl-3 {
        width: 20%;
    }
    #view_wishlist .wb-wishlist-product .col-xl-3 {
        width: 20%;
    }
    #category #content-wrapper, #best-sales #content-wrapper, #prices-drop #content-wrapper, #new-products #content-wrapper{ 
        width: 80%;
    }
    #_desktop_top_menu.col-xl-3,#left-column {
        width: 20%;
    }
    .wb-product-list .wb-image-block.col-xl-3 {
        width: 24%;
    }
}
@media (min-width: 1410px) and (max-width: 1589px){
    .wb-menu-vertical li.level-1 > a {
        letter-spacing: 0.5px;
    }
    .wb-menu-vertical li.level-1 {
        margin: 0 14px;
    }
    .deliveryinfo .ses ul {
        padding: 32px 10px 28px 10px;
    }
    .stck-bn {
        margin: 0 55px;
    }
    .blg-dt, .blogc {
        margin: 0 10px;
    }
    .ser-t p {
        font-size: 12px;
        letter-spacing: normal;
    }
}
@media (min-width: 1410px){
    #search .wb-product-grid .item-product.col-xl-3, #manufacturer .wb-product-grid .item-product.col-xl-3 {
        width: 20%;
    }
    #search .wb-product-list .item-product, #manufacturer .wb-product-list .item-product {
        width: 50%;
    }
    #search .wb-image-block.col-xl-3, #manufacturer .wb-image-block.col-xl-3 {
        width: 30%;
    }
    #search .wb-product-list .product-description, #manufacturer .wb-product-list .product-description {
        width: 70%;
    }
}
@media (min-width: 1200px){
    .blg-dt, .blogc {
        margin: 0 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .wb-menu-vertical li.level-1{
        margin: 0 10px;
    }
    .parallex .item{
        max-width: 1100px
    }
    .deliveryinfo .ses ul {
        padding: 32px 10px 28px 10px;
    }
    .ser-t p {
        font-size: 12px;
        letter-spacing: normal;
    }
    .wb-menu-vertical li.level-1 > a {
        font-size: 13px;
        letter-spacing: normal;
    }
    #_desktop_top_menu{
        padding: 0;
    }
    #search .wb-image-block.col-xl-3, #manufacturer .wb-image-block.col-xl-3 {
        width: 25%;
    }
    #search .wb-product-list .product-description, #manufacturer .wb-product-list .product-description {
        width: 75%;
    }
    #search .wb-product-grid .item-product.col-xl-3, #manufacturer .wb-product-grid .item-product.col-xl-3 {
        width: 25%;
    }
    #_desktop_logo img{
        max-width: 180px;
    }
    .stck-bn {
        margin: 0 60px;
    }
}
@media (min-width: 992px){
    .wcom svg, .wimg.f1 svg{
        display: none;
    }
    #_desktop_logo img {
        margin: 0 auto;
    }
    .wb-product-desc .wb-list-product-reviews {
        text-align: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .parallex .item{
        max-width: 800px
    }
    #_desktop_user_info{
        margin: 0 10px;
    }
    .product-price-and-shipping {
        font-size: 13px !important;
    }
    .regular-price {
        font-size: 10px !important;
    }
    #owl-special .product-description {
        padding: 20px 10px;
    }
    .ser-ss {
        margin-top: 15px;
    }
    .wb-menu-vertical li.level-1 {
        margin: 0 15px;
    }
    .product-description {
        padding: 15px 5px;
    }
    #pt_vegamenu::before{
        content: "";
    }
    .wb-menu-vertical li.level-1 > a, .view_menu .level-top {
        font-size: 14px;
        letter-spacing: normal;
    }
    .head1 h4, .head-t h4 {
        font-size: 17px;
    }
    #search .wb-image-block.col-xl-3, #manufacturer .wb-image-block.col-xl-3 {
        width: 25%;
    }
    #search .wb-product-list .product-description, #manufacturer .wb-product-list .product-description {
        width: 75%;
    }
    #search .wb-product-grid .item-product.col-md-6, #manufacturer .wb-product-grid .item-product.col-md-6 {
        width: 33.33%;
    }
    .products-selection .sort-by {
        font-size: 12px;
    }
    #_desktop_logo img{
        max-width: 145px;
    }
    .header-top {
        padding: 20px 0;
    }
    .slide1 {
        margin-bottom: 23px;
    }
    .mb-2 {
        margin-bottom: 50px;
    }
    .thumbnail-container .btn-up {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 180px;
    }
}
@media (max-width: 1199px){
    .stck-bn {
        margin: 0;
    }
    .fot-pro, .pay {
        font-size: 14px;
    }
    .footer-container .wrapper li a,.footer-container .wrapper li{
        font-size: 13px;
        letter-spacing: normal;
    }
    .cpy-r a {
        font-size: 12px;
        letter-spacing: normal;
    }
    #menu1 ul li:last-child, #top-links-n, .products-selection .total-products, .products-selection h1, .user-d,#block-newsletter-label {
        display: none;
    }
    .pro-det h1 {
        font-size: 16px;
    }
    #product #block-reassurance span {
        font-size: 12px;
    }
}
@media (max-width: 991px){
    .wishl{
        display: block
    }
    .parallex .item p{
        margin: 10px 0
    }
    .parallex .item svg{
        display: none
    }
    .fot-r{
        border-bottom: 1px solid #e1e1e1;
        text-align: center;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #f_desktop_logo img {
        margin: 0 auto;
    }
    .fot-pay {
        margin-top: 10px;
    }
    .fot-pay p {
        font-size: 13px;
        letter-spacing: normal;
    }
    .st-img {
        width: 200px;
        height: 93px;
        background-size: 218px;
    }
    .menu-bg, .spe-cn{
        display: none;
    }
    .wcom svg, .wimg.f1 svg{
        vertical-align: middle;
        fill: #222;
        width: 15px;
        height: 14px;
    }
    .wcom:hover svg, .wimg.f1:hover svg{
        fill: #97b76c;
    }
    .wcom:hover, .wimg:hover {
        color: #97b76c;
    }
    .bg-lg.mb-2 {
        margin-bottom: 0;
    }
    .cpy-r .text-xs-right, .cpy-r .f-c, .cpy-r .text-xs-left {
        text-align: center !important;
        padding: 0;
        margin-top: 0;
    }
    .button-group .wishlist{
        margin: 0;
    }
    .thumbnail-container .btn-up{
        position: unset;
        display: inline-block;
        opacity: 1;
        vertical-align: middle;
        margin-top: 7px;
    }
    .button-group .wishlist {
        opacity: 1;
    }
    .desktop-search{
        float: none !important;
    }
    .wb-menu-vertical li.level-1 > a{
        color: #222;
    }
    .bo-blog {
        position: unset;
        margin-top: 10px;
        /*border-radius: 5px;*/
        padding: 0 15px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #97b76c;
        padding: 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        line-height: normal;
        font-weight:500;
    }
    .ico-menu .bar {
        background-color: #fff;
    }
    .sideb{
        display: block;
    }
    .siden{
        display: none;
    }
    .closebtn {
        float: right;
    }
    .close-nav i {
        color: #fff;
        font-size: 16px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #wrapper, #footer {
        display: block !important;
    }
    .ico-menu .bar:nth-child(1) {
        top: 0;
        width: 14px;
    }
    .ico-menu .bar:nth-child(2) {
        top: 5px;
        width: 16px;
    }
    .ico-menu .bar:nth-child(3) {
        top: 10px;
        width: 20px;
    }
    .ico-menu .bar:nth-child(1)::after {
        transition-delay: 0.1s;
    }
    .ico-menu .bar:nth-child(2)::after {
        transition-delay: 0.2s;
    }
    .ico-menu .bar:nth-child(3)::after {
        transition-delay: 0.3s;
    }
    .ico-menu .bar {
        position: absolute;
        height: 2px;
        background-color: #222;
        overflow: hidden;
    }
    .ico-menu {
        position: relative;
        width: 16px;
        top: -6px;
        margin: 0 auto;
        left: -2px;
    }
    .ico-menu .bar::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #97b76c;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transition-delay: 0s;
    }
    .btn-navbar.navbar-toggle{
        color: #2d2d2d;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        border: none;
        background-color: transparent;
        min-width: 35px;
        min-height: 35px;
        vertical-align: middle;
        margin: 0;
        padding: 9px;
    }
    #wr-menu-icon:hover .ico-menu .bar::after {
        left: 0;
    }
    .nav-f-static,.pay, #top-links,.user-d, .cart-count,.carti, .cart-s{
        display: none !important;
    }
    .pro-tab, .head-t {
        margin-bottom: 20px;
    }
    .head1 h4, .head-t h4 {
        font-size: 16px;
        margin: 0 0 45px 0;
    }
    .nav-item .nav-link, .nav-item .nav-separtor {
        font-size: 13px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #header .position-static{
        float: right;
    }
    #_desktop_logo {
        padding: 0;
    }
    #search_block_top #search_query_top{
        width: 100%;
       /*border-radius: 5px;*/
    }
    .product-line-grid-right {
        border-top: 1px solid #e1e1e1;
        padding-top: 10px;
    }
    #_mobile_currency_selector .dropdown i{
        color: #222;
    }
    #_mobile_currency_selector, #_mobile_language_selector {
        border: 1px solid #e1e1e1;
        /*border-radius: 5px;*/
        padding: 5px;
        margin: 5px;
    }
    .center-b, .spe-des h4, #search_category, #_desktop_top_menu, .header-nav, .re-price{
        display: none;
    }
    .quickview .mask, .quickview .arrows, .p-cart {
        display: none;
    }
    .wb-product-desc .product-price-and-shipping {
        float: none !important;
    }
    .product-title {
        margin: 0 0 4px 0;
    }
    .ser-ss {
        margin-top: 15px;
    }
    .product-description {
        padding: 15px 5px;
        text-align: center;
    }
    .block-social {
        text-align: center !important;
    }
    #owl-special .wb-product-desc .product-price-and-shipping{
        text-align: left;
    }
    .blg-dt, .blogc {
        margin: 0 8px;
    }
    .bym {
        font-size: 13px;
        letter-spacing: normal;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .wbpc-main .count {
        min-width: 48px;
    }
    .ses3, .ses4{
        margin-top: 10px;
    }
    #_desktop_currency_selector button span, #_desktop_language_selector button span, #_desktop_currency_selector span, #_desktop_language_selector span {
        letter-spacing: normal;
        font-size: 13px;
    }
    .block_newsletter form input {
        height: 44px;
    }
    .products-selection .sort-by {
        font-size: 11px;
        letter-spacing: normal;
    }
    .col-sm-3.ses {
        width: 50%;
    }
   .container_wb_megamenu .title-menum {
        font-size: 13px;
    }
    .wb-product-list .descrip p {
        height: 55px;
        overflow: hidden;
    }
    .cpy-r a {
        font-size: 13px;
        letter-spacing: normal;
    }
    #menu-icon {
        margin: 0px 15px 0 15px;
    }
    .mb-2 {
        margin-bottom: 40px;
    }
    .cart-item {
        border: 1px solid #f2f2f2;
        margin: 0 0 20px 0;
    }
    .product-line-grid-right {
        margin-top: 10px;
        border-top: 1px solid #f6f6f6;
        padding-top: 15px;
    }
    #search .wb-product-grid .item-product.col-sm-6, #manufacturer .wb-product-grid .item-product.col-sm-6 {
        width: 33.33%;
    }
    #pt_vegamenu::before{
        top: 13px;
    }
    .fot-pro, .pay {
        font-size: 12px;
        letter-spacing: normal;
        margin-bottom: 20px;
    }
    .footer-container .wrapper li a,.footer-container .wrapper li{
        font-size: 13px;
        line-height: 22px;
    }
    .container_wb_megamenu .title-menu{
        padding: 7px  15px;
    }
    #_desktop_logo img {
        max-width: 145px;
    }
    .header-top {
        padding: 15px 0;
    }
    .wb-menu-vertical li.level-1{
        padding: 12px;
    }
    .wb-menu-vertical li.level-1 > a, .view_more a {
        font-size: 13px;
    }
    .forgotten-password .form-fields label.required{
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .wb-product-list .wb-product-desc .wb-list-product-reviews {
        text-align: left;
    }
    .wb-product-list .button-group .wishlist {
        left: -30px;
        right: auto;
        opacity: 1;
    }
    .forgotten-password .form-fields .center-email-fields button {
        margin: 0 10px;
    }
    .sticky-zoom {
        position: sticky;
        top: 20px;
    }
}
@media (max-width: 767px){
    .parallex{
        padding: 20px 0
    }
    .parallex .item p{
        font-size: 12px;
    }
    .wb-product-list .product-description{
        position: unset;
    }
    .wbSearch{
        padding: 20px;
    }
    #wbsearch_content_result{
        top: 80px;
    }
    .block-contact p {
        margin: 15px 0;
        text-align: center;
    }
    .block_newsletter form input {
        height: 43px;
    }
    .product-description, .wb-product-desc .wb-list-product-reviews {
        text-align: center;
    }
    .product-miniature .product-title {
        margin: 1px 0 4px 0;
    }
    .footer-container {
        padding: 15px 0;
    }
    .main-s {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mainh {
        font-size: 12px;
    }
    .news-bg {
        padding: 25px 15px;
    }
    .block-social li {
        width: 33px;
        height: 33px;
        padding-top: 7px !important;
    }
    #search_block_top .btn.button-search:hover, #search_block_top .btn.button-search:focus{
        background-color: #97b76c;
    }
    .user-down a{
        font-weight: 400;
    }
    .button-search:hover, .button-search:focus{
        background: #97b76c;
    }
    .header-top {
        padding: 10px 0;
    }
    .head-t h4 {
        font-size: 15px;
        letter-spacing: normal;
    }
    .pro-tab .nav-tabs{
        margin-top: 10px;
    }
    .user-down {
        min-width: 15rem;
    }
    .footer-container .links ul > li {
        margin-bottom: 0;
        line-height: 25px;
    }
    .footer-container .links ul > li a {
        line-height: 21px;
        font-size: 13px;
    }
    .wbpc-main .count, .product-info .product_name strong, .cart-grid-body .card-block h1{
        font-size: 15px;
    }
    #menu-icon {
        margin: 5px 10px 0 10px;
    }
    .mb-2{
        margin-bottom: 30px;
    }
    #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
        margin-bottom: 0;
    }
    .pagination .text-xs-left, .pagination .text-xs-right {
        text-align: center !important;
        width: 100%;
    }
    .block-category {
        min-height: auto;
    }
    .wb-grid-list{
        margin-top: 0;
    }
    .pro-name, .page-header h1 {
        font-size: 16px;
        padding: 13px;
    }
    .forgotten-password .form-fields label.required {
        width: auto;
        text-align: center;
    }
    #checkout #block-reassurance {
        margin-bottom: 15px;
    }
    .dropdown select {
        -webkit-appearance: none;
        background-color: transparent;
        font-size: 12px;
    }
    #index .post_meta, .im-bnm{
        display: none;
    }
    .ser-s{
        margin-bottom: 15px;
    }
    #owl-special .product-description {
        padding: 15px 10px;
    }
}
@media (min-width: 576px){
}
@media (min-width: 576px) and (max-width: 767px){
    #_desktop_logo img {
        max-width: 146px;
    }
    .wb-product-list .product-description, .wb-product-list .button-group.highlighted-informations .btn-pro {
        text-align: center !important;
    }
    .bg-cb,.banner-2.img-banner, .center-banner{
        display: none;
    }
}
@media (max-width: 575px){
    .bg-sl {
        padding: 20px 0;
    }
    .slider-home {
        margin-bottom: 20px;
    }
    .wbsub-image-block,.slider-home .owl-theme .owl-dots{
        display: none;
    }
    .bg-lg {
        padding: 15px 0 0 0;
    }
    .new-bg {
        padding: 20px 0 20px 0;
    }
    .post_content p {
        font-size: 13px;
    }
    .top-hc,.block-social .fot-pro, .product-flags li{
        display: none;
    }
    .head1 h5, .head-t h5 {
        font-size: 12px;
    }
    .cpy-r a {
        font-size: 12px;
        letter-spacing: normal;
    }
    #_desktop_logo img {
        max-width: 116px;
    }
    #menu-icon {
         margin: 1px 10px 0 10px;
    }
    #_desktop_user_info {
        margin: 0 11px;
    }
    .usr svg, #search_toggle svg, .hcart svg {
        width: 22px;
        height: 22px;
    }
    #_desktop_logo {
        margin-top: 2px;
    }
    #search_block_top .btn.button-search{
        padding: 0 15px;
    }
    .wb-product-list .product-description, .wb-product-list .button-group.highlighted-informations .btn-pro {
        text-align: center !important;
    }
    .products-sort-order .select-title {
        font-size: 12px;
        padding: 11px 6px;
    }
    .products-sort-order .select-list {
        font-size: 12px;
        padding: 5px 6px;
    }
    .product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
        padding: 0 5px 10px 0;
        font-size: 0.750rem;
    }
    .product-tab{
        padding: 10px;
    }
    .product-actions .add-to-cart {
        padding: 8px 6px;
        font-size: 11px;
        text-transform: capitalize;
    }
    .propage h1, body#checkout section.checkout-step .step-title{
        font-size:  15px;
    }
    .close {
        font-size: 22px;
        font-weight: 500;
        line-height: 16px;
    }
    .ser-t h4 {
        font-size: 14px;
    }
    .product-price-and-shipping {
        font-size: 12px !important;
        letter-spacing: normal !important;
    }
    .wb-product-list .product-price-and-shipping{
        font-size: 14px !important;
    }
    .regular-price{
        font-size: 11px !important;
    }
    .product-description {
        padding: 15px 3px;
        text-align: center;
    }
    .wb-product-grid .item-product{
        width: 50%;
    }
    .deliveryinfo .ses ul {
        padding: 32px 5px 28px 5px;
    }
    .ser-t p {
        font-size: 12px;
    }
    .deliveryinfo .ses ul {
        padding: 28px 5px 24px 5px;
        text-align: left;
    }
}
@media (max-width:480px){
    .button-group .compare, .button-group .quick, .button-group .cartb {
        width: 27px;
        height: 27px;
        padding: 5px;
    }
    .button-group .compare svg, .button-group .cartb svg,.button-group .quick svg{
        width: 14px;
        height: 13px;
    }
}
@media (min-width: 360px) and (max-width: 575px){
    .wb-product-list .item-product.col-xs-12{
        width: 50%;
    }
    .wb-product-list .descrip p {
        height: 80px;
        overflow: hidden;
    }
}
@media (min-width: 500px) and (max-width: 767px){
    .wb-product-grid .item-product.col-xs-12 {
        width: 50%;
    }
    .wb-product-list .item-product.col-xs-12{
        width: 50%;
    }
}