@import url('https://fonts.googleapis.com/css2?family=Freeman&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

:root {
    --org-tx: #ff5638;
    --white: #ffffff;
    --black: #121212;
    --green: #96bf48;
    --blue: #21759b;
    --bg-light: #eeeeee;
    --bg-org: #ff5638;
    --regular: #ff5638;
    --woo: #9b5c8f;
    --white-F2F2F2: #F2F2F2;
    --star-color: #f2f2f2;
    --star-background: #fc0;
    --bg-color-E1E6F4: #E1E6F4;
    --theme-color-E40000: #E40000;
    --theme-color-E1E6F4: #E1E6F4;
    --theme-color-282829: #282829;
    --theme-color-FFFFFF: #FFFFFF;
    --theme-color-B5863C: #B5863C;
    --theme-color-F1F4FA: #F1F4FA;
    --thems-color-707070: #707070;
    --thmes-color-6F7893: #6F7893;
    --theme-color-bg-rgb-255-255-255: rgb(255, 255, 255);
    --bg-gradient-D0AF6E: transparent linear-gradient(180deg, #D0AF6E 0%, #AE7E31 100%) 0% 0% no-repeat padding-box;
    --primary-color: #4e73df;
    --secondary-color: #f8f9fc;
    --accent-color: #2e59d9;
    --border-color: #e3e6f0;
    --success-color: #1cc88a;
    --text-color: #333;
    --light-text: #666;
    --box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    --transition: all 0.3s ease;

}


*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    font-family: "Freeman", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background-color: #FE5C02;
    overflow-x: hidden;

}
img {
    /* width: 100%; */
    height: auto;
}
.container-fluid {
    max-width: 100%;
}

.container {
    /*    max-width: 1440px;*/

    margin: 0 auto;
}

.custom-container.inner-common-pad {
    padding-left: 50px;
    padding-right: 50px;
}

.section-common-pad-lr {
    padding-left: 50px;
    padding-right: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
    text-wrap: pretty;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Freeman", serif;
}

p {
    font-family: "Outfit", serif;
}


p:empty {
    display: none;
}


.common-style h1,
.common-style h2,
.common-style h3,
.common-style h4,
.common-style h5,
.common-style h6,
.common-style .h1,
.common-style .h2,
.common-style .h3,
.common-style .h4,
.common-style .h5,
.common-style .h6 {
    font-family: "Freeman", serif;
}

.common-style h1,
.common-style .h1 {
    font-size: 196px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -6px;
    font-family: "Freeman", serif;
}

.common-style h2,
.common-style .h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -4px;
    font-family: "Freeman", serif;
}

.common-style h3,
.common-style .h3 {
    font-family: "Freeman", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 42.24px;
}

.common-style h4,
.common-style .h4 {
    font-family: "Freeman", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.12;
}

.common-style h5,
.common-style .h5 {
    font-family: "Freeman", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
}

.common-style h6,
.common-style .h6 {
    font-family: "Freeman", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
}

.Sub-title-2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34.72px;
}

.body-text-1 {
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
}

.body-text-2 {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

.bg-common {
    background-color: #F4F0E0;
}

.image-border-common {
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 24px / 10px space;
}



/* Responsive Breakpoints */
@media (max-width: 1399.98px) {

    .common-style h1,
    .common-style .h1 {
        font-size: 160px;

    }

    .common-style h2,
    .common-style .h2 {
        font-size: 70px;

    }
}

@media (max-width: 1199.98px) {

    .common-style h1,
    .common-style .h1 {
        font-size: 140px;

    }

    .common-style h2,
    .common-style .h2 {
        font-size: 60px;

    }
}

@media (max-width: 1024px) {

    .common-style h1,
    .common-style .h1 {
        font-size: 120px;

    }

    .common-style h3,
    .common-style .h3 {
        font-size: 38px;

    }
}


@media (max-width: 991.98px) {

    .common-style h1,
    .common-style .h1 {
        font-size: 100px;

    }

    .common-style h2,
    .common-style .h2 {
        font-size: 50px;

    }
}

@media (max-width: 767.98px) {

    .common-style h1,
    .common-style .h1 {
        font-size: 80px;
        letter-spacing: inherit;
    }

    .common-style h2,
    .common-style .h2 {
        font-size: 40px;
        letter-spacing: inherit;
    }

    .common-style h3,
    .common-style .h3 {
        font-size: 32px;

    }

    .Sub-title-2 {
        font-size: 24px;

    }

    .body-text-1 {
        font-size: 18px;
    }
}


@media (max-width: 575.98px) {

    .common-style h1,
    .common-style .h1 {
        font-size: 60px;
        letter-spacing: inherit;
    }

    .common-style h2,
    .common-style .h2 {
        font-size: 36px;
        letter-spacing: inherit;

    }

    .common-style h3,
    .common-style .h3 {
        font-size: 28px;
        letter-spacing: inherit;

    }

    .common-style h4,
    .common-style .h4 {
        font-size: 32px;
        letter-spacing: inherit;

    }

    .Sub-title-2 {
        font-size: 22px;

    }

    .body-text-1 {
        font-size: 16px;

    }
}


/* header css start  */
.header {
    width: 100%;
    position: relative;
    z-index: 999999;
    /* align-self: end; */
    background-color: #FE5C02;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; */
}

.header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 50px;
}

.header-wrapper {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.header-wrapper .logo .logo_header_cust {
    width: 100%;
    max-width: 170px;
    height: auto;
    display: inline-block;
    /* padding-top: 26px; */
}

.nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
    width: auto;
    margin-left: auto;
}

.nav-menu .nav-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    /* padding: 0 30px; */
    display: flex;
    align-items: center;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: #F4F0E0;
    height: 80px;
    transition: 0.3S all;
    /* width: max-content; */
}

.nav-menu li .menu-text {
    padding: 0 30px;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-menu li:first-child {
    border-width: 0px 0px 2px 2px;
}

.nav-menu li:last-child {
    /* border-right: 0; */
}

.nav-menu li:hover {
    background-color: #F4F0E0;
    border-color: #F4F0E0;
    cursor: pointer;
}

.nav-menu .menu-item {
    text-decoration: none;
    color: #F4F0E0;
    transition: color 0.3s ease;
    font-family: "Freeman", serif;
    /* font-size: 14px; */
    font-size: clamp(0.875rem, -0.0054rem + 0.9783vw, 3.125rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.nav-menu .menu-item:empty {
    display: none;
}

.nav-menu li:hover .menu-item {
    color: #FE5C02;
}

.nav-menu li.active {
    background-color: #F4F0E0;
    border-color: #F4F0E0;
}

.nav-menu .menu-item.dropdown-menu-item.current-menu-parent {
    background-color: #F4F0E0;
}

.nav-menu .menu-item.dropdown-menu-item.current-menu-parent .menu-text {
    color: #FE5C02;
}

.nav-menu .menu-item.dropdown-menu-item .active.current_page_item .menu-text {
    color: #F4F0E0;
}

.nav-menu li.active .menu-item {
    color: #FE5C02;
}

.nav-menu li.bg-black {
    background-color: #000;
    border-color: #000;
}

.dropdown-menu-item {
    position: relative;
}

.dropdown-menu-item i {
    margin-left: 8px;
}

.fa-chevron-down:before {
    /* display: block !important;  */
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    background-color: #F4F0E0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 24vw;
    max-width: 400px;
    z-index: 3;
}

.dropdown-menu-item li {
    border-width: 0px 2px 2px 2px;
    padding: 15px 10px;
    height: auto;
    justify-content: center;
}


.submenu li a {
    color: white;
    text-decoration: none;
}

.submenu li a:hover {
    color: white;
}

.nav-menu-dektop-view .dropdown-menu-item:hover .submenu {
    display: block;
}

.menu_item_with_icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu_item_with_icon .fa-icon {
    font-size: 20px;
    width: 24px;
    height: 24px;
}

.menu-container {
    max-width: 100%;
    margin: 0px auto;
    background-color: #F4F0E0;
    padding: 22px 40px;
    position: relative;
}

.menu-container:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -10px;
    background-image: url("../images/Horizontal.png");
    width: 100%;
    left: 0;
    z-index: 99;
    background-size: 100% 100%;
    height: 22px;
    background-repeat: no-repeat;
}

.menu-container .menu-item:last-child {
    border-width: 2px 2px 2px 2px !important;
}

.menu-container .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    margin: 0px 0;
    background-color: transparent;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    /* border: 2px solid #ff5722; */
    border: 2px solid #F9A671;
    border-width: 2px 2px 0px 2px !important;
}

.menu-container .menu-item:hover {
    background-color: #ff5722;
    /* color: white; */
    border: 2px solid #ff5722;
}

.menu-container .menu-item:hover .menu-text {
    color: #fff;
}

.menu-container .menu-item:hover .menu-text .arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(219deg) brightness(117%) contrast(103%);
}

.menu-container .menu-text {
    font-size: 1.1vw;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #FE5C02;
}

.submenu .menu-container ul li.menu-item {
    padding: 0;
}

.submenu .menu-container ul li.menu-item .menu-text {
    padding: 15px 20px;
}

.menu-container .menu-item.active {
    background-color: #ff5722;
    /* color: white; */
    border-color: #FE5C02;
}

.menu-container .menu-item.active a.menu-text img.arrow-icon {
    filter: brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(858%) hue-rotate(323deg) brightness(115%) contrast(91%);
}

.navbar-toggler {
    display: none;
}

.header-custom .header-mobile-menu-toggle {
    background-color: transparent;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 36px;
    cursor: pointer;
    border-radius: 5px;
    padding: 0;
    margin-left: 0;
    border: none;
    position: relative;
}

.header-mobile-menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
}

.active .header-mobile-menu-toggle span {
    background-color: #fff;

}

.header.active .header-mobile-menu-toggle span,
.header.active .header-mobile-menu-toggle span::before,
.header.active .header-mobile-menu-toggle span::after {
    background-color: #fff;
}

.header-mobile-menu-toggle.is-open span {
    background: transparent !important;
}

.header-mobile-menu-toggle span:before,
.header-mobile-menu-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background-color: #fff;
    transition: transform 0.2s ease-in-out;
}

.header-mobile-menu-toggle span:before {
    transform: translateY(-9px);
}

.header-mobile-menu-toggle.is-open span:before {
    transform: rotate(45deg);
}

.header.active .header-mobile-menu-toggle span,
.header.active .header-mobile-menu-toggle span::before,
.header.active .header-mobile-menu-toggle span::after {
    background-color: #fff;
}

.header-mobile-menu-toggle.is-open span:after {
    transform: rotate(-45deg);
}

.header-mobile-menu-toggle span:after {
    transform: translateY(9px);
}

.header-wrapper .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-responsive-mobile-view {
    display: none;
}

.mobile-view {
    display: none;
}

.user-cart-icon .icon-col {
    display: flex;
    align-items: center;
    gap: 30px;
}

.user-cart-icon .icon-col .icon img {
    width: 100%;
    max-width: 40px;
    height: auto;
}

/* .logged-in .menu-responsive {
    top: 112px;
} */

.admin-bar .menu-responsive {
    top: 100px;
}

.menu-responsive {
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #FE5C02;
    /* top: 100px; */
    top: 70px;
    left: 0;
    padding: 20px 20px 60px 20px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 40;
    overflow-y: scroll;
    overflow-x: hidden;
}

.menu-responsive.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
    transition: all 0.3s ease;
}

.menu-responsive nav {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-responsive nav ul {
    padding: 0;
    list-style: none;
    margin: 0px 0 15px 0px;
}

.nav-container {
    width: 100%;
}

.nav-container .nav-item {
    /* padding: 20px 10px; */
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-width: 1px 0 0px 0;
}

.nav-container .nav-item:last-child {
    border-width: 1px 0 1px 0;
}

.nav-container .nav-item .nav-item-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    font-family: "Outfit", serif;
    position: relative;
    padding: 20px 10px;
    /* background-color: #FE5C02; */
}

.nav-container .nav-item span {
    font-size: 18px;
}

.nav-container .nav-item i {
    color: white;
}

.nav-container .nav-item .nav-item-list .arrow-icon {
    width: 100%;
    height: 15px;
    max-width: 42px;
}

.shopping-bags img {
    width: 100%;
    max-width: 300px;
}

.shopping-bags {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
}

.custom-plan-btn-col {
    margin: 0 auto;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.social-icons a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.social-icons i {
    font-size: 40px;
}

.custom-plan-btn {
    display: inline-block;
    background-color: #F4F0E0;
    color: #FE5C02;
    text-align: center;
    padding: 24px 44px;
    margin: 20px 0;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: max-content;
    font-style: normal;
    border: 2px solid #F4F0E0;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
}

.custom-plan-btn:hover {
    background-color: #FE5C02;
    color: white;
}

.is-overflow-h {
    overflow: hidden;
}

.menu-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.menu-responsive::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.menu-responsive::-webkit-scrollbar-thumb {
    background: #FE5C02;
    border-radius: 4px;
    border: 2px solid #f0f0f0;
}

.menu-responsive::-webkit-scrollbar-thumb:hover {
    background: #ff5722;
}

/*header css end */

/*Home page css start*/

/* ================================================================================================================home-hero-section==================================================================================== */
.home-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


.home-hero-section .custom-container {
    padding-top: 60px;
    background-image: url(/wp-content/uploads/2025/01/bg-grid.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.home-hero-mask-border {
    -webkit-mask: linear-gradient(#777 0 0) center/calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0/ 24px 26px round;
    mask: linear-gradient(#777 0 0) center/calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0/ 24px 24px round;
}

.home-hero-section .title-one {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 0.0109rem + 3.0435vw, 9.75rem);
}

.home-hero-section .hero-content-col {
    position: relative;
}

.home-hero-section .hero-content-col .title {
    color: #FE5C02;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    line-height: 0.9;
    /* font-size: clamp(80px, 10vw, 196px); */
    /* letter-spacing: clamp(-2px, -0.3vw, -6px); */
    font-family: "Freeman", serif;
    letter-spacing: clamp(-2px, -3vw, -21px);
    font-size: clamp(12.25rem, 0.0217rem + 13.587vw, 43.5rem);
}


.home-hero-section .hero-content-col .title-sub-heading {
    color: #000;
    font-weight: 400;
    text-align: right;
    font-family: 'Shadows Into Light Two', cursive;
    display: block;
    width: auto;
    transform: rotate(-8deg);
    position: relative;
    top: auto;
    /* font-size: clamp(40px, 5vw, 110px); */
    /* bottom: clamp(20px, 5vw, 80px);
    right: clamp(10px, 2vw, 20px); */
    left: auto;
    line-height: 1.5;
    letter-spacing: 0;
}

.home-hero-section .hero-content-col .title-sub-heading {
    bottom: clamp(20px, 5vw, 80px);
    right: clamp(10px, 2vw, 20px);
    font-size: clamp(6.875rem, 0.0027rem + 7.6359vw, 24.4375rem);

}

.hero-content-col-tow {
    display: flex;
    padding: 0 !important;
    align-items: center;
    position: relative;
    width: 100%;
}

/* .home-hero-section .image-col-left .hero-image {
    width: 80%;
    height: 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 2;
} */

.home-hero-section .image-col-left .hero-image {
    /* width: 80vw; */
    width: 60vw;
    /* height: 100%; */
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 2;
    max-width: 90vw;
}

.hero-content-col-tow .image-col-left {
    width: 100%;
    position: absolute;
    left: -50px;
    right: auto;
    top: auto;
    bottom: 0px;
}

.hero-content-col-tow .content-col-right {
    width: 100%;
    display: inline-block;
    justify-content: end;
    position: relative;
    /* z-index: 2; */
    padding-bottom: 60px;
}

.hero-content-col-tow .content-col-right .content {
    max-width: 100%;
    margin: 100px 0;
}

.hero-content-col-tow .content-col-right .content .col-one-content-border:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -15px;
    bottom: auto;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #F9A671;
}

.hero-content-col-tow .content-col-right .content .col-one-content-border:after {
    content: "";
    width: 100%;
    position: absolute;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #F9A671;
    top: auto;
    bottom: -15px;
}

.hero-content-col-tow .content-col-right .content .content-inner {
    max-width: 40%;
    padding-right: 50px;
    justify-content: end;
    margin-left: auto;
}

.hero-content-col-tow .content-col-right .content .col-one-content-border {
    position: relative;
    /* border: 2px solid #FE5C02;
    border-width: 2px  0 2px 0;
    padding: 24px 0; */
}

.hero-content-col-tow .content-col-right .content .button-container {
    max-width: 40%;
    padding-right: 50px;
    justify-content: end;
    margin-left: auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    padding-top: 40px;
    gap: 30px;
}

.hero-content-col-tow .content-col-right .content .content-inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 2;
    position: relative;
}

.hero-content-col-tow .content-col-right .content .content-inner .location {
    /* margin: 20px 0 0px; */
    margin: 50px 0;
}

.hero-content-col-tow .content-col-right .content .content-inner:before {
    /* content: "";
    background-color: #FE5C02;
    width: 100%;
    height: 2px;
    position: absolute;
    max-width: 100%;
    left: 0;
    bottom: auto;
    top: -30px; */
}

.hero-content-col-tow .content-col-right .content .content-inner .location {
    margin: 20px 0;
}

.home-hero-section .custom-container .hero-content-col-tow {
    /* margin-top: -20px; */
}

p.description {
    font-family: "Outfit";
    /* font-size: 20px; */
    font-size: clamp(1rem, -0.3451rem + 1.4946vw, 4.4375rem);
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

p.location {
    font-family: 'Outfit';
    /* font-size: 20px; */
    font-size: clamp(1rem, -0.3451rem + 1.4946vw, 4.4375rem);
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    text-transform: capitalize;
    /* max-width: 300px; */
}

.explore-button-hero {
    text-decoration: none;
    color: #F4F0E0;
    background-color: #025c3f;
    border: 2px solid #f7f4ec;
    outline: 4px solid #025c3f;
    font-family: 'Freeman';
    /* font-size: 16px; */
    font-size: clamp(1rem, 0.0217rem + 1.087vw, 3.5rem);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: max-content;
    border-radius: 0;
    padding: 22px 15px;
    gap: 10px;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    justify-content: center;
}

.explore-button-hero .icon-cta {
    font-size: clamp(0.375rem, 0.0082rem + 0.4076vw, 1.3125rem);
}

.explore-button-hero:hover {
    background-color: #FE5C02;
    outline-color: #FE5C02;
    color: #fff;
}

.hero-content-col-tow .content-col-right .content .button-container .custom-plan-button {
    padding: 22px 15px;
    margin-top: 10px;
    border-color: #FE5C02;
    background-color: #F4F0E0;
    color: #FE5C02;
    max-width: max-content;
}

.hero-content-col-tow .content-col-right .content .button-container .custom-plan-button:hover {
    background-color: #FE5C02;
    color: #fff;
}

.hero-content-col-tow .content-col-right .content .button-container a {
    max-width: 20.9vw !important;
    width: 100%;
}

/*============================================================================fresh-food-your-way-section=========================================== =========================================================*/

.fresh-food-your-way-section {
    /* padding-bottom: 160px; */
}

.fresh-food-your-way-section .custom-container {
    background-image: url(/wp-content/uploads/2025/01/Bg-texture-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fresh-food-your-way-section .content-col {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto;
    max-width: 2474px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.fresh-food-your-way-section .content-col .heading {
    color: #FE5C02;
    text-transform: uppercase;
    margin-top: -19px;
    letter-spacing: -4px;
}

.fresh-food-your-way-section .content-col .Sub-title-2 {
    color: #FE5C02;
    margin-top: 20px;
    font-family: 'Freeman', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: clamp(1.75rem, 0.0136rem + 1.9293vw, 6.1875rem);
    line-height: 134%;
    max-width: 70%;
    margin: 0 auto;
}

.fresh-food-your-way-section .content-col .title-top {
    font-family: Shadows Into Light Two;
    font-size: 44px;
    font-weight: 400;
    line-height: 49.28px;
    text-align: center;
    position: relative;
    z-index: 1;
    transform: rotate(-3deg);
    display: inline-block;
}

/*===========================================================================================signature-recipes-product-section======================================================================================== */
.signature-recipes-product-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.signature-recipes-product-section .content-col-left {
    /* padding-right: 80px; */
}

.signature-recipes-product-section .content-col-left .custom-heading-wrapper {
    position: relative;
    width: fit-content;
}

.signature-recipes-product-section .content-col-left .custom-heading-wrapper .title-sub-heading{
    position: absolute;
    top: 50%;
    left: 101%;
    width: 100%;
    font-family: 'Shadows Into Light Two', 'cursive';
    color: #000;
    max-width: 230px;
    font-size: clamp(20px, 3vw, 33px);
    transform: translate(0, -50%) rotate(-8deg);
}

.signature-recipes-product-section .content-col-left .heading,
.woocommerce-cart .first-cart-suggestion h2 {
    color: #f4f0e0;
    text-transform: uppercase;
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 400;
    /* line-height: clamp(1.1, 1.2vw, 1.2); */
    letter-spacing: clamp(-2px, -0.5vw, -4px);
}

.signature-recipes-product-section .content-col-left .body-text-1 {
    color: #F4F0E0;
    margin: 24px 0;
}

.signature-recipes-product-section .content-col-right {
    margin-left: 50px;
}

.signature-recipes-product-section .content-col-right .style-text {
    font-family: "Shadows Into Light Two";
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    color: #f4f0e0;
    transform: rotate(-3deg);
    max-width: 400px;
}

.signature-recipes-product-section .content-col-right .shop-now-btn-col {
    display: flex;
    justify-content: end;
}

.signature-recipes-product-section .content-col-right .shop-now-btn-col .custom-btn {
    padding: 22px 120px;
    margin-top: 10px;
}

.woocommerce-cart .first-cart-suggestion .right-btn {
    margin-top: 0;
    margin-left: 10px;
    padding: 24px 120px;
    align-content: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0 0 !important;
}


.product-card .image-box {
    background-color: #F4F0E0;
    /* border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 23 fill / 19px / 5px space; */
    overflow: hidden;
    position: relative;
    padding: 20px 15px;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 23px 23px round;
}

.image-box .product-content .read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Shadows Into Light Two';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.12;
    color: #fe5c02;
    text-decoration: none;
    width: 100%;
    justify-content: end;
    transition: 0.5s all;
}

.image-box .product-content .read-more {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.product-card .image-box:hover .product-content .read-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.product-card .image-box .promo-tag {
    background-color: #FFD400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Freeman";
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    color: #0d0d0d;
    padding: 20px 10px;
    width: 100%;
    max-width: 176px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: absolute;
    top: 30px;
}

.product-card .image-box .promo-tag .icon-rounded {
    font-size: 5px;
}

/* .product-content .product-image {
    width: 100%;
    max-width: 411px;
    height: 380px;
    object-fit: cover;
} */

.product-content .product-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.product-card .product-content-box {
    /* padding: 20px 15px; */
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-card .product-content-box .product-name {
    text-transform: uppercase;
    color: #f4f0e0;
}

.product-card .product-content-box .product-heading-image {
    width: 100%;
    /* filter: brightness(0) saturate(100%) invert(98%) sepia(6%) saturate(530%) hue-rotate(340deg) brightness(99%) contrast(93%); */
    height: auto;
    margin: 0 0 0;
    object-fit: contain;
}

.product-card .product-content-box .product-desc {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.24;
    color: #f4f0e0;
}

.product-card .product-content-box .price {
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: 'Freeman';
    font-size: 28px;
    font-weight: 400;
    line-height: 1.12;
    color: #f4f0e0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card .product-content-box .price .original-price {
    opacity: 0.5;
    color: #F4F0E0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card .product-content-box .price .original-price .discount {
    font-family: 'Freeman';
    font-size: 16px;
    font-weight: 400;
    line-height: 0.96;
    color: #f4f0e0;
    max-width: 40px;
    display: inline-block;
}

.product-card .product-content-box .buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.product-card .product-content-box .buttons .custom-btn {
    width: 100%;
    padding: 22px 22px;
}

/*===========================================================================================signature-recipes-product-section======================================================================================== */
.personalized-recipes-section {
    padding-top: 10px;
    padding-bottom: 160px;
}

.personalized-recipes-section .inner-common-pad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.personalized-recipes-section .bg-common {
    background-image: url(/wp-content/uploads/2025/01/personalized-recipes-section-Bg-texture.png);
    background-size: cover;
    background-position: center center;
}

.personalized-recipes-section .image-bg-col {
    display: flex;
    justify-content: start;
    background-image: url('/wp-content/uploads/2025/01/image.png');
    background-size: cover;
    min-height: 600px;
    background-position: center center;
    padding: 40px;
    color: #F4F0E0;
    width: 100%;
}

.personalized-recipes-section .image-bg-col .content-col {
    max-width: 100%;
    /* max-width: 709px; */
    display: flex;
    flex-direction: column;
}

.image-col .mobile-view {
    width: 100%;
    max-width: 700px;
    height: auto;
}

.feature-card-col-main {
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
    z-index: 1;
    margin-top: -80px !important;
}

.feature-card-col-main .feature-card {
    background-color: #F4F0E0;
    text-align: left;
    padding: 25px 25px 90px 25px;
    position: relative;
    border: 2px solid #F9A671;
    width: 100%;
}

.feature-card-col-main .feature-card .top-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-card-col-main .top-icon-img {
    width: 100%;
    height: 50px;
    max-width: 30px;
}

.custom-col-md-4:nth-child(1) .feature-card .top-icon .top-icon-img {
    transform: rotate(3deg);
}

.custom-col-md-4:nth-child(2) .feature-card .top-icon .top-icon-img {
    transform: rotate(-4deg);
}

.custom-col-md-4:nth-child(3) .feature-card .top-icon .top-icon-img {
    transform: rotate(2deg);
}

.feature-card-col-main .feature-icon {
    margin: 25px 0 25px;
    width: 100%;
    /*    max-width: 310px;*/
    height: auto;
}

.feature-card-col-main .feature-card .feature-title {
    color: #FE5C02;
    margin-bottom: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-size: clamp(22px, 4vw, 28px);
}

.feature-card-col-main .feature-card .body-text-2 {
    color: #000;
    line-height: 1.5;
    min-height: 75px;
}

.feature-card-col-main .feature-card:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -9px;
    background-image: url(/wp-content/uploads/2025/01/Divider.png);
    width: 100%;
    height: 11px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* .feature-card:nth-child(1) {}
.feature-card:nth-child(2) {}
.feature-card:nth-child(3) {} */

.custom-build-a-plan-container {
    padding-left: 50px;
    padding-right: 50px;
}

.custom-build-a-plan-container .content-col .heading {
    font-family: "Shadows Into Light Two";
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    transform: rotate(-3deg);
    max-width: 470px;
    display: inline-block;
}

.custom-build-a-plan-container .cta-btn-col {
    display: flex;
    justify-content: end;
}

.cta-button-rounded {
    text-decoration: none;
    color: #F4F0E0;
    background-color: #025c3f;
    border: 2px solid #f7f4ec;
    outline: 4px solid #025c3f;
    font-family: 'Freeman';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.28px;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: max-content;
    border-radius: 0;
    /* padding: 34px 86px; */
    /* padding: 34px 60px; */
    padding: clamp(20px, 5vw, 22px) clamp(30px, 5vw, 60px);
    gap: 10px;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.cta-button-rounded .icon-cta {
    font-size: 6px;
}

.cta-button-rounded:hover {
    background-color: #FE5C02;
    outline-color: #FE5C02;
    color: #fff;
}

.cta-button-rounded-orange {
    background-color: #FE5C02;
    outline-color: #FE5C02;
    color: #fff;
}

.cta-button-rounded-orange:hover {
    background-color: #025c3f;
    outline-color: #025c3f;
    color: #fff;
}

/*===========================================================================================why-choose-yodoggo-section========================================================================================*/
.why-choose-yodoggo-section {
    padding-bottom: 160px;
}

.why-choose-yodoggo-section .main-heading {
    letter-spacing: inherit;
    line-height: 1.2;
    padding-bottom: 20px;
    color: #FE5C02;
    padding-top: 40px;
}

.why-choose-yodoggo-section .left-col-content {
    text-align: center;
    padding: 50px 50px;
    background-image: url(/wp-content/uploads/2025/01/why-choose-yodoggo-section-bg-image.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.why-choose-yodoggo-section .left-col-content .image {
    /* max-width: 400px; */
    width: 100%;
}

.why-choose-yodoggo-section .left-col-content .custom-stylish-text {
    font-family: "Shadows Into Light Two";
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    transform: rotate(-8deg);
    display: flex;
    margin-top: -39px;
    display: flex;
    justify-content: center;
}

.why-choose-yodoggo-section .left-col-content .top-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(23px);
    right: 0;
    margin: 0 auto;
}

.why-choose-yodoggo-section .left-col-content .top-icon .top-icon-img {
    max-width: 30px;
    width: 100%;
    height: 50px;
    transform: rotate(2deg);
    display: none;
}

.why-choose-yodoggo-section .right-col-content {
    max-width: 100%;
    /*    margin: 0 0 0 auto;*/
    padding: 0 20px 0 20px;
}

.why-choose-yodoggo-section .right-col-content .feature-item-box {
    padding: 40px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-choose-yodoggo-section .right-col-content .feature-item-col {
    border-bottom: 2px solid #F9A671;
}

.why-choose-yodoggo-section .right-col-content .feature-icon {
    width: 24px;
    height: 24px;
    color: white;
    flex-shrink: 0;
}

.why-choose-yodoggo-section .right-col-content .feature-content {
    flex: 1;
}

.why-choose-yodoggo-section .right-col-content .feature-content h6 {
    color: #FE5C02;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.why-choose-yodoggo-section .right-col-content .feature-content p {
    color: black;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.why-choose-yodoggo-section .right-col-content .feature-link-box {
    color: #FE5C02;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /*letter-spacing: 4px;*/
}

.why-choose-yodoggo-section .right-col-content .feature-item-box .check-icon {
    width: 100%;
    max-width: 40px;
    height: 40px;
}

.why-choose-yodoggo-section .right-col-content .feature-link-box:hover {
    text-decoration: underline;
}

.why-choose-yodoggo-section .right-col-content .feature-link-box .arrow-icon {
    display: inline-block;
    margin-left: 4px;
    width: 100%;
    max-width: 40px;
}

.why-choose-yodoggo-section .right-col-content .button-container {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: flex-start;
}

.why-choose-yodoggo-section .right-col-content .button {
    padding: 22px 30px;
    border: 2px solid #FE5C02;
    color: #FE5C02;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 40px;
}

.why-choose-yodoggo-section .right-col-content .button:hover {
    background-color: #FF5F00;
    color: white;
    text-decoration: none !important;
}

.why-choose-yodoggo-section .right-col-content .feature-item-col:first-child {
    border-top: 2px solid #F9A671;
}

/* ===========================================================================================easy-to-store-and-serve-section======================================================================================== */
.easy-to-store-and-serve-section {
    padding-bottom: 160px;
}

.easy-to-store-and-serve-section .custom-container {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(/wp-content/uploads/2025/01/steps-section-Bg-texture.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.easy-to-store-and-serve-section .heading-container-main {
    max-width: 700px;
    color: #FE5C02;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.easy-to-store-and-serve-section .heading-container-main .cust-heding {
    text-transform: uppercase;
    letter-spacing: -4px;
}

.easy-to-store-and-serve-section .heading-container-main .inner-title {
    max-width: 588px;
    color: black;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 0 0;
}

.steps-grid .step {
    height: 100%;
    width: 100%;
    box-shadow: -4px 4px 12px 0px #5538270D;
    background-color: #F4F0E0;
}

.steps-grid .step .image-box {
    display: flex;
}

.steps-grid .step img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 350px;
    overflow: hidden;
}

.steps-grid .step .content-box {
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.steps-grid .step .content-box .step-number {
    font-family: 'Shadows Into Light Two';
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    transform: rotate(-5deg);
    margin-bottom: 15px;
}

.steps-grid .step .content-box .step-title {
    font-family: Freeman;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    color: #FE5C02;
    text-transform: uppercase;
}

.steps-grid .step .content-box .step-description {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: black;
}

.easy-to-store-and-serve-section .cta-btn-col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 10px;
    column-gap: 50px;
    flex-wrap: wrap;
}

.vs-easy-to-store-and-serve-section .explore-btn .cta-button-rounded {
    /*max-width: 22vw !important;*/
    justify-content: center;
}

/* =======================================happy-pup-happy-parents-section==================================================================  */
.happy-pup-happy-parents-section {
    padding-bottom: 150px !important;
}

.happy-pup-happy-parents-section .content-col-heading {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}

.happy-pup-happy-parents-section .content-col-heading .heading {
    color: #F4F0E0;
    letter-spacing: -4px;
    text-transform: uppercase;
    max-width: 100%;
}

.happy-pup-happy-parents-section .custom-container-fluid {
    margin: 0 0 0 auto;
    max-width: calc(100vw - 60px);
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/* margin-left: calc((100% - 1440px) / 2); */

.happy-pup-happy-parents-section .review-grid .review-card {
    padding: 0 10px;
}

.happy-pup-happy-parents-section .custom-container-fluid .review-card {
    /* border-image: none !important;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 95%, #0000) 0 0 / 22px 22px round;
    margin: 10px 10px 10px 10px !important; */
}

/* =======================================our-bloggo-section==================================================================  */

.blog-section {
    padding-top: 0;
    padding-bottom: 150px;
}

.blog-section .content-col-heading .heading {
    color: #F4F0E0;
    letter-spacing: -4px;
    text-transform: uppercase;
}

.explore-button {
    /* padding: 22px 84px; */
    margin-top: 10px;
    padding: clamp(14px, 4vw, 22px) clamp(48px, 7vw, 84px);
}

.content-col-heading .explore-button {
    /* padding: 22px 84px; */
    padding: clamp(14px, 4vw, 22px) clamp(40px, 7vw, 84px);
}

.blog-card {
    border: 2px solid white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #F4F0E0;
    /* border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 23 fill / 19px / 5px space; */
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 20px 20px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 20px 20px round;

    overflow: hidden;
    position: relative;
    padding: 20px 15px;
}

.blog-image {
    position: relative;
    margin-bottom: 15px;
    height: 364px;
    overflow: hidden;
    object-fit: cover;
}

.blog-image img {
    width: 100%;
    /* border-radius: 10px; */
    height: 100%;
    object-fit: cover;
}

.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #F4F0E0;
    font-family: 'Freeman';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tag.health {
    background-color: #00664A;
}

.tag.nutrition {
    background-color: #004898;
}

.tag.puppies {
    background-color: #FEB3D2;
}

.blog-card .blog-content {
    padding: 10px;
}

.blog-card .blog-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: inherit;
    font-family: 'Freeman';
}

.blog-card .blog-content p {
    margin-bottom: 15px;
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #0E0E0E;
}


.blog-card .blog-content .read-more {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: Freeman;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.blog-card .blog-content .read-more .arrow {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.blog-card .blog-content .read-more:hover .arrow {
    transform: translateX(5px);
}

.blog-card .blog-content .read-more .arrow img {
    width: 100%;
    max-width: 40px;
}

.blog-card .blog-content .read-more:hover {
    text-decoration: none;
    color: #000;
}


/*=======================================faq-section==================================================================*/
.faq-section {
    padding-top: 0;
    padding-bottom: 160px;
}

section.faq-section.common-style.section-common-pad-lr.sections-tb-m{
    margin: 30px 0 80px;
}

.faq-section .content-col-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 50px;
}

.faq-section .content-col-heading .heading {
    color: #F4F0E0;
    text-transform: uppercase;
}

.faq-item {
    background-color: #FFF6F0;
    margin-bottom: 1.25rem;
    padding: 1.5rem;
    border-radius: 25px;
    position: relative;
}

.faq-section .faq-container {
    padding: 8px !important;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.faq-section .faq-container .faq-item-col {
    background-color: #F4F0E0;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 23 fill / 19px / 7px space;
    overflow: hidden;
    position: relative;
    padding: 30px 60px;
    margin-bottom: 30px;
}

.faq-section .faq-container .faq-item-col:last-child {
    margin-bottom: 0;
}

.faq-item-inner {
    background-color: #F4F0E0;
    background-image: url(/wp-content/uploads/2025/01/Background-faq-item.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-item-inner .faq-question {
    line-height: 1.2;
    color: #FE5C02;
    text-transform: uppercase;
    font-size: clamp(20px, 2vw, 32px);
}

.faq-section .faq-container .faq-item-col .faq-item-inner .faq-answer {
    /*max-width: 760px;*/
    padding: 25px 0;
    color: #0E0E0E;
    display: none;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
}

.faq-section .faq-container .faq-item-col .faq-item-inner .faq-answer p {
    margin-bottom: 8px;
}

/*.faq-section .faq-container .faq-item-col .faq-item-inner .faq-answer p{
    width: 60%;
    color: #fe5c02;

}*/

.faq-item-inner .faq-question {
    /* display: flex;
    align-items: center;
    justify-content: space-between;*/
    padding-right: 50px;
    cursor: pointer;
    position: relative;
}

.faq-item-inner .faq-question .toggle-btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(-5px, -50%);
    background-image: url('../images/faq-plus-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.faq-question .toggle-btn.active {
    background-image: url('../images/faq-minus-icon.svg');
}

.faq-section .content-col-heading.mobile-view {
    display: none;
}

.faq-section .content-col-heading.mobile-view {
    justify-content: space-around;
    padding-bottom: 0;
    padding-top: 50px;
}

/* =======================================fresh-food-image-grid-section================================================================== */
.fresh-food-image-grid-section {
    padding-top: 0;
    padding-bottom: 160px;
}

.fresh-food-image-grid-section .custom-container {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.fresh-food-image-grid-section .heading-container {
    margin: 0 auto;
    text-align: center;
    max-width: 1024px;
    position: relative;
}

.fresh-food-image-grid-section .heading-container .main-text {
    color: #FE5C02;
    letter-spacing: -4px;
}

.fresh-food-image-grid-section .heading-container .sub-text {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #FE5C02;
}

.fresh-food-image-grid-section .heading-container .handwritten {
    position: absolute;
    transform: rotate(-10deg);
    color: #000;
    font-family: 'Shadows Into Light Two';
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
}

.fresh-food-image-grid-section .heading-container .handwritten.yummy {
    transform: rotate(-10deg);
    top: -5px;
    left: -110px;
    right: auto;
}

.fresh-food-image-grid-section .heading-container .handwritten.hit {
    transform: rotate(10deg);
    bottom: 0;
    right: -150px;
    top: auto;
    left: auto;
}

.grid-card-image .card {
    display: flex;
    width: 100%;
}

.grid-card-image .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.FeedHeader__follow-button .DesignedButton__link .FollowButton:before {
    content: "\f16d";
    font-family: 'Font Awesome 6 Brands';
    margin-right: 10px;
}

/*Home page css end */



/* Terms of use page css start  */
.terms-of-use-section {
    padding-top: 60px;
    padding-bottom: 150px;
}

.terms-of-use-section .custom-container {
    background: linear-gradient(0deg, #F4EFDF, #F4EFDF), radial-gradient(23.4% 32.34% at 27.2% 64.86%, rgba(245, 240, 223, 0) 0%, #F5F0DF 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-mask: linear-gradient(#777 0px 0px) center / calc(100% - 20px) calc(100% - 21px) no-repeat, radial-gradient(farthest-side, #777 90%, #0000) 0 0 / 23px 22px round;
    mask: linear-gradient(#777 0px 0px) center / calc(100% - 20px) calc(100% - 21px) no-repeat, radial-gradient(farthest-side, #777 90%, #0000) 0 0 / 23px 22px round;
    border-image: none;
}

.terms-of-use-section .custom-container .custom-row {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}

.terms-of-use-section .heading-cust .heading-cust-title {
    /* font-size: clamp(48px, 10vw, 196px); */
    line-height: 1;
    letter-spacing: inherit;
    color: #FE5C02;
    text-transform: uppercase;
    font-size: clamp(2.1875rem, -0.6161rem + 14.0179vw, 12rem);
}

.terms-of-use-section .heading-cust {
    padding-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
}

.description-container,
.content-container {
    /*    max-width: 800px !important;*/
    padding: 0;
    margin: 0 auto;
}

.terms-of-use-section .description-container {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.description-container .terms-content-col-main {
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #F9A671;
    padding: 24px;
}

.description-container .terms-content-col-main .terms-text {
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
    color: #0E0E0E;
    margin-bottom: 30px;
}

.description-container .terms-content-col-main .terms-text a {
    text-decoration: underline;
    color: #000;
    font-weight: 700;
}

.description-container .terms-content-col-main .acceptance-text {
    font-family: Outfit;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
}

.terms-of-use-section .content-container {
    padding-top: 40px;
}


.terms-of-use-section .content-container .terms-content-col-main h2,
.terms-of-use-section .content-container .terms-content-col-main h3,
.terms-of-use-section .content-container .terms-content-col-main h4,
.terms-of-use-section .content-container .terms-content-col-main h5,
.terms-of-use-section .content-container .terms-content-col-main h6 {
    font-weight: 400;
    /* font-size: clamp(28px, 2vw, 32px); */
    font-size: clamp(1.5625rem, 1.4375rem + 0.625vw, 2rem);
    line-height: 1.2;
    margin: 60px 0 34px;
    text-transform: uppercase;
}

.terms-of-use-section .content-container .terms-content-col-main h2:first-child,
.terms-of-use-section .content-container .terms-content-col-main h3:first-child,
.terms-of-use-section .content-container .terms-content-col-main h4:first-child,
.terms-of-use-section .content-container .terms-content-col-main h5:first-child,
.terms-of-use-section .content-container .terms-content-col-main h6:first-child {
    margin-top: 0;
}

.terms-of-use-section .content-container .terms-content-col-main p {
    font-family: 'OUTFIT';
    font-weight: 400;
    /* font-size: clamp(16px, 1.8vw, 20px); */
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.terms-of-use-section .content-container .terms-content-col-main p:last-child {
    margin-bottom: 0;
}

.terms-of-use-section .content-container .terms-content-col-main a {
    text-decoration: underline;
    color: #000;
}

.terms-of-use-section .content-container .terms-content-col-main a:hover,
.description-container .terms-content-col-main .terms-text a:hover {
    color: #FE5C02;
}

.terms-of-use-section .content-container .terms-content-col-main ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 30px;
    font-family: 'Outfit', sans-serif;
}

.terms-of-use-section .content-container .terms-content-col-main ul li {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    line-height: 1.2;
    color: #0E0E0E;
    margin-bottom: 6px;
    list-style: disc;
}

/* Terms of use page css end  */

/* 404 erroe page css start  */
.error-404-section {
    padding-top: 60px;
    padding-bottom: 138px;
}

.error-404-section .error-404-col {
    max-width: 1220px;
    margin: 0 auto;
}

.error-404-section .custom-container {
    background-image: url("../images/404-bg-image.png");
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.error-404-section .image-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.error-404-section .image-col .image-404-error {
    width: 100%;
    max-width: 700px;
    height: 295px;
    object-fit: contain;
    margin-top: -106px;
}

.error-404-section .stylish_text_cust {
    display: flex;
    font-family: Shadows Into Light Two;
    font-weight: 400;
    font-size: clamp(24px, 5vw, 44px);
    line-height: 49.28px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    max-width: 225px;
    transform: rotate(-5deg);
    margin-right: 90px;
}

.error-container {
    padding-bottom: 15px;
    max-width: 360px;
}

.error-message .error-heading {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 30px;
    color: #FE5C02;
}

.back-button.custom-btn {
    padding: 22px 58px;
    border-color: #FE5C02;
    background-color: #F4F0E0;
    color: #FE5C02;
    width: max-content;
    margin-top: 0;
}

.back-button.custom-btn:hover {
    background-color: #FE5C02;
    color: #FFF5E6;
    border-color: #FE5C02;
}

.error-404-section .image-col.mobile-view {
    display: none;
}

/* 404 erroe page css end  */


/* contact us page css start  */
.contact-us-today-section {
    padding-top: 70px;
    padding-bottom: 160px;
}

.contact-us-today-section .custom-container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.contact-us-today-section .contact-heading {
    color: #FE5C02;
    /* font-size: clamp(48px, 14vw, 196px); */
    /* font-size: clamp(12.25rem, 0.0217rem + 13.587vw, 43.5rem); */
    font-size: 13.60vw;
    letter-spacing: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.contact-us-today-section .contact-heading .today-text {
    font-family: 'Shadows Into Light Two';
    font-weight: 400;
    /* font-size: clamp(40px, 7.5vw, 80px); */
    /* font-size: clamp(5rem, 0.0109rem + 5.5435vw, 17.75rem); */
    font-size: 5.55vw;
    line-height: 1;
    letter-spacing: 0px;
    color: #0E0E0E;
    position: absolute;
    right: -9vw;
    /* right: clamp(-137px, -5vw, -137px); */
    bottom: clamp(-5px, 1vw, -3px);
    transform: rotate(-5deg);
    top: auto;
}

.contact-us-today-two-col {
    padding-top: 70px;
}

.contact-us-today-two-col .description {
    color: #FE5C02;
    font-size: 2vw;
    margin-bottom: 30px;
    font-family: Freeman;
    font-weight: 400;
    line-height: 1.2;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #F9A671;
    padding: 24px 24px;
}

.contact-us-today-two-col .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-us-today-two-col .contact-form-container {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.5vw, 30px);
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.36px;
    letter-spacing: 0px;
    color: #FE5C02;
    opacity: 1;
}

.contact-form-container input::-moz-placeholder,
.contact-form-container textarea::-moz-placeholder {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.36px;
    letter-spacing: 0px;
    color: #FE5C02;
    opacity: 1;
}

.contact-form-container .wpcf7-not-valid::placeholder {
    color: #FE0F02 !important;
    opacity: 1;
}

.contact-us-today-two-col .contact-box {
    border: 2px solid #F9A671;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.help-header-container {
    padding: 16px;
    /* border: 2px solid #F9A671; */
}

.help-header-container:last-child {
    /* border-top: 0; */
}

.help-header-container.border-top {
    border-top: 2px solid #F9A671;
}

.contact-us-today-two-col .contact-box h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 1.1vw;
    color: #FE5C02;
}

.contact-us-today-two-col .contact-box p {
    margin: 0;
    color: #0E0E0E;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: .9vw;
    line-height: 1.2;
}

.contact-us-today-two-col .contact-info {
    color: #FE5C02;
    text-decoration: none;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-us-today-two-col .contact-info svg {
    max-width: 17px;
    height: 17px;
    width: 100%;
}

.contact-us-today-two-col .contact-info:hover {
    text-decoration: underline;
}

.contact-us-today-two-col .right-col {
    display: flex;
    justify-content: end;
    position: relative;
    margin-left: 90px;
    /* height: 100%; */
}

.contact-us-today-two-col .right-col img.image-contact-us-right {
    width: 100%;
    /* max-width: 626px; */
    max-width: 100%;
    height: 795px;
    object-fit: cover;
}

.contact-us-today-two-col .right-col::before,
.contact-us-today-two-col .right-col::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-us-today-two-col .right-col::before {
    background-image: url(/wp-content/uploads/2025/01/Mask-group.png);
    left: -19px;
    bottom: -10px;
    transform: rotate(230deg);
    right: auto;
}

.contact-us-today-two-col .right-col::after {
    background-image: url(/wp-content/uploads/2025/01/icon-top-light.png);
    right: -20px;
    top: -30px;
    transform: rotate(230deg);
    left: auto;
}

/* Main Contact Form Container */
.contact_form_container .contact_form_row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 24px;
}

.contact_form_container .contact_form_row .contact_col_50 {
    width: 50%;
}

/* Form Layout */
.contact-form-container .contact-form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.contact-form-container .contact-col {
    flex: 1;
}

.contact-form-container label {
    text-transform: uppercase;
    color: #FE5C02;
    display: block;
    margin-bottom: 12px;
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 1vw;
    line-height: 14.4px;
    letter-spacing: 0px;
}

.contact-form-container input,
.contact-form-container textarea {
    width: 100%;
    padding: 15px 10px;
    background: #F4F0E0;
    outline: none;
    transition: border 0.3s ease;
    border: 2px solid #F9A671;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.36px;
    letter-spacing: 0px;
    color: #FE5C02;
}

.contact-form-container textarea {
    height: 100px;
    resize: none;
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
    font-size: 14px;
}

.contact-form-container input:focus,
.contact-form-container textarea:focus {
    border-color: #FE5C02;
}

.contact-form-container .wpcf7-submit {
    border: 2px solid #F9A671;
    margin-top: -6px;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding: 23px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-form-container .wpcf7-submit:hover {
    background-color: #FE5C02;
    color: #fff;
    border-color: #FE5C02;
}

.contact-form-container .submit-btn {
    width: 100%;
    background: #FE5C02;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form-container .submit-btn:hover {
    background: #D94D00;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #ff4500;
}

.wpcf7-not-valid.wpcf7-validates-as-required {
    background-color: transparent;
    border: 2px solid #FE0F02 !important;
    position: relative;
}

.contact_form_container .contact_form_row .wpcf7-not-valid-tip {
    display: block;
    background-color: #F4F0E0;
    font-family: Outfit;
    font-weight: 400;
    font-size: 10px;
    line-height: 12.4px;
    letter-spacing: 0px;
    color: #FE0F02;
    position: absolute;
    transform: translate(12px, 22px);
    padding: 2px 4px;
    top: auto;
    bottom: 0;
}

.contact_form_container .contact_form_row .wpcf7-phonetext-country-code+.wpcf7-not-valid-tip {
    bottom: 16px;
    left: 65px;
}

.contact-form-container .wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 2px solid #fe5c02;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    padding: 10px;
    background-color: transparent;
    border-width: 1px 1px 1px 5px;
    color: #fe5c02;
}

.contact-form-container .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fe5c02;
}

.contact-us-faq-section {
    /* padding-top: 70px; */
}

/* contact us page css end */




/* footer css start  */
.main-footer-custom {
    padding: 0 50px;
    margin-top: auto;
}

.footer-inner {
    background-color: #F4F0E0;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 24px / 10px space;
}

.custom-container.footer-inner {
    padding: 60px 50px 30px;
    position: relative;
}

.newsletter-container {
    padding: 0px;
    border: 2px solid #F9A671;
    height: 100%;
}

.newsletter-header {
    color: #FE5C02;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 16px;
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
}

.newsletter-description {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    color: #0E0E0E;
    padding: 15px;
}

.email-input {
    width: 100%;
    padding: 15px;
    border: 2px solid #F9A671;
    font-size: 16px;
    color: #FE5C02;
    box-sizing: border-box;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
}

.email-input::placeholder {
    color: #FE5C02;
}

.subscribe-button {
    width: 100%;
    padding: 15px;
    background-color: #F4F0E0;
    color: #FE5C02;
    border: none;
    cursor: pointer;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    text-transform: uppercase;
    /* margin-top: 10px; */
}

.newsletter-container .wpcf7-not-valid.wpcf7-validates-as-required {
    margin-bottom: 10px;
}

.email-input:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-container .wpcf7 form .wpcf7-response-output {
    /* display: none !important; */
}

.newsletter-container .now-popup-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
    color: red;
    border: 2px solid #FE0F02;
    font-family: Outfit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    padding: 10px 10px;
    background-color: #fff;
    border-width: 1px 1px 1px 5px;
    font-size: 16px;
    text-align: left;
}

.newsletter-container .wpcf7-not-valid-tip {
    display: block;
    background-color: #F4F0E0;
    font-family: Outfit;
    font-weight: 400;
    font-size: 10px;
    line-height: 12.4px;
    letter-spacing: 0px;
    color: #FE0F02;
    position: absolute;
    transform: translate(15px, 22px);
    padding: 2px 4px;
    top: auto;
    bottom: 0;
}

.subscribe-button:hover {
    background-color: #FE5C02;
    color: #fff;
}

.newsletter-container .wpcf7 form .wpcf7-response-output {
    border-width: 2px 2px 2px 5px;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

.newsletter-container .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
    color: red;
}

.newsletter-container .wpcf7 form.sent .wpcf7-response-output {
    border-color: #FE5C02;
    color: #FE5C02;
}

.custom-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 0;
    padding: 0px;
    border: 2px solid #F9A671;
    border-radius: 0px;
    width: 100%;
    height: 100%;
}

.grid-item {
    border: 2px solid #F9A671;
    border-radius: 1px;
    background-color: #F4F0E0;
    border-width: 0 2px 0 0px;
}

.grid-item:last-child {
    border-width: 0 0px 0 0px;
}

.footer-section {
    background-color: #fff;
    padding: 40px 20px;
}

.main-footer-custom h3.footer-heading {
    color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
    border-bottom: 2px solid #F9A671;
    margin: 0 !important;
}

.main-footer .social-icons a:hover {
    transform: translateX(5px);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links {
    padding: 15px;
}

.footer-links li {
    margin-bottom: 0px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}

.footer-links li:last-child {
    border-bottom: none;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    font-family: Outfit;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
}

.footer-links a:hover {
    color: #FE5C02;
    transform: translateX(5px);
}

.main-footer .social-icons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 15px;
}

.main-footer .social-icons a {
    color: #FE5C02;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.footer-links a i {
    margin-right: 10px;
}

.main-footer .social-icons i {
    font-size: 16px;
    color: #FE5C02;
    width: 100%;
    max-width: 16px;
}

.brand-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 30px;
}

.brand-section .copyright {
    color: #FE5C02;
    display: flex;
    align-items: center;
    gap: 17px;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.brand-section .copyright .footer-icon {
    width: 100%;
    max-width: 54px;
}

.brand-logo .footer_header_cust {
    width: 100%;
    max-width: 169px;
}

.designer-credit {
    /* display: flex; */
    display: inline-block;
    align-items: center;
    gap: 5px;
    color: #FE5C02;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.brand-section .brand-logo {
    display: flex;
    align-items: center;
}
.designer-credit .icon_footer_content {
    max-width: 16px;
}
.according_icon {
    display: none;
    font-weight: bold;
}

.according_icon:after {
    content: '';
    float: right;
    font-size: 24px;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    background-image: url(../images/faq-plus-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.footer-heading.active .according_icon::after {
    background-image: url(../images/faq-minus-icon.svg);
}

/* footer css end */


/* thanks page css start */

.popup-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: clamp(300px, 50vh, 700px);

}

.open-popup-btn {
    padding: 20px 50px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #F4EFDF;
    border: 2px solid #F4F0E0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Freeman";
    font-size: 16px;
    font-weight: 400;
    color: #FE5C02;
    line-height: 1;
    border: 2px solid #FE5C02;
}

.open-popup-btn:hover {
    background-color: #FE5C02;
    color: #F4EFDF;
    border-color: #F4EFDF;
    transition: all 0.3s ease;
}

.admin-bar .thanks-popup-section {
    z-index: 999999;
}

/*.thanks-popup-section {*/
.thanks-popup-section,
.product-quick-view-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/*.thanks-popup-section.active {*/
.thanks-popup-section.active,
.product-quick-view-section.active {
    display: flex;
}

.popup-container {
    max-width: 900px;
    width: 100%;
    margin: 0 10px;
    border-radius: 0;
    position: relative;
    background-color: #F4F0E0;
    background-image: url(/wp-content/uploads/2025/02/thanks-popup-bg.png);
    background-size: cover;
    animation: popupFadeIn 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
}

.popup-container .popup-inner {
    padding: 60px 60px 40px;
    position: relative;
}

.popup-container .close-btn {
    position: absolute;
    top: 65px;
    bottom: auto;
    right: 65px;
    left: auto;
    color: #ff5500;
    cursor: pointer;
    background: none;
    border: none;
    font-weight: bold;
    z-index: 9999999;
}

.popup-container .close-btn img {
    width: 100%;
    max-width: 40px;
    height: 40px;
}

.popup-container .close-btn img:hover {
    filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(4%) hue-rotate(51deg) brightness(106%) contrast(100%);
}

.popup-container .header {
    text-align: center;
    margin-bottom: 30px;
    background-color: transparent;
}

.popup-container .header h1 {
    color: #ff5500;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Freeman;
    font-weight: 400;
    font-size: clamp(40px, 6vw, 80px);
    line-height: 1.1;
    letter-spacing: clamp(-2px, -0.5vw, -4px);
    text-align: center;
}

.popup-container .order-number {
    text-align: center;
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 2px solid #F9A671;
}

.popup-container .order-number-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.popup-container .order-number h2 {
    color: #ff5500;
    display: inline;
    font-family: Freeman;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 28px);
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: center;
}

.popup-container .order-number .number {
    color: #0E0E0E;
    font-family: Freeman;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 28px);
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}


.popup-container .order-number-container .col-row-two {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup-container .copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #ff5500;
}

.popup-container .copy-btn img {
    width: 100%;
    max-width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
}

.popup-container .order-details-col {
    margin-bottom: 30px;
}

.popup-container .order-details {
    background-color: #FE5C02;
    padding: 25px 20px;
    color: white;
    font-family: Freeman;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.1;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 2px solid #FE5C02;
    transition: 0.3s all;
}

.popup-container .order-details:hover {
    background-color: #F4EFDF;
    color: #FE5C02;
}

.popup-container .thank-you-message {
    color: #0E0E0E;
    margin: 60px 0;
    font-family: 'Shadows Into Light Two';
    font-weight: 400;
    font-size: clamp(20px, 4vw, 44px);
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: center;
    transform: rotate(-3deg);
}

.popup-container .social-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 0;
    padding: 24px 0 24px;
    border-bottom: 2px solid #F9A671;
    border-top: 2px solid #F9A671;
}

.popup-container .social-links a {
    color: #ff5500;
    text-decoration: none;
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.popup-container .social-links a:hover {
    color: #000;
}

.popup-container .social-links a .social-icon-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    max-width: 14px;
    height: 14px;
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* thanks page css end */

/****************** 04-02-2025 ********************* */

.nav-menu .menu-item a.menu-text img.arrow-icon {
    display: none;
}

.nav-menu .menu-item .submenu a.menu-text img.arrow-icon {
    display: block;
}

.nav-menu .menu-item a.menu-text,
.nav-menu .dropdown-menu-item .submenu .menu-item:hover a.menu-text {
    color: #F4F0E0;
}

.nav-menu .menu-item:hover a.menu-text,
.nav-menu .menu-item.active a.menu-text {
    color: #fe5c02;
}

.menu-container .menu-item.active a.menu-text {
    color: #F4F0E0;
}

.menu-responsive .nav-container .nav-item .nav-item-list {
    color: #fff;
}

.menu-responsive .nav-container .nav-item .nav-item-list:hover {
    background-color: #F4F0E0;
    color: #FE5C02;
}

.menu-responsive .nav-container .nav-item .nav-item-list:hover .arrow-icon {
    filter: brightness(0) saturate(100%) invert(40%) sepia(32%) saturate(4646%) hue-rotate(2deg) brightness(103%) contrast(105%);
}

.menu-responsive .nav-container .nav-item .nav-item-list:hover .fa-chevron-down {
    color: #FE5C02;
}

.menu-responsive .nav-container .nav-item.active .nav-item-list {
    background-color: #F4F0E0;
    color: #FE5C02;
}

.menu-responsive .nav-container .nav-item.active .nav-item-list .arrow-icon {
    filter: brightness(0) saturate(100%) invert(40%) sepia(32%) saturate(4646%) hue-rotate(2deg) brightness(103%) contrast(105%);
}

.menu-responsive .cart_menu_li {
    display: none;
}

.popup-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #00000059;
    border: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.custom_loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #fe5c02;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Responsive Design */
@media (max-width: 1440px) {
    /* Home page css  */

    /* ============home-hero-section=====dtart========*/
    .home-hero-section .custom-container .hero-content-col-tow {
        margin-top: 0;
    }

    .home-hero-section .hero-content-col .title {
        font-size: clamp(80px, 13vw, 196px);
    }

    .home-hero-section .hero-content-col .title-sub-heading {
        bottom: clamp(50px, 5vw, 50px);
        right: clamp(30px, 2vw, 30px);
    }

    .hero-content-col-tow .content-col-right .content .button-container a {
        max-width: 400px !important;
        width: 100%;
    }

    /* ============home-hero-section=end============*/

    .happy-pup-happy-parents-section .custom-container-fluid {
        margin: 0 0 0 auto;
        max-width: calc(100vw - 40px);
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .happy-pup-happy-parents-section button.slick-next.slick-arrow {
        /* right: 4% !important; */
    }

    /* contact us page  */
    .contact-us-today-two-col .contact-box p {
        font-size: 16px;
    }

    .contact-us-today-two-col .contact-box h3 {
        font-size: 16px;
    }

    .contact-form-container label {
        font-size: 16px;
    }

    .vs-easy-to-store-and-serve-section .explore-btn .cta-button-rounded {
        max-width: 400px;
    }

}

@media (max-width: 1399.98px) {
    .nav-menu li .menu-text {
        padding: 0 25px;
    }

    .menu-container {
        padding: 22px 22px;
    }

    .custom-container.footer-inner {
        padding: 50px 50px 30px;
    }

    .home-hero-section .hero-content-col .title {
        font-size: clamp(80px, 10vw, 196px);
    }

    .home-hero-section .hero-content-col .title-sub-heading {
        bottom: clamp(70px, 5vw, 70px);
        left: auto;
        width: 100%;
        display: inline-block;
        /* right: 22vw; */
    }
}

@media (max-width: 1366.98px) {

    .nav-menu li .menu-text {
        padding: 0 20px;
    }

    .section-common-pad-lr {
        padding-left: 30px;
        padding-right: 30px;
    }

    .custom-container.inner-common-pad {
        padding-left: 35px;
        padding-right: 35px;
    }

    /* Terms of use page css responsive*/
    .terms-of-use-section {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .contact-us-today-section {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .terms-of-use-section .content-container .terms-content-col-main h2,
    .terms-of-use-section .content-container .terms-content-col-main h3,
    .terms-of-use-section .content-container .terms-content-col-main h4,
    .terms-of-use-section .content-container .terms-content-col-main h5,
    .terms-of-use-section .content-container .terms-content-col-main h6 {
        margin: 34px 0 34px;
    }

    .woocommerce-cart .wrapper-sugested {
        padding: 0px 30px 100px 30px !important;
    }
}

@media (max-width: 1200px) {
    .nav-menu li .menu-text {
        padding: 0 15px;
    }

    .menu-container {
        padding: 20px 20px;
    }

    .custom-container.footer-inner {
        padding: 50px 30px 25px;
    }

    .menu-container .menu-item {
        padding: 15px 15px;
    }

    .newsletter-header,
    .newsletter-description {
        padding: 10px;
    }

    /* Terms of use page css responsive*/
    .terms-of-use-section .content-container .terms-content-col-main h2,
    .terms-of-use-section .content-container .terms-content-col-main h3,
    .terms-of-use-section .content-container .terms-content-col-main h4,
    .terms-of-use-section .content-container .terms-content-col-main h5,
    .terms-of-use-section .content-container .terms-content-col-main h6 {
        margin: 30px 0 30px;
    }

    /* contact-us page css responsive  */
    .contact-us-today-two-col {
        padding-top: 50px;
    }

    .contact-us-today-two-col .right-col {
        margin-left: 10px;
    }

    .contact-us-today-section .custom-container {
        padding-top: 50px;
        padding-bottom: 50PX;
        position: relative;
    }

    .contact-us-today-two-col .contact-grid {
        margin-bottom: 20px;
    }


    .happy-pup-happy-parents-section .custom-container-fluid {
        max-width: calc(100vw - 30px);
    }


    .woocommerce-cart .wrapper-sugested {
        padding: 0px 25px 100px 25px !important;
    }

    .woocommerce-cart .first-cart-suggestion .right-btn {
        padding: 24px 70px;
    }

    .fresh-food-your-way-section .content-col .Sub-title-2{
        max-width: 65%;
    }

}


@media (max-width: 1199.98px) {
    .custom-container.inner-common-pad {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*Terms of use page css responsive*/
    .terms-of-use-section {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    /*404 erroe page css responsive */
    .error-404-section {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1024px) {

    .section-common-pad-lr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom-container.inner-common-pad {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* header css  */
    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-toggler {
        display: flex;
    }

    .nav-menu-dektop-view {
        display: none;
    }

    .menu-responsive-mobile-view {
        display: block;
    }

    .header-wrapper .header-col-one {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header-wrapper {
        padding: 15px 0;
        justify-content: space-between;
    }

    .header-wrapper .logo .logo_header_cust {
        padding-top: 0;
    }

    .mobile-view {
        display: block;
    }

    .menu-responsive nav ul .dropdown-menu-item .submenu {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .menu-responsive nav ul .dropdown-menu-item .submenu .nav-item {
        padding: 0;
        border: solid #F9A671;
        border-width: 1px 0 0px 0;
    }

    .menu-responsive nav ul .dropdown-menu-item .submenu .nav-item .nav-item-list {
        padding: 20px 20px;
    }

    .menu-responsive nav ul .dropdown-menu-item .submenu .nav-item .nav-item-list .arrow-icon {
        filter: brightness(0) saturate(100%) invert(43%) sepia(67%) saturate(2854%) hue-rotate(358deg) brightness(97%) contrast(112%);
    }

    .menu-responsive .nav-container .nav-item .nav-item-list .fa-chevron-down {
        position: absolute;
        left: auto;
        right: 60px;
        z-index: 2;
    }

    .submenu.open {
        display: block !important;
        --mask: linear-gradient(0, #0000 12px, #000 0),
            radial-gradient(14px, #000 calc(100% - 1px), #0000) bottom/24px 27px;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }

    .menu-responsive nav ul .dropdown-menu-item .submenu:after {
        content: "";
        position: absolute;
        top: auto;
        bottom: -10px;
        background-image: url(../images/Horizontal.png);
        width: 100%;
        left: 0;
        z-index: 99;
        background-size: 100% 100%;
        height: 22px;
        background-repeat: no-repeat;
    }

    /* footer css  */
    .main-footer-custom {
        padding: 0 20px;
        margin-top: auto;
    }

    .footer-heading {
        padding: 10px;
    }

    .footer-links {
        padding: 10px;
    }

    .main-footer .social-icons {
        padding: 0 10px;
    }

    .newsletter-description {
        margin-bottom: 6px;
    }

    .brand-section {
        padding-top: 25px;
    }


    .home-hero-section .hero-content-col .title-sub-heading {
        right: clamp(30px, 5vw, 30px);
        bottom: clamp(30px, 5vw, 30px);
    }

    section.home-hero-section.section-common-pad-lr {
        /* padding-left: 10px;
        padding-right: 10px; */
    }


    .happy-pup-happy-parents-section .custom-container-fluid {
        max-width: calc(100vw - 0px);
    }

    /* 404 erroe page css responsive  */
    .error-404-section .image-col .image-404-error {
        max-width: 400px;
        height: auto;
        margin-top: -80px;
    }

    .error-404-section .stylish_text_cust {
        font-size: 30px;
        line-height: 1.3;
        max-width: 160px;
        margin-right: 75px;
    }

    .error-container {
        padding-bottom: 10px;
        max-width: 100%;
    }

    .contact-us-today-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact-us-today-two-col .right-col {
        height: 100%;
    }

    .contact-us-today-two-col .right-col img.image-contact-us-right {
        height: 100%;
    }

    /* home page css res */
    .home-hero-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .woocommerce-cart .wrapper-sugested {
        padding: 0px 30px 50px 30px !important;
    }

    /* popup css res  */
    .popup-container .popup-inner {
        padding: 60px 30px 40px;
    }
}


@media (max-width: 991.98px) {
    .custom-container.footer-inner {
        /*        padding: 50px 25px 25px;*/
        padding: 30px;
    }

    .custom-grid-container {
        margin-top: 30px;
        height: auto;
    }

    /* 404 erroe page css responsive  */
    .error-404-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .error-404-section .error-404-col .custom-row {
        gap: 30px;
    }

    .error-container {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }

    .error-404-section .stylish_text_cust {
        font-size: 44px;
        max-width: 255px;
        margin-right: 0;
        text-align: left;
    }

    .error-404-section .image-col {
        margin: 0 auto;
        max-width: 500px;
    }

    .contact-us-today-two-col .right-col {
        margin: 0 25px;
    }

    .contact-us-today-two-col .right-col img.image-contact-us-right {
        height: 100%;
        max-width: 100%;
    }

    .contact-us-today-two-col .left-col {
        padding-bottom: 0;
    }


    /* Terms of use page css responsive*/
    .terms-of-use-section .content-container .terms-content-col-main h2,
    .terms-of-use-section .content-container .terms-content-col-main h3,
    .terms-of-use-section .content-container .terms-content-col-main h4,
    .terms-of-use-section .content-container .terms-content-col-main h5,
    .terms-of-use-section .content-container .terms-content-col-main h6 {
        margin: 20px 0 20px;
    }

    .terms-of-use-section .content-container .terms-content-col-main p {
        margin-bottom: 20px;
    }

    .terms-of-use-section .description-container {
        padding-bottom: 20px;
    }

    .terms-of-use-section .content-container {
        padding-top: 20px;
    }

    .terms-of-use-section .heading-cust {
        padding-bottom: 30px;
    }


    /* home hero  */
    .hero-content-col-tow .content-col-right .content .col-one-content-border:before,
    .hero-content-col-tow .content-col-right .content .col-one-content-border:after {
        display: none;
    }

    .home-hero-section .hero-content-col .title {
        font-size: clamp(44px, 10vw, 196px);
    }

    .hero-content-col-tow .content-col-right .content .content-inner {
        max-width: 100% !important;
        padding: 0;
    }

    .hero-content-col-tow .content-col-right .content .button-container {
        align-items: center;
        padding-top: 20px;
        gap: 20px;
        max-width: 100% !important;
        padding-right: 0;
    }

    .hero-content-col-tow .content-col-right .content {
        margin: 150px 0 0 0;
    }

    .hero-content-col-tow {
        flex-direction: column-reverse;
    }

    .hero-content-col-tow .content-col-right .content {
        max-width: 100%;
        padding-right: 0;
    }

    .hero-content-col-tow .image-col-left {
        width: 100%;
        position: inherit;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
    }

    .blog-section .custom-col-lg-4 {
        width: 100%;
    }

    .home-hero-section .image-col-left .hero-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: -50px;
    }

    .hero-content-col-tow .content-col-right .content .content-inner p.location {
        margin-top: 24px;
    }

    .hero-content-col-tow .content-col-right {
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-content-col-tow .content-col-right .content .col-one-content-border {
        position: relative;
        border-width: 2px 0px 2px 0px;
        border-style: solid;
        border-color: #F9A671;
        padding: 15px;
        margin: 0 0 24px 0;
    }

    .hero-content-col-tow .content-col-right .content .button-container .custom-plan-button.custom-btn {
        margin: 0;
    }

    .home-hero-section .hero-content-col .title-sub-heading {
        font-size: 44px;
    }

    .home-hero-section .hero-content-col .title-sub-heading {
        right: clamp(30px, 5vw, 30px);
        bottom: clamp(10px, 5vw, 10px);
        width: auto;
    }

    .hero-content-col-tow .content-col-right .content .col-one-content-border p.location {
        max-width: max-content;
    }

    .home-hero-section .custom-container.inner-common-pad {
        /* padding-left: 0;
        padding-right: 0; */
    }

    .home-hero-section .hero-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*cart page css*/
    .woocommerce-cart .woocommerce {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-cart .woocommerce-cart-form {
        width: 100% !important;
        padding: 10px;
    }

    .woocommerce-cart .cart_item:not(.uwcc-cart-popup .cart_item) {
        width: 100% !important;
    }

    .woocommerce-cart .product-thumbnail {
        width: 100% !important;
    }

    .woocommerce-cart .attachment-woocommerce_thumbnail {
        width: 150px !important;
        max-width: 150px !important;
    }

    .woocommerce-cart .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100% !important;
        padding: 10px;
    }

    .woocommerce-cart .calculated_shipping table .woocommerce-shipping-totals td {
        width: 80% !important;
    }

    .fresh-food-your-way-section .content-col .Sub-title-2{
        max-width: 55%;
    }
}

@media (max-width: 768px) {

    .faq-filter-section {
        flex-direction: column-reverse;
    }

    /*  Thank you  */
    .woocommerce-order-received .woocommerce-order {
        padding: 20px !important;
    }

    .personalized-recipes-section .custom-col-md-4 {
        width: 48%;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .blog-section .custom-col-lg-4 {
        width: 48% !important;
    }

    .blog-section .custom-row.custom-g-4 {
        justify-content: space-between;
        gap: 15px;
        margin: 0px !important;
    }

    .shop-product-grids .custom-container.inner-common-pad {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
        width: 100px !important;
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
        width: 100px !important;
        max-width: 100px !important;
    }

    .woocommerce-cart .calculated_shipping table .woocommerce-shipping-totals td {
        width: 100% !important;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody tr {
        margin: 0;
        padding: 5px;
    }

    .woocommerce-cart .shop_table tbody tr {
        display: block !important;
    }

    .woocommerce-cart .calculated_shipping .recurring-totals {
        height: auto !important;
    }

    .cart-page-custom-css #shipping-calculator-form button.button {
        display: inline-block;
        background-color: #FE5C02;
        color: #F4F0E0;
        padding: 10px 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-transform: uppercase;
        transition: 0.5s all;
        border: 2px solid #fe5c02;
        font-family: "Freeman" !important;
        cursor: pointer;
    }

    .cart-page-custom-css #shipping-calculator-form button.button:hover {
        background-color: transparent;
        color: #FE5C02;
        border-color: #FE5C02;
    }

    .woocommerce-cart .shop_table tbody .recurring-totals th,
    .woocommerce-cart .calculated_shipping h2 {
        font-size: 22px;
    }

    .fresh-food-your-way-section .content-col .Sub-title-2{
        max-width: 100%;
    }
    .fresh-food-your-way-section .content-col{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .header-wrapper .logo .logo_header_cust {
        max-width: 160px;
    }

    .shopping-bags img {
        max-width: 222px;
    }

    .user-cart-icon .icon-col {
        gap: 10px;
        padding-right: 10px;
    }

    .custom-plan-btn {
        padding: 24px 30px;
        margin: 5px 0;
    }

    .menu-responsive nav ul {
        margin-bottom: 5px;
    }

    .social-icons {
        margin-top: 15px;
    }

    .social-icons i {
        font-size: 35px;
    }

    .page-template-home .home-hero-section .hero-content {
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-home .hero-content-col-tow .content-col-right {
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-home .custom-row {
        margin-left: 0;
        margin-right: 0;
    }

    /* .home-hero-section .hero-content-col-tow {
        flex-direction: column;
    } */
    .home-hero-section .hero-content-col-tow .content-col-right {
        margin-top: 0;
    }

    .home-hero-section .hero-content-col-tow .content-col-right .content {
        margin: 0 0 0 0;
    }

    .home-hero-section .image-col-left .hero-image {
        /* margin: 0; */
    }

    .faq-filter-section {
        gap: 20px;
    }

    .custom-container.footer-inner .custom-row {
        flex-direction: column-reverse;
    }

    .custom-grid-container {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
        margin-bottom: 30px;
        gap: 0;
    }

    .custom-container.footer-inner {
        padding: 20px 20px 40px;
    }

    .grid-item {
        border-width: 0px 0px 2px 0px;
    }

    .according {
        display: none;
        border-top: 2px solid #F9A671;
    }

    .footer-heading {
        border-width: 1px 0 0px 0;
        padding: 15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        cursor: pointer;
    }

    .according_icon {
        display: block;
        position: relative;
    }

    .brand-section {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }

    .brand-section .copyright {
        justify-content: space-between;
        width: 100%;
    }

    .main-footer .social-icons {
        padding: 10px 10px;
        margin-top: 0px;
    }

    .product-card .product-content-box .buttons .custom-btn {
        padding: 22px 10px;
    }

    /*  Thank you  */
    .woocommerce-order-received .woocommerce-order {
        padding: 20px;
    }

    /* Terms of use page css responsive start  */
    .terms-of-use-section {
        padding-top: 30px;
    }

    .terms-of-use-section.section-common-pad-lr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .description-container,
    .content-container {
        max-width: 100% !important;
    }

    .terms-of-use-section .heading-cust {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .description-container .terms-content-col-main {
        padding: 24px 12px;
    }

    .description-container .terms-content-col-main .terms-text {
        margin-bottom: 24px;
    }

    .description-container .terms-content-col-main .terms-text,
    .description-container .terms-content-col-main .acceptance-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    /* contact us page  responsive css*/
    .contact-us-faq-section {
        padding-top: 80px;
    }

    .contact-us-today-section .contact-heading {
        text-align: center;
        font-size: clamp(48px, 8vw, 120px);
    }

    .contact-us-today-section .contact-heading .today-text {
        right: clamp(-76px, -5vw, -69px);
        bottom: clamp(-17px, 2vw, -17px);
        font-size: clamp(40px, 2vw, 58px);
        transform: rotate(-8deg);
    }

    .contact-us-today-two-col .right-col img.image-contact-us-right {
        max-width: 100%;
    }

    .contact-us-today-two-col .right-col {
        margin: 0 10px;
    }

    .contact-us-today-two-col .right-col::before,
    .contact-us-today-two-col .right-col::after {
        width: 40px;
        height: 40px;
    }

    .contact-us-today-section {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .contact-us-today-two-col .left-col {
        padding-bottom: 50px;
    }

    .contact-us-today-two-col .description {
        padding: 24px 12px;
    }


    /* home page  */
    .home-blog-section {
        padding-top: 50px;
    }

    /* faq-section css  */
    .faq-section .content-col-heading.mobile-view {
        display: flex;
    }

    .content-col-heading.desktop-view .explore-button {
        display: none;
    }

    .faq-section .content-col-heading {
        padding: 0px 0 40px;
    }

    .faq-item-inner .faq-question {
        padding-right: 35px;
    }

    .faq-section .faq-container .faq-item-col .faq-item-inner .faq-answer {
        padding: 25px 0px 0;
    }

    .home-hero-section .title-one {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .custom-build-a-plan-container .content-col .heading {
        max-width: 100%;
    }

    .custom-build-a-plan-container {
        padding-left: 0;
        padding-right: 0;
    }

    .signature-recipes-product-section .content-col-left .heading {
        letter-spacing: clamp(0px, -0.5vw, -4px);
    }

    .main-footer-custom h3.footer-heading {
        border-bottom: 0;
    }

    .popup-container .popup-inner {
        padding: 50px 20px 50px;
    }

    .popup-container .order-number {
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .popup-container .order-details {
        padding: 20px 10px;
        font-size: 16px;
    }

    .popup-container .close-btn {
        top: 28px;
        right: 28px;
    }

    .popup-container .close-btn img {
        max-width: 35px;
        height: 34px;
    }

    .popup-container .thank-you-message {
        margin: 40px 0;
    }

    .popup-container .order-number-container .col-row-two {
        gap: 5px;
    }

    .popup-container .order-number-container {
        gap: 5px;
        /* justify-content: space-between; */
    }

    .popup-container .social-links {
        gap: 10px;
        padding: 20px 0 20px;
    }
}


@media (max-width: 640px) {

    /* contact us page  responsive css*/
    .contact-us-today-two-col .contact-grid {
        margin-bottom: 20px;
        grid-template-columns: 1fr;
    }

    .contact_form_container .contact_form_row {
        flex-direction: column;
        gap: 25px;
        padding-bottom: 25px;
    }

    .contact_form_container .contact_form_row .contact_col_50 {
        width: 100%;
    }

    .popup-container .header {
        margin-bottom: 20px;
    }

    .popup-container .header h1 {
        font-size: clamp(40px, 5vw, 80px);
        margin-bottom: 0;
    }

}

@media (max-width: 575.98px) {

    /* header css responsive */
    .header .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-wrapper .header-col-one {
        gap: 10px;
    }

    /* 404 erroe page css responsive  */
    .error-404-section .image-col {
        margin: 0 auto;
        max-width: 100%;
    }

    .error-404-section .stylish_text_cust {
        margin-right: -30px;
    }

    .error-404-section .image-col .image-404-error {
        max-width: 330px;
        margin-top: -50px;
        height: auto;
    }

    .error-404-section .error-404-col {
        padding-top: 50px;
    }

    /* contact us page  responsive css*/
    .contact-us-today-section .contact-heading .today-text {
        right: clamp(-60px, -5vw, -60px);
        bottom: clamp(-17px, 2vw, -17px);
        font-size: clamp(35px, 2vw, 58px);
    }

    .popup-container .order-details {
        padding: 15px 10px;
    }

    .popup-container .copy-btn img {
        width: 100%;
        max-width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }

    .vs-easy-to-store-and-serve-section .explore-btn .cta-button-rounded {
        max-width: 100%;
    }

}

@media (max-width: 575px) {
    .personalized-recipes-section .custom-col-md-4,
    .blog-section .custom-col-lg-4 {
        width: 100% !important;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .product-image {
        width: 100%;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .product-image a {
        display: flex;
        width: 100%;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .product-image .attachment-woocommerce_thumbnail {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .name-attribute-quantity {
        width: 100%;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .price-remove {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: self-start;
        flex-direction: row;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .product-subtotal {
        flex-basis: 100%;
        text-align: left;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .product-remove {
        flex-basis: 25px;
        text-align: right;
        display: flex;
        justify-content: end;
    }

    .woocommerce-cart.cart-page-custom-css .wrap-product .custom-quantity-buttons {
        height: 40px;
    }

    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        padding: 0;
    }

    .woocommerce-cart .wrapper-sugested {
        padding: 0px 25px 50px 25px !important;
    }

    .woocommerce-cart .first-cart-suggestion {
        flex-direction: column;
    }

    .woocommerce-cart .first-cart-suggestion .right-btn {
        margin: 0;
        padding: 24px 10px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .newsletter-header {
        margin-bottom: 10px;
    }

    /*  Thank you  */
    .woocommerce-order-received .woocommerce-order {
        padding: 20px;
    }

    /*  Home  */

    .image-border-common {
        border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 23px / 10px space;
    }

    .fresh-food-image-grid-section .heading-container .sub-text {
        text-align: left !important;
    }

    .easy-to-store-and-serve-section:not(.home .easy-to-store-and-serve-section) {
        padding-top: 80px !important;
    }

    .hero-content-col-blogs span.title-sub-heading {
        width: 90% !important;
    }

    .hero-content-col-blogs span.title-sub-heading {
        font-size: 30px !important;
    }

    /* Contact */
    .contact-us-today-two-col .description {
        font-size: 5vw !important;
    }

    .contact-us-today-two-col .contact-box h3,
    .contact-form-container label {
        font-size: 4vw !important;
    }

    .contact-us-today-two-col .contact-box p {
        font-size: 3.5vw !important;
    }

    /* Blog */
    .hero-blogs-blog .hero-content-col .title-sub-heading {
        right: 0px !important;
    }

    .home-hero-section.blog-page .hero-content-col-main-row .content-col-right-side .content .content-inner {
        padding: 25px 30px !important;
    }

    .blog-section .custom-row.custom-g-4 {
        flex-direction: column-reverse;
    }

    /* 404 erroe page css responsive  */
    .error-404-section .stylish_text_cust {
        font-size: 30px;
        max-width: 200px;
        margin-right: 0;
        margin-left: 20px;
    }

    .error-404-section .image-col .image-404-error {
        max-width: 330px;
        margin-top: -40px;
        height: auto;
    }

    .home-hero-section .hero-content-col .title-sub-heading {
        right: 0;
        bottom: 15px;
        width: 100%;
    }

    .hero-content-col-tow .content-col-right .content .button-container .explore-button-hero {
        max-width: 90% !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 15px;
    }

    .hero-content-col-tow .content-col-right .content .button-container .custom-plan-button.custom-btn {
        margin: 0;
        padding: 15px 15px;
        width: 90%;
    }
}


@media (max-width: 375px) {

    /*faq-section css*/
    .faq-section .content-col-heading.mobile-view .explore-button {
        width: 100%;
        padding: 24px 20px;
        margin-top: 0;
    }

    .contact-us-today-section .contact-heading .today-text {
        right: clamp(-42px, -5vw, -60px);
        bottom: clamp(-14px, 2vw, -14px);
        font-size: clamp(25px, 2vw, 58px);
    }


}

@media (max-width: 320px) {
    .contact-us-today-section .contact-heading {
        font-size: clamp(35px, 8vw, 120px);
    }

    .contact-us-today-section .contact-heading .today-text {
        right: clamp(-42px, -5vw, -60px);
        bottom: clamp(-14px, 2vw, -14px);
        font-size: clamp(25px, 2vw, 58px);
    }
}

/*Shop page css start */
.sections-tb-m {
    margin: 10px 0 80px;
    padding-top: 0 !important;
    padding-bottom: 0;
}

.why_choose_section .section-common-pad-lr {
    padding-left: 50px;
    padding-right: 50px;
}

.why_choose_section .custom-container.inner-common-pad {
    padding-left: 50px;
    padding-right: 50px;
}

.why_choose_section .custom-container {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(/wp-content/uploads/2025/01/steps-section-Bg-texture.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.why_choose_section .heading-container-main {
    color: #FE5C02;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.why_choose_section .heading-container-main .cust-heding {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -4px;
    font-family: "Freeman", serif;
    margin: 0;
}

.why_choose_steps-grid_boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
    column-gap: 20px;
    margin: 0 0 0;
}

.why_choose_steps-grid_boxes .why_choose_steps-grid_box {
    box-shadow: none;
    background-image: url(/wp-content/uploads/2025/02/Group-1.png);
    background-size: 100% 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding: 40px 25px;
    box-sizing: border-box;
    height: auto;
}

.why_choose_steps-grid_boxes .why_choose_steps-grid_box .why_choose-image-custom {
    max-width: 100%;
    object-fit: cover;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
}

.why_choose_steps-grid_boxes .why_choose_steps-grid_box .content-box {
    padding: 30px 20px 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    background-position: bottom center;
    justify-content: center;
    text-align: center;
    align-items: center;

}

.why_choose_steps-grid_boxes .why_choose_steps-grid_box .content-box .why_choose_steps-grid_box-title {
    font-family: Freeman;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    color: #FE5C02;
    text-transform: uppercase;
}

.why_choose_steps-grid_boxes .why_choose_steps-grid_box .content-box .why_choose_steps-grid_box-description {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #0E0E0E;
    margin-top: 0;
}

.why_choose_box_top_image {
    position: relative;
}

.why_choose_box_top_image img {
    height: 50px !important;
    width: 28px !important;
    object-fit: cover;
    position: absolute;
    top: -65px;
    left: 245px;
}

.why_choose_steps-grid_box .image-box {
    text-align: center;
}

.hero-content-col-blogs {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hero-content-col-blogs h1.title {
    color: white;
    text-transform: uppercase;
    font-size: 196px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -6px;
    font-family: "Freeman", serif;
    margin-left: -10px;
}

.hero-content-col-blogs span.title-sub-heading {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    font-family: 'Shadows Into Light Two', cursive;
    display: flex;
    width: auto;
    transform: rotate(-8deg);
    justify-content: end;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left;
}

.shop-product-grids .woocommerce-breadcrumb,
.shop-product-grids header.woocommerce-products-header {
    display: none;
}

.shop-product-grids .custom-container.inner-common-pad {
    padding-left: 50px;
    padding-right: 50px;
    /* padding-top: 80px; */
}

.shop-product-grids.common-style.sections-tb-m {
    margin-top: 80px;
}

.shop-product-grids .woocommerce-result-count {
    float: left;
    color: white;
    margin: 0;
    padding: 0;
    display: none;
}

.shop-product-grids .common-style.product-grid {
    margin: 0 -5px 0 -5px;
}

.happy-pup-happy-parents-section .custom-container,
.faq-section.common-style .custom-container,
.blog-section .custom-container {
    padding: 0;
}

.blog-section .custom-row.custom-g-4 {
    /* margin: 0px -17px 0 -17px; */
    /* margin: 0px -55px 0 -17px; */
}

.shop-product-grids .woocommerce-ordering .orderby {
    padding: 12px;
    border-radius: 10px;
    display: none;
}

section.blog-section.common-style.section-common-pad-lr.sections-tb-m {
    margin-bottom: 160px;
}

footer .newsletter-container .wpcf7-form .wpcf7-spinner {
    display: none;
}

.nav-container .nav-item .submenu ul li a {
    color: #fe5c02 !important;
}


/* product details page css start vivek*/
.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-product-gallery {
    display: none;
}

.woocommerce-page.single-product .entry {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

section.product-details-secttion-pt-pb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-details-secttion .product-details-left-side {
    margin: 0 20px 0 0px;
}

.product-details-secttion .product-details-right-side {
    margin: 0 0px 0 20px;
    border-image: none;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 20px) calc(100% - 20px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 24px round;
}

.product-details-secttion .product-details-left-side .singel-image-box .singel {
    display: flex;
    width: 100%;
    height: 100%;
}

.product-details-secttion .main-slider-nav-col {
    /* padding-top: 20px; */
}

.product-details-secttion .product-details-slider {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}

.product-details-secttion .product-details-slider .slick-list .slick-track .product-details-slide-box.slick-slide {
    margin-right: 20px;
}

/* .product-details-secttion .product-details-left-side .singel-image-box .singel .single-image {
    width: 100%;
} */

.product-details-secttion .product-details-left-side .singel-image-box .singel .single-image {
    width: 100%;
    height: clamp(200px, 50vw, 670px);
    object-fit: cover;
}

.product-details-secttion .product-details-left-side .singel-image-box {
    padding: 15px;
    /* overflow: hidden; */
    /*border-image: none;*/
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 20px) calc(100% - 20px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 24px round;
    background-color: #F4F0E0;
}

.product-details-secttion .product-details-slider .slick-list .slick-track {
    margin: 20px 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-details-secttion .product-details-slider .slick-list .slick-track {
    gap: 0;
}


.product-details-slide-box {
    width: 25%;
}

.product-details-slide-box {
    /* border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 24 fill / 24px / 6px space; */
    /* width: 100%;
    max-width: 121px;
    height: 121px;
    padding: 5px;
    overflow: hidden; */
    background-color: #F4F0E0;
    /* margin: 10px 15px; */
    /* -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 20px) calc(100% - 20px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 25px 25px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 20px) calc(100% - 20px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 25px 25px round;
    padding: 15px; */
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 15px 15px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 15px 15px round;
    padding: 15px;
}

.product-details-secttion .product-details-left-side .singel-image-box .slick-prev,
.product-details-secttion .product-details-left-side .singel-image-box .slick-next {
    z-index: 999;
    width: max-content;
}

.product-details-secttion .product-details-left-side .singel-image-box .slick-prev::before {
    content: "";
    background-image: url('../images/left-arrow.svg');
    display: flex;
    width: 50px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-details-secttion .product-details-left-side .singel-image-box .slick-next::before {
    content: "";
    background-image: url('../images/right-arrow.svg');
    display: flex;
    width: 50px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-details-secttion .product-details-left-side .singel-image-box .slick-prev {
    left: 5%;
}

.product-details-secttion .product-details-left-side .singel-image-box .slick-next {
    right: 5%;
    left: auto;
}

/* .product-details-slide-box .single-image {
    max-width: 100%;
    width: 100%;
    cursor: grabbing;
    height: 120px;
    min-height: 120px;
    height: auto;
    object-fit: cover;
} */

.product-details-slide-box .single-image {
    max-width: 100%;
    width: 100%;
    cursor: grabbing;
    height: clamp(6.25rem, 5.134rem + 2.976vw, 7.813rem);
    object-fit: cover;
}

.product-details-secttion .product-details-right-side .summary.entry-summary {
    float: inherit;
    width: 100%;
    padding: 50px 50px;
    clear: none;
    margin-bottom: 0 !important;
}

.product-details-secttion .product-details-right-side .summary .product_title {
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1;
    letter-spacing: clamp(-1px, -0.3vw, -2px);
    margin-bottom: 1rem;
    color: #0E0E0E;
    text-transform: uppercase;
}

.product-details-title-wrapper .product-heading-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 15px;
    object-fit: contain;
}

.product-details-secttion .product-details-right-side .summary .yodogo-price-section {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price {
    margin-bottom: 0;
    color: #FE5C02;
    font-family: Freeman;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price .bos4w-or-subscribe {
    font-size: 26px;
    display: block;
    text-transform: uppercase;
}

.product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .woocommerce-Price-amount:first-child {
    /* color: #F9A671; */
    margin-right: 5px;
    display: flex;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: right;
    /* text-decoration: line-through; */
}

.product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col {
    background-image: url(/wp-content/uploads/2025/02/Union.png);
    background-size: 100% 100%;
    padding: 20px 20px;
    width: 100%;
    max-width: 170px;
    text-align: center;
    background-repeat: no-repeat;
}

.product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col .yodogo-stock-info-text {
    font-family: Shadows Into Light Two;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #00664A;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .yodogo-ratings {
    margin-bottom: 24px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .yodogo-ratings .star-rating span::before {
    color: #FFD400;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .yodogo-ratings .star-rating {
    float: inherit;
    margin-bottom: 0;
    margin-right: 0;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .yodogo-ratings .woocommerce-review-link {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #0E0E0E;
}

.product-details-secttion .product-details-right-side .description-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.product-details-secttion .product-details-right-side .text-content {
    flex: 1;
    color: #222;
    max-width: 55%;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.product-details-secttion .product-details-right-side .icon-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 35%;
}

.product-details-secttion .product-details-right-side .icon-box {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: center;
}

.product-details-secttion .product-details-right-side .icon-text {
    color: #0E0E0E;
    margin-top: 12px;
    text-align: left;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 12px;
    line-height: 14.88px;
    letter-spacing: 0px;
}

.variations_form .variations {
    margin: 24px 0 33px;
}

.variations_form .variations th.label label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.variations_form .variations th.label .woo-selected-variation-item-name {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
    margin: 0 !important;
    padding: 0 !important;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper {
    display: flex;
    align-items: center;
    /* border: 2px solid #F9A671; */
    margin-top: 24px;
    margin-bottom: 5px;
    flex-wrap: nowrap;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item {
    border-radius: 0;
    border: 2px solid #F9A671;
    box-shadow: none;
    border-width: 2px 0px 2px 2px;
    height: auto;
    background-color: transparent;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item.selected:not(.no-stock) {
    background: #FE5C02;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item:last-child {
    border-width: 2px 2px 2px 2px;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item .variable-item-contents {
    padding: 16px 44px;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item .variable-item-contents .variable-item-span {
    color: #FE5C02;
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    text-transform: uppercase;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item.selected:not(.no-stock) .variable-item-contents .variable-item-span {
    color: #F4F0E0;
}

.variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item.selected:hover {
    box-shadow: none;
}

.variations_form .variations .woo-variation-items-wrapper .reset_variations {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    color: #FE5C02;
    margin: 0;
}

.variations_form .variations .woo-variation-items-wrapper .reset_variations:hover {
    color: #0E0E0E;
}

.woocommerce-variation-add-to-cart .bos4w-display-plan-text {
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}

.woocommerce-variation-add-to-cart-disabled .bos4w-display-wrap {
    display: none !important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-options li {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid #F9A671;
    border-bottom: 0;
}

.woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-options li input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-right: 12px;
    accent-color: #FE5C02;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-options li label {
    display: flex;
    align-items: center;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
}

.bos4w-display-dropdown {
    align-items: center;
    padding: 0 20px 19px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid #F9A671;
    border-top: 0;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown {
    padding: 0 20px 19px;
    border-radius: 0;
    cursor: pointer;
    transition: inherit;
    border: 2px solid #F9A671;
    border-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown label {
    display: none;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown select {
    border: 1px solid #F9A671;
    display: flex;
    width: 100%;
    background-color: transparent;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    padding: 6px 12px;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select {
    float: inherit !important;
    border: 1px solid #F9A671;
    background-color: transparent !important;
    height: auto !important;
    line-height: 1.1 !important;
    padding: 10px 30px 10px 12px;
    border-radius: 0;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select span.current {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    display: inline-block;
    text-wrap: auto;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select .list {
    top: auto;
    transition: inherit !important;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #F9A671;
    background-color: #F4F0E0;
    padding: 15px;
    border-radius: 0;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select .list .option {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    height: auto;
    min-height: auto;
    padding: 10px 10px 10px 26px;
    margin-bottom: 5px;
    position: relative;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select .list .option.selected:before {
    content: "";
    position: absolute;
    left: 10px;
    right: auto;
    top: auto;
    border-bottom: 2px solid #FE5C02;
    border-right: 2px solid #FE5C02;
    width: 7px;
    height: 13px;
    transform: rotate(-323deg);
    bottom: 14px;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select .list .option.selected {
    background-color: #F5E4CE;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select .list .option:hover {
    background-color: #F5E4CE;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown .nice-select:after {
    border-color: #FE5C02;
    width: 8px;
    height: 8px;
}

.variations_form .variations_button .yodogo-qty-cart {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    align-items: stretch;
}

.variations_form .variations_button .yodogo-qty-cart .yodoggo-quantity-wrapper {
    width: 33.33%;
}

.variations_form .variations_button .yodogo-qty-cart .button-col {
    width: 33.33%;
    display: flex;
}

.variations_form .variations_button .yodogo-qty-cart .button-col a.wc-forward {
    display: none;
}

.variations_form .variations_button .yodogo-qty-cart .button {
    flex: 1;
    padding: 24px 24px !important;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1 !important;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.variations_form .variations_button .yodogo-qty-cart .yodogo-buy-now {
    background: #F4F0E0;
    color: #FE5C02;
    border: 2px solid #F9A671;
    border-right-width: 1px;
    border-left-width: 1px;
}

.variations_form .variations_button .yodogo-qty-cart .yodogo-buy-now:hover {
    text-decoration: none !important;
    color: #F4F0E0;
    background: #FE5C02;
}

.variations_form .variations_button .yodogo-qty-cart .single_add_to_cart_button {
    background: transparent;
    color: #FE5C02;
    border: 2px solid #F9A671 !important;
}

.variations_form .variations_button .yodogo-qty-cart .single_add_to_cart_button:hover {
    background: #FE5C02 !important;
    color: #F4F0E0;
}

.variations_form .variations_button .yodogo-qty-cart .free-delivery {
    text-align: center;
    color: #666;
    margin-top: 16px;
}

.variations_form .variations_button .yodogo-qty-cart .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.cart-yodoggo-simple-form-custom-css {
    display: block !important;
}

.cart-yodoggo-simple-form-custom-css .cart-yodoggo-simple-btn-container {
    display: flex;
    align-items: stretch;
    margin: 1rem 0;
}

.cart-yodoggo-simple-form-custom-css .cart-yodoggo-simple-btn-container .yodoggo-quantity-wrapper {
    width: 33.33%;
    border-right-width: 1px;
}

.cart-yodoggo-simple-form-custom-css .cart-yodoggo-simple-btn-container .yodoggo-btn-col.add_to_cart {
    width: 33.33%;
}

.cart-yodoggo-simple-btn-container .yodoggo-btn-col .single_add_to_cart_button {
    width: 100%;
}

.cart-yodoggo-simple-btn-container .yodoggo-btn-col .single_add_to_cart_button {
    color: #FE5C02;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-color: #F9A671 !important;
    padding: 20px 10px !important;
    border-left-width: 1px !important;
}

.cart-yodoggo-simple-btn-container .yodoggo-btn-col .single_add_to_cart_button:hover {
    background-color: #FE5C02 !important;
    color: #F4F0E0;
}

.cart-yodoggo-simple-btn-container .yodoggo-btn-col .added_to_cart {
    display: none;
}

.yodoggo-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #F9A671;
    border-right-width: 2px;
    overflow: hidden;
    background-color: transparent;
}

.yodoggo-quantity-wrapper .quantity {
    float: none;
    margin: 0 !important;
}

.yodoggo-quantity-wrapper .quantity input[type=number] {
    margin: 0 !important;
}

.yodoggo-quantity-wrapper .quantity {
    float: none !important;
    margin: 0 !important;
    width: 50%;
}

.yodoggo-quantity-wrapper .quantity input[type=number] {
    margin: 0 !important;
    background-color: transparent;
    padding: 0 !important;
    width: 100% !important;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    color: #f46009;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: "Freeman";
    border: none;
    outline: none;
    appearance: none;
    text-align: center;
}

.yodoggo-quantity-wrapper .quantity input[type=number]::-webkit-outer-spin-button,
.yodoggo-quantity-wrapper .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.yodoggo-quantity-wrapper .quantity input[type=number] {
    -moz-appearance: textfield;
}

.yodoggo-quantity-wrapper .quantity input[type=number]::-ms-clear,
.yodoggo-quantity-wrapper .quantity input[type=number]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.yodoggo-quantity-wrapper .qty-minus,
.yodoggo-quantity-wrapper .qty-plus {
    flex: 1;
    text-align: center;
    background: transparent;
    border: none;
    color: #f46009;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    user-select: none;
    line-height: 1;
    height: 100%;
}

.yodoggo-quantity-wrapper .qty-minus:hover,
.yodoggo-quantity-wrapper .qty-plus:hover {
    background-color: #FE5C02;
    color: #F4F0E0;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .product_meta {
    margin-top: 0 !important;
    text-align: center;
    padding-top: 0 !important;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .product_meta span.sku_wrapper {
    display: none;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .product_meta span.posted_in {
    display: none;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .product_meta .custom-text {
    font-family: 'Outfit';
    font-weight: 400;
    /* font-size: 16px;*/
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: center;
    color: #0E0E0E;
}

.product-details-secttion .product-details-right-side .summary.entry-summary .product_meta .shipping-info-after-cart{
    font-size: 16px;
}

.product-details-secttion .product-details-right-side .single_variation_wrap .woocommerce-variation-availability {
    display: none;
}

.product-details-secttion .product-details-right-side .single_variation_wrap .woocommerce-variation-price {
    margin: 0 0 5px;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
}

/* Suggested Recipes section css satrt */
section.product-single-recipes-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-single-recipes-section .custom-container {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 24px round;
    border-image: none;
}

.product-single-recipes-section .heading {
    font-family: 'Freeman', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    line-height: clamp(32px, 4.5vw, 42.24px);
    letter-spacing: 0px;
    color: #FF5A00;
    text-transform: uppercase;
}

.product-single-recipes-three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 40px;
}

.product-single-recipes-three-col .recipe-card {
    max-width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-single-recipes-three-col .image-box {
    aspect-ratio: 1;
    width: 35%;
    max-width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 5px;
    border: 2px solid #F9A671;
}

.product-single-recipes-three-col .image-box .single-recipe-image {
    width: 100%;
    max-width: 100%;
    height: 130px;
    object-fit: contain;
}

.product-single-recipes-three-col .content-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 65%;
    max-width: 65%;
    height: 100%;
}

.product-single-recipes-three-col .content-box .content-col {
    display: flex;
    flex-direction: column;
}

.product-single-recipes-three-col .content-col .price-title-content-col {
    gap: 10px;
    flex: 1 1 0%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.product-single-recipes-three-col .content-col .price-title-content-col h3 {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: clamp(14px, 2vw, 16px);
    line-height: clamp(18px, 2.5vw, 21.28px);
    /* letter-spacing: clamp(0.5px, 0.3vw, 2px); */
    color: #FE5C02;
    margin: 0 0 10px 0;
}

.product-single-recipes-three-col .price {
    color: #FE5C02;
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
}

.product-single-recipes-three-col .description {
    color: #0E0E0E;
    margin: 0 0 15px 0;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.36px;
    letter-spacing: 0px;
}

.product-single-recipes-three-col .add-btn {
    background-color: #FE5C02;
    color: #F4F0E0;
    border: none;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    border: 2px solid #FE5C02;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.product-single-recipes-three-col .add-btn:hover {
    color: #FE5C02;
    background-color: #F4F0E0;
    border: 2px solid #FE5C02;
}

.product-single-recipes-three-col .content-box .btn-col {
    margin-top: auto;
}

/* Suggested Recipes section css end  */


/* why section css start  */
section.why-yodogo-single-product {
    padding-top: 50px;
    padding-bottom: 50px;
}

.why-yodogo-single-product .custom-container {
    padding-top: 60px;
    padding-bottom: 70px;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 24px round;
    border-image: none;
}

.why-yodogo-single-product .custom-container .left-col-content {
    padding: 0;
}

.why-yodogo-single-product .main-heading {
    padding-bottom: 20px;
    padding-top: 0;
    font-family: Freeman;
    font-weight: 400;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1.2;
    letter-spacing: -2px;
    color: #FE5C02;
}

.why-section .custom-row .left-col-content-col-cust {
    /* width: 40%; */
}

.why-section .custom-row .right-col-content-col-cust {
    /* width: 60%; */
}

.why-section .custom-why-section-container {
    padding-top: 15px;
}

.why-section .left-col-content-col {
    position: relative;
    text-align: center;
    padding: 0px 0px;
}

.why-yodogo-single-product .custom-container .left-col-content .top-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-23px);
    right: 0;
    margin: 0 auto;
}

.why-yodogo-single-product .left-col-content .image {
    /* max-width: 308px; */
    width: 100%;
    /* height: 530px; */
    /* object-fit: cover; */
    object-fit: contain;
}

.why-yodogo-single-product .left-col-content .custom-stylish-text {
    color: #000;
    transform: rotate(-8deg);
    display: flex;
    position: absolute;
    bottom: clamp(-18px, 5vw, -14px);
    left: clamp(50px, 5vw, 94px);
    font-family: "Shadows Into Light Two", cursive;
    font-weight: 400;
    font-size: clamp(24px, 4vw, 44px);
    line-height: clamp(30px, 5vw, 49.28px);
    text-align: center;
    /* top: auto; */
    bottom: 0;
    left: 8vw;
    width: auto;
}

.why-section .right-col-content:first-child {
    border-top: 2px solid #F9A671;
}

.why-choose-yodoggo-section .right-col-content .feature-item-box {
    padding: 30px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-choose-yodoggo-section .right-col-content .feature-item-box .check-icon {
    width: 100%;
    max-width: 40px;
    height: 40px;
}

.why-choose-yodoggo-section .right-col-content .feature-content {
    flex: 1;
}

.why-choose-yodoggo-section .right-col-content .feature-content h6 {
    color: #FE5C02;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.why-choose-yodoggo-section .right-col-content .feature-content p {
    color: #0E0E0E;
    line-height: 1.5;
    /* margin: 0 0 16px 0; */
}

.why-choose-yodoggo-section .right-col-content .feature-item-col {
    border-bottom: 2px solid #F9A671;
}

.why-choose-yodoggo-section .right-col-content .feature-item-col {
    border-bottom: 2px solid #F9A671;
}

.why-choose-yodoggo-section .right-col-content .feature-link-box {
    color: #FE5C02;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
}

.why-choose-yodoggo-section .right-col-content .feature-link-box .arrow-icon {
    filter: brightness(0) saturate(100%) invert(43%) sepia(76%) saturate(2852%) hue-rotate(358deg) brightness(98%) contrast(109%);
}

.why-yodogo-single-product .right-col-content .button {
    margin-bottom: 0;
}

.why-yodogo-single-product .right-col-content {
    margin-left: 0;
    max-width: 100%;
}

/* why section css end  */

/*product-single-tab-section css start */
.tab-box-col-container {
    background-image: url(/wp-content/uploads/2025/02/tabs-bg-textarreya.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 60px 50px;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 24px round;
}

.tab-box-col-container .tabs #tabs-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    display: inline-block;
}

.tab-box-col-container .tabs #tabs-nav li {
    width: 100%;
}

.tab-box-col-container .tabs #tabs-nav li a {
    padding: 20px 20px;
    width: 100%;
    border: 2px solid #F9A671;
    display: inline-block;
    text-align: center;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    color: #FE5C02;
    text-transform: uppercase;
}

.tab-box-col-container .tabs #tabs-nav li a.active {
    background: #FE5C02;
    color: #F4F0E0;
    border-color: #FE5C02;
    border-right: 0;
}

.tab-box-col-container .tabs #tabs-nav li a:hover {
    background: #FE5C02;
    color: #F4F0E0;
}

.tab-box-col-container .tabs-content-container {
    padding-top: 35px;
}

.tabs-content-container .image-box-container {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.tabs-content-container .image-box-container .box-image {
    position: relative;
}

.tabs-content-container .image-box-container .box-image .stylish-img {
    width: 100%;
    max-width: 654px;
    height: 344px;
    object-fit: contain;
}

.tabs-content-container .image-box-container .box-image::before,
.tabs-content-container .image-box-container .box-image::after {
    /* content: ""; */
    content: none;
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs-content-container .image-box-container .box-image::before {
    background-image: url(/wp-content/uploads/2025/01/Mask-group.png);
    left: 135px;
    transform: rotate(-135deg);
    right: auto;
    top: auto;
    bottom: 50px;
}

.tabs-content-container .image-box-container .box-image::after {
    background-image: url(/wp-content/uploads/2025/01/icon-top-light.png);
    right: 130px;
    top: 50px;
    transform: rotate(45deg);
    left: auto;
    bottom: auto;
}

.stylish-text .stylish-text-common {
    font-family: 'Shadows Into Light Two';
    font-weight: 400;
    font-size: 20px;
    line-height: 22.4px;
    letter-spacing: 0px;
    z-index: 1;
}

.stylish-text .stylish-text-common {
    position: absolute;
}

.stylish-text .left-bottom {
    bottom: clamp(50px, 5vw, 77px);
    top: auto;
    transform: rotate(3deg);
    left: 0;
    right: auto;
}

.stylish-text .left-top {
    left: 0;
    right: auto;
    bottom: auto;
    top: clamp(30px, 4vw, 50px);
    transform: rotate(-5deg);
}

.stylish-text .right-top {
    left: auto;
    right: clamp(5px, 2vw, 10px);
    bottom: auto;
    top: clamp(30px, 4vw, 50px);
    transform: rotate(-1deg);
}

.stylish-text .right-bottom {
    left: auto;
    right: clamp(5px, 2vw, 10px);
    bottom: clamp(50px, 5vw, 77px);
    top: auto;
    transform: rotate(-1deg);
}


.menu-section-listing {
    margin-bottom: 40px;
}

.menu-section-listing .section-title {
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
}

.three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.list-col {
    padding: 10px 34px 10px 10px;
    cursor: pointer;
    border-bottom: 2px solid #0E0E0E;
    position: relative;
}

.list-col:hover {
    background-color: #ff5500;
    color: #F4F0E0;
    border-color: #ff5500;
}

.list-col.active {
    background-color: #ff5500;
    color: #F4F0E0;
    border-bottom: #ff5500;
}

.menu-item-title {
    text-transform: uppercase;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.tooltip {
    visibility: hidden;
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    width: 204px;
    background-image: url(/wp-content/uploads/2025/02/viks-Frame-borde3.png);
    padding: 24px 16px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    z-index: 100;
    color: #333;
    /* border-width: 2px 2px 0px 2px; */
    /* border-style: solid; */
    /* border-color: #F9A671; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}

.tooltip::before {
    /* content: '';
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent; */
}

.tooltip::after {
    content: '';
    /* position: absolute;
    bottom: -20px;
    left: -1px;
    right: 0;
    background: url(/wp-content/uploads/2025/02/Pagination-viks.png);
    background-size: contain;
    width: 100%;
    height: 21px;
    background-repeat: no-repeat;
    z-index: 99; */
}

.list-col:hover .tooltip {
    visibility: visible;
}

.tooltip-text {
    color: #ff5500;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.eye-icon {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: opacity 0.2s;
}

.list-col:hover .eye-icon {
    opacity: 1;
}

.hand-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

.product-single-tab-section .product-card {
    margin-left: 112px;
}

.product-single-tab-section .product-card .image-box .product-content{
    padding-bottom: 0 !important;
    height: auto;
}

.product-single-tab-section .product-card .image-box .product-content img{
    display: block;
}

.product-single-tab-section .product-card .product-name {
    font-size: clamp(30px, 4vw, 35px);
}

.product-single-tab-section .product-card .product-content-box {
    padding-left: 0;
    padding-right: 0;
}

.product-single-tab-section .product-card .image-box .promo-tag {
    display: none;
}

.product-single-tab-section .product-card .image-box .product-content .product-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.product-single-tab-section .product-card .product-content-box .buttons .custom-btn {
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    background-color: transparent;
    color: #F4F0E0;
}

.product-single-tab-section .product-card .product-content-box .buttons .custom-btn:hover {
    background-color: #F4F0E0;
    color: #FE5C02;
    border: 2px solid #F4F0E0;
}

.product-single-tab-section .product-card .image-box .product-content .single-recipe-image {
    height: auto !important;
}

.nutrition-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nutrition-section .section-title {
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
}

.nutrition-section .nutrition-table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
    margin-top: 25px;
    min-width: 800px;
}

.nutrition-section .nutrition-table th,
.nutrition-section .nutrition-table td {
    padding: 15px 15px;
    text-align: left;
    border: 2px solid #333;
}

.nutrition-section .nutrition-table th {
    color: #FE5C02;
    font-family: Freeman;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
    background-color: transparent;
}

/* .nutrition-section .nutrition-table tr:last-child {
    font-weight: bold;
} */
/* 
.nutrition-section .composition-col {
    width: 40%;
}

.nutrition-section .value-col {
    width: 20%;
} */

.nutrition-section .nutrition-table td {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
}

.nutrition-section .nutrition-table tr:hover {
    background-color: #fff;
}

/* Component labels */
.nutrition-section .component-label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nutrition-section .limit-note {
    font-size: 12px;
    color: #666;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative;
}

.table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: #FE5C02;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 3px;
}

.nutrition-section .calorie-table td {
    font-family: Freeman;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.8px;
    letter-spacing: 0px;
}

section.why-section-single-pt-pb .custom-col-lg-8.left-side {
    /* padding: 0; */
}

.important-links-containet {
    padding-top: 80px;
    padding-bottom: 40px;
}

.product-single-tab-section .custom-row {
    /* width: 100%; */
}

.important-links-containet .important-link-box {
    padding-top: 50px;
    flex-wrap: wrap;
    /* gap: 25px; */
    margin-left: 10px;
    justify-content: space-between;
    margin-right: 10px;
}

.important-links-containet .important-link-box .box-container {
    background-image: url(/wp-content/uploads/2025/02/Bg-texture.png);
    padding: 24px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 24px;
    position: relative;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
}

.important-links-containet .main-heading {
    font-family: Freeman;
    font-weight: 400;
    font-size: clamp(40px, 6vw, 64px);
    line-height: clamp(36px, 5vw, 56.32px);
    letter-spacing: clamp(-1px, -0.2vw, -2px);
    color: #F4F0E0;
    text-transform: uppercase;
}

.box-container .cta-button-rounded {
    border-radius: 0;
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

.important-links-containet .important-link-box .box-container .feature-icon {
    width: 100%;
    max-width: 233px;
    height: auto;
    margin: 20px 0 0;
}

.important-links-containet .important-link-box .box-container .box-heading {
    font-family: Freeman;
    font-weight: 400;
    /* font-size: 44px; */
    font-size: clamp(1.75rem, 1.4643rem + 1.4286vw, 2.75rem);
    line-height: 42.24px;
    letter-spacing: -2px;
    color: #FE5C02;
    text-transform: uppercase;
    position: relative;
}

.important-links-containet .important-link-box .box-container .box-heading .stylish-first-text {
    font-family: 'Shadows Into Light Two';
    font-weight: 400;
    font-size: clamp(20px, 1vw, 20px);
    letter-spacing: 0px;
    color: #0E0E0E;
    position: absolute;
    right: -14px;
    left: auto;
    transform: rotate(-5deg);
    width: 152px;
    line-height: 1.3;
    text-transform: capitalize;
    bottom: -28px;
    top: auto;
}

.important-links-containet .important-link-box .box-container .box-heading .tylish-second-text {
    font-family: 'Shadows Into Light Two';
    font-weight: 400;
    font-size: clamp(20px, 1vw, 20px);
    letter-spacing: 0px;
    color: #0E0E0E;
    position: absolute;
    right: 19px;
    left: auto;
    transform: rotate(-5deg);
    width: 152px;
    line-height: 22px;
    text-transform: capitalize;
    bottom: auto;
    top: 97px;
}

/* how-to-feed-4-grid-section css start */
.how-to-feed-4-grid-section .feeding-container {
    width: 100%;
}

.how-to-feed-4-grid-section {
    background-image: url(/wp-content/uploads/2025/02/How-to-feed-Bg-texture.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 50px;
    margin-top: 40px;
    margin-bottom: 80px;
    border-image: none;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
}

.how-to-feed-4-grid-section .main-heading {
    font-family: 'Freeman', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 4.5vw, 64px);
    line-height: clamp(36px, 4.5vw, 56.32px);
    letter-spacing: -2px;
    color: #FE5C02;
    text-transform: uppercase;
}

.feeding-container .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0 0 0;
}

.feeding-container .steps-grid .step .image-box .steps-image-custom {
    height: 226px;
}

.feeding-container .steps-grid .step .content-box .step-number {
    transform: rotate(-5deg);
    margin-bottom: clamp(10px, 2vw, 15px);
    font-weight: 400;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(18px, 2vw, 22.4px);
    letter-spacing: 0px;
}

.feeding-container .steps-grid .step .content-box .step-title {
    font-family: 'Freeman', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(20px, 2.5vw, 24.8px);
    letter-spacing: 0px;
}

.feeding-container .steps-grid .step .content-box p.step-description {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.3;
    color: #FE5C02;
}

.feeding-container .steps-grid .step .content-box {
    padding: 16px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* how-to-feed-4-grid-section css end */

/*product-single-tab-section css end*/


/*product single btn css */
/* .product-details-secttion .product-details-right-side form.cart {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    align-items: stretch;
    width: 100%;
}
.product-details-secttion .product-details-right-side form.cart .quantity {
    width: 50%;
    margin: 0;
}
.product-details-secttion .product-details-right-side form.cart .single_add_to_cart_button {
    width: 50%;
    padding: 24px 24px !important;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1 !important;
    text-transform: uppercase;
    border: 2px solid #F9A671;
    color: #F4F0E0;
    background: #FE5C02;
    border: none;
}
.product-details-secttion .product-details-right-side form.cart .quantity input[type=number] {
    width: 100% !important;
    height: 100%;
    border: 2px solid #F9A671;
    background-color: transparent;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    margin: 0 !important;
    color: #FE5C02;
    border-right: 0;
    text-align: center;
    margin: 0;
} */
/* Responsive css product-single page */

@media (max-width: 1366px) {
    section.product-details-secttion-pt-pb {
        padding-bottom: 50px;
    }

    .product-details-secttion .product-details-right-side .summary.entry-summary {
        padding: 50px 30px;
    }

    .product-details-secttion .main-slider-nav-col {
        /* padding-top: 30px; */
    }

    .variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item .variable-item-contents {
        padding: 15px 40px;
    }

    .yodogo-qty-cart .button {
        padding: 20px 20px !important;
    }

    .variations_form .variations {
        margin: 24px 0 20px;
    }

    .why-yodogo-single-product .custom-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .why-yodogo-single-product .button-container {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    .why-choose-yodoggo-section .right-col-content .button {
        margin-bottom: 20px !important;
    }

    .tab-box-col-container {
        padding: 50px 30px;
    }

    .tabs-content-container .image-box-container .box-image .stylish-img {
        max-width: 600px;
    }

    .product-single-tab-section .product-card {
        margin-left: 80px;
    }

    .important-links-containet {
        padding-top: 50px;
    }

    .important-links-containet .important-link-box .box-container {
        padding: 24px 20px 30px;
    }

    .how-to-feed-4-grid-section {
        padding: 50px 30px;
    }

}

@media (max-width: 1200px) {
    .product-details-secttion .product-details-right-side .summary.entry-summary {
        padding: 30px 20px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col {
        padding: 20px 30px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col .yodogo-stock-info-text {
        font-size: 18px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price .bos4w-or-subscribe {
        display: block;
    }

    .product-details-secttion .product-details-left-side {
        margin: 0 15px 0 0px;
    }

    .product-details-secttion .product-details-right-side {
        margin: 0 0px 0 15px;
    }

    .single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-options li {
        padding: 20px 15px;
    }

    .single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-dropdown {
        padding: 0 15px 20px;
    }

    section.product-details-secttion-pt-pb {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    .product-details-secttion .product-details-right-side .icon-section {
        max-width: 40%;
    }

    .variations_form .variations {
        margin: 20px 0 20px;
    }

    .why-yodogo-single-product .right-col-content .feature-item-box {
        padding: 25px 20px;
    }

    .why-yodogo-single-product .main-heading {
        padding-bottom: 10px;
    }

    .why-yodogo-single-product .left-col-content .custom-stylish-text {
        width: 100%;
        margin: 0 !important;
    }

    .product-single-tab-section .product-card {
        margin-left: 50px;
    }

    .tab-box-col-container {
        padding: 40px 25px;
    }

    .tabs-content-container .image-box-container .box-image .stylish-img {
        max-width: 550px;
    }

    .important-links-containet .important-link-box .box-container .cta-button-rounded {
        padding: 30px 30px;
        font-size: 15px;
    }

    .feeding-container .steps-grid .step .image-box .steps-image-custom {
        height: 200px;
    }

    .feeding-container .steps-grid {
        gap: 10px;
    }


}

@media (max-width: 1024px) {

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col {
        padding: 15px 15px;
        max-width: 150px;
    }

    .product-details-secttion .product-details-right-side .summary.entry-summary {
        padding: 20px 20px;
    }

    section.product-details-secttion-pt-pb {
        padding-top: 50px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price {
        font-size: 30px;
    }

    .product-details-secttion .product-details-right-side .summary.entry-summary .yodogo-ratings {
        margin-bottom: 20px;
        gap: 10px;
    }

    .product-details-secttion .product-details-right-side .description-container {
        align-items: self-start;
        flex-direction: column;
        width: 100%;
    }

    .product-details-secttion .product-details-right-side .text-content {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .product-details-secttion .product-details-right-side .icon-section {
        max-width: 100%;
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .product-details-secttion .product-details-right-side .icon-section {
        max-width: 100%;
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 10px;
    }

    .product-details-secttion .product-details-right-side .icon-box {
        display: flex;
        gap: 5px;
        width: max-content;
        align-items: center;
    }

    .product-details-secttion .product-details-right-side .icon-box img {
        max-width: 50px;
    }

    .variations_form .variations {
        margin: 20px 0 20px;
        width: 100%;
    }

    .variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item {
        width: 100% !important;
    }

    .variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item .variable-item-contents {
        padding: 15px 15px;
    }

    .single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-options li {
        padding: 15px 15px;
    }

    .product-single-recipes-section .custom-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product-single-recipes-three-col {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        padding-top: 40px;
    }

    .why-yodogo-single-product .left-col-content .custom-stylish-text {
        left: clamp(10px, 5vw, 10px);
        bottom: clamp(-20px, 5vw, -20px);
    }

    .product-single-tab-section .product-card {
        margin-left: 20px;
    }

    .tabs-content-container .image-box-container .box-image .stylish-img {
        max-width: 450px;
    }

    .menu-section-listing .three-col {
        grid-template-columns: repeat(2, 1fr);
    }

    .important-links-containet .important-link-box .box-container .box-heading {
        font-size: 34px;
        line-height: 1.2;
    }

    .feeding-container .steps-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 15px;
        row-gap: 30px;
    }

    section.product-details-secttion-pt-pb.section-common-pad-lr .custom-container {
        padding: 0;
    }


    .woocommerce-cart .second-cart-suggestion {
        gap: 25px !important;
    }


    
}

@media (max-width: 991px) {
    .product-details-slide-box .single-image {
        /* height: auto;
        min-height: auto; */
    }

    .product-details-secttion .product-details-left-side .singel-image-box .singel .single-image {
        height: 70vw;
    }
    .product-details-slide-box .single-image {
    /* height: 100%; */
        height: clamp(6.25rem, -7.143rem + 35.714vw, 25rem);
    }
   
    .product-right-side-col {
        padding-top: 40px;
    }

    .product-details-secttion .product-details-left-side {
        margin: 0;
    }

    .product-details-secttion .product-details-right-side {
        margin: 0;
    }

    .product-single-tab-section .product-card {
        margin-left: 0;
        margin-top: 60px;
    }

    .product-details-secttion .product-details-right-side .description-container {
        width: 100%;
        margin: 0;
    }

    .product-details-secttion .product-details-right-side .description-container {
        max-width: 100% !important;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price .bos4w-or-subscribe {
        display: inline;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section {
        margin-bottom: 20px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col {
        padding: 20px 20px;
        max-width: 200px;
    }

    .variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item .variable-item-contents {
        padding: 20px 15px;
    }

    .yodogo-qty-cart {
        margin-bottom: 20px;
    }

    .product-single-recipes-three-col {
        column-gap: 20px;
        row-gap: 30px;
    }

    .important-links-containet .important-link-box .box-container .box-heading .tylish-second-text {
        /* top: 60px;
        right: 0; */
    }

    .important-links-containet .important-link-box .box-container .box-heading .stylish-first-text {
        right: -1vw;
        top: auto;
        bottom: auto;
    }

    .important-links-containet .important-link-box .box-container .box-heading .stylish-first-text {
        /* right: 30px;
        top: 60px; */
    }

    .important-links-containet .important-link-box .box-container .cta-button-rounded {
        padding: 20px 30px;
        font-size: 15px;
        gap: 5px;
    }

    .woocommerce-cart .second-cart-suggestion {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

}

@media (max-width: 880px) {
    .product-single-recipes-three-col {
        row-gap: 25px;
        column-gap: 20px;
    }

    .why-yodogo-single-product .right-col-content {
        padding: 0 0px 0 0px;
    }

    .tabs-content-container .image-box-container .box-image .stylish-img {
        max-width: 500px;
    }

    .tabs-content-container .image-box-container .box-image::before,
    .tabs-content-container .image-box-container .box-image::after {
        width: 30px;
        height: 30px;
    }

    .tabs-content-container .image-box-container .box-image::after {
        top: 63px;
    }

    .tabs-content-container .image-box-container .box-image::before {
        bottom: 63px;
    }


}

@media (max-width: 767px) {
    .important-links-containet .important-link-box {
        padding-top: 50px;
        flex-wrap: wrap;
        gap: 0;
    }

    .important-links-containet .important-link-box .box-container .box-heading {
        text-align: center;
    }

    .important-links-containet .important-link-box .box-container .box-heading .stylish-first-text {
        bottom: auto;
        top: 100%;
    }

    .product-details-secttion .product-details-left-side .singel-image-box {
        padding: 10px;
    }

    .product-single-recipes-three-col .recipe-card {
        gap: 15px;
    }

    .product-single-recipes-three-col {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 30px;
        padding-bottom: 30px;
    }

    .product-details-secttion .product-details-right-side .summary.entry-summary {
        padding: 20px 20px;
    }

    .why-choose-yodoggo-section.why-yodogo-single-product .custom-container .custom-row.custom-pt-5 {
        margin-left: 0;
        margin-right: 0;
    }

    .product-details-secttion .product-details-right-side .summary .product_title {
        margin-bottom: 25px;
    }

    section.product-details-secttion-pt-pb.section-common-pad-lr {
        padding-left: 35px;
        padding-right: 35px;
    }

    .single-product .single_add_to_cart_button {
        width: 100% !important;
        max-width: 100% !important;
    }

    section.why-yodogo-single-product {
        padding-left: 20px;
        padding-right: 20px;
    }

    .why-yodogo-single-product .left-col-content .custom-stylish-text {
        margin-left: inherit !important;
    }

    .variations_form .variations .woo-variation-items-wrapper .button-variable-items-wrapper .button-variable-item .variable-item-contents {
        padding: 15px 15px;
    }

    .variations_form .variations {
        margin: 20px 0 10px;
    }

    .yodogo-qty-cart {
        margin-bottom: 15px;
    }

    .why-choose-yodoggo-section.why-yodogo-single-product .custom-container .custom-row.custom-pt-5 {
        padding-top: 50px !important;
        padding-bottom: 30px;
    }

    .why-choose-yodoggo-section.why-yodogo-single-product .right-col-content {
        padding-top: 60px;
        margin-top: 0;
        max-width: 100%;
    }

    /* .why-yodogo-single-product .left-col-content .image {
        max-width: 530px;
        height: 530px;
        object-fit: cover;
    } */

    .why-yodogo-single-product .left-col-content .custom-stylish-text {
        margin-left: inherit !important;
        right: auto;
        max-width: 258px;
        left: clamp(50px, 5vw, 94px);
    }

    .product-single-tab-section.section-common-pad-lr {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-product .product-single-tab-section.section-common-pad-lr {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .single-product .product-card .image-box,
    .blog-card {
        border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 20px / 9px space;
    }

    .feeding-container .steps-grid .step .content-box .step-number,
    .feeding-container .steps-grid .step .content-box .step-title {
        font-size: 24px;
    }

    .feeding-container .steps-grid .step .content-box p.step-description {
        font-size: 16px;
    }

    .why-section-single-pt-pb {
        padding-bottom: 2rem !important;
    }

    .how-to-feed-4-grid-section {
        margin-bottom: 0px !important;
    }

    .important-links-containet .important-link-box {
        margin-left: 0px !important;
        margin-right: -2px;
    }

    .single-detail-page .custom-container.inner-common-pad {
        padding: 0px !important;
    }

    section.why-yodogo-single-product .feature-item-col .feature-item-box {
        gap: 15px;
        padding: 25px 15px;
    }

    .stylish-text .left-bottom {
        bottom: clamp(0px, 5vw, 77px);
    }

    .stylish-text .left-top {
        top: clamp(0px, 4vw, 50px);
    }

    .stylish-text .right-top {
        top: clamp(1px, 4vw, 50px);
    }

    .stylish-text .right-bottom {
        bottom: clamp(0px, 5vw, 77px);
    }

    .tab-box-col-container {
        padding: 40px 20px;
    }

    .tab-box-col-container .tabs #tabs-nav li a {
        padding: 15px 10px;
    }

    .menu-section-listing .three-col {
        grid-template-columns: repeat(1, 1fr);
    }

    .list-col {
        padding: 15px 34px 15px 10px;
    }

    .important-links-containet .important-link-box .box-container .feature-icon {
        max-width: 200px;
    }

    .how-to-feed-4-grid-section {
        padding: 50px 20px;
    }

    .feeding-container .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-details-secttion .product-details-left-side .singel-image-box .slick-prev::before,
    .product-details-secttion .product-details-left-side .singel-image-box .slick-next::before {
        width: 40px;
    }

}


@media (max-width: 640px) {
    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price .bos4w-or-subscribe {
        display: block;
    }

    .why-yodogo-single-product .left-col-content .custom-stylish-text {
        margin-left: inherit !important;
        right: auto;
        max-width: max-content;
        left: 11px;
        font-size: clamp(40px, 4vw, 44px);
        text-align: left;
        bottom: clamp(-10px, 5vw, -10px);
    }

    .important-links-containet .important-link-box .box-container .cta-button-rounded {
        padding: 20px 40px;
    }

    .important-links-containet .important-link-box .box-container {
        padding: 24px 20px 30px;
    }
}

@media (max-width: 575px) {
    .yodogo-qty-cart {
        flex-wrap: wrap;
    }

    .variations_form .variations_button .yodogo-qty-cart .yodoggo-quantity-wrapper {
        width: 50%;
    }

    .variations_form .variations_button .yodogo-qty-cart .button-col {
        width: 50%;
    }

    .variations_form .variations_button .yodogo-qty-cart .button-col.add-cart-col {
        width: 100%;
        display: flex;
    }

    .product-single-recipes-three-col .content-col .price-title-content-col {
        flex-direction: column;
        gap: 0px;
    }

    .product-single-recipes-three-col .content-col .price-title-content-col h3 {
        margin: 0 0 5px 0;
    }

    .product-single-recipes-three-col .recipe-card {
        gap: 10px;
    }

    .product-single-recipes-three-col .image-box {
        width: 50%;
        max-width: 50%;
    }

    /* .why-yodogo-single-product .left-col-content .image {
        height: 400px;
    } */

    .product-single-recipes-three-col .content-box {
        width: 50%;
        max-width: 50%;
    }

    .product-single-recipes-three-col .image-box .single-recipe-image {
        height: auto;
    }

    .product-single-recipes-three-col .add-btn {
        padding: 10px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col {
        padding: 20px 20px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        max-width: 100%;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price {
        font-size: 20px;
    }

    .variations_form .variations_button .yodogo-qty-cart .button {
        padding: 15px 10px !important;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .woocommerce-Price-amount:first-child {
        font-size: 14px;
    }

    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .price-col .price .bos4w-or-subscribe {
        font-size: 14px;
    }

    .why-choose-yodoggo-section.why-yodogo-single-product .custom-container .custom-row.custom-pt-5 {
        padding-top: 30px !important;
    }

    .tabs-content-container .image-box-container .box-image .stylish-img {
        max-width: 100%;
    }

    .tabs-content-container .image-box-container .box-image::before {
        bottom: 100px;
        left: 100px;
    }

    .tabs-content-container .image-box-container .box-image::after {
        top: 70px;
    }

    .stylish-text .left-top,
    .stylish-text .left-bottom,
    .stylish-text .right-top,
    .stylish-text .right-bottom {
        max-width: 100px;
    }

    .feeding-container .steps-grid {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 25px;
    }

    .feeding-container .steps-grid .step .image-box .steps-image-custom {
        height: 300px;
    }

    .product-details-secttion .product-details-slider .slick-list .slick-track {
        margin: 10px 0 10px;
    }

    .product-details-slide-box {
        margin: 10px 10px;
    }

    .product-details-secttion .product-details-slider .slick-list .slick-track .product-details-slide-box.slick-slide {
        margin-right: 15px;
        margin-left: 0;
    }

    .woocommerce-cart .second-cart-suggestion {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .signature-recipes-product-section .content-col-left .heading{
        padding: 0 0 20px 0;
        font-size: clamp(38px, 8vw, 80px);
    }

    .signature-recipes-product-section .content-col-left .custom-heading-wrapper .title-sub-heading{
        top: 75%;
        left: 0;
        max-width: none;
        min-width: max-content;
        transform: translate(0 , 0) rotate(0deg);
    }
}

@media (max-width: 480px) {
    .product-details-secttion .product-details-right-side .summary .yodogo-price-section .yodogo-stock-info-col {
        padding: 23px 12px;
        max-width: 100%;
    }

    .logged-in.woocommerce-page .entry-content {
        padding: 0px !important;
    }

    .woocommerce-order-received .woocommerce-order {
        flex-direction: column;
        gap: 20px;
    }

    .woocommerce-order-received :where(.woocommerce-order-overview, .woocommerce-order-details) {
        width: 100% !important;
    }

    .woocommerce-order-received .woocommerce-notice {
        margin-bottom: 10px !important;
    }

    .woocommerce-order-received .woocommerce section {
        padding-top: 0px !important;
    }

    .woocommerce-column--shipping-address .woocommerce-column__title {
        margin-top: 20px;
    }

    .popup-container .thank-you-message {
        margin: 20px 0 !important;
    }

    .popup-container {
        min-height: 70vh;
    }

    .popup-container .social-links a {
        gap: 5px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content a.button {
        margin-top: 20px !important;
    }

    .yodoggo-related-table-container .yodoggo-related-table-common tr td.woocommerce-orders-table__cell-order-actions a {
        margin: 2px !important;
    }

    .woocommerce table.shop_table_responsive tr:first-child,
    .woocommerce-page table.shop_table_responsive tr:first-child {
        border-top: 0px solid #000 !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce {
        gap: 0px !important;
    }

    .account-payment-methods-table,
    .woocommerce-cart .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals,
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart_item:not(.uwcc-cart-popup .cart_item) {
        width: 100% !important;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        margin-top: 50px !important;
    }

    .custom-container.footer-inner {
        padding: 30px !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce {
        padding: 0px !important;
    }

    .woocommerce-cart .shop_table tbody tr td {
        padding-left: 0px !important;
    }

    .woocommerce-shipping-destination {
        margin-top: 10px !important;
    }

    .woocommerce-cart .calculated_shipping h2 {
        font-size: 40px !important;
    }

    .woocommerce-cart .shop_table tbody .order-total td {
        width: 100% !important;
        font-size: 21px !important;
    }

    .woocommerce-cart .checkout-button {
        font-size: 16px !important;
    }

    .woocommerce-cart .wrapper-sugested {
        padding: 20px !important;
    }

    .woocommerce-cart .first-cart-suggestion .right-btn {
        padding: 20px 10px !important;
    }

    .woocommerce-cart .second-cart-suggestion {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .woocommerce-cart .wrap-estimation .left-esimate {
        font-size: 14px !important;
    }

    .woocommerce-cart .back-to {
        margin: 0 0 50px 0 !important;
    }

}

/* product details page css end */


/*woocommerce-my-account css start*/
body.logged-in.woocommerce-page {
    /* height: 100% !important; */
}

.woocommerce-page .entry-header {
    text-align: center;
    margin: 50px 0 50px;
}

.woocommerce-page .entry-header .entry-title {
    font-family: 'Freeman';
    font-weight: 400;
    /* font-size: clamp(40px, 5vw, 80px); */
    font-size: clamp(2.5rem, 1.7857rem + 3.5714vw, 5rem);
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: uppercase;
    color: rgb(244, 240, 224);
}

.woocommerce-page .entry,
.woocommerce-page .hentry,
.woocommerce-page .type-page {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0;
    padding-bottom: 100px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.logged-in.woocommerce-page .entry-content {
    max-width: 100%;
    width: 100%;
}

.logged-in.woocommerce-page .entry-content .woocommerce {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: nowrap; */
}

.woocommerce-notices-wrapper:empty {
    margin: 0px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
    margin: 0 0px 0 0 !important;
    background-color: #F4F0E0;
    padding: 20px;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 16px / 6px space;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content {
    float: unset;
    width: 75% !important;
    background-color: #F4F0E0;
    padding: 20px;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 16px / 6px space;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-navigation ul {
    margin-top: -5px;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    margin: 0 !important;
    font-size: inherit;
    padding: 5px 0;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
    font-family: 'Outfit';
    font-size: 20px;
    line-height: 1;
    color: #FE5C02 !important;
    width: 100%;
    display: inline-block;
    padding: 12px 15px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #FE5C02;
    transition: all 0.3s ease;
    background-color: #F4F0E0;
    font-weight: 400 !important;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
    background: #FE5C02;
    border-color: #FE5C02;
    color: #F4F0E0 !important;
    text-decoration: none;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
    background: #FE5C02;
    border-color: #FE5C02;
    color: #F4F0E0 !important;
    text-decoration: none !important;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content p:first-of-type {
    margin-bottom: 16px;
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content a {
    color: #FE5C02;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
    color: #fe5c02b5;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    background-color: #fff9e5f0;
    border: solid #FE5C02;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-family: 'Outfit';
    font-size: 16px;
    color: #0E0E0E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    border-width: 0px 0px 0px 5px;
}



.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content a.button {
    color: #F4F0E0;
    background-color: #FE5C02 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 20px;
    /*    width: 100%;*/
    margin: 5px 0px 0px 0px;
    color: #fff !important;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content a.button:hover {
    background-color: transparent !important;
    color: #FE5C02 !important;
    text-decoration: none !important;
    border-color: #FE5C02;
    border: 2px solid #FE5C02;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce_account_subscriptions p.no_subscriptions {
    font-size: 16px;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    background-color: #F4F0E0;
    border: 1px solid #FE5C02;
    border-radius: 9px;
    padding: 20px;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1.woocommerce-Address {
    float: left;
    width: 48%;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2.woocommerce-Address {
    float: right;
    width: 48%;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title h2 {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #000000;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses address {
    display: inline-block;
    margin: 10px 0;
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title a.edit {
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 20px;
    text-align: center;
}

.logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header.woocommerce-Address-title a.edit:hover {
    background-color: transparent;
    color: #FE5C02;
    text-decoration: none !important;
    border-color: #FE5C02;
    border: 2px solid #FE5C02;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin-bottom: 15px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin: 0 0 10px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input {
    width: 100% !important;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #F9A671 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1;
    letter-spacing: 0px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row #account_display_name+span {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    margin: 7px 0 0;
    display: inline-block;
    width: 100%;
}

.logged-in.woocommerce-page .woocommerce-EditAccountForm fieldset {
    margin-top: 10px;
}

.logged-in.woocommerce-page .woocommerce-EditAccountForm fieldset legend {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.1;
    letter-spacing: 0px;
    margin-bottom: 5px;
    display: inline-block;
    color: #212121;
}

.logged-in.woocommerce-page .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
    margin: 15px 0 !important;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 30px;
    cursor: pointer;
    width: max-content;
    transition: all 0.3s ease;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover {
    border: 2px solid #FE5C02;
    background-color: transparent;
    color: #FE5C02;
}

.logged-in.woocommerce-page .woocommerce-EditAccountForm .form-row .required {
    color: #b22222;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
    background-color: #fff9e5f0;
    border-left: 5px solid #b22222;
    padding: 10px 10px;
    list-style: none;
    margin-bottom: 20px;
    color: #b22222;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400 !important;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error>li {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error>li strong {
    font-weight: 500;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form h2 {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    margin-top: 0 !important;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin-bottom: 15px !important;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input {
    width: 100% !important;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #F9A671 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1;
    letter-spacing: 0px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin: 0 0 10px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2.select2-container .selection .select2-selection {
    margin-top: 0;
    min-height: 51px;
    height: 51px;
    width: 100% !important;
    padding: 14px 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #F9A671 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2.select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: 1;
    padding: 0;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #FE5C02;
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.36px;
    letter-spacing: 0px;
}

.select2-container .select2-dropdown {
    border-color: #F9A671;
    border-width: 2px;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2.select2-container .selection .select2-selection .select2-selection__arrow {
    top: 0;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .select2-container--open .selection .select2-selection .select2-selection__arrow {
    transform: rotate(180deg);
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .select2-container .select2-selection--single .select2-selection__arrow {
    transition: 1s all;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #F5E4CE;
    color: #0E0E0E;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #F5E4CE;
    color: #0E0E0E;
}

.select2-results__option {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    margin: 2px 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #F9A671;
    padding: 10px 5px;
    border-radius: 5px;
    margin: 5px 0;
}

.woocommerce-address-fields .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline;
    font-size: 16px;
    position: relative;
}

.woocommerce-address-fields .form-row .woocommerce-input-wrapper .checkbox {
    position: relative;
    font-size: 16px;
}

.woocommerce-address-fields .form-row .woocommerce-input-wrapper .checkbox .input-checkbox {
    position: relative;
    border: 2px solid #FE5C02;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .2em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 1;
    background-color: #fff;
}

.woocommerce-address-fields .form-row .woocommerce-input-wrapper .checkbox .input-checkbox:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.woocommerce-address-fields .form-row .woocommerce-input-wrapper .checkbox .input-checkbox:checked {
    background-color: #FE5C02;
    opacity: 1;
    border-color: #FE5C02;
}

.logged-in.woocommerce form .show-password-input,
.logged-in.woocommerce-page form .show-password-input {
    top: 0;
    transform: translate(-4px, 17px);
}

:focus-visible {
    outline: 0;
}

.logged-in.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FE5C02 transparent transparent transparent;
}

.logged-in.woocommerce-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #FE5C02 transparent !important;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input::placeholder {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    color: #FE5C02;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label .required[title] {
    color: #b22222;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .button {
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 30px;
    cursor: pointer;
    width: max-content;
    transition: all 0.3s ease;
}

.logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .button:hover {
    border: 2px solid #FE5C02;
    background-color: transparent;
    color: #FE5C02;
}

.woocommerce-page .log-reg-custom-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    padding-top: 20px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-first-100 {
    width: 100%;
    margin-right: 0;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-first-50 {
    width: 50%;
    margin-right: 20px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-second-50 {
    width: 50%;
    margin-left: 20px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common {
    background-color: #F4F0E0;
    padding: 20px;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 16px / 6px space;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .title-form {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.1;
    letter-spacing: 0px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container {
    padding-top: 20px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group {
    margin: 0 0 10px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin-bottom: 10px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-Input {
    width: 100% !important;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #F9A671 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1;
    letter-spacing: 0px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .password-input .show-password-input {
    top: 0;
    transform: translate(0px, 17px);
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-form__input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #FE5C02;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-form__input-checkbox:checked {
    background-color: #FE5C02;
    border-color: #FE5C02;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-form__input-checkbox:checked::after {
    content: '\2713';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-form__label-for-checkbox {
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    line-height: normal;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-form__label-for-checkbox span {
    display: inline-block;
}

/* #full-page-loader {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  background: rgba(255,255,255,0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  text-align: center;
} */
#full-page-loader {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  background: rgba(255,255,255,0.7);
  z-index: 9999;
}

#full-page-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 48px;
}

#full-page-loader img {
  height: 48px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .woocommerce-button-custom {
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 50px;
    cursor: pointer;
    width: max-content;
    transition: all 0.3s ease;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .woocommerce-button-custom:hover {
    border: 2px solid #FE5C02;
    background-color: transparent;
    color: #FE5C02;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .woocommerce-privacy-policy-text {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container a {
    color: #FE5C02;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container a:hover {
    color: #fe5c02b8;
}

.log-reg-custom-container-reset-pass {
    background-color: #F4F0E0;
    padding: 30px;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 16px / 6px space;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .title-text-head {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.1;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .form-group {
    padding: 10px 0;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .form-group .woocommerce-Input {
    margin-bottom: 0 !important;
    width: 100% !important;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #F9A671 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1;
    letter-spacing: 0px;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .form-group label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin-bottom: 10px;
}

.woocommerce-account.woocommerce-lost-password .woocommerce .log-reg-custom-mail-reset-pass .woocommerce-ResetPassword .woocommerce-form-row--first {
    float: left;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .woocommerce-button-custom {
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: max-content;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .woocommerce-button-custom:hover {
    border: 2px solid #FE5C02;
    background-color: transparent;
    color: #FE5C02;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .custom_row_bot {
    margin: 5px 0 5px;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .custom_row_bot .web_account_log_in {
    color: #FE5C02;
    font-family: Freeman;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
}

.log-reg-custom-container-reset-pass .custom-form-container-pass-res .custom_row_bot .web_account_log_in:hover {
    color: #fe5c02b8;
}


.logged-in.woocommerce-page footer.entry-footer {
    display: none;
}



/*checkout page css*/

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px auto 16px;
    justify-content: space-between;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60%;
    background-color: #F4F0E0;
    padding: 20px;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 15px / 5px space;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 35%;
    background-color: #F4F0E0;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 16px / 6px space;
    padding: 20px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    border-color: #F9A671;
    margin-top: 10px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.woocommerce-checkout .wc-block-components-checkout-step .wc-block-components-checkout-step__heading .wc-block-components-title.wc-block-components-title {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.woocommerce-checkout .wc-block-components-address-card__edit {
    color: #FE5C02;
}

.woocommerce-checkout .wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin: 0 0 10px;
}

.woocommerce-checkout .wc-block-components-checkout-step .wc-block-components-checkout-step__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 17.36px;
    letter-spacing: 0px;
    font-family: 'Freeman';
    margin: 0 0 10px;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 30px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-blocks-components-select__select {
    width: 100% !important;
    border: 2px solid #F9A671 !important;
    font-family: Outfit !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1 !important;
    letter-spacing: 0px;
    background-color: transparent !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-block-components-text-input label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin: 0 0 10px;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin: 0 0 10px;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: transparent !important;
}

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #FE5C02;
    border-radius: 4px;
    background-color: #F5F0DF;
    position: relative;
    cursor: pointer;
    transition: all 0.3sease-in-out !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:checked {
    background-color: #FE5C02 !important;
    border-color: #FE5C02 !important;
}

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:checked::before {
    content: '\2713' !important;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: unset !important;
    outline-offset: unset !important;
}

.woocommerce-checkout .wc-block-components-shipping-rates-control__package-title {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.woocommerce-checkout .wc-block-components-shipping-rates-control__package-item {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
}

.woocommerce-checkout .wc-block-components-checkbox label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content .wc-block-components-textarea {
    border-color: #F9A671;
    border-width: 2px;
    background-color: #F5F0DF;
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content .wc-block-components-textarea::placeholder {
    font-family: Outfit !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #FE5C02;
}

.woocommerce-checkout .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #0E0E0E;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 30px;
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after {
    border: 2px solid #F9A671;
    border-bottom: solid !important;
    border-top: solid !important;
    border-width: 2px !important;
    border-color: #F9A671 !important;
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none;
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: none !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: inherit !important;
    outline-offset: inherit !important;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border: 2px solid #FE5C02 !important;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 2px solid #FE5C02 !important;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #FE5C02 !important;
}

.woocommerce-checkout .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: #FE5C02 !important;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-content p.content {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 10px;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-content p.content a {
    color: #FE5C02;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator span.wc-block-components-checkbox__label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator span.wc-block-components-checkbox__label a {
    color: #FE5C02;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator span.wc-block-components-checkbox__label a:hover,
.woocommerce-checkout .wc-block-components-radio-control-accordion-content p.content a:hover {
    color: #fe5c02b8;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    color: #FE5C02;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 50px;
    cursor: pointer;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    border: 2px solid #FE5C02;
    background-color: #FE5C02;
    color: #fff;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
    color: #FE5C02;
}

.wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper {
    border-top: 1px solid #F9A671;
}

.wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: 1px solid #F9A671;
}

.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input .wc-block-components-text-input label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin: 0 0 10px;
}

.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 50px;
    cursor: pointer;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    font-family: 'Freeman';
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    color: #0E0E0E;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 16px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-family: 'Freeman';
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #0E0E0E;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
    font-family: 'Freeman';
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
    border-bottom: 1px solid #F9A671;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
    border-bottom: none;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-product-details__name,
.wc-block-components-product-details__value,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 400 !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    border-radius: 100%;
    padding: 1px 2px;
    font-size: 13px;
    line-height: 0;
    border: 1px solid #FE5C02;
    min-height: 21px;
    min-width: 21px;
}

.woocommerce-checkout .wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    fill: #FE5C02;
}

.woocommerce-checkout .wc-block-checkout-empty {
    padding: clamp(30px, 4vw, 40px);
    background-color: #F4F0E0;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 24px 26px round;
}

.woocommerce-checkout .wc-block-checkout-empty .wc-block-checkout-empty__image {
    fill: #FE5C02;
}

.woocommerce-checkout .wc-block-checkout-empty .wc-block-checkout-empty__title {
    font-family: 'Freeman';
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px;
    margin: 15px 0;
}

.woocommerce-checkout .wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: 15px 0;
    font-family: 'Freeman';
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px;
    font-size: clamp(18px, 2vw, 20px);
}

.woocommerce-checkout .wc-block-checkout-empty .wp-block-button .wp-block-button__link {
    padding: 13px 50px;
    border-radius: 0;
    font-family: "Freeman";
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    color: #F4F0E0;
    text-transform: uppercase;
    background-color: #FE5C02;
    border: 2px solid #FE5C02;
    transition: 0.5s all;
}

.woocommerce-checkout .wc-block-checkout-empty .wp-block-button .wp-block-button__link:hover {
    background-color: transparent;
    color: #FE5C02;
}

.woocommerce-checkout .wc-block-checkout-empty .wp-block-button {
    display: inline-block;
    margin: 10px 0 10px !important;
}

.woocommerce-checkout .wc-block-components-address-card {
    border-color: #F9A671;
    border-width: 2px;
}

.woocommerce-checkout .wc-block-components-address-card .wc-block-components-address-card__address-section {
    font-weight: 400 !important;
}

/* Subscriptions tabs css start*/
.woocommerce-subscriptions .woocommerce_account_subscriptions {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.woocommerce-subscriptions .woocommerce_account_subscriptions .my_account_subscriptions {
    min-width: 800px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.woocommerce-subscriptions .woocommerce_account_subscriptions::-webkit-scrollbar {
    height: 5px;
}

.woocommerce-subscriptions .woocommerce_account_subscriptions::-webkit-scrollbar-track {
    background: #000;
    border-radius: 4px;
}

.woocommerce-subscriptions .woocommerce_account_subscriptions::-webkit-scrollbar-thumb {
    background-color: #FE5C02;
    border-radius: 4px;
}

/* Subscriptions tabs css end */

/* woocommerce table css start */
.table-container-main {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;

}

.table-container-main .orders-woocommerce-table-css-comm {
    min-width: 800px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.table-container-main::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
}

.table-container-main::-webkit-scrollbar-track {
    background: #000;
    border-radius: 4px;
    cursor: pointer;
}

.table-container-main::-webkit-scrollbar-thumb {
    background-color: #FE5C02;
    border-radius: 4px;
    cursor: pointer;
}

.table-container-main .woocommerce-table-css-comm tr th {
    color: #FE5C02;
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
    filter: inherit;
}

.table-container-main .woocommerce-table-css-comm tr td {
    color: #0E0E0E;
}

.woocommerce-table-css-comm tr th,
.woocommerce-table-css-comm tr td {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 5px 10px 5px !important;
    border: 2px solid #FE5C02 !important;
}

.woocommerce-table-css-comm .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button {
    margin: 0 0 5px !important;
}

.table-container-main .woocommerce-table-css-comm .order-number {
    padding: 0 !important;
}

/* woocommerce table css end */


/* view order css start  */
.woocommerce-order-details-css {
    font-family: "Freeman", serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.woocommerce-order-details-css .woocommerce-order-details__title {
    font-size: clamp(1.375rem, 1.3393rem + 0.1786vw, 1.5rem);
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #100e0e;
}

.woocommerce-order-details-css .woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-order-details-css .woocommerce-table thead th {
    font-family: "Freeman", serif;
    background-color: #FE5C02;
    padding: 12px 15px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    border: 0px solid #F9A671;
}

.woocommerce-order-details-css .woocommerce-table__product-name {
    width: 60%;
}

.woocommerce-order-details-css .woocommerce-table tbody td {
    padding: 15px 15px;
    border-bottom: 1px solid #000;
    vertical-align: top;
    color: #000;
    font-size: 16px;
}

.woocommerce-order-details-css .woocommerce-table__product-name a {
    color: #2c7dfa;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-order-details-css .woocommerce-table__product-name a:hover {
    text-decoration: underline;
}

.woocommerce-order-details-css .woocommerce-table tbody td .product-quantity {
    color: #000;
    font-weight: 400;
    margin-left: 5px;
}

.woocommerce-order-details-css .woocommerce-table tbody td .wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 16px;
    color: #000;
}

.woocommerce-order-details-css .woocommerce-table tbody td .wc-item-meta li {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.woocommerce-order-details-css .woocommerce-table tbody td .wc-item-meta li p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.woocommerce-order-details-css .woocommerce-Price-amount {
    font-weight: 500;
    color: #333;
}

.woocommerce-order-details-css .woocommerce-table tfoot th {
    text-align: left;
    padding: 10px 15px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

.woocommerce-order-details-css .woocommerce-table tfoot td {
    padding: 10px 15px;
    text-align: right;
}

.woocommerce-order-details-css .woocommerce-table tfoot tr a.woocommerce-button {
    border-color: #F4F0E0 !important;
    margin-right: 2px !important;
}

.logged-in.account-page-custom-css .woocommerce_table_order_details_css tfoot td a.woocommerce-button.button {
    border-color: #F4F0E0 !important;
    margin-right: 5px !important;
}

.logged-in.account-page-custom-css.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce_table_order_details_css tfoot td a.woocommerce-button.button:hover {
    color: #F4F0E0 !important;
}

.woocommerce-order-details-css .woocommerce-table tfoot tr:last-child {
    background-color: #FE5C02;
}

.woocommerce-order-details-css .woocommerce-table tfoot tr:last-child th,
.woocommerce-order-details-css .woocommerce-table tfoot tr:last-child td {
    font-weight: 500;
    color: #fff;
    border-top: 1px solid #F9A671;
}

.woocommerce-order-details-css .shipped_via {
    color: #888;
    font-style: italic;
    margin-left: 5px;
}

.woocommerce-order-details-css header h2 {
    font-size: clamp(1.375rem, 1.3393rem + 0.1786vw, 1.5rem);
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #100e0e;
}

.woocommerce-order-details-css .woocommerce-MyAccount-subscriptions {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-order-details-css .woocommerce-MyAccount-subscriptions thead th {
    padding: 12px 15px;
    text-align: center;
    font-weight: 400;
    color: #FE5C02;
    border: 2px solid #FE5C02 !important;
}

.woocommerce-order-details-css .woocommerce-MyAccount-subscriptions tbody td {
    padding: 10px !important;
    text-align: center;
    font-weight: 400;
    color: #0E0E0E;
    border: 2px solid #FE5C02 !important;
}

.woocommerce-order-details-css .woocommerce-table tfoot tr:last-child td .woocommerce-Price-amount.amount {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.woocommerce-order-details-css .woocommerce-MyAccount-subscriptions .order-status {
    font-weight: 500;
}

.woocommerce-order-details-css .woocommerce-MyAccount-subscriptions .woocommerce-orders-table__row--status-active .order-status {
    color: #FE5C02;
}

tr:has(th:contains("Discount")) td {
    color: #e05d5d;
}

.yodoggo-subscription-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-top: 20px;
}

.yodoggo-subscription-table-container .woocommerce-MyAccount-subscriptions {
    min-width: 800px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.yodoggo-subscription-table-container::-webkit-scrollbar {
    height: 5px;
}

.yodoggo-subscription-table-container::-webkit-scrollbar-track {
    background: #000;
    border-radius: 4px;
}

.yodoggo-subscription-table-container::-webkit-scrollbar-thumb {
    background-color: #FE5C02;
    border-radius: 4px;
}

.woocommerce-customer-details-css .addresses {
    padding-top: 0;
}

.woocommerce-customer-details-css .woocommerce-column__title {
    font-weight: 400;
    font-size: clamp(1.375rem, 1.3393rem + 0.1786vw, 1.5rem) !important;
    margin-bottom: 10px !important;
}

.woocommerce-customer-details-css .woocommerce-customer-details__title {
    font-size: clamp(1.375rem, 1.3393rem + 0.1786vw, 1.5rem);
    font-weight: 500;
    color: #0E0E0E;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #100e0e;
}

.woocommerce-customer-details-css .woocommerce-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.woocommerce-customer-details-css .woocommerce-column__title {
    font-size: 20px !important;
    font-weight: 400;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FE5C02;
    color: #0E0E0E;
    line-height: 1 !important;
}

.woocommerce-customer-details-css .woocommerce-column {
    padding: 20px;
    background-color: #F4F0E0;
    border-radius: 8px;
    margin: 15px 15px 15px;
    flex: 1 1 calc(50% - 30px);
    min-width: 250px;
    border: 2px solid #FE5C02;
}

.woocommerce-customer-details-css .woocommerce-column:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.woocommerce-customer-details-css .woocommerce-column address {
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px;
}

.woocommerce-customer-details-css .woocommerce-customer-details--phone,
.woocommerce-customer-details-css .woocommerce-customer-details--email {
    margin: 10px 0 0 !important;
    padding-top: 10px;
    border-top: 1px dashed #FE5C02;
    font-size: 16px !important;
    line-height: 1 !important;
    word-wrap: break-word;
}

/* view order css end */

/* view subscription css start */
.yodo-sub-detail-container {
    margin-bottom: 2rem;
}

.woocommerce-view-subscription h2 {
    font-size: clamp(1.375rem, 1.3393rem + 0.1786vw, 1.5rem);
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #100e0e;
}

.yodo-sub-detail-table-container {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 20px;
    padding: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background-color: #F5F0DF;
    border-radius: 12px;
    overflow-x: auto;
}

.woo_heading {
    font-size: clamp(1.375rem, 1.3393rem + 0.1786vw, 1.5rem);
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #100e0e;
}

.yodo-sub-detail-table-container table.subscription_details {
    width: 100%;
    border-collapse: collapse;
}

.yodo-sub-detail-table-container table.subscription_details td {
    padding: 12px 15px;
    border-bottom: 2px solid #FE5C02 !important;
    vertical-align: top;
    font-size: 16px;
}

.yodo-sub-detail-table-container table.subscription_details tr:last-child td {
    border-bottom: none;
}

.yodo-sub-detail-table-container table.subscription_details td:first-child {
    font-weight: 500;
    color: #0E0E0E;
    width: 35%;
}

.yodo-sub-detail-table-container table.subscription_details td:last-child {
    color: #0E0E0E;
}

.yodo-sub-detail-table-container a.button {
    padding: 10px 14px !important;
    line-height: 1.1 !important;
    max-width: max-content !important;
    margin: 5px !important;
}

.yodo-sub-detail-table-container a.button:hover {
    background-color: #005e8a;
}

.yodoggo-related-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-top: 20px;
}

.yodoggo-related-table-container::-webkit-scrollbar {
    height: 5px;
}

.yodoggo-related-table-container::-webkit-scrollbar-track {
    background: #000;
    border-radius: 4px;
}

.yodoggo-related-table-container::-webkit-scrollbar-thumb {
    background-color: #FE5C02;
    border-radius: 4px;
}

.yodoggo-related-table-container .yodoggo-related-table-common {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
}

.yodoggo-related-table-container .yodoggo-related-table-common tr th,
.yodoggo-related-table-container .yodoggo-related-table-common tr td {
    padding: 12px 15px;
    text-align: center;
    font-weight: 400;
    border: 2px solid #FE5C02 !important;
    font-size: 16px;
    color: #0E0E0E;
}

.yodoggo-related-table-container .yodoggo-related-table-common tr td.woocommerce-orders-table__cell-order-actions a {
    margin: 2px !important;
}

.yodoggo-related-table-container .yodoggo-related-table-common tr th {
    color: #fe5c02;
}

.yodoggo-related-table-container .yodoggo-related-table-common tr td.order-status {
    color: #fe5c02;
}

/*view subscription css end*/

/*Change payment method css start */
.logged-in.woocommerce-page.woocommerce-order-pay .woocommerce {
    display: inline-block;
}

.yodoyo-change-pay-container .order_review_container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.yodoyo_shop_table_container {
    width: 100%;
    overflow-x: auto;
}

.yodoyo_shop_table_container .shop_table {
    width: 100%;
    border-collapse: collapse;
}

.yodoyo_shop_table_container .shop_table th,
.yodoyo_shop_table_container .shop_table td {
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #FE5C02;
    font-size: 16px;
    font-weight: 400;
    color: #0E0E0E;
}

.yodoyo_shop_table_container .shop_table thead tr th {
    background-color: #FE5C02;
    color: #fff;
    border: 0px solid #F9A671;
}

.yodoyo_shop_table_container .shop_table tfoot tr:last-child th,
.yodoyo_shop_table_container .shop_table tfoot tr:last-child td {
    background-color: #FE5C02;
    color: #fff;
}

.yodoyo_shop_table_container .shop_table tfoot tr .woocommerce-Price-amount.amount {
    font-weight: 400;
}

.yodoyo_shop_table_container .shop_table .product-subtotal .woocommerce-Price-amount.amount {
    font-weight: 400;
}

.payment-css {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff9e5f0;
    padding: 15px;
}

.payment-css .payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment-css .payment_methods li {
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #fe5c02;
    border-radius: 5px;
    background-color: #fff9e5f0;
    position: relative;
}

.payment-css .payment_box {
    background-color: #F5F0DF;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.payment-css .form-row .button {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background-color: #FE5C02;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 2px solid #fe5c02;
}

.payment-css .form-row .button:hover {
    background-color: #F4F0E0;
    color: #FE5C02;
    border-color: #FE5C02;
}

.payment-css .form-row .button:active {
    transform: translateY(1px);
}

.payment-css .update-all-subscriptions-payment-method-wrap .checkbox {
    position: relative;
    cursor: pointer;
}

.payment-css .update-all-subscriptions-payment-method-wrap .checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #FE5C02;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.payment-css .update-all-subscriptions-payment-method-wrap .checkbox input[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.payment-css .update-all-subscriptions-payment-method-wrap .checkbox input[type="checkbox"]:checked {
    background-color: #FE5C02;
    border-color: #FE5C02;
}

.payment-css .update-all-subscriptions-payment-method-wrap .checkbox input[type="checkbox"]:checked::before {
    opacity: 1;
}

.payment-css .form-row {
    margin-bottom: 15px;
}

.payment-css .testmode-info {
    background-color: #fffbf1;
    border-left: 4px solid #FE5C02;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

.payment-css .wc_payment_method .payment_box fieldset {
    border-radius: 5px;
    background: #F4F0E0;
    border: 2px solid #fe5c02;
    padding: 20px;
    margin-top: 1rem;
}

.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

.payment-css .payment_methods label {
    font-size: 16px;
}

.payment-css fieldset {
    padding: 0;
    padding-bottom: 0;
    border: 0;
    background: transparent;
}

/*Change payment method css end*/

/*Add payment method  css start */

.woocommerce-add-payment-method .woocommerce-Payment {
    background-color: #F5F0DF;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.woocommerce-add-payment-method .woocommerce-PaymentMethods {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    border: 1px solid #FE5C02;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-add-payment-method .woocommerce-PaymentMethod {
    padding: 15px;
    border-bottom: 1px solid #FE5C02;
    background-color: #F5F0DF;
    transition: background-color 0.2s ease;
}

.woocommerce-add-payment-method .woocommerce-PaymentMethod:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentMethod {
    margin-bottom: 1.5rem;
}

.woocommerce-add-payment-method .input-radio {
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #FE5C02;
    border-radius: 50%;
    outline: none;
    transition: all 0.2s ease;
    position: relative;
}

.woocommerce-add-payment-method .input-radio:checked {
    border-color: #FE5C02;
}

.woocommerce-add-payment-method .input-radio:checked:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FE5C02;
    border-radius: 50%;
}

.woocommerce-add-payment-method .input-radio:hover {
    border-color: #FE5C02;
}

.woocommerce-add-payment-method .input-radio:focus {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.25);
}

.woocommerce-add-payment-method .woocommerce-PaymentMethod .input-radio {
    margin: 5px 10px 5px 0px !important;
}

.woocommerce-add-payment-method .woocommerce-PaymentMethod label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    width: 95%;
}

.woocommerce-add-payment-method .woocommerce-input-wrapper .checkbox {
    font-size: 16px !important;
    line-height: 1;
}

.woocommerce-add-payment-method .stripe-cards-icon {
    height: 24px;
    margin-left: 10px;
}

.woocommerce-add-payment-method .woocommerce-PaymentBox {
    padding: 15px;
    background-color: #F5F0DF;
    border-top: 2px solid #FE5C02;
    margin-top: 10px;
}

.woocommerce-add-payment-method .testmode-info {
    background-color: #fffde7;
    padding: 20px 10px;
    border-radius: 4px;
    border-left: 4px solid #fd5c02;
    font-size: 16px !important;
}

.woocommerce-add-payment-method .testmode-info a {
    color: #0066cc;
    text-decoration: none;
}

.woocommerce-add-payment-method .testmode-info a:hover {
    text-decoration: underline;
}

.woocommerce-add-payment-method .wc-upe-form {
    border: 1px solid #FE5C02;
    padding: 10px;
    margin-bottom: 10px;
}

.woocommerce-add-payment-method #wc-stripe-upe-errors {
    color: #e53935;
    margin-bottom: 10px;
    font-size: 14px;
}

.woocommerce-add-payment-method .checkbox {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.woocommerce-add-payment-method .input-checkbox {
    margin-right: 10px;
    margin-top: 3px;
}

.woocommerce-add-payment-method .woocommerce-Button {
    background-color: #3498db;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.woocommerce-add-payment-method .woocommerce-Button:hover {
    background-color: #2980b9;
}

.woocommerce-add-payment-method .form-row {
    margin-top: 20px;
}

.woocommerce-add-payment-method .form-row .checkbox .input-checkbox {
    cursor: pointer;
    position: relative;
    border: 2px solid #FE5C02;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .2em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 1;
    background-color: #fff;
}

.woocommerce-add-payment-method .form-row .checkbox .input-checkbox:checked {
    background-color: #FE5C02;
    opacity: 1;
    border-color: #FE5C02;
}

.woocommerce-add-payment-method .form-row .checkbox .input-checkbox::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

/*Add payment method  css end */

/*Order received CSS start*/
.woocommerce-order-received .entry-content {
    padding: clamp(20px, 3vw, 50px);
    background-color: #F4F0E0;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 24px / 10px space;
    max-width: 100%;
    width: 100%;
}

.woocommerce-order-received .entry-content .woocommerce-order {
    display: block;
    padding: 0 !important;
}

.woocommerce-order-received .entry-content .woocommerce-order .woocommerce-order-details-css {
    width: 100%;
    margin: 1.5rem 0;
}

.woocommerce-order-received .entry-content .woocommerce-verify-email .form-row {
    padding: 0;
    margin: 1rem 0;
}

.woocommerce-order-received .entry-content .woocommerce-verify-email .form-row:last-child {
    margin: 0;
}

.woocommerce-order-received .entry-content .woocommerce-verify-email .form-row label {
    font-family: 'Freeman';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FE5C02;
    margin-bottom: 10px;
}

.woocommerce-order-received .entry-content .woocommerce-verify-email .form-row .input-text,
.woocommerce-order-received .entry-content .woocommerce-verify-email .form-row select {
    width: 100% !important;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #F9A671 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1;
    letter-spacing: 0px;
}

.woocommerce-verify-email .woocommerce-button {
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 50px;
    cursor: pointer;
    width: max-content;
    transition: all 0.3s ease;
}

.woocommerce-verify-email .woocommerce-button:hover {
    background-color: transparent;
    color: #FE5C02;
}

.woocommerce-verify-email a {
    color: #FE5C02;
}

.woocommerce-verify-email a:hover {
    color: #0E0E0E;
}

/*Order received css end*/

/* Pay for order css start */
.woocommerce-order-pay #order_review .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #F5F0DF;
    border: 1px solid #ddd;
    font-size: 16px;
}

.woocommerce-order-pay #order_review .shop_table thead {
    background-color: #F5F0DF;
}

.woocommerce-order-pay #order_review .shop_table th,
.woocommerce-order-pay #order_review .shop_table td {
    padding: 12px 15px;
    text-align: left;
    border: 2px solid #FE5C02;
    vertical-align: top;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
}

.woocommerce-order-pay #order_review .shop_table th {
    color: #FE5C02;
}

.woocommerce-order-pay #order_review .shop_table td ul.wc-item-meta {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
    color: #FE5C02;
}

.woocommerce-order-pay #order_review .shop_table td ul.wc-item-meta li {
    margin-bottom: 2px;
}

.woocommerce-order-pay #order_review .shop_table tfoot th,
.woocommerce-order-pay #order_review .shop_table tfoot td {
    background-color: #F5F0DF;
    font-weight: 400;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods {
    border: 2px solid #fe5c02;
    margin: 2rem 0;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method {
    border-bottom: 2px solid #FE5C02;
    padding: 10px;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method:last-child {
    border-bottom: 0;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method label {
    margin: 0.5rem 0;
}

.woocommerce-order-pay #order_review #payment .wc_payment_method input[type=radio]:checked+label::before {
    box-shadow: 0 0 0 2px #ffffff inset;
    background: #fe5c02;
}

.woocommerce-order-pay #order_review #payment .wc_payment_method input[type=radio]+label::before {
    width: 20px;
    height: 20px;
    border: 2px solid #fe5c02;
    margin-right: 10px;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method .payment_box {
    background-color: #F5F0DF;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .testmode-info {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0E0E0E;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method .payment_box fieldset {
    background-color: transparent;
    padding: 5px 0px;
}

.wc_payment_methods .payment_box p {
    line-height: 1
}

.woocommerce-order-pay #order_review #payment .wc_payment_method label {
    line-height: 1;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method .payment_box fieldset .woocommerce-SavedPaymentMethods-saveNew {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-order-pay #order_review #payment .wc_payment_method .payment_box input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px !important;
    height: 20px;
    border: 2px solid #FE5C02;
    border-radius: 5px;
    background-color: #F5F0DF;
    transition: background-color 0.2s, border-color 0.2s;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.woocommerce-order-pay #order_review #payment .wc_payment_method .payment_box input[type=checkbox]:checked {
    background-color: #FE5C02;
    border-color: #FE5C02;
}

.woocommerce-order-pay #order_review #payment .wc_payment_method .payment_box input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.woocommerce-order-pay #order_review #payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 10px;
}

.woocommerce-order-pay #order_review #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.woocommerce form .form-row .input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #FE5C02;
    border-radius: 5px;
    background-color: #F5F0DF;
    transition: background-color 0.2s, border-color 0.2s;
    position: relative;
    cursor: pointer;
    margin: -6px 5px 0 0;
    display: inline-block;
}

.woocommerce form .form-row .input-checkbox:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #F5F0DF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.woocommerce form .form-row .input-checkbox:checked {
    background-color: #FE5C02;
    border-color: #FE5C02;
}

.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link {
    color: #FE5C02;
}

.woocommerce-privacy-policy-link:hover,
.woocommerce-terms-and-conditions-link:hover {
    color: #0E0E0E;
}

.woocommerce-order-pay #order_review #place_order {
    float: none;
    color: #F4F0E0;
    background-color: #FE5C02;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    font-family: 'Freeman';
    text-transform: capitalize;
    border: 2px solid #FE5C02;
    padding: 10px 30px;
    margin-top: 10px;
    width: max-content;
    transition: all 0.3s ease;
}

.woocommerce-order-pay #order_review #place_order:hover {
    border: 2px solid #FE5C02;
    background-color: transparent;
    color: #FE5C02;
}

/* Pay for order css end */

/* notofication css  start*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #fff9e5f0;
    border-top: 3px solid #fd5c02;
    font-size: 16px;
    padding: 10px;
}

/* notofication css  end*/




@media (max-width: 1440px) {

    .woocommerce-page .entry,
    .woocommerce-page .hentry,
    .woocommerce-page .type-page {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1366px) {

    .woocommerce-page .entry,
    .woocommerce-page .hentry,
    .woocommerce-page .type-page {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {

    .woocommerce-page .entry,
    .woocommerce-page .hentry,
    .woocommerce-page .type-page {
        padding-left: 25px;
        padding-right: 25px;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
        font-size: 20px;
    }

    .woocommerce-checkout .wc-block-components-checkout-step .wc-block-components-checkout-step__heading .wc-block-components-title.wc-block-components-title {
        font-size: 22px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce {
        gap: 10px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-navigation {
        width: 25%;
    }

    .yodo-sub-detail-table-container table.subscription_details td {
        padding: 10px 5px;
    }
}

@media (max-width: 1024px) {

    .woocommerce-page .entry,
    .woocommerce-page .hentry,
    .woocommerce-page .type-page {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 80px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-navigation {
        padding: 10px;
        width: 25%;
        margin: 0 0 0 !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce {
        gap: 10px !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content {
        padding: 10px;
    }

    .woocommerce-page .entry-header {
        text-align: center;
        margin: 30px 0 30px;
    }

    .logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses {
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1.woocommerce-Address {
        float: unset;
        width: 100%;
    }

    .logged-in.woocommerce-page .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2.woocommerce-Address {
        float: unset;
        width: 100%;
        margin-top: 30px;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price .wc-block-components-product-price {
        font-size: 14px;
    }

    .wc-block-components-totals-coupon .wc-block-components-panel__button {
        font-size: 14px;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
        font-size: 18px;
    }

    .woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
        font-size: 18px;
    }

    .woocommerce-checkout .wc-block-components-totals-item__label {
        font-size: 18px;
    }

    .woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-shipping-placeholder__value {
        font-size: 14px;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
        flex-direction: column;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
        padding-left: 10px;
        padding-right: 10px;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
        padding-bottom: 5px !important;
        padding-top: 5px;
    }

    .woocommerce-add-payment-method .woocommerce-PaymentMethod label {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .form-group .woocommerce-Input {
        padding: 13px 10px;
    }

    .woocommerce-page .log-reg-custom-container .log-custom-col-first-50 {
        margin-right: 15px;
    }

    .woocommerce-page .log-reg-custom-container .log-custom-col-second-50 {
        margin-left: 15px;
    }


}


@media (max-width: 880px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
        /* flex-wrap: wrap;
        flex-direction: column; */
    }

    .yodoyo-change-pay-container .order_review_container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

}


@media (max-width: 809px) {

    .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
    .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100%;
        margin: 0;
        padding: 10px 10px;
    }

    .checkout-page-custom-css .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        border-color: #F9A671 !important;
        border-width: 2px !important;
    }
}

@media (max-width: 768px) {
    .logged-in.woocommerce-page .entry-content .woocommerce {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 50px;
    }

    .logged-in.woocommerce-page .entry-content {
        padding: 20px !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
        margin: 0 !important;
        padding: 10px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 10px;
    }

    .logged-in.woocommerce-page .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
        padding: 5px 0 10px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
        width: 100% !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row-first,
    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row-last {
        width: 100%;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form h2 {
        font-size: 25px;
    }

    .product-card .image-box {
        border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 23 fill / 20px / 9px space !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .account-orders-table tr td {
        width: 100%;
        padding: 10px 0 10px 0;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .account-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        max-width: max-content;
        margin-top: 0 !important;
    }

    .woocommerce-page table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        margin: 0 0 1rem;
    }

    .woocommerce-subscriptions .woocommerce_account_subscriptions {
        overflow-x: inherit;
    }

    .woocommerce-subscriptions .woocommerce_account_subscriptions .my_account_subscriptions {
        min-width: 100%;
        margin-bottom: 0;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
        padding: 5px 0 4px;
    }

    .woocommerce table.shop_table_responsive tr:first-child,
    .woocommerce-page table.shop_table_responsive tr:first-child {
        padding-top: 10px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 400;
    }

    .table-container-main {
        overflow-x: inherit;
    }

    .table-container-main .orders-woocommerce-table-css-comm {
        min-width: 100%;
    }


    .yodoggo-subscription-table-container {
        overflow-x: initial;
    }

    .yodoggo-subscription-table-container .woocommerce-MyAccount-subscriptions {
        min-width: 100%;
    }

    .yodoggo-subscription-table-container .woocommerce-MyAccount-subscriptions tr td {
        padding: 10px !important;
    }

    .woocommerce-table-css-comm tr th,
    .woocommerce-table-css-comm tr td {
        border-width: 2px 2px 0px 2px !important;
        padding: 10px 10px 10px 10px !important;
        width: 100% !important;
    }

    .woocommerce-table-css-comm tr td:last-child {
        border-width: 2px 2px 2px 2px !important;
    }

    .woocommerce-order-details-css .woocommerce-MyAccount-subscriptions tbody td {
        border-width: 2px 2px 0 2px !important;
    }

    .woocommerce-order-details-css .woocommerce-MyAccount-subscriptions tbody td:last-child {
        border-width: 2px 2px 2px 2px !important;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .yodoggo-related-table-container {
        overflow: hidden;
    }

    .yodoggo-related-table-container .yodoggo-related-table-common {
        min-width: 100%;
    }

    .yodoggo-related-table-container .yodoggo-related-table-common tr td {
        padding: 10px 10px !important;
        border-width: 2px 2px 0 2px !important;
    }

    .yodoggo-related-table-container .yodoggo-related-table-common tr td:last-child {
        border-width: 2px 2px 2px 2px !important;
    }

    .yodoggo-related-table-container .yodoggo-related-table-common tbody tr {
        padding-bottom: 0;
        padding-top: 0;
    }

    .woocommerce-add-payment-method .woocommerce-Payment {
        padding: 15px;
    }

    .woocommerce-add-payment-method .woocommerce-PaymentMethod {
        padding: 12px;
    }

    .woocommerce-add-payment-method .woocommerce-PaymentBox {
        padding: 12px;
    }

    .woocommerce-add-payment-method .woocommerce-Button {
        width: 100%;
        padding: 14px;
    }

}


@media (max-width: 767px) {
    .woocommerce-page .log-reg-custom-container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .woocommerce-page .log-reg-custom-container .log-custom-col-first-50,
    .woocommerce-page .log-reg-custom-container .log-custom-col-second-50 {
        width: 100%;
    }

    .woocommerce-page .log-reg-custom-container .log-custom-col-second-50 {
        margin-left: 0;
        margin-top: 50px;
    }

    .woocommerce-page .log-reg-custom-container .log-custom-col-first-50 {
        margin-right: 0;
    }

    .woocommerce-page .log-reg-custom-container .log-custom-col-common .custom-form-container .woocommerce-button-custom {
        margin-top: 10px;
    }

    .woocommerce-order-details-css {
        padding: 20px 15px;
        margin: 20px auto;
    }

    .woocommerce-table__product-name,
    .woocommerce-table__product-total {
        width: 100%;
    }

    .woocommerce-orders-table__header {
        display: none;
    }

    .woocommerce-orders-table__cell {
        text-align: right;
        padding: 10px 15px;
    }

    .woocommerce-orders-table__cell:before {
        content: attr(data-title);
        float: left;
        font-weight: 600;
    }

    .woocommerce-orders-table__cell-order-actions {
        text-align: center;
    }

    .woocommerce-customer-details-css .woocommerce-column {
        flex: 1 1 calc(100% - 30px);
    }

    .woocommerce-customer-details-css .woocommerce-customer-details__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .woocommerce-order-details-css .woocommerce-table {
        margin-bottom: 15px;
    }

    .woocommerce-order-details-css .woocommerce-table thead th {
        padding: 10px 5px;
    }

    .woocommerce-order-details-css .woocommerce-table tbody td {
        padding: 10px 5px;
    }

    .woocommerce-order-pay #order_review .shop_table th,
    .woocommerce-order-pay #order_review .shop_table td {
        padding: 10px 10px;
    }

    .woocommerce-order-pay #order_review #payment .wc_payment_methods {
        margin: 1rem 0;
    }

    .woocommerce-order-pay #order_review #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
        font-size: 16px;
    }
}


@media (max-width: 740px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100%;
        margin-bottom: 1rem;
        border-image: none !important;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
        border-image: none !important;
    }

    .woocommerce-checkout .wcs-recurring-totals-panel__details .wc-block-components-panel__button {
        padding-left: 14px !important;
    }

    .logged-in.woocommerce-page .entry-content {
        border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 27px / 10px space !important;
    }
}

@media (max-width: 575px) {
    .woocommerce-page .entry-header {
        margin: 20px 0 30px;
    }

    .woocommerce-page .entry,
    .woocommerce-page .hentry,
    .woocommerce-page .type-page {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 50px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content a.button {
        width: 100%;
        margin: 0;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content form h2 {
        font-size: 20px;
    }

    .log-reg-custom-container-reset-pass {
        padding: 30px 20px;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        padding: 10px 10px;
    }

    .woocommerce-checkout .wc-block-checkout-empty .wc-block-checkout-empty__image {
        max-width: 70px;
    }

    .yodo-sub-detail-table-container table.subscription_details,
    .yodo-sub-detail-table-container table.subscription_details tbody,
    .yodo-sub-detail-table-container table.subscription_details tr,
    .yodo-sub-detail-table-container table.subscription_details td {
        display: block;
        width: 100% !important;
    }

    .yodo-sub-detail-table-container table.subscription_details td {
        padding: 10px 10px;
    }

    .yodo-sub-detail-table-container table.subscription_details tr {
        margin-bottom: 10px;
        border: 1px solid #eee;
        border-radius: 5px;
        overflow: hidden;
        background: #F5F0DF;
    }

    .yodo-sub-detail-table-container table.subscription_details td:first-child {
        background: #FE5C02;
        font-weight: 500;
        border-bottom: 1px solid #e0e0e0 !important;
        color: #F4F0E0;
    }

    .yodo-sub-detail-table-container a.button {
        width: 100%;
        margin-top: 6px;
        text-align: center;
    }

    .cart-yodoggo-simple-form-custom-css .cart-yodoggo-simple-btn-container .yodoggo-quantity-wrapper {
        width: 50%;
    }

    .cart-yodoggo-simple-form-custom-css .cart-yodoggo-simple-btn-container .yodoggo-btn-col.add_to_cart {
        width: 50%;
    }

    .cart-yodoggo-simple-btn-container .yodoggo-btn-col .single_add_to_cart_button {
        padding: 15px 10px !important;
    }
}


@media screen and (max-width: 480px) {
    .woocommerce-customer-details-css {
        margin: 20px 0;
    }

    .woocommerce-customer-details-css .woocommerce-column {
        padding: 15px;
        margin: 0 10px 20px;
        border-radius: 6px;
    }

    .woocommerce-customer-details-css .woocommerce-column__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .woocommerce-customer-details-css .woocommerce-columns {
        margin: 0 -10px;
    }

    .woocommerce-customer-details-css .woocommerce-column address {
        font-size: 14px;
        line-height: 1.6;
    }

    .yodo-sub-detail-table-container a.button {
        margin: 5px !important;
    }

    .logged-in.woocommerce-page .entry-content .woocommerce .woocommerce-MyAccount-content .yodo-sub-detail-table-container a.button {
        margin-top: 0 !important;
    }

    .yodo-sub-detail-table-container table.subscription_details .action_col_btn {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .yodo-sub-detail-table-container table.subscription_details .action_col_btn a.button {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px !important;
        padding: 10px 5px !important;
        margin: 0 !important;
    }

    .woocommerce-add-payment-method .woocommerce-Payment {
        padding: 10px;
        border-radius: 5px;
    }

    .woocommerce-add-payment-method .woocommerce-PaymentMethod label {
        font-size: 14px;
    }

    .woocommerce-add-payment-method .testmode-info {
        font-size: 13px !important;
        padding: 8px;
    }

    .woocommerce-add-payment-method .stripe-cards-icon {
        height: 20px;
    }

    .woocommerce-add-payment-method .checkbox {
        font-size: 13px !important;
    }

    .woocommerce-order-pay #order_review .shop_table th,
    .woocommerce-order-pay #order_review .shop_table td {
        padding: 10px 5px;
    }

    .woocommerce-order-pay #order_review #place_order {
        width: 100%;
        padding: 10px 10px;
    }

}

/*woocommerce-my-account css end*/

.fresh-food-your-way-section .content-col::before {
    content: url(/wp-content/uploads/2025/02/Vector.png);
    position: absolute;
    /* left: -190px; */
    left: 10px;
    bottom: 50px;
}

.fresh-food-your-way-section .content-col::after {
    content: url(/wp-content/uploads/2025/02/Vector-1.png);
    position: absolute;
    /* right: -210px; */
    right: 10px;
    bottom: 40px;
}



/* test page css  */

/* Scalloped border */
.mask-border {
    -webkit-mask: linear-gradient(#777 0 0) center/calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0/ 25px 25px round;
    mask: linear-gradient(#777 0 0) center/calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0/ 25px 25px round;
}

.scalloped-border {
    display: none;
}

.scalloped-border-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: radial-gradient(circle at 10px -5px, transparent 12px, #FE5C02 13px);
    background-size: 20px 20px;
    z-index: 999;
}

.scalloped-border-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background: radial-gradient(circle at 10px 25px, transparent 12px, #FE5C02 13px);
    background-size: 20px 20px;
    z-index: 999;
}

.scalloped-border-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: radial-gradient(circle at 25px 10px, transparent 12px, #FE5C02 13px);
    background-size: 20px 20px;
    z-index: 999;
}

.scalloped-border-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: radial-gradient(circle at -5px 10px, transparent 12px, #FE5C02 13px);
    background-size: 20px 20px;
    z-index: 999;
}

/* Cart Page -- Nazir */

.woocommerce-cart .cart_item:not(.uwcc-cart-popup .cart_item) {
    width: 70%;
}

.woocommerce-cart .woocommerce {
    display: flex;
}

.woocommerce-cart .wrap-product {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.woocommerce-cart .product-name {
    width: 25%;
    width: 100%;
    text-align: left;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.woocommerce-cart .name-attribute-quantity .product-name .change-plan-custom {
    font-size: 16px;
    margin: 5px 0;
}

.woocommerce-cart .price-remove {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.woocommerce-cart .price-remove .product-subtotal {
    text-align: right;
}

.woocommerce-cart .product-image img {
    padding: 5px;
    border: 2px solid #fe5c02;
    width: 100%;
}

.woocommerce-cart .name-attribute-quantity {
    width: 50%;
}

.woocommerce-cart .product-name a {
    color: #fd5c02 !important;
    font-size: 16px !important;
    font-family: "Freeman" !important;
}

.woocommerce-cart :where(.coupon, .wrap-coupone-custom) input {
    padding: 15px 10px;
    background-color: #f3f0df !important;
    border: 2px solid #FE5C02 !important;
}

.woocommerce-cart .woocommerce-cart-form button[name=apply_coupon],
.woocommerce-cart .wrap-coupone-custom button[name=apply_coupon_custom] {
    border: 2px solid #fe5c02;
    border-left: 0px;
    font-family: "Freeman" !important;
    font-size: 13px;
    padding: 5px 20px;
    background: #ffffff00;
}

.woocommerce-cart .woocommerce-cart-form .shop_table_responsive input#coupon_code.input-text {
    font-size: 16px !important;
}

.woocommerce-cart .actions {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.woocommerce-cart .wrap-coupone-custom {
    display: flex;
    margin: 20px 0px 20px 0px;
}

.woocommerce-cart .wrap-coupone-custom input[type="text"] {
    flex: 1;
    /* Makes the input take up full available space */
    min-width: 0;
    /* Prevents flex issues */
}

.woocommerce-cart .wrap-coupone-custom button {
    flex-shrink: 0;
    /* Prevents button from shrinking */
}

.woocommerce-cart .coupon {
    display: none;
}

.woocommerce .woocommerce-cart-form button[name=update_cart] {
    background-color: #FE5C02;
    color: #F4F0E0;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.5s all;
    border: 2px solid #fe5c02;
    font-family: "Freeman" !important;
    cursor: pointer;
}

.woocommerce .woocommerce-cart-form button[name=update_cart]:hover {
    color: #FE5C02;
}

.woocommerce .woocommerce-cart-form button[name=update_cart]:disabled {
    opacity: 0.5;
}

.woocommerce-cart .calculated_shipping table {
    width: 100%;
}

.woocommerce-cart .checkout-button {
    color: #fff !important;
    border: 2px solid #FE5C02 !important;
    margin-top: 20px !important;
    background: #fe5c02;
    font-size: 1.1vw;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce-cart.cart-page-custom-css .shop_table tbody tr {
    margin-bottom: 10px;
    /* Adds spacing between table rows */
    display: flex;
    /* Ensures margin-bottom works properly */
    justify-content: space-between;
    gap: 20px;

}

.uwcc-cart-popup-inner-section-checkout table.woocommerce-checkout-review-order-table tr.cart_item {
    display: table-column;
}

.woocommerce-cart.cart-page-custom-css .shop_table tbody tr th {
    text-align: left;
}

.woocommerce .cart-collaterals #shipping_method {
    text-align: right;
}

.woocommerce-cart.cart-page-custom-css .shop_table tbody tr p.woocommerce-shipping-destination {
    text-align: right;
}

.woocommerce-cart.cart-page-custom-css .shop_table tbody tr td {
    /* width: 30%; */
    /*    padding-left: 20px !important;*/
    padding-left: 0px !important;
    /* text-align: left; */
}

.woocommerce-cart .shop_table tbody .order-total {
    padding-top: 10px !important;
    border-width: 1px 0px 0px 0px !important;
    border-color: #fe5c02 !important;
    border-style: solid;
}

.woocommerce-cart .shop_table tbody .recurring-totals th,
.woocommerce-cart .calculated_shipping h2 {
    font-size: 28px;
    width: 100%;
    color: #fe5c02;
    margin-top: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.woocommerce-cart .calculated_shipping h2 {
    margin-top: 30px !important;
}

.woocommerce-cart .calculated_shipping h2 {
    margin-bottom: 20px;
}

.woocommerce-cart .shop_table tbody .order-total th,
.woocommerce-cart .shop_table tbody .order-total td {
    color: #fe5c02;
    font-size: 21px !important;
}

.shipping-calculator-button {
    color: #fe5c02;
    line-height: 4vh;
}

.shipping-calculator-button:hover {
    color: #F9A671;
}

.shipping-calculator-form {
    padding-top: 0px !important;
}

.woocommerce-cart .shop_table tbody .woocommerce-shipping-totals .shipping-calculator-form .calc_shipping {
    border: 2px solid #fe5c02 !important;
    padding: .5rem !important;
    font-family: "Freeman" !important;
}

.woocommerce-shipping-calculator {
    font-family: "Freeman" !important;
}

.woocommerce-cart .woocommerce-cart-form__cart-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
}

a.remove::before {
    content: "\f2ed";
    /* Font Awesome trash icon */
    font-family: "Font Awesome 5 Free";
    /* Ensure Font Awesome is loaded */
    font-weight: 900;
    font-size: 20px;
    color: #FE5C02;
    /* Adjust color as needed */
}

a.remove {
    text-indent: -9999px;
    /* Hide existing text */
    position: relative;
    background: #ffffff00 !important;
}

a.remove:hover::before {
    color: #F9A671;
}

a.remove::before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.button:hover,
a.button:visited {
    text-decoration: none !important;
}

.woocommerce-cart .back-to {
    margin: 50px 0px 50px 0px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.woocommerce-cart .back-to::before {
    content: "\2190";
    /* Unicode for left arrow */
    font-size: 26px;
    /* Adjust size as needed */
    margin-right: 8px;
    /* Spacing between arrow and text */
}

/* .woocommerce-cart .wrap-estimation {
    display: ruby-text;
    margin-top: 10px;
} */

.woocommerce-cart .wrap-estimation {
    display: flex;
    width: 100%;
    padding-top: 10px;
    flex-wrap: wrap;
}

.woocommerce-cart .wrap-estimation .left-esimate {
    width: 50%;
    display: inline-block;
}

.woocommerce-cart .wrap-estimation .right-estimate {
    text-align: right;
    width: 50%;
    display: inline-block;
    font-weight: 700;
}

.woocommerce-cart .woocommerce-remove-coupon {
    color: #fd5c02;
}

.uwcc-progress-bar .uwcc-progress .uwcc-progress-done {
    background-color: #fd5c02 !important;
}

.uwcc-progress-bar .uwcc-progress {
    /* height: 6px !important; */
}

.woocommerce-cart .wrap-progress {
    padding: 20px;
    background: #F5E4CE;
    border-radius: 12px;
}

.woocommerce-cart .cart-heading {
    text-align: left;
    margin-bottom: 30px;
    color: #FE5C02;
    font-size: 40px;
    font-weight: 400;
}

.woocommerce-cart .wrapper-sugested {
    padding: 0px 60px 100px 60px;
    max-width: 1440px;
    margin: 0 auto;
}

.woocommerce-cart .second-cart-suggestion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0 0 !important;
}

.woocommerce-cart .first-cart-suggestion {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 50px;
}

.woocommerce-cart .single-recipe-image {
    max-width: 100% !important;
}

.woocommerce-cart .wrapper-sugested .product-name {
    font-size: 40px;
    font-weight: 400;
    margin: 0px !important;
}

.woocommerce-cart .entry-header {
    display: none;
}

.wc-empty-cart-message {
    width: 100%;
}

.cart-empty {
    display: flex;
    justify-content: center;
}

.return-to-shop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 218%);
}

#post-174 {
    padding-top: 50px;
}

.woocommerce-info {
    border-top-color: #fd5c02;
}

.return-to-shop a {
    color: #fd5c02;
}

.fa-chevron-down::before {
    display: none;
}

.custom-quantity-buttons {
    display: flex;
    align-items: stretch;
    border: 1px solid #FE5C02;
    overflow: hidden;
    width: fit-content;
    height: 45px;
    background-color: #F4F0E0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.custom-quantity-buttons button {
    border: none;
    color: #FE5C02;
    font-size: 13px;
    width: 50px;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F0E0;
}

.custom-quantity-buttons button svg path {
    fill: #FE5C02;
}

.custom-quantity-buttons button:hover {
    background-color: #FE5C02;
}

.custom-quantity-buttons button:hover svg path {
    fill: #F4F0E0;
}

.quantity-input-field {
    width: 50px !important;
    background-color: #F4F0E0;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    color: #FE5C02;
    border: 0px solid #ccc;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    font-family: 'Freeman';
}

.quantity-input-field:focus {
    outline: none;
}

.custom-quantity-buttons input[type="number"]::-webkit-outer-spin-button,
.custom-quantity-buttons input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-quantity-buttons input[type=number] {
    -moz-appearance: textfield;
}

.custom-quantity-buttons input[type=number]::-ms-clear,
.custom-quantity-buttons input[type=number]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.cart-page-custom-css #shipping-calculator-form .form-row {
    padding: 10px 0;
    margin-bottom: 0;
}

.cart-page-custom-css #shipping-calculator-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #0E0E0E;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    font-family: 'Freeman';
}

.cart-page-custom-css #shipping-calculator-form input,
.cart-page-custom-css #shipping-calculator-form select,
.cart-page-custom-css #shipping-calculator-form textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #FE5C02;
    border-radius: 6px;
    transition: border-color .3s;
    background: transparent;
    font-size: 16px;
    color: #FE5C02;
    font-weight: 400;
    font-family: 'Freeman';
}

.cart-page-custom-css #shipping-calculator-form input::placeholder,
.cart-page-custom-css #shipping-calculator-form textarea::placeholder {
    color: #FE5C02;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Freeman', sans-serif;
}

.cart-page-custom-css #shipping-calculator-form .select2-container .selection .select2-selection {
    border-color: #FE5C02;
    border-width: 2px;
    background-color: transparent;
    text-align: left;
}

.cart-page-custom-css #shipping-calculator-form .select2-container .selection .select2-selection #select2-calc_shipping_country-container {
    color: #FE5C02;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Freeman';
}

.cart-page-custom-css #shipping-calculator-form .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #FE5C02;
    font-size: 16px;
    font-family: 'Freeman';
}

.cart-page-custom-css #shipping-calculator-form .select2-container--open b {
    transform: rotate(180deg);
}

.cart-page-custom-css #shipping-calculator-form button.button {
    display: inline-block;
    background-color: #FE5C02;
    color: #F4F0E0;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.5s all;
    border: 2px solid #fe5c02;
    font-family: "Freeman" !important;
    cursor: pointer;
}

.cart-page-custom-css #shipping-calculator-form button.button:hover {
    background-color: transparent;
    color: #FE5C02;
    border-color: #FE5C02;
}

/* TABLE VALI CSS  CART  */

.woocommerce-cart .entry-content {
    padding: 50px;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 23 fill / 19px / 5px space;
    background: #f3f0df;
    position: relative;
}

.woocommerce-cart .attachment-woocommerce_thumbnail {
    height: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr {
    margin-bottom: 20px;
    /* Adds spacing between table rows */
    display: block;
    /* Ensures margin-bottom works properly */
    padding: 15px;
    /* Adds padding inside each row */
    border: 1px solid #FE5C02;
    /* Optional: Adds a subtle border for better separation */
    border-radius: 8px;
    /* Optional: Rounds the corners for a cleaner look */
}

.woocommerce-cart .woocommerce-cart-form__contents thead {
    display: none !important;
}

.woocommerce-cart .woocommerce table.shop_table tbody tr,
.woocommerce-page table.shop_table tbody tr {
    /* color: #fd5c02; */
}

.logged-in.woocommerce-page .entry-content .woocommerce {
    gap: 30px;
    position: relative;
}

.woocommerce-cart .woocommerce-cart-form {
    width: 58%;
}

.woocommerce-cart .woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 40%;
}

.woocommerce-cart .cart_totals {
    width: 100% !important;
}

/* .woocommerce-cart .product-subtotal, .product-price{
    width: 15%;
} */
.woocommerce-cart .calculated_shipping table tbody tr td {
    text-align: right;
}

.woocommerce-cart .calculated_shipping table .woocommerce-shipping-totals td {
    width: 70%;
}

.woocommerce-cart .product-quantity {
    width: 10%;
}

.woocommerce-cart.cart-page-custom-css .product-quantity {
    width: 100%;
}

.woocommerce-cart .product-thumbnail {
    width: 20%;
}

/* .woocommerce-cart .product-remove{
    width: 5%;
} */
.woocommerce-cart .change-plan-custom select {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    border: 2px solid #FE5C02 !important;
    background-color: #f3f0df !important;
    font-family: "Freeman" !important;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form input.qty {
    width: 4em;
}

.woocommerce-cart .quantity input:not(.uwcc-cart-popup .quantity input) {
    padding: 5px;
    background-color: #f3f0df !important;
    border: 2px solid #FE5C02 !important;
}

.woocommerce-cart .change-plan-custom select option {
    font-family: "Freeman";
}

::placeholder {
    font-family: "Freeman";
}

.woocommerce-cart a.remove:hover {
    background: #FE5C0200 !important;
}


.woocommerce-cart .calculated_shipping .recurring-totals {
    height: 60px;
}

.woocommerce-cart .calculated_shipping .recurring-totals th {
    font-size: 21px;
}

.uwcc-open-cart-1200 a.menu-text::before {
    content: "\f07a";
    /* Font Awesome cart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* Ensures solid icon style */
    margin-right: 5px;
    /* Adds spacing between the icon and text */
}

.active-login a.menu-text::before {
    content: "\f2bd";
    /* Font Awesome user icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* Ensures solid icon style */
    margin-right: 5px;
    /* Adds spacing between the icon and text */
}

.login-menu a.menu-text::before {
    content: "\f2f6";
    /* Font Awesome sign-in icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* Ensures solid icon style */
    margin-right: 5px;
    /* Adds spacing between the icon and text */
}


/* Side cart - Nazir */
.uwcc-cart-popup .woocommerce-Price-amount {
    color: #fe5c02 !important;
}

.uwcc-cartitem-list .uwcc-cart-items-inner {
    padding-right: 0px !important;
}

.uwcc-cart-items-inner .uwcc-item-price {
    font-size: 15px !important;
}


.uwcc-cart-popup .change-plan-custom {
    margin-top: 10px;
    margin-bottom: 1rem;
}

.uwcc-cart-popup .change-plan-custom select {
    padding: .5rem;
    border: 2px solid #fe5c02 !important;
    font-family: "Freeman" !important;
    width: 80%;
    background: #f3f0df;
    margin-top: 10px;
}

#uwcc-main-wrapper-1200 .uwcc-item-img img {
    padding: 5px;
    border: 2px solid #fe5c02;
    height: 100%;
}

.uwcc-item-name .uwcc-edclick {
    color: #fe5c02 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px !important;
}

.uwcc-item-qty {
    border: 2px solid #fe5c02 !important;
}

.uwcc-item-qty>.quantity input {
    margin-bottom: 0 !important;
}

.uwcc-cart-items-inner .uwcc-item-remove {
    bottom: 20px !important;
}

.uwcc-buy-summary {
    border-width: 2px 0px 0px 0px !important;
    border-color: #fe5c02 !important;
}

.uwcc-total-label,
.woocommerce-Price-amount .amount {
    color: #fe5c02 !important;
}

.uwcc-cart-popup {
    background: #f3f0df !important;
    z-index: 999999 !important;
}

.uwcc-item-remove {
    align-self: flex-end;
}

.icon_trash_alt:before {
    content: "\f2ed" !important;
    font-family: "Font Awesome 5 Free";
    /* Ensure Font Awesome is loaded */
    font-weight: 900;
    font-size: 20px;
    color: #FE5C02;
    /* Adjust color as needed */
}

.uwcc-cart-items-inner .uwcc-item-remove a {
    border: none !important;
}



/* Product Single Page --- Nazir */
.single-product .price-col {
    width: 100% !important;
}

.single-product .price-col .price {
    width: 100%;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-product .price-col .price .amount bdi {
    font-size: 26px !important;
    line-height: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .single_add_to_cart_button {
    font-family: "Freeman";
    font-size: 18px;
    line-height: 24px;
    padding: 15px !important;
    border: 2px solid #fd5c02 !important;
    background: #f3f0df !important;
}

.single-product .single_add_to_cart_button {
    width: 25%;
}

.single-product .qty {
    padding: 8px !important;
    margin-bottom: 10px !important;
}

.single-product .cart.variations_form {
    display: flex;
    flex-direction: column;
}

.single-product .cart.variations_form .selected-variation-regular-price, .single-product .cart.variations_form .selected-variation-regular-price span.woocommerce-Price-amount.amount{
    font-size: 20px;
}

.single-product .cart {
    display: flex;
    align-items: stretch;
}

.single-product .cart {
    /* display: flex; */
    /* flex-direction: column; */
}

.single-product :where(.related, .woocommerce-tabs) {
    display: none;
}

.single-product #bos4w-dropdown-plan-custom {
    width: 90%;
    padding: 5px;
    margin-top: 5px;
    font-family: "Freeman";

}

.single-product #bos4w-dropdown-plan-custom option {
    font-family: "Freeman";
}

.woocommerce ul.products {
    display: block !important;
}

@media(max-width: 575px){
    .single-product .price-col .price .amount bdi{
        font-size: 14px !important;
    }
}

/* FAQ -- Nazir */
.page-id-869 .slick-list {
    /*    margin-left: 50px;*/
}


/* My Account Page */
.page-id-176 :where(.my_account_subscriptions, .woocommerce-orders-table) {
    text-align: center;
    width: 100%;
}

/*  Home page  */
.blog-section .custom-col-lg-4 {
    width: 32%;
}

.blog-section .custom-row {
    gap: 36px;
}

.hero-content-col-tow .content-col-right {
    margin-top: -140px;
}

.hero-content-col-tow .content-col-right .image-col-left{
    display: none;
}

.happy-pup-happy-parents-section button.slick-prev.slick-arrow {
    left: 0;
}

@media (max-width: 575px){
    .hero-content-col-tow .image-col-left{
        display: none;
    }

    .home-hero-section .hero-content-col-tow .content-col-right{
        margin: 20px 0 0;
    }

    .hero-content-col-tow .content-col-right .image-col-left{
        display: block;
    }
}

/*  Thank You Page  */

.logged-in.woocommerce-page .entry-content {
    /* padding: 50px; */
    padding: clamp(20px, 3vw, 50px);
    background-color: #F4F0E0;
    border-image: url(/wp-content/uploads/2025/01/Frame-border.png) 22 fill / 24px / 10px space;
}

.woocommerce-order-received .popup-main-container {
    min-height: 0px;
    height: 0px;
}

.woocommerce-order-received .woocommerce-order {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received .woocommerce-customer-details {
    width: 100%;
    padding-top: 0px;
}

.woocommerce-order-received :where(.woocommerce-order-overview, .woocommerce-order-details) {
    width: 48%;
}

.woocommerce-order-received .woocommerce-notice {
    text-align: center;
    border-bottom: 2px solid #fe5c02;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 50px;
    background-color: #E8CAB0;
}

.woocommerce-order-received table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
    margin-bottom: 0px;
}

.woocommerce-order-received table tr {
    height: 3rem;
}

.woocommerce-order-received .woocommerce-order-details {
    padding-top: 0px;
}

.woocommerce-order-received table tfoot tr:last-of-type {
    border-top: 2px solid #fe5c02;
    color: #fe5c02;
    font-size: 28px;
}

.woocommerce-order-received .woocommerce-table__product-name a {
    color: #fe5c02 !important;
}

.woocommerce-customer-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-customer-details address {
    font-family: "Outfit";
}

ul.woocommerce-order-overview li {
    margin-bottom: 10px;
}



/* cart popup css start*/
.uwcc-loader-wrap {
    background: rgba(255, 255, 255, 0.8);
}

.uwcc-loader {
    border: 4px solid #FE5C02;
}

.uwcc-loader::after,
.uwcc-loader::before {
    background: #FE5C02;
}

.uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .form-row .input-text,
.uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .form-row select,
.uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .form-row textarea,
.uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .select2-container .select2-selection--single,
.uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .form-row .input-text,
.uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .form-row select,
.uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .form-row textarea,
.uwcc-iframe-wrapper .uwcc-iframe-checkout .select2-container .select2-selection--single {
    border: 2px solid #F9A671 !important;
    color: #FE5C02;
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 13px 15px;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce form .form-row label {
    line-height: 1;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0;
}

.uwcc-cart-popup-inner-section-checkout .shop_table {
    width: 100%;
}

.uwcc-cart-popup-inner-section-checkout .shop_table thead {
    background-color: #fd5c02;
}

.uwcc-cart-popup-inner-section-checkout .shop_table thead th {
    color: #F4F0E0;
}

.uwcc-cart-popup-inner-section-checkout .shop_table thead th:last-child {
    text-align: right;
}

.uwcc-cart-popup-inner-section-checkout .shop_table th {
    text-align: left;
    font-weight: 500;
    border-bottom: 2px solid #e3e6f0;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}

.uwcc-cart-popup-inner-section-checkout .shop_table td {
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
}

.uwcc-cart-popup-inner-section-checkout .product-total {
    /* width: 30%; */
    text-align: right;
}

.uwcc-cart-popup-inner-section-checkout .shop_table th.product-name {
    width: auto;
}

.uwcc-cart-popup-inner-section-checkout .shop_table tfoot th {
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.uwcc-cart-popup-inner-section-checkout .shop_table tfoot td {
    text-align: right;
    font-size: 16px;
}

.uwcc-cart-popup-inner-section-checkout .order-total {
    font-size: 20px;
    background-color: #FE5C02;
}

.uwcc-cart-popup-inner-section-checkout .order-total th {
    color: #F4F0E0;
}

.uwcc-cart-popup-inner-section-checkout .order-total .woocommerce-Price-amount {
    color: #F4F0E0 !important;
    font-size: 16px !important;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce-Price-amount {
    font-weight: 400;
    font-size: 16px;
}

.uwcc-cart-popup-inner-section-checkout .order-total .woocommerce-Price-amount {
    color: var(--primary-color);
    font-size: 22px;
}

.uwcc-cart-popup-inner-section-checkout .order-total td {
    color: #F4F0E0;
}

.uwcc-cart-popup-inner-section-checkout .payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uwcc-cart-popup-inner-section-checkout .wc_payment_method {
    padding: 5px 10px;
    border: 1px solid #fd5c02;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.uwcc-cart-popup-inner-section-checkout .wc_payment_method:hover {
    border-color: #0E0E0E;
}

.uwcc-cart-popup-inner-section-checkout .input-radio {
    margin-right: 10px;
    transform: scale(1.2);
}

.uwcc-cart-popup-inner-section-checkout .wc_payment_method input[type=radio]+label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #fe5c02 !important;
    background: #ffffff;
    margin-left: 4px;
    margin-right: 10px;
    transition: background 0.3s ease, border 0.3s ease;
    transform: inherit !important;
}

.uwcc-cart-popup-inner-section-checkout .wc_payment_method input[type=radio]:checked+label::before {
    background: #fe5c02;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.uwcc-cart-popup-inner-section-checkout .payment_box {
    background-color: transparent;
    padding: 0px;
    margin-top: 16px;
    border-radius: 6px;
    font-size: 14px;
}

.uwcc-cart-popup-inner-section-checkout .testmode-info {
    background-color: rgba(255, 243, 205, 0.5);
    padding: 11px;
    border-radius: 6px;
    border-left: 4px solid #fd5c02;
    font-size: 13px;
}

.uwcc-cart-popup-inner-section-checkout .testmode-info a {
    color: #FE5C02;
    text-decoration: none;
    font-weight: 600;
}

.uwcc-cart-popup-inner-section-checkout .testmode-info a:hover {
    color: #fe5c02d4;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce form .form-row label {
    line-height: 1;
}

.uwcc-cart-popup-inner-section-checkout .stripe-icon {
    vertical-align: middle;
    margin-left: 10px;
    height: 24px;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce-SavedPaymentMethods {
    list-style: none;
    padding: 0;
    margin: 10px 0 !important;
}

.uwcc-cart-popup-inner-section-checkout .wc_payment_method .payment_box fieldset {
    padding: 5px !important;
}

.uwcc-cart-popup-inner-section-checkout .place-order {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.uwcc-cart-popup-inner-section-checkout .wc_payment_method .payment_box input[type=checkbox] {
    width: 15px !important;
    height: 15px;
    accent-color: #FE5C02;
    cursor: pointer;
    margin-top: 0;
    line-height: 1;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 10px 0;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce #payment #place_order {
    font-size: 16px;
    font-family: 'Freeman';
}

.uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce-privacy-policy-text p {
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
    font-family: "Outfit", serif;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
}

.uwcc-cart-popup-inner-section-checkout .form-row {
    margin-bottom: 16px;
}

.uwcc-cart-popup-inner-section-checkout #shipping_method {
    list-style: none;
    padding: 0;
}

.uwcc-cart-popup-inner-section-checkout .card-element-placeholder {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 15px;
    background-color: white;
    margin: 10px 0;
    position: relative;
    height: 40px;
}

.uwcc-cart-popup-inner-section-checkout .card-element-placeholder::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 70%;
    height: 10px;
    background-color: #e9ecef;
    border-radius: 2px;
    transform: translateY(-50%);
}

.uwcc-cart-popup-inner-section-checkout .form-row .woocommerce-form__label-for-checkbox {
    line-height: 1;
}

.uwcc-cart-popup-inner-section-checkout .woocommerce form .form-row label input.woocommerce-form__input {
    margin-top: 0;
}

.uwcc-cart-popup-inner-section-checkout .wc_payment_method label {
    margin: 3px 0 !important;
    display: flex;
    align-items: center;
    line-height: 1;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    cursor: pointer;
}

.uwcc-cart-popup .woocommerce-NoticeGroup .woocommerce-error {
    margin-bottom: 0;
}

.uwcc-cart-popup .woocommerce-NoticeGroup .woocommerce-error li {
    padding: 0 5px;
    margin-bottom: 10px;
}

.uwcc-cart-popup .woocommerce-checkout .woocommerce-billing-fields h3 {
    margin: 10px 0 !important;
}

.uwcc-cart-popup .woocommerce-shipping-fields #ship-to-different-address {
    margin: 10px 0;
}


.uwcc-cpt-active .uwcc-cart-popup .uwcc-body::-webkit-scrollbar,
.uwcc-cpt-active .uwcc-cart-popup .uwcc-cart-popup-inner-section-checkout .woocommerce::-webkit-scrollbar,
.uwcc-elementor-active .uwcc-cart-popup .uwcc-cart-popup-inner::-webkit-scrollbar {
    border-radius: 4px;
}

.uwcc-cpt-active .uwcc-cart-popup .uwcc-body::-webkit-scrollbar-thumb,
.uwcc-cpt-active .uwcc-cart-popup .uwcc-cart-popup-inner-section-checkout .woocommerce::-webkit-scrollbar-thumb,
.uwcc-elementor-active .uwcc-cart-popup .uwcc-cart-popup-inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.uwcc-cpt-active .uwcc-cart-popup .uwcc-body::-webkit-scrollbar-track,
.uwcc-cpt-active .uwcc-cart-popup .uwcc-cart-popup-inner-section-checkout .woocommerce::-webkit-scrollbar-track,
.uwcc-elementor-active .uwcc-cart-popup .uwcc-cart-popup-inner::-webkit-scrollbar-track {
    border-radius: 4px;
}

.uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout>.woocommerce {
    padding: 20px;
    margin: 5px 0;
    overflow-y: scroll;
}

.uwcc-cart-popup .woocommerce-shipping-fields #ship-to-different-address label span::before {
    border: 2px solid #FE5C02;
    background: #F5F0DF;
}

.uwcc-cart-popup .woocommerce-shipping-fields #ship-to-different-address label span::after {
    background: #FE5C02;
}

.uwcc-cart-popup .woocommerce-shipping-fields #ship-to-different-address label input[type=checkbox]:checked+span::after {
    background: #FE5C02;
}


.uwcc-cart-popup .uwcc-cart-action-btn-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.uwcc-cart-popup .uwcc-cart-action-btn-wrap .uwcc-button {
    margin-bottom: 0;
}

.custom_switch_plan .subscription-toggle-wrapper {
    margin: 10px 0;
}

.custom_switch_plan .subscription-toggle-wrapper .basic-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom_switch_plan .subscription-toggle-wrapper .basic-container>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* .custom_switch_plan .subscription-toggle-wrapper label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
}

.custom_switch_plan .subscription-toggle-wrapper input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #FE5C02;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fff;
}
.custom_switch_plan .subscription-toggle-wrapper input[type="radio"]:checked {
    background-color: #fff;
    border-color: #FE5C02;
}
.custom_switch_plan .subscription-toggle-wrapper input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #FE5C02;
    border-radius: 50%;
} */


.custom_switch_plan .subscription-toggle-wrapper .basic-container .custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 3px 0;
    font-size: 16px;
    color: #333;
    user-select: none;
}

.custom_switch_plan .subscription-toggle-wrapper .basic-container .custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.custom_switch_plan .subscription-toggle-wrapper .basic-container .custom-radio::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid #fe5c02;
    border-radius: 50%;
    box-sizing: border-box;
}

.custom-radio input[type="radio"]+span:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.custom-radio.active input[type="radio"]+span:after {
    background: #fe5c02;
}

.custom_switch_plan .subscription-options {
    width: 100%;
    margin-top: 10px;
}

.custom_switch_plan .subscription-options select {
    width: 100%;
    border-color: #FE5C02;
    padding: 5px 10px;
    background-color: transparent;
    border-width: 2px;
    margin-top: 5px;
}

.uwcc-cart-popup .custom-variation-form .variation-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
    margin: 10px 0;
}

.uwcc-cart-popup .custom-variation-form .variation-group br {
    display: none;
}

.uwcc-cart-popup .custom-variation-form .variation-group label {
    cursor: pointer;
    width: 100%;
}


.uwcc-cart-popup .custom-variation-form .variation-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
}


.uwcc-cart-popup .custom-variation-form .variation-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #FE5C02;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fff;
}

.uwcc-cart-popup .custom-variation-form .variation-group input[type="radio"]:checked {
    background-color: #fff;
    border-color: #FE5C02;
}

.uwcc-cart-popup .custom-variation-form .variation-group input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #FE5C02;
    border-radius: 50%;
}

.uwcc-cart-popup .custom-bos4w-display-options .bos4w-display-options ul {
    display: flex;
    gap: 0;
    flex-direction: column;
    margin: 5px 0;
}

.uwcc-cart-popup .custom-bos4w-display-options .bos4w-display-options ul label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.uwcc-cart-popup .custom-bos4w-display-options .bos4w-display-options ul input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #FE5C02;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fff;
}

.uwcc-cart-popup .custom-bos4w-display-options .bos4w-display-options ul input[type="radio"]:checked {
    background-color: #fff;
    border-color: #FE5C02;
}

.uwcc-cart-popup .custom-bos4w-display-options .bos4w-display-options ul input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #FE5C02;
    border-radius: 50%;
}

.uwcc-cart-popup .custom-bos4w-display-options select {
    width: 80%;
    border-color: #FE5C02;
    padding: 5px 10px;
    background-color: transparent;
    border-width: 2px;
    margin-top: 5px;
    min-width: 80%;
}

.uwcc-cart-popup .custom-bos4w-display-options {
    width: 100%;
}


.uwcc-slider-item .uwcc-slider-item-atc a.button {
    padding: 10px 10px;
    border: 1px solid #fe5c02;
    font-size: 14px;
    line-height: 1;
    background: #f4f0e0;
}

.uwcc-slider-item .uwcc-slider-item-atc a.button:hover {
    background-color: #fe5c02;
    color: #f4f0e0;
    border: 1px solid #fe5c02;
}

@media (max-width: 767px) {

    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .form-row .input-text,
    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .form-row select,
    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .form-row textarea,
    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .select2-container .select2-selection--single,
    .uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .form-row .input-text,
    .uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .form-row select,
    .uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .form-row textarea,
    .uwcc-iframe-wrapper .uwcc-iframe-checkout .select2-container .select2-selection--single {
        padding: 10px;
    }

    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce form .form-row {
        margin-bottom: 9px;
        padding: 0;
    }

    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce #ship-to-different-address {
        margin: 5px 0;
    }

    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .col2-set .col-1,
    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .col2-set .col-2,
    .uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .col2-set .col-1,
    .uwcc-iframe-wrapper .uwcc-iframe-checkout .woocommerce .col2-set .col-2 {
        margin-bottom: 15px;
    }

    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce-checkout #payment ul.payment_methods {
        margin: 0 0 10px;
    }

    .uwcc-cpt-active .uwcc-cart-popup-inner-section-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields h3 {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .uwcc-body {
        padding: 10px;
    }
}

/* cart popup css end*/



/* 28-04-2025 start vivek */
.new-custom-container {
    max-width: 1440px !important;
}

/* home page start */


.vs-signature-recipes-product-section .content-col-left .body-text-1 {
    margin: 10px 0 0;
}

.vs-signature-recipes-product-section .content-col-right .style-text {
    font-size: 33px;
    position: relative;
    margin-left: -115px;
}

.vs-signature-recipes-product-section .custom-mt-5 {
    margin-top: 2rem !important;
}

.vs-signature-recipes-product-section .product-grid {
    /* grid-template-columns: repeat(4, 1fr); */
}

.vs-signature-recipes-product-section .product-card .product-content-box .price {
    margin-bottom: 0;
}



.vs-personalized-recipes-section {
    padding-bottom: 100px;
}

.vs-personalized-recipes-section .custom-container .cust-heding {
    margin-bottom: 0px;
}

.vs-personalized-recipes-section .image-bg-col {
    min-height: 400px;
    padding: 25px 40px 120px;
}

.vs-personalized-recipes-section .feature-card-col-main .feature-card {
    padding: 20px 20px 20px 20px;
    height: 100%;
}

.vs-personalized-recipes-section .feature-card-col-main .feature-icon {
    max-width: 280px;
    margin: 20px 0 20px;
}

.vs-personalized-recipes-section .feature-card-col-main {
    padding-bottom: 30px !important;
}

.vs-personalized-recipes-section .custom-build-a-plan-container .content-col .heading {
    font-size: 33px;
}

/* .vs-personalized-recipes-section .custom-build-a-plan-container  .cta-button-rounded {
    padding: 30px 60px;
} */
.vs-personalized-recipes-section .custom-row.feature-card-col-main.custom-pb-5 {
    padding-right: 0;
    padding-left: 0;
    gap: 0 !important;
    column-gap: 0 !important;
}


.vs-why-choose-yodoggo-section {
    padding-bottom: 100px;
}

.vs-why-choose-yodoggo-section .main-heading {
    /* font-size: clamp(40px, 7vw, 60px);  */
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 30px;
}

.vs-why-choose-yodoggo-section .custom-pt-5 {
    padding-top: 1rem !important;
}

.vs-why-choose-yodoggo-section .left-col-content .image {
    max-width: 350px;
    width: 100%;
}

.vs-why-choose-yodoggo-section .right-col-content .feature-content h6 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.vs-why-choose-yodoggo-section .right-col-content .feature-content p {
    margin: 0 0 5px 0;
}

.vs-why-choose-yodoggo-section .right-col-content .feature-item-box .check-icon {
    max-width: 30px;
    height: 30px;
}

.vs-why-choose-yodoggo-section .right-col-content .feature-item-box {
    padding: 20px 30px;
}

.vs-why-choose-yodoggo-section .right-col-content .button-container {
    margin-top: 20px;
}

.vs-why-choose-yodoggo-section .left-col-content .custom-stylish-text {
    font-size: 35px;
}


.vs-easy-to-store-and-serve-section .custom-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.vs-easy-to-store-and-serve-section .heading-container-main {
    gap: 5px;
}

.vs-easy-to-store-and-serve-section .custom-pt-5 {
    padding-top: 1.5rem !important;
}

.vs-easy-to-store-and-serve-section .steps-grid .step img {
    /*height: 250px;*/
}

.product-single-tab-section .steps-grid .step .image-box,
.vs-easy-to-store-and-serve-section .steps-grid .step .image-box {
    max-height: 320px;
    aspect-ratio: 1/1;
    width: auto;
}

.product-single-tab-section .steps-grid .step img,
.vs-easy-to-store-and-serve-section .steps-grid .step img {
    height: 100%;
    object-fit: contain;
}

.vs-easy-to-store-and-serve-section .steps-grid .step .content-box {
    padding: 20px 20px 20px 20px;
}

.vs-easy-to-store-and-serve-section .steps-grid .step .content-box .step-number {
    font-size: 35px;
}

.vs-easy-to-store-and-serve-section .steps-grid .step .content-box .step-title {
    font-size: 25px;
}

.vs-easy-to-store-and-serve-section .cta-btn-col {
    margin: 35px auto 0px;
}



.vs-happy-pup-happy-parents-section .content-col-heading {
    padding-bottom: 0;
}

.vs-happy-pup-happy-parents-section .review-grid {
    margin-top: 30px;
}

.vs-happy-pup-happy-parents-section .review-grid .review-card .review-img-video {
    height: 475px;
    min-height: 475px;
}


.vs-blog-section .blog-header {
    margin-top: 0;
}

.vs-blog-section .custom-row {
    justify-content: space-between;
    gap: 0;
}

.vs-faq-section .content-col-heading {
    padding: 0px 0 30px;
}

.vs-faq-section .faq-container .faq-item-col {
    padding: 25px 60px;
}

/* home page end */


/* shop page css start*/
.new-shop-product-css .new-shop-page-hero-content-col-blogs {
    display: block;
}

.new-shop-product-css .new-shop-page-hero-content-col-blogs .title {
    color: #F4F0E0;
    font-size: clamp(2.5rem, -0.2857rem + 13.9286vw, 12.25rem);
}

.new-shop-product-css .new-shop-page-hero-content-col-blogs .title-sub-heading {
    font-size: clamp(2.5rem, 1.7857rem + 3.5714vw, 5rem);
    margin-top: -90px;
    margin-right: 2vw;
}

.new-shop-product-css .product-card .product-content-box .product-name {
    font-size: clamp(2rem, 1.8571rem + 0.7143vw, 2.5rem);
}

.new-shop-product-css .product-card .product-content-box .price {
    font-size: clamp(1.375rem, 1.2679rem + 0.5357vw, 1.75rem);
    margin-bottom: 0;
}


.new-why_choose_section .why_choose_steps-grid_box .content-box .why_choose_steps-grid_box-title {
    font-size: clamp(1.375rem, 1.1964rem + 0.8929vw, 2rem);
}

/* shop page css end*/



/* product datsils page start */

.new-why-yodogo-single-product .new-custom-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-why-yodogo-single-product .main-heading {
    margin-bottom: 0;
    padding-bottom: 0;
}

.new-why-yodogo-single-product .right-col-content .feature-item-box {
    padding: 20px 30px;
}

.new-why-yodogo-single-product .right-col-content .button-container {
    margin-top: 30px;
}

/* product datsils page end */



@media screen and (min-device-width: 993px) and (max-device-width: 1100px) {
    .new-shop-product-css .new-shop-page-hero-content-col-blogs .title-sub-heading {
        font-size: clamp(2.5rem, 1.7857rem + 3.5714vw, 5rem);
        margin-right: 0vw;
    }
}

@media screen and (min-width: 821px) and (max-width: 1024px) {
    .new-shop-product-css .new-shop-page-hero-content-col-blogs .title-sub-heading {
        font-size: clamp(2.5rem, 1.7857rem + 3.5714vw, 5rem);
        margin-top: -90px;
        margin-right: 0vw;
    }

}


@media screen and (min-width: 768px) and (max-width: 820px) {
    .new-shop-product-css .new-shop-page-hero-content-col-blogs .title-sub-heading {
        font-size: clamp(2.5rem, 1.7857rem + 3.5714vw, 5rem);
        margin-top: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .vs-personalized-recipes-section .image-bg-col {
        min-height: auto;
        padding: 10px;
    }

    .vs-personalized-recipes-section .custom-row.feature-card-col-main.custom-pb-5 {
        margin-top: -50px !important;
    }

    .new-shop-product-css .new-shop-page-hero-content-col-blogs .title-sub-heading {
        font-size: clamp(2.5rem, 1.7857rem + 3.5714vw, 5rem);
        margin-top: 2vw;
        margin-right: 0vw;
    }

    .vs-signature-recipes-product-section .content-col-right .style-text {
        margin-left: 0;
    }
}

/* 28-04-2025 css end  vivek*/


/* 03-06-2024 vivek footer css */
.subscribe-button {
    width: 100%;
    padding: 15px;
    background-color: #F4F0E0;
    color: #FE5C02;
    border: none;
    cursor: pointer;
    font-family: Freeman;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 1rem;
}

.now-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.now-popup-container-col {
    width: 90%;
    max-width: 520px;
    background: #f5f0df;
    padding: 70px 30px 70px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
}

.now-popup-close-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 99;
    width: 30px;
    height: 30px;
}

.now-popup-container-col .now-popup-close-icon::before,
.now-popup-container-col .now-popup-close-icon::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #fd5c02;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.now-popup-container-col .now-popup-close-icon::before {
    transform: rotate(45deg);
}

.now-popup-container-col .now-popup-close-icon::after {
    transform: rotate(-45deg);
}

.contact-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 600px;
}

.contact-form-row .form-group {
    flex: 1 1 100%;
}

.contact-form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    outline: none;
    transition: border 0.3s ease;
    border: 2px solid #fe5c02;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
    line-height: 17.36px;
    letter-spacing: 0px;
    color: #fe5c02;
}

.form-group .subscribe-button {
    width: 100%;
    background-color: #F4F0E0;
    color: #fe5c02;
    cursor: pointer;
    font-family: Freeman;
    font-weight: 400;
    line-height: 21.28px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 1rem;
    border-color: #fe5c02 !important;
    border: 2px solid;
}

.form-group .subscribe-button:hover {
    background-color: #FE5C02;
    color: #fff;
}


.cf7-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cf7-popup-container-col {
    background: #f5f0df;
    padding: 60px 25px 50px;
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease;
    -webkit-mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
    mask: linear-gradient(#777 0 0) center / calc(100% - 15px) calc(100% - 15px) no-repeat, radial-gradient(farthest-side, #777 94%, #0000) 0 0 / 22px 22px round;
}

.cf7-popup-container-col .cf7-popup-message {
    color: #0E0E0E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    vertical-align: middle;
}

.cf7-popup-container-col .cf7-popup-close-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    outline: none;
}

.cf7-popup-close-icon::before,
.cf7-popup-close-icon::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    width: 25px;
    height: 2px;
    background-color: #fd5c02;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.cf7-popup-close-icon::before {
    transform: rotate(45deg);
}

.cf7-popup-close-icon::after {
    transform: rotate(-45deg);
}

.cf7-popup-close-icon:hover::before,
.cf7-popup-close-icon:hover::after,
.cf7-popup-close-icon:focus::before,
.cf7-popup-close-icon:focus::after {
    background-color: #0E0E0E;
}

/* Responsive adjustments */
@media (max-width: 480px) {}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 2px solid #fe5c02;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: 0px;
    padding: 10px;
    background-color: transparent;
    border-width: 1px 1px 1px 5px;
    color: #fe5c02;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .title-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.title-form div.nsl-container.nsl-container-block .nsl-container-buttons {
    padding: 0;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .title-form button.google-btn {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #fe5c02;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 0.04em;
    font-family: "Freeman";
    font-size: clamp(1rem, 0.0217rem + 1.087vw, 3.5rem);
    font-weight: 400;
    line-height: 100%;
    color: #fe5c02;
    cursor: pointer;
}

.woocommerce-page .log-reg-custom-container .log-custom-col-common .title-form button.google-btn:hover {
    background: #fe5c02;
    color: #fff;
}

/* checkout  */
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step.wp-block-woocommerce-checkout-shipping-methods-block .wc-block-components-shipping-rates-control .wc-block-components-shipping-rates-control__package+.wc-block-components-shipping-rates-control__package {
    display: none;
}

.woocommerce-checkout .wc-block-components-shipping-rates-control__package-item {
    margin-right: 10px;
    position: relative;
}

.woocommerce-checkout .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre;
    position: absolute;
    bottom: 0;
    right: -10px;
}


/* 25-07-2025 */
.product-content .product-image{
    max-width: 100%;
    height: 100%;
    /* height: auto; */
    object-fit: cover;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.product-content {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    mix-blend-mode: multiply;
    filter: initial;
    padding-bottom: 100% !important;
    z-index: 1;
}

/*at momment hide the Read more button from the product card*/
.image-box .product-content .read-more{
    position: absolute;
    bottom: 0;
    display: none;
}

.notice_disclaimer { 
    font-size: 14px;
    font-style: italic; 
}

/*Breed Type suggestion update functionality*/
.suggestions-list {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background: #f5f0df;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    color: #fe5c02;
}
.suggestions-list li {
    padding: 8px;
    cursor: pointer;
}
.suggestions-list li:hover {
    background: #f0f0f0;
}

/*This will remove the quantity updating click for the products which comes from shop page having query paramenter*/
.requiretopurchaseqty .yodoggo-quantity-wrapper .qty-minus, 
.requiretopurchaseqty .yodoggo-quantity-wrapper .qty-plus{
        pointer-events: none;
}   
.custom-cart-item .uwcc-item-qty {
    display: none;
}
.requiretopurchaseqty .yodoggo-quantity-wrapper {
    display: none;
}
.custom-cart-item .wc-block-components-order-summary-item__individual-price,
.custom-cart-item .wc-block-components-order-summary-item__quantity {
    display: none !important;
}
.wc-block-components-order-summary .hide-qty-unitprice .wc-block-components-order-summary-item__quantity, .hide-qty-unitprice .wc-block-components-order-summary-item__individual-price {
    display: none;
}


/* fixed bottom product panel style start here*/

.wpcsb-wrapper .wpcsb-container{
    background: #F4F0E0;
}

.wpcsb-wrapper .wpcsb-product{
    max-width: 1440px !important;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-info{
    display: none !important;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action{
    width: 100%;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations{
    width: 33% !important;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations tr{
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations tr th.label{
    display: none;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations td{
    padding: 0 !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations td .variable-items-wrapper {
    margin: 0;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations td .variable-items-wrapper li .variable-item-contents .variable-item-span{
    width: max-content;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations td .reset_variations{
    position: inherit !important;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap{
    width: 100%;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart{
    justify-content: space-between;
    width: 100%;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap{
    margin: 0 !important;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-options{
    border: 2px solid #F9A671;
    border-bottom: 0;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-options ul li{
    border: 0;
    border-bottom: 2px solid #F9A671;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .bos4w-display-wrap .bos4w-display-dropdown{
    border-bottom: 2px solid #F9A671;
    padding: 20px;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .yodogo-qty-cart{
    margin-bottom: 0;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .yodogo-qty-cart .yodoggo-quantity-wrapper,
.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .yodogo-qty-cart .button-col,
.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .yodogo-qty-cart{
    width: fit-content !important;
}

.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .yodogo-qty-cart .button-col a,
.wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart .yodogo-qty-cart .button-col button{
    padding: 15px 30px !important;
}


@media (max-width: 991px){
    .wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div{
        flex-direction: column;
    }

    .wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations tr{
        justify-content: center;
    }

    .wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .single_variation_wrap .woocommerce-variation-add-to-cart{
        justify-content: center;
        gap: 30px;
    }
    
    .wpcsb-wrapper .wpcsb-product .wpcsb-product-action .variations_form > div .variations td .variable-items-wrapper li .variable-item-contents{
        padding: 20px 10px;
    }

}


/* fixed bottom product panel style end here*/



.single-product .cart.variations_form .single_variation_wrap .woocommerce-variation.single_variation,
.single-product .cart.variations_form .reset_variations,
.yodogo-price-section .yodogo-stock-info-col{
    display: none !important;
}



.sticky-bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    background-color: #F4F0E0;
    padding: 30px 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.sticky-bottom-panel.active {
  transform: translateY(0);
}

.sticky-bottom-panel .up-arrow-wrapper{
    display: inline-block;
    position: absolute;
    top: -35px;
    right: 20px;
    background: #F4F0E0;
    border: 2px solid #FE5C02;
    color: #FE5C02;
    outline: none;
    text-align: center;
    align-content: center;
    height: 35px;
    width: 35px;
    transform: rotate(90deg);
    cursor: pointer;
}


.sticky-bottom-panel.active .up-arrow-wrapper{
    transform: rotate(270deg);
}

.sticky-bottom-panel .up-arrow-wrapper .up-arrow{
    transition: all 0.3s ease;
}

.sticky-bottom-panel .sticky-panel-content {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    color: #000;
}

/* Size Section */

.size-label {
    margin-bottom: 8px;
}

.size-options {
    display: flex;
}

.size-option {
    padding: 15px 20px;
    cursor: pointer;
    background-color: transparent;
    color: #FE5C02;
    border: 2px solid #F9A671;
    font-weight: 600;
}

.size-option:first-child{
    border-right: 0;
}

.size-option.active {
    background-color: #FE5C02;
    color: #fff;
}

.size-option.out-of-stock {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Purchase Options */

.purchase-label {
    margin-bottom: 8px;
}

.option-group {
    display: flex;
    flex-direction: column;
}

.option-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    border: 2px solid #F9A671;
}

.option-radio:first-child{
    border-bottom: 0;
}

.option-radio input {
    display: none;
}

.radio-mark {
    width: 18px;
    height: 18px;
    border: 1px solid #7e7e7e;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.option-radio input:checked + .radio-mark {
    border-color: #FE5C02;
}

.option-radio input:checked + .radio-mark::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #FE5C02;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Subscription Plans */

.sticky-plan-select {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #F9A671;
    background-color: transparent;
    border-top: 0;
}

select.sticky-plan-select option{
    background-color: #F4F0E0;
    border: 1px solid #F9A671;
}

/* Action Section */
.action-section {
    display: flex;
    align-items: center;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 2px solid #F9A671;
    border-right: 0;
    overflow: hidden;
}

.qty-btn {
    padding: 15px;
    border: none;
    color: #FE5C02;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.qty-btn:hover {
    background: #FE5C02;
    color: white;
}

.qty-input {
    color: #FE5C02;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    max-width: 20px;
    margin: 0 10px;
}

/* Chrome, Safari, Edge, Opera */
.quantity-selector input[type=number]::-webkit-inner-spin-button,
.quantity-selector input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity-selector input[type=number] {
  -moz-appearance: textfield;
}


.add-to-cart-btn {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #F9A671;
    cursor: pointer;
    color: #FE5C02;
    background-color: transparent;
}

.add-to-cart-btn:hover {
    background: #FE5C02;
    color: #FFFFFF;
}

@media(max-width: 1366.98px){
    .sticky-bottom-panel .sticky-panel-content {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .sticky-bottom-panel .sticky-panel-content {
        padding: 0 10px;
    }

    .size-section{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .size-section,
    .purchase-section,
    .subscription-plans-section,
    .action-section{
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        justify-content: center;
    }

    .subscription-plans-section{
        min-width: 100%;
    }

}

@media (max-width: 768px) {

    .sticky-bottom-panel .up-arrow-wrapper{
        display: block;
    }

    .sticky-bottom-panel.active .up-arrow-wrapper .up-arrow{
        transform: rotate(270deg);
    }

    .sticky-bottom-panel .sticky-panel-content {
        padding: 0 25px;
        flex-direction: column;
    }

    .size-section,
    .purchase-section,
    .subscription-plans-section,
    .action-section{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .qty-btn,
    .add-to-cart-btn{
        padding: 10px 15px;
    }
}




/* coming soon form style start here */

.coming-soon-form input,
.coming-soon-form input[type="text"]{
    width: 100%;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    color: rgb(254, 92, 2);
    padding: 15px 10px;
    background: rgb(244, 240, 224);
    outline: none;
    transition: border 0.3s;
    border: 2px solid rgb(249, 166, 113);
}
.coming-soon-form input[type="submit"] {
	background: #fe5c02 !important;
	color: #fff !important;
}

.coming-soon-form .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 15px;
}

.coming-soon-form input::placeholder,
.coming-soon-form input[type="text"]::placeholder{
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    color: rgb(254, 92, 2);
}

.coming-soon-form input:focus,
.coming-soon-form input[type="text"]:focus{
    border: 2px solid rgb(249, 166, 113);
}

.coming-soon-form label{
    margin: 0 0 15px;   
    display: inline-block;
    color: rgb(254, 92, 2);
    text-transform: capitalize;
}

.coming-soon-form input[type="submit"]{
    cursor: pointer;
}

.coming-soon-form input[type="submit"]:hover{
    background-color: rgb(254, 92, 2);
    color: #ffffff;
}


@media(max-width: 991.98px){
    .coming-soon-form .title-sub-heading{
        margin-top: 50px !important;
    }
}

/* coming soon form style end here */


/* 23-12-2025 start */

span.bos4w-or-subscribe {
    display: none;
}

/* 23-12-2025 end */



/* Quick View Modal Styles Added for Buy Now Popup */

.product-quick-view-section .popup-container {
    max-width: 700px;
    min-height: auto;
    padding: 15px;
}

.product-quick-view-section .popup-inner {
    padding: 45px 20px 20px;
}

.product-quick-view-section .popup-inner #quick-view-content{
    max-height: 70vh;
    overflow-y: auto;
}

.product-quick-view-section .popup-inner .product-details-secttion .product-details-right-side .summary.entry-summary{
    padding: 10px;
}

.product-quick-view-section .popup-inner .product-details-secttion .product-details-right-side .summary.entry-summary form .selected-variation-regular-price{
    display: none;
}

.product-quick-view-section .popup-inner .product-details-secttion .product-details-right-side .summary.entry-summary form .variations{
    margin-top: 0;
}

.product-quick-view-section .popup-inner .product-details-secttion .product-details-right-side .summary.entry-summary form .single_variation{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-quick-view-section .popup-inner .product-details-secttion .product-details-right-side .summary.entry-summary form .woocommerce-variation-add-to-cart .bos4w-display-dropdown{
    display: none;
}

.product-quick-view-section .quick-view-product-wrapper {
    padding: 0;
}

.product-quick-view-section .product-details-right-side {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    mask: none;
}

.product-quick-view-section .quick-view-close-btn {
    top: 20px;
    right: 30px;
}

.product-quick-view-section .product-details-secttion {
    padding: 0;
}

#quick-view-content .yodogo-price-section { display: none; }
#quick-view-content .variations_form .variations_button .yodogo-qty-cart .buy-now-col { width: 100%; }
#quick-view-content .variations_form .variations_button .yodogo-qty-cart .add-cart-col, #quick-view-content .reset_variations {
    display: none;
}
#quick-view-content .variations th.label { display:none !important; }
#quick-view-content span.woocommerce-Price-amount.amount { font-size: 20px; }
#quick-view-content img.product-heading-image {
    display: none;
}

.product-card span.card_coming_soon {
    position: absolute;
    right: 4px;
    background: #fe5c02;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 20px;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
}

.single-product .product-details-left-side { position:relative; }
.single-product span.card_coming_soon {
    position: absolute;
    right: 25px;
    background: #fe5c02;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-family: "Outfit";
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
    top: 27px;
}

.single-product .product-card-single-page span.card_coming_soon {
    right: 5px;
    font-size: 18px;
    top: 5px;
}


.yodogo-sold-out-message {
    padding: 0px 20px 20px;
    text-align: center;
}

.yodogo-sold-out-message .out-of-stock {
    color: red;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.live-login .woocommerce-error li { justify-content: flex-start; flex-wrap: wrap; padding: 10px; gap: 2px; }
.live-login .woocommerce-error li a { color: #fe5c02; }
.wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-subtotal-block { padding-bottom: 16px; }
.wc-block-components-radio-control #radio-control-wc-payment-method-options-stripe__content .wc-block-components-payment-methods__save-card-info {
    padding: 10px 0px;
}



/* Custom Cart Badge Styles */
.uwcc-cart-wrapper-custom {
    position: relative;
    display: inline-block;
}

.uwcc-cart-count-custom {
    position: absolute;
    top: 8px;
    right: 25px;
    background-color: #000;
    /* Orange to match theme */
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    /* Let clicks pass through to cart icon */
}

.uwcc-cart-wrapper-custom.mobile-cart-count .uwcc-cart-count-custom { top: -10px; right: -5px; }

@media (max-width: 767px) {
    .product-quick-view-section .popup-container {
        max-width: 95%;
    }
    .product-quick-view-section .popup-inner {
        padding: 40px 10px 10px;
    }
}

@media (max-width: 575px) {
    #quick-view-content .variations_form .variations_button .yodogo-qty-cart .buy-now-col { width: 50%; }
}