* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Lexend';
    src: url('../font/Lexend-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../font/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #fff;
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend';
    font-weight: 700;
    font-style: normal;
}


/*header css*/

.top-header-main {
    background: #FFEEF1;
}

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

.header-logo img {
    width: 180px;
    height:auto;
}


.header-search {
    width: 30%;
}

.header-search form.form-inline {
    position: relative;
}

.header-search form.form-inline input.form-control {
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #000;
}

.header-search form.form-inline svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}
.header-search form.form-inline input.form-control:hover ~ button {
    display: none;
}
.header-search form.form-inline input.form-control:focus ~ button {
    display: none;
}
.header-search button.btn.btn-outline-primary:hover {
    background: transparent;
}
.header-contact a.header-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
}
header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
.header-contact a.header-contact .header-phone span {
    font-size: 12px;
}

.header-contact a.header-contact .header-phone p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}
/*.dropdown-menu.show {
    display: none;
}*/

.header-contact a.header-contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-login a {
    color: #000;
}

.menubar nav.navbar {
    background: #DE3451 !important;
}

.header .menubar ul.navbar-nav li {
    font-size: 12px;
    padding: 6px;
}

.header .menubar ul.navbar-nav li a {
    color: #fff;
}

.header .menubar ul.navbar-nav li ul.dropdown-menu a {
    color: #000;
}
/*.header .menubar ul.navbar-nav li:hover ul.dropdown-menu {
    display: block;
}
.header .menubar ul.navbar-nav li:hover ul.dropdown-menu.show {
    display: block;
}*/

li.nav-item.dropend .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 10px;
    bottom: 40%;
}
.menubar nav.navbar {
   padding: 0px;
}
.header .menubar ul.navbar-nav li {
    font-size: 12px;
    padding: 0.6rem 0.4rem 0.6rem 0.3rem;
}
.header .menubar ul.navbar-nav li:hover {
    background: #fff;
}
.header .menubar ul.navbar-nav li:hover a {
   color: #000;
}
.header-login.mobile{
   display: none;
}
.header-login.desktop a.searchicon {
    display: none;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    display: block;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-expand-lg .offcanvas .offcanvas-body .navbar-nav {
    align-items: center;
}
.navbar-expand-lg .offcanvas .offcanvas-body .navbar-nav li.nav-item.dropdown.dropdown-item {
    width: auto;
}
.header .menubar ul.navbar-nav li {
    font-size: 16px;
    padding: 0.6rem 1rem 0.6rem 1rem;
}
.header .menubar ul.navbar-nav li#wpmenucartli {
    padding: 1.1rem 1rem 1.1rem 1rem;
}
.header-login.desktop svg {
    width: 22px;
    height: 22px;
    object-fit: cover;
}
.header-contact svg {
    width: 30px;
}
/*banner section css*/
section.banner-section {
    background-image: url("https://kukukitchen.in/wp-content/uploads/2024/12/special-recipe-bg.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 100px 0px;
}

.banner-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.banner-content h1 {
    font-size: 45px;
    color: #fff;
}

.custom-btn {
    background: #DE3451;
    border: 1px solid #DE3451;
    padding: 12px 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}

section.banner-section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
    flex-direction: column;
    gap: 5px;
}

section.banner-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    transition: opacity 1s ease;
    border-radius: 30px !important;
}

section.banner-section .carousel-control-next-icon,
section.banner-section .carousel-control-prev-icon {
    display: none;
}

section.banner-section .carousel-indicators .active {
    background: #fff;
}

section.banner-section .carousel-inner .carousel-item img {
    width: 75%;
}

.banner-content {

    padding: 15px;
}

.banner-slide-img {
    border-right: 1px solid #fff;
}
.menubar nav.navbar .navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    max-height: 500px;
    overflow: auto;
}
.banner-section .carousel-item {
    padding-top: 90px;
}
.banner-section .banner-content h1 {
    font-size: 45px;
    color: #fff;
}

/*sweet indulgence section css*/
section.sweet-indulgence-section {
    padding: 70px 0px;
    background-image: url("https://kukukitchen.in/wp-content/uploads/2024/12/547147222.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

section.sweet-indulgence-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0.95;
    z-index: -1;
}

.title-headding p {
    font-size: 16px;
    color: #000;
}

.title-headding h2 {
    font-size: 35px;
    color: #000;
}
.our-address-section .title-headding h2 {
    margin-top: 30px;
}
.title-headding {
    text-align: center;
    margin-bottom: 30px;
}

.sweet-indulgence-box {
    margin: 0px 20px;
    text-align: center;
}

.sweet-indulgence-box img {
    width: 175px;
    -o-object-fit: contain;
    object-fit: cover;
    border-radius: 50%;
    height: 175px;
}

.sweet-indulgence-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    color: #000;
}
/*blog page css*/
.blog .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    display: none;
}
.single-post .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style{
    display: none;
}
.home .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    display: none;
}


.blog-hero {
    height: auto;
    background-image: url(https://kukukitchen.in/wp-content/uploads/2024/12/banner-bg-1.jpg);
    padding: 100px 0px 70px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top: 85px;
	z-index: 1;
}
.blog-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    left: 0;
    right: 0px;
    top: 0;
}
.blog-hero .banner-content-tex{
	text-align: center;
}
.blog-hero .banner-content-text h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
	text-align: center;
}
  section.blog-page {
    padding: 70px 0px;
  }
  section.blog-page .blog-box a{
    margin-bottom: 35px;
    display: flex;
    gap: 20px;
  }
  section.blog-page .blog-box .blog-box-content h2 {
    font-size: 20px;
    color: #222222;
    
  }
  section.blog-page .blog-box .blog-box-content p {
    color: #222222;
    font-size: 16px;
    margin-bottom: 10px;
  }
  section.blog-page .blog-box-img img {
    height: 175px;
    object-fit: cover;
  }
  
  section.blog-page .blog-box .blog-box-content span {
    font-size: 14px;
    color: #de3451;
  }
  section.blog-page .categories {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
  }
  section.blog-page .recent-post {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
  }
  section.blog-page .categories ul.categories-list-detail li {
    list-style: none;
    padding-bottom: 15px;
  }
  
  section.blog-page .categories ul.categories-list-detail {
    padding-left: 0px;
  }
  section.blog-page .categories ul.categories-list-detail li a {
    color: #222222;
    font-size: 16px;
  }
  section.blog-page .recent-post .recent-post-list {
    display: flex;
    gap: 10px;
  }
  
  section.blog-page .recent-post .recent-post-list-img img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
  }
  section.blog-page .recent-post-list-content span {
    font-size: 14px;
    color: #de3451;
  }
  section.blog-page .recent-post-list-content h2 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #222222;
  }
  section.blog-page .recent-post-box {
    margin-bottom: 20px;
  }
  section.blog-page .categories h5 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222222;
    padding-bottom: 15px;
  }
  section.blog-page .recent-post h5 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222222;
    padding-bottom: 15px;
  }
  section.blog-page .blog-box-img {
    width: 40%;
  }
  
  .blog-box-content {
    width: 60%;
  }
  .blog-pagination {
    text-align: center;
  }
  .blog-pagination ul.page-numbers {
    padding-left: 0px;
    display: inline-flex;
    
  }
  .blog-pagination ul.page-numbers li {
    list-style: none;
    padding: 20px;
    color: #222222;
  }
  .blog-pagination ul.page-numbers li a{
   color: #222222;
   font-size: 16px;
  }
  .blog-pagination ul.page-numbers li .page-numbers.current {
    background: #df115a;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 16px
  }
  
  /*blog detail page*/
  section.blog-detail .blog-box.blog-detail-box {
    display: block;
  }
  section.blog-detail .blog-box.blog-detail-box .blog-box-img {
    width: 100%;
  }
  section.blog-detail .blog-box.blog-detail-box .blog-box-content {
    width: 100%;
  }
  
  section.blog-detail .blog-box.blog-detail-box .blog-box-content {
    margin-top: 20px;
  }
  section.blog-detail .blog-box.blog-detail-box .blog-box-content h2 {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  section.blog-detail .blog-box.blog-detail-box .blog-box-content p {
    font-size: 16px;
    line-height: 26px;
  }
  section.blog-detail .blog-box.blog-detail-box .blog-box-img img {
    height: 300px;
    object-fit: cover;
  }
  .blog-hero-detail  .banner-content-text h2 {
    font-size: 40px;
    color: #fff;
	text-align: center;
	letter-spacing: 1px;  
  }
/*occasions section css*/
section.all-occasions {
    background: #FFEEF1;
    padding: 70px 0px;
    position: relative;
}

section.all-occasions img.all-occasions-cake-img1 {
    position: absolute;
    width: 100px;
    right: 5%;
    top: 20px;
}
.header-search button.btn.btn-outline-primary {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0px;
    border: none;
    color: #000;
}

section.all-occasions img.all-occasions-cake-img2 {
    position: absolute;
    width: 100px;
    left: 5%;
    bottom: 20px;
}

.swiper1, .swiper2, .swiper3{
   width: 100%;
   overflow: hidden;
   position: relative;
}
.swiper4 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 2;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #DE3451 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    z-index: 2;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #DE3451 !important;
}
.swiper-container.swiper5 {
    overflow: hidden;
    width: 100%;
    position: relative;
}
section.all-occasions .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #DE3451;
    color: transparent;
}

.occasions-card {
    position: relative;
    z-index: 1;
}

.occasions-card.slick-slide {
    margin: 5px;
    position: relative;
}


.header-login.desktop.active .header-search-mobile {
    padding: 20px;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    top: 0px;
    display: none;
}


.occasions-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1;
    opacity: 0.4;
    margin: 5px;
    left: 5px;
    top: -5px;
    bottom: 5px;
    border-radius: 10px;
}
.swiper2.occasions {
    margin: 0px 0px 0px -5px;
    padding-bottom: 20px;
}
.occasions-card-img img {
    width: 100%;
    margin: 0px 10px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.occasions-card .occasions-card-body .occasions-card-content {
    left: 30px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.occasions-card .occasions-card-body .occasions-card-content .card-title h4 {
    color: #fff;
    position: relative;
    font-size: 22px;
}

.occasions-card .occasions-card-body .occasions-card-content .card-text p {
    color: #fff;
    position: relative;
    font-size: 16px;
}

.card.cakes-by-age-card h5.card-title a {
    color: #000;
}
.enquiry-form input.wpcf7-form-control {
    width: 100%;
    padding: 10px 12px;
}

.enquiry-form p span {
    color: #fff;
}
.enquiry-form p {
    margin-bottom: 10px;
}
.enquiry-form .wpcf7-response-output {
    border: none !important;
    color: #fff;
    margin: 0px 0px 20px 0px !important;
    padding: 0px !important;
}
.enquiry-form label {
    width: 100%;
    color: #fff;
    margin-top: 0px;
}
.enquiry-form input.wpcf7-form-control {
    width: 100% !important;
    padding: 10px 12px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 5px;
	color: #000 !important;
}
::placeholder{
	color: #000 !important;
}
.enquiry-form textarea.wpcf7-form-control {
    width: 100%;
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid #000;
    height: 100px;
	margin-top: 5px;
}
.enquiry-form input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    color: #de3451 !important;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #fff;
	margin-top: 0px;
}
modal.fade.modal-cart.show .modal-body .custom-btn {
    font-size: 16px !important;
    width: 100%;
}
.why-choose-right {
    background-color: #DE3451;
    padding: 15px  30px 15px 30px!important;
    border-radius: 10px;
}
.enquiry-form p br {
    display: none;
}
.why-choose-right .title-headding {
    margin-bottom: 15px;
}
/*cakes by age section*/
section.cakesbyage {
    padding: 70px 30px 0px 30px;
}
.cakes-by-age-box .swiper-slide {
    width: 100%;
}
.cakes-by-age-box {
    background-image: url("https://kukukitchen.in/wp-content/uploads/2024/12/cakebyage.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-color: #FCFCFC;
}
.cakes-by-age-box .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cakes-by-age-box .mySlider__item {
    padding: 0px;
}

.card.cakes-by-age-card {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.card.cakes-by-age-card img.card-img-top {
    width: 50%;
    border-radius: 0px;
    object-fit: cover;
    height: 350px;
}

.card.cakes-by-age-card h5.card-title {
    font-size: 22px;
    color: #000;
}

.card.cakes-by-age-card p.card-text {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

.card.cakes-by-age-card a.btn.btn-danger.custom-btn {
    margin-top: 15px;
}
/*About page css*/
.page-template-about .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style{
	display:none;
}
.inner-banner-section {
    background-image: url("../images/banner-bg.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    margin-top: 130px;
    position: relative;
    z-index: 1;
}

section.inner-banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
    z-index: -1;
}

.inner-page-title {
    text-align: center;
}

.inner-page-title h2 {
    color: #fff;
    font-size: 45px;
}

.approach-section {
    margin: 70px 0px;
}

.approach-section-text {
    text-align: center;
}

.approach-section-text h3 {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
    color: #000;
}

.approach-section-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

section.our-mission-section {
    background: #FFEEF1;
    padding: 70px 0px;
}

section.our-mission-section .title-headding {
    text-align: left;
}

.our-mission-section-text h4 {
    font-weight: 500;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 15px;
    color: #000;
}

.our-mission-section-text p {
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    color: #000;
}

.our-mission-section-link {
    display: flex;
    justify-content: space-between;
}

.our-mission-section-link a {
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    color: #000;
}

.our-mission-section-img img {
    border-radius: 10px;
}

.our-quality-section {
    background-image: url("../images/547147222.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 0px;
    position: relative;
    z-index: 1;
}

.our-quality-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    z-index: -1;
}

.our-quality-section-img {
    padding: 20px;
    border: 1px dashed #de3451;
    background: #fff;
}

.our-quality-section-img img {
    width: 100%;
}
/*login page css */
.page-template-login .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
	display:none;
}
.login
{
    margin-bottom: 50px;
    margin-top: 180px;
}
.login_title h1
{
    text-align: center;
    font-size: 2rem;
    padding: 15px 0;
}
.login-container {
    width: 450px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #686;
    border-radius: 8px;
    margin: 0 auto;
}

.login-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.login-container label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.login-container input[type="checkbox"] {
    margin-right: 5px;
}

.login-container a {
    font-size: 12px;
    color: #e63946;
    text-decoration: none;
}

.login-container a:hover {
    text-decoration: underline;
}

.login-container .login-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #e63946;
    border: none;
    border-radius: 50px;
    height: 60px;
    cursor: pointer;
}

.login-container .login-btn:hover {
    background-color: #d62839;
}

.login-container .signup {
    margin-top: 10px;
    font-size: 14px;
}

.login-container .signup a {
    color: #e63946;
}

.passowrd{position: relative;}
.login-password {
    position: relative;
    z-index: 2;
}
 .login-password .toggle {
    position: absolute;
  background: none;
  border: none;
  color: #787878;
  font-size: .9em;
  font-weight: 600;
  padding: .5em;
  position: absolute;
  z-index: 9;
  left: auto;
  right: 0;	   
}

/* register page css */
.page-template-register .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
	display:none;
}
.regsiter-container {
    width: 450px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #686;
    border-radius: 8px;
    margin: 0 auto;
}

.regsiter-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.regsiter-container label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.regsiter-container input[type="text"],
.regsiter-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.regsiter-container input[type="checkbox"] {
    margin-right: 5px;
}

.regsiter-container a {
    font-size: 12px;
    color: #e63946;
    text-decoration: none;
}

.regsiter-container a:hover {
    text-decoration: underline;
}

.regsiter-container .login-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #e63946;
    border: none;
    border-radius: 50px;
    height: 60px;
    cursor: pointer;
}

.regsiter-container .login-btn:hover {
    background-color: #d62839;
}

.regsiter-container .signup {
    margin-top: 10px;
    font-size: 14px;
}

.regsiter-container .signup a {
    color: #e63946;
}
/* woocommerce open/close */
.wooopenclose-schedules-layout.wooopenclose-layout-1 {
    display: none;
}
/* reset page css */
.reset
{
    margin-bottom: 50px;
    margin-top: 180px;
}
.login_title p
{
    text-align: center;
    font-size: 1rem;
}
.reset-container {
    width: 450px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #686;
    border-radius: 8px;
    margin: 0 auto;
}

.reset-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.reset-container label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.reset-container input[type="text"],
.reset-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.reset-container input[type="checkbox"] {
    margin-right: 5px;
}

.reset-container a {
    font-size: 12px;
    color: #e63946;
    text-decoration: none;
}
.reset-container a:hover {
    text-decoration: underline;
}

.reset-container .login-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #e63946;
    border: none;
    border-radius: 50px;
    height: 60px;
    cursor: pointer;
}

.reset-container .login-btn:hover {
    background-color: #d62839;
}

.reset-container .signup {
    margin-top: 10px;
    font-size: 14px;
}

.reset-container .signup a {
    color: #e63946;
}


/*your type section css*/
section.your-type-section {
    background-color: #FFEEF1;
    padding: 70px 0px;
}

.your-type-box {
    position: relative;
}

.your-type-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: black;
    opacity: 0.2;
    border-radius: 10px;
}

.your-type-box img {
    width: 100%;
}
.your-type-box h6 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}

/* .your-type-box a {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-family: 'Lexend';
    font-weight: 700;
    letter-spacing: 1px;
} */


/*hampers section css*/
section.hampers-section {
    padding: 70px 0px;
}

section.hampers-section .hampers-box {
    background: #DE3451;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

section.hampers-section .hampers-box .title-headding {
    margin-bottom: 0px;
    text-align: left;
}

section.hampers-section .hampers-box .title-headding h2 {
    color: #fff;
}

section.hampers-section .hampers-box .title-headding p {
    color: #fff;
    margin-top: 15px;
}

section.hampers-section .hampers-box .title-headding .custom-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #DE3451;
    margin-top: 15px;
}

section.hampers-section .hampers-box .hampers-box-icon1 {
    position: absolute;
    width: 70px;
    height: auto;
    right: 5%;
    top: 15px;
}

section.hampers-section .hampers-box .hampers-box-icon2 {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 45%;
    bottom: 20px;
}

/*coupon offers section css*/
section.coupon-offers-section {
    background: #FFEEF1;
    padding: 70px 0px;
}
section.coupon-offers-section .swiper-slide {
    width: 50%;
}
.coupon-box.col-lg-6.col-md-12 {
    width: 100%;
    padding: 10px;
}
section.coupon-offers-section .card.coupon-offers-card {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    border: none;
    border-radius: 10px;
}
section.coupon-offers-section .card.coupon-offers-card .card-body {
    padding: 0px 10px;
}
.coupon-offers-card-inner {
    border: 2px dashed #DE3451;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
	width: 100%;
}

section.coupon-offers-section .card.coupon-offers-card img.card-img-top {
    width: 50%;
    border-radius: 0px;
    height: 250px;
    object-fit: cover;
}

section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner h5 {
    color: #000;
    font-size: 22px;
}

section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner h3 {
    color: #DE3451;
    font-size: 35px;
}

section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner span {
    color: #DE3451;
    font-size: 16px;
}

section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner p {
    color: #000;
    margin-top: 15px;
    font-size: 16px;
}

/*unbox sweetness css*/
section.unbox-sweetness-section {
    padding: 70px 0px;
}

.slideshow.slick-slider {
    margin-bottom: 0px !important;
}

.unbox-sweetness-box {
    margin: 0px 5px;
}

.unbox-sweetness-box video.unbox-sweetness-video {
    width: 100%;
}

/*why choose section css*/
section.why-choose-section {
    background-color: #FFEEF1;
    padding: 70px 0px;
}

.why-choose-left-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 2px dashed #DE3451;
    border-radius: 10px;
    margin-bottom: 17px;
    padding: 14px;
    position: relative;
    background: #fff;
}

.why-choose-left-box span.sold {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #DE3451;
    padding: 5px 10px;
    font-family: 'Lexend';
    font-weight: 700;
    color: #fff;
}

.why-choose-left-box img {
    width: 60px;
}

.why-choose-left-text h5 {
    font-size: 18px;
    color: #000;
}

.why-choose-left-text p {
    font-size: 16px;
    color: #000;
	margin-bottom: 10px;
}

.why-choose-right {
    background-color: #DE3451;
    padding: 50px;
    border-radius: 10px;
}

.why-choose-right .title-headding h2 {
    font-size: 35px;
    color: #fff;
}

form.enquiry-form {
    margin-top: 50px;
}

form.enquiry-form .form-control {
    padding: 12px 20px;
    color: #000 !important;
}

.enquiry-form-btn .custom-btn {
    width: 100%;
    background-color: #fff;
    color: #DE3451;
}


/*our reviews section css*/
section.our-reviews-section {
    padding: 70px 0px;
}

.our-reviews-author {
    display: flex;
    gap: 15px;
}

.our-reviews-author-name .star-icon {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #8B8B8B;
    padding-bottom: 5px;
    flex-direction: column;
}

.our-reviews-author img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.our-reviews-author-name .star-icon h6 {
    margin-bottom: 0px;
    font-size: 16px;
    margin-left: 5px;
    color: #000;
}

.our-reviews-img {
    text-align: center;
}

.our-reviews-img img {
    width: 70%;
    margin: 0 auto;
    border-right: 1px solid #8b8b8b;
}

section.our-reviews-section .title-headding {
    text-align: left;
}

section.our-reviews-section .carousel-indicators {
    position: absolute;
    right: -20px;
    bottom: 0;
    left: auto;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
    flex-direction: column;
    gap: 5px;
}

section.our-reviews-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #DE3451;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    transition: opacity 1s ease;
    border-radius: 30px !important;
}

section.our-reviews-section .carousel-indicators .active {
    background: #DE3451;
}


/*footer css*/
footer.footer {
    background-color: #FFEEF1;
    padding: 70px 0px 30px 0px;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 250px;
}

h6.footer-headding {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
}

.footer-about p {
    font-size: 16px;
    color: #000;
}

.footer-about p.footer-phone {
    margin-bottom: 5px;
}

.footer-about p.footer-content {
    margin-top: 30px;
}

.footer-about p a {
    color: #DE3451;
    font-size: 20px;
}

.followus a {
    padding-right: 10px;
}

.followus h6.footer-headding {
    margin-bottom: 15px;
}

ul.fotter-link-list {
    margin-top: 30px;
    padding-left: 0px;
}

ul.fotter-link-list li a {
    font-size: 16px;
    color: #000;
}

ul.fotter-link-list li {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}

ul.fotter-link-list li:last-child {
    border: none;
}
.footer ul.fotter-link-list ul {
    padding-left: 0px;
}
.whatsapp-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
 .swiper1 .swiper-wrapper {
        margin-bottom: 30px;
    }

 .swiper2 .swiper-wrapper {
        margin-bottom: 30px;
    }
    .swiper3 .swiper-wrapper {
        margin-bottom: 30px;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    /*product list page css*/
    
    section.inner-banner-section {
        margin-top: 125px;
        background-image: url("../images/banner-bg.jpg");
        padding: 70px 0px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .inner-banner-section-headding {
        text-align: center;
    }
    .inner-banner-section-headding h2 {
        color: #fff;
        font-size: 50px;
        letter-spacing: 1px;
    }

/* cart page */
.woocommerce-cart .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    display: none;
}
.wt_sc_single_coupon.wt-single-coupon.stitched_padding.active-coupon.cart_page {
    display: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
   background:  #de3451;
    color: white;
    width: 80%;
    height: 65px;
    text-align: center;
    border-radius: 40px;
    margin-top: 15px;
}
h1.entry-title {
    font-size: 2rem;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 95%;
    clear: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

.site-content {
    padding: 130px 0px;
}
.cart-count-bubble span {
    color: #fff !important;
    position: absolute;
    top: -10px;
    left: 50%;
}
.cart-count-bubble {
    position: relative;
}
.cart-count{
   position: absolute;
    top: 50px;
    right: 8%;
    background-color: black;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 17px;
    height: 22px;
    line-height: 1;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    margin-top: -22px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: inline;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding: 8px 16px 8px 0;
    text-align: left;
}
.wp-block-woocommerce-cart-order-summary-block {
    margin-right: 100px;
}
.entry-content {
    padding: 0px 0px;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border: 1px solid beige;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    margin: 0px !important;
    width: 65% !important;
}
.wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 2.2641509434%;
    width: 35%;
}
.wp-block-woocommerce-checkout {
    margin: 0;
    padding-top: 0px !important;
}
.wp-block-woocommerce-checkout {
    margin: 0;
    padding-top: 0px;
}
.site-content {
    padding: 130px 0px 50px 0px;
}
/* checkout page */
.woocommerce-checkout .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style{
    display: none;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
     background: #de3451;
    color: white;
    width: 100%;
    border-radius: 25px;
    margin: 15px 0px;
    border: none;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin: 0px;
}

/* product and shop page */
section.review-section {
    margin-bottom: 30px;
}
.summary h1.product_title.entry-title {
    font-size: 20px;
}

.Message-box textarea {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
	padding: 5px 10px;
}
.product-notes-section p {
    font-size: 1rem;
    color: #000;
    margin-top: 20px;
}
span.woocommerce-Price-amount.amount {
    color: #DE3451;
    font-weight: 600;
    font-size: 1.2rem;
}
.benefits-section .benefit-item {
    width: 193px;
    padding: 15px 15px 10px;
    height: 250px;
    border-radius: 8px;
    align-self: center;
    border: 2px solid black;
}

.related-products-img .row .col-4 .card .woocommerce-loop-product__title {
    color: #000;
    font-size: 1rem;
    padding-top: 20px;
}
.related-products-img .card{
 border: none;
}
section.unbox-sweetness-section {
    padding: 35px 0px;
}
.benefits-section {
    display: flex;
    text-align: center;
    gap: 10px;
}
.review-section-text h2 {
    font-size: 1.3rem;
}

.view-more-button button {
    width: 160px;
    background: #DE3451;
    color: #fff;
    border-radius: 30px;
    height: 60px;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    border: none;
}
.benefits-section {
    display: flex;
    text-align: center;
    gap: 10px;
}
.specials-benefits-itan-image img {
    width: 65px;
    height: 65px;
}
.specials-benefits-itan-text h3 {
    font-size: 20px;
    padding-top: 10px;
}
.benefit-item h3 {
    font-weight: 600;
}
.benefit-item p {
    font-size: 14px;
}

.product-notes-section p {
    color: #000;
    font-size: 18px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 15px;
    max-width: 100%;
    margin: 0;
}
/* .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column-reverse !important;
    text-align: left !important;
} */
.woocommerce-variation-add-to-cart {
    display: flex !important;
    text-align: left !important;
    flex-wrap: wrap;
}
.single_variation_wrap {
    width: 100%;
}
.woocommerce div.product form.cart .button{
    width: auto;
    background: #DE3451;
    color: #fff;
    border-radius: 30px;
	padding: 15px 50px;
}

/*css of login page*/
.page-id-125 .woocommerce form.login, .page-id-125 .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    width: 100%;
	max-width:500px;
    margin: 0 auto;
    text-align: left;
}
.page-id-125 .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    text-align: left;
}
.page-id-125 .u-column1.col-1, .page-id-125 .u-column2.col-2 {
    width: 100%;
    float: none;
	text-align:center;
}
.page-id-125 .woocommerce form.login button.woocommerce-form-login__submit, .page-id-125 .woocommerce form.register button.woocommerce-form-register__submit {
    width: 100%;
    background: #de3451;
    border-radius: 50px;
    color: white;
    padding: 15px 20px;
}
p.woocommerce-LostPassword.lost_password a {
    color: #de3451;
}
.woocommerce-privacy-policy-text p {
    display: none;
}
.page-id-125 .u-column1.col-1 h2, .page-id-125 .u-column2.col-2 h2 {
    font-size: 22px;
    margin: 20px 0px;
}
.page-id-125 header.entry-header{
	display: none;
}
.account-orders-table a.woocommerce-button.button.view {
    background: #de3451;
    color: #fff;
   
}
.account-orders-table th.woocommerce-orders-table__cell a {
    color: #000;
}
.woocommerce-MyAccount-content a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button {
    background: #de3451;
    color: white;
    padding: 10px 20px;
}
.woocommerce-MyAccount-content a {
    color: #de3451;
}
.woocommerce-info {
    border-top-color: #de3451;
}
.woocommerce-info::before {
    color: #de3451;
}
.woocommerce-info a.button.wc-forward {
    background: #de3451;
    color: #ffffff;
}
.u-column1.col-1.woocommerce-Address {
    border: 1px solid #e3e3e3;
 
    text-align: left;
}
.u-column1.col-1.woocommerce-Address header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    background: #fff2f4;
    padding: 5px 20px;
	justify-content: space-between;
}
.u-column1.col-1.woocommerce-Address  address {
    padding: 15px;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    content: " ";
    display: none;
}
/*button css*/
button.woocommerce-Button.button {
    background: #de3451;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
}
button.woocommerce-Button.button {
    background: #de3451;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
}
.entry-content .woocommerce nav.woocommerce-MyAccount-navigation ul {

    padding-left: 0px;

    background: #fff1f3;

}

.entry-content .woocommerce nav.woocommerce-MyAccount-navigation ul li {

    list-style: none;

}

.entry-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a {

    display: block;

    padding: 15px 20px;

}

.entry-content .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {

    background: #de3451;

}

.entry-content .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {

    background: #de3451;

    color: #fff;

}

.entry-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a {

    color: #000;

}

.entry-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {

    color: #ffffff;
    background-color:#de3451 ;

}
 .tax-product_cat .card a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #de3451;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 20px;
}
/* .woocommerce-notices-wrapper {
    margin: 135px;
} */
.related-products{
    text-align: center;
}
.related-products h2 {
    font-size: 35px;
    font-weight: 700;
}
.related-products-img .row .col-4 .card a.button.product_type_variable.add_to_cart_button  {
    display: none;
}
.related-products-img .row .col-4 .card p{
    color: #000;
}
.post-type-archive-product .card a.button.product_type_variable.add_to_cart_button {
    background: #de3451;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 20px;
}
button.reset_variations {
    height: auto;
    border: none;
    border-radius: 30px;
    background-color: #DE3451;
    color: #fff;
    padding: 2px 30px;
}
section.related.products {
	padding: 0px 0px;
    margin: 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
     z-index: 8;
}
.related-products-img .row .col-4 .card .woocommerce-loop-product__title{
    font-size: 20px;
    color: #000;
}
.related-products-img .row .col-4 {
    flex: 0 0 auto;
    width: 25%;
}
.related-products-img img {
    border-radius: 10px;
}
.related-products-img .row .col-4 .price{
    color: #DE3451;
}


.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    margin-top: 0px;
}
.summary.entry-summary h1.product_title.entry-title {
    margin-top: 0px;
}
.single-product .product {
    margin-top: 135px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 10px;
}
.client-review-section .review-section-img img {
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0px 15px 0px 0px;
    border-radius: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
}
/* .view-more-button{
    width: 215px;
    background: #DE3451;
    color: #fff;
    border-radius: 30px;
    height: 50px;
    text-align: center;
} */
.post-type-archive-product .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style{
    display: none;
}
.post-type-archive-product .card h2.woocommerce-loop-product__title {
    color: #222222;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
}
.post-type-archive-product .swatchly-swatch {
    min-width: 24px;
    min-height: 24px;
}
.post-type-archive-product .swatchly-inset .swatchly-swatch:before {
    content: "";
    position: absolute;
    border: 0px solid #fff;
    width: 100%;
    height: 100%;
}
.post-type-archive-product span.price span.woocommerce-Price-amount.amount {
    font-size: 20px;
    color:#de3451;
    font-weight: bold;
}
.post-type-archive-product .card p {
    color: black;
}

.post-type-archive-product  .card {
    border: 2px dashed #DE3451;
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 0px;
}
.post-type-archive-product .card img {
    width: 100%;
    /* border-radius: 24px; */
    margin-bottom: 10px;
    /* aspect-ratio: 4/5; */
    object-fit: cover;
}
.widget_wpc_filters_widget {
    overflow: visible;
    background-color: #FFEEF1;
    padding: 20px;
}
.post-type-archive-product  .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label a span {
    opacity: 1 !important;
}
.post-type-archive-product .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label a {
    color: #222222;
    opacity: 1 !important;
}
.post-type-archive-product li.wpc-term-item label span.wpc-term-swatch, .wpc-term-swatch-wrapper {
   border-radius: 50px !important;
}
.post-type-archive-product  .wpc-filters-main-wrap li.wpc-term-item a {
    
    opacity: 1 !important;
    font-size: 16px;
}
.post-type-archive-product .wpc-filter-header .widget-title.wpc-filter-title {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}
.post-type-archive-product .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label a, .post-type-archive-product .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label {
    color: #222222 !important;
    opacity: 1 !important;
}

.post-type-archive-product li.wpc-term-item label span.wpc-term-swatch, .wpc-term-swatch-wrapper {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50px;
}
.post-type-archive-product .wpc-filters-main-wrap li.wpc-term-item a, .post-type-archive-product .wpc-filters-main-wrap li.wpc-term-item label, .post-type-archive-product .wpc-filters-main-wrap li.wpc-term-item span {
    opacity: 1 !important;
    font-size: 16px;
	color: #222222;
}
.post-type-archive-product form.woocommerce-ordering select.orderby {
    border-radius: 6px;
    padding: 6px 15px;
	border-color: #DDE2E4;
}
.wpc-edit-filter-set{
    display: none;
}
span.wpc-term-count {
    display: none;
}

div#cart-modal ul {
    list-style-type: none;
}
/* dashboard */
.customer-dasboard {
    height: 100vh;
    position: relative;
}
.customer-dasboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.customer-dasboard-profile .dropdown .customer-dasboard-profilebtn {
    padding: 0px;
    border: 1px solid #DF115A;
    border-radius: 50%;
}
.customer-dasboard-logo img {
    width: 177px;
    height: auto;
}
.customer-dasboard-profile .dropdown .customer-dasboard-profilebtn img {
      width: 50px;
      height: 50px;
}
.customer-dasboard-profile .dropdown-toggle::after {
    display: none;
    
}

.customer-dasboard-profile .dropdown ul.dropdown-menu {
    text-align: center;
    padding: 20px 10px;
}
.customer-dasboard-profile .dropdown ul.dropdown-menu h6 {
    font-size: 20px;
    color: #DF115A;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}

section.customer-dasboard-main {
    padding: 100px 0px;
}
.customer-dasboard-main-headding h4 {
    color: #DF115A;
    font-size: 26px;
}
.customer-dasboard-edit {
    margin-top: 25px;
}
.customer-dasboard-edit h4 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 30px;
    text-align: center;
}
.customer-cst-col {
    text-align: center;
}
.customer-dasboard-edit-box {
    border: 1px solid #DF115A;
    border-radius: 30px;
    padding: 15px;
}
.customer-dasboard-edit-box-img img {
    width: 40px;
}
.customer-dasboard-edit-box-content h5 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    color: #222222;
}
.customer-cst-col {
    text-align: center;
  }


/*modal*/
.modal-cart{
    --bs-modal-margin: 0rem;
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 400px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(100%, 0px);
    height: 100%;
}
.modal.show .modal-dialog {
    transform: none;
    transform: translate(0%, 0px);
}
.modal-cart .modal-content {
    background-clip: unset;
    border-radius: 0px;
    height: 100%;
	overflow: auto;
}
.modal-cart h5.modal-title {
    font-size: 18px;
    color: #000;
}
.modal-cart .modal-body p a {
    color: #de3451;
    font-size: 18px;
    font-weight: 600;
}

.modal-cart .modal-body p {
    font-size: 16px;
    color: #000;
    margin-top: 35px;
    text-align: center;
}
button.cart-icon.cart-icon-btn {
    border: navajowhite;
    background: transparent;
    padding: 0px;
}
.header-search-mobile {
    display: none;
}

.header-login.desktop.active .header-search-mobile span.navbar-toggler-icon {
    right: 0%;
    position: absolute;
    top: 22px;
}
.header-login.desktop.active .header-search-mobile input.form-control {
    width: 95%;
    border: 1px solid #000;
    border-radius: 30px;
}
.header-contact {
    display: flex;
    align-items: center;
}
.header-contact .header-phone p a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.header-contact .header-phone p {
    margin-bottom: 0px;
}
.menubar nav.navbar .navbar-nav li.nav-item.dropdown ul.dropdown-menu li {
    padding: 4px 0px;
}
.header-contact a.header-contact span {
    font-size: 14px;
}
.swiper-pagination {
    display: none;
}
P:empty{
	display: none;
}
.carousel-indicators {
    display: none !important;
}


 /*product detail page css*/
.a2a_kit.a2a_kit_size_32.addtoany_list {
    display: none;
}
.product-left {
    position: relative;
}
.product-slider {
    overflow: hidden;
}
.product-thumbs {
    overflow: hidden;
}
.product-thumbs .swiper-slide img {
    border:2px solid transparent;
    object-fit: cover;
    cursor: pointer;
}
.product-thumbs .swiper-slide-active img {
    border-color: #bc4f38;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
    color: #fff;
    display: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    display: none;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
   
.swiper-container.product-slider img {
    width: 100%;
    height: 755px;
    object-fit: cover;
}
section.product-list-section {
    margin-top: 140px;
}
section.product-list-section .product-right {
    margin: 70px 0px;
}

section.product-list-section .product-left {
    margin: 70px 0px;
}
.product-right-flavors .form-check input {
    display: none;
    padding-left: 0px;
}
.product-right-flavors .form-check {
    padding-left: 0px;
    text-align: center;
}
.product-right-flavors .form-check label.form-check-label {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 10px;
}
.product-right-flavors .form-check .form-check-input:checked ~ label.form-check-label {
    border: 1px solid #de3451;
}
.product-right-box h4 {
    font-size: 22px;
    color: #000;
}
.product-right-flavors h6 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 16px;
}
.product-right-box p span {
    font-size: 20px;
    font-weight: 700;
    color: #de3451;
}
.product-right-box p {
    color: #000;
    font-size: 16px;
}
.product-right-weight label {
    padding: 8px 25px !important;
}

.product-right-weight {
    display: flex;
    gap: 18px;
    align-items: center;
} 
.message-on-cake h6 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.message-on-cake textarea.form-control {
    border: 1px solid #000;
    border-radius: 10px;
}
.product-right-box-choose h4 {
    font-size: 18px;
    margin-top: 15px;
}

.product-right-box-choose {
    text-align: center;
    border: 1px solid #000;
    padding: 14px;
    border-radius: 10px;
    height: 190px;
}
/* .woocommerce div.product {
    padding: 70px 0px;
} */
/*related product css*/
.related-products-section{
    padding-bottom: 70px;
}
.related-products-section-content .card-title h4{
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}
.related-products-card-img img{
    width: 100%;
    border-radius: 0px !important;
}
.related-products-section-content .card-title h4{
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}
.related-products-section-content .card-text p{
    font-size: 16px;
    color: #000;
} 
.related-products-section-content .card-text p span{
    font-size: 20px;
    color: #de3451;
    font-weight: 700;
} 


.shop-page{
    padding: 70px 0px;
}
/* dashoboard css */
.dashboard-container {
    display: flex;
    font-family: Arial, sans-serif;
}

.dashboard-sidebar {
    width: 25%;
    
    padding: 20px;
    border-right: 1px solid #ddd;
}

.dashboard-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.dashboard-sidebar ul li {
    margin: 10px 0;
}

.dashboard-sidebar ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.dashboard-sidebar ul li a:hover {
    color: #d6edf8;
}

.dashboard-content {
    width: 75%;
    padding: 20px;
}

.dashboard-content h1 {
    font-size: 24px;
    color: #333;
}

.dashboard-content p {
    line-height: 1.6;
    color: #666;
}
.page-template-dashboard .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style{
    display: none;
}
/* product categories css */
.tax-product_cat .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style{
    display: none;
}
.tax-product_cat .card a.button.product_type_variable.add_to_cart_button {
    background: #de3451;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 20px;
}
.tax-product_cat  .card {
    border: none;
    margin-bottom: 40px;
}
.tax-product_cat .card img {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 10px;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.tax-product_cat  .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label a span {
    opacity: 1 !important;
}
.tax-product_cat .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label a {
    color: #222222;
    opacity: 1 !important;
}
.tax-product_cat li.wpc-term-item label span.wpc-term-swatch, .wpc-term-swatch-wrapper {
   border-radius: 50px !important;
}
.tax-product_cat .wpc-filters-main-wrap li.wpc-term-item a {
    
    opacity: 1 !important;
    font-size: 16px;
}
.tax-product_cat .wpc-filter-header .widget-title.wpc-filter-title {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}
.tax-product_cat .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label a, .tax-product_cat .wpc-filter-content.wpc-filter-pa_design-style ul.wpc-filters-ul-list label {
    color: #222222 !important;
    opacity: 1 !important;
}

.tax-product_cat li.wpc-term-item label span.wpc-term-swatch, .wpc-term-swatch-wrapper {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50px;
}
.tax-product_cat .wpc-filters-main-wrap li.wpc-term-item a, .tax-product_cat .wpc-filters-main-wrap li.wpc-term-item label, .post-type-archive-product .wpc-filters-main-wrap li.wpc-term-item span {
    opacity: 1 !important;
    font-size: 16px;
	color: #222222;
}
.tax-product_cat form.woocommerce-ordering select.orderby {
    border-radius: 6px;
    padding: 6px 15px;
	border-color: #DDE2E4;
}
.tax-product_cat  .card h2.woocommerce-loop-product__title {
    color: #222222;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
}
.tax-product_cat  .swatchly-swatch {
    min-width: 24px;
    min-height: 24px;
}
.tax-product_cat  .swatchly-inset .swatchly-swatch:before {
    content: "";
    position: absolute;
    border: 0px solid #fff;
    width: 100%;
    height: 100%;
}
.tax-product_cat  span.price span.woocommerce-Price-amount.amount {
    font-size: 20px;
    color:#df115a;
    font-weight: bold;
}
.tax-product_cat  .card p {
    color: black;
}
/* end product categories css*/

/*product list page css*/
    
.inner-banner-section-shop {
    margin-top: 85px;
    background-image: url("https://kukukitchen.in/wp-content/uploads/2024/12/banner-bg-1.jpg");
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-banner-section-headding {
    text-align: center;
}
.inner-banner-section-headding h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
}

/*unbox sweetness products section css*/
  section.unbox-sweetness-section.unbox-sweetness-products-section {
    padding-top: 0px !important;
    padding-bottom: 70px !important;
}


/*product review css*/
section.product-review-section {
    padding-bottom: 70px;
}
.product-review-card-content {
    padding: 10px;
}
.product-review-card-content span {
    color: #de3451;
}
.product-review-card-content h6 {
    margin-top: 15px;
    font-size: 20px;
    color: #000;
}







.header-search-mobile {
    display: none;
}
.header-login.desktop.active .header-search-mobile {
    padding: 20px;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    top: 0px;
    display: block;
}
.header-login.desktop.active .header-search-mobile form.form-inline {
    width: 100%;
    display: flex;
    align-items: center;
}
.header-login.desktop.active .header-search-mobile form.form-inline input{
    width: 95%;
    display: flex;
    align-items: center;
}
.header-login.desktop.active .header-search-mobile form.form-inline svg {
    position: absolute;
    right: 14%;
}
.header-login.desktop.active .header-search-mobile form.form-inline span.serch-toggler-icon {
    position: relative;
    right: -7%;
    top: -18px;
}
.header-login.desktop.active .header-search-mobile span.mobile-toggler-icon {
    right: 0;
    position: absolute;
    top: 20px;
}
.header-login.desktop {
    display: flex;
    gap: 10px;
	align-items: center;
}
.cart-icon-box {
    position: relative;
}
.cart-icon-box span {
    position: absolute;
    background: #de3451;
    width: 20px;
    height: 20px;
    text-align: center;
    right: -10px;
    top: -10px;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.modal-cart .modal-content li.woocommerce-mini-cart-item.mini_cart_item h5 {
    font-size: 18px;
    color: #000;
}

.modal-cart .modal-content li.woocommerce-mini-cart-item.mini_cart_item h5 img {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
}
.modal-cart .modal-content li.woocommerce-mini-cart-item.mini_cart_item input {
    text-align: center;
}
.modal-cart .modal-content li.woocommerce-mini-cart-item.mini_cart_item .product-quantity {
    float: left;
}
.modal-cart .modal-content li.woocommerce-mini-cart-item.mini_cart_item .remove-item-shop {
    float: right;
    margin-bottom: 20px;
}
.modal-cart .modal-content li.woocommerce-mini-cart-item.mini_cart_item .product-quantity {
    float: left;
}
.modal-cart .modal-body p {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    text-align: center;
    float: right;
    width: 100%;
}
.modal-cart .modal-content li.woocommerce-mini-cart-item.mini_cart_item .remove-item-shop a {
    color: #de3451 !important;
    font-weight: 600;
    font-size: 15px;
    width: auto !important;
    height: auto !important;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 0px !important;
    border-left: none !important;
}
.modal-cart .modal-content .modal-body .custom-btn {
    width: 100%;
}
.tax-product_cat  .card {
    border: 1px dashed #de3451;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 0px;
}
.tax-product_cat .card img {
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    height: 200px;
}

.tax-product_cat .card a.button.product_type_variable.add_to_cart_button {
    background: #de3451;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 20px;
}
.tax-product_cat  .card p {
    color: #000;
    border-bottom: 1px solid #828282;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.wp-block-woocommerce-cart-order-summary-block {
    margin-right: 0px;
}
.wt_sc_pagination {
    display: none;
}
.wc-block-cart table.wc-block-cart-items{
	margin: 0px 0px 0px 0px !important;
}
/* shop pagination css */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #de3451;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
     border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 0px 5px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 8px 12px;
}
.woocommerce nav.woocommerce-pagination ul li a {
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #de3451;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
    background: #de3451;
    color: #fff;
    padding: 8px 15px;
}

.woocommerce nav.woocommerce-pagination ul li a.next {
    background: #de3451;
    color: #fff;
    padding: 8px 15px;
}
.woocommerce span.onsale {
    background-color: #00AE2E;
    z-index: 1;
	padding: 0px;
	font-weight: 400;
	top: 0.5em;
    left: 0.5em;
}

/* pincode input css*/
p#pincode_field_idp a {
    width: 25%;
    text-align: center;
    background: #de3451 !important;
}
p#pincode_field_idp input {
    width: 75% !important;
    border-radius: 0px;
    border-bottom: 1px solid #767676 !important;
    padding: 10px !important;
}
p#pincode_field_idp {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
p#pincode_field_idp input:focus-visible {
    outline: none !important;
}
.woocommerce #avlpin a.button {
    width: 25%;
    text-align: center;
    font-weight: 400;
    background: #de3451;
}
a#change_pin {
    width: 30% !important;
    text-align: center;
    font-weight: 400;
    background: #de3451 !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}.heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a span {
    margin-right: 5px;
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 20px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a span {
    margin-right: 5px;
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 20px;
}
.woocommerce-Reviews div#comments h2.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: 700;
}
.woocommerce p.stars a {
    color: #de3451;
}

.tax-product_cat .card a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative !important;
}
@media only screen and (min-width: 576px) {
	.content-area {
	   max-width: 540px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px) {
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: flex;
    flex-direction: row-reverse;
}
  .left-sticky-top {
    position: sticky !important;
    top: 135px !important;
	  z-index: 1 !important;
}

.woocommerce span.onsale {
    left: 0px;
}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .flex-viewport {
    width: 80%;
}
	.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 0px;
}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ol.flex-control-nav.flex-control-thumbs {
		display: flex;
		flex-direction: column;
		width: 20%;
		gap: 10px;
		margin-top: 0px;
    
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		margin: 0px 15px 0px 0px;
		border-radius: 0px;
		width: 90%;
	}
	.content-area {
	   max-width: 720px;
		margin: 0 auto;
	}
	.header-login.desktop a.login-icon{
      display: inline !important;
   }
	.header-login a.cart-icon {
		display: inline !important;
	}
}
@media only screen and (min-width: 992px) {
	.content-area {
	   max-width: 960px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1200px) {
	.content-area {
	   max-width: 1140px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1400px) {
    .passowrd{
        position: relative;
    }
   .login-password .toggle {
        position: absolute;
        padding: .9em;
        z-index: 9;
        left: auto;
	   right: 0;
    }
   .header .menubar ul.navbar-nav li {
        font-size: 16px;
        padding-right: 12px;
        padding-left: 0px;
    }
    .header .menubar ul.navbar-nav li a {
        color: #fff;
      
    }
    .header .menubar ul.navbar-nav li ul.dropdown-menu li {
        padding-left: 20px;
    }
    .why-choose-left-box {
        padding: 23px;
    }
	.why-choose-right {
		background-color: #DE3451;
		padding: 50px  30px 50px 30px!important;
		border-radius: 10px;
	}
	.content-area {
		max-width: 1320px;
		margin: 0 auto;
	}
}



@media only screen and (min-width: 991px) {
    .passowrd{
        position: relative;
    }
    .login-password .toggle {
        position: absolute;
        padding: .9em;
        z-index: 9;
        left: auto;
		right: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 95%;
        left: -3px;
        border-radius: 0px;
    }
    .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
      display: block;
      margin-top: 0.125em;
      margin-left: 0.125em;
    }
}
@media only screen and (max-width: 1024px) {
    .header .menubar ul.navbar-nav li {
        font-size: 11.5px;
        padding: 0px;
    }

    .custom-btn {
        padding: 12px 20px;
        font-size: 16px;

    }

    .occasions.slick-initialized button {
        display: none !important;
    }

    .occasions.slick-initialized .slick-dots li button {
        display: block !important;
    }

    section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner h3 {
        font-size: 24px;
    }

    .coupon-offers-card-inner .card-body {
        padding: 10px;
    }

    .coupon-offers-card-inner {
        border: 2px dashed #DE3451;
        padding: 10px;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }

	/*about page css*/
    .inner-banner-section {
        margin-top: 100px;
    }

}

@media only screen and (max-width: 991px) {
 /*about page css*/
    .inner-banner-section {
        margin-top: 85px;
    }
	.navbar-expand-lg .offcanvas .offcanvas-body {
		
		overflow: scroll;
	}
	a.login-icon {
		display: none;
	}
    .header-search {
        display: none;
    }
	.dropdown-toggle::after {
       display: none;
    }
	.nav-item.dropdown.dropdown-item::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99999;
}

    .sweet-indulgence-box img {
        width: 100px;
        -o-object-fit: contain;
        object-fit: cover;
        border-radius: 50%;
        height: 100px;
    }
	.header-login.desktop.active .header-search-mobile {
		padding: 20px;
		position: fixed;
		width: 100%;
		left: 0;
		background: #fff;
		top: 0px;
		display: block;
	}
    .header-login.desktop.active .header-search-mobile form.form-inline {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .header-login.desktop.active .header-search-mobile form.form-inline svg {
        position: absolute;
        right: 8%;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item.active ul.dropdown-menu.dropdown-menu-main {
        display: block;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item ul.dropdown-menu li.nav-item.dropend ul.dropdown-menu.show {
        display: block !important;
        padding: 0px;
        border: none;
        border-top: 1px solid #000;
        border-radius: 0;
    }
    li.nav-item.dropend .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropend {
        padding: 10px;
    }
    .header-contact {
        display: none;
    }
    section.banner-section {
        margin-top: 56px;
		padding: 50px 0px;
    }
	.banner-section .banner-content h1 {
		font-size: 28px;
		color: #fff;
	}
	.banner-section .carousel-item {
		padding-top: 0px;
	}
    .header-login {
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 20;
    }
     .header .menubar ul.navbar-nav li:hover a {
        color: #fff;
    }

    .header .menubar ul.navbar-nav li:hover {
        background: transparent;
    }
    .header-logo {
        position: absolute;
        z-index: 20;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 8px;
        width: 130px;
    }

    .header-logo img {
        width: 130px;
        height: auto;
    }

    .menubar nav.navbar {
        background: #FFEEF1 !important;
        padding: 28px 0px;
    }
    .offcanvas.offcanvas-start {
        top: 85px;
        z-index: 2;
    }

    .offcanvas-backdrop {
        top: 85px;
        z-index: 1;
    }
    .offcanvas-header {
        display: none;
    }
    .offcanvas-body {
      
        padding: 0px;
    }
    .header-login.mobile {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
        background: #fff;
        padding: 20px;
        display: block;
    }
    .followus.mobile-icon {
        margin-bottom: 40px;
    }
    .header .offcanvas-body ul.navbar-nav {
        padding: 20px;
        background: #de3451;
    }
    .header-login.desktop a.searchicon {
        display: inline;
    }
   .header-login.desktop a.login-icon{
      display: none;
   }
    span.navbar-toggler-icon.close-btn {
        background-image: none;
    }
    .header.active span.navbar-toggler-icon.open-btn {
        display: none;
    }
    .header span.navbar-toggler-icon.open-btn {
        display: block;
    }
    .header span.navbar-toggler-icon.close-btn {
        display: none;
    }
    .header.active span.navbar-toggler-icon.close-btn {
        display: block;
    }
    .header .menubar ul.navbar-nav li a {
        color: #fff;
    }

    .header .menubar .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .card.cakes-by-age-card img.card-img-top {
        order: 1;
        width: 100%;
    }
    .card.cakes-by-age-card .card-body{
        order: 2;
    }
    .card.cakes-by-age-card {
        display: flex !important;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        border: none;
        border-radius: 0px;
        background-color: transparent;
        width: 100% !important;
    }

section.coupon-offers-section .swiper-slide {
    width: 100%;
}
    .header .menubar button.navbar-toggler {
        border: none;
        padding: 0px;
    }

    .our-reviews-img img {
        border-right: none;
    }

    .custom-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    section.coupon-offers-section .card.coupon-offers-card {
        margin-top: 10px;
    }

    section.hampers-section .hampers-box .title-headding h2 {
        color: #fff;
        font-size: 24px;
    }

    .banner-content h1 {
        font-size: 32px;
        color: #fff;
    }
    .sweet-indulgence-box {
        margin: 0px 16px;
        text-align: center;
    }
	 .header-search-mobile {
        display: none;
    }
	.header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item.active ul.dropdown-menu {
		display: block;
	}
	.menubar nav.navbar .navbar-nav li.nav-item.dropdown ul.dropdown-menu {
		height: auto;
		overflow: auto;
	}
/* 	.dropdown-toggle::after {
		position: absolute;
		right: 0;
		top: 24px;
	} */
	.header .menubar ul.navbar-nav li {
		font-size: 11.5px;
		padding: 8px 0px;
	}
	.footer-quick-links h6 {
		margin-top: 0px;
	}
	.why-choose-right .title-headding h2 {
		font-size: 24px;
		color: #fff;
	}
	.blog-hero {
		margin-top: 55px;
	  }
	.custom-shop-col .col-4 {
		   width: 50%;
		}	
	.inner-banner-section-shop {
		margin-top: 55px;
	   }	
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    margin-top: 70px;
}
.summary.entry-summary h1.product_title.entry-title {
    margin-top: 70px;
}
.benefits-section {
    display: grid;
    text-align: center;
    gap: 10px;
    width: 100%;
    /* flex-direction: column; */
    grid-template-columns: auto auto;
    text-align: center;
}
.benefits-section .benefit-item {
    width: 100%;
    padding: 15px 15px 10px;
    height: auto;
    border-radius: 8px;
    align-self: center;
    border: 2px solid black;
}
}

@media only screen and (max-width: 767px) {
   /* .header .menubar ul.navbar-nav .dropdown ul.dropdown-menu.show{
        display: block;
    }
    .header .menubar ul.navbar-nav .dropdown ul.dropdown-menu, .header .menubar ul.navbar-nav .dropend ul.dropdown-menu{
        display: none;
    }*/
  .navbar-expand-lg .offcanvas .offcanvas-body .navbar-nav li.nav-item.dropdown.dropdown-item {
    width: 100%;
}
.shopside-filter {
    order: 2;
}
	 .header .menubar ul.navbar-nav li {
        font-size: 15px;
        padding: 0px;
		 width: 100%;
    }
  .wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    margin-left: 0px;
  }
	a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
       width: 100%;
   }
	.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{
		
		margin-top: 45px !important;
		display: block !important;
		font-weight: 600 !important;
		margin-bottom: 15px !important;
	}
	a.login-icon {
		display: none;
	}
	.wt_coupon_wrapper {
      padding: 0px !important;
	}
    .benefits-section {
        display: block;
        text-align: center;
        gap: 10px;
    }
    .review-section-text h2 {
        font-size: 1.3rem;
        margin-top: 10px;
    }
    .login-container {
        width: 94%;
    }
	section.login {
		margin-bottom: 70px;
		margin-top: 70px;
	}
    .reset-container{
        width: 100%;
    }
    .regsiter-container{
        width: 100%;
    }
    .passowrd{
        position: relative;
    }
    .login-password .toggle {
        background: none;
        border: none;
        color: #787878;
        position: absolute;
        padding: .9em;
        z-index: 9;
        left: auto;
		right: 0;
    }
    .header-search {
        display: none;
    }
	.header-login.desktop.active .header-search-mobile form.form-inline svg {
		position: absolute;
		right: 14%;
	}
    .header-login.desktop.active .header-search-mobile form.form-inline span.serch-toggler-icon {
        position: relative;
        right: -7%;
        top: -18px;
    }
    .header-search-mobile {
        display: none;
    }
    .cakes-by-age-box .swiper-slide {
        width: 100%;
    }
    .swiper2.occasions {
        padding-right: 5px;
    }
    .cakes-by-age-box .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        flex-direction: row;
    }
    .header-contact {
        display: none;
    }

    .header-login {
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 20;
    }

    .header-logo {
        position: absolute;
        z-index: 20;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 8px;
        width: 130px;
    }

    .header-logo img {
        width: 130px;
        height: auto;
    }

    .menubar nav.navbar {
        background: #FFEEF1 !important;
        padding: 28px 0px;
    }
    .offcanvas.offcanvas-start {
       
        top: 85px;
        z-index: 2;
    }
    .offcanvas-backdrop {
         top: 85px;
        z-index: 1;
    } 
    .header .menubar ul.navbar-nav li a {
        color: #fff;
    }

    .header .menubar .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .header .menubar button.navbar-toggler {
        border: none;
        padding: 0px;
    }
    li.nav-item.dropend .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
    }
    /*banner section css*/
    .banner-content h1 {
        font-size: 28px !important;
        text-align: center;
    }
.banner-section .carousel-item {
    padding-top: 10px !important;
}
    .banner-content p {
        font-size: 16px;
        text-align: center;
    }

    .banner-slide-img {
        border-right: none;
        text-align: center;
        margin: 0 auto;
    }

    section.banner-section .carousel-inner .carousel-item img {
        margin: 0 auto;
    }

    .banner-content {
        padding: 15px;
        text-align: center;
    }

    section.banner-section {
        padding: 50px 0px;
        margin-top: 50px;
    }

    section.banner-section .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -45px;
        left: 0;
        top: auto;
        z-index: 2;
        flex-direction: row;
        gap: 5px;
    }
    .sweet-indulgence-box img {
        width: 50%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .custom-btn {
        font-size: 16px;
        margin-top: 15px;
    }

    .title-headding h2 {
        font-size: 24px;

    }

    /*your type section css*/
    .your-type-box h6 {
        position: absolute;
        left: 10px;
        bottom: 20px;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }

    /*occasions section*/
    .occasions.slick-initialized button {
        display: none !important;
    }

    .occasions.slick-initialized .slick-dots li button {
        display: block !important;
    }

    section.all-occasions img.all-occasions-cake-img1 {
        width: 75px;
    }

    section.all-occasions img.all-occasions-cake-img2 {
        width: 75px;
    }
/*contact page css*/

.our-address-section {
    padding: 70px 0px;
    background: #ffeef1;
}

.our-address-box {
    padding: 30px 5px;
}

.our-address-box h5 {
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
}

.our-address-box a,
.our-address-box p {
    color: #000;
    font-size: 16px;
}

.our-address:last-child {
    border: none;
}

.our-address {
    border-right: 1px solid #000;
}

section.get-in-touch-section {
    padding: 70px 0px;
}

form.get-in-touch-form .form-control {
    border: 1px solid #000;
    color: #828282;
    padding: 12px 15px;
    font-size: 14px;
}

form.get-in-touch-form label.form-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

form.get-in-touch-form .form-control:focus {
    box-shadow: none;
}
    /*review section*/
    section.our-reviews-section .carousel-indicators {
        right: 0;
        bottom: -40px;
        left: 0;
        top: auto;
        z-index: 2;
        flex-direction: row;
        gap: 5px;
    }

    .our-reviews-img img {
        border-right: none;
    }

    section.our-reviews-section .title-headding {
        text-align: center;
    }

    .our-reviews-content {
        text-align: center;
    }

    .our-reviews-author {
        justify-content: center;
    }

    /*why choose section*/
    .why-choose-left-box {
        gap: 5px;
        padding: 10px;
    }

    .why-choose-left-box span.sold {
        font-weight: 500;
        font-size: 12px;
    }

    .why-choose-left-box img {
        width: 40px;
    }

    .why-choose-right {
        background-color: #DE3451;
        padding: 20px  20px 2px !important;
        border-radius: 10px;
    }

    form.enquiry-form {
        margin-top: 20px;
    }


    .card.cakes-by-age-card {
        flex-direction: column;
        padding: 0px;
    }

    .card.cakes-by-age-card .card-body {
        order: 2;
    }

    .card.cakes-by-age-card img.card-img-top {
        width: 100%;
        border-radius: 0px;
        object-fit: cover;
        height: 250px;
        order: 1;
    }

    section.cakesbyage {
        padding: 70px 15px 0px 15px;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #DE3451;
        color: transparent;
    }

    section.hampers-section .hampers-box .hampers-box-icon1 {
        position: absolute;
        width: 70px;
        height: auto;
        right: 2%;
        top: auto;
        bottom: 0px;
    }

    section.hampers-section .hampers-box .hampers-box-icon2 {
        display: none;
    }

    section.hampers-section .hampers-box .title-headding h2 {
        margin-top: 15px;
    }

    section.hampers-section .hampers-box .title-headding p {
        margin-top: 0px;
    }

    section.hampers-section .hampers-box {
        padding: 15px;
    }

    section.coupon-offers-section .card.coupon-offers-card {
        padding: 10px;
    }

    section.coupon-offers-section .card.coupon-offers-card .card-body {
        padding: 8px;
    }

    section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner {
        padding: 10px;
		min-height: 390px;
    }

    section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner h5 {
        font-size: 18px;
    }

    section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner h3 {
        font-size: 20px;
    }

    section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner span {
        font-size: 14px;
    }

    section.coupon-offers-section .card.coupon-offers-card .coupon-offers-card-inner p {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    section.coupon-offers-section .card.coupon-offers-card img.card-img-top {
        width: 100%;
        height: 160px;
    }
	.coupon-offers-card-inner {
		border: 2px dashed #DE3451;
		padding: 10px;
		border-radius: 10px;
		display: flex;
		align-items: start;
		flex-direction: column;
	}
    section.coupon-offers-section .mySlider__item {
        padding: 0px 12px;
    }

    section.hampers-section .hampers-box .title-headding .custom-btn {
        margin-bottom: 20px;
    }
    .card.cakes-by-age-card {
        padding-bottom: 40px;
    }
  .swiper4 .swiper-wrapper {
        margin-bottom: 0px;
    }
    .swiper5 .swiper-wrapper {
        margin-bottom: 30px;
        position: relative;
    }
    .sweet-indulgence-box img {
        width: 100px;
        -o-object-fit: contain;
        object-fit: cover;
        border-radius: 50%; 
        height: 100px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cakes-by-age-box {
        padding-bottom: 20px;
    }
   
    .sweet-indulgence-box {
        margin: 0px 90px;
        text-align: center;
        width: 100%;
    }
    ul.dropdown-menu.dropdown-menu-main {
        padding: 10px;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item ul.dropdown-menu {
        display: none;
    } 
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item ul.dropdown-menu.show {
        display: block;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item ul.dropdown-menu li.nav-item.dropend ul.dropdown-menu {
        display: none !important;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item ul.dropdown-menu li.nav-item.dropend ul.dropdown-menu.show {
        display: block !important;
        padding: 0px;
        border: none;
        border-top: 1px solid #000;
        border-radius: 0;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item ul.dropdown-menu li.nav-item.dropend ul.dropdown-menu.show li {
        padding: 5px 0px;
    }
    .header .menubar ul.navbar-nav li.nav-item.dropdown.dropdown-item.active ul.dropdown-menu.dropdown-menu-main {
        display: block;
    }
   .modal-cart .modal-body p {
        text-align: left;
    }
	  .wc-block-components-sidebar-layout .wc-block-components-main {
    margin: 0px !important;
    width: 100% !important;
 }
 .entry-content {
    padding: 0px 15px;
 }
 .site-content {
    padding: 70px 0px 50px 0px;
 }
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    margin-top: 20px;
 }
header.entry-header {
    padding: 0px 15px;
 }
/* blog page banner */
.blog-hero {
    margin-top: 55px;
  }
.blog-hero .banner-content-text h2 {
    font-size: 30px;
  }
.blog-hero-detail  .banner-content-text h2 {
    font-size: 30px;
  }	
section.blog-page .blog-box a {
    flex-direction: column;
  }
.blog-box .blog-box-content {
    width: 100%;
  }
section.blog-page .blog-box-img {
    width: 100%;
  }	
/* shop page css	 */
.inner-banner-section-headding h2 {
    font-size: 30px;
  }
.inner-banner-section-shop {
    margin-top: 55px;
  }	
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: unset;
    text-align: center;
	margin-top: 40px;
  }	
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: unset;
    text-align: center;
  }
.custom-shop-col .col-4 {
    width: 100%;
  }	
.container.shop-page > .row {
    margin: 0px;
  }	
.modal.fade.modal-cart.show {
    width: 100%;
  }
/*  product detail css	 */
.benefits-section .benefit-item {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
  }	
.related-products-img > .row {
    margin: 0px;
  }	
.related-products-img .row .col-4 {
    width: 100%;
  }
.related-products-img .row .col-4 .card a img {
    width: 100%;
  }	
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    margin-top: 50px;
  }	
.summary.entry-summary h1.product_title.entry-title {
    margin-top: 0px;
  }	
 /*about page css*/
    .inner-page-title h2 {
        color: #fff;
        font-size: 35px;
    }
	
section.sweet-indulgence-section {
    padding: 40px 0px 10px 0px;
 }
section.all-occasions {
    padding: 40px 0px;
}
section.all-occasions img.all-occasions-cake-img1 {
    display: none;
}
.swiper2.occasions {
    margin: 0px 0px 0px -5px;
    padding-bottom: 0px;
}
section.cakesbyage {
    padding: 40px 15px 0px 15px;
}
.cakes-by-age-box {
    padding-bottom: 0px;
}
section.your-type-section {
    padding: 40px 0px;
}
section.hampers-section {
    padding: 40px 0px;
}
section.coupon-offers-section {
    background: #FFEEF1;
    padding: 40px 0px 0px 0px;
}
section.unbox-sweetness-section {
    padding: 40px 0px;
}
section.unbox-sweetness-section {
    padding: 40px 0px 10px 0px;
}
section.why-choose-section {
    background-color: #FFEEF1;
    padding: 40px 0px;
}
section.our-reviews-section {
    padding: 40px 0px;
}
.single-product .product {
    margin-top: 50px;
  }
.single-product nav.woocommerce-breadcrumb {
    display: none;
}
.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    margin-top: 0px;
}
.woocommerce span.onsale {
    background-color: #00AE2E;
    z-index: 1;
    padding: 0px;
    font-weight: 400;
    top: 0px;
    left: 0px;
}
}


/* Login sighup Icon CSS*/
/* Account dropdown wrapper */
.header-login .account-icon-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Dropdown list */
.header-login .account-dropdown {
  position: absolute;
  top: 100%; /* icon ke niche */
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  min-width: 150px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  list-style: none;
  display: none; /* by default hide */
  z-index: 9999;
}

/* Dropdown items */
.header-login .account-dropdown li {
  margin: 0;
  padding: 0;
}

.header-login .account-dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-login .account-dropdown li a:hover {
  background: #f7f7f7;
  color: #e74c3c; /* hover color (red shade for matching theme) */
}

/* Show dropdown on hover */
.header-login .account-icon-wrapper:hover .account-dropdown {
  display: block;
}

/* Add this in style.css */
.woocommerce-account .u-column2 {
    display: none;
}

