/* Global styles */

main {
    background-color: #104c39;
}

#wrapper {
    max-width: 100%;
}

#content-wrapper {
    padding: 0;
}

.menu-sub {
    overflow: hidden;
}

.search-widget i.search {
    color: #A2C037;
}

.search-widget .form-control:focus {
    border-color: #A2C037;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 0.2rem rgba(117, 210, 47, 0.25);
}

/* Header styles */

#header {
    background-color: transparent;
    margin-bottom: 0;
}

#header .header__container {
    max-width: 100%;
}

#header .banner {
    width: 100%;
    position: relative;
}

#header .banner img {
    height: 450px;
    width: 100%;
    object-fit: contain;
    object-position: 0% 90%;
}

#header .banner_overlay_container {
    position: absolute;
    top: 45px;
    height: 360px;
    width: 100%;
}

#header .overlay_logo_container {
    width: 480px;
    background-color: rgba(0, 0, 0, .1);
}

#header .overlay_logo_container .overlay_logo {
    width: 320px;
    height: 260px;
    margin: 20px auto 0;
    background: url('../img/logo_white.png') no-repeat;
}

#header .overlay_logo_container .overlay_logo_title {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    color: #FFF;
    text-align: center;

    position: relative;
    top: -30px;
    margin: 0;
}

@media screen and (max-width: 1420px) {
    #header .banner img {
        height: 440px;
    }

    #header .banner_overlay_container {
        height: 250px;
    }

    #header .overlay_logo_container {
        width: 340px;
    }

    #header .overlay_logo_container .overlay_logo {
        width: 230px;
        height: 185px;
    }

    #header .overlay_logo_container .overlay_logo_title {
        font-size: 28px;
        top: -15px;
    }
}

/*      Header Menu Styles */

#header .header-top {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    /* background-image: linear-gradient(90deg, #104c39, #104937); linear-gradient(90deg, rgba(0,0,0,0.1), rgba(0,0,0,.2))*/
    background-image: linear-gradient(90deg, rgba(0,0,0,0.1), rgba(0,0,0,.15));
}

#header .header-top,
#header .header-nav {
    border: none;
}

#header .header__container {
    padding: 0;
}

#header .header__container > .row {
    margin: 0;
}

#header .header-top > .container {
    max-width: 1600px;
}

#header .header-top > .container > .row {
    justify-content: center;
}

#header .language-selector::before {
    content: '';
    display: inline-block;
    background: url('../icons/language_icon.svg') no-repeat center;
    vertical-align: middle;
}

#header .user-info i {
    background: url('../icons/user_icon.svg') no-repeat;
}

#header .blockcart__icon {
    background: url('../icons/cart_icon.svg') no-repeat;
}

#header .user-info i,
#header .blockcart__icon,
#header .language-selector::before {
    color: transparent;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

#header #_desktop_cart,
#header #_desktop_user_info,
#header .search-widget {
    margin-left: 20px !important;
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}

#header #_desktop_logo {
    flex: unset;
    max-width: unset;
    width: auto;
    display: inline-block;
}

#header .logo {
    height: 80px;
}

#header .displayTop {
    justify-content: flex-end;
}

#header .displayTop > div:not(.menu) {
    align-self: center;
}

#header .menu {
    margin-right: 40px;
    flex-grow: 1;
}

#header .menu .menu-top {
    justify-content: space-around;
}

#header .language-selector .btn,
#header .user-info span,
#header .menu .menu__item-link--top {
    color: #FFF;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    transition: color ease-in-out .3s;
}

#header .user-info span:hover,
#header .menu .menu__item-link--top:hover,
#header .menu #category-22 .menu__item-link--top {
    color: #A2C037;
}

#header .menu #category-22 .menu__item-link--top:hover {
    color: #FFF;
}

#header .blockcart span:nth-child(2),
#header .user-info span:nth-child(2) {
    display: none;
}

#header .blockcart {
    background-color: transparent;
    position: relative;
}

#header .blockcart .cart-products-count {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    
    color: #104c39;
    background-color: #A2C037;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

#header .language-selector,
#header .language-selector .btn {
    text-transform: uppercase;
}

.language-selector .dropdown-item.active,
.language-selector .dropdown-item:active {
    color: #104c39;
    background-color: #A2C037;
    font-weight: bold;
}

#header .search-widget .input-group {
    width: 50px;
    height: 50px;
    background: url('../icons/search_icon.svg') no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

#header .search-widget .input-group .btn {
    position: absolute;
    right: 0;
    bottom: -38px;
    color: #104c39;
    background: #A2C037;
    border: 1px solid #A2C037;
    padding: .375rem .75rem;
    font-family: 'Roboto Slab', sans-serif;
    z-index: 100;
    cursor: pointer;
    display: none;
}

#header .search-widget .input-group .btn:hover,
#header .search-widget .input-group .btn:focus {
    background: #7FA123;
    border-color: #7FA123;
}

#header .search-widget .input-group .btn i {
    display: none;
}

#header .search-widget .input-group .btn span {
    display: block !important;
    font-family: 'Roboto Slab', sans-serif;
}

#header .search-widget .form-control {
    position: absolute;
    display: none;
    width: 250px;
    border: none;
    bottom: -38px;
    right: 0;
    z-index: 90;
    font-size: 1rem;
    line-height: 1.5;
}

#header .search-widget .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 0.2rem rgba(117, 210, 47, 0.25);
}

#header .header--mobile {
    padding: 0 20px;
}

#header .header--mobile #menu-icon {
    color: #FFF;
}

@media screen and (max-width: 1200px) {
    #header #_desktop_logo {
        width: 100%;
        text-align: center;
    }

    #header .displayTop {
        flex-wrap: wrap;
        justify-content: center;
    }

    #header .menu {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    #header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: #104c39;
    }
    #header .search-widget {
        position: absolute;
        margin: 0 !important;
        top: -81px;
        right: 65px;
    }
}

/* Footer Styles */

#footer {
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #104c39 0%, #0f2a21 100%);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#footer .row > div:not(:last-child) {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer .row > div:last-child {
    padding: 0;
}

#footer .footer-container {
    margin: 0;
}

#footer .footer-container .container {
    max-width: 1480px;
    padding: 0 40px;
}

#footer_store_info,
#footer .footer__title,
#footer ul a,
#footer p {
    color: #FFF;
}

#footer_store_info,
#footer .footer__title {
    font-family: 'Roboto Slab', sans-serif;
}

#footer ul a,
#footer p {
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}

#footer .footer__title {
    font-size: 21px;
    margin-bottom: 30px;
}

#footer ul li,
#footer p {
    padding: 5px 0;
    font-size: 14px;
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}

#footer p:not(:last-child),
#footer ul li:not(:last-child) {
    margin-bottom: 10px;
}

#footer .footer-contacts p:not(.footer__title) {
    margin: 0;
}

#footer .footer-contacts .footer__title {
    display: block;
}

#footer ul a {
    transition: ease-in-out .3s;
}

#footer ul a:hover {
    margin-left: 5px;
}

#footer ul a::after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    margin-top: 2px;
    background-color: #FFF;
    transition: ease-in-out .3s;
}

#footer ul a:hover::after {
    width: 50px;
}

#footer .logo_img {
    background: url('../img/logo_white_cut.png') no-repeat;
    background-position: right;
    display: block;
    max-width: 380px;
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 150px;
    min-width: 185px;
    margin-right: 17%;
}

@media (max-width: 1100px) {
    #footer .logo_img {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    #footer .logo_img {
        margin: 20px 0 !important;
    }
}

#footer .footer-container .col-md-3 .social-sharing {
    max-width: 100%;
    flex: auto;
    justify-content: flex-end;
    margin-bottom: 20px;
    flex-wrap: nowrap !important;
    padding-right: 17%;
}

#footer .footer-container .col-md-3 .social-sharing a {
    background-color: transparent;
}

#footer .footer_bottom {
    height: 80px;
    width: 100%;
    background-color: #104c39;
    display: flex;
    justify-content: center;
    opacity: .5;
}

#footer .footer_bottom .payment_logo.visa {
    background: url(../icons/visa_logo.svg) no-repeat center;
    background-size: 50px;
}

#footer .footer_bottom .payment_logo.master-card {
    background: url(../icons/mastercard_logo.svg) no-repeat center;
    background-size: 50px;
}

#footer .footer_bottom .payment_logo.mkbilling {
    background: url(../icons/mkbilling_logo.svg) no-repeat center;
    background-size: 50px;
}

#footer .footer_bottom .payment_logo {
    height: 80px;
    width: 100px;
}

#index .modal.quickview {
    position: static;
}

.highlighted-informations {
    position: static;
    transform: translate(0);
}

/* Category page styles */

#new-products #wrapper,
#category #wrapper,
#search #wrapper {
    background-color: #f5f6f9;
}

#new-products .breadcrumb,
#search .breadcrumb,
#category .breadcrumb {
    display: none;
}

#category #left-column {
    width: calc(100% + 30px);
    flex: auto;
    max-width: calc(100% + 30px);
    padding: 0;
    margin: 0 -15px;
}

#new-products #left-column .vp_categoryproduct.hidden,
#category #left-column .vp_categoryproduct.hidden {
    display: none;
}

#new-products #wrapper .row,
#search #wrapper .row,
#category #wrapper .row {
    margin: 0;
}

#new-products #content-wrapper,
#search #content-wrapper,
#category #content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

#category .block-category {
    border: none;
    background: transparent;
    padding: 0;
}

#search #main > h1,
#category .block-category .h1 {
    margin: 70px 0 40px;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    font-weight: bold;
    color: #104c39;
    text-align: center;
}

#category .block-category .search_filters {
    flex-direction: column-reverse;
    background: transparent;
    border: none;
    padding: 0;
}

#category .block-category .search_filters .clear-all-wrapper {
    display: none;
}

#category .block-category .facet__block:first-of-type {
    border: none;
    padding: 0;
    margin: 0;
}

#category .block-category .facet__block:last-of-type .collapse {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

#category .block-category .facet__block:last-of-type .dropdown_wrapper {
    display: inline-block;
    padding: 10px 15px;
    border: 3px solid #104c39;
}

#category .block-category .facet__block:last-of-type .select_label {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    color: #104c39;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

#category .block-category .facet__block:first-of-type .collapse {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 60px;
}

#category .block-category .facet__block:last-of-type .custom-select {
    border: none;
    width: auto;
    cursor: pointer;
    box-shadow: none;
    background: transparent url('../icons/dropdown_arrow.svg') no-repeat right 5px center;
    background-size: 15px;
    color: #104c39;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
}

#category .block-category .facet__block:first-of-type .collapse .custom-radio {
    padding: 0;
    margin: 5px 0;
}

#category .block-category .facet__block:first-of-type .collapse .custom-radio:not(:last-child) {
    margin-right: 20px;
}

#category .block-category .facet__block:first-of-type .collapse .custom-radio:not(:first-child) {
    margin-left: 20px;
}

#category .block-category .facet__block:first-of-type .collapse .custom-radio label span {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #1f5445;
    cursor: pointer;
}

#category .block-category .facet__block:first-of-type .collapse .custom-radio input[type="radio"]:checked + label span {
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    vertical-align: bottom;
}

#category .block-category .facet__block:first-of-type .collapse .custom-radio input[type="radio"],
#category .block-category .facet__block:first-of-type .collapse .custom-radio label::after,
#category .block-category .facet__block:first-of-type .collapse .custom-radio label::before {
    display: none;
}

#category .block-category .facet__block:first-of-type .collapse .custom-radio input[type="radio"]:checked + label::after,
#category .block-category .facet__block:first-of-type .collapse .custom-radio input[type="radio"]:checked + label::before {
    border: none;
    border-radius: 0;
    display: inline-block;
    position: unset;
    left: unset;
    top: unset;
    background: #A2C037;
}

#search #products .products,
#category #products .products {
    display: grid;
    grid-template-columns: repeat(6, 16.66%);
}

#search #products .products article,
#category #products .products article {
    max-width: 100%;
    margin-bottom: 40px !important;
}

#search #products .products + .row > div:first-child,
#category #products .products + .row > div:first-child {
    display: none;
}

#search #products .products + .row > nav,
#category #products .products + .row > nav {
    max-width: 100%;
    flex: auto;
}

#search #products .products + .row > nav .pagination,
#category #products .products + .row > nav .pagination {
    justify-content: center !important;
    margin-bottom: 30px;
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}

#search #products .products + .row > nav .pagination .page-link,
#category #products .products + .row > nav .pagination .page-link {
    color: #14372B;
}

#search #products .products + .row > nav .pagination .page-link:focus,
#category #products .products + .row > nav .pagination .page-link:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),
    0 0 0 0.2rem rgba(117, 210, 47, 0.25);
}

#search #products .products + .row > nav .pagination .page-item.active .page-link,
#category #products .products + .row > nav .pagination .page-item.active .page-link {
    color: #FFF;
    background-color: #14372B;
    border-color: #14372B;
    opacity: 1;
}

#search .text-right.up .btn,
#category .text-right.up .btn {
    background-color: #104c39;
    border: none;
    padding: 10px 15px;
}

/* Category Mobile */

#category .mobile_filters_wrapper {
    text-align: center;
}

#category #search_filter_toggler {
    margin-bottom: 30px;
    padding: 10px 15px;
    border: 3px solid #104c39;
    color: #104c39;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    background-color: #FFF;
}

#category #offcanvas_search_filter {
    font-family: 'Roboto Slab', serif;
}

#category #offcanvas_search_filter .collapse:not(.show) {
    display: block;
}

#category #offcanvas_search_filter #search_filters.search_filters {
    display: flex;
    flex-direction: column-reverse;
}

#category #offcanvas_search_filter #search_filters.search_filters > .facet__block:first-of-type {
    border: none;
}

#category #offcanvas_search_filter #search_filters.search_filters > .facet__block:last-of-type {
    margin-bottom: 20px;
}

#category #offcanvas_search_filter #search_filters.search_filters .custom-control {
    margin: 10px 0;
}

#category #offcanvas_search_filter #search_filters.search_filters .custom-control input {
    outline: none;
}

#category #offcanvas_search_filter #search_filters.search_filters .custom-control .color__label {
    color: #104c39;
}

#category #offcanvas_search_filter .clear-all-wrapper button {
    color: #104c39;
    border-color: #104c39;
    padding: .375rem .75rem;
    transition: ease-in-out .3s;
    margin: 0;
}

#category #offcanvas_search_filter .clear-all-wrapper button:active {
    background-color: #104c39;
    color: #FFF;
}

#category #offcanvas_search_filter #search_filters.search_filters .custom-control-input:checked~.custom-control-label:before {
    border-color: #A2C037;
    background-color: #A2C037;
}

#category #offcanvas_search_filter .custom-select:focus {
    border-color: #A2C037;
    box-shadow: 0 0 10px rgba(149, 193, 31, 0.25);
    outline: none;
}

#category #offcanvas_search_filter .modal-footer {
    padding: 16px;
}

#category #offcanvas_search_filter .modal-footer .btn {
    color: #A2C037;
    border-color: #A2C037;
}

#category #offcanvas_search_filter .modal-footer .btn:active {
    background-color: #A2C037;
}

#category #offcanvas_search_filter .modal-footer .btn i {
    display: none;
}

@media screen and (max-width: 1200px) {
    #search #products .products,
    #category #products .products {
        grid-template-columns: repeat(4, 25%);
    }
}

@media screen and (max-width: 900px) {
    #search #products .products,
    #category #products .products {
        grid-template-columns: repeat(3, 33.33%);
    }

    #search .block-category,
    #category .block-category {
        display: block !important;
    }

    #search .block-category .h1,
    #category .block-category .h1 {
        margin: 30px 0;
        font-size: 32px;
    }
}

@media screen and (max-width: 680px) {
    #search #products .products,
    #category #products .products {
        grid-template-columns: repeat(2, 50%);
    }
}

@media screen and (max-width: 500px) {
    #search #products .products,
    #category #products .products {
        grid-template-columns: repeat(1, 100%);
    }
}

/* Product miniatures */

.product-miniature .card-product {
    border: none;
    background: transparent;
    transition: ease-in-out .3s;
}

.product-miniature .card-product:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.product-miniature .card-product .product-flags {
    right: 0;
}

.product-miniature .card-product .product-flag.new {
    display: none;
}

.product-miniature .card-product .product-flag.discount-product {
    top: 0;
    margin: 0;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background: #A2C037 url('../icons/discount_icon.svg') no-repeat center;
    background-size: 25px 37px;
    box-shadow: none;
}

.product-miniature .card-product .product-title a {
    display: block;
    height: 40px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #1f5445 !important;
    text-transform: uppercase;
}

.product-miniature .card-product .price {
    /* font-family: 'Roboto', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #1f5445;
}

.product-miniature .card-product .regular-price {
    margin: 0;
    position: absolute;
    left: 0;
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    color: #1f5445;
}

.product-miniature .card-product .add-to-cart-btn {
    width: 100%;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #104c39;
    margin: 30px 0 10px;
    box-shadow: -8px 7px 0 0 #104c39;
    background-color: #A2C037;
    border: none;
    padding: 10px;
}

.product-miniature .card-product .add-to-cart-btn:not(:disabled):hover {
    box-shadow: 0 0 0 0 #104c39;
    background-color: #7FA123;
}

.product-miniature .card-product .add-to-cart-btn:disabled {
    cursor: default;
    background-color: #b2d551;
}

/* Product Page */

#product #wrapper {
    padding: 0;
    padding-top: 44px;
}

#product #wrapper .row {
    margin: 0;
}

#product #main > .row {
    justify-content: center;
}

#product .col-md-6:last-child {
    background: linear-gradient(90deg, rgba(21, 58, 46, 1),rgba(21, 58, 46, .75)), url(../img/product_page_overlay_image.jpg) no-repeat;
    background-size: cover;
}

#product .breadcrumb {
    display: none;
}

#product .product_main_container {
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    padding: 40px 30px 40px 80px;
    color: #FFF;
}

#product .product_main_container h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 42px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
}

#product .product_main_container .product-reference {
    /* font-family: 'Roboto Slab, serif'; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-top: .5rem;
}

#product .product_main_container #product-availability {
    display: none;
}

#product .product_main_container .current-price {
    display: block;
    margin-bottom: 10px;
}

#product .product_main_container .current-price .price {
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
}

#product .product_main_container .product-discount {
    font-family: 'Roboto Slab, serif';
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 1rem;
    display: inline-block;
    color: #FFF;
}

#product .product_main_container .product-discount .regular-price {
    font-family: 'Roboto Slab, serif';
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    position: relative;
    text-decoration: none;
    padding: 0 8px;
}

#product .product_main_container .product-add-to-cart {
    padding-top: 1rem;
}

#product .product_main_container .product-add-to-cart .product-quantity label {
    margin: 0;
    margin-bottom: .5rem;
    padding: 0;
}

#product .product_main_container .product-add-to-cart .product-quantity .qty {
    margin: 0;
    padding: 0;
}

#product .product_main_container .product-add-to-cart .product-quantity .qty > .input-group  {
    border: none;
    box-shadow: none;
}

#product .product_main_container .product-add-to-cart .product-quantity .qty input[type=number] {
    height: 40px;
}

#product .product_main_container .product-add-to-cart .product-quantity input[type=number]::-webkit-outer-spin-button,
#product .product_main_container .product-add-to-cart .product-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#product .product_main_container .product-add-to-cart .product-quantity input[type=number] {
  -moz-appearance: textfield;
}

#product .product_main_container .product-add-to-cart .add {
    margin: 0;
    padding: 0;
}

#product .product_main_container .product-add-to-cart .add .btn {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    color: #104c39;
    margin: 40px auto 20px;
    max-width: 470px;
    width: 100%;
    border: none;
    padding: 20px 10px;
    box-shadow: -8px 7px 0 0 #104c39;
    background-color: #A2C037;
}

#product .product_main_container .product-add-to-cart .add .btn:disabled {
    cursor: default
}

#product .product_main_container .product-add-to-cart .add .btn:not(:disabled):hover {
    background-color: #7FA123;
}

#product .product_main_container .product-add-to-cart .add .btn i {
    display: none;
}

#product .product_main_container .product-description {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

/* */

#product .images-container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}

#product .images-container .product-thumbs {
    display: block !important;
}

#product .images-container .rc {
    background: none;
}

#product .images-container .product-flags {
    right: 0;
    left: auto;
}

#product .images-container .btn-zoom {
    color: #A2C037;
}

#product .images-container .product-flag.discount {
    margin-top: 0;
    width: 40px;
    height: 40px;
    padding: 5px 10px;
    background-image: url(../icons/fire.svg);
    background-repeat: no-repeat;
    background-size: 24px 26px;
    background-position: center center;
    background-color: #A2C037;
}

#product .images-container .product-thumbs .btn-link.slick-prev {
    background: url('../icons/white_prev_arrow.svg') no-repeat;
}

#product .images-container .product-thumbs .btn-link.slick-next {
    background: url('../icons/white_next_arrow.svg') no-repeat;
}

#product .images-container .product-thumbs .btn-link {
    width: 50px;
    padding: 0;
    background-size: 15px 20px !important;
    background-position: center center !important;
}

#product .images-container .product-thumbs .btn-link i {
    display: none;
}

#product .images-container .product-thumb.slick-current {
    border: none;
}

#product .images-container .product-thumb:not(.slick-current) img {
    opacity: .5;
}

@media (max-width: 1500px) {

    #product .product_main_container {
        padding: 40px;
    }
}

@media screen and (max-width: 1000px) {
    #product .product_main_container {
        padding: 40px 25px;
    }
}

/* Checkout Styles */

#checkout #content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#checkout .cart-grid {
    flex-wrap: nowrap;
    background-color: #104c39;
}

#checkout .cart-grid .cart-summary {
    height: 100%;
    max-width: 360px;
    background-color: #104c39;
    border: none;
}

#checkout .cart-grid .cart-summary .free-delivery-label {
    margin-top: 20px;
}

#checkout .cart-grid .cart-detailed-totals {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    background-color: #104c39;
    color: #FFF;
    padding: 28px;
    width: 100%;
    left: initial;
}

#checkout .cart-grid .cart-detailed-totals button {
    font-family: 'Roboto Slab', serif;
}

#checkout .cart-grid .cart-detailed-totals .cart-totals-header {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1;
}

#checkout .cart-grid .cart-detailed-totals > div {
    padding: 0;
    background-color: inherit;
    border: none;
}

#checkout .cart-grid .cart-detailed-totals .card-block {
    flex-direction: row;
}

#checkout .cart-grid .cart-detailed-totals .card-block span {
    color: inherit;
}

#checkout .cart-grid .cart-detailed-totals .card-block:first-of-type .cart-summary-line {
    width: 50%;
    flex-direction: column;
}

#checkout .cart-grid .cart-detailed-totals .card-block:first-of-type .cart-summary-line span {
    margin: 0;
}

#checkout .cart-grid .cart-detailed-totals .card-block:first-of-type .cart-summary-line .label {
    font-size: 12px;
}

#checkout .cart-grid .cart-detailed-totals .card-block:first-of-type .cart-summary-line .value {
    font-weight: 600;
}

#checkout .cart-grid .cart-detailed-totals .block-promo {
    margin-top: 30px;
    font-size: 14px;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-code-button {
    color: #A2C037;
    position: relative;
    transition: ease-in-out .3s;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-code-button::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #A2C037;
    transition: ease-in-out .3s;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-code-button:hover::after {
    width: 100%;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-code-button:hover {
    color: #A2C037;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .cart-voucher,
#checkout .cart-grid .cart-detailed-totals .block-promo form,
#checkout .cart-grid .cart-detailed-totals .block-promo form input[type="text"] {
    width: 100%;
}

#checkout .cart-grid .cart-detailed-totals .block-promo form input[type="text"],
#checkout .cart-grid .cart-detailed-totals .block-promo form button[type="submit"] {
    border: none;
    padding: 5px 15px;
    font-size: 14px;
}

#checkout .cart-grid .cart-detailed-totals .block-promo form button[type="submit"] {
    background-color: #A2C037;
    color: #104c39;
}

#checkout .cart-grid .cart-detailed-totals .block-promo form button[type="submit"]:hover {
    background-color: #7FA123;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-code {
    margin: 0;
    margin-top: 20px;
}

#checkout .cart-grid .cart-detailed-totals .block-promo form .promo-input-button {
    display: flex;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-name {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0;
    padding-bottom: 10px;
    flex-direction: column;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-name .cart-summary-line {
    width: 100%;
    flex-direction: row;
    padding-bottom: 5px;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-name .cart-summary-line a {
    order: 0;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-name .cart-summary-line .icon-delete {
    background: url('../icons/white_close_icon.svg') no-repeat;
    width: 20px;
    margin-right: 5px;
    background-size: 8px;
    background-position: center;
    transition: ease-in-out .3s;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-name .cart-summary-line .icon-delete:hover {
    filter: none;
    transform: rotate(90deg);
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-name .cart-summary-line .label {
    order: 1;
}

#checkout .cart-grid .cart-detailed-totals .block-promo .promo-name .cart-summary-line .float-xs-right {
    margin-left: auto;
    order: 2;
}

#checkout .cart-voucher .alert {
    display: none;
    margin: 0;
    margin-top: 10px;
}

#checkout .cart-grid .cart-detailed-totals .cart-total {
    margin-top: 30px;
    width: 100%;
}

#checkout .cart-grid .cart-detailed-totals .cart-total span {
    font-size: 16px;
    margin: 0;
}

#checkout .cart-grid .cart-detailed-totals #cart-subtotal-discount span {
    color: inherit;
    font-size: 14px;
}

#checkout .cart-container .block-header {
    margin: 0;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    padding-top: 30px;
    font-size: 20px;
    line-height: 1;
}

#checkout .cart-container .cart-overview {
    padding: 0;
}

#checkout .cart-container .cart-items {
    margin: 0;
}

#checkout .cart-container .cart-item {
    border: none;
    padding: 0;
}

#checkout .cart-container .cart-item:nth-child(odd) {
    background-color: #F1F1F1;
}

#checkout .cart-container .cart-item .product-line {
    padding: 0;
}

#checkout .cart-container .cart-item:not(:last-child) {
    margin: 0;
}

#checkout .cart-container .cart-item:last-child {
    border: none;
}

#checkout .cart-container .cart-item .product-image img {
    border: none;
    height: 120px;
    margin: 20px;
}

#checkout .cart-container .cart-item .product-line-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#checkout .cart-container .cart-item .product-line-desc * {
    margin: 0;
}

#checkout .cart-container .cart-item .product-title {
    margin-bottom: 10px;
    text-align: left;
}

#checkout .cart-container .cart-item .label,
#checkout .cart-container .cart-item .price {
    font-size: 16px;
    color: #104c39;
}

#checkout .cart-container .cart-item .label {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-weight: 600;
    width: auto;
}

#checkout .cart-container .cart-item .price {
    margin-top: 5px;
    /* font-family: 'Roboto', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}

#checkout .cart-container .cart-item .price-divider {
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    /* font-family: 'Roboto Slab', serif; */
}

#checkout .cart-container .cart-item .product-line-actions {
    flex-basis: 340px;
    flex-wrap: nowrap;
}

#checkout .cart-container .cart-item .product-line-qty {
    line-height: 1;
}

#checkout .cart-container .cart-item .product-price {
    /* font-family: 'Roboto', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    color: #104c39;
}

#checkout .cart-container .cart-item .delete-from-cart {
    background: url('../icons/close_icon.svg') no-repeat;
    background-size: 14px;
    background-position: center;
    transition: ease-in-out .3s;
}

#checkout .cart-container .cart-item .delete-from-cart:hover {
    transform: rotate(90deg);
    filter: none;
}

#checkout .cart-container .cart-item .qty-box a {
    transition: ease-in-out .3s;
    background-color: #FFF;
}

#checkout .cart-container .cart-item .qty-box a:hover,
#checkout .cart-container .cart-item .qty-box a:focus,
#checkout .cart-container .cart-item .qty-box input:focus {
    border-color: #A2C037;
    box-shadow: 0 0 10px rgba(149, 193, 31, 0.25);
    outline: none;
}

#checkout .cart-container .cart-item .qty-box input {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #104c39;
    border-radius: 0;
    transition: ease-in-out .3s;
}

/* Checkout bottom form */

#checkout .block-header {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: normal;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #104c39;
}

#checkout .block-header::before {
    margin: 0;
    border: none;
    box-shadow: none;
    text-align: left;
    height: auto;
    width: auto;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}

#checkout .form-control {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    color: #104c39;
    background: #F1F1F1;
    border-color: #F1F1F1;
    box-shadow: none;
    transition: ease-in-out .3s;
}

.hidden {
    display: none;
}
@media (min-width: 1200px) {
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 100%;
    }
  }

#checkout #thecheckout-shipping .active_extra select.-error,
#checkout .custom-checkbox input[type=checkbox].-error + span,
#checkout .form-control.-error {
    border-color: #e50000;
}

#checkout .terms-and-conditions {
    display: flex;
    flex-direction: column-reverse;
}

#checkout .terms-and-conditions > .error-msg {
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    margin-bottom: 20px;
}

#checkout #main > .error-msg,
#checkout #thecheckout-shipping .error-msg,
#checkout #tc-payment-confirmation .error-msg,
#checkout .form-group .error-msg,
#checkout .form-control + .error-msg {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    border-radius: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

#checkout #thecheckout-account .account-fields .form-group.checkbox {
    flex-basis: 100%;
    margin: 20px 0 0 0 !important;
}

#checkout #thecheckout-shipping .error-msg {
    margin: 0;
    padding-left: 30px;
}

#checkout #main > .error-msg {
    background: #ffeaea;
    padding: 10px;
    margin-bottom: 20px;
}

#checkout #tc-payment-confirmation > .error-msg {
    background: #ffeaea;
    padding: 10px;
    margin-bottom: 0;
}

#checkout .form-control:focus {
    border-color: #A2C037;
    box-shadow: 0 0 10px rgba(149, 193, 31, 0.25);
}

#checkout .field-label,
#checkout .label {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #104c39;
    opacity: 1;
}

#checkout .missing-street-number label:after {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    color: #e74c3c;
}

#checkout .field-label:after {
    color: #A2C037;
}

#checkout #thecheckout-account .email,
#checkout #thecheckout-account label {
    margin: 0;
}

#checkout #thecheckout-psgdpr,
#checkout #thecheckout-psgdpr .inner-area {
    padding-top: 0;
    padding-bottom: 0;
}

#checkout #thecheckout-psgdpr .label {
    margin: 0;
    font-weight: normal;
}

#checkout #thecheckout-psgdpr .label:before {
    display: none;
}

#checkout #thecheckout-psgdpr .label a {
    color: #104c39;
    font-weight: bold;
    transition: ease-in-out .3s;
}

#checkout #thecheckout-psgdpr .label a:hover,
#checkout #thecheckout-psgdpr .label a:focus {
    color: #A2C037;
    outline: none;
}

#checkout .custom-checkbox {
    align-items: flex-start;
}

#checkout .custom-checkbox input[type=checkbox] {
    margin: 0;
}

#checkout .custom-checkbox input[type=checkbox]:hover + span,
#checkout .custom-radio input[type=radio]:hover + span {
    background-color: #DEDEDE;
}

#checkout .custom-checkbox input[type=checkbox],
#checkout .custom-checkbox input[type=checkbox] + span {
    width: 20px;
    height: 20px;
}

#checkout .custom-checkbox input[type=checkbox] + span {
    border: none;
    background-color: #F1F1F1;
    margin-right: 10px;
    transition: background-color ease-in-out .3s;
    border-radius: 0;
    border: solid 1px #F1F1F1;
}

#checkout .custom-checkbox input[type=checkbox]:focus + span {
    border-color: #A2C037;
    box-shadow: 0 0 10px rgba(149, 193, 31, 0.25);
}

#checkout .custom-checkbox input[type=checkbox]:checked + span {
    background: url('../icons/check_white.svg') no-repeat;
    background-position: center;
    background-size: 14px 10px;
    background-color: #104c39;
}

#checkout #thecheckout-address-invoice .custom-checkbox {
    padding: 0 5px;
}

#checkout #thecheckout-address-invoice .block-header {
    margin: 0;
    padding-top: 0;
}

#checkout #thecheckout-address-invoice .business-customer {
    padding: 0;
    margin-bottom: 30px;
}

#checkout #thecheckout-address-invoice .business-customer label {
    margin: 0;
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #104c39;
}

#checkout #thecheckout-address-invoice .second-address label {
    margin: 0;
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #104c39;
}

#checkout #thecheckout-address-invoice .second-address .custom-checkbox {
    margin: 0;
}

#checkout #thecheckout-address-delivery,
#checkout #thecheckout-address-delivery .inner-area,
#checkout #thecheckout-address-delivery .block-header {
    padding-top: 0;
}

#checkout #thecheckout-shipping .block-header {
    margin-bottom: 0;
}

#checkout #thecheckout-shipping .shipping-address-notice {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #104c39;
}

#checkout #thecheckout-shipping .shipping-address-notice .country-name {
    font-size: 14px;
}

#checkout #thecheckout-shipping .delivery-options {
    border: none;
    padding: 0;
}

#checkout #thecheckout-shipping .delivery-option {
    padding: 0;
    background: none;
}

#checkout #thecheckout-shipping .delivery-option:not(:last-of-type) {
    margin-bottom: 20px;
}

#checkout #thecheckout-shipping .delivery-option .delivery-option-label {
    margin-bottom: 0;
    line-height: 20px;
}

#checkout #thecheckout-shipping .delivery-option .delivery-option-delay,
#checkout #thecheckout-shipping .delivery-option .delivery-option-logo {
    display: none;
}

#checkout #thecheckout-shipping .delivery-option .delivery-option-name,
#checkout #thecheckout-shipping .carrier-extra-content {
    margin: 0;
    height: auto;
}

#checkout #thecheckout-shipping .carrier-extra-content .vp_hidden {
    bottom: 0;
    padding-left: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#checkout #thecheckout-shipping .carrier-extra-content select {
    max-width: 100%;
    width: 100%;
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    color: #104c39;
    background: url('../icons/select_dropdown_arrow.svg') no-repeat;
    background-size: 12px 10px;
    background-position: center right 10px;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: ease-in-out .3s;
}

#checkout #thecheckout-shipping .carrier-extra-content select:focus {
    border-color: #A2C037;
    box-shadow: 0 0 10px rgba(149, 193, 31, 0.25);
    outline: none;
}

#checkout #thecheckout-shipping .carrier-extra-content select:not(:last-of-type) {
    margin-bottom: 10px;
}

#checkout #thecheckout-shipping .delivery-option > label > .row {
    display: flex;
    justify-content: space-between;
}

#checkout #thecheckout-shipping .delivery-option .carrier-name,
#checkout #thecheckout-shipping .delivery-option .carrier-price {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #104c39;
}

#checkout #thecheckout-shipping .delivery-option:not(.active) .delivery-option-name,
#checkout #thecheckout-shipping .delivery-option:not(.active) .carrier-price {
    opacity: .5;
}

#checkout #thecheckout-shipping .delivery-option .shipping-radio {
    flex-basis: unset;
}

#checkout .custom-radio {
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin-right: 10px;
}

#checkout .custom-radio input[type=radio] + span {
    background-color: #F1F1F1;
    border: solid 1px #F1F1F1;
    border-radius: 0;
    transition: background-color ease-in-out .3s;
}

#checkout .custom-radio input[type=radio]:focus + span {
    border-color: #A2C037;
    box-shadow: 0 0 10px rgba(149, 193, 31, 0.25);
}

#checkout .custom-radio input[type=radio]:checked + span {
    background: url('../icons/check_white.svg') no-repeat;
    background-position: center;
    background-size: 14px 10px;
    background-color: #104c39;
}

#checkout #thecheckout-payment .block-header {
    margin: 0;
}

#checkout #thecheckout-payment .payment-options {
    padding: 0;
    border: none;
}

#checkout #thecheckout-payment .payment-options > div:not(:last-of-type) {
    margin-bottom: 20px;
}

#checkout #thecheckout-payment .payment-options .additional-information {
    padding: 10px 30px;
}

#checkout #thecheckout-payment .payment-options .additional-information p {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #104c39;
    margin: 0;
}

#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi {
    padding: 10px 20px;
}

#checkout #thecheckout-payment .payment-option label,
#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi .col-xs-12,
#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi .payment_module,
#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi label,
#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi img {
    padding: 0;
    margin: 0;
}

#checkout #thecheckout-payment .payment-option label .h6 {
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    color: #104c39;
}

#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi img:hover {
    cursor: pointer;
}

#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi > div {
    display: inline-block;
    padding: 10px;
}

#checkout #thecheckout-payment .payment-options .additional-information.mkbillingapi input {
    float: left;
}

#checkout #thecheckout-payment .payment-options .additional-information .payment_module  input {
    overflow: hidden;
    height: 0;
    width: 0;
}

#checkout #thecheckout-confirm,
#checkout #thecheckout-confirm .inner-area {
    padding-top: 0;
}

#checkout #thecheckout-confirm #tc-payment-confirmation {
    text-align: left;
}

#checkout #thecheckout-confirm #conditions-to-approve ul,
#checkout #thecheckout-confirm #conditions-to-approve label {
    margin: 0;
}

#checkout #thecheckout-confirm #conditions-to-approve .condition-label {
    line-height: 1;
}

#checkout #thecheckout-confirm #conditions-to-approve label {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #104c39;
}

#checkout #thecheckout-confirm #conditions-to-approve label a {
    font-weight: bold;
    color: #104c39;
    transition: ease-in-out .3s;
}

#checkout #thecheckout-confirm #conditions-to-approve label a:hover {
    color: #A2C037;
    outline: none;
}

#checkout #thecheckout-confirm #confirm_order {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    border: none;
    color: #104c39;
    background-color: #A2C037;
    box-shadow: -8px 7px 0 0 #104c39;
    transition: ease-in-out .3s;
}

#checkout #thecheckout-confirm #confirm_order:hover,
#checkout #thecheckout-confirm #confirm_order:focus {
    background-color: #7FA123;
    box-shadow: 0 0 0 0 #104c39;
}

/* CMS Pages */

#cms .breadcrumb {
    display: none;
}

#cms #main .page-header {
    border: none;
    background: none;
    padding: 20px;
    margin-top: 20px;
}

#cms #main .page-header h1 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: bold;
    color: #104c39;
    text-align: center;
}

#cms #content,
#cms #content h1 {
    color: #104c39;
}
#cms #content {
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}
#cms #content h1 {
    font-family: 'Roboto Slab', serif;
}

#cms #content.page-cms-7,
#cms #content.page-cms-6,
#cms #content.page-cms-3,
#cms #content.page-cms-1 {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 40px;
}

#cms #content.page-cms-7 .two-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
}

#cms #content.page-cms-7 .column-item {
    display: flex;
    flex-direction: column;
    max-width: 325px;
    border-top: 2px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1;
    border-radius: 15px;
    margin-top: 20px;
}

#cms #content.page-cms-7 ul {
    padding-top: 8px;
    padding-bottom: 4px;
}

#cms #content.page-cms-7 ul strong {
    display: inline !important;
    padding-right: 20px;
}

#cms #content.page-cms-7 .column-item span {
    background: none !important;
}

#cms #content.page-cms-7 .column-item .list-header {
    padding-top: 20px;
    text-align: center;
    font-weight: bolder;
    text-decoration: underline;
}

#cms #content.page-cms-7 .column-item .list-item {
    margin-left: 40px !important;
}

#cms #content.page-cms-7 span,
#cms #content.page-cms-6 span,
#cms #content.page-cms-3 span,
#cms #content.page-cms-1 span,
#cms #content.page-cms-6 p,
#cms #content.page-cms-3 p,
#cms #content.page-cms-1 p {
    line-height: 2 !important;
    color: #104c39 !important;
    background: #FFF !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-family: 'Roboto Slab', serif !important;
}

#cms #content.page-cms-7 strong,
#cms #content.page-cms-6 strong,
#cms #content.page-cms-3 strong,
#cms #content.page-cms-1 strong{
    margin: 20px 0 5px !important;
    font-size: 18px !important;
    display: block !important;
    text-transform: uppercase !important;
}

/* Contact Page */

#contact .breadcrumb {
    display: none;
}

#contact #content {
    padding: 40px 20px;
}

#contact #left-column {
    display: none;
}

#contact #content-wrapper {
    max-width: 100%;
    flex: auto;
}

#contact form h1 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: bold;
    color: #104c39;
    text-align: center;
}

#contact form label,
#contact form textarea,
#contact form input,
#contact form small {
    font-family: 'Roboto Slab', serif;
    color: #104c39;
}

#contact form input[type="submit"] {
    background-color: #A2C037;
    border-color: #A2C037;
    color: #104c39;
}

#contact form input[type="submit"]:hover {
    background-color: #7FA123;
    border-color: #7FA123;
}

/* Add to cart modal window */

#blockcart-modal .modal-body {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}

#blockcart-modal .modal-body .free-delivery-label {
    padding: 10px 15px;
    font-size: 20px;
}

#blockcart-modal .product-name {
    color: #A2C037;
    font-family: 'Roboto Slab', serif;
}

#blockcart-modal .modal-header .modal-title {
    font-family: 'Roboto Slab', serif;
}

#blockcart-modal .modal-header .modal-title i {
    margin-right: 5px;
}

#blockcart-modal .modal-footer .btn {
    margin: 20px 0;
    padding: 10px;
    color: #104c39;
    font-family: 'Roboto Slab', serif;
    box-shadow: -8px 7px 0 0 #104c39;
}

#blockcart-modal .modal-footer .btn-primary {
    border: none;
    background-color: #A2C037;
}

#blockcart-modal .modal-footer .btn-primary:hover {
    background-color: #7FA123;
    box-shadow: 0 0  0 0 #104c39;
}

#blockcart-modal .modal-footer .btn-outline-secondary {
    border: 2px solid #104c39;
    margin-right: 20px;
    padding: 8px;
}

#blockcart-modal .modal-footer .btn-outline-secondary:hover {
    background-color: #104c39;
    color: #FFF;
    box-shadow: 0 0  0 0 #104c39;
}

/* Empty Cart Page */

#empty-cart-notice {
    min-height: 50vh;
}

#empty-cart-notice h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 32px;
    margin-top: 10px;
    color: #104c39;
}

#empty-cart-notice .label {
    font-size: 16px;
}

#empty-cart-notice span.laquo {
    line-height: 1;
    position: relative;
    left: 0;
    transition: ease-in-out .3s;
}

#empty-cart-notice .label:hover span.laquo {
    left: -5px;
}

/* Order Confirmation Page */

#order-confirmation #main {
    background-color: #FFF;
    font-family: 'Roboto Slab';
}

#order-confirmation #content h3 {
    font-family: 'Roboto Slab';
    font-weight: 600;
}

#order-confirmation #content {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

#order-confirmation #content,
#order-confirmation #content-hook_payment_return {
    border: none;
}

#order-confirmation #content-hook_payment_return {
    margin-bottom: 0 !important;
}

#order-confirmation #content-hook_order_confirmation .card-body,
#order-confirmation #order-items,
#order-confirmation #order-details,
#order-confirmation #content-hook_payment_return .card-body {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem;
}

#order-confirmation #content-hook_order_confirmation,
#order-confirmation #content-hook_payment_return {
    padding: 0 1.25rem;
}

#order-confirmation #order-items,
#order-confirmation #order-details,
#order-confirmation #content-hook_payment_return .card-body,
#order-confirmation .order-confirmation-table table.table {
    color: #104c39;
}

#order-confirmation #order-items > .row {
    margin-bottom: 10px;
}

#order-confirmation #content-hook_order_confirmation .card-body,
#order-confirmation #content-hook_payment_return .card-body {
    padding: 2rem 1.25rem;
}

#order-confirmation #content-hook_order_confirmation .card-title {
    font-family: 'Roboto Slab';
    font-weight: bold;
}

#order-confirmation #content-hook_order_confirmation .card-title + p {
    margin: 0;
}

#order-confirmation #content-hook_order_confirmation .card-title + p a {
    color: #104c39;
}

#order-confirmation #content-hook_order_confirmation .card-title + p a:hover {
    text-decoration: underline;
}

#order-confirmation #content-hook_order_confirmation .card-title.done {
    margin-right: 10px;
}

/* Billing Page */

#module-mkbillingapi-confirmation #content {
    font-family: 'Roboto Slab', serif;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem;
    min-height: 50vh;
    color: #104c39;
}

#module-mkbillingapi-confirmation .page-subheading {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

#module-mkbillingapi-confirmation #cart_navigation {
    margin-top: 40px;
}

#module-mkbillingapi-confirmation #cart_navigation a {
    color: #104c39;
    margin-bottom: 20px;
}

#module-mkbillingapi-confirmation #cart_navigation a:first-child {
    border: 2px solid #104c39;
    padding: 8px 20px;
    color: #104c39;
    margin-right: 20px;
    box-shadow: -8px 7px 0 0 #104c39;
    transition: ease-in-out .3s;
}

#module-mkbillingapi-confirmation #cart_navigation a:first-child:hover {
    background-color: #104c39;
    color: #FFF;
    box-shadow: 0 0 0 0 #104c39;
}

#module-mkbillingapi-confirmation #cart_navigation a:last-child {
    border: none;
    background-color: #A2C037;
    padding: 10px 20px;
    box-shadow: -8px 7px 0 0 #104c39;
    transition: ease-in-out .3s;
}

#module-mkbillingapi-confirmation #cart_navigation a:last-child:hover {
    background-color: #7FA123;
    box-shadow: 0 0 0 0 #104c39;
}

/* Not Found Page */

#pagenotfound #main {
    min-height: 50vh;
}

#pagenotfound #content {
    text-align: center;
}

#pagenotfound #content h4,
#pagenotfound #content p {
    font-family: 'Roboto Slab', serif;
    color: #104c39;
}


#pagenotfound .page-header {
    border: none;
    background: none;
    padding: 20px;
}

#pagenotfound .page-header h1 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: bold;
    color: #104c39;
    text-align: center;
}

#pagenotfound .error_code {
    font-size: 120px;
    margin-bottom: 40px;
}

/* Modal Window Pop up */

#modal .js-modal-content p,
#modal .js-modal-content span {
    background: transparent !important;
    font-size: 14px !important;
    color: #104c39 !important;
    font-family: 'Roboto Slab', serif !important;
}

#modal .modal-content .close {
    padding: 10px;
}

@media (max-width: 1100px) {
    #footer .footer-container .col-md-3 .social-sharing {
        padding-right: 15px;
    }
}

@media (max-width: 1067px) {
    #checkout .cart-container .cart-item .product-line-qty {
        width: auto;
        padding: 0;
        flex-grow: initial;
    }
}

@media (max-width: 991px) {
    #checkout .cart-grid {
        flex-direction: column;
    }

    #checkout .cart-grid .cart-summary {
        max-width: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #checkout .page-content form {
        margin: initial;
    }
}

@media (min-width: 768px) {

    #checkout .page-content form {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #footer .row > div:not(:last-child) {
        padding-top: 10px;
        padding-bottom: 0;
        text-align: center;
    }

    #footer .row a.footer__title {
        display: inline-block;
        position: relative;
        border: none;
        margin-bottom: 10px;
    }

    #footer .row .footer__title::after {
        right: -30px;
        top: 6px;
    }

    #footer .logo_img {
        max-width: 100%;
        margin: 0;
        height: 150px;
        background-position: center;
    }

    #footer .footer-container .col-md-3 .social-sharing {
        justify-content: center;
    }

    #footer ul a:hover {
        margin-left: 0;
    }

    #footer ul a:hover::after {
        display: none;
    }

    #blockcart-modal .modal-footer {
        padding: 10px 40px 20px;
    }

    #blockcart-modal .modal-footer .btn-outline-secondary {
        margin: 0;
    }
}

@media (max-width: 720px) {
    #cms #content.page-cms-7 .two-columns {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #cms #content.page-cms-7 .column-item ul {
        padding-top: 20px;
    }

    #cms #content.page-cms-7 .column-item {
        max-width: none;
        width: 90%;
    }
}

@media (max-width: 700px) {
    #checkout .cart-container .cart-item .product-line-actions {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 580px) {
    #checkout .cart-container .cart-item .product-line {
        flex-direction: column;
    }

    #checkout .cart-container .cart-item .product-line .product-line-image {
        text-align: center;
    }

    #checkout .cart-container .cart-item .product-line .product-line-body {
        display: block;
    }

    #checkout .cart-container .cart-item .product-title {
        margin: 0;
        text-align: center;
    }

    #checkout .cart-container .cart-item .product-line-desc {
        margin-bottom: 15px;
        text-align: center;
    }

    #checkout .cart-container .cart-item .product-line-actions {
        flex-direction: column;
    }

    #checkout .cart-container .cart-item .product-line-actions .product-line-delete {
        margin: 10px 0;
    }
}

#tc-payment-confirmation .ps-shown-by-js button#confirm_order.btn.btn-primary.center-block {
    border-radius: 25px;
    padding: 12px;
    text-transform: unset;
    max-width: 330px;
    width: 100%;
    height: auto;
}

#header .banner img {
    object-position: 50% 50%;
}

.footer-container .block_newsletter {
    max-width: unset;
    padding-bottom: 30px;
}

.footer-container .block_newsletter #smaily-newsletter-label {
    font-size: 12px;
    margin-bottom: 5px;
}

.footer-container .block_newsletter .row .form-parent {
    margin: 0 !important;
}

.footer-container .block_newsletter .row .form-parent .form-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0 !important;
}

.footer-container .block_newsletter .row .form-parent .form-block input {
    height: 35px;
    border-radius: 6px;
    border-color: #fff;
    padding: 10px;
    border: none;
}

.footer-container .block_newsletter .row .form-parent .form-block input::placeholder {
    color: #888888;
}

.footer-container .block_newsletter .row .form-parent .form-block .btn {
    height: 35px;
    padding: 0;
    width: 25%;
    margin-left: 5px;
    background-color: #A2C037;
    border-radius: 6px;
    border-color: #A2C037;
    color: #113127;
    font-weight: bold;
}

@media screen and (max-width: 1330px) {
    .footer-container .block_newsletter .row .form-parent .form-block {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 0 !important;
    }
    .footer-container .block_newsletter .row .form-parent .form-block input {
        width: 100%;
    }
    .footer-container .block_newsletter .row .form-parent .form-block .btn {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footer-container .block_newsletter {
        margin: auto;
        width: 50%;
        min-width: 300px;
    }
}

#lgcookieslaw_banner {
    padding: 20px 30px !important;
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Arial, sans-serif;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

#lgcookieslaw_banner .container {
    padding: 0;
    display: flex;
    align-items: center;
}

#lgcookieslaw_banner .lgcookieslaw-button {
    border: none;
    font-size: 16px;
    text-transform: none !important;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lgcookieslaw-button-container {
    display: flex;
    justify-content: flex-end !important;
}

#lgcookieslaw_banner .lgcookieslaw-button.lgcookieslaw-reject-button {
    background: none !important;
    text-decoration: underline;
    color: #FFF !important;
    padding-right: 30px;
    min-height: 50px;
    max-height: 50px;
}

#lgcookieslaw_banner .lgcookieslaw-button.lgcookieslaw-adjust-button,
#lgcookieslaw_banner .lgcookieslaw-button.lgcookieslaw-accept-button {
    text-align: center;
    min-height: 50px;
    max-height: 50px;
    cursor: pointer;
    padding: 17px;
    background: #3b3b3b;
    border-color: #8BC954;
    color: #FFF;
    border-radius: 25px;
    margin-right: 7px;
}

#lgcookieslaw_banner .lgcookieslaw-button.lgcookieslaw-accept-button {
    padding: 0 30px;
    font-weight: bold;
}

#lgcookieslaw_banner .lgcookieslaw-button.lgcookieslaw-adjust-button {
    min-width: 30%;
}

#smartsupp-widget-container > div:first-child {
    z-index: 100 !important;
}

@media screen and (max-width: 1260px) {
    #lgcookieslaw_banner .container {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

    #lgcookieslaw_banner .container .lgcookieslaw-banner-message {
        width: 100%;
        margin: 0;
        font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
    }

    #lgcookieslaw_banner .container .lgcookieslaw-button-container {
        display: flex;
        width: 100%;
    }

    #lgcookieslaw_banner .container .lgcookieslaw-button-container .lgcookieslaw-reject-button {
        margin: 0;
    }

    #lgcookieslaw_banner .lgcookieslaw-button {
        max-height: 30px;
        min-height: 30px;
        font-size: 14px !important;
        font-family: 'Roboto Slab', serif;
    }
}

@media screen and (max-width: 767px) {
    #lgcookieslaw_banner .container .lgcookieslaw-button-container {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0 0 0;
    }

    #lgcookieslaw_banner .container .lgcookieslaw-button-container .lgcookieslaw-reject-button {
        border: 1px solid #FFF;
        border-radius: 25px;
        text-decoration: none;
        padding: 0;
        border-color: #FFF !important;
    }
}

.footer-container .block_newsletter .alert {
    margin-top: 10px;
    border-radius: 5px;
    padding-left: 10px !important;
}

.footer-container .block_newsletter .alert-success {
    background-color: #a6d6b4;
    border-color: #a6d6b4;
    color: #041208 !important;
}

.footer-container .block_newsletter .alert-danger {
    background-color: #cd9a9f;
    border-color: #cd9a9f;
    color: black !important;
}

/* Peita ps_mainmenu rippmenüü - raul 12.03.25 */
@media (min-width: 768px) {/* hoveri rippmenüü */
    #_desktop_top_menu .menu__item--active .menu-sub {
        opacity: 0 !important;
        z-index: -1 !important;
    }
}

#_mobile_top_menu .menu__item-header .visible--mobile { /* mobiili alammenüü */
    display: none !important;
}

.block_newsletter {
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Helvetica, Arial, sans-serif;
}

.block_newsletter .btn {
    font-family: 'Roboto Slab', serif;
}

.dropdown-item {
    font-family: 'Roboto Slab', serif;
}

#checkout .has-discount .discount {
    background: #A2C037;
}

#checkout .has-discount .product-discount {
    margin-bottom: 6px !important;
}

#checkout .has-discount .regular-price {
    color: #104c39;
}

@media (max-width: 767.98px) {
    #_mobile_logo .logo {
        height: 80px;
        width: 97px;
    }
}

.modal-header .text-success {
    color: #A2C037 !important;
}