/*
Theme Name: Kollos

Text Domain: Kollos
Version: 1.0
Tested up to: 6.4.2

Author: Oleh Moroz
Description: <a href="https://kantora.studio/">&#10094;kantora/&#10095;</a> web studio

License: GNU General Public License v2 or later
*/

.ambassador-short_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.ambassador-image {
    max-width: 125px;
    max-height: 125px;
    overflow: hidden;
    object-fit: cover;
    margin-right: 25px;
}

.ambassador-content h5 {
    font-size: 18px;
    margin: 5px 0 15px;
}

.ambassador-content p {
    color: #9d9d9d;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 400;
    font-size: .87rem;
}

#ambassador-video_block {
 padding-top: 150px;
 margin-top: -150px;
}

.ambassador-video_block {
 margin-bottom: 150px;   
}

.ambassador-video_block * {
    aspect-ratio: 16 / 9;
}

.ambassador-video_block iframe,
.ambassador-video_block video,
.ambassador-video_block  .wp-video {
    width: 100% !important;
    height: 100% !important;
    margin-top: 60px;
    background: #fff;
}

.ambassador-video_block .wp-video-shortcode {
    width: 100% !important;
    height: 100% !important;
    background: #fff;
}

.post-desc {
    position: absolute;
    bottom: 0;
    background: #ffffffbd;
    padding: 5%;
    width: 100%;
    z-index: 1;
    color: #242424;
}

.category-list.category-list-wrap {
    flex-wrap: wrap;
}

.single-product-image_wrap .product-video_review {
    width: calc(50% - 10px);
    object-fit: cover;
}
.woocommerce-form-coupon-toggle {
	display: none;
}

.checkout_coupon.woocommerce-form-coupon {
	display: block!important;
}

.donat-options_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.donat-options_row h3 { 
    margin-top: 16px;
    margin-right: 30px;
    font-size: 16px;
}

.donat-button {
    font-size: 30px;
    margin: 15px 20px 5px 0;
    background: transparent;
    cursor: pointer;
}

.donat-button.active {
    color: #d3bda3;
    text-decoration: underline;
}

.color-options_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
}

.color-options_row h3 { 
    margin-top: 0;
    margin-right: 30px;
    font-size: 16px;
}

.color-button {
    width: 30px;
    height: 30px;
    border: 3px solid #242424;
    border-radius: 50%;
    margin-right: -7px;
    transition: all .4s linear;
    cursor: pointer;
    position: relative;
}

.color-button.active {
    border: 3px solid #d3bda3;
}

.color-options_row:hover .color-button {
    margin-right: 10px;
}

.page-content p {
    font-weight: 400;
}

.teammembers-row {
    width: 100%;
    max-width: 80%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.teammembers-row .base-title {
    width: 100%;
}

.member-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 10px;
    width: calc(20% - 20px);
    min-height: 405px;
    max-height: 405px;
    position: relative;
    overflow: hidden;
}

.member-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -15px;
    z-index: 1;
}

.member-item:hover video {
    opacity: 1;
    visibility: visible;
}

.member-item::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0, #242424 100%);
    z-index: 0;
    transition: all .4s linear;
    height: 100%;
}

.member-item:hover::after {
    height: 0;
}

.member-item .member-caption {
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    transition: all .4s linear;
}

.member-item .member-caption h2 {
    margin-bottom: 20px;
    color: #fff;
}

.member-item .member-caption p {
    color: #fff !important;
    margin: 0;
}

.member-item:hover .member-caption {
    opacity: 0;
    z-index: -2;
}

.about-image {
    width: 100%;
}

.about-image img {
    max-width: 100%;
    object-fit: cover;
}

.wapf-field-container.wapf-field-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wapf-field-container.wapf-field-text label {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
}

.wapf-field-container.wapf-field-text input[type="text"] {
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 12px 30px;
    font-family: "Inter Tight", sans-serif;
    font-size: .87rem;
}

.wapf-field-description {
    font-size: 12px;
}

#shipping_city_field {
	width: 100% !important;
}

@media screen and (max-width: 1440px) { 
    .teammembers-row {
        max-width: 95%;
    }
    
    .member-item .member-caption h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1100px) { 
    .member-item {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 800px) { 
    .single-product-image_wrap .product-video_review {
        width: 385px;
        max-width: 385px;
        min-width: 385px;
    }
    
    .donat-options_row h3 { 
        width: 100%;
    }
    
    .member-item {
        width: calc(50% - 20px);
    }
    
    .member-item .member-caption h2,
    .member-item .member-caption p {
        text-align: left;
    }
        
    .member-item .member-caption {
        padding: 0 10px;
    }
}

@media screen and (max-width: 550px) { 
    .member-item {
        width: 100%;
    }
    
    .wapf-field-input {
        width: 100%;
        margin: 5px 0;
    }
}

.woocommerce-order-details__title {
	display: none;
}

.woocommerce-checkout #payment div.payment_box.payment_method_wpg_paypal_checkout {
    background: #fafafa;
}

/*.ppcp-button-container {
    display: none;
}*/

[id*="RU"], [id*="BY"]{
    display: none;
}

.form-row.form-row-last button[name="apply_coupon"] {
    width: auto;
    background: #242424;
    padding: 20px 5%;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s linear;
}

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

.checkout.woocommerce-checkout {
    flex-wrap: wrap;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.wp-block-woocommerce-cart-order-summary-shipping-block,
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-footer-item {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart-order-summary-block .wc-block-formatted-money-amount {
    font-weight: 700;
    font-size: 1.25em;
}

.woocommerce form .form-row label {
    line-height: 2;
    width: auto;
    height: 30px;
    position: relative !important;
    clip-path: inset(0%);
}

.product-video_wrap {
    width: calc(50% - 10px);
} 

.product-video_wrap video {
    width: 100%;
} 

.woocs_price_code {
    display: flex;
    flex-direction: column;
}

.woocs_price_code > del {
    opacity: 0.6;
}

.category-description {
    color: #242424;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 50px;
}

.category-description p {
    color: #242424;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 15px;
}

@media screen and (max-width: 800px) { 
.product-video_wrap {
    width: 340px;
} 

.product-video_wrap video {
    width: 325px;
    max-height: 577px;
} 
.menu-item-6368 {
    display: none;
}
}

.modal {
	max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
}

.modal_wrap .modal h3 {
    font-size: 18px!important;
}

.kollos-packaging-row {
    margin-bottom: 30px;
}

.kollos-packaging-row label{
    margin-bottom: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}

label[for="shipping__shipping_state"] span {
    display: none;
}

#wc-stripe-express-checkout-button-separator {
    display: none!important;
}

#wc-stripe-express-checkout-element {
    width: 58%;
    margin-bottom: 20px !important;
}

fieldset {
    border: none!important;
}

@media screen and (max-width: 980px) {
    #wc-stripe-express-checkout-element {
        width: 100%;
    }
}

.modal-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.modal-actions button {
    margin: 0!important;
    width: 48%!important;
    cursor: pointer;
}

#backorderText {
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.3;
    color: #242424;
    text-align: center;
}

#backorderText b {
    font-size: 22px;
    margin-bottom: 15px;
    display: inline-block;
}

.category-description .wp-video {
    position: relative;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin: 30px -50vw;
    max-width: none !important;
    /*aspect-ratio: 16 / 9;
    overflow: hidden;
    object-fit: cover;*/
}

@media screen and (max-width: 800px) {
    header .menu_button.mobile-menu_button {
        color: #000;
    }
    
    header .menu_button.mobile-menu_button.open {
        color: #d3bda3
    }
}

.single-product_caption .order-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product_caption .order-button span {
    font-size: 28px;
    margin-bottom: -14px;
    margin-top: -11px;
    margin-right: 10px;
}