/*!
Theme Name: okosahver
Author: Oko Sahver
*/

/* Typography */

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Bold.woff2') format('woff2'),
        url('./fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Light.woff2') format('woff2'),
        url('./fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Medium.otf') format('OpenType');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Book.otf') format('OpenType');
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

strong {
    font-weight: 600;
}

.woocommerce-Price-currencySymbol {
    font-weight: 300;
}

.order-total .woocommerce-Price-currencySymbol {
    font-weight: 700;
}

body {
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 19px;
    background: rgba(165, 172, 165, 0.05);
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 1.7rem;
    font-weight: 700;
}

.single-product h1 {
    margin-bottom: 28px;
}

h2 {
    font-size: 1rem;
    line-height: 32px;
    padding-top: 1.5rem;
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

p {
    font-size: 0.9rem;
}

@media only screen and (max-width: 700px) {
    /* Hide specific td elements */
    #taara-mobile {
        display: none !important;
        visibility: hidden;
    }
    .hidemobile {
        display: none !important;
        visibility: hidden;
    }

}

@media (min-width: 768px) {
    h2 {
        font-size: 1.7rem;
        line-height: 32px;
        padding-top: 3rem;
    }
    p {font-size: 1rem;}
}

.mt-n3 {
    margin-top: -1.5rem;
}

/* Announcment and languages */

#announcement-bar {
    background: #4A8564;
    height: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    font-size: 0.9rem;
}

@media screen and (max-width: 425px) {
    #announcement-bar {
        line-height: 1rem;
    }

    #announcement-bar p {
        text-align: left;
        line-height: 1.2rem;
        margin-top: 0.6rem;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    #announcement-bar p {
        font-size: 1rem;
    }
}

/* Search bar */

#search-bar .aws-search-form .aws-search-field {
    background: rgba(165, 172, 165, 0.2);
    border-radius: 10px !important;
    border: 0;
    padding: 12px 12px 12px 28px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

#search-bar {
    background: #fff;
}

#search-bar .account-button .xoo-el-action-sc {
    padding: 5px 38px 10px 28px !important;
    background: #F89944;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

#search-bar .cart-customlocation {
    display: none;
    max-width: 350px;
    min-width: 320px;
    position: absolute;
    right: 0;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 15%);
    padding: 1rem;
    background: #fff;
    z-index: 10000;
}

#search-bar .cart-customlocation.show {
    display: block;
}

#search-bar .cart-customlocation img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

#search-bar .cart-customlocation .cart-total,
#search-bar .cart-customlocation .cart-total .woocommerce-Price-currencySymbol {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
}

#search-bar .cart-customlocation .cart-link a {
    background: #64A969;
    border-radius: 3px;
    padding: 5px 20px;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 1rem;
}

#search-bar .cart-customlocation .cart-link a:hover {
    background: #4A8564;
}

#search-bar .cart-customlocation li {
    display: flex;
    flex-direction: row;
    padding: 0;
}

#search-bar .cart {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    position: relative;
}

#search-bar .shopping-cart {
    position: relative;
}

#mini-cart-count {
    position: absolute;
    top: -1px;
    right: -5px;
    padding: 1px 6px;
    background: #64A969;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
}

.cart-customlocation .product-list {
    padding: 0;
    margin: 0;
}

.cart-customlocation .product-list li {
    border-bottom: 1px solid rgba(165, 172, 165, 0.4);
    min-height: 3rem;
    list-style: none;
    padding-left: 30px;
}

#search-bar .shopping-cart img {
    padding-top: 5px;
}

#search-bar .shopping-cart img {
    cursor: pointer;
}


.navbar .logo img {
    display: block;
    max-width: 55px;
    margin: 0 auto;
}

.logo img {
    transition: transform .2s; /* Animation */
}

.logo img:hover {
    transform: scale(1.25);
}

#page .menuarea {
    background: #fff;
    border-bottom: 1px solid rgba(165, 172, 165, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

#search-bar .cart div > .xoo-el-action-sc::after {
    background-image: url('./images/account.svg');
    display: inline-block;
    content: '';
    height: 24px;
    width: 26px;
    position: relative;
    top: 6px;
    right: -13px;
}

#main-nav a {
    text-decoration: none;
}

#main-nav a:hover {
    font-weight: 700;
}

.nav-fill .nav-item {
    text-align: left;
}

.dropdown {
    position: static;
}

.dropdown-item {
    font-weight: 300;
}

.navbar {
    display: block;
    padding: 0;
}

.navbar .row:first-child {
    padding: 2rem 0;
}

.navbar-light .navbar-toggler {
    border: 0;
}

#navbarSupportedContent {
    background: #64A969;
}

#menu-kategooriad > .menu-item {
    background: #fff;
    margin: 6px 16px;
    border-radius: 10px;
    outline: none;
}
/*
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    max-width: 1296px;
}
*/

.menu-item a img {
    width: 48px;
    height: 48px;
}

@media (min-width: 992px) {
    .menu-wrapper {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 253px;
        background: #fff;
    }
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: initial;
}

body.locked {
    overflow: hidden;
}

#menu-kategooriad > .menu-item > a{
    margin-left: 20px;
    font-weight: 700;
    color: #000;
}

.dropdown-menu {
    background: none;
    border: none;
    color: #000;
}

.offcanvas-account li {
    list-style: none;
    margin: 6px 16px;
}

.offcanvas-account {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

#search-bar .offcanvas-account li a {
    display: block;
    width: 100%;
    text-align: left;
    background: #F89944;
}

.offcanvas .offcanvas-account a {
    padding: 2px 38px 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#search-bar .offcanvas-account li .button::after {
    background-image: url('./images/account.svg');
    display: inline-block;
    content: '';
    height: 24px;
    width: 26px;
    position: relative;
    top: 6px;
    right: calc(-84%);
}

@media (max-width: 567px) {
    #footer h3 {display: none;}
    #footer #menu-ostuinfo-1 {margin-bottom: 0;}
    #footer #menu-meist-1 {margin: 0;}
    #footer #menu-muu-1 {margin-top: 0}
}

@media (max-width: 350px) {
    #search-bar .offcanvas-account li a::after {
        right: calc(-80%); ;
    }
}

@media (max-width: 280px) {
    #search-bar .offcanvas-account li a::after {
        right: calc(-75%); ;
    }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
    color: #000;
}

.offcanvas.show .dropdown-menu .menu-item {
    margin: 5px 0;
}

.offcanvas.show #menu-kategooriad > .menu-item > a {
    font-size: 16px;
    outline: none;
}

.aws-container {
    margin: 6px 16px;
    width: 100%;
}

#search-bar .offcanvas.show .aws-search-form .aws-search-field {
    background: #fff;
    padding-left: 21px;
}

.offcanvas.show .secondary-menu {
    width: 100%;
}

.offcanvas.show .secondary-menu ul {
    padding-left: 36px;
    margin-bottom: 0;
}

.offcanvas.show .secondary-menu li {
    list-style: none;
    color: #fff;
    padding: 5px 0;
}

.offcanvas.show .secondary-menu li a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.btn-close {
    color: #fff !important;
    padding-right: 26px;
    filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(1deg) brightness(116%) contrast(100%);
    opacity: 1;
}

.btn-close:focus {
    color: #fff !important;
    padding-right: 26px;
    filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(1deg) brightness(116%) contrast(100%);
    opacity: 0.8;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle::after {
    border: none;
    background: url('./images/dropdown.svg');
    height: 7px;
    width: 7px;
    vertical-align: .15em;
    margin-left: 1rem;
}

.secondary-menu {
    display: block;
}

.offcanvas.show {
    overflow-y: auto;
    overflow-x: hidden;
}


/*
.offcanvas.show .current-menu-parent ul {
    display: block;
}
*/
@media (min-width: 992px) {
    .secondary-menu {
        display: none;
    }
    .logo img {
        display: inline;
        margin: 0;
    }
    .navbar-expand-lg .offcanvas {
        width: 100%;
    }
    #menu-kategooriad {
        padding: 15px 0;
        background: #fff;
        z-index: 1001;
    }

    #navbarSupportedContent {
        background: none;
    }

    #navbarSupportedContent ul > li > ul > li:hover a {
        transform: translateY(-10px);
        transition-duration: .3s;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        background: rgba(165, 172, 165, 0.2);
        font-weight: 300;
        padding: .25rem 1rem;
    }
    .dropdown-menu[data-bs-popper] {
        top: 72px;
        border: 0;
        border-radius: 0px 0px 10px 10px;
        padding: 2rem 0;
        min-height: 200px;
    }
    .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .dropdown-menu.show li {
        flex-grow: 0;
        width: 33%;
        height: 55px;
    }
    #menu-kategooriad > .menu-item {
        margin: 0;
        outline: none;
    }
    #menu-kategooriad > .menu-item > a{
        margin-left: 0;
        font-weight: 700;
        color: #000;
        outline: none;
        font-size: 1rem;
    }
    #menu-kategooriad > .menu-item > a:focus-visible {
        border: none;
        outline: none;
    }
    .dropdown-menu {
        background: #fff;
    }
    .dropdown-menu.mobile {
        display: none;
    }

}

/* breadcrumb*/
.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
    margin: 1.5rem 0;
    font-weight: 700;
    color: #000;
}
/* Woocommerce sort */

.woocommerce .woocommerce-ordering select {
    background: #e9ecef;
    border-radius: 10px;
    border: none;
    color: #000;
    padding: 12px;
    font-weight: 300;
    font-size: 0.8rem;
}


@media (min-width: 768px) {
    .woocommerce .woocommerce-ordering select {
        background: #e9ecef;
        border-radius: 10px;
        border: none;
        color: #000;
        padding: 12px;
        font-weight: 300;
        font-size: 1rem;
    }
}


/* Hero */

#primary {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    #primary {
        margin-top: 3rem;
    }
}

@media (min-width: 992px) {
    #primary {
        margin-top: 4rem;
    }
}

.hero-container-pais {
    padding: 87px 0;

    background-image:url('./images/Paisepilt.jpg');
    background-repeat: repeat-y;
    background-position: right;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 40px 0px;
    color: #fff;
    position: relative;
    height: 334px;
}

.hero-container {
    padding: 87px 0;
    background: #64A969;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 40px 0px;
    color: #fff;
    position: relative;
    height: 334px;
}

#hero h2 {
    font-size: 1rem;
    letter-spacing: 0.5px;
    line-height: 1rem;
    font-weight: 700;
}

.ellipse-3 {
    position: absolute;
    top: 44px;
    right: 230px
}

.ellipse-4 {
    position: absolute;
    top: 72px;
    right: 37px
}

.vello {
    position: absolute;
    bottom: 0;
    right: -30px;
    height: 334px;
    width: auto;
    border-bottom-right-radius: 40px 40px;
}

.vello2 {
    position: absolute;
    bottom: 0;
    right: -2px;
    height: 334px;
    width: auto;
    border-radius: 40px 0px;
}

.hero-container .col-6 {
    padding-left: 0;
}

@media (min-width: 768px) {
    .hero-container {
        padding: 87px 0;
        height: 334px;
    }

    #hero h2 {
        font-size: 1.5rem;
        letter-spacing: 1px;
        line-height: normal;
    }

    .ellipse-3 {
        top: 83px;
        right: 312px
    }

    .ellipse-4 {
        top: 72px;
        right: 37px
    }

    .vello {
        bottom: 0;
        right: 0;
        height: 334px;
        width: auto;
    }
    .hero-container .col-6 {
        padding-left: 3rem;
    }
}

@media (min-width: 992px) {
    #hero h2 {
        font-size: 2rem;
    }
}

/* Front page */

.xoo-el-inmodal,
.xoo-el-srcont {
    border-radius: 10px;
}

.card .card-img-top {
    width: 94px;
    height: 95px;
}

.card {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 0;
    align-items: center;
}

/* Product small */

.woocommerce .products {
    display: flex;
    /*flex-wrap: wrap;*/
}

.woocommerce .products li {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.woocommerce ul.products .product-inner,
.woocommerce-page ul.products .product-inner {
    height: 100%;
}

.woocommerce-pagination {
    margin-top: 3rem;
}

.woocommerce nav.woocommerce-pagination ul {
    border-radius: 4px;
}

/*
.woocommerce ul.products[class*=columns-] li:nth-child(odd),
.woocommerce-page ul.products[class*=columns-] li:nth-child(odd) {
    margin-left: 0;
}

.woocommerce ul.products[class*=columns-] li:nth-child(even),
.woocommerce-page ul.products[class*=columns-] li:nth-child(even) {
    margin-right: 0;
}



@media (min-width: 768px) {
    .woocommerce ul.products[class*=columns-] li,
    .woocommerce-page ul.products[class*=columns-] li {
        flex: 1 0 21%;
        margin: 7px;
    }
    .woocommerce ul.products[class*=columns-] li:nth-child(odd),
    .woocommerce-page ul.products[class*=columns-] li:nth-child(odd) {
        margin-left: 7px;
    }

    .woocommerce ul.products[class*=columns-] li:nth-child(even),
    .woocommerce-page ul.products[class*=columns-] li:nth-child(even) {
        margin-right: 7px;
    }
    .woocommerce ul.products[class*=columns-] li:nth-child(4n+1),
    .woocommerce-page ul.products[class*=columns-] li:nth-child(4n+1 ) {
        margin-left: 0px;
    }
    .woocommerce ul.products[class*=columns-] li:nth-child(4n+4),
    .woocommerce-page ul.products[class*=columns-] li:nth-child(4n+4) {
        margin-right: 0px;
    }
}
*/
.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.related.products h2 {
    padding-bottom: 2rem;
}

.product-inner {
    background: #FFFFFF;
    padding-top: 47px;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.products .product-inner h2 {
    color: #64A969;
    font-size: 13px;
}

.woocommerce ul.products li a img {
    width: 75%;
    margin: 0 auto;
}

.woocommerce ul.products li span.onsale {
    position: absolute;
    background: #F89944;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px;
    min-width: auto;
    min-height: auto;
    line-height: initial;
    margin: 0;
    top: 8px;
    right: 10px;
    width: 34px;
    left: unset;
    z-index: 1;
}

.woocommerce ul.products li .price ins {
    text-decoration: none;
}

.woocommerce ul.products li .woocommerce-loop-product__title {
    padding: 11px 0 0 11px;
    font-size: 1rem;
}

.woocommerce ul.products li .price {
    display: flex;
    flex-direction: column-reverse;
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 0 0 11px;
    font-weight: 700;
}

.woocommerce ul.products li .price del {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(165, 172, 165, 0.9);
}

.woocommerce ul.products li .add_to_cart_button {
    background: rgba(165, 172, 165, 0.05);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin: auto 11px 22px 11px;
    font-size: 1rem;
    display: block;
    text-align: center;
    line-height: inherit;
    color: #000;
}

.woocommerce ul.products li .added_to_cart {
    background: rgba(165, 172, 165, 0.05);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin: 22px 11px;
    font-size: 0.9rem;
    display: block;
    text-align: center;
    line-height: inherit;
    padding: 9px 14px;
    font-weight: 700;
}


.woocommerce ul.products li .add_to_cart_button.added {
    background: #64A969;
    color: #fff;
}

.woocommerce ul.products li .add_to_cart_button.added::after {
    display: none;
}

.woocommerce ul.products li .add_to_cart_button::after {
    background-image: url("./images/add_cart.svg");
    display: inline-block;
    content: '';
    height: 17px;
    width: 19px;
    position: relative;
    top: 3px;
    right: -7px;
}

.woocommerce ul.products .terms {
    top: 10px;
    left: 10px;
    bottom: initial;
    right: initial;
    position: absolute;
}

.woocommerce ul.products li .terms img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.btn-warning.active,
.mailinglist .mailpoet_submit,
div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #F89944;
    border-radius: 10px;
    border-color: #F89944;
    color: #fff;
    font-size: 0.8rem;
    padding: 8px 20px !important;
    font-weight: 600;
}

@media (min-width: 768px) {
    .btn-warning.active,
    .mailinglist .mailpoet_submit,
    div.wpforms-container-full .wpforms-form button[type=submit] {
        padding: 12px 28px !important;
        font-size: 1rem;
    }
}

.woocommerce .products ul, .woocommerce ul.products {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* Product detailed */

.woocommerce-Tabs-panel h2 {
    margin-bottom: 2rem;
}

.detailed-product-wrapper {
    background: #fff;
    padding: 23px 23px 23px 60px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 40px 0px;
}

@media (max-width: 768px) {
    .detailed-product-wrapper {
        padding: 23px;
    }
}

.detailed-product-wrapper::after {
    display: block;
    content: "";
    clear: both;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs {
    display: none;
}

.single-product .type-product {
    position: relative;
}

.product-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 40px 0px;
    padding: 23px 50px 23px 75px;
}

.product-wrapper::after, .product-wrapper::before {
    content: '';
    clear: both;
    display: table;
}

.woocommerce span.onsale {
    background: #F89944;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px;
    min-width: auto;
    min-height: auto;
    line-height: initial;
    margin: 0;
    top: 2rem;
    left: 5rem
}

.woocommerce-product-gallery figure img {
    border-radius: 10px;
}
.woocommerce div.type-product p.price {
    display: flex;
    flex-direction: column-reverse;
    color: #000;
    text-decoration: none;
    font-size: 2rem;
}

.woocommerce div.type-product p.price ins {
    text-decoration: none;
    font-size: 2rem;
}

.woocommerce div.type-product p.price del {
    font-size: 0.8rem;
}

.woocommerce div.type-product form.cart .button {
    background: #64A969;
    border-radius: 10px;
    padding: 2px 40px 12px 28px;
    font-size: 1rem;
    float: none;
    margin-top: -10px;
}

@media (min-width: 768px) {
    .woocommerce div.type-product form.cart .button {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .woocommerce div.type-product form.cart .button {
        margin-top: -10px;
    }
}


.woocommerce div.type-product form.cart .button:after {
    background-image: url(./images/cart_white.svg);
    display: inline-block;
    content: '';
    height: 25px;
    width: 28px;
    position: relative;
    top: 6px;
    right: -13px;
}

.woocommerce div.type-product form.cart div.quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

.woocommerce .summary form.cart .minus {
    border: 1px solid #64A969;
    background: white;
    color: #000;
    border-radius: 90px;
    width: 30px;
    height: 30px;
    line-height: 0.5px;
    font-weight: 300;
    margin-right: 6px;
}

.woocommerce div.type-product form.cart .plus {
    border: 0;
    background: #64A969;
    color: #fff;
    border-radius: 90px;
    width: 30px;
    height: 30px;
    line-height: 0.5px;
    font-weight: 300;
    margin-left: 6px;
    margin-right: 6px;
}

.woocommerce .quantity .qty {
    border: 1px solid rgba(165, 172, 165, 0.2);
    border-radius: 90px;
    width: 33px;
    height: 33px;
}

.woocommerce .type-product .summary {
    font-size: 0.9rem;
}

.woocommerce .type-product .summary .sku_wrapper,
.woocommerce .type-product .summary .posted_in {
    display: block;
}

.woocommerce #content div.type-product div.summary, .woocommerce div.type-product div.summary, .woocommerce-page #content div.type-product div.summary,
.woocommerce-page div.type-product div.summary {
    float: right;
    width: 48%;
    clear: none;
}

.woocommerce div.type-product div.images.woocommerce-product-gallery {
    position: relative;
}
.woocommerce div.type-product div.images {
    margin-bottom: 2em;
}
.woocommerce #content div.type-product div.images, .woocommerce div.type-product div.images, .woocommerce-page #content div.type-product div.images, .woocommerce-page div.type-product div.images {
    float: left;
    width: 48%;
}

.woocommerce .type-product .terms {
    position: absolute;
    bottom: -1rem;
    right: 0;
    top: initial;
    left: initial;
}

.shopping-cart .cart-customlocation{
    font-size: 0.9rem;

}

@media (max-width: 768px) {
    .woocommerce #content div.type-product div.summary, .woocommerce div.type-product div.summary, .woocommerce-page #content div.type-product div.summary,
    .woocommerce-page div.type-product div.summary {
        float: none;
        width: 100%;
        clear: both;
    }
    .woocommerce #content div.type-product div.images, .woocommerce div.type-product div.images, .woocommerce-page #content div.type-product div.images, .woocommerce-page div.type-product div.images {
        float: none;
        width: 100%;
    }
    .woocommerce .type-product .terms {
        bottom: -1.5rem;
    }
}

@media (max-width: 338px) {
    .woocommerce div.type-product form.cart .button {
        margin: 1rem 0;
    }
    h1 {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .woocommerce #content div.type-product div.summary, .woocommerce div.type-product div.summary, .woocommerce-page #content div.type-product div.summary,
    .woocommerce-page div.type-product div.summary {
        float: none;
        width: 100%;
        clear: both;
    }
    .woocommerce #content div.type-product div.images, .woocommerce div.type-product div.images, .woocommerce-page #content div.type-product div.images, .woocommerce-page div.type-product div.images {
        float: none;
        width: 100%;
    }
    .woocommerce .type-product .terms {
        bottom: -1.5rem;
    }
}

.woocommerce #content div.type-product .woocommerce-tabs, .woocommerce div.type-product .woocommerce-tabs, .woocommerce-page #content div.type-product .woocommerce-tabs, .woocommerce-page div.type-product .woocommerce-tabs {
    clear: both;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.terms .term {
    display: inline-block;
}

.woocommerce div.type-product .terms .term img {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

/* Mailinglist */

.home #mailinglist-wrapper {
    background: #fff;
    padding: 4rem 0;
}

#mailinglist-wrapper {
    padding: 4rem 0;
}

.mailinglist h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.mailinglist p {
    margin-bottom: 2em;
}

.mailinglist .mailpoet_form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center !important;
}

.mailinglist .mailpoet_text {
    padding: 12px 15px !important;
    border-radius: 10px;
    background: #fff;
    border: 0;
    font-weight: 300;
    font-size: 16px;
}
/*
.mailinglist .mailpoet_submit {
    background: #F89944;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    padding: 10px 28px !important;
}
*/
.parsley-custom-error-message {
    color: #fff !important;
}

#mailinglist-wrapper .hero-container {
    padding-top: 4rem;
}

/* About us*/

#about-us {
    background-color: #fff;
    padding-top: 4rem;
    margin-top: 4rem;
}

#about-us img {
    width: 100%;
    height: auto;
}

/* Footer */

#footer {
    background: rgba(165, 172, 165, 0.1);
    background-size: cover;
}

footer {
    padding: 42px 0;
    font-size: 1rem;
}

footer p {
    margin-bottom: 10px;
    font-size: 1rem;
}

@media (max-width: 768px) {
    footer {
        font-size: 0.8rem;
    }

    footer p {
        font-size: 0.8rem;
    }

}

#footer .col p:first-of-type {
    margin-top: 32px;
}

#footer .col p {
    margin-bottom: 0.5rem;
}

#footer li {
    list-style: none;
    margin-bottom: 10px;
}

#footer ul {
    padding-left: 0;
    margin-top: 20px;
}

.ellipse {
    position: absolute;
    bottom: 35px;
    left: 34px
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 40px !important;
}

#mailpoet_form_1 .mailpoet_text {
    height: 40px;
}

#footer .logo img {
    margin-bottom: 2rem;
    max-width: 60px;
}

#footer {
    text-align: center;
}

@media (min-width: 576px) {
    #footer {
        text-align: left;
    }
    .ellipse {
        position: absolute;
        bottom: 24px;
        left: 61px
    }
    #footer .logo img {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    #mailpoet_form_1 .mailpoet_text {
        height: 48px;
    }
}

@media (min-width: 992px) {
    .ellipse {
        position: absolute;
        bottom: 24px;
        left: 61px
    }
}

.ellipse-2 {
    position: absolute;
    top: 27px;
    right: 40px
}

/* Kontakt */

.page-id-154 h1 {
    display: none;
}

.page-id-154 #mailinglist-wrapper {
    background: none;
}

.page-id-154 .wp-block-columns:nth-child(2) {
    background: #fff;
    border-radius: 10px;
    padding: 50px 70px;
}

.wpgmza_map {
    border-radius: 10px;
}

#wpforms-7538 .wpforms-field input,
#wpforms-7538 .wpforms-field textarea {
    background: rgba(165, 172, 165, 0.4);
    border-radius: 10px;
    border: 0;
    font-weight: 300;
    color: #000;
    width: 100%;
    max-width: 100%;
}

#wpforms-7538 .wpforms-field input {
    height: 50px;
}

/* Menu overlay */

.overlay {
    display: none;
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 254px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.locked .overlay {
    display: block;
}

.locked.mobile .overlay {
    display: none;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #4A8564;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #64A969;
}

.aws-search-result .aws_result_title {
    color: #000;
    font-weight: 600;
}

.product_meta img {
    display: block;
    margin-top: 1rem;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.single-product .product_meta {
    margin-top: 1rem;
}

.related.products {
    flex-direction: column;
}

.pswp__bg {
    opacity: 0.4 !important;
}

.offcanvas-account__account {
    margin: 6px 16px 10px 16px !important;
}

.offcanvas-account__account a {
    padding: 2px 48px 10px 20px !important;
}
/* uuendusega läksid nupu stiilid paigast ära */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
}

body.blog #primary, body.single-post #primary, body.single-post #other-posts {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

body.blog .blog-grid, body.single-post .blog-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 767px) {
    body.blog .blog-grid, body.single-post .blog-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

article.post {
    display: block;
    border-radius: 5px;
    background-color: #FFFFFF;
    overflow: hidden;
}

article.post.post-wide {
    grid-column: 1 / span 2;
}

article.post .post-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

article.post .post-container .post-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

article.post .post-image-container {
    width: 100%;
    height: 290px;
}

article.post.post-wide .post-image-container {
    height: 390px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    article.post.post-wide .post-image-container {
        height: auto;
        max-height: 390px;
        min-height: 220px;
        aspect-ratio: 3/1;
    }
    article.post .post-image-container {
        height: auto;
        max-height: 390px;
        aspect-ratio: 3/1;
    }
}

article.post .post-image-container .wp-post-image {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-color: #976969;
}

article.post .byline {
    display: flex;
    flex-direction: row;
    justify-items: start;
    gap: 18px;
}

article.post .byline {
    font-size: 13px;
    line-height: 23px;
    color: #A3A3A3;
    font-weight: 500;
}

article.post .byline .date {
    font-variant: small-caps;
}

article.post .excerpt, article.post .excerpt p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 450;
}

article.post .excerpt p {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4lh; /* Fallback for non-webkit */
    line-clamp: 4;
    -webkit-line-clamp: 4; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.post .excerpt {
    margin: 6px 0;
}

article.post .post-text-content {
    padding: 30px 14px 16px 14px;
}

@media (min-width: 767px) {
    article.post .post-text-content {
        padding: 30px 28px 16px 28px;
    }
}

article.post h2.post-title {
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
    font-weight: 450;
}

article.post .post-link {
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #588467;
    font-weight: 500;
}

article.post .post-container:hover .post-link {
    opacity: 0.8;
}

article.full-post {
    background-color: #fff;;
    border-radius: 5px;
}

article.full-post .post-image-container img {
    width: 100%;
    object-fit: cover;
    height: auto !important;
    max-height: 500px;
}

article.full-post .post-title {
    padding-top: 32px !important;
    padding-bottom: 20px !important;
    font-weight: 450;
}

article.full-post .byline {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 22px;
    margin-bottom: 14px;
    margin-top: 14px;

    font-size: 13px;
    line-height: 23px;
    color: #A3A3A3;
    font-weight: 500;
}

article.full-post .post-title,
article.full-post .byline,
article.full-post .post-content-area {
    padding: 0 14px;
}

@media (min-width: 767px) {
    article.full-post .post-title,
    article.full-post .byline,
    article.full-post .post-content-area {
        padding: 0 28px;
    }
}

article.full-post .post-content-area > :last-child {
    padding-bottom: 28px
}

article.full-post .post-content-area p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 450;
}

article.full-post .post-content-area h1, article.full-post .post-content-area h2,article.full-post .post-content-area h3,article.full-post .post-content-area h4,article.full-post .post-content-area h5,article.full-post .post-content-area h6 {
    font-weight: 500;
    line-height: 23px;
    padding: 0 0 0 0;
    margin-bottom: 1lh;
    margin-top: 1lh;
}

article.full-post .post-content-area h3, article.full-post .post-content-area h2, article.full-post .post-content-area h1 {
    font-size: 20px;
}

article.full-post .post-content-area .wp-element-caption {
    line-height: 17px;
    font-size: 13px;
    color: #303030;
    margin-top: 10px;
    margin-bottom: 0;
}

article.full-post .post-content-area figure {
    margin: 0;
}

article.full-post .post-content-area :where(.wp-block-columns) {
    margin-bottom: 1rem;
}

article.full-post .post-content-area .wp-block-media-text__content {
    padding: 0 0 0 0;
}

article.full-post .post-content-area .wp-block-media-text {
    gap: 24px;
}

article.full-post :where(.wp-block-columns.is-layout-flex) {
    gap: 24px;
}

article.full-post :where(.wp-block-columns.is-layout-flex) .wp-block-heading:first-child {
    margin-top: 8px;
}

@media (min-width: 992px) {
	article.full-post .wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 991px) {
	article.full-post .wp-block-columns {
		flex-wrap: wrap !important;
	}
}

@media (max-width: 991px) {
	article.full-post .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 1;
	}
}

body.single-post #other-posts .section-title {
    padding-top: 1.5rem;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
}

body.blog #primary #load-more {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    line-height: 21px;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #588467;
    border: none;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    transition: opacity 100ms ease;
}

body.blog #primary #load-more:disabled {
    opacity: 0.80;
}

body.blog #primary #load-more:hover {
    opacity: 0.90;
}

body.blog #primary #load-more > span {
    display: block;
    width: auto;
    margin: 0 auto;
    position: relative;
}

@-moz-keyframes spin {
    from { -moz-transform: translateY(-50%) rotate(0deg); }
    to { -moz-transform: translateY(-50%) rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: translateY(-50%) rotate(0deg); }
    to { -webkit-transform: translateY(-50%) rotate(360deg); }
}
@keyframes spin {
    from {transform: translateY(-50%) rotate(0deg);}
    to {transform: translateY(-50%) rotate(360deg);}
}

body.blog #primary #load-more > span .loader {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -28px;
    top: 50%;
    animation: spin 2s infinite linear;
}

body.blog #primary #load-more > span .text-content {
    display: block;
    padding-top: 4px;
}

div.empty-post {
    grid-column: 1 / span 2;
    background-color: #fff;;
    border-radius: 5px;
    padding: 2rem;
}

div.empty-post h1 {
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    line-height: 25px;
}


/* Kategooriate kirjeldused filtrisse 10.03.26 Raul */

/* Container and main layout */
.container.filter .col .filter {
    padding: 48px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

@media screen and (max-width: 575px) {
    .container.filter .col .filter {
        padding: 40px 24px 40px 24px;
    }
}

.container.filter .col .filter {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.container.filter .col .filter {
    border-radius: 40px 0px;
}

/* Description styles */
.container.filter .col .filter #readMoreText {
    font-family: "Gotham";
    font-weight: 450;
    line-height: 1.6;
    font-size: 16px;
    display: -webkit-box;
	max-height: 2lh;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-bottom: 8px;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .container.filter .col .filter #readMoreText {
        max-height: 4lh;
        line-clamp: 4;
        -webkit-line-clamp: 4;
    }
}

.container.filter .col .filter #readMoreText.expanded {
    display: block;
    max-height: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.container.filter .col .filter a#readMoreLink {
    font-family: "Gotham";
    font-weight: 450;
    line-height: 1.6;
    font-size: 16px;
    text-decoration: underline;
    color: #7E7D7D;
}

.container.filter .col .filter a#readMoreLink:hover, .container.filter .col .filter a#readMoreLink:focus-visible {
    opacity: 0.8;
}

/* Sub category styles */
.container.filter .col .filter .filter-categories {
    display: block;
}

.container.filter .col .filter .filter-categories .child-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .container.filter .col .filter .filter-categories .child-categories {
        flex-direction: column;
    }

    .container.filter .col .filter .filter-categories .child-categories .hidden-mobile {
        display: none;
    }
}

.container.filter .col .filter .filter-categories .child-categories li {
    display: block;
}

.container.filter .col .filter .filter-categories .show-more-cats {
    display: none;
}

@media screen and (max-width: 991px) {
    .container.filter .col .filter .filter-categories .show-more-cats {
        display: block;
    }
}

.container.filter .col .filter .filter-categories .child-categories li, .container.filter .col .filter .filter-categories .child-categories li a, .container.filter .col .filter .filter-categories .show-more-cats span {
    white-space: nowrap;
    font-family: "Gotham";
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #64A969;
    text-align: center;
    max-width: 100%;
}

.container.filter .col .filter .filter-categories .child-categories li a {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: 12px 20px;
    border: 1px solid #64A969;
    text-wrap: auto;
}

.container.filter .col .filter .filter-categories .show-more-cats {
    -webkit-appearance: none;
    border-radius: 0;
    text-align: inherit;
    background: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    border: none;
    color: inherit;
    font: inherit;

    text-align: center;
    margin-top: 12px;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    padding: 7px 20px;
    background-color: #F0F8F0;
}

.container.filter .col .filter .filter-categories .show-more-cats span {
    position: relative;
    padding-right: 15px;
}

.container.filter .col .filter .filter-categories .show-more-cats span::after {
    content: '';
    height: 7px;
    position: absolute;
    top: 7px;
    right: 0;
    width: 9px;
    border: 4.5px solid transparent;
    border-top-color: #64A969;
    margin-top: -3px;
    border-top-width: 7px;
}

.container.filter .col .filter .filter-categories .child-categories li a:hover, .container.filter .col .filter .filter-categories .child-categories li a:focus-visible {
    color: #FFF;
    background-color: #64A969;
}

/* WBW Filter */

.wpfFilterWrapper {
    min-width: 0 !important;
}

.filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type], .filter .wpfMainWrapper .wpfFilterButtons {
    display: inline-block;
    width: auto !important;
    white-space: nowrap;
    padding: 0;
    margin: 0 12px 12px 0;
}

@media screen and (max-width: 991px) {
    .filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type], .filter .wpfMainWrapper .wpfFilterButtons {
        display: block;
        width: 100% !important;
        white-space: nowrap;
        padding: 0;
        margin: 0 12px 12px 0;
    }
}

.filter .wpfFilterButton.wpfButton, .filter .wpfClearButton.wpfButton {
    width: auto !important;
    margin: 0;
    display: block;
    width: auto !important;
    background-color: #FFF;
    border: 1px solid #F89944 !important;
    border-radius: 10px !important;
    white-space: nowrap;
    font-family: "Gotham";
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #F89944 !important;
    padding: 12px 30px 12px 20px !important;
    position: relative;
}

@media screen and (max-width: 991px) {
    .filter .wpfFilterButton.wpfButton, .filter .wpfClearButton.wpfButton {
        width: 100% !important;
    }
}

.filter .wpfFilterButton.wpfButton:hover, .filter .wpfClearButton.wpfButton:hover {
    background-color: #F89944;
    border: 1px solid #F89944 !important;
    color: #FFF !important;
}

.filter .wpfClearButton.wpfButton::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.761 0L10 1.23899L6.23898 4.99996L10 8.76096L8.761 9.99996L5.00002 6.23899L1.23904 10L4.07314e-05 8.76101L3.76102 5L0 1.23904L1.239 4.07312e-05L4.99998 3.76105L8.761 0Z' fill='%23F89A45'/%3E%3C/svg%3E%0A");
    content: '';
	height: 10px;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
    transform: translateY(-50%);
}

.filter .wpfClearButton.wpfButton:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.761 0L10 1.23899L6.23898 4.99996L10 8.76096L8.761 9.99996L5.00002 6.23899L1.23904 10L4.07314e-05 8.76101L3.76102 5L0 1.23904L1.239 4.07312e-05L4.99998 3.76105L8.761 0Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

.filter .ms-options-wrap button, .filter .ms-options-wrap button:focus-visible, .filter .ms-options-wrap button:focus {
    display: block;
    width: auto !important;
    background-color: #F89944;
    border: 1px solid #F89944 !important;
    border-radius: 10px !important;
    white-space: nowrap;
    font-family: "Gotham";
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #FFF !important;
    padding: 12px 30px 12px 20px !important;
}

@media screen and (max-width: 991px) {
    .filter .ms-options-wrap button, .filter .ms-options-wrap button:focus-visible, .filter .ms-options-wrap button:focus {
        width: 100% !important;
        text-align: center;
    }
}

.filter .ms-options-wrap button:hover {
    background-color: #FFF;
    color: #F89944 !important;
}

.filter .ms-options-wrap > button:after {
	content: '';
	height: 7px;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 9px;
	border: 4.5px solid transparent;
	border-top-color: #FFF;
	margin-top: -3px;
	border-top-width: 7px;
}

@media screen and (max-width: 991px) {
    .filter .ms-options-wrap > button:after {
        position: relative;
        top: 12px;
        right: -10px;
        margin-top: 32px;
    }
}

.filter .ms-options-wrap > button:hover:after {
	border-top-color: #F89944;
}

/* Multiselect dropdown */
.filter .ms-options-wrap > .ms-options {
    min-width: 250px;
    width: fit-content;
    border-radius: 10px;
    padding: 12px 0;
}

@media screen and (max-width: 991px) {
    .filter .ms-options-wrap > .ms-options {
        width: 100%;
    }
}

.filter .ms-options-wrap > .ms-options > ul {
    padding: 0;
    margin: 0;
}

.filter .ms-options-wrap > .ms-options > ul label {
    font-size: 16px;
    padding: 6px;
    font-family: "Gotham";
    font-weight: 450;
}

.filter .ms-options-wrap > .ms-options > ul label input {
    display: none;
}

/* Filtri toggle nupp sildike */
.filter .wbw-filter-toggle {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.filter .wbw-filter-toggle button {
    -webkit-appearance: none;
    border-radius: 0;
    text-align: inherit;
    background: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    border: none;
    color: inherit;
    font: inherit;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;

    color: #7E7D7D;
    font-family: "Gotham";
    font-weight: 450;
    font-size: 16px;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .filter .wbw-filter-toggle button {
        margin-bottom: 12px;
        cursor: default;
        pointer-events: none;
    }
}

.filter .wbw-filter-toggle button span {
    position: relative;
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    .filter .wbw-filter-toggle button span {
        padding-right: 17px;
    }
    .filter .wbw-filter-toggle button span::after {
        content: '';
        height: 7px;
        position: absolute;
        top: 7px;
        right: 0;
        width: 9px;
        border: 4.5px solid transparent;
        border-top-color: #7E7D7D;
        margin-top: -3px;
        border-top-width: 7px;
    }
    .filter .wbw-filter-toggle button.active {
        margin-bottom: 12px;
    }
    .filter .wbw-filter-toggle button.active span::after {
        border-top-color: transparent;
        border-top-width: 4.5px;
        border-bottom-color: #7E7D7D;
        border-bottom-width: 7px;
        top: 4px;
    }
    .wbw-filter-box {
        display: none;
    }
    .wbw-filter-box.active {
        display: block;
    }
    .filter .wpfMainWrapper .wpfFilterButtons.wpfFilterButtonsBottom {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .filter .wpfClearButton.wpfButton::after {
        position: relative;
        top: 5px;
        right: -10px;
        display: inline-block;
    }
}


/* END Kategooriate kirjeldused filtrisse 10.03.26 Raul */