body{
    overflow-x: hidden;
}
body p {
    font-size: 14px;
    line-height: 19px;
}

.container,
.container.with-xlarge {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.cloudzoom-zoom-inside {
    z-index: 1;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/*usp bar*/
.site-corporate{
    background:#95AE61;
}

.site-corporate .usp-item{
    font-size: 13px;
    color: #2C2C2C;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-corporate .usp-item .fa{
    padding-right: 5px;
}

.site-corporate .top-usp .owl-wrapper-outer .owl-wrapper{
    display:flex!important;
}

/* header */
.login-button{
    background: #f8f8f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f7), to(#d0d0cf));
    background: -o-linear-gradient(top, #f8f8f7 0%, #d0d0cf 100%);
    background: linear-gradient(to bottom, #f8f8f7 0%, #d0d0cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f7', endColorstr='#d0d0cf', GradientType=0);
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #b7b6b6;
    border-radius: 5px;
    height: 38px;
    display: flex;
    align-items: center;
}

.dropdown .dropdown-menu{
    z-index: 99999999;
}

.site-header {
    background: url(/upload_dir/pics/header_bg.png) no-repeat center;
    background-size: cover;
    padding: 0 0 10px 0;
}

.logo {
    margin: 10px 0;
    text-align: center;
}

.logo img {
    display: inline-block;
    margin-bottom: 10px;
}

.text-menu li a span {
    font-size: 14px;
}

.text-menu li a:hover span {
    color: #729b3a;
}

.text-menu .dropdown-menu {
    text-align: left;
    left: auto;
    right: 0;
}

.site-header .socials {
    margin-left: 45px;
}

/* Search */
.site-header .header__search-wrapper .input-group-main {
    padding: 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #333;
    line-height: 15px;
    height: 33px;
}

.site-header .header__search-wrapper .input-group {
    margin-left: auto;
    margin-top: 10px;
}
.site-header .header__search-wrapper .input-group-button>.button {
    padding: 5px;
    height: auto;
    border-radius: 0 5px 5px 0;
    border: 1px solid #CCC;
}

.site-header .header__search-wrapper .top-search-form {
    width: auto;
    border-radius: 0;
    margin: 0;
    border: none;
    position: static;
}

.site-header .header__search-wrapper .input-group-button {
    vertical-align: initial;
}

.site-header .header__search-wrapper .input-group-button {
    width: auto;
}

.main-navigation.main-navigation--custom .nav.list-inline {
    flex-wrap: wrap;
}
.nav-row:has(.main-navigation.main-navigation--custom) {
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.socials a {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
    line-height: 20px!important;
    margin: 0 5px;
}

.socials a:hover {
    background: #729b3a;
    color: #ffffff!important;
}

.nav-row {
    position: relative;
    bottom: -10px;
    z-index: 1002;
}

.searchBtn {
    margin-left: 10px;
    cursor: pointer;
    font-size: 21px;
}

.formMobile {
    width: 100%;
    margin: 0 10px;
}

.top-search-form{
    border: 1px solid #729b3a;
    border-radius: 15px;
}

.top-search-form .form-input {
    border: none;
    background: #f5f5f5;
    border-radius: 15px 0 0 15px;
    height: 33px;
    padding: 5px 5px 5px 15px;
    font-size: 15px;
    line-height: 33px;
}

.top-search-form .input-group-button {
    height: 33px;
}

.top-search-form .button {
    border: none;
    background: #f5f5f5;
    border-radius: 0 15px 15px 0;
    height: 33px !important;
    padding: 0 15px !important;
}

.top-search-form .fa {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #729b3a;
    font-size: 19px;
}

.quick-cart-link {
    display: block;
    background: #729b3a;
    color: #ffffff !important;
    font-size: 21px;
    border-radius: 5px 5px 0 0;
    padding: 17px 15px 9px 15px;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
            box-shadow: inset 0 -10px 10px -10px #000000;
            text-align: center;
}

.m-quick-cart__count {
    font-family: "Overpass", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding-top: 7px;
    font-weight: 900;
}

.quick-cart-link .cartTotal{
    display: block;
    font-size: 12px;
}
/* slider */
.site-slider .hero-slider-theme {
    margin: 0;
}

.site-slider .hero-slider-theme img {
    width: 100% !important;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.site-slider .hero-slider-theme .placeholder-wrapper {
    max-width: 100% !important;
    min-height: 200px;
}

.site-slider .w-slider-caption.item-caption {
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: auto;
    text-align: left;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.w-slider-caption.item-caption .h2 {
    font-size: 19px;
    line-height: 19px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #111111;
}

.w-slider-caption.item-caption .h4 {
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    margin-bottom: 10px;
}

.site-slider .item-link {
    display: inline-block;
    border-radius: 5px;
    background: #729b3a;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.site-slider .item-link .button-text {
    color: #ffffff;
    padding: 0;
    font-weight: 700;
}

.site-slider .hero-slider-theme .owl-pagination {
    display: none;
}

.site-slider .hero-slider-theme .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
    color: #ffffff;
}

.site-slider .hero-slider-theme .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
    color: #ffffff;
}

/* main categories */
.main-categories {
    margin: 50px 0 30px 0;
}

.main-categories img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.main-categories .flex{
    /*justify-content: space-between;*/
    justify-content: center;
    gap: 15px 10px;
}

.main-categories .cItem {
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.category-title {
    display: block;
    font-size: 21px;
    font-weight: 900;
    padding-top: 10px;
}

.imageBoxes .row,
.main-categories .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.category .placeholder-wrapper:after {
    content: '';
    display: block;
    width: 173px;
    height: 25px;
    background: url(/upload_dir/pics/c-shadow.png) no-repeat center;
    background-size: contain;
    max-width: 100%;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    z-index: -1;
}

.category-button {
    border-radius: 5px;
    color: #FFF;
    padding: 10px 20px;
}

a.category-button:visited {
    color: #FFF;
}

a.category-button:visited .h5 {
    color: #FFF;
}

.category-button .h5 {
    margin-bottom: 0;
    color: #FFF;
}

.container.with-xlarge .col-xl-6.category-item {
    width: auto;
}

/* Product list */
.page-title-frontpage {
    border-bottom: none;
    border-color: #c2c2c2;
}

.page-title-frontpage .h2 {
    font-size: 34px;
    font-weight: 900;
}

.productItem .type-col {
    border-radius: 5px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, .05)), color-stop(6%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(rgba(0, 0, 0, .05) 1%, rgba(0, 0, 0, 0) 6%);
    background: linear-gradient(rgba(0, 0, 0, .05) 1%, rgba(0, 0, 0, 0) 6%);
}

.productItem .title {
    margin-bottom: 0;
}

.h5.m-productlist-title {
    font-size: 16px;
    font-weight: 700;
}
.m-product .image {
    z-index: 1000;
}

.productItem .type-col .product-transaction,
.productItem .type-col .product-action {
    background: none;
    border: none;
}

.productItem .type-col .product-transaction {
    padding-top: 0;
}

.productItem .type-col .product-action {
    padding: 0;
}

.m-productlist-price-before-discount {
    font-size: 12px;
    color: #929292;
}

.m-productlist-price.h5 {
    color: #4b7839;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
}

.productItem .type-col .product-action .form-group {
    margin: 0;
}

.btn-buy {
    border: none;
    width: 100%;
    border-radius: 0 0 5px 5px;
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    line-height: 36px;
    padding-top: 4px;
}
.m-product-transaction-button .button-primary {
    border-radius: 5px;
    border: none;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 5px 5px;
    width: 100%;
    line-height: 1;
}
.m-product-transaction-amount .m-transaction-input {
    height: 40px;
}

.m-product .splash,
.m-productlist .splash {
    left: auto;
    right: 1em;
}

.badge.m-productlist-sale,
.badge.m-product-splash-sale {
    background: #fff600;
    width: 87px;
    height: 87px;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    padding-top: 22px;
    pointer-events: none;
}

.badge.m-productlist-sale span,
.badge.m-product-splash-sale span {
    font-weight: 900;
    font-size: 26px;
    line-height: 26px;
}

.badge {
    display: block;
    width: 87px;
    height: 87px;

    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    
    padding-top: 22px;
    /* pointer-events: none; */
    white-space: initial;

    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;

    position: relative;
}

.badge.custom-badge-3 {
    background-image: url('../images/product-badges/badge-bronze.png');
}
.badge.custom-badge-2 {
    background-image: url('../images/product-badges/badge-silver.png');
}
.badge.custom-badge-1 {
    background-image: url('../images/product-badges/badge-gold.png');
}

.badge a {
    display: block;
    height: 100%;
    width: 100%;
}

.badge-message {
    display: none;
    position: absolute;
    bottom: 85%;
    right: 50%;
    z-index: 1;
    font-size: 12px;
    text-transform: none;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 220px;
    padding: 8px;
    border-radius: 6px;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
}
.badge-message i {
    display: block;
    margin-top: 10px;
}
.badge:hover > .badge-message,
.badge:hover > a > .badge-message {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 600px) {
    .badge-message {
        display: block;
    }
}
.productItem .productContent {
    overflow: visible;
}
.mm-page.mm-slideout {
    overflow: hidden;
}

.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.m-product-info.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}

.m-breadcrumb,
.m-print {
    margin: 2.5em 0 .5em 0;
}

/* imageBoxes */
.imageBoxes {
    margin-bottom: 30px;
}

.single-box {
    position: relative;
    display: block;
    font-size: 0;
    max-width: 381px;
    margin: 0 auto 20px auto;
}

.imageBoxes .description {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.imageBoxes .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.imageBoxes .subtitle {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
}

.imageBoxes img {
    width: 100%;
    border-radius: 20px;
}

.single-box:hover img {
    -webkit-filter: grayscale(100%) brightness(63%) sepia(100%) hue-rotate(50deg) saturate(240%) contrast(0.8);
            filter: grayscale(100%) brightness(63%) sepia(100%) hue-rotate(50deg) saturate(240%) contrast(0.8)
}

/* welcome */
.welcome {
    position: relative;
    background: #f8f8f8;
    padding: 40px 0 60px 0;
}

.welcome .page-title-frontpage {
    margin: 20px 0 10px 0;
    padding: 0;
    border: none;
    text-align: left;
}

.welcome .m-text-headline {
    font-size: 26px;
    font-weight: 600;
    color: #55843c;
}

.welcome p {
    font-size: 15px;
    line-height: 24px;
}

/* help-section */
.help-section {
    margin-top: 60px;
    margin-bottom: 40px;
}

.news {
    background: url(/upload_dir/pics/newsletter_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.news .h4 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 5px;
}

.news p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.news .form-input {
    border: none;
    border-radius: 5px;
    height: 42px;
    font-size: 15px;
    color: #989797;
    font-style: italic;
}

.news .m-newsletter-signup {
    text-align: left;
}

.news .m-newsletter-signup .input-group-main {
    font-style: 13px;
    color: #111111;
}

.news .form-submit {
    border: none;
    border-radius: 10px;
    color: #ffffff;
    background: #729b3a;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 26px 6px 26px;
    -webkit-box-shadow: 0 0 20px #ffffff;
            box-shadow: 0 0 20px #ffffff;
}

.help {
    background: #92ac5f;
    border-radius: 20px;
    text-align: left;
    padding: 20px;
    height: 100%;
}

.help .m-text-headline {
    font-size: 50px;
    line-height: 49px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.help-text p {
    margin-left: 0;
}

.help-text p:first-child {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.help-text p:nth-child(2) {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #ffffff;
}

.help-text a {
    color: #ffffff;
}

.help-text a:hover {
    text-decoration: underline;
}

.help-text .btnLink {
    background: #080808;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 22px;
}

/* usp */
.usps{
    margin-bottom: 40px;
}

.usps .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.usp {
    margin-bottom: 30px;
    width: 100%;
}

.usps .title {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.usps .subtitle {
    font-size: 14px;
    font-style: italic;
    color: #57863c;
    margin: 0;
}

/* footer */
.site-footer {
    background: #f8f8f8;
    border: none;
}

.site-footer p,
.site-footer li,
.site-footer a {
    font-size: 13px;
    line-height: 24px;
}

.site-footer a:hover {
    color: #53833c;
}

.site-footer .f-title {
    color: #53833c;
    font-size: 18px;
    font-weight: 600;
}

.footer-menu .dropdown:hover>.dropdown-menu {
    display: none !important;
}

.footer-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.f-logos {
    text-align: center;
}

.f-logos img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    max-width: 70px;
}

.cards {
    padding: 20px 0;
    background: #95ae61;
}

.cards p {
    margin: 0;
}

.cards img {
    margin: 0 auto;
}

.trustpilot-widget{
    margin: 0 -20px -15px -20px;
}

@media(min-width:480px) {
    .w-slider-caption.item-caption .h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .w-slider-caption.item-caption .h4 {
        font-size: 19px;
        line-height: 19px;
    }

    .site-slider .item-link .button-text {
        font-size: 17px;
    }
    .main-categories .cItem {
        flex: 0 0 48%;
    }
    .news {
        padding: 40px 60px;
    }
    .login-button{
        padding: 10px 20px;
    }
}

@media(min-width:768px) {
    .w-slider-caption.item-caption .h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .main-categories .cItem {
        /*flex: 0 0 13%;*/
        flex: 0 0 15%;
        margin-bottom: 0;
    }
    .category-title{
        font-size: 16px;
    }
    .news {
        padding-left: 100px;
        padding-right: 100px;
    }

    .usps .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .usp {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .usps .title {
        font-size: 14px;
    }

    .usps .subtitle {
        font-size: 13px;
    }

    .f-logos img {
        display: block;
        margin: 10px auto;
    }
}

@media(min-width:960px) {

    .site-header {
        padding: 0;
    }

    .logo {
        text-align: left;
    }

    .logo img {
        margin-bottom: 0;
    }
    .main-navigation {
        display: inline-block;
        vertical-align: middle;
    }
    .main-navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .main-navigation>ul {
        display: flex;
    }
    .main-navigation .nav>li {
        padding: 0;
    }
    .main-navigation .nav>li>a {
        background: #f8f8f7;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f7), to(#d0d0cf));
        background: -o-linear-gradient(top, #f8f8f7 0%, #d0d0cf 100%);
        background: linear-gradient(to bottom, #f8f8f7 0%, #d0d0cf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f7', endColorstr='#d0d0cf', GradientType=0);
        display: block;
        padding: 5px 5px;
        font-size: 15px;
        font-weight: 400;
        border: 1px solid #b7b6b6;
        border-radius: 0 0 5px 5px;
    }
    .main-navigation.main-navigation--custom .nav>li>a {
        padding: 10px 15px;
    }
    .main-navigation .nav>li:hover>a {
        background: #729b3a;
        color: #ffffff;
        border-color: #ffffff;
    }
    .main-navigation>ul>li>ul {
        padding-top: 5px;
    }
    .main-navigation ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        z-index: 999;
    }
    .main-navigation ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
    }
    .main-navigation .nav li:hover>ul {
        display: block;
    }
    .main-navigation ul ul li a {
        background: #b7b6b6;
        color: #ffffff;
        padding: 10px;
    }
    .main-navigation ul ul li a:hover {
        background: #729b3a;
    }
    .top-search-form {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 11;
    }

    .header-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .caption-inner {
        max-width: 600px;
        margin: 0 0 0 auto;
    }

    .w-slider-caption.item-caption .h4 {
        margin-bottom: 10px;
        padding-right: 200px;
    }

    .site-slider .item-link {
        padding: 8px 30px;
    }
    .category-title{
        font-size: 19px;
    }
    .welcome:before {
        content: url(/upload_dir/pics/welcome_bg.png);
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: 0;
    }

    .help {
        background: url(/upload_dir/pics/contact_bg.jpg) no-repeat center;
        background-size: cover;
    }

    .help .m-text-headline {
        max-width: 70%;
    }

    .help-text p {
        max-width: 55%;
    }

    .news {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .help {
        padding: 60px 40px;
    }

    .usps .title {
        font-size: 17px;
    }

    .usps .subtitle {
        font-size: 14px;
    }

    .f-logos img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }
    .site-footer {
        background: url(/upload_dir/pics/footer_bg.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

@media(min-width:1024px) {
    .category-title{
        font-size: 21px;
    }
}

@media(min-width:1140px) {
    .main-navigation .nav>li>a {
        padding: 5px 5px;
    }
    .main-navigation.main-navigation--custom .nav>li>a {
        padding: 10px 20px;
    }

    .usps .usp:not(:last-child) {
        -webkit-box-shadow: 5px 0 3px -5px #333333;
                box-shadow: 5px 0 3px -5px #333333;
    }
}

@media(min-width:1200px) {
    .main-navigation .nav>li>a {
        padding: 5px 10px;
    }
    .main-navigation.main-navigation--custom .nav>li>a {
        padding: 10px 20px;
    }
}

@media(max-width:959px){
    .m-row{
        margin-top: 10px;
    }
}

.m-product-additionals-list-item .h5 {
    padding: 10px;
    background: linear-gradient(to bottom, #f8f8f7 0%, #d0d0cf 100%);
}
.m-product-additionals-list-item {
    border: 1px solid #eeeeee;
    margin-bottom: 1em;
}
.variantInfoPanel .panel {
    margin-bottom: 1em;
}
.variantInfoPanel .panel,
.variantInfoPanel .panel-body {
    padding: 0;
    border: none;
    color: initial;
    background: none;
}