@import url(base.css);

/*********
Header
*********/
* {
    font-family: 'Jost', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.btn {
    background-image: none;
    background: #5f752e;
    border: 1px solid #5f752e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Jost', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 9px 20px;
    font-size: 15px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
}

.btn-primary:active:focus {
    background: #5f752e;
    border: 1px solid #5f752e;
    color: #fff;
}

.btn-primary:hover,
.btn-primary.active:hover,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle:hover {
    background-color: #333333;
    border-color: #333333;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus {
    background: #5f752e;
    border-color: #5f752e;
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 970px;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 639px) {
    .container {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-width: 379px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

.top-padding {
    padding-top: 35px;
}

.bottom-padding {
    padding-bottom: 35px;
}

.top-margin {
    margin-top: 35px;
}

.bottom-margin {
    margin-bottom: 35px;
}

@media(max-width: 991px) {
    .top-padding {
        padding-top: 25px;
    }

    .bottom-padding {
        padding-bottom: 25px;
    }

    .top-margin {
        margin-top: 25px;
    }

    .bottom-margin {
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .top-padding {
        padding-top: 20px;
    }

    .bottom-padding {
        padding-bottom: 20px;
    }

    .top-margin {
        margin-top: 20px;
    }

    .bottom-margin {
        margin-bottom: 20px;
    }
}

@media(max-width: 479px) {
    .top-padding {
        padding-top: 10px;
    }

    .bottom-padding {
        padding-bottom: 10px;
    }

    .top-margin {
        margin-top: 10px;
    }

    .bottom-margin {
        margin-bottom: 10px;
    }
}

#header {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}

#header .header-nav {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    max-height: none;
    margin: 0;
}

#_desktop_language_selector,
#_desktop_currency_selector {
    float: left;
    position: relative;
}

.payment-currency-block>div {
    margin-left: 10px;
    padding-left: 18px;
}

.payment-currency-block>div:first-child {
    margin-left: 0;
    padding-left: 0;
}

.payment-currency-block>div:first-child::after {
    display: none;
}

.payment-currency-block>div::after {
    position: absolute;
    height: 12px;
    width: 1px;
    background: #888888;
    left: 0;
    top: 50%;
    content: "";
    display: block;
    transform: translate(0, -50%);
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector {
    padding-right: 0;
    letter-spacing: 0.5px;
    margin: 0;
}

#header .header-nav .currency-selector>button,
#header .header-nav .language-selector>button {
    cursor: pointer;
    color: #333333;
    padding: 10px 0;
    line-height: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-nav .currency-selector>button .expand-more,
#header .header-nav .language-selector>button .expand-more {
    color: #333333;
}

#header .header-nav .currency-selector>button:hover .expand-more,
#header .header-nav .language-selector>button:hover .expand-more {
    color: #5f752e;
}

#header .header-nav .currency-selector>.dropdown-menu .dropdown-item,
#header .header-nav .language-selector>.dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 13px;
}

#header .header-nav .right-nav .user-info .material-icons {
    display: none;
}

#_desktop_user_info {
    float: right;
}

#header .header-nav .right-nav .user-info,
#header .header-nav .right-nav #contact-link {
    margin: 0;
    padding-left: 15px;
    letter-spacing: 0.5px;
}

#header .header-nav .user-info .account {
    margin-left: 0;
    /* margin-right: 10px; */
}

#_desktop_user_info a {
    padding: 12px 6px;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-nav .right-nav .user-info>a:active,
#header .header-nav .right-nav .user-info>a:focus,
#header .header-nav .right-nav .user-info>a:visited,
#header .header-nav .right-nav #contact-link>a:active,
#header .header-nav .right-nav #contact-link>a:visited,
#header .header-nav .right-nav #contact-link>a:focus {
    color: #333333;
}

#header .header-nav .right-nav .user-info>a:hover,
#header .header-nav .right-nav #contact-link>a:hover {
    color: #5f752e;
}

#header .header-nav .material-icons.expand-more,
#header .header-nav .material-icons {
    margin: 0;
    line-height: 21px;
}

.dropdown:hover .expand-more {
    color: #5f752e;
}

.btn-unstyle:focus .expand-more {
    color: #5f752e;
}

#header .header-top {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}

#_desktop_logo {
    float: left;
    display: table;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

#_desktop_logo>a {
    margin: 0;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#header a:hover {
    color: #5f752e;
}

.search-widget form button[type="submit"] .search:hover,
.search-widget form input[type="text"]:focus+button .search {
    color: #5f752e;
}

#_desktop_cart {
    margin-left: 30px;
    padding: 30px 0;
    position: relative;
    float: right;
}

#_desktop_cart .header>a {
    position: relative;
    display: block;
    padding-left: 50px;
}

#_desktop_cart .header>a .text {
    position: static;
    height: auto;
    width: auto;
    color: #333;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}

#_desktop_cart .header>a .cart-qty {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}

#_desktop_cart .header>a::before {
    font-size: 18px;
    color: #ffffff;
    content: "\f290";
    font-family: 'Fontawesome';
    background: #2d3d15;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#_desktop_cart .header>a:hover::before {
    background: #5f752e;
}

#_desktop_cart .header {
    line-height: 45px;

}

#header .header-top .search-widget {
    float: right;
    position: relative;
    width: 370px;
    margin-left: 15px;
    padding: 29px 0;
}

.search-widget form button[type="submit"] {
    right: 0;
    text-align: center;
    height: 42px;
    width: 40px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    bottom: 0;
    padding: 0;
}

.header-top .search-widget form input[type="text"] {
    margin: 0;
    padding-right: 43px;
    position: static;
    border: none;
    height: 42px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    background-color: #ececec;
}

.search-widget form input[type="text"]:focus {
    outline: none;
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none;
    padding: 0;
    min-width: 100%;
}

.page-not-found .search-widget form {
    display: inline-block;
    width: 100%;
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%;
    padding-right: 40px;
}

#header .header-contact-block {
    float: right;
    margin-left: 30px;
    padding: 30px 0;
}

#header .header-contact-block .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    box-sizing: border-box;
}

#header .header-contact-block .item .icon-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2d3d15;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-contact-block .item:hover .icon-block {
    background: #5f752e;
}

#header .header-contact-block .item .text-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#header .header-contact-block .item .text-block>a {
    color: #333333;
    display: block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: initial;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-navfullwidth {
    display: block;
    background: #2d3d15;
    float: left;
    width: 100%;
    clear: both;
}

.top-navigation-menu {
    display: block;
    background: #2d3d15;
}

.top-navigation-menu #_desktop_top_menu {
    float: none;
    width: 100%;
    padding: 0;
}

#header .top-navigation-menu .top-menu {
    margin: 0;
    display: block;
}

.top-menu .sub-menu {
    margin-left: 0;
}

#header .top-navigation-menu .top-menu .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
}

#header .top-navigation-menu .top-menu .level0:hover>a,
#header .top-navigation-menu .top-menu .level0:active>a {
    color: #5f752e;
}

#header .top-navigation-menu .top-menu .level0:hover>.sub-menu {
    display: block;
    top: 100% !important;
}

#header .top-navigation-menu .top-menu .level1 a:hover,
#header .top-navigation-menu .top-menu .level1 a:active {
    color: #5f752e;
}

#header .top-navigation-menu .top-menu .level0:first-child>a {
    padding-left: 0;
}

#header .top-navigation-menu .top-menu .level0>a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 20px;
    letter-spacing: 0.5;
    color: #fff;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

#header .top-navigation-menu .top-menu .level1 {
    position: relative;
}

#header .top-navigation-menu .top-menu .level1>a {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    padding: 18px 20px;
    letter-spacing: 0.5;
    color: #333333;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

#header .top-navigation-menu .top-menu .level2 {
    margin-left: 30px;
}

#header .top-navigation-menu .top-menu .level3 {
    margin-left: 5px;
    position: relative;
}

#header .top-navigation-menu .top-menu .level3>a {
    color: #4c4c4c;
    font-size: 13px;
}

#header .top-navigation-menu .top-menu .level4 {
    margin-left: 15px;
    position: relative;
}

#header .top-navigation-menu .top-menu .level4>a {
    color: #4c4c4c;
    font-size: 12px;
}

/*
#header .navbar-block .top-menu .category .sub-menu{
    display: block;
    top: 56px;
    width: auto;
    margin: 0;
}
#header .navbar-block .top-menu .category .sub-menu .top-menu .category a{
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 20px;
    letter-spacing: 0.5;
    color: #222;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}
*/
.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 35px;
}

.image-slider-block .carousel-item .caption {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    bottom: unset;
    max-width: unset;
}

.image-slider-block .caption .caption-description {
    display: block;
    max-width: 425px;
    width: 100%;
    text-align: left;
    float: right;
    margin-right: 180px;
}

.image-slider-block .caption .caption-description h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 58px;
    font-weight: normal;
    color: #2d3d15;
    display: block;
}

.image-slider-block .caption .caption-description h2 span {
    color: #5f752e;
}

.image-slider-block .caption .caption-description h2 strong {
    font-weight: 600;
}

.image-slider-block .caption .caption-description .action.primary {
    background: #5f752e;
    border: 1px solid #5f752e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 13px 20px;
    min-width: 160px;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
}

.image-slider-block .caption .caption-description .action.primary:hover {
    background: #333;
    border-color: #333;
}

.image-slider-block ul>li:first-child .caption .caption-description {
    float: left;
    margin-left: 180px;
    margin-right: 0;
}

.image-slider-block .caption .caption-description h2 i {
    font-family: "pristina";
    font-weight: 500;
}

.image-slider-block .caption .caption-description h3 {
    font-weight: 500;
    font-size: 31px;
    padding-bottom: 9px;
    margin-bottom: 10px;
    color: #fff;
}

.image-slider-block .caption .caption-description .slider-btn {
    display: block;
    width: 100%;
    float: left;
}

.image-slider-block .caption .caption-description .btn.btn-primary {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    background: #fabd48;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 34px;
    text-transform: capitalize;
}

.image-slider-block .caption .caption-description .btn.btn-primary:hover {
    opacity: 0.8;
}

.image-slider-block .carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}

.image-slider-block .carousel-control .icon-next {
    margin-right: 0;
    width: 35px;
    height: 35px;
    background-color: transparent;
    right: 30px;
    border: 1px solid #5f752e;
}

.image-slider-block .carousel-control .icon-prev {
    width: 35px;
    height: 35px;
    background-color: transparent;
    left: 30px;
    margin-left: 0;
    border: 1px solid #5f752e;
    transition: 0.5s;
}

.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i {
    font-size: 25px;
    transition: 0.5s;
    vertical-align: inherit;
    line-height: 35px;
    color: #5f752e;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    background-color: #5f752e;
}

.image-slider-block .carousel .carousel-control .icon-prev:hover i,
.image-slider-block .carousel .carousel-control .icon-next:hover i {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .image-slider-block .slider-description .desc-content h2 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 120px;
    }

    .image-slider-block .caption .caption-description {
        margin-right: 15px;
    }

    .image-slider-block .caption .caption-description .action.primary {
        font-size: 13px;
        padding: 7px 10px;
        min-width: 130px;
    }

    .image-slider-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 34px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .image-slider-block .caption .caption-description {
        max-width: 300px;
    }
}

@media (max-width: 639px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 24px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 90px;
        text-align: left;
    }

    .image-slider-block .caption .caption-description {
        max-width: 100%;
        text-align: right;
        margin-right: 90px;
    }

    .image-slider-block {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 16px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .image-slider-block .caption .caption-description .action.primary {
        font-size: 13px;
        padding: 5px 10px;
        min-width: 100px;
    }
}

/********
promotion-block
********/
.home-images-block-one {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.home-images-block-one .row {
    font-size: 0;
}

.home-images-block-one .item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
}

.home-images-block-one .item .item-inner {
    display: block;
    position: relative;
}

.home-images-block-one .item .item-inner .img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.home-images-block-one .item .item-inner .text-content {
    position: absolute;
    top: 50%;
    left: 9%;
    color: #2d3d15;
    font-weight: 400;
    transform: translate(0, -50%);
}

.home-images-block-one .item .item-inner .text-content p {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #2d3d15;
}

.home-images-block-one .item .item-inner .text-content p>span {
    color: #5f752e;
}

.home-images-block-one .item .item-inner .text-content strong {
    font-weight: 600;
}

.action.btn-primary {
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 20px;
    line-height: 22px;
    border-radius: 3px;
    background: #5f752e;
    border: 1px solid #5f752e;
    font-weight: 400;
    font-size: 15px;
}

.action.btn-primary:hover {
    background: #333;
    border-color: #333;
}

@media (max-width: 1199px) {
    .home-images-block-one .item .item-inner .text-content p {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .home-images-block-one .item .item-inner .text-content p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .action.btn-primary {
        padding: 5px 14px;
    }
}

@media (max-width: 639px) {
    .home-images-block-one .item:last-child {
        margin-bottom: 0;
    }

    .home-images-block-one .item {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .home-images-block-one .item {
        padding: 0 10px;
    }
}

/*******lookbook-section*******/
.home-images-block-two {
    float: left;
    width: 100%;
    background-image: url('../img/parallax-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clear: both;
    display: block;
    padding: 110px 0;
    text-align: center;
}

.home-images-block-two .content-main h3 {
    font-size: 58px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
}

.home-images-block-two .content-main>a.link-btn {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    display: inline-block;
    line-height: 34px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.home-images-block-two .content-main>a.link-btn::after {
    content: "\f101";
    font-family: "Fontawesome";
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-left: 5px;
}

.home-images-block-two .content-main>a.link-btn>span {
    border-bottom: 1px solid #fff;
    line-height: 34px;
    display: inline-block;
}

.home-images-block-two .content-main>a.link-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .home-images-block-two .content-main h3 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .home-images-block-two .content-main h3 {
        font-size: 34px;
    }

    .home-images-block-two {
        padding: 80px 0;
    }
}

@media (max-width: 639px) {
    .home-images-block-two .content-main h3 {
        font-size: 30px;
    }
}

/*title*/
.section-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: #2d3d15;
    font-size: 40px;
    font-weight: 400;
}

.section-title>span {
    position: relative;
}

.section-title>span::after {
    left: 100%;
    background-image: linear-gradient(to right, #5f752e, #babdc2);
    margin-left: 20px;
}

.section-title>span::before,
.section-title>span::after {
    background-color: #babdc2;
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 200px;
    display: block;
}

.section-title>span::before {
    right: 100%;
    background-image: linear-gradient(to right, #babdc2, #5f752e);
    margin-right: 20px;
}

.section-title>span>i {
    color: #5f752e;
    font-style: italic;
}

/*navigation arrow*/
.owl-theme .owl-controls .owl-pagination .owl-page {
    box-shadow: none;
    border-radius: 25px;
    margin: 0 6px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.owl-theme .owl-controls .owl-pagination .owl-page>span {
    width: 7px;
    height: 7px;
    margin: 6px 6px;
    background: #c3c4c8;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    border-radius: 30px;
    border: none;
}

.owl-theme .owl-controls .owl-page.active {
    background: #c3c4c8;
}

.owl-theme .owl-controls.clickable .owl-page:hover {
    background: #c3c4c8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #2d3d15;
}

.owl-theme .owl-controls.clickable .owl-buttons>div {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
    left: -10px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next {
    right: -10px;
}

.owl-theme .owl-controls.clickable .owl-buttons>div .prev-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border: 1px solid #eef0dd;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background-image: url(../img/arrow-left.png);
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next .next-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border: 1px solid #eef0dd;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background-image: url(../img/arrow-right.png);
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 30px;
    }

    .owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
        left: 0;
    }

    .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
        right: 0;
    }
}

@media (max-width: 991px) {

    .section-title>span::before,
    .section-title>span::after {
        width: 100px;
    }
}

@media (max-width: 639px) {

    .section-title>span::before,
    .section-title>span::after {
        display: none;
    }

    .section-title {
        margin-bottom: 30px;
    }
}

/*******
products
*******/
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #555555;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
    color: #5f752e;
}

#products .products-grid .products .product-item.list-view .product-description .product-title>a {
    color: #333333;
}

#products .products-grid .products .product-item.list-view .product-description .product-title>a:hover {
    color: #5f752e;
}

.products-grid .btn-primary.add-to-cart .material-icons {
    display: none;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-bottom: 15px;
    text-align: left;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    box-shadow: none;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    width: 100%;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    width: 100%;
}

.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}

.product-flags li.product-flag,
#products .products-grid .products .product-item .product-flags>li,
.products-grid .products .product-item .product-flags>li {
    background: #2d3d15;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 8px 2px;
    position: absolute;
    right: 10px;
    left: auto;
    text-transform: uppercase;
    top: 10px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    margin: 0;
    min-height: auto;
    min-width: auto;
    line-height: 18px;
    box-shadow: none;
}

.product-flags li.product-flag.new,
.products-grid .products .product-item .product-flags>li.new,
#products .products-grid .products .product-item .product-flags>li.new {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    background: #5f752e;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}

.product-flags li.product-flag.new+.product-flag.pack,
.products-grid .products .product-item .product-flags>li.new+.product-flag.pack,
#products .products-grid .products .product-item .product-flags>li.new+.product-flag.pack {
    left: 10px;
    top: 45px;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
    background: #8b8f98;
}

.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags>li.on-sale,
#products .products-grid .products .product-item .product-flags>li.on-sale {
    background: #8b8f98;
}

.product-flags li.product-flag.on-sale+.product-flag.discount,
.products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount,
#products .products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount {
    right: 10px;
    top: 45px;
}

#products .products-grid .products .product-item .product-flags li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

#product #content .product-flags .product-flag {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px 5px;
}

.discount-percentage {
    top: -210px !important;
}

#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: #2d3d15;
}

#search_filters>.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}

.featured-products .all-products .material-icons {
    display: none;
}

.featured-products .all-products {
    text-align: -moz-center;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}

.featured-products .all-products>a {
    background: #5f752e;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: -moz-max-content;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    float: none !important;
}

.all-products>a:hover,
.featured-products .all-products a:hover {
    background-color: #333;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    margin: 0;
    display: block;
    height: auto;
    max-width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 100%;
}

#products .products-grid {
    font-size: 0;
}

.products-grid .products .product-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-size: 14px;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    margin: 0;
}

.products-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    position: relative;
    display: block;
    overflow: hidden;
    border: none;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    background: #e1e1e1;
    opacity: 0.95;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: -90px;
    height: auto;
    padding: 8px 0;
}

.products-grid .products .product-item:hover .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item:hover .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: 0px;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    position: static;
    background: transparent;
    height: auto;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
    display: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: left;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin: 9px 0 15px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #000000;
    text-align: left;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #555555;
    line-height: 24px;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #5f752e;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border-color: #5f752e;
}

#product .add {
    width: auto;
    margin: 0;
}

#product .add .btn {
    line-height: 24px;
}

.add .btn {
    font-weight: 500;
    padding: 9px 13px;
    font-size: 14px;
    box-shadow: none;
}

.featured-products {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

/*******
latest-offer
*******/
.latest-offer-section {
    display: block;
    float: left;
    clear: both;
    max-width: 100%;
    width: 100%;
    margin: 25px 0;
}

.latest-offer-section .offer-inner {
    background-position: center center;
    background-repeat: no-repeat;
    clear: both;
    background-image: url(../img/bizkick-parralex-image.jpg);
    float: left;
    padding: 90px 0;
    text-align: center;
    width: 100%;
    background-size: cover;
}

.latest-offer-section .offer-inner>p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.latest-offer-section .offer-inner>h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 36px;
    line-height: 1.1;
}

.latest-offer-section .offer-inner>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 15px 25px;
    border: 2px solid #5f752e;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    text-transform: uppercase;
}

.latest-offer-section .offer-inner>a:hover {
    background-color: #5f752e;
}

/*********
block-reassurance
*********/
#product #block-reassurance {
    box-shadow: none;
}

#block-reassurance ul {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .25);
}

.block-reassurance-item .icon-img {
    display: inline-block;
}

#block-reassurance ul {
    margin: 0;
}

#product #block-reassurance {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #f6f6f6;
}

#block-reassurance li {
    border-bottom: 1px solid #e1e1e1;
}

#product #block-reassurance li span {
    font-weight: 500;
}

.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #fff;
}

.blockreassurance_product>div {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 1rem 1.5rem;
}

.blockreassurance_product>div>p {
    margin-bottom: 0;
}

.blockreassurance_product>div:last-child {
    border-bottom: none;
    padding: 0;
}

.blockreassurance_product>div:nth-last-child(2) {
    border-bottom: none;
}

/*******
custom-text
*******/

/*******
blogpost-block
*******/
.blog-section {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.blogpost-block .blog-block .blog-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    box-sizing: border-box;
    display: block;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block {
    display: block;
    position: relative;
}

.blogpost-block .blog-block .blog-inner .blog-image {
    display: block;
    position: relative;
}

.blogpost-block .blog-block .blog-inner .blog-image>a {
    display: block;
}

.blogpost-block .blog-block .blog-inner .blog-image>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.blogpost-block .blog-block .blog-inner .blog-image .post-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.blogpost-block .blog-block .blog-inner .blog-image .post-date>span {
    display: block;
    padding: 3px 10px;
    background: #2d3d15;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.blogpost-block .blog-block .blog-inner .blog-content {
    display: block;
    text-align: center;
    padding: 25px 10px 0;
    box-sizing: border-box;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 {
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3>a {
    color: #333;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3>a:hover {
    color: #5f752e;
}

.blogpost-block .blog-block .blog-inner .blog-content>p {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.blogpost-block .blog-block .blog-inner .blog-content .action.primary {
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
}

@media(max-width: 767px) {
    .blog-section {
        margin: 20px 0;
    }
}

/*******
brand-section
*******/
.brand-section {
    float: left;
    clear: both;
    width: 100%;
    padding: 25px 0;
}

.brand-section .brand-section-title {
    position: relative;
    display: none;
    margin-bottom: 25px;
    text-align: center;
}

.brand-section .brand-section-title>h4 {
    border-bottom: 2px solid #555;
    display: inline-block;
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    color: #222222;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
}

.brand-section .brand-section-title>h4 a:visited,
.brand-section .brand-section-title>h4 a:active,
.brand-section .brand-section-title>h4 a:focus,
.brand-section .brand-section-title>h4 a:hover,
.brand-section .brand-section-title>h4 a {
    color: #222222;
}

.brand-content {
    float: left;
    width: 100%;
    clear: both;
}

.brand-content .brand-row {
    margin-left: -10px;
    margin-right: -10px;
}

.brands-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-content .brands-list {
    display: block;
    float: left;
    margin: 0;
}

.brand-content .brands-list li {
    display: block;
    float: left;
    padding: 0 10px;
}

.brand-content .brands-list li a {
    display: block;
}

.brands-slider li {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.brands-slider li a {
    display: block;
}

.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.brands-slider .owl-controls.clickable {
    display: none !important;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -65px;
}

.brands-slider .owl-controls.clickable .owl-buttons>div {
    background: #333333;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 3px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    color: #ffffff;
}

.brands-slider .owl-controls.clickable .owl-buttons>div:hover {
    background: #5f752e;
}

#products .row.products-selection {
    border: 1px solid #e1e1e1;
}

.page-manufacturer #wrapper #content-wrapper ul {
    margin: 0 -15px;
    display: block;
    font-size: 0;
}

.page-manufacturer #wrapper #content-wrapper ul .brand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-img {
    display: block;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 33.33%;
    }
}

@media (max-width: 479px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 50%;
    }
}

/******
footer
*****/
#footer {
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    background: #F5F5F5;
}

#footer .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    background: #fff;
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #e1e1e1;
}

#footer .footer-top .block_newsletter {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    border: none;
    margin: 0;
    padding: 0 15px;
    max-width: unset;
}

#footer .footer-top .block_newsletter .newsletter-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

#footer .footer-top .block_newsletter .newsletter-title h2 {
    position: relative;
    color: #2d3d15;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span {
    position: relative;
}

#footer .footer-top .block_newsletter .newsletter-title h2 i {
    color: #5f752e;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span::after {
    left: 100%;
    background-image: linear-gradient(to right, #5f752e, #babdc2);
    margin-left: 20px;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span::after,
#footer .footer-top .block_newsletter .newsletter-title h2 span::before {
    background-color: #babdc2;
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 200px;
    display: block;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span::before {
    right: 100%;
    background-image: linear-gradient(to right, #babdc2, #5f752e);
    margin-right: 20px;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content {
    display: block;
    clear: both;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content p {
    max-width: 375px;
    text-align: center;
    display: block;
    margin: 0 auto 35px;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content form {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content form .subscribe-block {
    display: block;
    margin: 0 auto;
    max-width: 570px;
    float: none;
    padding: 0;
}

#footer .footer-top .block_newsletter form .condition {
    padding: 0;
}

#footer .footer-top .block_newsletter form input[type="email"] {
    margin: 0;
    padding: 8px 165px 8px 20px;
    height: 58px;
    box-sizing: border-box;
    width: 100%;
    border-color: #e1e1e1;
}

#footer .footer-top .block_newsletter form .btn.btn-primary {
    display: block;
    width: auto;
    position: absolute;
    top: 8px;
    right: 10px;
    margin-left: 0;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    padding: 11px 15px;
    min-width: 145px;
}

#footer .footer-top .block_newsletter form .condition p {
    color: #333;
    margin-bottom: 0;
    max-width: 100%;
    padding-top: .625rem;
}

#footer .block-social {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}

#footer .block-social>ul {
    margin-bottom: 0;
    display: block;
}

#footer .block-social ul>li {
    background-color: #5f752e;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 35px;
    background-position: center;
}

#footer .footer-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 70px 0 0;
    box-shadow: none;
}

#footer .footer-container .links {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

#footer .footer-container .h3.hidden-sm-down {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
}

.footer-container li {
    display: block;
    margin-bottom: 9px;
}

.footer-container li a {
    color: #555;
    font-weight: 500;
    display: block;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    padding-left: 0;
}

#footer .footer-container #block_myaccount_infos {
    width: 25%;
    margin-bottom: 40px;
}

#footer .footer-container #block_myaccount_infos>h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
}

#footer .footer-container #block_myaccount_infos>h3>a {
    font-size: 16px;
    font-weight: 600;
}

#footer .footer-container .footer-link {
    float: left;
    display: block;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
}

#footer .footer-container .footer-link .footer-title {
    float: left;
    display: block;
    width: 100%;
}

#footer .footer-container .footer-link .footer-title>h3 {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 1.1;
}

#footer .footer-container .footer-link .footer-title>h3:after {
    background: #222222;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    margin-top: 13px;
}

#footer .footer-container .footer-link .footer-content {
    float: left;
    display: block;
    width: 100%;

}

#footer .footer-container .footer-link .footer-content>ul>li {
    color: #555555;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.42857;
}

#footer .footer-container .links ul>li>a:hover {
    color: #5f752e;
    text-decoration: none;
    padding-left: 8px;
}

#footer .footer-container .footer-link .footer-content>ul>li>a>span>i {
    margin-right: 8px;
}

#footer .footer-container .footer-link .footer-content .contact {
    margin-bottom: 15px;
    position: relative;
    color: #555555;
    margin-top: 0;
}

#footer .footer-container .footer-link .footer-content .contact>strong {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333333;
    font-size: 13px;
}

#footer .footer-container .footer-link .footer-content .contact>span {
    display: block;
    padding-left: 22px;
}

#footer .footer-container .contactinfo-section .links {
    width: 100%;
}

#footer .footer-bottom .copyright {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
}

#footer .footer-bottom .copyright .copyright-block {
    line-height: 30px;
    margin-bottom: 0;
    display: block;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

#footer .footer-bottom .copyright .copyright-block>a {
    color: #555555;
}

#footer .footer-bottom .cards {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
}

#footer .footer-bottom .cards .footer-payment-icon {
    display: block;
    padding: 5px 0;
    margin: 0;
    text-align: right;
}

#footer .footer-bottom .cards .footer-payment-icon>li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}

#footer .footer-bottom .cards .footer-payment-icon>li>a {
    display: block;
    padding: 0 3px;
    box-sizing: border-box;
    color: #555555;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.cards .footer-payment-icon>li>a:before {
    display: none;
}

#footer .footer-bottom .cards .footer-payment-icon>li>a:hover {
    color: #555555;
    text-decoration: none;
}

#footer .footer-bottom .cards .footer-payment-icon>li:last-child>a {
    padding-right: 0;
}

#footer .footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    padding: 0;
}

#footer .footer-bottom .footer-inner {
    border-top: 1px solid #d1d1d1;
    padding: 20px 0;
    display: block;
    font-size: 0;
}

.contactinfo-section {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    margin-bottom: 40px;
}

.contactinfo-section .footer-links-column .footer-colum-title {
    display: block;
    position: relative;
}

.contactinfo-section .footer-links-column .footer-colum-title>h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item:last-child {
    margin-bottom: 0;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #5f752e;
    font-size: 16px;
    width: 16px;
    text-align: center;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text {
    padding-left: 28px;
    display: block;
    box-sizing: border-box;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text>strong {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
    color: #333;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text>p {
    color: #555;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text>a {
    color: #555;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

/*logo social*/
#footer .footer-text-content {
    display: block;
    clear: both;
    padding: 0 15px;
}

#footer .footer-text-content .logo-socials {
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
}

#footer .footer-text-content .logo-socials>img {
    max-width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    height: auto;
}

#footer .footer-text-content .logo-socials p {
    display: block;
    max-width: 625px;
    margin: 0 auto 25px;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

#footer .footer-text-content .social-block {
    margin: 0;
    float: none;
    padding: 0;
    clear: both;
}

#footer .footer-text-content .social-block>ul {
    list-style: none;
    padding: 0;
    margin: 0 -3px 0;
    display: block;
}

#footer .footer-text-content .social-block>ul>li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 4px;
}

#footer .footer-text-content .social-block>ul>li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #333;
    color: #333333;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#footer .footer-text-content .social-block>ul>li>a:hover {
    color: #ffffff;
    background-color: #5f752e;
    border-color: #5f752e;
    text-decoration: none;
}

@media(max-width: 1199px) {
    #footer .footer-top .block_newsletter .newsletter-title h2 {
        font-size: 30px;
    }
}

@media(max-width: 991px) {

    #footer .footer-top .block_newsletter .newsletter-title h2 span::after,
    #footer .footer-top .block_newsletter .newsletter-title h2 span::before {
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-container .links {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container #block_myaccount_infos {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container .footer-link {
        width: 100%;
        margin-bottom: 0;
        padding: .625rem;
        font-size: 1rem;
    }

    #footer .footer-container .footer-link .footer-title>h3::after {
        display: none;
    }

    #footer .footer-text-content .logo-socials {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer .footer-text-content {
        margin-top: 15px;
    }
}

/******
category-page
*******/
#content-wrapper .block-category {
    border: none;
    min-height: unset;
    box-shadow: none;
    max-height: unset;
    margin-bottom: 20px;
}

.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 0;
}

.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 15px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
}

#products .row.products-selection {
    border: 1px solid #e1e1e1;
}

.block-category #category-description {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
    font-size: 14px;
    color: #666666;
}

.block-category #category-description>p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
}

#products .products-grid .products .product-item {
    margin-bottom: 40px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

.products article .thumbnail-container .wishlist-button-add {
    top: 45px;
    left: 10px;
    right: auto;
}

.products-sort-order .dropdown-menu {
    width: 100%;
}

.products-sort-order .dropdown-menu .select-list:hover {
    color: #fff;
}

/*******
product-page
*******/
/*.images-container .product-cover img,
#product #block-reassurance,.bootstrap-touchspin,
.product-images > li.thumb-container > .thumb,
.product-variants > .product-variants-item select,
.product-information .tabs {
    box-shadow: none;
}
.product-information .tabs{
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.product-information .tabs p{
    font-size: 13px;
}
.product-information .tabs .nav-tabs .nav-link.active, .product-information .tabs .nav-tabs .nav-link:hover{
    border-color: #5f752e;
    color: #5f752e;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover,
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover, .input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span{
    border: 2px solid #5f752e;
}
#product #block-reassurance{
    margin-bottom: 25px;
}*/
.tabs {
    margin-top: 25px;
    margin-bottom: 25px;
}

.tabs .nav-tabs {
    border-bottom: none;
}

.tabs .nav-tabs .nav-item {
    margin: 0;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.tabs .nav-tabs .nav-link {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}

.tabs .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}

#product .tabs .tab-pane {
    padding: 0;
}

#product .tabs .tab-pane .product-description>p {
    color: #333;
    margin-bottom: 10px;
}

#product .tabs .tab-pane .product-description>ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

#product .tabs .tab-pane .product-description>ul>li {
    margin-bottom: 10px;
}

#product .h1 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}

#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#product .product-price {
    color: #5f752e;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

#product .product-price .current-price>span {
    display: inline-block;
    vertical-align: middle;
}

#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-sharing span {
    font-weight: 600;
}

.social-sharing ul>li>a {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.modal.quickview .social-sharing ul>li>a {
    border: none;
}

.product-short-desc p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}

.product-short-desc ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

.product-short-desc ul>li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}

#blockcart-modal .modal-body .divide-right span.color {
    height: auto;
    width: auto;
    border: none;
    margin: 0 0 0.3125rem;
    cursor: auto;
}

/*service-block*/
.home-servives-block {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.home-servives-block .services-main {
    display: block;
    font-size: 0;
}

.home-servives-block .services-main .services-inner {
    display: inline-block;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    font-size: 14px;
}

.home-servives-block .services-main .services-inner .services-inner-main {
    display: block;
    position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    transform: translate(0, -50%);
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content {
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>strong {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    display: block;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>p {
    font-size: 14px;
    color: #555555;
    margin: 0;
}

@media (max-width: 991px) {
    .home-servives-block .services-main .services-inner .services-inner-main {
        text-align: center;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-icon {
        position: relative;
        padding: 0;
        margin: 0 auto;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content {
        padding-left: 0;
    }
}

@media (max-width: 639px) {
    .home-servives-block .services-main .services-inner {
        width: 100%;
    }

    .home-servives-block .services-main .services-inner .services-inner-main {
        text-align: left;
        padding: 15px 0;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-icon {
        margin: 0;
        position: absolute;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content {
        padding-left: 74px;
    }
}

/*fullwidth block*/
.home-fullwidth-block {
    background: #F5F5F5;
    clear: both;
    float: left;
    padding: 65px 0;
    text-align: center;
    width: 100%;
    margin: 25px 0;
}

.home-fullwidth-block h1 {
    color: #333333;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}

.home-fullwidth-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-fullwidth-block ul li {
    display: block;
    margin: 0;
}

.home-fullwidth-block ul li h1 {
    color: #5f752e;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}

.home-fullwidth-block ul li p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    display: block;
    max-width: 80%;
    margin: 0 auto 30px;
}

.home-fullwidth-block .action.primary {
    background: #333333;
    border-color: #333333;
    border-width: 2px;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 15px 25px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.home-fullwidth-block .action.primary:active,
.home-fullwidth-block .action.primary:visited,
.home-fullwidth-block .action.primary:focus {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
}

.home-fullwidth-block .action.primary:hover {
    background: #5f752e;
    border-color: #5f752e;
    color: #ffffff;
}

#header a {
    color: #333333;
}

.card {
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    #header .header-top .position-static {
        width: 75%;
    }

    #_desktop_logo {
        width: 25%;
    }
}

@media(max-width: 1199px) {
    #header .header-top .search-widget {
        width: 220px;
    }

    #_desktop_cart {
        margin-left: 15px;
    }

    #header .header-contact-block {
        margin-left: 15px;
    }
}

@media(max-width: 767px) {
    #header .header-contact-block {
        display: none;
    }

    #header .header-nav>.container {
        max-width: 100%;
    }

    #header .header-top {
        position: relative;
        box-shadow: none;
        background: #fff;
    }

    #header .header-top>.container {
        max-width: 100%;
    }

    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 74px;
        padding-top: 0;
    }

    #header .header-nav .top-logo>a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    #header .header-nav .top-logo>a>img {
        max-height: 100%;
        max-width: 100%;
    }

    #header .header-nav #menu-icon {
        padding: 12px 0;
    }

    #header .header-nav #menu-icon .material-icons {
        color: #333333;
    }

    #header .header-nav #menu-icon .material-icons:hover {
        color: #5f752e;
    }

    #mobile_top_menu_wrapper {
        box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
    }

    #header #mobile_top_menu_wrapper .top-menu>li>a {
        text-transform: capitalize;
    }

    /*currency-language css*/
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_contact_link {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_currency_selector {
        border: 1px solid #e1e1e1;
        padding: 8px 10px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector select {
        padding: 8px 10px;
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: 8px 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper #language-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector #currency-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector select {
        width: 100%;
        background: #f6f6f6;
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        border: none;
        font-weight: 500;
    }

    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    #products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title {
        margin-bottom: 10px;
        margin-top: 12px;
    }

    #products .products-grid .products .product-item {
        margin-bottom: 25px;
    }

    .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
    #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
        margin: 9px 0 10px;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: 14px;
    }

    #search_widget {
        margin: 10px 0;
    }

    #mobile_top_menu_wrapper .dropdown select {
        cursor: pointer;
    }

    #mobile_top_menu_wrapper .dropdown select:hover {
        color: #5f752e;
    }

    #_mobile_cart {
        margin-right: 15px;
        margin-top: 17px;
        margin-bottom: 17px;
    }

    #header .header-nav .blockcart {
        padding: 0;
        width: 40px;
        text-align: center;
        height: 40px;
        margin: 0;
        background: transparent;
    }

    #header .header-nav .blockcart .header {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        color: #ffffff;
        border-radius: 50%;
        cursor: pointer;
        margin: 0;
    }

    #header .header-nav .cart-preview a {
        position: relative;
    }

    #header .header-nav .cart-preview a:before {
        color: #ffffff;
        line-height: 23px;
        content: "\f290";
        font-family: "Fontawesome";
        font-size: 18px;
        font-weight: normal;
    }

    #header .header-nav .cart-preview a:hover::before {
        color: #5f752e;
    }

    #header .header-nav .cart-preview a span {
        display: none;
    }

    #header .header-top #_desktop_cart {
        height: auto;
        padding: 0;
        margin: 0;
    }

    #header .header-nav .cart-preview.active {
        background: transparent;
        margin: 0;
    }

    #header .header-nav .cart-preview a,
    #header .header-nav .cart-preview a:active,
    #header .header-nav .cart-preview a:focus,
    #header .header-nav .cart-preview a:visited,
    #header .header-nav .cart-preview i {
        color: #333333;
    }

    #header .header-nav .cart-preview.active a,
    #header .header-nav .cart-preview.active a:active,
    #header .header-nav .cart-preview.active a:focus,
    #header .header-nav .cart-preview.active a:visited,
    #header .header-nav .cart-preview.active i {
        color: #333333;
    }

    #header .header-nav .cart-preview a .cart-products-count {
        color: #333333;
    }

    #header .header-nav .cart-preview a:hover,
    #header .header-nav .cart-preview i:hover {
        color: #5f752e;
    }

    #header .header-nav .cart-preview.active a:hover,
    #header .header-nav .cart-preview.active i:hover {
        color: #5f752e;
    }

    #header .header-nav .cart-preview a:hover .cart-products-count {
        color: #5f752e;
    }

    #_mobile_user_info {
        padding: 17px 0;
    }

    #header #_mobile_user_info .user-info {
        margin: 0;
    }

    #header #_mobile_user_info .user-info a {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    }

    #header .header-nav .user-info .account:visited,
    #header .header-nav .user-info .account:hover,
    #header .header-nav .user-info .account:active,
    #header .header-nav .user-info .account {
        color: #ffffff;
    }

    #header .header-nav .user-info .account:hover {
        color: #5f752e;
    }

    #header .header-nav .user-info .logged {
        color: #ffffff;
    }

    #header .header-nav .user-info .logged:hover {
        color: #5f752e;
    }

    #header .header-top .search-widget {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }

    #footer .footer-top {
        padding: 30px 0;
    }

    .footer-container .links .title {
        padding: 9px 15px;
    }

    .footer-container .links .h3 {
        margin-bottom: 0;
        color: #000000;
    }

    .footer-container .links ul {
        background: transparent;
    }

    .footer-container .links ul>li {
        padding: 4px 15px;
        margin-bottom: 0;
        border-bottom: none;
        font-weight: 400;
    }

    .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
    }

    .contactinfo-section {
        width: 100%;
        margin-bottom: 0;
    }

    .contactinfo-section .footer-links-column .footer-colum-title>h3 {
        padding: 9px 0;
        margin-bottom: 0;
    }

    .contactinfo-section .footer-links-column .footer-column-content .content>p {
        margin-bottom: 8px;
    }

    #footer .block-social ul>li {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    #footer .block-social {
        margin-top: 10px;
    }

    #footer .footer-container {
        padding: 25px 0 0;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #footer .footer-container .footer-block-title:after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #333;
        top: 0;
        right: 6px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: 600;
        cursor: pointer;
    }

    #footer .footer-container .footer-colum-title.active-tab:after {
        content: "\f106";
    }

    #footer .footer-container .footer-block-toggle-content {
        display: none;
    }

    #footer .footer-bottom .copyright {
        padding-right: 0;
        width: 100%;
    }

    #footer .footer-bottom .copyright .copyright-block {
        text-align: center;
    }

    #footer .footer-bottom .cards {
        padding-left: 0;
        width: 100%;
    }

    #footer .footer-bottom .cards .footer-payment-icon {
        text-align: center;
    }

    #footer .footer-top .block_newsletter form .btn.btn-primary {
        min-width: 90px;
    }
}

@media(max-width: 639px) {
    #footer .footer-container {
        padding: 15px 0 0;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #footer .footer-top .block_newsletter .newsletter-title h2 span::after,
    #footer .footer-top .block_newsletter .newsletter-title h2 span::before {
        display: none;
    }
}

@media(max-width: 479px) {
    #footer .footer-container .links {
        padding: 0 10px;
    }

    .products-grid .products .product-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .header-nav .top-logo>a>img {
        max-width: 120px;
    }
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    font-size: 14px;
}

.card-block.checkout {
    padding: 15px;
    margin: 0;
}

body#checkout .top-navigation-menu {
    display: none;
}

body#checkout #header .header-nav {
    padding: 0;
}

body#checkout #header .header-nav .text-xs-right {
    display: none;
}

.contact-rich {
    background: #f9f9f9;
    padding: 15px;
}

#contact .contact-rich .block a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

/* 
.pagination .page-list {
    box-shadow: none;
}

.pagination .page-list li {
    display: inline-block;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin: 0 2px;
}

.pagination a {
    color: #000;
    font-weight: 500;
    font-size: 1.25rem;
}

.pagination .next {
    float: right;
    font-size: 0;
}

.pagination .next>i {
    font-size: 24px;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.pagination .previous {
    float: left;
    font-size: 0;
}

.pagination .previous>i {
    font-size: 24px;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    width: 30px;
} */

.pagination {
    background: #f9f9f9;
    padding: 0 15px;
    margin-top: 0;
}

.pagination .pagination-summary {
    margin: 0px;
    color: #666;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 0;
}

.pagination .pagination-btn {
    margin: 0;
    width: 66.66667%;
    padding: 0px;
}

.pagination .pagination-btn ul {
    margin: 0;
    float: right;
    box-shadow: none;
    background: #f9f9f9;
    padding: 10px 0;
}

.pagination .page-list li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    position: relative;
}

.pagination li a {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: top;
    color: #222222;
    text-align: center;
}

.pagination li a i {
    color: #000000;
    cursor: default;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
    color: #ffffff;
    font-size: 13px;
    background-color: #222222;
}

.pagination li a:hover i {
    color: #ffffff;
}

.pagination .page-list {
    box-shadow: none;
}

.pagination li a.next,
.pagination li a.previous {
    font-size: 0;
}


#toTop {
    z-index: 95;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    bottom: 100px;
    right: 25px;
    text-indent: inherit;
    background: transparent;
    display: block;
}

#toTopHover::after {
    position: absolute;
    display: inline-block;
    color: #fff;
    opacity: 1;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 43px;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f077";
}

#toTopHover {
    height: 100%;
    width: 100%;
    display: block;
    background: #5f752e;
    border-radius: 50%;
    opacity: 1 !important;
}

#toTop:hover #toTopHover {
    opacity: 0.7 !important;
}

.btn.btn-comment.post-product-comment:hover {
    background: #333333;
    border-color: #333333;
}

.product-comment-list-item {
    padding: 20px 15px;
}

#product-comments-list .btn-comment.post-product-comment {
    margin: 0;
}

.product-comments {
    margin: 70px 0 55px;
    margin-top: 70px;
    float: left;
    width: 100%;
    clear: both;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    margin-top: 40px;
}

#product-comments-list-header {
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}

#product-comments-list-header .comments-nb {
    padding-left: 0;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #7a7a7a;
}

.comments-note {
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #7a7a7a;
}

#product-comments-list {
    padding: 0 15px;
}

.product-comment-list-item.row {
    padding: 20px 15px;
    background-color: #FFFFFF;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

.product-comment-list-item:last-child {
    border: none;
}

#product-comments-list-footer {
    border-top: none;
}

#product-comments-list-footer {
    min-height: 100%;
}

#product-comments-list-footer .post-product-comment {
    margin: 30px auto;
    display: block;
}


/*Home Page*/

.header-top .search-widget form input[type="text"] {
    min-width: 100%;
}

.header-top #search_widget input {
    padding-right: 43px !important;
}

.product-miniature .product-flags li.product-flag {
    min-width: unset;
    min-height: unset;
}

.product-miniature .product-price-and-shipping {
    text-align: left;
}

.featured-products.clearfix.top-margin.bottom-margin {
    margin-bottom: 0;
}


/*Newsletter*/
.block_newsletter form input[type="email"]:focus {
    border-width: 1px;
}


/*Product Page*/

.product-quantity .add {
    margin-right: 20px !important;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: 2px solid #5f752e;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.custom-radio input[type="radio"]:checked+span {
    background-color: #5f752e;
}


/*Category Page*/
.block-category .block-category-inner {
    flex-direction: column;
}

#subcategories {
    border: 1px solid #e1e1e1;
    padding: 10px;
}

#subcategories ul li:hover .subcategory-image a {
    border: 1px solid #5f752e;
    padding: 9px;
}

#products .row.products-selection {
    display: flex;
    align-items: center;
}

#subcategories ul li .subcategory-name {
    color: #333;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: #5f752e;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
    background: #333;
}

.product-price {
    color: #5f752e;
}

#blockcart-modal .product-name {
    color: #333;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    display: flex;
    align-items: center;
}


/*Cart Page*/
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    color: #333;
}

#cart .product-price {
    color: #333 !important;
}

/*Order Page*/

.js-cart .cart-summary-products>p>a::after {
    display: none;
}

.js-cart .cart-summary-products>p>a .material-icons {
    float: right;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: transparent;
    color: #333;
    font-size: 18px;
}

body#checkout section.checkout-step .step-title {
    font-size: 18px;
}

body#checkout section.checkout-step .radio-inline input[type="radio"]:checked+span {
    left: 0;
    top: 45%;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
}

body#checkout section.checkout-step.-complete .step-title {
    padding-top: 0;
    border-bottom: 0;
}

body#checkout #cart-summary-product-list .media-body .product-name a,
#checkout-personal-information-step .content p a,
#cta-terms-and-conditions-0,
#cta-terms-and-conditions-footer-0 {
    color: #333;
}

body#checkout a:hover {
    color: #5f752e;
}

#product .featured-products.clearfix.mt-3,
#cart .featured-products {
    display: none;
}

#product .product-comment-list-item {
    padding: 20px 0px;
}

#product #empty-product-comment {
    text-align: left;
}

#cart .card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total,
body#checkout section.checkout-step.-current+.checkout-step .step-title {
    border-top: none;
}

#cart .cart-detailed-totals.js-cart-detailed-totals .card-block,
#cart .card.cart-container {

    border: 1px solid #e1e1e1;
}

#cart .cart-grid-body .card-block h1 {
    font-weight: 600;
}

body#checkout section.checkout-step.-current+.checkout-step .step-title,
body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 0;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.custom-radio input[type="radio"]:checked+span {
    background-color: #333333;
}

.carousel .carousel-item figure {
    display: block;
    margin: 0;
}

#header .header-top .position-static {
    width: 100%;
}

.owl-theme .owl-controls.clickable .owl-buttons>div {
    top: 33%;
}

/* Login Page */
.forgot-password a,
.no-account a {
    color: #5f752e;
}

@media (max-width: 991px) {
    .image-slider-block .carousel-item .caption {
        top: 50%;
    }

    .image-slider-block .caption .caption-description {
        margin-right: -36px;
    }

    .carousel .direction .carousel-control i {
        background: transparent;
    }

    .carousel .direction .carousel-control .icon-next {
        right: 20%;
    }

    .carousel .direction .carousel-control .icon-prev {
        left: 20%;
    }

}

@media (max-width:767px) {
    #subcategories ul {
        justify-content: left;
    }

    .dropdown-item {
        color: #232323 !important;
    }

    .nav.nav-inline.my-2 {
        display: flex;
    }

    .col-xs-4.col-sm-3.hidden-md-up.filter-button {
        display: none;
    }

    .col-xs-8.col-sm-7.col-md-9.products-sort-order.dropdown {
        width: 100%;
    }

    #products .row.products-selection {
        flex-direction: column;
    }

    .products-selection .sort-by-row {
        justify-content: center;
    }

    #products .row.products-selection .col-lg-7 {
        width: 100%;
    }

    .pagination>div:first-child {
        text-align: center;
    }
}


@media (max-width: 639px) {
    .carousel .direction .carousel-control .icon-next {
        right: 10%;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 58px;
    }

    .carousel .direction .carousel-control .icon-prev {
        left: 10%;
    }

    .image-slider-block .caption .caption-description {
        margin-right: 65px;
    }
}

@media (max-width:479px) {
    .image-slider-block .caption .caption-description {
        margin-right: 47px !important;
    }

    .image-slider-block .carousel-item .caption {
        top: 36%;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 43px !important;
    }

}

/* Home Page */
.block_newsletter #block-newsletter-label {
	line-height:normal;
}
.blogpost-block {
	margin-bottom: 35px;
}
.brand-section {
	margin-top: 35px;
}

#header .top-menu a[data-depth="0"]:hover,
#header a:hover {
    color: #333333;
}

#products .up .btn-secondary {
    color: #fff;
}

.group-span-filestyle .btn-default {
    background: #5f752e;
}

#contact .block a {
    color: #333;
}

#contact #content {
    border: 1px solid #e1e1e1;
}

#content-hook_order_confirmation .card-title .done {
    padding-left: 0;
}

a {
    color: #5f752e;
}

.wishlist-modal .modal-cancel:hover {
    opacity: 1;
    color: #fff;
}

#footer .footer-text-content .social-block>ul>li>a {
    line-height: 30px;
}

.image-slider-block .caption .caption-description {
    margin-right: 85px;
}

.image-slider-block ul>li:first-child .caption .caption-description {
    margin-left: 85px;
}

.page-footer a,
.wishlist-footer-links a,
.wishlist-container-header a {
    color: #333333 !important;
}

.alert-info {
    background-color: rgba(255, 154, 82, .3);
    border-color: #ff9a52;
    color: #232323;
}

#product .product-price {
    color: #333333;
    font-size: 14px;
}

#blockcart-modal .product-name {
    color: #5f752e;
    font-size:  1.125rem;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.custom-radio input[type="radio"]:checked+span {
    background-color: #5f752e;
}

.btn-secondary:hover,
.btn-tertiary:hover {
    color: #fff;
}

/* Account Page   */


.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type="submit"] .search:hover,
.top-menu .sub-menu a:hover {
    color: #5f752e;
}

/* cart  */
.product-line-grid-body>.product-line-info>.label {
    font-weight: 400;
}

/* order */

body#checkout section.checkout-step .step-title {
    font-weight: 600;
}

#js-checkout-summary {
    border: 1px solid #e1e1e1 !important;
}
body#checkout section.checkout-step .address-item.selected {

	border: #5f752e 3px solid;
}

.logo-socials .social-block {
	display: none;
}

#stores .page-stores .store-item {
	border: 1px solid #e1e1e1;
}
/* ======================================================================
   Veridian Health Medical Commerce Refresh
   Clean, clinical and premium storefront overrides
   ====================================================================== */
:root {
    --vh-ink: #2d3d15;
    --vh-ink-soft: #505c3c;
    --vh-muted: #707a4e;
    --vh-viridian: #5f752e;
    --vh-viridian-dark: #3f5220;
    --vh-viridian-soft: #eef0dd;
    --vh-sage: #d5d6b9;
    --vh-border: #dad9c2;
    --vh-surface: #fffef8;
    --vh-surface-alt: #f5f4e8;
    --vh-warm: #e9e8d7;
    --vh-danger: #a63f3f;
    --vh-radius-sm: 9px;
    --vh-radius: 14px;
    --vh-radius-lg: 20px;
    --vh-shadow: 0 14px 38px rgba(45, 61, 21, .09);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--vh-surface);
    color: var(--vh-ink);
    font-family: 'Jost', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a,
button,
.btn,
input,
select,
textarea,
.product-miniature,
.vh-guidebar-item,
.vh-guide-panel,
.vh-guide-backdrop {
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

::selection {
    background: var(--vh-sage);
    color: var(--vh-ink);
}

a {
    color: var(--vh-viridian);
}

a:hover,
a:focus {
    color: var(--vh-viridian-dark);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--vh-ink);
    letter-spacing: -.015em;
}

p {
    color: var(--vh-ink-soft);
}

/* Buttons */
.btn,
.btn-primary,
.featured-products .all-products > a {
    background: var(--vh-viridian) !important;
    border: 1px solid var(--vh-viridian) !important;
    border-radius: var(--vh-radius-sm) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: .01em;
    min-height: 42px;
    padding: 10px 20px;
    text-transform: none;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.featured-products .all-products > a:hover {
    background: var(--vh-viridian-dark) !important;
    border-color: var(--vh-viridian-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #fff !important;
    border-color: var(--vh-border) !important;
    color: var(--vh-ink) !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: var(--vh-surface-alt) !important;
    border-color: #c9c9ad !important;
    color: var(--vh-ink) !important;
}

/* Forms */
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-sm);
    box-shadow: none;
    color: var(--vh-ink);
    background: #fff;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--vh-viridian);
    box-shadow: 0 0 0 3px rgba(95, 117, 46, .13);
    outline: 0;
}

/* Header */
#header {
    background: #fff;
    box-shadow: none;
}

#header .header-nav {
    background: var(--vh-surface-alt);
    border-bottom: 1px solid var(--vh-border);
}

#header .header-nav .currency-selector > button,
#header .header-nav .language-selector > button,
#_desktop_user_info a,
#header .header-nav .right-nav .user-info > a,
#header .header-nav .right-nav #contact-link > a {
    color: var(--vh-ink-soft);
    font-size: 13px;
}

#header .header-nav .currency-selector > button:hover .expand-more,
#header .header-nav .language-selector > button:hover .expand-more,
#header .header-nav .right-nav .user-info > a:hover,
#header .header-nav .right-nav #contact-link > a:hover,
.dropdown:hover .expand-more,
.btn-unstyle:focus .expand-more,
#header a:hover {
    color: var(--vh-viridian) !important;
}

#header .header-top {
    background: #fff;
}

#_desktop_logo {
    height: 92px;
}

#_desktop_logo img {
    max-height: 58px;
    width: auto;
}

#header .header-top .search-widget {
    width: min(430px, 100%);
    padding: 24px 0;
}

.header-top .search-widget form input[type="text"] {
    background: var(--vh-surface-alt);
    border: 1px solid var(--vh-border);
    border-radius: 999px;
    color: var(--vh-ink);
    height: 46px;
    padding-left: 19px;
    padding-right: 52px;
}

.search-widget form button[type="submit"] {
    height: 46px;
    width: 48px;
    color: var(--vh-viridian);
}

.search-widget form button[type="submit"] .search:hover,
.search-widget form input[type="text"]:focus + button .search {
    color: var(--vh-viridian-dark);
}

#_desktop_cart {
    margin-left: 24px;
    padding: 25px 0;
}

#_desktop_cart .header > a::before,
#header .header-contact-block .item .icon-block {
    background: var(--vh-viridian-soft);
    color: var(--vh-viridian-dark);
    border: 1px solid var(--vh-sage);
}

#_desktop_cart .header > a:hover::before,
#header .header-contact-block .item:hover .icon-block {
    background: var(--vh-viridian);
    color: #fff;
}

#_desktop_cart .header > a .text,
#_desktop_cart .header > a .cart-qty,
#header .header-contact-block .item .text-block > a {
    color: var(--vh-ink);
}

#header .header-navfullwidth,
.top-navigation-menu {
    background: var(--vh-viridian-dark);
}

#header .top-navigation-menu .top-menu .level0 > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    padding: 16px 18px;
}

#header .top-navigation-menu .top-menu .level0:hover > a,
#header .top-navigation-menu .top-menu .level0:active > a {
    color: #f0f1df;
}

#header .top-navigation-menu .top-menu .level1 > a {
    color: var(--vh-ink);
    font-weight: 600;
}

.top-menu .sub-menu {
    border: 1px solid var(--vh-border);
    border-radius: 0 0 var(--vh-radius) var(--vh-radius);
    box-shadow: var(--vh-shadow);
}

/* Medical utility line: intentionally factual and non-promotional */
.vh-medical-strip {
    background: var(--vh-warm);
    border-bottom: 1px solid var(--vh-border);
    color: var(--vh-ink-soft);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .015em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.vh-medical-strip .container {
    padding-top: 13px;
    padding-bottom: 13px;
}

.vh-medical-strip span {
    display: inline-block;
    margin: 0 10px;
    white-space: nowrap;
}

.vh-medical-strip span + span::before {
    color: #a9ab88;
    content: "•";
    margin-right: 20px;
}

/* Hero / banners */
.image-slider-block,
.carousel,
.carousel-inner,
.carousel-item {
    border-radius: var(--vh-radius-lg);
}

.image-slider-block {
    overflow: hidden;
    margin-bottom: 48px;
}

.carousel .carousel-item .caption,
.carousel .direction {
    text-shadow: none;
}

/* Section titles */
.section-title,
.products-section-title,
.featured-products .products-section-title {
    color: var(--vh-ink);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.025em;
    margin-bottom: 28px;
    text-transform: none;
}

.section-title > span::before,
.section-title > span::after,
#footer .footer-top .block_newsletter .newsletter-title h2 span::before,
#footer .footer-top .block_newsletter .newsletter-title h2 span::after {
    display: none !important;
}

/* Breadcrumbs */
#wrapper .breadcrumb,
.breadcrumb {
    background: transparent;
    color: var(--vh-muted);
    font-size: 13px;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb a {
    color: var(--vh-muted);
}

.breadcrumb a:hover {
    color: var(--vh-viridian);
}

/* Category page */
#content-wrapper .block-category {
    background: transparent;
    margin-bottom: 28px;
}

.block-category .category-cover-block {
    background: var(--vh-surface-alt);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    padding: 18px;
    overflow: hidden;
}

.block-category .category-cover-block img,
.block-category .category-cover img {
    border-radius: calc(var(--vh-radius-lg) - 4px);
}

.block-category #category-description,
.block-category #category-description > p {
    color: var(--vh-ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

#products .row.products-selection {
    background: var(--vh-surface-alt);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius);
    margin-bottom: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    background: #fff;
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius);
    box-shadow: none;
}

#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
    border-bottom-color: var(--vh-border);
    color: var(--vh-ink);
}

#search_filters .facet .facet-title,
#search_filters .facet .collapse {
    color: var(--vh-ink);
}

#search_filters .facet .facet-label a,
#search_filters .facet .facet-label {
    color: var(--vh-ink-soft);
}

/* Product cards */
.products-grid .products .product-item,
#products .products-grid .products .product-item {
    margin-bottom: 30px;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    background: #fff;
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius-lg);
    overflow: hidden;
}

.products-grid .products .product-item .product-miniature:hover,
#products .products-grid .products .product-item .product-miniature:hover {
    border-color: #c6c8a7;
    box-shadow: var(--vh-shadow);
    transform: translateY(-2px);
}

.products-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
    background: #fff;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    background: var(--vh-surface-alt);
    border-bottom: 1px solid var(--vh-border);
    padding: 12px;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    border-radius: var(--vh-radius-sm);
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    background: #fff;
    padding: 18px 18px 20px;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-bottom: 9px;
    min-height: 44px;
    text-align: left;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: var(--vh-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
    color: var(--vh-viridian);
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    color: var(--vh-ink);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: var(--vh-muted);
    font-weight: 500;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--vh-border);
}

.featured-products .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    color: var(--vh-viridian-dark);
}

.featured-products .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: var(--vh-viridian);
}

.product-flags li.product-flag,
#products .products-grid .products .product-item .product-flags > li,
.products-grid .products .product-item .product-flags > li,
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background: var(--vh-viridian-dark);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .035em;
    padding: 4px 9px;
}

.product-flags li.product-flag.new,
.products-grid .products .product-item .product-flags > li.new,
#products .products-grid .products .product-item .product-flags > li.new {
    background: var(--vh-viridian);
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags > li.pack,
#products .products-grid .products .product-item .product-flags > li.pack,
.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags > li.on-sale,
#products .products-grid .products .product-item .product-flags > li.on-sale {
    background: #65766f;
}

/* Product detail page */
#product .h1 {
    color: var(--vh-ink);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

#product .product-price {
    color: var(--vh-viridian-dark);
    font-size: 29px;
    font-weight: 700;
}

#product .product-information {
    border-top-color: var(--vh-border);
}

.product-short-desc p,
.product-short-desc ul > li {
    color: var(--vh-ink-soft);
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}

.images-container .product-cover img,
.product-images > li.thumb-container > .thumb {
    background: var(--vh-surface-alt);
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius);
    box-shadow: none;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover,
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
    border-color: var(--vh-viridian) !important;
}

.product-variants > .product-variants-item select,
.bootstrap-touchspin,
.product-quantity .qty,
.product-quantity .add {
    border-radius: var(--vh-radius-sm);
}

.tabs {
    margin-top: 32px;
}

.tabs .nav-tabs .nav-link {
    background: var(--vh-surface-alt);
    border-color: var(--vh-border);
    color: var(--vh-ink-soft);
    font-weight: 600;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    background: #fff;
    border-color: var(--vh-border);
    color: var(--vh-viridian-dark);
}

.tabs .tab-content {
    border-color: var(--vh-border);
    border-radius: 0 0 var(--vh-radius) var(--vh-radius);
    color: var(--vh-ink-soft);
    padding: 24px;
}

/* Cart / checkout */
.cart-grid-body .card,
.cart-grid-right .card,
.checkout-step,
#order-items,
#order-details {
    border: 1px solid var(--vh-border) !important;
    border-radius: var(--vh-radius) !important;
    box-shadow: none !important;
}

.checkout-step.-current .step-title,
.checkout-step .step-title {
    color: var(--vh-ink);
}

.checkout-step .step-number {
    color: var(--vh-viridian-dark);
}

/* Alerts */
.alert-success {
    background: var(--vh-viridian-soft);
    border-color: var(--vh-sage);
    color: var(--vh-viridian-dark);
}

.alert-danger {
    background: #fbefef;
    border-color: #efd3d3;
    color: var(--vh-danger);
}

/* Newsletter */
#footer .footer-top {
    background: var(--vh-viridian-soft);
    border-top: 1px solid var(--vh-sage);
}

#footer .footer-top .block_newsletter .newsletter-title h2,
#footer .footer-top .block_newsletter .newsletter-title h2 span {
    color: var(--vh-ink);
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
}

#footer .footer-top .block_newsletter .newsletter-title h2 i {
    color: var(--vh-viridian);
}

#footer .footer-top .block_newsletter form input[type="email"] {
    background: #fff;
    border: 1px solid #c9c9ad;
    border-radius: 999px 0 0 999px;
}

#footer .footer-top .block_newsletter form .btn.btn-primary {
    border-radius: 0 999px 999px 0 !important;
}

/* Footer */
#footer .footer-container {
    background: var(--vh-warm);
    padding-top: 54px;
}

#footer .footer-container .h3.hidden-sm-down,
#footer .footer-container #block_myaccount_infos > h3,
#footer .footer-container .footer-link .footer-title > h3,
.contactinfo-section .footer-links-column .footer-colum-title > h3 {
    color: var(--vh-ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

#footer .footer-container .footer-link .footer-title > h3::after {
    background: var(--vh-viridian);
    height: 2px;
    width: 22px;
}

.footer-container li a,
#footer .footer-container .footer-link .footer-content > ul > li,
.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text > p,
.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text > a {
    color: var(--vh-ink-soft);
    font-size: 14px;
    font-weight: 400;
}

#footer .footer-container .links ul > li > a:hover {
    color: var(--vh-viridian);
    padding-left: 0;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .icon {
    color: var(--vh-viridian);
}

#footer .block-social ul > li {
    background-color: var(--vh-viridian);
}

#footer .footer-bottom {
    background: var(--vh-warm);
}

#footer .footer-bottom .footer-inner {
    border-top-color: var(--vh-border);
    padding: 16px 0;
}

#footer .footer-bottom .copyright .copyright-block,
#footer .footer-bottom .cards .footer-payment-icon > li > a {
    color: var(--vh-muted);
    font-size: 13px;
    font-weight: 500;
}

#footer .footer-text-content .logo-socials {
    border-top-color: var(--vh-border);
}

#footer .footer-text-content .logo-socials p {
    color: var(--vh-ink-soft);
}

#footer .footer-text-content .social-block > ul > li > a {
    border-color: var(--vh-border);
    border-radius: 50%;
    color: var(--vh-ink-soft);
}

#footer .footer-text-content .social-block > ul > li > a:hover {
    background: var(--vh-viridian);
    border-color: var(--vh-viridian);
    color: #fff;
}

/* Modal / dropdown polish */
.modal-content,
.dropdown-menu,
.popover {
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius);
    box-shadow: var(--vh-shadow);
}

/* Mobile */
@media (max-width: 767px) {
    #header .header-nav {
        background: #fff;
    }

    #header .header-top {
        padding-bottom: 8px;
    }

    #header .header-navfullwidth {
        background: #fff;
        border-bottom: 1px solid var(--vh-border);
    }

    #mobile_top_menu_wrapper {
        background: #fff;
        border-top: 1px solid var(--vh-border);
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        color: var(--vh-ink);
        font-weight: 600;
    }

    .vh-medical-strip {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .01em;
        overflow-x: auto;
        text-align: left;
        white-space: nowrap;
    }

    .vh-medical-strip .container {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
        width: max-content;
    }

    .section-title,
    .products-section-title,
    .featured-products .products-section-title {
        font-size: 24px;
        margin-bottom: 22px;
    }

    #product .h1 {
        font-size: 25px;
    }

    #footer .footer-container {
        padding-top: 30px;
    }

    #footer .footer-bottom .copyright,
    #footer .footer-bottom .cards {
        display: block;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    #footer .footer-bottom .copyright .copyright-block,
    #footer .footer-bottom .cards .footer-payment-icon {
        text-align: center;
    }
}


/* ======================================================================
   Veridian Sage & Botanical Palette
   Palette sampled from the supplied category and menu artwork.
   ====================================================================== */
:root {
    --vh-highlight: #92a04c;
    --vh-olive-mid: #698025;
    --vh-olive-deep: #2d3d15;
    --vh-sage-mid: #acb084;
    --vh-sage-pale: #e6e5cf;
    --vh-ivory: #f8f7ed;
    --vh-stone: #c2c39f;
}

body,
#wrapper,
main {
    background: var(--vh-ivory);
}

/* Keep content areas bright while retaining a warm botanical cast. */
#content-wrapper,
#main,
.page-content,
.card,
.modal-content {
    color: var(--vh-ink);
}

#header,
#header .header-top,
#header .header-nav {
    background: rgba(255, 254, 248, .98);
}

#header .header-nav {
    border-bottom-color: rgba(112, 122, 78, .18);
}

#header .header-navfullwidth,
.top-navigation-menu {
    background: linear-gradient(90deg, #34461b 0%, #4b5d24 52%, #56692a 100%);
    box-shadow: 0 6px 18px rgba(45, 61, 21, .08);
}

#header .top-navigation-menu .top-menu .level0 > a {
    color: #fffef6;
}

#header .top-navigation-menu .top-menu .level0:hover > a,
#header .top-navigation-menu .top-menu .level0:focus > a {
    background: rgba(255,255,255,.07);
    color: #f4f1dc;
}

.top-menu .sub-menu,
.dropdown-menu {
    background: #fffef8;
    border-color: #d7d5b9;
}

.header-top .search-widget form input[type="text"] {
    background: #f4f3e5;
    border-color: #d7d5b9;
}

#_desktop_cart .header > a::before,
#header .header-contact-block .item .icon-block {
    background: #ececd9;
    border-color: #d7d5b9;
    color: var(--vh-olive-deep);
}

#_desktop_cart .header > a:hover::before,
#header .header-contact-block .item:hover .icon-block {
    background: var(--vh-olive-mid);
    border-color: var(--vh-olive-mid);
}

.vh-medical-strip {
    background: #e7e7d2;
    border-bottom-color: #d2d2b5;
    color: #596343;
}

/* Category and homepage image areas echo the cream/stone surfaces in the supplied artwork. */
.image-slider-block,
.carousel,
.block-category .category-cover-block {
    background: #eeeddb;
    border-color: #d7d5b9;
    box-shadow: 0 14px 34px rgba(58, 70, 30, .07);
}

.block-category .category-cover-block {
    padding: 10px;
}

.block-category .category-cover-block img,
.block-category .category-cover img,
.image-slider-block img,
.carousel img {
    border-radius: 16px;
}

.section-title,
.products-section-title,
.featured-products .products-section-title,
#product .h1 {
    color: var(--vh-olive-deep);
}

.section-title::selection,
.products-section-title::selection {
    background: #d5d6b9;
}

/* Product catalogue */
#products .row.products-selection,
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    background: rgba(255, 254, 248, .92);
    border-color: #d9d8be;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    background: #fffef9;
    border-color: #dcdbc3;
    box-shadow: 0 3px 12px rgba(45, 61, 21, .035);
}

.products-grid .products .product-item .product-miniature:hover,
#products .products-grid .products .product-item .product-miniature:hover {
    border-color: #bfc294;
    box-shadow: 0 16px 36px rgba(45, 61, 21, .11);
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
.images-container .product-cover img,
.product-images > li.thumb-container > .thumb {
    background: linear-gradient(180deg, #faf9ef 0%, #eeeddd 100%);
    border-color: #dedcc4;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    background: #fffef9;
}

.product-flags li.product-flag,
#products .products-grid .products .product-item .product-flags > li,
.products-grid .products .product-item .product-flags > li {
    background: #4b5d24;
    color: #fffef6;
}

.product-flags li.product-flag.new,
.products-grid .products .product-item .product-flags > li.new,
#products .products-grid .products .product-item .product-flags > li.new {
    background: #698025;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags > li.pack,
#products .products-grid .products .product-item .product-flags > li.pack,
.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags > li.on-sale,
#products .products-grid .products .product-item .product-flags > li.on-sale {
    background: #707a4e;
}

/* Calls to action: medium olive is accessible with white text; bright sage is reserved for accents. */
.btn,
.btn-primary,
.featured-products .all-products > a {
    background: #5f752e !important;
    border-color: #5f752e !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.featured-products .all-products > a:hover {
    background: #3f5220 !important;
    border-color: #3f5220 !important;
}

.btn-secondary {
    background: #f7f6eb !important;
    border-color: #ceceb0 !important;
    color: #2d3d15 !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #e9e8d7 !important;
    border-color: #bfc294 !important;
}

/* Forms and selectors */
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
    background: #fffef9;
    border-color: #d5d4b9;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #698025;
    box-shadow: 0 0 0 3px rgba(146, 160, 76, .18);
}

.custom-checkbox input[type="checkbox"] + span,
.custom-radio input[type="radio"] + span {
    border-color: #b9bc91;
}

/* Product page and tabs */
#product .product-price {
    color: #4b5d24;
}

.tabs .nav-tabs .nav-link {
    background: #efeedf;
    border-color: #d6d5bc;
    color: #596343;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    background: #fffef9;
    color: #3f5220;
}

.tabs .tab-content {
    background: #fffef9;
    border-color: #d6d5bc;
}

/* Cart / checkout */
.cart-grid-body .card,
.cart-grid-right .card,
.checkout-step,
#order-items,
#order-details {
    background: #fffef9;
    border-color: #d9d8be !important;
}

.checkout-step .step-number {
    background: #eef0dd;
    color: #3f5220;
}

/* Newsletter and footer use the pale sage/stone range from the supplied graphics. */
#footer .footer-top {
    background: linear-gradient(180deg, #e3e4cb 0%, #dcddc2 100%);
    border-top-color: #cbccaa;
}

#footer .footer-top .block_newsletter form input[type="email"] {
    background: #fffef9;
    border-color: #c2c39f;
}

#footer .footer-container,
#footer .footer-bottom {
    background: #efeedf;
}

#footer .footer-container {
    border-top: 1px solid #dad9bd;
}

#footer .footer-bottom .footer-inner,
#footer .footer-text-content .logo-socials {
    border-top-color: #d0cfb2;
}

#footer .block-social ul > li,
#footer .footer-text-content .social-block > ul > li > a:hover {
    background: #5f752e;
    border-color: #5f752e;
}

/* Pagination and small interactive details */
.pagination .current a,
.pagination a:hover,
.pagination .current span,
.page-list .current a,
.page-list a:hover {
    color: #4b5d24 !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #698025;
}

/* Mobile navigation should stay light and airy like the reference artwork. */
@media (max-width: 767px) {
    #header .header-nav,
    #header .header-navfullwidth,
    #mobile_top_menu_wrapper {
        background: #fffef8;
    }

    #mobile_top_menu_wrapper {
        border-color: #d8d7bc;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        color: #2d3d15;
    }
}


/* =========================================================
   Veridian Health — typography / header / footer refinement
   ========================================================= */
html {
    font-size: 17px;
}

body {
    font-size: 16.5px;
    line-height: 1.62;
    font-weight: 400;
    color: #263315;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}

p,
li,
label,
.form-control,
input,
select,
textarea,
.product-description,
.product-information,
.footer-container,
.footer-bottom {
    font-size: 1rem;
}

a,
button,
.btn,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
}

h1, .h1 {
    font-size: 2rem;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.018em;
}

h2, .h2,
.products-section-title,
.section-title {
    font-size: 1.65rem;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -0.012em;
}

h3, .h3 {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 700;
}

#header .header-nav .currency-selector > button,
#header .header-nav .language-selector > button,
#_desktop_user_info a,
#header .header-nav .right-nav .user-info > a,
#header .header-nav .right-nav #contact-link > a {
    font-size: 14.5px;
    font-weight: 500;
}

#header .top-menu a[data-depth="0"],
#header .header-navfullwidth .top-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .006em;
}

.product-title,
.product-title a,
.product-miniature .product-title,
.product-miniature .product-title a {
    font-size: 16.5px !important;
    line-height: 1.42;
    font-weight: 600 !important;
    color: #263315 !important;
}

.product-price,
.current-price,
.product-miniature .price {
    font-size: 18px;
    font-weight: 700;
}

.btn,
.btn-primary,
.btn-secondary {
    font-size: 16px;
    font-weight: 600;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
    font-size: 16px;
}

/* Larger desktop brand mark while keeping generous breathing room. */
#header .header-top {
    min-height: 112px;
}

#_desktop_logo {
    height: 112px !important;
}

#_desktop_logo img {
    max-height: 78px !important;
    max-width: 100% !important;
    width: auto !important;
}

#header .header-top .search-widget {
    padding-top: 32px;
    padding-bottom: 32px;
}

#_desktop_cart {
    padding-top: 36px;
    padding-bottom: 36px;
}

/* Footer cleanup: no legacy Etrend logo/contact/newsletter remnants. */
#footer .footer-top,
#footer .footer-text-content,
#footer .footer-text-content .logo-socials,
#footer #contactinfo-section,
#footer .block-contact,
#footer .block_newsletter {
    display: none !important;
}

#footer .footer-container {
    padding-top: 36px;
    padding-bottom: 28px;
}

#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-block-title,
#footer .footer-block-title h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: .01em;
}

#footer .footer-container a,
#footer .footer-container li,
#footer .footer-bottom,
#footer .copyright-block {
    font-size: 15.5px !important;
    line-height: 1.55;
    font-weight: 500;
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    #header .top-logo {
        min-height: 64px !important;
    }

    #header .top-logo img {
        max-height: 48px !important;
        max-width: 190px !important;
        width: auto !important;
    }

    #footer .footer-container {
        padding-top: 24px;
    }
}

/* =========================================================
   Veridian Health — left quick-access shopping guide
   Inspired by restrained utility rails used by premium retail sites.
   ========================================================= */
.vh-guidebar {
    position: fixed;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    z-index: 1015;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 7px 7px 7px 0;
    pointer-events: none;
}

.vh-guidebar-item {
    pointer-events: auto;
    width: 58px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    overflow: hidden;
    padding: 0 17px;
    margin: 0;
    border: 1px solid rgba(95, 117, 46, .20);
    border-left: 0;
    border-radius: 0 14px 14px 0;
    background: rgba(255, 254, 248, .97);
    color: #35451d !important;
    box-shadow: 0 7px 22px rgba(45, 61, 21, .10);
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    transition: width .22s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.vh-guidebar-item:hover,
.vh-guidebar-item:focus,
.vh-guidebar-item:focus-visible {
    width: 184px;
    background: #f6f5e8;
    color: #263315 !important;
    box-shadow: 0 10px 28px rgba(45, 61, 21, .16);
    transform: translateX(2px);
    outline: none;
}

.vh-guidebar-item.vh-guidebar-sale {
    background: #5f752e;
    color: #fffef8 !important;
    border-color: #5f752e;
}

.vh-guidebar-item.vh-guidebar-sale:hover,
.vh-guidebar-item.vh-guidebar-sale:focus {
    background: #4f6326;
    color: #fffef8 !important;
}

.vh-guidebar-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.vh-guidebar-label {
    opacity: 0;
    transform: translateX(-5px);
    font-size: 14.5px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .005em;
    transition: opacity .16s ease, transform .18s ease;
}

.vh-guidebar-item:hover .vh-guidebar-label,
.vh-guidebar-item:focus .vh-guidebar-label,
.vh-guidebar-item:focus-visible .vh-guidebar-label {
    opacity: 1;
    transform: translateX(0);
}

.vh-guide-panel {
    position: fixed;
    z-index: 1022;
    left: 72px;
    top: 50%;
    width: 330px;
    max-height: min(640px, calc(100vh - 80px));
    transform: translate(-24px, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    border: 1px solid #d7d6ba;
    border-radius: 20px;
    background: #fffef8;
    color: #263315;
    box-shadow: 0 24px 65px rgba(32, 45, 16, .22);
    transition: opacity .20s ease, transform .22s ease, visibility .20s ease;
}

body.vh-guide-open .vh-guide-panel {
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.vh-guide-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 24px 18px;
    border-bottom: 1px solid #e4e2cf;
    background: linear-gradient(145deg, #f1f1df 0%, #fffef8 72%);
}

.vh-guide-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #71804b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.vh-guide-panel h2 {
    margin: 0;
    color: #2d3d15;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.015em;
}

.vh-guide-close {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d8d6bd;
    border-radius: 50%;
    background: #fffef8;
    color: #4f6229;
    font-size: 15px;
    cursor: pointer;
    transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.vh-guide-close:hover,
.vh-guide-close:focus {
    background: #5f752e;
    color: #fff;
    border-color: #5f752e;
    outline: none;
}

.vh-guide-categories-list {
    max-height: 430px;
    overflow-y: auto;
    padding: 12px;
    scrollbar-width: thin;
    scrollbar-color: #b7bc91 #f3f2e5;
}

.vh-guide-category-link,
.vh-guide-fallback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 46px;
    padding: 11px 13px;
    border-radius: 11px;
    color: #35451d !important;
    font-size: 15.5px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .16s ease, color .16s ease, padding .16s ease;
}

.vh-guide-category-link::after {
    content: "\f105";
    font-family: FontAwesome;
    color: #8a9761;
    font-size: 15px;
}

/* Preserve the storefront category hierarchy inside the Quick Guide. */
.vh-guide-category-link.vh-guide-depth-0 {
    margin-top: 2px;
    color: #2d3d15 !important;
    font-weight: 700;
}

.vh-guide-category-link.vh-guide-depth-1 {
    min-height: 42px;
    padding-left: 29px;
    font-size: 15px;
    font-weight: 600;
}

.vh-guide-category-link.vh-guide-depth-2 {
    min-height: 40px;
    padding-left: 45px;
    font-size: 14.5px;
    font-weight: 500;
}

.vh-guide-category-link.vh-guide-depth-3,
.vh-guide-category-link.vh-guide-depth-4 {
    min-height: 38px;
    padding-left: 59px;
    font-size: 14px;
    font-weight: 500;
}

.vh-guide-category-link.vh-guide-depth-1::before,
.vh-guide-category-link.vh-guide-depth-2::before,
.vh-guide-category-link.vh-guide-depth-3::before,
.vh-guide-category-link.vh-guide-depth-4::before {
    content: "";
    flex: 0 0 5px;
    width: 5px;
    height: 5px;
    margin-left: -13px;
    border-radius: 50%;
    background: #a6af7d;
}

.vh-guide-category-link:hover,
.vh-guide-category-link:focus,
.vh-guide-fallback:hover,
.vh-guide-fallback:focus {
    padding-left: 17px;
    background: #ededd8;
    color: #263315 !important;
    outline: none;
}

.vh-guide-panel-footer {
    padding: 14px 18px 17px;
    border-top: 1px solid #e4e2cf;
    background: #f8f7ed;
}

.vh-guide-panel-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 11px;
    background: #5f752e;
    color: #fffef8 !important;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none !important;
}

.vh-guide-panel-footer a:hover,
.vh-guide-panel-footer a:focus {
    background: #4d6025;
}

.vh-guide-backdrop {
    position: fixed;
    z-index: 1020;
    inset: 0;
    background: rgba(31, 43, 15, .18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .20s ease, visibility .20s ease;
}

body.vh-guide-open .vh-guide-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .vh-guidebar-item:hover,
    .vh-guidebar-item:focus,
    .vh-guidebar-item:focus-visible {
        width: 162px;
    }

    .vh-guide-panel {
        width: 300px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vh-guidebar-item,
    .vh-guidebar-label,
    .vh-guide-panel,
    .vh-guide-backdrop {
        transition: none !important;
    }
}


/* ======================================================================
   Veridian Health — Premium Finish 2.1
   Final visual layer: crisp typography, disciplined borders, balanced
   spacing and restrained interaction styling. Keep this section last.
   ====================================================================== */
:root {
    --vh-ink: #2d3d15;
    --vh-ink-soft: #4b5639;
    --vh-muted: #6f775b;
    --vh-viridian: #5f752e;
    --vh-viridian-dark: #3f5220;
    --vh-viridian-soft: #eef0dd;
    --vh-border: #d8d7c0;
    --vh-border-strong: #c8c8aa;
    --vh-surface: #fffef8;
    --vh-surface-alt: #f4f3e6;
    --vh-warm: #eeeddd;
    --vh-ivory: #f8f7ed;
    --vh-radius-sm: 8px;
    --vh-radius: 12px;
    --vh-radius-lg: 16px;
    --vh-shadow: 0 12px 32px rgba(45, 61, 21, .075);
    --vh-shadow-hover: 0 16px 38px rgba(45, 61, 21, .105);
}

html {
    font-size: 16px;
    background: var(--vh-ivory);
}

body,
button,
input,
select,
textarea {
    font-family: 'Jost', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-synthesis: none;
}

body {
    background: var(--vh-ivory);
    color: var(--vh-ink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

p,
li,
label,
.form-control,
input,
select,
textarea,
.product-description,
.product-information,
.footer-container,
.footer-bottom {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
}

p,
.product-description,
.product-information,
.page-content,
.page-content p {
    color: var(--vh-ink-soft);
}

small,
.text-muted,
.product-reference,
.breadcrumb,
.breadcrumb a {
    color: var(--vh-muted) !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: var(--vh-ink);
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1, .h1 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -.018em;
}

h2, .h2,
.products-section-title,
.section-title {
    font-size: 27px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -.014em;
}

h3, .h3 {
    font-size: 20px;
    line-height: 1.30;
    font-weight: 700;
}

h4, .h4 {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

/* Sharper, quieter interactions: only interactive components animate. */
a,
button,
.btn,
input,
select,
textarea,
.dropdown-menu,
.product-miniature,
.thumbnail-container,
.vh-guidebar-item,
.vh-guide-panel,
.vh-guide-backdrop {
    transition-duration: .18s;
    transition-timing-function: ease;
}

:focus-visible {
    outline: 2px solid rgba(95, 117, 46, .60);
    outline-offset: 2px;
}

/* Header hierarchy */
#header,
#header .header-top,
#header .header-nav {
    background: rgba(255, 254, 248, .985);
}

#header .header-nav {
    border-bottom: 1px solid var(--vh-border);
}

#header .header-nav .currency-selector > button,
#header .header-nav .language-selector > button,
#_desktop_user_info a,
#header .header-nav .right-nav .user-info > a,
#header .header-nav .right-nav #contact-link > a {
    color: var(--vh-ink-soft);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .005em;
}

#header .header-top {
    min-height: 108px;
    border-bottom: 0;
}

#_desktop_logo {
    height: 108px !important;
}

#_desktop_logo img {
    max-height: 82px !important;
    width: auto !important;
}

#header .header-top .search-widget {
    padding-top: 31px;
    padding-bottom: 31px;
}

.header-top .search-widget form input[type="text"] {
    height: 46px;
    background: #fffef9;
    border: 1px solid var(--vh-border-strong);
    border-radius: 10px;
    color: var(--vh-ink);
    font-size: 15.5px;
    font-weight: 400;
    box-shadow: none;
}

.header-top .search-widget form input[type="text"]::placeholder {
    color: #7a8168;
    opacity: 1;
}

.header-top .search-widget form input[type="text"]:focus {
    border-color: var(--vh-viridian);
    box-shadow: 0 0 0 3px rgba(95, 117, 46, .12);
}

#_desktop_cart {
    padding-top: 32px;
    padding-bottom: 32px;
}

#header .header-navfullwidth,
.top-navigation-menu {
    background: #3f5220;
    border: 0;
    box-shadow: 0 6px 18px rgba(45, 61, 21, .07);
}

#header .top-navigation-menu .top-menu .level0 > a,
#header .header-navfullwidth .top-menu > li > a {
    color: #fffef8;
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: .004em;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top-navigation-menu .top-menu .level0:hover > a,
#header .top-navigation-menu .top-menu .level0:focus > a {
    background: rgba(255, 255, 255, .07);
    color: #fffef8;
}

.top-menu .sub-menu,
.dropdown-menu {
    background: #fffef9;
    border: 1px solid var(--vh-border);
    border-radius: 0 0 12px 12px;
    box-shadow: var(--vh-shadow);
}

/* Trust / service strip */
.vh-medical-strip {
    background: #ebeada;
    border-top: 0;
    border-bottom: 1px solid #d7d6bd;
    color: #485435;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .002em;
}

.vh-medical-strip .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vh-medical-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 18px;
    white-space: nowrap;
}

.vh-medical-strip span > i {
    color: var(--vh-viridian);
    font-size: 14px;
}

.vh-medical-strip span + span::before {
    content: "";
    width: 1px;
    height: 18px;
    margin-right: 18px;
    background: #c8c8ad;
}

/* Main page rhythm */
#wrapper {
    background: var(--vh-ivory);
}

#wrapper .container,
#content-wrapper,
#main {
    color: var(--vh-ink);
}

.breadcrumb {
    margin-top: 2px;
    margin-bottom: 24px;
    font-size: 13.5px;
    font-weight: 500;
}

.section-title,
.products-section-title,
.featured-products .products-section-title {
    margin-bottom: 26px;
    color: var(--vh-ink);
    text-transform: none;
}

/* Consistent surfaces and lines */
.card,
#search_filters,
#search_filters_brands,
#search_filters_suppliers,
.cart-grid-body .card,
.cart-grid-right .card,
.checkout-step,
#order-items,
#order-details,
.modal-content,
.popover {
    background: #fffef9;
    border: 1px solid var(--vh-border) !important;
    border-radius: var(--vh-radius) !important;
    box-shadow: none !important;
}

#products .row.products-selection {
    background: #f1f0e2;
    border: 1px solid var(--vh-border);
    border-radius: var(--vh-radius);
    padding-top: 11px;
    padding-bottom: 11px;
}

#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6,
#search_filters .facet,
.links .title {
    border-color: var(--vh-border) !important;
}

/* Product cards — refined rather than decorative */
.products-grid .products .product-item,
#products .products-grid .products .product-item {
    margin-bottom: 28px;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    background: #fffef9;
    border: 1px solid var(--vh-border);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(45, 61, 21, .035);
    overflow: hidden;
}

.products-grid .products .product-item .product-miniature:hover,
#products .products-grid .products .product-item .product-miniature:hover {
    border-color: #bfc19b;
    box-shadow: var(--vh-shadow-hover);
    transform: translateY(-2px);
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    background: #f3f2e4;
    border-bottom: 1px solid var(--vh-border);
    padding: 14px;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    background: #fffef9;
    padding: 17px 18px 20px;
}

.product-title,
.product-title a,
.product-miniature .product-title,
.product-miniature .product-title a,
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a {
    color: var(--vh-ink) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.42;
    letter-spacing: 0;
}

.product-price,
.current-price,
.product-miniature .price,
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping {
    color: var(--vh-ink) !important;
    font-size: 17.5px;
    font-weight: 700;
    line-height: 1.3;
}

.product-flags li.product-flag,
#products .products-grid .products .product-item .product-flags > li,
.products-grid .products .product-item .product-flags > li {
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .025em;
    padding: 5px 9px;
    box-shadow: none;
}

/* Buttons and forms */
.btn,
.btn-primary,
.btn-secondary,
.featured-products .all-products > a {
    min-height: 44px;
    border-radius: 9px !important;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .002em;
    box-shadow: none !important;
    text-transform: none;
}

.btn,
.btn-primary,
.featured-products .all-products > a {
    background: var(--vh-viridian) !important;
    border-color: var(--vh-viridian) !important;
    color: #fff !important;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.featured-products .all-products > a:hover {
    background: var(--vh-viridian-dark) !important;
    border-color: var(--vh-viridian-dark) !important;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #fffef9 !important;
    border-color: var(--vh-border-strong) !important;
    color: var(--vh-ink) !important;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
    min-height: 44px;
    background: #fffef9;
    border: 1px solid var(--vh-border-strong);
    border-radius: 9px;
    color: var(--vh-ink);
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--vh-viridian);
    box-shadow: 0 0 0 3px rgba(95, 117, 46, .12);
}

/* Product page */
#product .h1 {
    color: var(--vh-ink);
    font-size: 31px;
    font-weight: 700;
    line-height: 1.22;
}

#product .product-price {
    color: var(--vh-viridian-dark) !important;
    font-size: 28px;
    font-weight: 700;
}

.images-container .product-cover img,
.product-images > li.thumb-container > .thumb {
    background: #f3f2e4;
    border: 1px solid var(--vh-border);
    border-radius: 12px;
    box-shadow: none;
}

.tabs .nav-tabs .nav-link {
    background: #eeeddf;
    border-color: var(--vh-border);
    color: var(--vh-ink-soft);
    font-size: 15.5px;
    font-weight: 600;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    background: #fffef9;
    color: var(--vh-viridian-dark);
}

.tabs .tab-content {
    background: #fffef9;
    border-color: var(--vh-border);
    color: var(--vh-ink-soft);
}

/* Footer: calm, readable, no unnecessary decoration */
#footer .footer-container,
#footer .footer-bottom {
    background: #eeeddf;
}

#footer .footer-container {
    border-top: 1px solid #d7d6bd;
    padding-top: 38px;
    padding-bottom: 28px;
}

#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-block-title,
#footer .footer-block-title h3,
#footer .footer-container .h3.hidden-sm-down,
#footer .footer-container #block_myaccount_infos > h3,
#footer .footer-container .footer-link .footer-title > h3 {
    color: var(--vh-ink) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    letter-spacing: .045em;
    text-transform: uppercase;
}

#footer .footer-container a,
#footer .footer-container li,
#footer .footer-bottom,
#footer .copyright-block {
    color: var(--vh-ink-soft);
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.55;
}

#footer .footer-container .links ul > li > a:hover {
    color: var(--vh-viridian-dark);
    padding-left: 0;
}

#footer .footer-bottom .footer-inner {
    border-top: 1px solid #d4d3b9;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Guide bar: align with the cleaner component language */
.vh-guidebar-item {
    border-color: rgba(95, 117, 46, .18);
    border-radius: 0 12px 12px 0;
    background: rgba(255, 254, 248, .98);
    box-shadow: 0 7px 20px rgba(45, 61, 21, .085);
}

.vh-guidebar-item:hover,
.vh-guidebar-item:focus,
.vh-guidebar-item:focus-visible {
    background: #f1f0e2;
    box-shadow: 0 10px 26px rgba(45, 61, 21, .13);
}

.vh-guidebar-label {
    font-size: 14px;
    font-weight: 600;
}

.vh-guide-panel {
    border-color: #d4d3b9;
    border-radius: 16px;
    background: #fffef9;
    box-shadow: 0 22px 58px rgba(32, 45, 16, .19);
}

.vh-guide-panel-head,
.vh-guide-panel-footer {
    border-color: var(--vh-border);
}

.vh-guide-category-link,
.vh-guide-fallback {
    color: var(--vh-ink) !important;
    font-size: 15px;
    font-weight: 600;
}

/* Responsive polish */
@media (max-width: 767px) {
    html,
    body {
        font-size: 16px;
    }

    #header .header-nav,
    #header .header-navfullwidth,
    #mobile_top_menu_wrapper {
        background: #fffef8;
    }

    #header .header-top {
        min-height: auto;
        padding-bottom: 8px;
    }

    #header .top-logo {
        min-height: 68px !important;
    }

    #header .top-logo img {
        max-height: 52px !important;
        max-width: 210px !important;
        width: auto !important;
    }

    .vh-medical-strip {
        font-size: 14.5px;
        font-weight: 600;
        overflow-x: auto;
        text-align: left;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .vh-medical-strip .container {
        justify-content: flex-start;
        min-height: 44px;
        max-width: none;
        width: max-content;
        padding-left: 15px;
        padding-right: 15px;
    }

    .vh-medical-strip span {
        margin: 0 12px;
    }

    .vh-medical-strip span:first-child {
        margin-left: 0;
    }

    .vh-medical-strip span + span::before {
        height: 16px;
        margin-right: 12px;
    }

    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2,
    .products-section-title,
    .section-title {
        font-size: 23px;
    }

    #product .h1 {
        font-size: 26px;
    }

    #footer .footer-container {
        padding-top: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Large, normalized Category cover images. */
.block-category .category-cover {
    display: block !important;
    width: 100%;
    margin: 0;
}

.block-category .category-cover picture {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 2;
    overflow: hidden;
}

.block-category .category-cover img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    aspect-ratio: 5 / 2;
    object-fit: cover;
    object-position: center;
}

/* Make subcategory/category cover cards visibly larger: two per row on desktop. */
#subcategories ul.subcategories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
}

#subcategories ul.subcategories-list > li {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-width: 0;
    margin: 10px;
}

#subcategories ul li .subcategory-image {
    width: 100%;
    padding-bottom: 10px;
}

#subcategories ul li .subcategory-image a,
.category-miniature > a {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 2;
    overflow: hidden;
}

#subcategories ul li .subcategory-image a picture,
.category-miniature > a picture {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 2;
    overflow: hidden;
    vertical-align: top;
}

#subcategories ul li .subcategory-image a img,
.category-miniature > a img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    aspect-ratio: 5 / 2;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .block-category .category-cover {
        display: block !important;
    }

    #subcategories ul.subcategories-list > li {
        flex: 0 0 calc(100% - 20px);
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        min-width: 0;
    }
}
