/* Custom-CSS */

.story-wrapper {
    display: flex !important;
    position: relative !important;
    flex-direction: column !important;
    background-color: #1a330e !important;
}

.story-wrapper-container {
    padding: 15px 0px !important;
}

.story-wrapper-text-wrapper-first {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
}


.story-wrapper-tl-img {
    position: absolute !important;
    top: 0 !important;
}


.story-wrapper-text-wrapper-first h1 {
    font-family: var(--minion-pro) !important;
    font-weight: 400 !important;
    color: #e4c16f;
}

.story-wrapper-text-wrapper-first p {
    max-width: 400px !important;
    padding: 20px 0px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    color: #fff;
    opacity: 80%;
}


.story-wrapper-text-wrapper-first .back {
    max-width: 596px !important;
    max-height: 344px !important;
    background-color: var(--black) !important;
    transform: rotate(-4px) !important;
}

.story-wrapper-text-wrapper-first-img-section {
    padding: inherit 20px !important;
    position: relative !important;
}

.story-wrapper-text-wrapper-first-img-section img {
    position: relative !important;
    max-width: 596px !important;
    height: 344px !important;
    border-radius: 50px !important;
    z-index: 2 !important;
    margin-bottom: 20px;
}

.story-wrapper-text-wrapper-first-img-section div {
    position: absolute !important;
    top: 0px !important;
    width: 515px !important;
    height: 344px !important;
    background-color: var(--black) !important;
    border-radius: 50px !important;
    z-index: 1 !important;
    transition: transform .2s ease-in-out;

}

.story-wrapper-text-wrapper-first-img-section img:hover+div {
    transform: rotate(4deg) !important;
}

.story-wrapper-text-wrapper-second div {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    margin-top: 30px !important;
    font-weight: 500 !important;
}

.story-wrapper-text-wrapper-second p {
    width: 100% !important;
    font-size: 1rem !important;
    text-align: center !important;
    color: #e4c16f;
}

/* Product Section */
.product-wrapper {
    padding-top: 50px !important;
}

.product-wrapper-text-section {
    display: flex !important;
}

.product-wrapper-text-section h2 {
    font-family: var(--minion-pro) !important;
    font-weight: bold;
    margin-right: 60px !important;
}

.flash_price del {
    color: #b4a7a7 !important;
}

/* Popular Product Start */

.bg-pastel-peach {
    background-color: var(--pastel-peach) !important;
}

.blessings_section {
    /* position: relative !important; */
    background-image: url('../images/Mask_group.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    /* height: 525px !important; */
    color: white !important;
    /* overflow: hidden !important; */
    padding: 10vh 10vw;
}

section.blessings_section h1 {
    color: white;
}

/* Processing Section Starts */

.processing-wrapper {
    position: relative !important;
    background-image: url('../images/Mask_group.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    /* height: 40vh !important; */
    color: white !important;
    /* overflow: hidden !important; */
    padding: 4vw;
    /* opacity: 0.5; */
}

.processing-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    /* adjust darkness */
    z-index: 1;
}

.processing-wrapper-container {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
    z-index: 5 !important;
}

.processing-wrapper-container h1 {
    padding: 0px !important;
    margin: 0px !important;
    color: var(--white) !important;
    font-family: var(--minion-pro) !important;
    position: relative !important;
    z-index: 5 !important;
}

.processing-wrapper-container p {
    padding-bottom: 25px !important;
    font-size: 16px !important;
}

.processing-wrapper-container .stack-img {
    /* width: 900px !important; */
}

/* Testimonial Starts */

.carousel img {
    width: 70px !important;
    max-height: 70px !important;
    border-radius: 50% !important;
    margin-right: 1rem !important;
    overflow: hidden !important;
}

.carousel-inner {
    padding: 1em !important;
}

.testimonial-card {
    border-radius: 50px !important;
}

@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex !important;
        width: 100% !important;
        margin-inline: auto !important;
        padding: 1em 0 !important;
        overflow: hidden !important;
    }

    .carousel-item {
        display: block !important;
        margin-right: 0 !important;
        flex: 0 0 calc(100% / 2) !important;

    }
}

@media screen and (min-width: 768px) {
    .carousel-item {
        display: block !important;
        margin-right: 0 !important;
        flex: 0 0 calc(100% / 3) !important;

    }
}

.carousel .card {
    margin: 0 0.5em !important;
    border: 0 !important;
    border-radius: 40px !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Accordian Starts */
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
}

/* Promo Slider 1*/
.ps_prev_arrow {
    left: -40px !important;
}

.ps_next_arrow {
    right: -40px !important;
}

.rs_prev_arrow {
    left: 150px !important;
}

.rs_next_arrow {
    right: 150px !important;
}

.promo_pagination {
    text-align: center !important;
}

.review_pagination {
    text-align: center !important;
}

.promo_slider {
    border-radius: 30px !important;
    position: relative !important;
    overflow: hidden !important;
}

.parrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 29px !important;
    color: var(--2c2b) !important;
    z-index: 12 !important;
}

/* Promo Slider 2 */
.ps_prev_arrow_2 {
    left: -40px !important;
}

.ps_next_arrow_2 {
    right: -40px !important;
}

.promo_pagination_2 {
    text-align: center !important;
}


.promo_slider_2 {
    border-radius: 30px !important;
    position: relative !important;
    /* overflow: hidden !important; */
}

.parrow_2 {
    position: absolute !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    font-size: 29px !important;
    color: var(--2c2b) !important;
    z-index: 12 !important;
}

.review_arrow_2 {
    /* width: 70px;
    height: 70px;
    border-radius: 4rem;
    border: 1px solid var(--9494); */
    position: absolute !important;
    top: 60% !important;
    transform: translateY(-50%) !important;
    font-size: 29px !important;
    color: var(--2c2b) !important;
    z-index: 12 !important;
}

#subscribe-email-input::placeholder {
    padding: 5px initial;
    color: var(--d9d9) !important;
}

.link_active {
    color: var(--f68) !important;
}

.story-wrapper-tl-img {
    width: 122px !important;
    height: 214px !important;
    transform: scaleX(-1);
}

.promo_pagination {
    text-align: center !important;
}

.promo_pagination .swiper-pagination-bullet-active {
    background: var(--body) !important;
    width: 48px !important;
    height: 10px !important;
    border-radius: 6px !important;
}

.promo_pagination_1 {
    text-align: center !important;
}

.promo_pagination_1 .swiper-pagination-bullet-active {
    background: var(--body) !important;
    width: 48px !important;
    height: 10px !important;
    border-radius: 6px !important;
}

.review_pagination_1 {
    text-align: center !important;
}

.review_pagination_1 .swiper-pagination-bullet-active {
    background: var(--body) !important;
    width: 48px !important;
    height: 10px !important;
    border-radius: 6px !important;
}

.hero_main_area {
    /* max-width: 638px; */
    margin: 10px !important;
    min-height: 550px !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 62px 43px !important;
    border-radius: 30px !important;
    /* border: 1px solid var(--2c2b); */
}

.main-banner-wrapper {
    padding: 5px 0px;
    background-color: var(--eee);
    width: 100%;
    max-height: 60px;
}

.main-banner-wrapper h2 {
    font-weight: 500;
    font-family: var(--poppins);
    font-size: 20px;
}

.bread-crumbs {
    font-weight: 300;
    font-family: var(--poppins);
}


.create_account_a {
    font-weight: 500;
    font-size: 16px;
}

.otp_input input {
    width: 45px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    border: 1px solid var(--b5)
}

.otp_wait {
    color: var(--f68);
}

.nice-select {
    width: 100% !important;
    box-sizing: border-box;
}

.register input::placeholder {
    color: var(--b5);
}

.nice-select {
    height: 44px;
    line-height: 38px;
    padding-left: 12px;
    padding-right: 30px;
    width: 100% !important;
}

.nice-select .current {
    line-height: 38px;
}

#product_details_main_img {
    max-width: 684px;
    max-height: 604px;
}

#product_details_buy_btn {
    min-width: 100% !important;
}

.product_details_bundle p {
    color: var(--body);
    font-size: 20px;
    font-family: var(--el-messiri);
}

.benefits_wrapper {
    padding: 40px 0 20px;
}

.benefits_text_title h2 {
    padding: 20px 0px;
    font-size: 48px;
    font-family: var(--el-messiri);
    font-weight: 500;
}

.benefits_accordian_container {
    border-radius: 10px !important;
    text-align: center;
    padding: 1px 10px;
}

#benefits_img {
    max-width: 630px;
    max-height: 582px;
}

.customer_review_wrapper {
    min-height: 218px;
    padding: 50px 20px;
    background-color: var(--e7f);
}

.customer_text_title h2 {
    padding: 20px 0px;
    font-size: 48px;
    font-family: var(--el-messiri);
    font-weight: 500;
}

#customer_review_btn {
    width: 252px !important;
}

.sort_by {
    min-width: 217px !important;
    border: none !important;
    background-color: var(--eff) !important;
    border-radius: 10px !important;
}

.sort_by_p_count p {
    font-size: 20px;
    font-weight: 500;
    color: var(--3f3);
}

.fillter-show label {
    font-size: 20px;
}

.sort_by_wrapper .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: var(--bs-border-radius);
}

.sort_by_wrapper .nice-select .list {
    width: 100%;
    border-radius: 15px !important;
    height: auto;
    overflow: scroll;
}

.sort_by_wrapper .nice-select .list li {}

.sort_by_wrapper .nice-select .list li.option {
    color: #333;
}

.sort_by_wrapper .nice-select .list li.option:hover {
    background: #F6F7FB;
    color: #333;
}

.accordion-button {
    background-color: var(--white) !important;
}



.filter_accordian button {
    color: var(--3f3) !important;
    border: none;
    box-shadow: none
}

.filter_accordian button:not(.collapsed) {
    border: none;
    box-shadow: none
}

.all_product_padding {
    padding-top: 20px !important;
}

.sort_by span {
    font-size: 16px;
    font-weight: 500;
}

.out_ot_stock_color {
    color: var(--b5);
}

.filter_price p {
    font-size: 12px;
    color: var(--b5);
}

.filter_price input {
    border: none;
    border-radius: 10px;
    color: var(--eff);
    background-color: var(--eff);
}

.filter_price label {
    font-size: 12px;
}

.filter_price input::placeholder {
    font-size: 12px;
    color: var(--b5);
}

.bulk_order_wrapper {
    padding: 40px 0 20px;
}

.bulk_order_title_text h2 {
    font-family: var(--el-messiri);
    font-weight: 500;
    font-size: 48px;
    color: var(--body);
}

.bulk_order_image img {
    max-width: 618px;
}

.main_wrapper_padding {
    padding: 40px 0 20px;
}

.bulk_order_form_wrapper {
    background-color: var(--pastel-peach);
}

.bulk_order_form_container_wrapper h2 {
    font-family: var(--el-messiri);
    font-weight: 500;
    font-size: 48px;
    color: var(--body);
}

.bulk_order_form_container_wrapper p {
    text-align: center;
    max-width: 843px;
    font-family: var(--plus-jakarta);
    font-weight: 400;
    font-size: 18px;
    color: var(--3f3);
    padding-bottom: 40px;
    border-bottom: 1px solid var(--3f3);
}

.bulk_order_form {
    font-family: var(--plus-jakarta-sans);
    overflow: hidden;
    padding: 30px 35px;
}

.bulk_order_btn {
    min-width: 100% !important;
}

.behind_the_process_wrapper {
    min-height: 1200px;
    background-color: var(--soft-green);
}

.behind_the_process_title_text h2 {
    max-width: 525px;
    font-family: var(--el-messiri);
    font-weight: 400;
    font-size: 48px;
    color: var(--body);
}

.behind_the_process_tabs_wrapper {
    background-color: var(--white);
    padding: 20px 40px;
    max-width: 523px;
    height: 94px;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.behind_the_process_tabs_wrapper_active {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.behind_the_process_tabs_wrapper_active_h2 {
    color: var(--white) !important;
}

.behind_the_process_tabs_wrapper h2 {
    font-family: var(--el-messiri);
    font-size: 24px;
    font-weight: 400;
}

.behind_the_process_title_text_2 p {
    font-size: 20px;
    font-weight: 400;
}

.behind_the_process_col_2 {
    margin-top: 140px;
}

.behind_the_process_img img {
    max-width: 553px;
}

.behind_the_process_list ul {
    max-width: 660px;
}

.behind_the_process_list li {
    list-style-type: disc;
    padding-bottom: 30px;
}

.behind_the_process_list li h2 {
    font-size: 20px;
    font-weight: 600;
}

.behind_the_process_list li p {
    font-size: 20px;
    font-weight: 400;
}

.behind_the_process_hero_img img {
    max-width: 246px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.quality_commitment_title_text h2 {
    text-align: center;
    font-family: var(--el-messiri);
    font-size: 36px;
    font-weight: 400;
    color: var(--white);
}

.quality_commitment_p p {
    text-align: center;
    font-size: 20px;
    color: var(--ffa) !important;
    font-weight: 400;
}

.quality_commitment_wrapper {
    padding: 50px;
    background-color: var(--black);
}

.quality_commitment_container {
    max-width: 1025px;
}

.quality_commitment_img_wrapper {
    display: flex;
    align-items: center;
    max-width: 375px;
    border-radius: 10px;
    background-color: var(--white);
}

.quality_commitment_img_wrapper p {
    font-size: 24px;
    font-weight: 400;
}

.about_us_wrapper {
    background-color: var(--white);
}

.about_us_text_title h2 {
    font-family: var(--minion-pro);
    font-size: 48px;
    font-weight: 400;
    color: var(--body);
}

.about_us_text_title p {
    max-width: 500px;
    font-size: 20px;
    font-weight: 400;
}

/* .about_us_img_wrapper {
    position: absolute;
    top: 300px;
} */

.about_us_img_wrapper img {

    /* max-width: 614px;
    max-height: 360px; */
    border-radius: 10px;
}



.about_us_section_1 {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
}

.about_us_section_2 {
    margin-top: 50px;
    padding-left: 120px;
    padding-right: 120px;
    background-color: var(--pastel-peach-dark);
    min-height: 603px;
}

.about_us_img_wrapper_2 {
    position: relative;
}

.about_us_section_2 .about_us_text_title p {
    font-weight: 500;
}

.about_us_section_2_p p {
    font-weight: 400;
    font-size: 20px;
}

.about_us_img_wrapper_2 img {
    border-radius: 20px;
    max-width: 500px;
}

.about_us_section_3 .about_us_text_title p {
    font-weight: 500;
}

.about_us_section_3 .about_us_text_2 p {
    font-weight: 400;
    font-size: 20px;
}

.about_us_section_3 .about_us_text_2 h2 {
    font-weight: 700;
    font-size: 20px;
}

.about_us_section_3 {
    padding-left: 120px;
    padding-right: 120px;
}

.about_us_section_4 {
    background-color: var(--eff);
}

.about_us_section_4_img_wrapper p {
    font-size: 20px;
    font-weight: 400;
    max-width: 372px;
}

.about_us_mission_card {
    border-radius: 50px;
    padding: 40px 100px;
    background-color: var(--body);
}

.about_us_mission_card img {
    max-width: 180px;
    aspect-ratio: 1/1;
}

.about_us_mission_card .text_title_1 h2 {
    font-family: var(--minion-pro);
    font-size: 48px;
    font-weight: 400;
    color: var(--white);
}

.about_us_mission_card .text_title_1 p {
    line-height: 1.25;
    font-size: 20px;
    font-weight: 600;
    color: var(--ffb);
    max-width: 406px;
}

.about_us_mission_card .text_title_2 p {
    line-height: 1.25;
    color: var(--white);
    font-weight: 400;
    /* max-width: 649px; */
}

.about_us_section_6 {
    padding: 50px 0px;
    background-color: var(--eff);
}

.about_us_section_6 h2,
.about_us_section_7 h2 {
    font-family: var(--el-messiri);
    font-weight: 400;
}

.about_us_section_6 p,
.about_us_section_7 p {
    max-width: 918px;
}

.about_us_section_7 {
    background-color: var(--pastel-peach-dark);
    padding: 50px 0px;
}

.contact-form button {
    font-weight: 400;
    font-size: 20px;
}


.wishlist_not_found img {
    max-width: 240px;
}

.wishlist_not_found h2 {
    font-family: var(--el-messiri);
    font-weight: 500;
}

.shopping_cart_wrapper {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
}

.shopping_cart_title h2 {
    font-family: var(--el-messiri);
    font-weight: 500;
}

.checkout_address_text h2 {
    font-family: var(--el-messiri);
    font-weight: 500;
}

.checkout_address_text button {
    background: none;
    border: 1px solid #eee;
    border-radius: 20px;
}

.wc-proceed-to-checkout a {
    max-width: 400px;
    color: var(--white);
    background-color: var(--body);
}

.checkout_modal_btn_group #add_address {
    color: 1.25rem;
    background-color: var(--body);
    color: var(--white);
}

.checkout_modal_btn_group #cancel {
    color: 1.25rem;
    background-color: var(--white);
    color: var(--3f3);
}

.modal-body input:not([type='checkbox']) {
    border-radius: 10px !important;
}

.modal-body input::placeholder {
    color: var(--d9d9);
    font-weight: 400 !important;
}


#submit {
    font-weight: 500 !important;
}

.checkout_address_default {
    min-width: 350px;
    border-radius: 20px;
    border: 1px solid var(--body);
}

.checkout_address_default_btn_group button {
    border-radius: 10px;
    font-weight: 400;
}

.checkout_address_default #default {
    font-weight: 500;
    font-size: 14px;
    width: fit-content;
    color: var(--f68);
    background-color: var(--d9d9);
}

.checkout_address_default_btn_group button {
    background-color: var(--d9d9);
    color: var(--3f3);
}

#add_new_address {
    font-size: 20px;
    border: 1px solid var(--9494);
}

.payment_text_title span {
    color: var(--f68);
}

.bottom-cart span {
    font-weight: 500;
    font-size: 20px;
}

.mw_800 {
    max-width: 800px;
}

.payment_user_info h2 {
    font-size: 32px;
    font-family: var(--el-messiri);
    font-weight: 400;
}

.payment_user_info p:nth-child(-n+2) {
    font-size: 16px !important;
    border-bottom: 1px solid var(--d9d9);
}

.coupan_form button {
    color: var(--white);
    background-color: var(--body);
}

.coupan_form input::placeholder {
    color: var(--b5);
}

.payment_bottom button {
    background-color: var(--white);
    border-radius: 16px;
    border: 1px solid var(--b5);
}

.payment_bottom button img {
    max-width: 262px;
    border-radius: 16px;
}

.payment_bottom button p {
    font-size: 16px !important;
    font-weight: 500;
    font-family: var(--poppins);
    color: var(--555);
}

.order_complete_top img {
    max-width: 120px;
}

.order_complete_top h2 {
    font-family: var(--el-messiri);
}

.fw_500 {
    font-weight: 500;
}



.w-fit {
    width: fit-content;
}

.order_complete_middle {
    border-radius: 33px;
}

.order_complete_bottom .text_title h2 {
    font-size: 32px;
    font-family: var(--el-messiri);
    font-weight: 400;
}

.order_complete_bottom .text_title p {
    font-size: 32px;
    font-family: var(--plus-jakarta-sans);
    font-weight: 600;
    color: var(--e74);
}

.account_top_list {
    font-weight: 500;
    border: 1px solid var(--b5);
    border-radius: 20px;
}

.account_top_list li:nth-child(-n+2) {
    border-bottom: 1px solid var(--b5);

}

.account_top_card {
    min-width: 280px;
    border-radius: 23px;
    border: 1px solid var(--b5);
}

.account_top_card p {
    font-size: 16px;
    color: var(--555);
}

.account_top_address {
    border-radius: 23px;
    border: 1px solid var(--b5);
}

.account_top_address h2 {
    font-size: 20px;
    color: var(--555);
}

.account_top_address p {
    font-size: 16px;
    color: var(--6d6d);
}

.my_profile_top {
    border-radius: 20px;
    border: 1px solid var(--b5);
}

.my_profile_bg {
    position: relative;
    border-radius: 20px;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.my_profile_bg::before {
    content: '';
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.my_profile_bg img {
    position: absolute;
    width: 190px;
    height: 190px;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
    border: 12px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.my_profile_bg_edit_btn button {
    color: var(--white);
    border-radius: 9px;
    background-color: var(--body);
    font-size: 16px;
}

.my_profile_greeting {
    margin-top: 100px;
    border-bottom: 1px solid var(--b5);
}

.my_profile_greeting span {
    color: var(--b5);
}

.my_profile_greeting p:nth-child(2) {
    color: var(--555);
}

.my_profile_account_info h2,
p {
    font-size: 20px;
    font-weight: 600;
}

.my_profile_account_info p {
    padding: 0.5rem 1rem;
}

.my_profile_account_info p:first-child {
    background-color: var(--eee);
}

#my_profile_add {
    font-size: 16px;
    color: var(--6d6d);
    border-radius: 20px;
    background-color: var(--white);
    border: 1px solid var(--b5);
}

#my_profile_add button {
    color: var(--6d6d);
}

.my_profile_bg_edit_btn_icon {
    aspect-ratio: 1/1;
    position: absolute;
    top: 130px;
    left: 375px;
    z-index: 5;
}

.order_history_middle .text_title h2 {
    font-size: 24px;
    font-weight: 600;
}

.order_history_middle .text_title button {
    background-color: var(--body);
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}

.order_history_action a {
    background-color: var(--body);
    color: var(--white);
}

.table-no-col-border td,
.table-no-col-border th {
    border-right: none !important;
    border-left: none !important;
}

.order_history_code {
    font-weight: 600;
    font-size: 16px;
    color: var(--f68);
}

.order_history_date {
    font-weight: 600;
    font-size: 16px;
    color: var(--555);
}

.order_history_qty {
    font-weight: 600;
    font-size: 16px;
    color: var(--555);
}

.order_history_order_status {
    font-weight: 600;
    font-size: 16px;
    color: var(--555);
}

.order_history_payment_status {
    font-weight: 600;
    font-size: 16px;
    color: var(--555);
}

.order_history_table td {
    vertical-align: middle;
    padding: 20px;
}

.order_details_top {
    border: 1px solid var(--b5);
    border-radius: 20px;
}

.order_details_top .text_title h2 {
    font-size: 20px;
    font-weight: 700;
}

.order_details_top p {
    font-size: 16px;
}

.order_details_address p:nth-child(2) {
    max-width: 200px;
    font-weight: 400;
}

.order_summer_card {
    border: 1px solid var(--b5);
    border-radius: 20px;
}

.order_details h2 {
    font-size: 20px;
    font-weight: 700;
}

.order_details_name p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--el-messiri);
}

.order_details_review p {
    font-size: 12px;
    font-weight: 500;
}

.order_details_price {
    font-size: 14px;
}

.order_details_qty {
    font-size: 14px;
}

.order_details_amount .text_title h2 {
    font-size: 20px;
    font-weight: 700;
}

.order_details_total {
    border: 1px solid var(--b5);
    border-radius: 12px;
}

.order_details_total h2,
p {
    font-size: 16px;
}



.story-wrapper-text-wrapper-second .cards p:nth-child(-n+2) {
    border-right: 1px solid var(--body);
}

.review-card {
    max-width: 470px;
    border-radius: 50px;
    border: none;
}

.reviews_swiper {
    max-width: 800px;
}

.product-tab-area_md_border {
    border-bottom: 3px solid var(--body);
}

.custom-card-width {
    width: 470px !important;
    height: 324px !important;
}

#youtubeEmbed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parsley-errors-list li {
    text-wrap: nowrap;
    margin: inherit 10px;
    /* padding: 1px 15px !important; */
    /* width: fit-content; */
    /* background-color: #FFC1C3; */
    border-radius: 5px;
    color: red;
}

.btn-add-to-cart {
    font-family: var(--plus-jakarta-sans) !important;
}

.pagination {
    gap: 0.75rem !important;
}

.pagination .page-link,
.pagination .page-item .page-link {
    width: 130px;
    border-radius: 50rem !important;
    padding: 5px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 2px;
    background-color: var(--body);
    color: white;
}

.product_height {
    min-height: 600px;
}

@media (max-width:767.98px) {
    .section-title h2 {
        font-size: 29px;
    }

    .story-wrapper-text-wrapper-first p {
        font-size: 16px !important;
        padding: 5px 0px !important;
    }

    .story-wrapper-text-wrapper-first-img-section img {
        max-width: 100%;
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
        object-fit: cover;
    }

    .story-wrapper-text-wrapper-first-img-section div {
        width: 365px !important;
    }

    .story-wrapper-text-wrapper-second .cards p {
        border-bottom: 1px solid var(--body);
    }

    .processing-wrapper .first_img,
    .processing-wrapper .second_img {
        display: none !important;
    }

    .processing-wrapper .stack-img {
        margin-bottom: 1rem;
    }

    .responsive_process {
        padding-top: 3.25rem;
    }

    .testimonials_wrap {
        border-radius: 0;
    }

    .accordion-button {
        font-size: 16px !important;
    }

    .accordion-body p {
        font-size: 14px !important;
    }

    .accordion-button::after {
        background-size: 15px;

    }

    .ps_next_arrow_2 {
        display: none;
    }

    .ps_next_arrow_1 {
        display: none;
    }

    .rs_prev_arrow {
        left: -30px !important;
    }

    .rs_next_arrow {
        right: -30px !important;
    }

    .review_arrow_2 {
        top: 65% !important;
    }

    .promo_main_area {
        border-radius: 30px;
        min-height: 205px;
        overflow: hidden;
    }

    .sort_by_wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
        width: 100%;
    }

    .sort_by_wrapper label,
    .sort_by_wrapper .nice-select,
    .sort_by_wrapper .sort_by_p_count {
        width: 100%;
    }

    .bg-raisins-footer{
    content: "";
    position: absolute;
    right: -3vw;
    bottom: 185px !important;
    background: url(../img/footer-back-img_1.webp) no-repeat left;
    background-size: cover;
    width: 15vw;
    max-width: 100%;
    height: 13vw;
    }

    

    .about-us-image{
        display: none !important;
    }

    .sort_by_p_count p {
        margin-bottom: 0;
    }

    .single_flash,
    .new_araival_item {
        max-width: 365px;
    }

    .about_us_img_wrapper {
        position: static;
    }

    .about_us_img_wrapper img {
        max-width: 350px;
        position: static;
    }

    .about_us_section_1 {
        padding: 15px;
        gap: 1rem !important;
        flex-direction: column-reverse;
    }

    .about_us_text_title {
        gap: 0.5rem !important;
        width: 100%;
        text-align: center;
    }

    .about_us_section_2 {
        padding: 10px;
    }

    .about_us_section_2 .text_area {
        flex-direction: column;
    }

    .about_us_section_2_p {
        padding-top: 15px;
    }

    .about_us_img_wrapper_2 {
        padding-top: 10px;
    }

    .about_us_img_wrapper_2 img {
        max-width: 350px;
    }

    .about_us_section_3 {
        padding: 15px;
        text-align: left;
    }

    .about_us_section_3 p {
        text-align: left;
    }

    .philosophy_swiper_img_wrapper {
        padding: 15px;
    }

    .about_us_section_5 {
        padding: 15px;
    }

    .about_us_mission_card {
        border-radius: 10px;
        padding: 15px;
    }

    .about_us_mission_card_text_wrapper {
        flex-direction: column;
    }

    .account_card_flex {
        padding-top: 1.5rem;
        flex-direction: column;
        align-items: start !important;
    }

    .account_top_card {
        min-width: 100% !important;
    }

    .bulk_order_container_wrapper {
        padding: 15px !important;
        flex-direction: column-reverse;
    }

    .bulk_order_title_text h2 {
        font-size: 30px !important;
    }

    .bulk_order_image img {
        max-width: 350px;
    }

    .bulk_order_form_container_wrapper {
        padding: 15px !important;
    }

    .bulk_order_form_container_wrapper h2 {
        text-align: center;
        font-size: 32px !important;
    }

    .bulk_order_form_container_wrapper p {
        font-size: 1rem !important;
    }

    .footer_widget ul li {
        list-style: none !important;
    }

    .contact-info {
        padding: 20px 5px !important;
    }

    .contact_info_item {
        justify-content: start !important;
    }

    .contact-us {
        padding: 20px 5px !important;
    }

    .contact_form_wrap {
        margin-top: 10px;
        padding: 20px 15px !important;
    }

    .product_details_banner {
        display: none;
    }

    .product_details_content h2 {
        font-size: 20px !important;
    }


    .product_details_content {
        padding: 5px !important;
    }


    .product_details_order_2 {
        order: 2 !important;
    }

    .product_details_order_3 {
        width: 100%;
        order: 3 !important;
    }

    #pdescription p {
        font-size: 16px !important;
    }

    .product-tab-area #nav-tab button {
        font-size: 1.2rem !important;
    }

    .benefits_text_title h2 {
        font-size: 30px !important;
    }

    #benefits_img {
        max-width: 360px !important;
    }

    .customer_review_wrapper {
        padding: 15px !important;
    }

    .customer_review_wrapper_flex {
        gap: 1rem !important;
        align-items: center;
        flex-direction: column;
    }

    .customer_text_title h2 {
        padding: 0;
    }

    .accordion-body p {
        max-width: 821px !important;
    }

    .accordion-body {
        padding: 15px !important;
    }

    .behind_the_process_wrapper {
        min-height: fit-content !important;
        padding: 10px 5px !important;
    }

    .behind_the_process_tabs_wrapper {
        height: auto !important;
        padding: 20px 30px !important;
    }

    .behind_the_process_col_2 {
        margin-top: 15px !important;
    }

    .behind_the_process_hero_img {
        display: none !important;
    }

    .behind_the_process_list {
        padding: 15px 20px !important;
    }

    .behind_the_process_img img {
        max-width: 350px !important;
    }

    .behind_the_process_tabs_wrapper p {
        font-size: 12px !important;
    }

    .quality_commitment_wrapper {
        padding: 15px !important;
    }

    .quality_commitment_p p {
        font-size: 16px;
    }

    .order_history_middle .text_title h2 {
        font-size: 20px !important;
    }

    .order_history_middle .text_title button {
        font-size: 20px !important;
    }

    .order_history_middle {
        padding-top: 1rem !important;
    }

    .my_profile_middle {
        padding-top: 1rem !important;
    }

    .my_profile_bg {
        min-width: 312px !important;
    }

    .my_profile_bg_edit_btn_icon {
        top: 130px !important;
        left: 200px !important;
    }

    .my_profile_save_btn {
        width: 100% !important;
    }

    .thumb-img {
        width: 200px !important;
    }

    /* Login , Register */
    .login,
    .register {
        padding: 20px !important;
    }

    .login_register_title {
        font-size: 36px !important;
    }

    .login p,
    .register p {
        font-size: 14px !important;
    }

    .otp-digit-input {
        width: 100% !important;
    }

    .woocommerce-cart-form .product-name {
        margin: 0;
    }

    .wc-proceed-to-checkout button {
        width: 100% !important;
    }

    .payment_greet {
        font-size: 29px !important;
    }

    .order_complete_bottom .text_title h2 {
        font-size: 20px !important;
    }

    .order_complete_bottom .text_title p {
        font-size: 20px !important;
    }

    .border-btn {
        max-width: 320px !important;
    }

    .testimonials_wrap {
        padding: 35px !important;
    }

    .whit_cart_item i {
        font-size: 30px;
        padding-right: 6px;
        color: var(--2c2b);
    }

    .whc_badge {
        position: relative;
        background-color: var(--f68);
        color: var(--white);
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 7px;
        font-size: 13px;
        font-weight: 600;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 21px;
        top: -16px;
        left: -18px;
    }

    .order_complete_top img {
        max-width: 100px !important;
    }
}

@media (max-width:575.98px) {
    .border-btn {
        max-width: 340px !important;
    }

    .whc_badge {
        left: -16px !important;
        top: -16px !important;
        line-height: 21px !important;
    }

    .whit_cart_item i {
        padding-right: 3px;
    }

    .new_araival_item {
        max-width: 389px !important;
    }
}

@media only screen and (max-width: 412px) {

    /* Your styles here */
    .whc_badge {
        left: -17px !important;
        top: -15px !important;
        line-height: 21px !important;
    }
}

@media only screen and (max-width: 375px) {

    /* Covers S8 Plus and similar devices */
    .single_flash,
    .new_araival_item {
        max-width: 337px !important;
    }

    .whit_cart_item i {
        font-size: 25px;
        padding-right: 6px;
        color: var(--2c2b);
    }

    .header_top li a {
        font-size: 14px !important;
    }

    .story-wrapper-text-wrapper-first-img-section div {
        width: 335px !important;
    }

    .border-btn {
        max-width: 295px !important;
    }

    .cart_drawer {
        width: 355px !important;
    }

    .checkout_address_default {
        min-width: 322px !important;
    }

    .cart-collaterals {
        min-width: 322px !important;
    }

    .order_details_total h2,
    p {
        font-size: 15px !important;
    }

    #set_default {
        font-size: 15px !important;
    }

    .payment_greet {
        font-size: 27px !important;
    }

    .my_profile_bg {
        min-width: 283px !important;
    }

    .my_profile_bg img {
        bottom: -77px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 834px) {

    /* Styles for small to medium tablets */
    .single_flash {
        margin: .4rem !important;
    }

    .single_flash,
    .new_araival_item {
        max-width: 335px !important;
        max-height: 663px !important;

    }

    .border-btn {
        max-width: 290px !important;
    }

    .whc_badge {
        left: -17px !important;
        top: -15px !important;
        line-height: 21px !important;
    }


}

@media only screen and (min-width: 768px) and (max-width: 834px) {

    /* Styles for iPad Mini, older iPads in portrait */
    .whc_badge {
        left: -20px !important;
        top: 14px !important;
        line-height: 21px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {

    /* Styles for large tablets and iPad Pro landscape */
    .story-wrapper-text-wrapper-first {
        padding-top: 8.2rem !important;
    }

    .story-wrapper-text-wrapper-first-img-section div {
        width: 445px !important;
    }

    .story-wrapper-text-wrapper-first-img-section img {
        width: 445px !important;

    }
}

.address-active{ border: 2px solid var(--body) !important; }
.address{ border: 1px solid #eee !important; }
.card-input-element { display: none;} 
.payment-active{ border: 2px solid var(--body) !important; border-radius: 10px; }
.payment{ border: 1px solid #eee !important; border-radius: 10px; }
.online_payment { display: none;} 
.form-control.parsley-error { border-color: #ff473d; border-radius: 0; }
.parsley-errors-list.filled { color: #ff473d; }


.outofstock_badge {
	max-width: 116px;
	max-height: 35px;
	background: rgba(1, 105, 58, .05);
	display: inline-block;
	color: var(--darg-gray);
	padding: 1px 7px;
	border-radius: 5px;
	font-weight: 500;
	margin-bottom: 10px;
}

.o-pr_btn {
	background: var(--d9d9);
	color: var(--white);
	border: 1px solid var(--9797);
	padding: 4px 29px;
	border-radius: 30px;
	font-weight: 500;
	transition: .5s;
	font-size: var(--font-size-16);
}

.o-pr_btn i {
	margin-right: 5px;
}

.o-pr_btn:hover,
.o-pr_btn:focus {
	background-color: var(--2c2b);
	border-color: var(--2c2b);
}

/* rating */
.rate {
        float: left;
        height: 46px;
        padding: 0 10px;
    }
.rate:not(:checked) > input {
        position:absolute;
        top:-9999px;
}
.rate:not(:checked) > label {
        float:right;
        width:1em;
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:30px;
        color:#ccc;
}
.rate:not(:checked) > label:before {
        content: '★ ';
}
.rate > input:checked ~ label {
        color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
        color: #f5ed0c;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
        color: #f5ed0c;
}

.rate2 {
        float: left;
        height: 46px;
        padding: 0 10px;
    }
.rate2:not(:checked) > input {
        position:absolute;
        top:-9999px;
}
.rate2:not(:checked) > label {
        float:right;
        width:1em;
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:30px;
        color:#ccc;
}
.rate2:not(:checked) > label:before {
        content: '★ ';
}
.rate2 > input:checked ~ label {
        color: #ffc700;    
}
.rate2:not(:checked)
.rate2:not(:checked) {
        color: #f5ed0c;  
}
.rate2 > input:checked 
.rate2 > input:checked 
.rate2 > input:checked 
.rate2 > input:checked {
        color: #f5ed0c;
}

.accordion-item{
    border: none !important;
}

.custom-filter-btn{
    font-family: var(--plus-jakarta-sans);
    text-align: center;
    border-radius: 35px;
    border: 1px solid var(--body);
    background: var(--body);
    color: var(--white);
    display: inline-block;
    font-weight: 700;
    padding: 3px 30px;
    transition: .5s;
    font-size: 20px;
}

.img-thumbnail{
    padding: 3.25rem !important;
}

.home-img-svgs{
    display: block;
    max-width: 100%;
    width: 70%;
}

.btn-no-hover {
    background-color: #e4c16f;
    color: #000;
    border: none;
}

.btn-no-hover:hover,
.btn-no-hover:focus,
.btn-no-hover:active {
    background-color: #e4c16f !important;
    color: #000 !important;
    box-shadow: none;
    text-decoration: none;
}

.bg-raisins-footer{
    content: "";
    position: absolute;
    right: -3vw;
    bottom: 126px;
    background: url('../img/footer-back-img_1.webp') no-repeat left;
    background-size: cover;
    width: 15vw;
    max-width: 100%;
    height: 13vw;
}


.about-us-image{
    min-height: 633px !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
     background-position: center;
    border-radius: 24px !important;
    margin-top: 20px;
    margin-left: 120px;
   width: 1200px;
}


@media screen and (max-width: 767px) {
    .hero_main_area{
         background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 95vw;
        margin-top: 10px !important;
    }

    .underline_btn{
        margin-right: 75px !important;
    }

    .img-fluid {
        max-width: 86% !important;
        height: auto !important;
    }
}

.img-fluid {
    max-width: 51%;
    height: auto !important;
}

.image-wrapper {
  width: 100%;
  height: 120px; /* Adjust based on design */
  overflow: hidden;
}

.image-wrapper-about img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* or use 'cover' */
}

.ec-pro-variation {
  margin: 5px 0 0px;
}

.ec-pro-variation .ec-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-pro-variation .ec-pro-variation-inner>span {
  display: block;
  margin: 0 0 5px;
}

.ec-pro-variation .ec-pro-variation-inner .ec-pro-variation-content li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li {
  border-radius: 100%;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li:hover {
  border: 1px solid #444444;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li {
  height: 100%;
  cursor: pointer;
  background-color: white;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  border-radius: 5px;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li:hover .variation-span {
    color: white !important;
    background-color: #1a330e;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li.active,
.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li.active .variation-span {
  color: white !important;
  background-color: #1a330e;
}

.single-pro-content .ec-pro-variation .ec-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-pro-content .ec-pro-variation .ec-pro-variation-inner>span {
  margin: 0 0 10px;
  color: #202020;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.variation-span{
    padding: 10px;
    color: #1a330e;
    border: 1px solid #858484;
    border-radius: 10px;
}

.mobile_main_pagination {
    text-align: center !important;
}

.text-truncate-2 {
    font-size: 0.9rem;             /* slightly smaller text */
  font-weight: 300;              /* light and elegant font */
  color: #555;                   /* soft gray for readability */
  line-height: 1.4;              /* better spacing */
  letter-spacing: 0.3px;         /* subtle spacing for elegance */
  display: -webkit-box;
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.whc_badge1{
font-size: 0.7rem;
padding: 4px 7px;
transform: translate(40%, -40%);
min-width: 19px;
text-align: center;
}

.order_details_total h2, p {
    font-size: 16px;
    margin-top: 20px;
}