#price_calculator tbody,
#price_calculator tr,
#price_calculator td {
    display: flex;
    align-items: center
}

#price_calculator .calculated-price {
    display: flex !important
}

#price_calculator .width-input .x,
#price_calculator .total-amount {
    display: none
}

#price_calculator .price-table-row.calculated-price td {
    padding-top: 0;
    padding-left: 2rem;
}

@media (min-width: 768px) {
    .news-module__columns {
        display: flex;
        gap: 3rem;
    }

}

.news-module__columns * {

    text-align: justify;
    font-family: Riposte, sans-serif;
    font-size: 1.8rem !important;
    line-height: 1.4;
}

.content-blocks__inner--smaller {
    max-width: 700px;
    grid-gap: 5rem;
}

@media only screen and (max-width: 767px) {
    .content-blocks__inner--smaller {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2.5rem;
    }

    .content-blocks h3 {
        font-size: 2.5rem;
    }

    .content-blocks__inner--smaller .cblock h4 {
        font-size: 2rem;
    }

    .content-blocks__inner--smaller .cblock .cblock__image {
        margin-bottom: 2rem
    }

    .content-blocks__inner--smaller .cblock .cblock__text {
        font-size: 1.75rem
    }

    .woocommerce .related-products ul.products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2.5rem;
    }

    .woocommerce .related-products ul.products .product a img {
        margin-bottom: 1rem
    }

}

@media only screen and (min-width: 48em) {
    .content-blocks__inner--smaller .cblock h4 {
        font-size: 3rem;
    }

    .content-blocks__inner--smaller .cblock .cblock__image {
        margin-bottom: 3rem
    }

    .content-blocks__inner--smaller .cblock .cblock__text {
        font-size: 2.75rem
    }

}

.back-after-product {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-bottom: 5rem
}

@media only screen and (min-width: 480px) {


    .woocommerce div.product .woocommerce-tabs ul.tabs.tabs--just-a-few {
        justify-content: flex-start;
        gap: 4rem;
    }

    .back-after-product {
        font-size: 1.3rem;

    }
}

@media (max-width: 480px ) {
    .type-selectors .type-selector:nth-child(2) .type-selector__box {
        left: -117px
    }
}

.product-header--search {
    display: flex;
    padding-left: 4rem;
    padding-right: 4rem;
    justify-content: space-between
}

.product-header--search p {
    margin-bottom: 0;
    padding-bottom: 0
}

.product-header--search .sort-amount {
    position: relative;
    right: 0;
    top: 0;
}


.search-results-overview {
    margin: 4rem auto;
}

.search-result__title h3 {
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 1rem;
    padding-bottom: 0;

}

.search-result strong {
    font-weight: normal;
    color: #fff;
}

.search-result__title h3 a {
    text-decoration: none;
}

.search-result__excerpt p,
.search-result__read-more a {
    font-size: 1.5rem;
}

.search-result {
    margin: 0 auto;
    border-bottom: 1px solid #000;
}

.search-result__inner {

    padding-bottom: 4rem;
    margin: 0 auto;
    max-width: 900px;

}

.product-header--page-search {
    max-width: calc(900px + 8rem);
    margin: 0 auto;
}

.search-activator {
    cursor: pointer;
    z-index: 202;
}
.search-active .search-activator {
    display: none;
}
.close-search {
    display: none;
    width: 30px;
    height: 30px;
    z-index: 203;
    cursor: pointer;
}
.close-search line {
    stroke: #000 !important;
}
.search-active .close-search {
    display: block;
}
.search-bar {
    padding-top: 4rem;
    color: #000;
    background-color: rgba(194, 186, 173, .95);
    display:none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 201;
    justify-content: center;
    padding-bottom: 4rem;
    backdrop-filter: blur(3px);
}
.search-active .search-bar {
   display: flex;
}
.woocommerce .search-bar {
    background-color: rgba(255, 255, 255, .95);
}

.search-bar hr {
    height: 1px;
    background-color: #000;
    border: none;
}

.search-bar__inner {
    display: grid;
    gap: 4rem;
    width: 100%;
    max-width: 900px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
    .search-bar__inner {
        grid-template-columns: 1fr;
    }
}
.search-bar__section {
}

.search-bar__section .field {
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    border-radius: 0px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.search-bar__section h3 {
    font-family: "Riposte", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 .5rem 0;
    user-select: none;
}

body.search-results:not(.post-type-archive-product) {
    background: #c2baad;
}

body.search-results .search-content {
    padding-top: 150px;
}

.none-found {
    min-height: 500px;
}


.relevanssi-live-search-result p, .relevanssi-live-search-result-status p {
    font-size: unset !important;
    padding: .25rem 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
}

.relevanssi-live-search-result p a,
.relevanssi-live-search-result-status p a {
    text-decoration: none !important;
}
.relevanssi-live-search-result p a:focus-visible,
.relevanssi-live-search-result-status p a:focus-visible {
    outline: none;
}


.relevanssi-live-search-results {

    border: none !important;
    box-shadow: none !important;
    background: transparent !important;;
}

#relevanssi-live-ajax-search-spinner {
    /*display: none !important;*/
}

.rlv-has-spinner {
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #000 !important;
}

.rlv-has-spinner::after {
    width: 8px !important;
    height: 8px !important;
    top: -1px;
    left: 10px !important;
}

.woocommerce .rlv-has-spinner::after {
    background: rgba(255, 255, 255, .95) !important;
}

body:not(.woocommerce) .rlv-has-spinner::after {
    background: rgba(194, 186, 173, .95) !important;
}

.live-ajax-messages {
    width: 24px !important;
}

.relevanssi-live-search-results {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    min-height: 0 !important;
}

.topbar__text-alt {
    user-select: none;
}

@media (max-width: 768px) {
    .topbar__text-alt {
        display: none;
    }
}

.news-module__columns > div {
	flex-basis: 50%;
}


.male [data-first-image-type="female"][data-second-image-type="not-available"] {
	display: none !important
}
.female [data-first-image-type="male"][data-second-image-type="not-available"] {
	display: none !important
}