/*!
Theme Name: Marble Store
Theme URI: http://marblestore.sa/
Author: Rameez Nazir
Author URI: http://marblestore.sa/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marble-store
Tags: custom-cakes, custom-icecreams, cookie cakes, Ice cream cakes, Sponge cakes,cute cakes,Cup N cakes, DIY Cookie box
*/

@font-face {
    font-family: "Bourton"; /* Choose a name for your font */
    src: url("./assets/fonts/Bourton/BourtonBase.ttf") format("truetype"); /* Adjust the path and format accordingly */
    /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
    font-family: "Brandon_Grotesque_black"; /* Choose a name for your font */
    src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_black-BF64a625c944b08.otf")
        format("truetype"); /* Adjust the path and format accordingly */
    /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
    font-family: "Brandon_Grotesque_medium"; /* Choose a name for your font */
    src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_medium-BF64a625c84a521.otf")
        format("truetype"); /* Adjust the path and format accordingly */
    /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
    font-family: "Brandon_Grotesque_bold_italics"; /* Choose a name for your font */
    src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_bold_italic-BF64a625c93b0ce.otf")
        format("truetype"); /* Adjust the path and format accordingly */
    /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
    font-family: "Brandon_Grotesque"; /* Choose a name for your font */
    src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf")
        format("truetype"); /* Adjust the path and format accordingly */
    /* You can also include additional font variations like bold, italic, etc. if available */
}
@font-face {
    font-family: "Brandon_Grotesque-Bold"; /* Choose a name for the bold version */
    src: url("./assets/fonts/HvDTrial_Brandon_Grotesque_bold-BF64a625c9151d5.otf")
        format("truetype"); /* Adjust the path and format accordingly */
    font-weight: bold; /* Specify the font weight for the bold version */
}
@font-face {
    font-family: "futura_medium"; /* Choose a name for the bold version */
    src: url("./assets/fonts/futura/futura medium bt.ttf") format("truetype"); /* Adjust the path and format accordingly */
    /* Specify the font weight for the bold version */
}
.Brandon_Grotesque {
    font-family: "Brandon_Grotesque_medium";
}
.font-bourton {
    font-family: "Bourton", sans-serif;
}
.font-brandon-black {
    font-family: "Brandon_Grotesque_black", sans-serif;
}
.font-brandon-normal {
    font-family: "Brandon_Grotesque", sans-serif;
}
.font-brandon-bold {
    font-family: "Brandon_Grotesque-Bold", sans-serif;
}
.font-futura {
    font-family: "futura_medium", sans-serif;
}
.woocommerce-privacy-policy-text p {
    margin: 0;
}
.woocommerce-privacy-policy-link {
    color: #36bac7;
}
p.stock.in-stock {
    font-family: "futura_medium", sans-serif;
}
body {
    font-family: "Brandon_Grotesque", sans-serif;
}

/* Search Overlay Styles */
#searchOverlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: #00000012 !important;
    backdrop-filter: blur(2px);
    animation: fadeIn 0.3s ease-out;
}
#topbarMenuDiv > button {
    background: none !important;
    border: none;
}

#searchOverlay .position-absolute {
    z-index: 10000;
    animation: slideDown 0.4s ease-out;
    background: #04040487 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.search-form .input-group {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(54, 186, 199, 0.2);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.search-form .input-group:hover {
    box-shadow: 0 12px 40px rgba(54, 186, 199, 0.3);
    transform: translateY(-2px);
}

.search-form .form-control {
    border: none;
    padding: 20px 25px;
    font-size: 18px;
    background: transparent;
    color: #333;
    font-family: "Brandon_Grotesque", sans-serif;
    font-weight: 500;
}

.search-form .form-control::placeholder {
    color: #666;
    font-style: italic;
}

.search-form .form-control:focus {
    box-shadow: none;
    outline: none;
    background: transparent;
}

.search-form .btn {
    padding: 20px 25px;
    border: none;
    border-radius: 0;
    background: linear-gradient(135deg, #36bac7 0%, #2ba3b3 100%);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 60px;
}

.search-form .btn:hover {
    background: linear-gradient(135deg, #2ba3b3 0%, #1f8a9a 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(54, 186, 199, 0.4);
}

.search-form .btn i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.search-form .btn:hover i {
    transform: scale(1.1);
}

/* Desktop Menu Styles */
#desktopMenuOffcanvas .offcanvas-body {
    padding: 2rem;
}
#desktopMenuOffcanvas .offcanvas-body a {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

#desktopMenuOffcanvas .offcanvas-body a:hover {
    color: #36bac7 !important;
    padding-left: 10px;
}

#desktopMenuOffcanvas .offcanvas-body a:last-child {
    border-bottom: none;
}

/* Topbar Offcanvas Styles */
#topbarOffcanvas {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-left: 3px solid #36bac7;
    box-shadow: -5px 0 25px rgba(54, 186, 199, 0.1);
}

#topbarOffcanvas .offcanvas-header {
    background: linear-gradient(135deg, #36bac7 0%, #2ba3b3 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 2rem;
}

#topbarOffcanvas .offcanvas-title {
    color: white;
    font-family: "Brandon_Grotesque_medium", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

#topbarOffcanvas .btn-close {

    border-radius: 50%;
    padding: 0.5rem;
    /* transition: all 0.3s ease; */
    filter: invert(1);
    opacity: 1;
    border: 1px solid black !important;
}

#topbarOffcanvas .btn-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#topbarOffcanvas .offcanvas-body {
    padding: 2rem;
    background: white;
}

#topbarOffcanvas .offcanvas-body a {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 12px;
    border: 2px solid #e7e7e7;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    color: #333;
    font-family: "Brandon_Grotesque", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    /* transition: all 0.3s ease; */
    position: relative;
    overflow: hidden;
}

#topbarOffcanvas .offcanvas-body a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(54, 186, 199, 0.1), transparent);
    transition: left 0.5s ease;
}

#topbarOffcanvas .offcanvas-body a:hover {
    color: #36bac7 !important;
    border-color: #36bac7;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(54, 186, 199, 0.15);
}

#topbarOffcanvas .offcanvas-body a:hover::before {
    left: 100%;
}

#topbarOffcanvas .offcanvas-body a i {
    margin-right: 1rem;
    font-size: 1.2rem;
    color: #36bac7;
    transition: all 0.3s ease;
}

#topbarOffcanvas .offcanvas-body a:hover i {
    transform: scale(1.2);
    color: #36bac7;
}

#topbarOffcanvas .offcanvas-body a:last-child {
    margin-bottom: 0;
}

#topbarOffcanvas hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #36bac7, #2ba3b3, #36bac7);
    margin: 2rem 0;
    border-radius: 1px;
}

#topbarOffcanvas .language-switcher {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);

    border-radius: 12px;
    border: 0px solid #e9ecef;
}

#topbarOffcanvas .language-switcher h6 {
    color: #333;
    font-family: "Brandon_Grotesque_medium", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#topbarOffcanvas .language-switcher select {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-family: "Brandon_Grotesque", sans-serif;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
    width: 100%;
}

#topbarOffcanvas .language-switcher select:focus {
    border-color: #36bac7;
    box-shadow: 0 0 0 3px rgba(54, 186, 199, 0.1);
    outline: none;
}

#topbarOffcanvas .language-switcher select option {
    padding: 0.5rem;
    font-family: "Brandon_Grotesque", sans-serif;
}

/* Offcanvas Animation */
#topbarOffcanvas.offcanvas {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(100%);
}

#topbarOffcanvas.offcanvas.show {
    transform: translateX(0);
}

/* Ensure all offcanvas elements animate together */
#topbarOffcanvas .offcanvas-header,
#topbarOffcanvas .offcanvas-body,
#topbarOffcanvas .offcanvas-body a,
#topbarOffcanvas .offcanvas-body a i,
#topbarOffcanvas .language-switcher,
#topbarOffcanvas hr {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Improve backdrop animation */
.offcanvas-backdrop {
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Override Bootstrap's default offcanvas transitions for smoother animation */
.offcanvas {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Ensure smooth closing animation */
.offcanvas:not(.show) {
    transform: translateX(100%) !important;
}

.offcanvas.show {
    transform: translateX(0) !important;
}

/* Prevent body scroll during offcanvas animation */
body.offcanvas-open {
    overflow: hidden !important;
}
#search-bar::placeholder {
    color: gray;
    opacity: 1;
    font-weight:normal;
    font-size:16px;
}
/* Ensure backdrop and offcanvas animate together */
.offcanvas-backdrop + .offcanvas {
    transition-delay: 0s !important;
}
.addons-slider-container .slick-slide {
    width: 166px !important;
}
.addons-slider-container .slick-track{
    width: 100% !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    #topbarOffcanvas .offcanvas-header {
        padding: 1rem 1.5rem;
    }

    #topbarOffcanvas .offcanvas-title {
        font-size: 1.3rem;
    }

    #topbarOffcanvas .offcanvas-body {
        padding: 1.5rem;
    }

    #topbarOffcanvas .offcanvas-body a {
        padding: 0.875rem 1.25rem;
        font-size: 1rem;
    }
}

/* Search Icon Animation */
#searchToggle {
    transition: all 0.3s ease;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

#searchToggle:hover {
    transform: scale(1.1);
    background: none !important;
    border: none !important;
}

#searchDiv {
    cursor: pointer;
    z-index: 10000;
    position: relative;
}
.col-auto.store-btn {
    padding-right: 0;
}
.store-btn img {
    height: 63px;
    transition: transform 0.2s ease;
}
.store-btn img:hover {
    transform: scale(1.05);
}
.download_app_btn{
    position: absolute;
    margin-top: -128px;
    margin-left: 63px;
    direction: ltr;
    width: 1390px;
}

html[dir="rtl"] .download_app_btn {
    left: 63px !important;
    right: auto !important;
}
.special-offer-btn {
    border: 1px solid #e05b8b;
    padding: 4px 12px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
    background: #e05b8b;
}
span.special-offer-badge {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 0;
    border: 1px solid #e05b8b;
    padding: 4px 12px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
    background: #e05b8b;
}
span#sale_price {
    color: #cacaca;
}
/* Ensure search icon is visible on mobile */
@media (max-width: 767px) {
    #searchDiv {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    #searchToggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

    }

    #searchToggle i {
        font-size: 18px !important;
        color: white !important;
    }
}

/* Close Search Button */
#closeSearch {
    transition: all 0.3s ease;
    background: rgb(47, 172, 187);
    border-radius: 50%;
    padding: 3px 8px;
    border: 2px solid rgb(47, 172, 187);

}

#closeSearch:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) ;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

#closeSearch i {
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
}
section:not(.header, .topbar),
.mainContainer {
    max-width: 1440px;
    margin-inline: auto;
}

#primary-menu li.menu-item a {
    transition: 0.4s ease;
}
#primary-menu li.current-menu-item a,
#primary-menu li.menu-item:hover a {
    color: #fae20a !important;
}
.btn:hover {
    color: white !important;
    background-color: #ac0f53 !important;
    border-color: #ac0f53 !important;
}
.container {
    max-width: 1440px !important;
    padding-inline: 45px;
}
.w-1440 {
    max-width: 1440px !important;
    margin-inline: auto !important;
}
.px-40 {
    padding-inline: 40px;
}
.bg-sky {
    background-color: #36bac7 !important;
}

.border-sky {
    border-color: #36bac7 !important;
}
.bg-light-white {
    background-color: #ede3db;
}
.addres-m:after {
    background: none !important;
}
.bg-pink {
    background-color: #e05b8b !important;
}
.bg-yellow {
    background-color: #fded61;
}
.bg-light-yellow {
    background-color: #fded61;
}
.bg-dark-yellow {
    background-color: #fae20a !important;
}
.bg-light-purple {
    background-color: #f0e5df;
}
.bg-light-gray {
    background-color: #ffffff;
}
.border-light {
    border-color: #f0f5f9;
}
.bg-lt-gray {
    background-color: #f4f9ff !important;
}

.w-160 {
    width: 160px;
}
.w-214 {
    width: 214px;
}
.w-113 {
    width: 113px;
}
.cart-count-m {
    background: #e05b8b;
    height: 20px;
    width: 20px;
    border-radius: 22px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.selectBox,
.selectcookiBox {
    border: 2px solid #d5dce6;
    transition: 0.4s ease;
}
.border-gray {
    border-color: #d5dce6;
    border-width: 2px;
}
.border-gray2 {
    border: 1px solid #d5dce6 !important;
    border-radius: 16px !important;
}
.selectBox:hover,
.selectBox.active,
.selectFlavor .falvorimg:hover,
.selectFlavor2 .falvorimg:hover,
.selectFlavor.active .falvorimg,
.selectFlavor2.active .falvorimg,
.selectcookiBox.active {
    position: relative;
    border: 2px solid #36bac7 !important;
    background-color: #d2eff1 !important;
}
.selectcookiBox.active,
.selectcookiBox:hover {
    border-width: 2px !important;
}
.py-97 {
    padding-top: 97px;
    padding-bottom: 97px;
}
.header ul.navbar-nav li {
    padding-inline: 18px;
}
.header ul.navbar-nav li a {
    font-size: 20px;
    font-family: "Bourton", sans-serif;
    color: white;
}

.header ul.navbar-nav li ul li a {
    color: black;
}
.header .dropdown-toggle::after,
.filterBtn.dropdown-toggle::after,
.dropdown.myuser-ac .dropdown-toggle::after {
    display: none;
}
.text-purpleL {
    color: #e05b8b;
}
.text-sky {
    color: #36bac7 !important;
}
.accdashinfo a {
    color: #36bac7;
}
.text-red {
    color: #d0367a !important;
}
.bg-pink-btn {
    background-color: #d0367a !important;
}
.fs-66 {
    font-size: 66px;
    color: #e05b8b;
    line-height: 1;
}
.fs-22 {
    font-size: 22px;
}
.fs-64 {
    font-size: 64px !important;
    letter-spacing: -2px;
}
.fs-60 {
    font-size: 60px !important;
}
.fs-65 {
    font-size: 65px !important;
}
.fs-50 {
    font-size: 50px !important;
}
.fs-72 {
    font-size: 72px;
}
.fs-44 {
    font-size: 44px;
    color: #584340;
}
.fs-48 {
    font-size: 48px;
}
.fs-40 {
    font-size: 24px;
}
.fs-56 {
    font-size: 56px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-35 {
    font-size: 35px;
    color: #363535;
}
.fs-qty-35 {
    font-size: 35px !important;
}

.text-light-dark {
    color: #363535;
}
.fs-12 {
    font-size: 12px;
}
.fs-18 {
    font-size: 18px;
}
.fs-25 {
    font-size: 25px;
    color: #b4a4a4;
}
.fs-28 {
    font-size: 28px;
}
.fs-29 {
    font-size: 29px;
}
.rounded-48 {
    border-radius: 48px !important;
}
.rounded-24 {
    border-radius: 24px !important;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 17px;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px;
}
.fs-15 {
    font-size: 15px;
}
.fs-96 {
    font-size: 96px;
}
.fs-46 {
    font-size: 46px;
}
.fs-85 {
    font-size: 85px;
}

.text-brown-80 {
    color: #73605e !important;
}
.txt-brwn-60,
.text-brown-50 {
    color: #b4a4a4 !important;
}
.text-white-gary {
    color: #ede3db;
}

.bg-brown-50 {
    background-color: #b4a4a4;
}
.product-card {
    background: #d5dce6;
    border-radius: 24px !important;
}
.text-Lgary {
    color: #d5dce6;
}
.text-brown {
    color: #584340 !important;
}
.bg-brown {
    background-color: #584340 !important;
}
.border-brown {
    border-color: #584340 !important;
}
.border-light-brown {
    border-color: #b4a4a4 !important;
}
.border-light-brown-80 {
    border-color: #73605e !important;
}

.location-select select.form-select {
    filter: brightness(19.5);
}
.location-select select.form-select:focus {
    box-shadow: none !important;
}
.location-select select.form-select option {
    color: rgb(12, 12, 12);
}
.hero-btn {
    /* background-color: #e05b8b; */
    color: white;
    font-size: 20px;
}
.best-seller-card {
    transition: 0.6s ease;
    cursor: pointer;
    background: #f3f4f6;
    border-radius: 24px !important;
    margin-bottom: 20px;
    margin-left:7px;
    margin-right:7px;
    padding: 12px 0 20px 0 !important;
    height: 100%;
}

.best-seller-card:hover {
    background: #d2eff1;
}
.text-blueLt {
    color: #d2eff1;
}
.bg-blue-light {
    background-color: #d2eff1;
}
.Hbtn {
    background: white;
    padding: 6px 25px;
    border-radius: 34px;
}
.addToCart-btn {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    width: 90%;
}
.child-div {
    transition: 0.6s ease;
    margin-inline: 83px;
}
.child-div:hover {
    background: #e45b8f;
}
.child-div img {
    transition: 0.6s ease;
}
.child-div:hover img {
    transform: scale(1.2);
}

.child-div .text-div {
    transition: 0.4s ease;
}
.child-div:hover .text-div {
    color: white;
}
.child-div button {
    transition: 0.1s ease;
}
.best-seller-card:hover .hero-btn {
    position: relative;
    bottom: 0;
    visibility: visible;
    z-index: 1;
    background-color: #e45b8f;
}
.child-div:hover .hero-btn {
    position: relative;
    bottom: 0;
    visibility: visible;
    z-index: 1;
    background-color: #36bac7;
}
.btn-hamburger:hover {
    background-color: transparent !important;
    border: none !important;
}
section.moreGift-sec {
    background: #fded61;
}

.occasions-card img {
    object-fit: contain !important;
    height: 140px;
    width: 140px;
}
.keepTxt {
    font-size: 20px;
    color: #36bac7;
    font-weight: bold;
}
.footerlink {
    font-size: 20px;
    color: #b4a4a4;
}
.best-seller-card img {
    margin-inline: auto;
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    align-items: center;
    width: 90%;
    justify-content: center;

}

@media screen and (max-width: 1366px) and (min-width: 1024px) {

    .best-seller-card img {
        width: 175px !important;
        height: 175px !important;
        margin-inline: auto;
        object-fit: cover;
        border-radius: 16px;
    }

}
.diy-cat .best-seller-card img {
    width: 150px;
    height: 150px;
}

.product-card a img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}
#navbarSupportedContent ul#primary-menu li a,
a {
    text-decoration: none;
}
.product-cat a {
    color: #b4a4a4;
    font-size: 18px;
}
.product-title {
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.5;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paginations * {
    background: #eaeaea;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    color: #6a6a6a;
}
.paginations .current,
.paginations *:hover {
    background: #e05b8b;
    color: white;
}

/* Add custom arrow images */
.slick-prev:before {
    content: url("./assets/images/arrow-left.png") !important;
    opacity: 1 !important;
}

.slick-next:before {
    content: url("./assets//images/arrow-right.png") !important;
    opacity: 1 !important;
}

.relatedProduct-slider .slick-prev:before {
    content: url("./assets/images/relatedarrowPrev.png") !important;
    /* opacity: 1 !important; */
}

.relatedProduct-slider .slick-next:before {
    content: url("./assets//images/relatedarrowNext.png") !important;
    /* opacity: 1 !important; */
}

.best-seller .slick-prev,
.best-seller .slick-next,
.relatedProduct-slider .slick-prev,
.relatedProduct-slider .slick-next {
    width: auto !important;
    height: auto !important;
    z-index: 1;
}

.best-seller .slick-dots li.slick-active button::before {
    color: #e45b8f !important;
    opacity: 1 !important;
}
.best-seller .slick-dots li button::before {
    font-size: 8px !important;
}
.best-seller .slick-dots li {
    width: 12px;
}
.form-col p {
    margin: 0 !important;
}
.productImg .woocommerce-product-gallery img {
    width: 390px;
    height: 390px;
    object-fit: cover;
    border-radius: 16px;
}
.productImg .woocommerce-product-gallery a {
    text-align: center;
    margin-inline: auto;
    display: block;
}
.productImg {
    border: 2px solid #ede3db;
    border-radius: 24px;
    padding: 16px;
}
.woocommerce-breadcrumb {
    font-family: "Brandon_Grotesque", sans-serif !important;
    color: #b4a4a4;
}
.woocommerce-breadcrumb a {
    color: #584340;
    font-size: 16px;
    font-weight: bold;
    font-family: "Brandon_Grotesque", sans-serif !important;
}
.woocommerce-product-details__short-description p {
    font-family: "futura_medium", sans-serif !important;
    font-size: 20px !important;
    color: #b4a4a4;
    font-weight: 500;
}
.currency-symbol {
    font-size: 25px !important;
}
.optional {
    font-family: "futura_medium", sans-serif !important;
}
.price {
    color: #e05b8b;
}
.price #regular_price {
    font-size: 24px;
}
.quantity-button {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.quantity {
    display: inline-block;
    margin: 0 10px;
}

/* Hide the input arrow */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
}
.quantity-button {
    border: 2px solid #584340;
    border-radius: 50px;
    padding: 8px 9px;
}
.quantity {
    margin: 0;
}
.quantity input {
    border: none !important;
    width: 2.2rem;
    font-size: 20px;
}
.addText-form input,
.addText-form textarea {
    border: 1px solid #d5dce6;
    border-radius: 32px;
    padding: 8px 19px;
    width: 100%;
    margin: 5px 0;
    background: #f4f9ff;
    resize: none;
}
.desTab .nav-tabs .nav-link {
    border-bottom: 2px solid transparent !important;
}
.desTab .nav-tabs .nav-link.active,
.desTab .nav-tabs .nav-link:hover {
    border: none;
    color: #584340;
    border-bottom: 2px solid #584340 !important;
}
.mainContainer .woocommerce-breadcrumb {
    max-width: 1440px !important;
    padding-inline: 40px;
}
.wpcf7-form-control.wpcf7-textarea {
    resize: none;
    margin-top: 1rem !important;
}

.mrble-van-selectnum {
    width: 32px;
    height: 32px;
    line-height: 1.3;
}
.selectnum {
    width: 32px;
    height: 32px;
    line-height: 1.3;
}
.upload-box {
    border-radius: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dividerline {
    max-width: 68%;
}
.dashedline {
    position: relative;
    flex-wrap: wrap;
}
.dashedline p {
    background: #ede3db;
    padding: 0px 5px;
    z-index: 1;
}
.dashedline::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px dashed #b4a3a3;
    left: 0;
    top: 42%;
    z-index: 0;
}

.dividerline:before {
    content: "";
    position: absolute;
    border-top: 2px dashed #b4a4a4;
    width: 100%;
    left: 0;
    top: 45%;
    z-index: 0;
}
.cirpDiv {
    width: 36px;
    height: 20px;
    background: #ede3db;
}
span.dividercircle {
    background: #b4a4a4;
    height: 20px;
    width: 20px;
    border-radius: 32px;
    border-top-left-radius: 47px;
}
.rounded-12 {
    border-radius: 12px;
}
span.whatap {
    padding: 1px 6px;
    background: #51944c;
    color: white;
    border-radius: 10px;
}
.selectype img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.bg-trans-50 {
    background: #f4f9ff9c !important;
    border-width: 2px !important;
}
.bg-light-green {
    background: #f4f9ff !important;
}
.selectFlavor.active .falvorimg:after,
.selectFlavor2.active .falvorimg:after {
    content: "";
    width: 25px;
    height: 25px;
    background: #36bac7;
    background-image: url(./assets/images/check.png);
    position: absolute;
    bottom: 6px;
    right: 0px;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
}

section.customise-cake .addText-form textarea {
    height: 160px;
    padding-top: 19px;
}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
    background: #f4f9ff !important;
}

/* shahab css */
.mob-position-delivery {
    text-align: left !important;
}
.img-whatsapp-footer {
    height: 41px !important;
}
.our-meetup-section {
    background-color: #e1f3f4;
}
.st-mrle-dk {
    flex-wrap: wrap;
}
.set-icecream-desktop,
.mobonly-select-flavour-icecream {
    flex-wrap: wrap;
    padding-right: 68px !important;
}
.btn-add-to-cart-icecream {
    text-align: center;
}
.summary-txt {
    font-family: "Brandon_Grotesque_medium";
}
.sumary-fnt {
    font-family: "Brandon_Grotesque-Bold";
}

.add-to-cart-btn {
    background-color: #e05b8b;
}
.treat-yourself {
    font-family: "Brandon_Grotesque_medium";
}
.ice-cream-create-box {
    font-family: "Brandon_Grotesque_bold_italics" !important;
}
.bg-field1 {
    background-color: #36bac7;
    border-radius: 8px;
}
.bg-fieldss {
    background-color: #ffffff;
    border-radius: 8px;
}
.font-fam-address {
    font-family: "Brandon_Grotesque_medium";
}
.dropdown-list-font-centers {
    font-family: "Brandon_Grotesque-Bold";
    color: black;
}
.jedda-btn-visit {
    background: none;
    border: none;
}
.dropdown-list-font {
    font-family: "Brandon_Grotesque-Bold";
}
.dropdown-menu.dropdown-visit.show {
    width: 245px;
}
.faq-acordian-btn {
    box-shadow: none;
}
.faq-acordian-btn.fs-30.how-place-order.bckg-faq-none {
    background: none;
    box-shadow: none;
}
.bckg-faq-none {
    background: none;
}
.accordion-button::after {
    background-image: url(./assets/images/plus.png) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(./assets/images/minus.png) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}
.customer-p {
    text-align: left;
}
.customer-hotline {
    text-align: left;
}
.social-icons-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.add-new-acc-dashboard {
    color: #36bac7;
    border: none;
    background: none;
}
.edit-model-popup {
    margin-top: 8.3rem;
    position: relative;
}
.text-input-acc {
    font-family: "Brandon_Grotesque";
}
.edit-address-acc,
.address-line-acc {
    font-family: "Brandon_Grotesque-Bold";
}
.addressline-acc {
    display: flex;
    flex-direction: column;
}
.edit-btn-forest {
    border: none;
    background: none;
}
.logout-btn-acc {
    display: flex;
    align-items: center;
    padding: 5px;
}
.setting-btn-acc {
    font-family: "Brandon_Grotesque-Bold";
    border: none;
    background: none;
}
.close-acc-btn-place {
    position: absolute;
    background-color: #d5dce6;
    border-radius: 50px;
    bottom: 34.5rem;
    left: 33.5rem;
    top: 0;
}
.model-top-gap {
    margin-top: 8.5rem;
    position: relative;
}
.notify-section {
    border-bottom: 1px solid;
    border-bottom: 1px solid #f7f7f7;
}
.font-size-notify {
    font-family: "Brandon_Grotesque-Bold";
}
.font-size-acc {
    font-family: "futura_medium", sans-serif;
    color: #b4a4a4;
}
.forget-account-btn {
    text-align: right;
}
.forget-btn-dashboard {
    color: #36bac7;
    background-color: white;
    border: none;
}
.input-field-acc {
    background-color: #ede3db;
}
.delete-account-btn {
    text-align: right;
}
.footer-acc {
    justify-content: space-between;
    border: none;
}
.cancel-btn-acc,
.save-btn-acc {
    width: 216px;
    height: 48px;
    border-radius: 50px;
    font-family: "Brandon_Grotesque-Bold";
}
.save-btn-acc {
    background-color: #e05b8b;
    border: none;
}
.cancel-btn-acc {
    color: black;
    background: none;
}
.delete-btn-dashboard {
    font-family: "futura_medium", sans-serif;
    color: #d0367a;
    border: none;
    background-color: white;
}
.txt-form-acc {
    font-family: "Brandon_Grotesque";
}
.name-acc {
    font-family: "Brandon_Grotesque-Bold";
}
.navbar-setting {
    margin-bottom: 1.5rem;
}
.Account-Setting {
    padding-bottom: 0px;
}
.profile-info-acc,
.password-acc,
.notify-acc {
    font-family: "Brandon_Grotesque_medium";
}
.model-width-dekstop {
    width: 520px;
}
.acc-setting {
    font-family: "Brandon_Grotesque-Bold";
}
.policy-plic {
    color: #36bac7;
}
.have-acc-reg {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.hav-acc-label {
    font-family: "futura_medium", sans-serif;
    color: #b4a4a4;
}
.crt-acc {
    flex-direction: column;
    align-items: center;
}
.privacy-policy {
    font-family: "futura_medium", sans-serif;
    color: #b4a4a4;
}
.acc-new-reg {
    font-family: "Brandon_Grotesque-Bold";
}
.registration-img {
    max-height: 73px;
}
.registration-header {
    flex-direction: column;
}
.img-jedda {
    min-height: 276px;
}
.img-jedda .bg-field1 a,
.img-jedda .bg-field1 p {
    color: white;
}
.img-jedda .show-map-address p {
    margin-bottom: 0;
}
.img-jedda .show-map-address {
    margin-bottom: 10px;
    box-shadow: 0 0px 22px rgba(39, 36, 34, 0.1);
}
.how-place-sign {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tags-contact-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plus-sign {
    font-size: 20px;
    height: 16px;
    color: #36bac7;
    font-family: "Brandon_Grotesque-Bold";
}
.if-faq-dont {
    font-family: "Brandon_Grotesque_medium";
}
.btn-contact-submit {
    background-color: #e05b8b !important;
    font-family: "Brandon_Grotesque-Bold";
}
.body-faq {
    padding-bottom: 11px !important;
}
.our-Jeddah-visit {
    font-family: "Brandon_Grotesque-Bold";
    color: #36bac7;
}
.our-stories-visit {
    font-family: "Brandon_Grotesque-Bold";
}
.sticker-visi-contact {
    height: 74px;
}
.visit-us-contact {
    font-family: "Brandon_Grotesque_black";
}
.faq-txt-contact {
    font-family: "Brandon_Grotesque-Bold";
}
.how-place-order {
    font-family: "Brandon_Grotesque-Bold";
}
.Frequently-ask-contact {
    font-family: "Brandon_Grotesque_medium";
}
.faq-text-contact {
    font-family: "Brandon_Grotesque_black";
}
.faq-sticker {
    height: 150px;
    position: absolute;
}
.bg-faq-contact {
    background-color: #ede3db;
}
.bg-map-contact {
    background-color: #f4f9ff;
}
.img-height-contact {
    height: 114px;
}
.line-height {
    line-height: 0.3rem !important;
}
.customer-hotline {
    font-size: 25px !important;
    font-family: "Brandon_Grotesque_medium";
}
.customer-p {
    font-family: "Brandon_Grotesque";
}
.bg-contact-us {
    background-color: #f4f9ff;
}
.contact-us-page .if-our-faqs {
    display: block !important;
}
.contact-us-page .we-answer-text {
    display: none;
}
.contact-us-page .wpcf7-submit {
    background: #e05b8b !important;
}
.bg-contact-scndsection {
    background-color: #6d5794;
}
.desktop-p-banner {
    padding-left: 113px;
}
.perfect-deliv-aboutus {
    font-size: 56px;
    font-family: "Bourton";
}
.gap-partners-botom {
    margin-bottom: 63px;
}
.gap-bottom {
    margin-bottom: 143px;
}
.our-partners-section {
    position: relative;
}
.great-american-sticker {
    position: absolute;
    left: 48%;
    top: 57%;
}
.greatamerican {
    color: #e05b8b;
    font-family: "Brandon_Grotesque-Bold";
}
.marbleslabksa {
    color: #36bac7;
    font-family: "Brandon_Grotesque-Bold";
}
.marbleslab {
    color: #e05b8b;
    font-family: "Brandon_Grotesque-Bold";
}
.partner-descr-text {
    font-family: "Brandon_Grotesque";
}
.fnt-partner {
    font-family: "Brandon_Grotesque-Bold";
}
.our-partner-portion {
    text-align: center;
}
.our-partners-section {
    background-color: #d2eff1;
}
.our-partner-text {
    font-family: "Brandon_Grotesque_black";
}
.gap-between-about-us {
    margin-top: 50px;
}
.fast-deliv-aboutus {
    font-family: "Bourton";
}
.we-happy-txt-about {
    color: #758799;
    line-height: 1.8rem;
    font-family: "Brandon_Grotesque_medium";
    text-align: justify;
}
.within-hour {
    font-family: "Brandon_Grotesque_bold_italics";
    color: #36bac7;
}
.delivery1-aboutus-img {
    padding-left: 113px !important;
}
.delivery-text1 {
    padding-right: 113px !important;
}
.about-us-sticker {
    height: 104px;
    width: 161px;
    position: absolute;
    top: 92%;
    left: 1%;
}
.why-dif-text {
    color: #e05b8b;
    font-family: "Brandon_Grotesque_black";
}
.why-different {
    background-color: #f4f9ff;
}
.marble-store-hero {
    padding-left: 113px !important;
}
.about-us-banner-text {
    line-height: 1.6rem;
}
.underline {
    text-decoration: underline;
    color: #d0367a;
}
.marble-store-about-us {
    font-family: "Brandon_Grotesque_black";
}
.about-us-hero-section {
    background-color: #ede3db;
    position: relative;
}
.reset-email-field {
    width: 386px;
    height: 56px !important;
    border-radius: 32px !important;
    background-color: #f4f9ff;
    padding: 6%;
}
.lost-password-email {
    flex-direction: column;
}
.dont-have-account {
    font-family: "futura_medium", sans-serif !important;
    color: #b4a4a4;
}
.w-59 {
    width: 59%;
}
.get-code-login {
    color: #363535;
}
.forgot-password {
    font-family: "futura_medium", sans-serif !important;
}
.login-fields {
    max-width: 386px;
    height: 56px;
    background-color: #f4f9ff;
}
.login-border {
    border-radius: 32px;
}
.login-password-field {
    margin-left: 20%;
}
.create-account {
    width: 386px;
    height: 56px !important;
    border-radius: 32px;
    color: #ffffff !important;
    background-color: #36bac7;
    border: none;
}
.signup-btn,
.login-regis-btn {
    width: 386px;
    height: 56px !important;
    border-radius: 32px;
    color: #36bac7 !important;
    background-color: #d2eff1;
    border: none;
}
.send-reset-instruction {
    width: 386px;
    height: 56px !important;
    border-radius: 32px !important;
    color: #ffffff !important;
    background-color: #36bac7 !important;
    border: none !important;
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: "Brandon_Grotesque", sans-serif !important;
}
.login-btn {
    width: 145px;
    height: 56px !important;
    border-radius: 32px;
    color: #ffffff !important;
    background-color: #36bac7;
    border: none;
}
.forgot-password {
    color: #36bac7;
}
.thank-you-text {
    text-align: center !important;
}
.thank-you-page {
    height: 850px !important;
}
.cookie-banner {
    padding-top: 58px;
}
.cookies-banner-img {
    height: 288px;
    float: right;
}
.marble-van-banner-img {
    height: 288px;
    float: right;
}
.cookies-banner-desc {
    color: #b4a4a4;
}
.cookie-text-banner {
    color: #6d5794;
}
.marble-van-text-banner {
    color: #6d5794;
    font-family: "Brandon_Grotesque_bold_italics" !important;
}
.bg-cookie {
    background-color: #ede3db;
}
.ice-cream-img {
    float: right;
    max-height: 425px !important;
}
.or-icecream {
    font-weight: bold;
    color: #95d3d9;
}
.click-here-icecream {
    font-weight: bold;
    color: #95d3d9;
}
.text-icecream-banner {
    color: #e05b8b !important;
}
.own-bucket-icecream {
    padding: 45px !important;
    line-height: 50px;
}
.border-mpink {
    border-color: #e05b8b !important;
}
.own-bucket {
    height: 270px !important;
    width: 272px !important;
    text-align: center;
    background-color: #e05b8b !important;
    border-radius: 154px !important;
    font-size: 46px !important;
    color: white;
    font-weight: bold;
    box-shadow: inset -6px -8px 0px rgb(208, 54, 122);
}

.activefilter {
    background-color: #d5dce6 !important; /* Set your active color */
    color: #584340 !important; /* Set text color */
    border-color: black !important; /* Set border color */
}
.bg-light {
    background-color: #f4f9ff !important;
    max-height: 409px;
}
.text-cake-bg {
    color: #e05b8b !important;
    line-height: 1;
    padding-top: 65px;
    padding-bottom: 71px;
    /* height: 201px !important; */
    width: 463px !important;
}
.cake-img {
    height: 125 !important;
}
.img-cake {
    height: 332px !important;
    padding-top: 15px !important;
    margin-top: -86px;
}
.Arrow-banner {
    position: absolute;
    margin-left: -18%;
    margin-top: 83px;
    height: 85px !important;
}
/* Stickness  */
.stickness-header {
    position: sticky;
    padding: 3px 0;
    top: 0;
    z-index: 1000;
}
.sticky-position {
    position: sticky;
    top: 80px;
    background: white;
    z-index: 2;
}
.delivery-button {
    border: 2px solid #36bac7;
    border-radius: 39px;
    background: #f0f5f9;
}
.tab-button {
    margin: 4px 2px;
    width: 50%;
}
.delivery-button button {
    width: 49%;
    border: 2px;
    border-radius: 28px;
    padding: 16px 5px;
    background: none;
    color: #36bac7;
    transition: 0.5s ease;
}
.delivery-button button svg path {
    fill: #36bac7;
}

.delivery-button button {
    margin-block: 2px !important;
}
.delivery-button button svg {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.page-template-checkout .delivery-button button svg {
    filter: none;
}
.delivery-button button:hover,
.delivery-button .active {
    background: #36bac7;
    color: white;
}
.delivery-button button:hover svg path,
.delivery-button .active svg path {
    fill: #ffffff;
}

.delivery-button button:hover svg,
.delivery-button .active svg {
    filter: none;
}

.dropbtn:after {
    display: none;
}

.modal-dialog.modal-lg.deliveryModel {
    max-width: 1120px;
}
.text-shadow {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.delivery-button .active .text-shadow,
.delivery-button button:hover .text-shadow {
    text-shadow: none;
}

.cart-product-m .product-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cart-product-m .product-thumbnail {
    width: 100px;
    height: 100px;
}
.product-remove img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.proceddCheck a {
    color: white;
}
.custom-cart-page .variation p {
    margin: 0;
}
.custom-cart-page .variation {
    margin: 0;
}
.product-name .variation dt {
    color: #b4a4a4;
    font-size: 13px;
}
.variation .variation dt {
    font-size: 13px;
}
.product-name .variation dd p {
    color: #584340;
}
.icon-trash {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.product-name {
    min-width: 38%;
    max-width: 38%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.page-template-cart .product-name {
    /* white-space: wrap !important; */
}
ul.pickuplocations li {
    background: rgba(255, 255, 255, 0.5);
    padding: 8px;
    border-radius: 5px;
    margin: 5px;
}
ul.pickuplocations li.highlight {
    background: #36bac7 !important;
    color: white;
}
input.zl_store_location {
    visibility: hidden;
    position: absolute;
}
.addressradio .form-check-input:checked {
    background-color: #36bac7;
    border-color: #ffffff;
    border-width: 2px;
    padding: 2px !important;
    outline: 1px solid #36bac7;
    background-image: none;
}
/* Shahab Css */
.mrble-bucker-gap-mob {
    justify-content: space-evenly;
}
.mrble-bucker-gap-mob {
    gap: 24px !important;
}
.accordion-button:not(.collapsed) {
    color: black;
}
.custome-cake-product-img {
    /*display: flex;*/
    margin-bottom: 20px;
    background: #f3f4f6;
    border-radius: 24px !important;
    padding-bottom: 20px;
    min-height: 415px;
}
.error-back {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6%;
}
.cook-more-soon {
    color: #b4a4a4;
}
.go-back-btn-error {
    background-color: #e05b8b;
    color: #fff;
    width: 147px;
    height: 48px;
    border-radius: 50px;
    border: none;
}
.banner-error-img {
    width: 690px;
    flex-direction: column;
}

.time-menu {
    width: 100%;
    background-color: #ede3db;
    height: auto;
    border: none;
    overflow-y: auto;
    margin-top: 2px;
}
.time-btn {
    width: 176px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: black;
}

.time-btn:hover {
    background-color: #36bac7;
    color: #fff;
}
.select-frames {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: space-between;
}
.disablebtn {
    pointer-events: none;
    opacity: 0.5;
}
.border-cream {
    border-color: #ede3db !important;
}
#pac-input {
    position: relative !important;
    font-size: 17px;
    padding-top: 51px;
    padding-bottom: 24px;
    font-size: 20px;
    background: none;
}
.addresinput {
    padding-top: 6px !important;
}
.addresinput #pac-input {
    background-color: #ede3db;
    border-radius: 12px;
}
.drpbtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #ede3db !important;
    padding: 0.5rem 16px !important;
    border-radius: 9px !important;
}
.calender {
    background-color: #ede3db;
    text-align: left;
}
.date-calender label::after {
    background: none !important;
}
.dropdown-location {
    min-width: 268px;
    max-height: 300px;
    overflow-y: auto;
    padding: auto;
    padding-inline: 10px;
    background-color: #ede3db;
}
.dropdown-location li a:hover {
    background-color: #36bac7;
    color: white;
    border-radius: 8px;
}
.dropdown-location li {
    background-color: rgba(255, 255, 255, 0.5);
    margin-block: 10px;
    border-radius: 8px;
}
.checkout.woocommerce-checkout input:not(#Switchaccountcreate):not(#is_gift),
.checkout_coupon input {
    background: #ede3db;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
}

.checkout_coupon.woocommerce-form-coupon,
#customer_details {
    padding: 42px 48px !important;
}

/* Shahab Css  */
.citylist {
    width: 100%;
}
.citylist li {
    background: rgba(255, 255, 255, 0.5);
    margin-block: 14px;
    padding: 6px 15px;
    border-radius: 8px;
}
.citylist li {
    transition: 0.4s ease;
    cursor: pointer;
}
.citylist li:hover {
    background-color: #36bac7;
    color: white;
}

.variationDiv {
    border-bottom: 1px solid #b4a3a3;
    margin-block: 10px;
}
.variationDiv .variation {
    display: flex;
    gap: 10px;

    font-size: 14px;
    color: #584340;
}
.variationDiv .variation {
    padding: 0 5px;
    margin-bottom: 0;
}
.variationDiv .variation p {
    margin-bottom: 0px;
    margin-left: 7px;
}
.product-items p:not(.page-template-checkout .product-items p) {
    margin-bottom: 0;
}
.flex-grow-2 {
    flex-grow: 2;
}

.flex-grow-5 {
    flex-grow: 5;
}

.occasion-modal-W {
    max-width: 732px;
}
.occasion-modal-W .col-md-2.col-6 {
    padding-inline: 5px !important;
}

.occasion-modal-W .modal-content {
    border-radius: 16px !important;
}

.AllCake-modal-W {
    min-width: auto !important;
    width: fit-content !important;
    border: none !important;
    box-shadow: 0px 0px 37.5px rgba(10, 35, 46, 0.25) !important;
    border-radius: 16px !important;
    margin-top: 14px !important;
}
.PortionSize-modal-W .row,
.AllCake-modal-W .row {
    gap: 10px;
}
.AllCake-modal-W .row .col-md-3,
.PortionSize-modal-W .row .col-md-4 {
    width: 100px !important;
    padding-inline: 2px !important;
}
.AllCake-modal-W .dropdown-body,
.PortionSize-modal-W .dropdown-body {
    width: max-content;
}
.PortionSize-modal-W,
.location-dropdown-W {
    min-width: auto !important;
    width: fit-content !important;
    border: none !important;
    box-shadow: 0px 0px 37.5px rgba(10, 35, 46, 0.25) !important;
    border-radius: 16px !important;
    margin-top: 14px !important;
}
.location-dropdown-W {
    min-width: 305px !important;
}
.occasions-case img {
    width: 64px !important;
    height: 64px;
    object-fit: contain;
}
.occasions-case {
    border: 2px solid transparent;
    transition: 0.5s ease;
    cursor: pointer;
    border-radius: 12px !important;
    height: 100%;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    padding-inline: 5px !important;
}
.titlediv {
    min-height: 38px;
    margin-top: 10px;
}
.occasions-case.active {
    border: 2px solid #36bac7;
    background: #f0f5f9;
}
.occasions-case.active h3 {
    color: #36bac7 !important;
}
.ice-cr {
    max-width: 1280px;
    max-height: 336px;
}
.summary-cream {
    max-width: 387px !important;
    max-height: 430px !important;
    border-radius: 24px !important;
}
.box-bg {
    color: #36bac7 !important;
}
.bucker-gap {
    gap: 32px !important;
}
.show-more {
    color: #e05b8b;
}
.filterBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters {
    display: flex !important;
}
.selectnum2 {
    width: 20px !important;
    height: 20px !important;
    line-height: 1.5;
    background-color: #36bac7 !important;
    color: white;
    display: block;
    font-size: 14px;
}
.form-check-input:checked {
    background-color: #36bac7;
    border-color: #36bac7 !important;
    box-shadow: none;
}

.stock-switch.form-check-input:focus {
    box-shadow: none !important;
    border-color: #36bac7 !important;
}

ul#city-dropdown {
    list-style-type: none;
}
ul#city-dropdown li {
    color: #363535;
    font-size: 24px;
    padding: 0px 10px;
    width: 50%;
    margin-bottom: 8px;
    border-radius: 12px;
    transition: 0.5s ease;
    cursor: pointer;
}
ul#city-dropdown li:hover {
    background: #d2eff1;
    color: #36bac7;
}
.slick-dots {
    left: 0 !important;
    margin-inline: auto !important;
    right: 0 !important;
    bottom: 0px !important;
    width: fit-content !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.subfilter {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px !important;
    height: 20px !important;
}
.tab-pane.desc p {
    font-family: "futura_medium", sans-serif !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: auto;
}
.tax-product_cat.term-cookies .moreGift-sec,
.tax-product_cat.term-cookies .cookies-box-sec {
    display: none;
}
.admin-bar.woocommerce-account .entry-header {
    display: none;
}
.logged-in.woocommerce-account {
    background: #f4f9ff;
}
.variationDiv .variation {
    gap: 5px !important;
    flex-wrap: wrap !important;
}
.variation dd {
    /* width: 65% !important; */
}
.page-template-checkout {
    background: #f4f9ff !important;
}
.m-border-8 {
    padding-block: 6px !important;
    border-radius: 8px !important;
}
.page-template-checkout .address p {
    border-bottom: 2px dashed #b4a3a3;
    padding-bottom: 4px;
}
.order-p-Images {
    overflow-x: scroll;
    max-width: 600px;
    padding-left: 10px;
}
.order-td-Images {
    overflow-x: scroll;
    max-width: 245px;
    padding-left: 10px;
    width: 245px;
}
.order-product-images {
    width: fit-content;
}
.order-product-images .product-image {
    width: 60px;
    background: white;
    border: 4px solid #f4f9ff;
    border-radius: 14px;
    margin-left: -8px;
    padding: 3px;
}
.hidden-mixin {
    display: none !important;
}
.falvorimg {
    border-width: 2px !important;
}
#addresinput label.addinp {
    position: absolute !important;
    left: 0 !important;
    transition: top 0.2s, font-size 0.2s !important;
    color: #b4a4a4;
    pointer-events: none !important;
    top: -8px !important;
    font-size: 16px !important;
}
#addresinput #pac-input {
    padding-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation-link a {
    color: #363535;
    padding: 2px 10px;
    transition: 0.3s ease;
}
.woocommerce-MyAccount-navigation-link a:hover {
    background: #35bac7;
    color: white;
    border-radius: 8px;
}
.order-again a {
    background-color: #36bac7 !important;
    color: white !important;
    border-radius: 30px !important;
    font-family: "Brandon_Grotesque-Bold", sans-serif;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
    color: #363535 !important;
    font-size: 30px;
    font-family: "Brandon_Grotesque-Bold", sans-serif;
}
.woocommerce-EditAccountForm.edit-account input {
    background: #ede3db;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
}
.img-height-contact-map {
    border-radius: 12px;
}

#pac-input {
    padding-top: 20px !important;
}
#service-offer {
    margin-top: 10px;
}
.hide {
    display: none;
}

.cookQuant {
    background: rgba(10, 129, 145, 0.4);
    border-radius: 10px;
    visibility: hidden;
    pointer-events: none;
}
.selectcooki6 .cookQuant.selected {
    visibility: visible;
    pointer-events: all;
}
.selectcookie img {
    height: 114px;
    object-fit: contain;
}
.statusName {
    text-align: center;
    border-radius: 30px;
    padding: 2px 5px;
}
.statusName.processing {
    background: #fae20a;
    color: #6d5794;
}
.statusName.completed {
    background: #95d3d9;
    color: #36bac7;
}
.statusName.cancelled {
    background: #b4a4a4;
    color: #584340;
}
.text-4a {
    color: #4a2502;
}
.statusName.on-hold {
    background: #f7026e;
    color: #9f2c2c;
}
.woocommerce-orders {
    border-collapse: separate;
    border-spacing: 0;
}
.woocommerce-orders thead tr th {
    background: #f0f5f9;
    padding: 18px 15px;
    border-top: 1px solid #d5dce6;
    border-bottom: 1px solid #d5dce6;
}
.woocommerce-orders tbody tr td a {
    padding-right: 12px !important;
    padding-left: 0px !important;
}
.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount.amount {
    display: flex;
    flex-direction: column-reverse;
}
.woocommerce-orders tbody tr td {
    padding-block: 6px;
}
.px-ort-12 {
    padding-inline: 12px;
}
.pr-ort-12 {
    padding-right: 12px;
}
.border-order-left {
    border-left: 1px solid #d5dce6;
    border-top-left-radius: 16px;
}
.border-order-right {
    border-right: 1px solid #d5dce6;
    border-top-right-radius: 16px;
}
.order-product-images .product-image img {
    width: 44px !important;
}
.success-message {
    text-align: center;
    color: green;
}
.tax-product_cat .cake-mob-between {
    display: none !important;
}
.woocommerce-cart .variation dd p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.single-productSlider .slick-prev,
.single-productSlider .slick-next {
    width: auto;
    height: auto;
    z-index: 1;
}
.single-productSlider .slick-prev {
    left: -16px;
}
.single-productSlider .slick-next {
    right: -16px;
}

.single-productSlider .slick-prev:before {
    content: url("./assets/images/arLt.png") !important;
    opacity: 1 !important;
}
.bg-lightPink {
    background-color: #ede3db;
}
.single-productSlider .slick-next:before {
    content: url("./assets//images/arRt.png") !important;
    opacity: 1 !important;
}
.cuscookBox-size h6 {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.hide-boxsize {
    display: none !important;
}
#diy-products {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    position: relative;
    transition: opacity 1s ease;
}
#diy-products.hidediysec {
    transition: opacity 0s ease;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -5;
    width: 100%;
    top: 100%;
}

.upload-box {
    border-radius: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 260px !important;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-box label {
    margin-block: 11px !important;
}

.upload-box label {
    width: 100% !important;
    margin-block: 30px !important;
    margin-bottom: 10px !important;
}
#image-preview {
    text-align: center;
    max-height: 230px;
    display: flex;
    flex-wrap: wrap;
    max-height: 190px;
    overflow: scroll;
    justify-content: center;
    gap: 10px;
}
.imgdivk {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
#image-preview img {
    height: 125px;
    object-fit: contain;
    margin-inline: auto;
    border-radius: 16px;
}

#remove-image {
    background: #e05b8b;
    display: block;
    width: fit-content;
    padding: 3px 16px 5px 16px;
    border-radius: 30px;
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    box-shadow: 0px 0px 7px #00000073;
    margin-top: 8px;
}
.emptimg {
    filter: brightness(5);
}

.mf-btn.mf-pay-now-btn {
    display: none;
}
.mf-pay-now-btn {
    display: none !important;
}
.selected-flag {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.intl-tel-input {
    width: 100%;
}
.empty-cartbtn {
    width: fit-content;
    padding: 3px 10px;
    align-items: center !important;
}

.payment_box {
    padding: 0 !important;
    background: none !important;
}
.payment_box::before {
    content: none !important;
}
.wc_payment_method label > img {
    display: none;
}

#mf-form-element #iframe {
    height: auto !important;
}
#mf-form-element {
    width: 100% !important;
}
#iframe .card-no-container {
    border-radius: 10px !important;
    border: none !important;
    background: #ede3db !important;
}
#iframe .card-no-container input {
    font-size: 14px !important;
    background: #ede3db !important;
    color: black !important;
}
.address .dashedline p {
    border: none;
    padding-bottom: 0;
    background: white;
}

.iti-arrow,
#country-listbox {
    display: none;
}
#showpassword {
    right: 20px;
    top: 0;
    bottom: 0;
    transform: translateY(24%);
    cursor: pointer;
}

.page-template-checkout .topbar,
.page-template-checkout .header {
    display: none;
}
.page-template-checkout .checkoutheader {
    display: block !important;
}
#payment {
    background: none !important;
}
.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
}
.mf-payment-methods-container {
    margin: 0;
    width: 100%;
    padding: 7px 7px;
}
.verification-code-inputs input[type="tel"] {
    border: 2px solid #e1e1e1;
    width: 46px;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.PopupLoginBtn {
    margin-inline: 8%;
}
#country_code {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: #f4f9ff;
}
#phone_number {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.language-switcher select {
    background: none;
    border: none;
    color: white;
}
.language-switcher select option {
    color: black;
}
#loginBlock > .form-group {
    margin-inline: 8%;
}
#registerblock {
    display: none !important;
}
#registerblock.active {
    display: flex !important;
}

.w-120px {
    width: 120px;
}
.w-160px {
    width: 160px;
}

.privacy-policy-page-mb h2 {
    color: #584340;
    font-family: "Brandon_Grotesque-Bold", sans-serif;
    font-size: 30px;
    padding-top: 25px;
}
.privacy-policy-page-mb p {
    font-family: "Brandon_Grotesque", sans-serif;
    color: #584340;
    font-size: 20px;
    line-height: 22px;
}
.privacy-policy-page-mb a {
    color: #36bac7;
}
#pills-home-tab.disabled {
    opacity: 0.65;
}
.disabledcolor {
    color: #36bac7;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    z-index: 99999;
}
#lang_sel {
    width: auto !important;
    margin-left: 1.5rem !important;
}
.js-wpml-ls-item-toggle {
    background: transparent !important;
    border: none !important;
    color: white !important;
    padding-inline: 0 !important;
}
.js-wpml-ls-item-toggle::after {
    display: none !important;
}
.wpml-ls-display.icl_lang_sel_translated {
    display: none;
}
.wpml-ls-sub-menu {
    min-width: fit-content !important;
}
.wpml-ls-link {
    text-align: center;
}
.wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}
.empityfeildV {
    border-color: red !important;
}
div#image-preview .error-message {
    font-size: 20px;
    color: red;
    background: white;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.includes_tax {
    display: none;
}
.scrolgif {
    width: 40px !important;
    height: 40px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.woocommerce
.woocommerce-customer-details
.woocommerce-customer-details--phone::before {
    line-height: 1;
}
.pac-container.pac-logo {
    left: 0 !important;
    top: 68px !important;
    border-radius: 12px;
}

.map-loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    right: 0;
    left: 0;
    margin-inline: auto;
}

.time-slot-loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    right: 0;
    left: 0;
    margin-inline: auto;
}
/* =========================
   Make It Perfect Section
  ========================= */

/* Header */
.make-it-perfect .section-header h2 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Tabs wrapper */
.make-it-perfect .tabs-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 20px;
}

/* Tabs container */
.make-it-perfect .tabs {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scrollbar-width: none;
}

.make-it-perfect .tabs::-webkit-scrollbar {
    display: none;
}

/* Individual tab */
.make-it-perfect .tab {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

/* Active tab */
.make-it-perfect .tab.active {
    color: #0d6efd;
    border-color: #0d6efd;
}

/* Arrow buttons */
.make-it-perfect .arrow {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* =========================
   Products Grid
   ========================= */
/* =========================
   Make It Perfect – Product Cards
   ========================= */

.make-it-perfect .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

/* Card */
.make-it-perfect .product-card {
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
}

.make-it-perfect {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 5px;
}

.make-perfect-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Image wrapper */
.make-it-perfect .product-image {
    position: relative;
    background: #f3f4f6; /* light grey like reference */
    border-radius: 0px;
    padding: 16px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product image */
.make-it-perfect .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

/* Express badge */
.make-it-perfect .product-image .badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #c48b6a;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 999px;
    display: none;
}
/* =========================
   Make It Perfect – Product Info
   ========================= */

.make-it-perfect .product-info {
    padding: 12px 14px 10px;
    background: #f3f4f6;
    border-radius: 0px;
    text-align:center;
}

/* Title */
.make-it-perfect .product-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Price */
.make-it-perfect .product-price {
    font-size: 14px;
    font-weight: 700;
    color: #36bac7;
}

/* Sale cleanup */
.make-it-perfect .product-price del {
    font-weight: 400;
    color: #9ca3af;
    margin-right: 6px;
}

/* =========================
   Add to Cart Button
   ========================= */

.make-it-perfect .product-actions {
    padding: 10px 14px 14px;
    background: #f3f4f6;
    border-radius: 0 0 16px 16px;
}

.make-it-perfect .add_to_cart_button {
    display: block;
    width: 100%;
    text-align: center;
    background: #e05b8b;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
    border-radius: 10px;
    transition: background 0.2s ease;
}

.make-it-perfect .add_to_cart_button:hover {
    background: #cc4f7c;
}

.make-it-perfect .product-price del {
    display: none;
}

/* Ensure only one visible price */
.make-it-perfect .product-price ins {
    text-decoration: none;
}
.make-it-perfect .product-price .woocommerce-price-suffix {
    display: none !important;
}
.tabs {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex: 1;
    gap: 25px;
    scrollbar-width: none;
}
.whatsapp-chat {
    position: fixed;
    bottom: 56px;
    right: 20px;
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    z-index: 7;
}
/*make it perfect end========*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.disabled {
    background-color: gray !important;
}

.time-slot-container {
    display: block;
}

.time-slot-container.hide {
    display: none;
}

.time-slot-container.show {
    display: block;
}
.searchform i::before {
    vertical-align: -0.17em !important;
}
.searchform input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
.searchform input[type="search"]:focus {
    box-shadow: none !important;
}
.text-pink {
    color: #db5b8b;
}
/* .display-cake {
  display: none;
} */

.customCakeSize div img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

/* *** Order Feed Back ***  **/

.rate {
    height: 46px;
    width: fit-content;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid lightgray;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 16px;
    box-shadow: 0px 0px 5px #0000003d;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: rgb(230 230 230) !important;
}
.page-template-cart .variation {
    /*    border-top: 2px dotted;*/
    margin-top: 7px !important;
    padding-top: 10px;
}
#feedback_form {
    box-shadow: 0px 0px 8px #0000001c;
}
.cart-product-div {
    /* max-height: 426px;
    overflow: scroll; */
}
.free-products .product {
    width: 50%;
}
.free-products:hover {
    background-color: initial;
}
.free-products .product img {
    width: 100px;
    height: 100px;
}
.dropdown-menu.show.time-menu {
    max-height: 134px;
}
/* checkout page */
.addondiv {
    flex-wrap: wrap !important;
}
.variation-AddonBanner img {
    width: 100%;
    height: 85px !important;
}
.addoncol .addons {
    border-bottom: 2px dotted black;
    margin-bottom: 15px;
}

/* gift layout */
.gift-image.h-100 {
    width: 100%;
    object-fit: contain;
}
.smallMlogo {
    height: 40px !important;
}
.addons-slider-container .product-Card .gift-image {
    height: 95px;
    object-fit: contain;
}
#topbarMenuDiv > button i {
    font-size: 28px;
}
.special-offer-btn {
    border: 1px solid #e05b8b;
    padding: 4px 12px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
    background: #e05b8b;
}
span#sale_price {
    color: #cacaca;
}

@media screen and (max-width: 810px) and (min-width: 650px) {
    .tabcatdiv h6 {
        font-size: 25px !important;
    }
    .product-card .tabcatdiv a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .header ul.navbar-nav li a {
        font-size: 18px;
    }
    .header ul.navbar-nav li {
        padding-left: 0;
    }
    #menucanvasbody {
        padding: 0 !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) {
    /* Adjust offcanvas for desktop */
    #offcanvasMenu {
        position: relative;
        transform: translateX(0) !important;
        visibility: visible;
        width: 100% !important;
        background: transparent;
        border: none;
    }
    .searchProductDiv{
        width: 50%;
        margin-inline: auto;
    }
    /* Hide offcanvas toggle button and backdrop on desktop */
    .menucanvasBtn,
    #offcanvasMenu .offcanvas-header,
    .navbar-toggler {
        display: none;
    }

    #offcanvasMenu .offcanvas-backdrop {
        display: none !important;
    }

    #occationSec .col-md-2 {
        width: 20% !important;
    }

    .productQuantity-mrb {
        flex: 1 !important;
    }
}
#cartUserWrapper {
    gap: 8px !important;
}
@media screen and (min-width: 600px) {
    .relatedProduct-slider .slick-prev,
    .relatedProduct-slider .slick-next {
        top: -55px;
        left: auto;
        right: 0;
    }
    .relatedProduct-slider .slick-prev {
        right: 56px;
    }
    #mobileFixedfooter {
        display: none !important;
    }
    .cartsvgIcon svg path,
    .usersvgIcon svg path {
        fill: white;
    }

    .woocommerce-cart .variation {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-cart .variation dd {
        margin-left: 4px;
        white-space: wrap;
        margin-bottom: 0;
    }

    .forgot-password {
        position: absolute;
        right: -8% !important;
        top: 50%;
    }
    .falvorimg img {
        width: 110px !important;
        height: 110px !important;
        object-fit: contain;
    }
    #show-more-mixin {
        flex-wrap: wrap;
    }
    .summary-width {
        min-width: 387px;
        max-width: 387px;
    }

    .checktxt {
        margin-left: -10px;
        margin-right: 10px;
    }
    .summaryBoxD {
        position: sticky;
        top: 20%;
    }
    #otp {
        gap: 14px;
    }
    #verify-otp-button {
        max-width: 260px !important;
    }
    .privacy-policy-page-mb article {
        padding-inline: 20px;
    }
    .w-c210 {
        width: 210px;
    }
    #mobilefilter {
        width: 550px !important;
    }
    .stickness-header.z-index-1 {
        z-index: 2;
    }
    #mobilefilter .offcanvas-header .btn-close {
        position: relative;
    }
    div#mobilefilter .btn-close i {
        background: #d5dce6;
        border-radius: 20px;
        padding-inline: 3px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-inline: auto;
        width: fit-content;
        padding: 1px 5px;
    }
}
#userDiv {
    margin-right: -4px;
}
@media screen and (max-width: 500px) {
    #otp {
        gap: 2px;
    }
    #verify-otp-button {
        padding: initial !important;
        max-width: 240px !important;
        min-width: 240px !important;
        margin-inline: auto !important;
    }

    #remove-image {
        margin-inline: auto;
    }
    #offcanvasMenu {
        background-color: #f4f9ff;
    }
    .closebtnbg {
        background: white;
        display: flex;
        padding: 15px 15px 15px 7px;
        border-radius: 31px;
    }
    .closebtnbg button {
        padding: 0 !important;
    }
    #primary-menu {
        text-align: left;
    }
    #primary-menu li {
        padding: 0;
    }
    #primary-menu li a {
        font-size: 29px;
    }
    #primary-menu li.occasionpopup {
        display: none;
    }
    #cartDiv,
    #userDiv {
        flex-direction: column;
    }
    #cartDiv a p,
    #userDiv a p {
        margin: 0 !important;
    }
    #mobileFixedfooter * {
        font-size: 12px;
        color: #F4F9FF !important;
        font-family: "Bourton", sans-serif;
        text-align: center;
        margin-inline: auto;
    }
    #cartUserWrapper {
        width: auto !important;
        gap: 8px !important;
    }


    .mobhamburger {
        text-align: left !important;
        padding-left: 0;
        order: 1;
    }
    #mobLocationDiv {
        order: 3;
        margin-left: auto;
        padding-right: 0 !important;
    }
    .moblogo {
        padding-left: 0;
        order: 2;
    }
    .logodivMB {
        padding-inline: 10px;
    }
    .container {
        padding-inline: 10px !important;
        padding-top: 0px !important;
    }
    .banner-mob {
        padding-inline: 0 !important;
        padding: 21px !important;
    }
    .bg-cake-mob {
        background-color: #f4f9ff;
        border-radius: 12px;
    }
    .fs-24 {
        font-size: 20px;
    }
    .fs-22 {
        font-size: 22px;
    }

    .tap-here {
        display: block !important;
    }

    .click-here-btn-cake-mob {
        height: 29px;
        width: 162px;
        border-radius: 24px;
        background-color: #e05b8b !important;
        border: none;
        color: white;
        font-size: 14px !important;
    }
    .or-txt {
        color: #95d3d9;
        margin-bottom: 0 !important;
    }
    .tap-here-btn {
        margin-top: -23px !important;
        margin-bottom: -11px !important;
    }
    .mob-cake-banner-img {
        height: 125px !important;
        margin-left: 37px;
        margin-top: -21px;
    }
    .mob-cake-banner-img {
        display: block !important;
    }
    .mob-cake-banner {
        padding-top: 13px !important;
    }
    .Arrow-banner {
        display: none !important;
    }
    .img-cake2 {
        display: none !important;
    }
    .img-cake1 {
        display: none !important;
    }
    .text-cake-bg {
        color: #6d5794 !important;
        line-height: 1;
        width: 168px !important;
        padding: 0 !important;
    }
    .cake-mob-between {
        justify-content: space-between !important;
    }
    .icecream-mob-between {
        justify-content: space-between !important;
    }
    .bg-light {
        background-image: none !important;
        border-radius: 10px !important;
    }
    .fs-65 {
        font-size: 20px !important;
    }
    .cake-img {
        text-align: right !important;
    }
    .img-cake {
        height: 124px !important;
    }

    .display-cake {
        display: none !important;
    }
    .footer-img {
        height: 64px !important;
    }
    .keepTxt {
        margin-top: 34px;
    }
    footer .hero-btn {
        margin-top: 16px;
    }
    .copyright-footer {
        padding-bottom: 70px;
        padding-top: 20px !important;
    }

    .why-order {
        font-weight: 500 !important;
    }
    .fs-72 {
        font-size: 40px;
        margin-top: 30px;
    }
    .fs-3 {
        font-size: 20px !important;
        font-weight: bold !important;
        font-family: "Brandon_Grotesque-Bold", sans-serif;
    }
    .px-40 {
        padding-inline: 26px !important;
    }
    .hero-btn {
        width: 327px;
        font-family: "Brandon_Grotesque-Bold", sans-serif;
    }
    .best-seller .best-seller-card h6 a {
        display: block;
    }
    .order-online {
        padding: 5px !important;
    }
    .order-img {
        height: 60px;
        width: 60px;
    }
    a.btn.hero-btn {
        height: 37px;
        width: 145px !important;
        padding-top: 3px !important;
    }
    .come-visit .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .cookies-box-sec h2 {
        margin-left: 0;
    }
    .products-sec .row .col-6 {
        padding-inline: 5px;
    }
    .product-card a img {
        width: 66px;
        height: 66px;
        object-fit: cover;
    }
    .menucats .product-card a img {
        width: 24px;
        height: 24px;
        object-fit: cover;
    }
    .fs-35 {
        font-size: 20px;
    }
    .products-sec .container > h2,
    p {
        text-align: left;
    }
    .relatedProduct-slider .best-seller-card .product-cat {
        text-align: center;
    }
    .fs-25 {
        font-size: 20px;
        color: #b4a4a4;
    }
    .our-catalog {
        margin-top: 30px !important;
    }
    .product-card {
        background: #d5dce6;
        border-radius: 12px !important;
    }
    .product-card > div h6 {
        margin: 0;
    }
    .product-card > div {
        padding-block: 0px !important;
        margin-bottom: 10px;
        padding-bottom: 10px !important;
    }
    .product-card > div.pb-00 {
        padding-bottom: 0 !important;
    }

    .hero-section {
        padding-block: 0 !important;
    }
    .hero-section > .container {
        padding-block: 20px;
        background: rgba(44, 32, 67, 0.53);
        padding-inline: 24px !important;
    }
    .hero-section > .container p,
    .hero-section > .container h5 {
        color: white;
    }
    .hero-section > .container button {
        width: 100%;
        margin-block: 10px;
    }
    .fs-66 {
        font-size: 48px;
        color: #fae20a;
        line-height: 1;
    }
    .mobscoopText {
        font-size: 24px !important;
    }
    .mobordeSec {
        padding-block: 0 !important;
    }
    .mobordeSec .order-info-card {
        flex-direction: column;
    }
    .mobordeSec .col-6 {
        margin-bottom: 10px;
    }
    .order-info-card .fs-25 {
        font-size: 10px !important;
    }
    .order-info-card .fs-20 {
        font-size: 9px !important;
        text-align: center !important;
    }
    .fs-30 {
        font-size: 18px;
    }
    .best-seller-card img {
        width: 132px;
        height: 132px;
    }
    .best-seller .best-seller-card {
        background: #d2eff1;
        border-radius: 12px !important;
        padding-inline: 7px;
    }
    .best-seller .best-seller-card .hero-btn {
        position: relative;
        bottom: 0;
        visibility: visible;
        z-index: 1;
        background-color: #e45b8f;
        width: 100%;
    }
    .best-seller-card .hero-btn {
        width: 100%;
    }
    .best-seller .slick-slide {
        margin-inline: 8px;
    }
    .best-seller-sec .row {
        margin-top: 20px !important;
    }
    .best-seller .product-title {
        -webkit-line-clamp: 2;
    }
    .best-seller .product-title a {
        font-size: 16px !important;
        color: #e05b8b !important;
    }
    .best-seller .best-seller-card .product-cat {
        display: none;
    }
    .best-seller .best-seller-card h6 {
        color: #363535 !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .fs-44 {
        font-size: 21px;
    }
    .px-40 {
        padding-inline: 20px !important;
    }
    .occasions-card img {
        object-fit: contain !important;
        height: 65px;
        width: 65px;
        margin-inline: auto;
    }
    .occasions-card h3 {
        font-size: 20px;
        word-wrap: break-word;
    }
    section.occasions-sec.bg-light-purple {
        background: #f0f5f9;
    }

    .occasions-card {
        border-radius: 12px !important;
        background: #ede3db;
        margin-inline: 4px;
        min-height: 115px !important;
        padding-block: 12px !important;
        padding-inline: 4px;
    }

    section.occasions-sec h2,
    section.occasions-sec p {
        text-align: left;
    }
    .occationSlider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #d0367a;
        font-size: 8px;
    }

    .delivery1-aboutus-img {
        padding: 0 !important;
        padding-left: 0 !important;
    }
    /* Shahab Css  */
    .cookieBox-banner {
        position: relative;
    }
    .mb-mrble-jus {
        justify-content: space-evenly;
    }
    .mrble-bucker-gap-mob {
        gap: 21px !important;
    }
    .mrble-bucker-gap-mob {
        justify-content: start;
    }
    .btm-mob-mrbllse {
        padding-bottom: 0 !important;
    }
    .mob-m-no-mrble {
        display: none !important;
    }
    .btm-mob-mrble {
        padding-bottom: 22px !important;
    }
    .mrble-van-selectnum {
        width: 24px;
        height: 24px;
        line-height: 1.3;
    }
    .mob-mrble-padd {
        padding: 0 !important;
    }
    .mrble-vn-top {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .marble-van-txt-mobile {
        font-size: 35px !important;
    }
    .brown-arrow-van-mob {
        display: none;
    }
    .marble-van-banner-img {
        position: absolute;
        top: 17%;
        left: 46%;
    }
    .marble-van-text-banner {
        letter-spacing: 0;
    }
    .mob-img-van {
        padding-left: 0;
    }
    .mob-mrble-banner-txt-only {
        margin-bottom: 0;
    }
    .mrblevan {
        padding: 0px;
    }
    .mob-marble-banner-only {
        height: 130px;
    }
    .mob-mrble-banner {
        display: none;
    }
    .mob-mrble-banner-txt-only {
        display: inline-block !important;
        font-size: 14px;
        font-family: "Brandon_Grotesque";
    }
    .mob-marble-banner-only {
        padding: 0.3rem !important;
        border-radius: 12px !important;
    }
    .marble-van-banner-img {
        height: 101px !important;
        float: none !important;
    }
    .mob-mrble-banner {
        font-size: 14px !important;
        font-family: "Brandon_Grotesque";
    }
    .marble-van-text-banner {
        font-size: 24px !important;
    }
    .offcanvas-special-sauces-mob {
        padding: 0;
    }
    .offcanvas-mixins-mobile {
        padding: 0;
    }
    .padd-mob-summry {
        padding: 0;
    }
    .choose-icecream-mob {
        border: none;
        border-radius: 50px;
        width: 182px;
    }
    .clr-selection-cream {
        background: none;
        border: none;
    }

    .clr-selection-cream {
        font-family: "Brandon_Grotesque_medium";
    }
    .choose-icecream-mob {
        color: #ffffff;
        background-color: #e05b8b;
        font-family: "Brandon_Grotesque-Bold";
        font-size: 20px !important;
    }
    .btns-offcanvas-icecream {
        position: absolute;
        bottom: 0;
    }
    .set-icecream-desktop {
        padding: 0 !important;
    }
    .mob-bottom-space {
        padding: 0 !important;
    }
    .bucker-gap {
        gap: 8px !important;
    }
    .page-template-marble-van #cookiesSection .bucker-gap {
        gap: 0px !important;
    }
    .mob-icecream-height-icons {
        width: 92px !important;
        height: 92px !important;
    }
    .bucker-gap-mob {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 50px;
    }
    #offcanvasBottom,
    #offcanvasBottomSauce {
        height: 700px;
    }
    .mob-flavor-btm {
        margin-top: 0 !important;
    }
    .mob-flavor-btm {
        margin-top: 1.5rem !important;
    }

    .ice-cream-bucket-btm-mob {
        margin-bottom: 0 !important;
    }
    .mob-bottom-space {
        margin-bottom: 0 !important;
    }
    .special-sauces-right {
        margin-right: 12.5rem !important;
    }
    .btns-mixins {
        font-size: 20px;
    }
    .mixins-btn-offcanvas {
        border-bottom: 1px solid #dedbdb !important;
        background: none !important;
        border: none;
    }
    .miixins-right {
        margin-right: 7.5rem !important;
    }
    .lang-ar .miixins-right {
        margin-right: 0 !important;
    }
    .btns-mixins {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .cake-falakes-mob {
        color: #b4a4a4;
        font-family: "Brandon_Grotesque_medium";
    }
    .mixins-btn-offcanvas {
        font-family: "Brandon_Grotesque_black", sans-serif !important;
    }
    .arrowwidth-ofcanvas {
        width: 20px;
        height: 20px;
    }
    .offcanvas-special-sauces-mob {
        display: block !important;
    }
    .mobonly-special-sauces-icecream {
        display: none !important;
    }
    .mobonly-select-flavour-icecream {
        display: none !important;
    }
    .offcanvas-mixins-mobile {
        display: block !important;
    }
    .summary-width {
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
    }
    .page-template-custom-ice-cream .summary-width {
        margin-bottom: 4.5rem;
    }
    .select-2-flavour {
        display: none !important;
    }
    .select-7-flavour {
        display: block !important;
    }
    .summary-txt {
        font-family: "Brandon_Grotesque-Bold" !important;
        color: #363535;
    }
    .quantity-scoops-mob {
        text-align: center;
    }
    .productSize {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .mob-gap-ice-cream {
        gap: 0.5rem !important;
    }
    .quantity-scoops-mob {
        font-size: 12px !important;
    }
    .bucket-small-mob {
        width: 40px;
        height: 40px;
    }
    .price-mob-icecream {
        display: none;
    }
    .selectnum {
        display: none !important;
    }
    .arrow-ice-cream {
        display: none;
    }
    .ice-cream-bucket-mob {
        font-size: 28px !important;
        font-family: "Brandon_Grotesque_black", sans-serif !important;
    }
    .custome-ice-cream-box {
        display: none;
    }
    .mob-ad-sketch {
        margin-bottom: 1rem !important;
    }
    .mob-only-hero-sectin-cs-cake {
        margin-bottom: 0 !important;
    }
    .summary-mob {
        font-size: 20px !important;
        font-family: "Brandon_Grotesque-Bold";
        color: #363535;
    }
    .mob-summary {
        margin-bottom: 1.5rem !important;
    }
    .mob-upload-box {
        margin: 0 !important;
    }
    .cs-cake-below-head {
        font-size: 20px !important;
        color: #b4a4a4;
        font-family: "Brandon_Grotesque_medium";
    }
    .mob-only-cs-cake {
        font-size: 35px !important;
        text-align: left;
        margin-right: 3.5rem !important;
    }
    .mob-only-hero-sectin-cs-cake {
        flex-direction: column;
    }
    .cs-cake-below-head {
        display: block !important;
    }
    .custom-cake-hero-section {
        display: none !important;
    }
    .brow-arrow-cs-cake {
        display: none !important;
    }
    .desktop-only-custom-cake {
        display: none !important;
    }
    .mob-only-cs-cake {
        display: block !important;
    }
    .mrgin-btm {
        margin-bottom: 1rem !important;
    }
    .desk-only {
        display: none;
    }
    .how-place-order {
        font-family: "Brandon_Grotesque_medium";
    }
    .customer-p {
        font-size: 14px !important;
        font-family: "Brandon_Grotesque_medium";
        text-align: center;
    }
    .customer-hotline {
        font-size: 25px !important;
        font-family: "Brandon_Grotesque-Bold";
        text-align: center;
    }
    .desktop-only {
        display: none !important;
    }
    .get-code-login {
        margin: 0 !important;
    }

    .mob-res-btm {
        margin-bottom: 0;
    }
    .pickup-mob-none {
        padding-inline: 0 !important;
    }
    .mob-top-space {
        margin-top: 1.5rem;
    }
    .summary-mob-res {
        font-size: 20px !important;
        font-family: "Brandon_Grotesque-Bold" !important;
    }
    .insert-debit {
        font-size: 20px;
        font-family: "Brandon_Grotesque";
    }
    .online-payment {
        font-size: 20px;
        font-family: "Brandon_Grotesque-Bold";
    }
    .promo-code {
        font-size: 20px;
        font-family: "Brandon_Grotesque-Bold";
    }
    .mob-res-coupon {
        flex-direction: column;
    }
    .resp-mob-apply {
        width: 100%;
    }
    .tabcontent #map {
        height: 250px !important;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        margin-top: 0.5rem;
    }
    .tabcontent {
        padding: 0 !important;
    }
    .addresinput #pac-input {
        background-color: #f4f9ff;
        border-radius: 12px;
        font-size: 17px;
        border: 1px solid #d5dce6;
    }
    .calender {
        border: 1px solid #d5dce6;
        background: #f4f9ff;
    }
    #branch_stores .bg-light-white {
        background-color: #ffffff00;
    }
    .drpbtn{
        border: 1px solid #d5dce6 !important;
        background: #f4f9ff !important;
    }
    .delivery-button .active {
        background: #e05b8b !important;
        color: white;
    }
    .delivery-button {
        border: none;
        border-radius: 39px;
        background: none;
    }
    .delivery-button button {
        border: 1px solid #e05b8b !important;
        color: #e05b8b;
    }
    .delivery-button button svg path {
        fill: #e05b8b;
    }
    .modal-body {
        padding: 0 !important;
    }
    .modal-dialog {
        margin-top: 0.5rem !important;
    }
    .font-mob-h {
        font-size: 28px !important;
    }
    .mb-resp1 {
        margin-left: 8px !important;
    }
    .mob-resp2 {
        margin-left: 8px !important;
    }
    .mob-resp3 {
        margin-left: 8px !important;
    }
    .mob-resp {
        flex-basis: max-content;
        margin: 0;
        padding: 0 !important;
        min-width: 45% !important;
    }
    .img-jedda {
        min-height: auto !important;
    }
    .faq-question {
        padding: 0 !important;
    }
    .body-faq {
        padding: 0 !important;
    }
    .faq-sticker {
        height: 54px;
    }
    .faq-text-contact {
        font-size: 40px;
    }
    .Frequently-ask-contact {
        font-size: 25px;
    }
    .sticker-visi-contact {
        height: 39px;
    }
    .visit-us-contact {
        font-size: 40px;
        margin-left: 0 !important;
        margin-top: 0;
    }
    .img-height-contact-map {
        height: 375px !important;
    }
    .mob-resp {
        flex-direction: column;
    }
    .customer-hotline {
        font-size: 16px !important;
    }
    .img-height-contact {
        height: 80px;
    }
    .bg-contact-us {
        position: relative;
    }
    .btn-contact-submit {
        width: 343px;
        height: 48px;
    }
    .wpcf7-form > div {
        gap: 0 !important;
    }
    .mob-res-contact-us {
        position: absolute;
        top: 82%;
    }
    .if-our-faqs {
        font-family: "Brandon_Grotesque";
    }
    .get-in-touch {
        font-size: 50px !important;
    }
    .desktop-p-banner {
        padding-left: 0 !important;
    }
    .our-partner-text {
        padding-bottom: 0 !important;
        letter-spacing: -1.5px !important;
    }
    .gap-btoot {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .great-american-pic {
        height: 100px;
    }
    .great-american-sticker {
        height: 65px;
    }
    .marbleslabsa {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partner-descr-text {
        font-size: 20px !important;
        text-align: center;
    }
    .fnt-partner {
        font-size: 30px;
        margin: 20px;
    }
    .marble-slab-pic {
        height: 100px;
    }
    .our-partner-text {
        font-size: 50px;
    }
    .perfect-deliv-aboutus {
        font-size: 36px;
        font-family: "Bourton";
        letter-spacing: -1.5px;
    }
    .gap-between-about-us {
        margin-top: 50px;
    }

    .delivery1-aboutus-img {
        margin-bottom: 32px;
    }
    .row-4 {
        flex-direction: column-reverse;
    }

    .we-happy-txt-about {
        line-height: 1.5rem !important;
        text-align: left;
    }
    .row-2 {
        flex-direction: column-reverse;
    }
    .fast-deliv-aboutus {
        font-size: 36px;
    }
    .delivery-text1 {
        padding: 0 !important;
    }
    .delivery-text1 * {
        text-align: center;
    }
    .within-hour {
        font-size: 24px;
        margin-bottom: 0;
    }
    .why-different > .gap-between-about-us-row1 {
        margin-top: 80px !important;
    }
    .why-different {
        padding: 1.5rem !important;
    }
    .why-dif-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .about-img1 {
        text-align: center;
    }
    .delivery1-aboutus-img {
        height: 150px;
        /* padding-left: 0 !important; */
    }
    .why-dif-text {
        font-size: 50px !important;
        line-height: 3.5rem !important;
    }
    .about-us-sticker {
        width: 88.26px;
        height: 61.72px;
        position: absolute;
        top: 96%;
        left: -5% !important;
    }
    .text-about-us-section .p3 {
        margin-bottom: 40px !important;
    }
    .text-about-us-section {
        margin-top: 1.5rem !important;
        font-size: 20px !important;
    }
    .marble-store-about-us {
        margin: 0 !important;
    }
    .marble-store-about-us {
        font-size: 50px !important;
    }
    .marble-store-hero {
        padding: 1.5rem !important;
    }
    .about-section-mob-img {
        padding: 0;
    }
    .aboutus-hero-img {
        height: 337px;
        width: 361px;
    }
    .about-us-section-img {
        padding: 0 !important;
    }
    .hero-section-mob {
        flex-direction: column-reverse;
        padding: 0;
    }
    .go-back-btn-error {
        position: absolute;
        bottom: 22%;
        left: 31%;
    }
    .banner-error-img,
    .someone-eaten {
        display: none;
    }
    .banner-mobile-error-img {
        display: inline-block !important;
    }
    .sticky-position {
        top: 73px !important;
        padding-block: 10px;
    }
    .no-account {
        margin-top: 8% !important;
    }
    .sign-up-btn button {
        width: 100% !important;
    }
    .signup-btn {
        width: 100% !important;
    }
    .login-btn {
        font-size: 20px !important;
        font-weight: bold !important;
    }
    .get-code-login {
        font-size: 20px !important;
        font-weight: bold !important;
    }
    .login-txt-mob {
        font-size: 35px !important;
        font-weight: bold !important;
        margin-top: 0 !important;
    }
    .password-field-mob {
        margin-top: 0 !important;
    }

    .login-mob {
        margin-top: 15px !important;
        justify-content: space-between !important;
    }
    .login-fields {
        min-width: 100% !important;
        font-size: 20px !important;
        padding: 23px !important;
        margin-left: 0 !important;
    }
    #registerform {
        padding-inline: 10px;
    }
    .create-account,
    .login-regis-btn {
        width: 100% !important;
    }
    .have-acc-reg {
        padding-inline: 10px;
    }
    .login-mob.crt-acc {
        margin-bottom: 10px !important;
    }
    .thank-you-page {
        height: 544px !important;
    }
    .time-menu {
        width: 100% !important;
        background-color: #ede3db;
        height: 163px;
        border: none;
        overflow-y: auto;
    }
    .single-product .woocommerce-breadcrumb {
        display: none !important;
    }
    #customer_details h3 {
        font-size: 20px !important;
        font-weight: bold !important;
    }
    .woocommerce-input-wrapper label,
    .optional {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .checkout_coupon.woocommerce-form-coupon {
        padding: 0 !important;
    }
    .woocommerce h3.m-0.flex-grow-5.fs-25.fw-medium {
        display: none !important;
    }
    /* Display the last label within <p> tags */

    .woocommerce-billing-fields h3 {
        font-size: 20px !important;
        font-weight: bold !important;
    }
    /* .woocommerce h2{
    display: none !important;
  } */
    .woocommerce .container .py-3 {
        padding: 0 !important;
    }
    .woocommerce .container h4 {
        display: none !important;
    }
    .menuh4 {
        display: block !important;
    }
    .menuh4 {
        display: block !important;
    }
    .woocommerce .bg-light-green:not(.offcanvas-header) {
        background-color: white !important;
    }
    .woocommerce #customer_details {
        padding: 0 !important;
    }
    .paginations {
        margin-bottom: 70px !important;
    }
    .tax-product_cat .moreGift-sec,
    .tax-product_cat .contact-us-sec,
    .tax-product_cat .cookies-box-sec,
    .single-product .contact-us-sec {
        display: none !important;
    }
    .woocommerce-Price-currencySymbol {
        font-size: 14px !important;
    }
    .product-name {
        max-width: none !important;
    }

    .mob-cart {
        display: none !important;
    }
    .coupon-mob {
        display: none !important;
    }
    .backbtn-k {
        background-color: white !important;
    }
    .back-text-cake-mob {
        font-family: "futura_medium", sans-serif;
        font-size: 16px !important;
        color: black;
    }

    .back-img-cake-mob {
        position: absolute;
        top: 14px !important;
        left: 7px;
    }

    .woocommerce-product-details__short-description p {
        font-family: "Brandon_Grotesque_medium" !important;
        font-size: 22px !important;
        color: #b4a4a4;
        font-weight: 500;
    }
    .product-mobcake-text {
        font-family: "Brandon_Grotesque-Bold", sans-serif !important;
        font-size: 24px !important;
        font-weight: bold !important;
    }
    .size-cake-mob {
        width: 110px !important;
    }
    .cake-product-mob {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mainContainer {
        padding-top: 0 !important;
    }

    .nav.woocommerce-breadcrumb {
        display: none !important;
    }

    .filterBtn {
        display: none !important;
    }
    .cake-background-desktop-banner {
        background-image: none !important;
    }
    .cookies-height-mob {
        height: 146px !important;
    }
    .cookies-mob {
        line-height: 16px !important;
    }
    .cookies-mobbanner-img {
        display: block !important;
    }
    .cookies-banner-img {
        display: none !important;
    }
    .contact-us-mob {
        padding-block: 15px !important;
    }
    .cookies-banner-desc {
        display: none;
    }
    .cookies-mobbanner-desc {
        display: block !important;
        color: #b4a4a4;
        font-weight: bold !important;
    }
    .bg-cookie {
        border-radius: 12px !important;
        padding: 0 !important;
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }
    .cookie-banner {
        padding-top: 0 !important;
    }
    .cookies-banner-img {
        height: 106px !important;
    }
    .cookies-banner-desc {
        font-size: 14px !important;
    }
    .cookie-text-mobbanner {
        font-size: 24px !important;
        display: block !important;
        color: #6d5794;
    }
    .cookie-text-banner {
        display: none !important;
    }

    .mob-icecream-banner-img {
        height: 125px !important;
        margin-left: 43px;
        margin-top: -26px;
    }
    .mob-icecream-banner-img {
        display: block !important;
    }
    .mob-icecream-banner {
        background-color: #f4f9ff;
        border-radius: 12px;
    }
    .icecream-banner-background {
        padding-inline: 0 !important;
        padding: 13px !important;
    }
    .icecream-banner-background {
        background-image: none !important;
    }
    .paginations * {
        padding: 4px 8px 4px 8px;
    }
    .fs-20 {
        font-size: 16px;
        font-weight: medium;
    }
    .my-1.product-cat {
        text-align: center !important;
    }
    .product-cat a {
        text-align: center;
        color: #b4a4a4;
        font-size: 14px;
        font-weight: bold;
    }
    .more-gifts {
        text-align: center;
    }
    .fs-60 {
        font-size: 28px;
    }
    .fs-65 {
        font-size: 20px !important;
    }

    .mobdAddCartBtn {
        position: fixed;
        bottom: 0px;
        width: 100% !important;
        left: 0;
        padding-inline: 10px;
        background: white;
        padding-block: 12px;
        z-index: 3;
        border-bottom: 1px solid #b4a4a43b;
        border-top: 1px solid #b4a4a43b;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    span.special-product-cart-badge {
        width: 100% !important;
    }
    button.single_add_to_cart_button {
        width: auto;
        flex: 1;
    }
    .productQuantity-mrb {
        display: flex;
        flex: 1;
        justify-content: end;
    }
    .w-160.selectBox.productSize {
        width: 100% !important;
    }
    .productImg {
        width: 357px;
        height: 343px;
        border-radius: 24px;
        padding: 0px;
    }
    .productImg .woocommerce-product-gallery img {
        width: 311px;
        height: 343px;
        border-radius: 16px;
        object-fit: contain;
    }
    .contact-us {
        padding: 0px;
    }
    .contactusSec form .d-flex {
        flex-direction: column-reverse;
    }
    .contactusSec {
        padding-top: 0 !important;
        padding-bottom: 15px !important;
    }
    .bg-diper,
    .reg-diper {
        flex-direction: row !important;
        align-items: center;
        padding-inline: 5px !important;
        gap: 2px;
        border-radius: 38px !important;
        width: 100%;
        height: 64px;
        justify-content: center !important;
    }
    .ice-cream-mob {
        width: 100% !important;
        border: 2px solid #36bac7;
        border-radius: 40px;
        padding: 2px;
    }
    .img-dipper > img {
        width: 24px !important;
        height: 24px !important;
    }
    .regular {
        font-size: 19px !important;
    }
    .best-seller-card {
        min-width: 165px;
        min-height: 273px;
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    div#caktype,
    .occationfiltermob .row,
    .portion-sizediv .row,
    .fordiv .row,
    .icecreadiv .row {
        gap: 10px;
    }

    div#caktype .col-md-4,
    .occationfiltermob .row .col-md-3,
    .portion-sizediv .row .col-md-3,
    .fordiv .row .col-md-4,
    .icecreadiv .row .col-md-4 {
        width: auto;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    div#caktype .cake-type-filter,
    .occationfiltermob .row .col-md-2 .occasions-filter,
    .portion-sizediv .row .col-md-4 .cake-portion-size-filter,
    .fordiv .row .col-md-4 .gender-filter,
    .icecreadiv .row .col-md-4 .icecream-portion-size-filter {
        display: flex;
        padding: 6px 8px !important;
        align-items: center;
        gap: 8px;
    }
    div#caktype .cake-type-filter img,
    .occationfiltermob .occasions-filter img,
    .portion-sizediv .cake-portion-size-filter img,
    .fordiv .row .col-md-4 .gender-filter img,
    .icecreadiv .row .col-md-4 .icecream-portion-size-filter img {
        width: 32px !important;
        height: 32px !important;
        object-fit: contain;
    }
    div#caktype .titlediv,
    .occationfiltermob .titlediv,
    .portion-sizediv .titlediv,
    .fordiv .titlediv,
    .icecreadiv .titlediv {
        min-height: auto;
        margin: 0;
    }

    /* header none in mobile for specific pages*/
    body.single-product .stickness-header,
    body.archive.tax-product_cat footer.footer,
    body.single-product footer.footer,
    body.single-product #mobileFixedfooter {
        display: none !important;
    }
    body.single-product.woocommerce .quantity .qty {
        width: 2em !important;
    }
    body.archive.tax-product_cat section.cookies-box-sec {
        margin-bottom: 74px;
    }
    body.archive.tax-product_cat .cartUserWrapper {
        width: auto;
    }
    #cartUserWrapper svg path {
        fill: white !important;
    }
    div#cartUserWrapper a p {
        color: white !important;
    }
    div#topnav a {
        margin: 0 !important;
        font-size: 20px;
        font-family: "Brandon_Grotesque_black", sans-serif;
    }

    div#topnav {
        display: grid;
        margin-top: 20px;
        gap: 8px;
        display: none;
    }
    .menucats .our-catalog {
        margin-top: 0 !important;
    }
    div#mobilefilter .fs-16 {
        font-size: 14px;
    }
    div#mobilefilter .fs-20 {
        font-size: 20px !important;
        margin-bottom: 16px;
    }
    .cart-product-m .product-thumbnail {
        width: 180px;
        height: 80px;
        min-width: 70px;
    }
    .mobcrtinfo {
        flex-wrap: nowrap;
        min-width: 70%;
    }
    .product-name.mobcrt {
        order: 1;
        /*        min-width: 65%;
                max-width: 90% !important;*/
    }
    .product-quantity.mobcrt {
        order: 3;
    }
    .product-price.mobcrt {
        order: 4;
    }
    .product-price.mobcrt .woocommerce-Price-amount.amount bdi {
        /*display: grid;*/
        font-weight: bold;
        font-size: 14px;
        margin-top: 8px;
    }
    .product-price.mobcrt
    .woocommerce-Price-amount.amount
    bdi
    .woocommerce-Price-currencySymbol {
        font-weight: normal !important;
        font-size: 14px;
        text-align: right;
    }
    .product-remove.mobcrt {
        order: 2;
    }
    .page-template-cart .coupon {
        flex-wrap: wrap;
        padding-top: 20px;
    }
    #coupon_code {
        width: 100%;
    }
    .page-template-cart .coupon button {
        flex-grow: 1;
    }
    .woocommerce-cart-form__cart-item.cart_item.cart-product-m {
        margin-bottom: 30px;
    }
    .mobproceedbtn {
        position: fixed;
        bottom: 74px;
        left: 0;
        width: 100%;
        background: #f4f9ff;
        z-index: 1;
        padding: 8px 18px;
        border-top: 1px solid #d5dce6;
    }
    #mobileFixedfooter {
        background: #36BAC7 !important;
        border-radius: 50px !important;
        padding-block: 8px !important;
    }
    .totalPrice {
        text-align: center;
    }
    .totalPrice .woocommerce-Price-amount.amount {
        color: #36bac7;
        font-size: 24px;
        line-height: 16px;
    }
    .totalPrice .woocommerce-Price-currencySymbol {
        font-size: 16px;
        font-weight: normal;
    }
    .random-products > h3 {
        font-size: 30px;
    }
    .mycarttitle {
        font-size: 20px !important;
    }
    .cart_totals .dashedline {
        margin-block: 24px;
    }
    .cart_totals .dashedline::before {
        bottom: 0;
    }
    .mobcartsum {
        padding-block: 3px !important;
    }
    .cart_totals .dashedline p {
        margin: 0 !important;
        line-height: 10px;
    }
    .includes_tax {
        position: absolute;
        width: 100%;
        right: 0;
        text-align: right;
        bottom: -20px;
    }
    .woocommerce-view-order .order_details .includes_tax {
        position: relative;
        width: 100%;
        text-align: right;
        bottom: 0;
        display: block;
    }
    .woocommerce-view-order .order_details .wc-item-meta {
        padding: 0;
        white-space: wrap;
    }
    #mobilefilter h4 {
        display: block !important;
    }
    .totalPrice bdi {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    div#mobilefilter .btn-close,
    #offcanvasBottom .btn-close,
    #offcanvasBottomSauce .btn-close {
        background: none;
    }
    div#mobilefilter .btn-close i,
    #offcanvasBottom .btn-close i,
    #offcanvasBottomSauce .btn-close i {
        background: #d5dce6;
        border-radius: 20px;
        padding-inline: 3px;
        margin-left: -20px;
        padding: 1px 5px;
    }
    .cartsvgIcon {
        position: relative;
    }
    .cart-count-m {
        position: absolute;
        top: -10px;
        right: -8px;
    }
    #cartUserWrapper p,
    #userDiv a {
        font-size: 14px;
        line-height: 1.3;
    }
    .stickness-header {
        padding-top: 10px !important;
    }

    .variationDiv .variation {
        gap: 5px !important;
        flex-wrap: wrap !important;
    }
    .variation dd {
        /* width: 50% !important; */
        width: auto !important;
        white-space: wrap !important;
    }
    .variationDiv .variation p {
        margin-bottom: 0px;
    }
    .woocommerce-Price-amount.amount bdi {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .filterTop .stickness-header {
        z-index: 0;
    }
    .row {
        width: 100% !important;
        margin-inline: auto !important;
    }
    .selectFlavor2 {
        width: auto;
        padding-inline: 8px !important;
    }
    .set-icecream-desktop .selectFlavor2,
    .bucker-gap-mob .selectFlavor2 {
        width: auto;
        padding-inline: 1% !important;
    }
    .selectFlavor2 .falvorimg img {
        width: 85px !important;
        height: 85px !important;
        object-fit: contain;
    }
    .selectFlavor2 .falvorimg-mrble img {
        width: 65px !important;
        height: 65px !important;
    }
    .submitBtn .wpcf7-submit {
        width: 100%;
    }
    .wpcf7-spinner {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin-inline: auto;
    }
    .submitBtn > p {
        text-align: center;
        padding-top: 10px;
    }
    #loginform input {
        margin-inline: 0 !important;
    }
    .logform-k {
        justify-content: start !important;
    }
    .forgot-password {
        color: #36bac7;
        margin-top: 10px;
    }
    .order-history {
        overflow-x: auto;
    }
    .order-history table {
        min-width: 700px !important;
    }
    .myaccTitle {
        font-size: 35px !important;
    }
    #settingModal .model-width-dekstop {
        width: 100% !important;
    }
    #settingModal .model-width-dekstop #nav-tab button {
        padding-inline: 10px;
    }
    .selectBox:hover,
    .selectBox.active,
    .selectFlavor .falvorimg:hover,
    .selectFlavor2 .falvorimg:hover,
    .selectFlavor.active .falvorimg,
    .selectFlavor2.active .falvorimg {
        border: 2px solid #36bac7 !important;
    }

    .falvorimg {
        height: 92px !important;
        width: 92px !important;
        margin-inline: auto !important;
    }
    .time-btn {
        width: 47% !important;
    }

    .mobCcookibtn {
        padding: 0 !important;
        border: 0 !important;
    }
    .cookimainBtn {
        border: 2px solid #36bac7;
        border-radius: 50px;
        padding: 3px;
    }
    .mobCcookibtn.active {
        background: #36bac7 !important;
        border: 0 !important;
    }
    .mobCcookibtn.active .cuscookmbtn h3,
    .mobCcookibtn.active .cuscookmbtn p {
        color: white !important;
    }
    .mobCcookibtn .cuscookmbtn svg circle {
        stroke: #36bac7;
    }
    .mobCcookibtn.active .cuscookmbtn svg circle {
        stroke: white;
    }
    .customCookieSec {
        margin-bottom: 90px;
    }
    .gap-between-about-us .fs-44 {
        font-size: 26px;
        line-height: 1;
    }
    .woocommerce-view-order .woocommerce-order-details {
        overflow-x: auto;
    }

    .page-template-custom-ice-cream .contact-us-sec,
    .page-template-custom-ice-cream .cookies-box-sec,
    .page-template-custom-ice-cream .footer {
        display: none;
    }
    .btn-add-to-cart-cookies {
        position: fixed;
        bottom: 74px;
        left: 0;
        width: 100%;
        padding: 10px;
        background: white;
        z-index: 2;
    }
    .more-gift-mob,
    .find-marble-mob {
        text-align: center;
    }
    .creativity-mob {
        font-size: 26px;
    }
    .occationSlider .slick-prev,
    .occationSlider .slick-next {
        width: auto !important;
        height: auto !important;
        z-index: 1;
    }
    .best-seller .slick-prev,
    .occationSlider .slick-prev {
        left: -5px;
    }
    .best-seller .slick-next,
    .occationSlider .slick-next {
        right: -5px;
    }
    .slick-prev:before {
        content: url("./assets/images/smallarrow-left.png") !important;
        opacity: 1 !important;
    }

    .slick-next:before {
        content: url("./assets//images/smallarrow-right.png") !important;
        opacity: 1 !important;
    }
    .mob-direction {
        text-align: left;
    }
    .diy-mob {
        display: contents;
    }

    .slick-next:before {
        content: url("./assets//images/smallarrow-right.png") !important;
        opacity: 1 !important;
    }
    .single-productSlider .slick-track img {
        height: 340px;
        object-fit: contain;
    }
    .single-productSlider .slick-prev,
    .addons-slider-container .slick-prev {
        left: 0px;
    }

    .single-productSlider .slick-next,
    .addons-slider-container .slick-next {
        right: 0px;
    }

    .custom-cokkie-quantity .quantity input {
        padding: 5px;
    }
    .calender {
        text-align: left;
    }
    .diy-catprod .slick-prev,
    .diy-catprod .slick-next {
        z-index: 3;
        width: auto;
        height: auto;
    }
    .diy-catprod .slick-prev,
    .relatedProduct-slider .slick-prev {
        left: -5px;
    }
    .diy-catprod .slick-next,
    .relatedProduct-slider .slick-next {
        right: -5px;
    }
    .our-catalog .col-md-3.col-6 {
        padding-inline: 0.4rem !important;
    }
    .RelMobpadd {
        padding-bottom: 62px !important;
    }
    .page-template-checkout .topbar,
    .page-template-checkout .header {
        display: none;
    }
    .page-template-checkout .checkoutheader {
        display: none !important;
    }
    .checkout_coupon {
        margin-top: 25px !important;
    }
    .upload-box {
        min-height: 232px;
        height: auto;
    }

    .upload-box label {
        margin-block: 11px !important;
    }
    #remove-image {
        margin-top: 8px;
    }
    #image-preview img {
        height: 140px;
    }
    .fmobcol {
        padding-inline: 0 !important;
    }
    .followustxt {
        margin-top: 0;
    }
    .copyright-footer * {
        font-size: 12px !important;
        margin-top: 0px !important;
    }
    .cut-cake-mobImg {
        width: auto !important;
    }
    .cut-cake-mobImg .productFlavor {
        width: 30%;
        padding-inline: 10px !important;
    }
    #phone_number {
        min-width: auto !important;
    }
    #loginBlock > .form-group {
        margin-inline: 0;
    }
    #send-otp-button {
        padding: inherit !important;
    }
    .PopupLoginBtn {
        margin-inline: 0;
    }
    .privacy-policy-page-mb h2 {
        font-size: 20px;
    }
    .privacy-policy-page-mb p {
        line-height: 20px;
        font-size: 16px;
    }
    .privacy-title h3 {
        font-size: 30px !important;
    }
    .mob-py {
        padding-block: 10px !important;
    }
    .viewIcebtn {
        display: block;
        width: 100%;
    }
    .viewIcebtn button {
        width: 100%;
    }
    .noProductCont img {
        width: 75% !important;
    }
    .noProductCont p {
        font-size: 20px !important;
        text-align: center;
    }
    #menuLDiv {
        width: auto;
    }
    #mobLocationDiv {
        width: auto;
    }
    .wc-proceed-to-checkout {
        margin-bottom: 10px;
    }
    .language-switcher select {
        background: #d5dce6;
        color: #363535;
        width: 100%;
        padding: 10px;

        border-radius: 5px;
        border: 1px solid #de749c;
        font-weight: bold;
    }
    .customHr{
        opacity: 1;
        border: 1px solid #bfbfbf;
    }
    .lang-en #offcanvasMenu.offcanvas:not(.show){
        transform: translateX(-100%) !important;
    }
    #offcanvasMenu.offcanvas:not(.show){
        transform: translateX(-100%) !important;
    }

    #offcanvasMenu.offcanvas.show{
        transform: translateX(0) !important;
    }
    #searchDiv {
        cursor: pointer;
        z-index: 1000;
        position: relative;
    }
    div#searchOverlay .container {
        padding-top: 13px !important;
    }
    section.cake-background-desktop-banner img {
        max-height: 120px;
        object-fit: cover;
    }
    #userDiv {
        margin-left: 4px ;
    }
    .usersvgIcon img {
        margin-top: -5px !important;
    }
    .col-auto.store-btn {
        padding-right: 4px;
        padding-left: 0;
    }
    .store-btn img {
        height: 19px;
        margin-left: 0px;
        transition: transform 0.2s ease;
    }
    .download_app_btn{
        position: inherit;
        margin-top: -41px;
        padding: 11px;
        padding-left: 19px;
    }
    .selectbox .text-brown-50 {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .w-113 {
        width: 48% !important;
    }
}
.hidden {
    display: none;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
    padding-left: 92px !important;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #36bac7; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-purple {
    background-color: #ac0f53;
}

/* Hide specific billing address fields on WooCommerce checkout */
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_state_field {
    display: none;
}

#selectedTimeSlot,
.custom-time-slot {
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
}

label.input-text.qty.text.free-product-lablel {
    width: 2.2rem;
    text-align: center;
}

/* Disable both buttons when free-product-quantity exists in structure */
.quantity-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.quantity-button[disabled] i {
    opacity: 0.5 !important;
}


.mobcartsum {
    color: transparent;
}

.mobcartsum a.shipping-calculator-button {
    display: none !important;
}
.home-top-slider {
    position: relative;
    overflow: hidden;
}

.home-top-slider .slick-prev,
.home-top-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    border-radius: 50%;
}

.home-top-slider .slick-prev {
    left: 10px;
}

.home-top-slider .slick-next {
    right: 40px;
}

/* Prevent global body scroll caused by arrows */
body {
    overflow-x: hidden;
}

/* ===== Large screens (≤1199px) ===== */
@media screen and (max-width: 1199px) {
    .download_app_btn {
        width: 100%;
        margin-top: -100px;
        margin-left: 46px;
    }

    .lang-ar .download_app_btn {
        margin-top: -95px;
        width: 97% !important;
        position: unset;
    }

    .store-btn img {
        height: 46px;
    }
}

/* ===== Tablets (≤991px) ===== */
@media screen and (max-width: 991px) {
    .download_app_btn {
        width: 100%;
        margin-top: -90px;
        margin-left: 40px;
    }

    .lang-ar .download_app_btn {
        width: 98% !important;
        margin-top: -68px;
        position: unset;
    }

    .store-btn img {
        height: 40px;
    }
}
/* STEP 3: Mobile App Header Styling */

.mobile-app-header {
    background: #ffffff;
    padding: 12px 14px;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

/* Top row */
.mobile-app-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-app-logo {
    height: 44px;
    max-width: 120px !important;
    object-fit: contain;
}

/* Icon buttons */
.mobile-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f6fb;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-icon-btn img {
    width: 18px;
    height: 18px;
}

/* Search row */
.mobile-app-search {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-search-box {
    flex: 1;
    background: #f1f6fb;
    border-radius: 999px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #9aa3ad;
    cursor: pointer;
}

.mobile-search-box i {
    font-size: 16px;
}

/* ===== Mobile (≤767px) ===== */
@media screen and (max-width: 768px) {

    body {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    section.cake-background-desktop-banner {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .tabs-wrapper.all-filters-slider {
        margin-top: 6px !important;
        padding-top: 0 !important;
    }
    .mobile-app-logo {
        max-height: 44px;
        width: auto;
        object-fit: contain;
    }

    .mobile-app-top {
        min-height: 36px;
    }
    .tabs {
        padding-top: 6px !important;
    }
    .download_app_btn {
        width: 100%;
        margin-top: -65px;
        margin-left: 26px;
    }
    /* Hide old header UI */
    section.header.stickness-header > .container {
        display: none !important;
    }

    /* Keep offcanvas alive */
    section.header.stickness-header .offcanvas {
        display: block !important;
    }
    .mobile-app-header {
        padding-bottom: 8px;
    }

    .mobile-app-top {
        margin-bottom: 6px;
    }

    .mobile-search-box {
        padding: 8px 12px;
        font-size: 15px;
        display: flex;
        justify-content: center;

    }

    .mobile-icon-btn {
        width: 34px;
        height: 34px;
    }
    .lang-ar .download_app_btn {
        position: unset;
        width: 98.5% !important;
        margin-top: -60px;
    }

    .store-btn img {
        height: 30px;
    }
    /* Wrapper for scoop size + price */
    .scoope_size_style {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;

        background: linear-gradient(135deg, #f8f9fa, #ffffff);
        border: 1px solid #e1e1e1;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);

        font-family: 'Poppins', 'Helvetica Neue', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #333;
        text-align: center;

        padding: 10px 16px;
        margin-top: 12px;
        width: fit-content;
        min-width: 160px;
        transition: all 0.3s ease-in-out;
    }

    /* Subtle hover effect */
    .scoope_size_style:hover {
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }
}

/* ===== Extra small (≤480px) ===== */
@media screen and (max-width: 480px) {
    .download_app_btn {
        margin-top: -41px;
        margin-left: 46px;
    }

    .lang-ar .download_app_btn {
        position: unset;
        width: 98% !important;
        margin-top: -40px;
    }

    .store-btn img {
        height: 18px;
    }
}
@media screen and (max-width: 390px) {
    .download_app_btn {
        margin-top: -41px;
        margin-left: 46px;
    }

    .lang-ar .download_app_btn {
        position: unset;
        width: 99.5% !important;
        margin-top: -41px;
    }

    .store-btn img {
        height: 18px;
    }
}
/* Desktop */
.cake-background-desktop-banner {
    width: 100%;
    aspect-ratio: 1351 / 457;
    overflow: hidden;
}

/* Mobile – show full image */
@media (max-width: 768px) {
    .cake-background-desktop-banner {
        aspect-ratio: auto;
    }

    .cake-background-desktop-banner .banner-img {
        height: auto;
        object-fit: cover;
    }
}

/* Default image behavior */
.cake-background-desktop-banner .banner-img {
    width: 100% !important;
    display: block;
    height: auto;
}

/* ===============================
   GIFT CARD LAYOUT ONLY
=============================== */

/* Card 1: Gift Card & Message */
.gift-main-card {
    background-color: #ffffff;   /* soft ivory */
    border-radius: 16px;
    padding: 20px;
    margin-top: 12px;
    border: 1px solid #eee;
}

/* Card 2: Add-ons */
.gift-addon-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
    margin-top: 16px;
    border: 1px solid #eee;
}

/* =========================
   A6 CARD PREVIEW SIZE
   ========================= */

.a6-card {
    width: 105mm;
    height: 148mm;
    aspect-ratio: 105 / 148;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.a6-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a6-card.front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.a6-card .Qrdiv img {
    max-width: 38mm;
}

.a6-preview-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .a6-card {
        width: 90mm;
        height: 127mm;
    }
}

/* ==========================
   A6 CARD – SELECT TEMPLATE
   ========================== */

.card-imag {
    width: 90mm;
    height: 127mm;
    aspect-ratio: 105 / 148;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: all 0.25s ease;
}

.card-imag img.gift-card-image {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}


.card-imag.active {
    outline: 3px solid #0d6efd;
    outline-offset: 4px;
}

.card-imag:hover {
    transform: translateY(-4px);
}

.card-imag .price-div {
    font-size: 14px;
    white-space: nowrap;
}

.card-imag .circle-div {
    width: 36px;
    height: 36px;
}
/* Card grid sizing */
.a6-select-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-bottom: 20px;
    justify-content: flex-start !important;
}


/* Card size */
.card-imag {
    max-width: 300px;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

/* Image scaling */
.gift-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width: 700px) {
    .product-card.cakeproductpg {
        display: none;
    }
    .mobile-app-search{
        display: none;
    }
}

@media (max-width: 768px) {
    .card-imag {
        width: 80mm;
        height: 113mm;
        display: block;
    }
    .product-card.deskproduct {
        display: none;
    }
}
#message_template_card img{
    width:70% !important
}
/* ------- Removed --------*/

.product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
}
.product-price .regular-price {
    color: #000;              /* text stays black */
    text-decoration-line: line-through;
    text-decoration-color: red;   /* line becomes red */
    text-decoration-thickness: 2px; /* optional: thicker line */
}


.product-price .sale-price {
    color: #36bac7; /* your sky color */
    font-weight: 600;
    font-size: 18px;
}

.product-price .normal-price {
    color: #36bac7;
    font-weight: 600;
    font-size: 18px;

}
span.special-product-cart-badge {
    width: 50% !important;
}
.free-delivery-badge{
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 1;
    background: #e05b8b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 999px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    white-space: nowrap;
}

.mobile-free-delivery-badge{
    top: 12px;
    left: 8px;
    font-size: 11px;
    padding: 7px 10px;
}
