.elementor-product-bundle .bundled_product.product:before, 
.elementor-product-bundle .bundled_product.product:after {
    display: none;
}
.elementor-product-bundle .bundled_product.product {
    overflow: visible;
    display: flex;
    gap: 140px;
    padding: 80px 0 60px !important;
    border-top: 1px solid #000 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.elementor-product-bundle .bundled_product.product:first-child {
    border-top: none !important;
}
.elementor-product-bundle .bundled_product .content-tabs .e-n-tabs-content {
    height: 400px;
}
.elementor-product-bundle .bundled_product .bundled_product_images {
    width: 567px !important;
    max-width: 100%;
    line-height: 0;
}
.elementor-product-bundle .bundled_product .details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.elementor-product-bundle .bundled_product .details .e-n-tab-title {
    margin-left: 0 !important;
}
.elementor-product-bundle .bundled_product .product_title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27;
    margin-bottom: 0 !important;
}
.elementor-product-bundle .bundled_product .attribute_options td.label {
    display: none;
}
.elementor-product-bundle .bundled_product .cart.bundled_item_cart_content {
    background-color: #FAFAFC;
    padding: 15px 30px 20px;
    position: relative;
}
.elementor-product-bundle .bundled_product .reset_bundled_variations_fixed {
    position: absolute;
    right: 0;
    top: 11px;
}
.elementor-product-bundle .bundled_product .reset_variations {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 2px 9px;
    min-height: auto;
    z-index: 2;
}
.elementor-product-bundle .bundled_product .attribute_options td.value {
    /*width: 315px !important;*/
    width:fit-content !important;
}
.elementor-product-bundle .bundled_product .variations select {
    text-transform: uppercase;
}
.elementor-product-bundle .cart-bundle-wrapper {
    position: relative;
    padding: 90px 0;
    margin-top: 20px;
}
.elementor-product-bundle .cart-bundle-wrapper:before {
    content: '';
    background: #F9F0ED;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: calc(100vw);
    margin-left: calc(-50vw + 50%);
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data {
    border: 2px solid #000;
    background: #FFF;
    padding: 75px 20px 45px;
    text-align: center;
    position: relative;
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data .heading {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35em;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    margin-bottom: 40px;
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data .bundle_error .woocommerce-info {
    display: inline-block;
    padding: 5px 10px;
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data .bundle_error .woocommerce-info .msg {
    padding-left: 0;
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data .bundle_error .woocommerce-info .msg-content {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 13px;
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data .bundle_error .woocommerce-info:before {
    top: 6px;
    left: 20px;
    display: none;
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data .button {
    float: unset;
    background: #000;
}
.elementor-product-bundle .cart-bundle-wrapper .cart.bundle_data .button:hover {
    background: #fff;
    color: #000;
}
.woo-variation-swatches .product-type-bundle .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    content: "\e926";
    font-family: 'icomoon';
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo-variation-swatches .product-type-bundle .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock).color-variable-item-black .variable-item-contents:before {
    color: #fff;
}

.ff-packages-overview .list{
    display: flex;
    gap: 140px;
    padding: 80px 0 60px;
    border-top: 1px solid #000;
}
.ff-packages-overview .s1{
    max-width: 567px;
    line-height: 0;
}
.ff-packages-overview .s1 .item img{ 
    width: 100%;
    object-fit: cover; 
    aspect-ratio: 567/746;
    object-position: center; 
}


.ff-packages-overview .s2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ff-packages-overview .s2 .title{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27; /* 127.778% */
}
.ff-packages-overview .s2 .sub{
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.36; /* 136.364% */
    margin: 5px 0 13px;
}

.ff-packages-overview .s2 .price{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ff-packages-overview .s2 .variation{
    background-color: #FAFAFC;
    padding: 15px 30px 30px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}
.ff-packages-overview .reset_variations{
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 2px 9px;
    min-height: auto;
}
.ff-packages-overview .content-tabs{
    margin: 48px 0 ;
}

.ff-packages-overview .content-tabs .e-n-tab-title{
    padding: 0 15px 20px !important;
    min-width: 160px;
}
.ff-packages-overview .content-tabs .e-n-tab-title-text{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-template-default #pckg-prds-sec .elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child{
    display: block;
}


.ff-packages-overview .content-tabs .e-n-tabs-content .e-child {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; /* 160% */
    padding: 0;
    display: block;
}

.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h2:first-letter,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h3:first-letter,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h4:first-letter,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h5:first-letter,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h6:first-letter{
    text-transform: uppercase;
}

.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h2,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h3,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h4,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h5,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h6{
    font-weight: 600;
    text-transform: lowercase;
}

/* .ff-packages-overview .content-tabs .e-n-tabs-content .e-child h2,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h3,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h4,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h5,
.ff-packages-overview .content-tabs .e-n-tabs-content .e-child h6{
    font-weight: 600;
} */


.ff-packages-overview .content-tabs .e-n-tabs-content .e-child:not(.e-active){
    display: none;
}

.ff-packages-overview .content-tabs .e-n-tabs-content h3,
.ff-packages-overview .content-tabs .e-n-tabs-content h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Cormorant Garamond', sans-serif; 
}

.custom-style-arrows .swiper-button-next, 
.custom-style-arrows .swiper-button-prev{ 
    background: none;
    padding: 5px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: relative;
    align-items: center;
    width: fit-content;
    padding: 0;
    margin: 0;
    height: 30px;
}

.custom-style-arrows .swiper-arrows{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
} 

.custom-style-arrows .swiper-button-next:after{
    content: '';
    background: url('/wp-content/uploads/2024/01/hi-tm-button_right.svg');
    width: 30px;
    height: 8px;
}
 

.custom-style-arrows .swiper-button-prev:after{
    content: '';
    background: url('/wp-content/uploads/2024/01/hi-tm-button_left.svg');
    width: 30px;
    height: 8px;
}
.ff-packages-show{
    display: flex;
    justify-content: center;
    column-gap: 60px;
    margin-bottom: 30px;
} 

.ff-packages-show .title{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.ff-packages-show.hide-var .title{
    color: #fff;
}

.ff-packages-show .select-variation{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.2;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ff-price{
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce .amount bdi{
    font-size: 13px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 1.53 !important; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat';
}
.woocommerce ins {
    text-decoration: none !important;
}
 
.ff-price .label{
    margin-bottom: 4px;
}

.ff-price.style-1{ 
    color: #fff;
}
.ff-price.style-1 .label{ 
    opacity: 0.4;
    margin-bottom: 0;
}


.ff-wishlist .like_button .on:after,
.ff-wishlist .like_button .off:after{
    content:'\e900';
    font-family: 'icomoon';
    font-size: 24px;
    font-weight: 400;
    margin-left: 11px; 
}

.ff-wishlist .like_button .on,
.ff-wishlist .like_button .off{
    display: flex;
    align-items: center; 
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.ff-wishlist .like_button .off{
    display: none;
}
.ff-wishlist .like_button.active .off{
    display: flex;
}
.ff-wishlist .like_button.active .on{
    display: none;
}



.bundled_product input.bundled_qty{
    padding: 10px 0 10px 15px !important;
    margin: 0 !important;
    width: auto !important;
    text-align: center !important;
    height: 40px !important;
} 
.bundled_product .bundled_item_cart_content.variations_form{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.bundled_product .variations{
    width: fit-content !important;
}

.bundled_product .single_variation_wrap.bundled_item_wrap{
    position: relative;
    flex-grow: 1;
}
.bundled_product .single_variation.bundled_item_cart_details{
    position: absolute;
    /* bottom: 0; */
    top: -15px;
    left: 60px;
    margin: auto;
}

.bundled_product .cart[data-type="simple"]{
    background-color: #FAFAFC;
    padding: 15px 30px 20px;
    position: relative;
}

.single-product div.product .bundle_form table.variations td.value{
    padding: 0 !important;
}


@media only screen and (max-width: 1399px) {
    .elementor-product-bundle .bundled_product .bundled_product_images {
        width: 400px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .elementor-product-bundle .bundled_product .bundled_product_images {
        width: 300px !important;
    }
    .elementor-product-bundle .bundled_product.product {
        gap: 20px;
    }
}

@media(max-width:767px){

    #pckg-prds-sec .elementor-product-bundle .bundled_product .reset_bundled_variations_fixed{
        position: relative;
        top: 0px;
        left: 0px;
        right: unset;
    }

    #pckg-prds-sec .elementor-product-bundle .bundled_product .reset_bundled_variations_fixed a{
        position: relative;   
    }

    .ff-packages-show{
        flex-direction: column;
        align-items: center; 
        row-gap: 10px;
        margin: 20px 0;
    }
    .ff-packages-show .select-variation{
        text-align: center;
    }

    .elementor-product-bundle .bundled_product.product{
        display: block;
        padding: 40px 0 20px !important; 
    }
    div.bundled_product_summary:not(.thumbnail_hidden) .details{
        float: none !important; 
        width: 100% !important;
        padding: 20px 0 0 !important;
    }

    .elementor-product-bundle .bundled_product .bundled_product_images {
        width: 100% !important;
    }

    .elementor-product-bundle .bundled_product .product_title{
        font-size: 24px;
    }
    .ff-packages-overview .content-tabs {
        margin: 20px 0;
    }

    .ff-packages-overview .content-tabs .e-n-tabs-content .e-child{
        font-size: 16px;
    }

    .ff-packages-overview .s1{
        max-width: 100%;
    }

    .info-top{
        text-align: center;
    } 

    .custom-style-arrows .swiper-arrows{
        margin-top: 0;
    }

    .small_width.bundle_form div.bundled_product_summary .bundled_product_images{
        max-width: 100% !important ;
    }
}