/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*Add your own styles here:*/

.newsletter-fixed-header {
    z-index: 99 !important;
}

.home-carousel {
    overflow: hidden;
}

:not(.w-wc-notices)>.woocommerce-message {
    background: #C9DBE5;
}

.woocommerce .woocommerce-shipping-totals.shipping #shipping_method li {
    display: block !important;
}

.woocommerce [packetery-renderer="after-rate"] .packetery-widget-button-row {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin: 10px 0;
}

.woocommerce .shop_table td [packetery-renderer="after-rate"] .packeta-widget-button button {
    width: auto;
    font-size: 12px;
}

.woocommerce [packetery-renderer="after-rate"] .packeta-widget-button .packetery-widget-button-logo {
    margin: 0;
}

.woocommerce .product.product-type-yith_bundle .summary .price {
    display: block !important;
}

.woocommerce .product.product-type-yith_bundle .yith-wcpb-product-bundled-item-data__variations_form {
    display: none !important;
}

.woocommerce .product.product-type-yith_bundle .yith-wcpb-bundle-form button.yith-wcpb-add-to-cart-button {
    margin-top: 20px;
}

@media (min-width: 420px) {
    .woocommerce .product.product-type-yith_bundle .yith-wcpb-bundle-form div.quantity {
        display: inline-flex !important;
    }
    .woocommerce .product.product-type-yith_bundle .yith-wcpb-bundle-form button.yith-wcpb-add-to-cart-button {
        margin-top: 0;
        margin-left: 20px;
    }
}

.cart tr.yith-wcpb-child-of-bundle-table-item td {
    padding-top: 0.3rem !important;
}

.woocommerce .product.product-type-yith_bundle .yith-wcpb-product-bundled-item-data__price {
    display: none !important;
}

.woocommerce .product.product-type-yith_bundle .yith-wcpb-product-bundled-item-data__optional {
    margin: 5px 0 0;
}

.price>del {
    font-size: 75%;
}

.woocommerce .product.product-type-yith_bundle .yith-wcpb-product-bundled-item-data__title {
    line-height: 1.2;
}

.woocommerce .product.product-type-yith_bundle .yith-wcpb-product-bundled-item-image {
    line-height: 0;
}

.product>.onsale {
    display: none;
}


/***** Bravilor Bonamat */

.perex {
    font-size: 1.1667rem;
}

.no-wrap {
    white-space: nowrap;
}

.wrapper_btns.use_gap {
    gap: var(--hwrapper-gap);
}

.wrapper_btns.use_gap>* {
    margin: 0 !important;
}

@supports(min-height: 100dvh) {
    .section_bravilor_bonamat.full_height {
        min-height: 100dvh !important;
    }
}

.section_bravilor_bonamat h1:not(:last-child) {
    margin-bottom: 15px;
}


/***** Modbar */

section.text_white {
    --color-content-heading: #FFFFFF;
    --color-content-text: #FFFFFF;
}

.l-main section.text_white p {
    color: var(--color-content-text);
}

.w-popup-box-content .modbar_popup_content p {
    font-size: 0.889rem;
}

.w-popup-closer {
    font-size: 1.5rem;
}


/***** NEWSLETTER FORM */


/* absolute */

.wpcf7 .form_group.layout_absolute {
    --inputs-height: 50px;
    position: relative;
    margin-bottom: 0;
}

.wpcf7 .form_group.layout_absolute .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7 .form_group.layout_absolute {
    --inputs-height: 58px;
}

.wpcf7 .form_group.layout_absolute .fields input[type="email"] {
    padding-right: calc(100px + var(--inputs-padding, 15px));
    margin-top: 0;
}

.wpcf7 .form_group.layout_absolute .submit {
    margin-top: 0;
}

.wpcf7 .form_group.layout_absolute .submit button {
    width: auto;
    position: absolute;
    top: 5px;
    right: 5px;
}

.cf7-cf-turnstile {
    padding-top: 15px;
}


/***** MODAL FIX */

.team-modal .tingle-modal-box .close {
    z-index: 5;
    padding: 5px;
    top: 15px;
    right: 20px;
    pointer-events: all;
    cursor: pointer;
    line-height: 1;
}

@media (max-width: 600px) {
    .team-modal .tingle-modal-box .close {
        padding: 10px;
        background: #FFFFFF;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
    }
}


/***** Video Link */

.mlsna-cava-repeat-video {
    margin-bottom: 50px;
    line-height: 0;
}

.mlsna-cava-repeat-video>.wrapper_video {
    position: relative;
}

.mlsna-cava-repeat-video>.wrapper_video>.link_over {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mlsna-cava-repeat-video>.wrapper_video>.link_over {
    opacity: 0;
    transition: opacity .3s ease;
}

.no-touch .mlsna-cava-repeat-video>.wrapper_video>.link_over:hover {
    opacity: 1;
}

.mlsna-cava-repeat-video>.wrapper_video>.link_over>i {
    font-size: 4rem;
}


/***** NEWSLETTER POPUP */

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

.wrapper_popup_form .wpcf7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.875rem;
    background: var(--color-content-bg);
    padding: 40px 20px;
}

.wrapper_popup_form .w-image {
    aspect-ratio: 330 / 150;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.wrapper_popup_form .w-image img {
    width: 100%;
}

@media (min-width: 821px) {
    .wrapper_popup_form {
        position: relative;
        flex-direction: row;
        align-items: stretch;
        overflow: hidden;
    }
    .wrapper_popup_form>* {
        width: 50%;
    }
    .wrapper_popup_form .w-image {
        border-radius: 0;
        margin-bottom: 0;
        aspect-ratio: initial;
        position: relative;
    }
    .wrapper_popup_form .w-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .wrapper_popup_form .wpcf7 {
        padding: 40px;
        --vwrapper-gap: 2.778rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .wrapper_popup_form .wpcf7 {
        padding: 75px 100px;
    }
}


/** styling */

.w-popup-closer[style*="color:#00000c"] {
    color: #000000 !important;
}

@media (min-width: 821px) {
    .w-popup-closer[style*="color:#00000c"] {
        color: #FFFFFF !important;
    }
}

.wrapper_popup_form .wpcf7 .form_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wrapper_popup_form .wpcf7 .form_content p.tagline {
    color: var(--color-content-primary);
    font-weight: var(--bold-font-weight, 700);
    margin-bottom: 10px;
}

.wrapper_popup_form .wpcf7 .form_content h3 {
    padding-top: 0;
}

.wrapper_popup_form .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wrapper_popup_form .wpcf7 .wpcf7-form-control.wpcf7-acceptance {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .wrapper_popup_form .wpcf7 .wpcf7-form-control.wpcf7-acceptance {
        font-size: 16px;
    }
}

.wrapper_popup_form .wpcf7 .wpcf7-form-control.wpcf7-acceptance>.wpcf7-list-item {
    margin-right: 0;
}

.wrapper_popup_form .wpcf7 .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    margin-top: -1px;
}

.wrapper_popup_form .wpcf7 .form_content .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

@media (max-width: 1230px) {
    .w-popup-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@supports(min-height: 100dvh) {
    .w-popup-wrap {
        height: 100dvh !important;
    }
}


/**** HOME HERO */

.home_hero .post_content h1 {
    color: #FFF;
}

.home_hero .post_content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .home_hero .post_content p {
        font-size: 24px;
    }
}


/***** INFOBOX */

.l-canvas p.infobox {
    background: #C9DBE5;
    border-radius: 4px;
    overflow: hidden;
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight, 700);
    padding: 30px;
}

.l-canvas p.infobox:not(:last-child) {
    margin-bottom: 2.222rem;
}


/***** WC FIXES */

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .woocommerce-product-details__short-description {
        margin-bottom: 50px;
    }
}


/*** brevo checkbox in checkout */

.woocommerce .form-row.terms label.checkbox {
    text-transform: none;
    color: #41535a;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}


/***** BLOG */

.wrapper_sharing {
    gap: 20px;
}

.wrapper_sharing>* {
    margin: 0 !important;
}

.wrapper_sharing h6 {
    margin-bottom: 0 !important;
}


/*** Sharing Icons */

.w-sharing.type_outlined .w-sharing-item {
    line-height: 2em;
    min-width: 2.5em;
    padding: 5px;
    transition: all .3s ease;
}

.w-sharing.type_outlined .w-sharing-item i {
    font-size: 1rem;
    color: var(--color-content-primary);
    min-width: initial;
    opacity: 1;
    transition: all .3s ease;
}

.no-touch .w-sharing.type_outlined .w-sharing-item:hover {
    background: var(--color-content-primary) !important;
}

.no-touch .w-sharing.type_outlined .w-sharing-item:hover i {
    color: #FFFFFF !important;
}

.w-sharing.type_outlined .w-sharing-item i.fa-facebook:before {
    content: '\f39e';
}

.w-sharing.type_outlined .w-sharing-item i.fa-linkedin:before {
    content: '\f0e1';
}


/*** Load More */

.w-grid .g-loadmore {
    margin-top: 60px;
}

.w-grid .g-loadmore .w-btn::after {
    content: '\f063';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    display: inline-block;
    margin-left: 10px;
    color: inherit;
}

@media (min-width: 768px) {
    .w-grid .g-loadmore {
        margin-top: 100px;
    }
    .w-grid .g-loadmore.width_full .w-btn {
        width: auto;
    }
}


/*** Blog Grid Layout */

.w-grid.grid_blog .w-grid-item>.w-grid-item-h {
    background: var(--color-content-bg);
    border: 1px solid var(--color-content-border);
    border-radius: 4px;
    overflow: hidden;
}

.w-grid.grid_blog .w-grid-item .post_image {
    border-radius: 4px;
    overflow: hidden;
}

.w-grid.grid_blog .w-grid-item .wrapper_content {
    padding: 20px 20px 30px;
}

@media (min-width: 768px) {
    .w-grid.grid_blog .w-grid-item .wrapper_content {
        padding: 30px 30px 40px;
    }
}

.w-grid.grid_blog .w-grid-item .wrapper_content .post_title {
    transition: color .3s ease;
}

.no-touch .w-grid.grid_blog .w-grid-item-anchor:hover~.wrapper_content .post_title {
    color: var(--color-content-primary);
}

section.blog_hero.header-with-image+section.blog_image .post_image {
    margin-top: -40px;
    position: relative;
    z-index: 12;
    border-radius: 4px;
    overflow: hidden;
}

@media (min-width: 601px) {
    section.blog_hero.header-with-image+section.blog_image .post_image {
        margin-top: -150px;
    }
}