/*
Theme Name: Astra Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   astra
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Comman--Css */
.font--21 .menu-link {
    font-size: clamp(16px, 2vw, 21px) !important;
}
.font--21 .elementor-button span {
	font-size: clamp(16px, 2vw, 21px) !important;
}
.slide--sec .elementor-slide-heading {
	font-size: clamp(30px, 4vw, 80px) !important;
}
.heading--h3 h3.elementor-image-box-title {
    font-size: clamp(24px, 2vw, 40px) !important;
}
.heading--h3 h3.elementor-heading-title {
    font-size: clamp(24px, 2vw, 40px) !important;
}
.heading--h3 p.elementor-image-box-description{
	font-size: clamp(16px, 1vw, 20px) !important;
}
.heading--80 h3.elementor-image-box-title {
    font-size: clamp(32px, 9vw, 70px) !important;
}
.heading--70 h2.elementor-heading-title {
    font-size: clamp(32px, 3vw, 70px) !important;
}
.heading--80 {
    font-size: clamp(30px, 4vw, 70px) !important;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800 !important;
    line-height: normal;
}
.comman--btn .elementor-button{
	font-size: clamp(16px, 1vw, 20px) !important;
}
.heading--h2 h2.elementor-heading-title{
	font-size: clamp(32px, 3vw, 51px) !important;
}
.fresh--milk--upper .elementor-image-box-title a {
    text-decoration: none !important;
}
.footer--sec h4.elementor-heading-title {
    font-size: clamp(20px, 2vw, 30px) !important;
}
.footer--sec span.elementor-icon-list-text {
    font-size: clamp(16px, 1vw, 21px) !important;
}
.footer--sec .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.footer--sec .elementor-column {
    width: 100% !important;
}
div#validation_message_1_1 {
    position: absolute;
    margin-top: 1.2em;
    border-radius: 30px;
    left: 0;
}

.footer--newsletter form#gform_1 .gfield_description.validation_message {
    position: relative;
    font-size: 13.2px;
}

.footer--newsletter form#gform_1 {
    flex-direction: column;
}

.footer--newsletter form#gform_1 > .gform_footer {
    position: absolute;
    right: 10px;
    top: 10px;
}

.footer--newsletter form#gform_1 {
    position: relative;
     padding: 15px !important;
}
.footer--newsletter form#gform_1 > .gform-body{
	    margin-right: auto;
	   width: 100%;
}
.footer--newsletter form#gform_1 > .gform-body .ginput_container_text {
    width: 60%;
}

.footer--contact--info {
    padding: 50px clamp(50px, 6vw, 100px) !important;
}
.footer--contact--info > .elementor-container > .email--footer > .elementor-widget-wrap {
    padding-left: clamp(50px, 7vw, 120px) !important;
}

.column--spacing .heading--80 h3.elementor-image-box-title{
	font-size: clamp(32px, 4vw, 70px) !important;
}

/* .elementor-widget-container {
    font-size: clamp(16px, 1vw, 20px) !important;
} */
.pt-80{
	padding-top: clamp(50px, 4vw, 80px);
}
.pb-80{
	padding-bottom: clamp(50px, 4vw, 80px);
}
.pb-40{
	padding-bottom: clamp(20px, 3vw, 40px);
}
.pl-80 {
    padding-left: clamp(5px, 6vw, 70px);
}
.pr-80 {
    padding-right: clamp(5px, 6vw, 70px);
}
.mb-0{
	margin-bottom: 0 !important;
}
.text-center {
	text-align: center;
}
.link--color a {
    color: #61a89f;
}

.product--container {
    max-width: 1504px;
    margin: 0 auto;
	padding-left: 15px;
    padding-right: 15px;
}
.shop--grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100% !important;
	height: max-content;
}
.shop--grid .product-actions {
/*     width: 100%; */
    text-align: end;
}
/* Comman--Css--End */

/* slider--sec */
.kays--header .elementor-column-gap-default {
    justify-content: space-between !important;
}

.header--login .far {
    display: none;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 46px;
  padding: 5px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  max-width: 698px;
  width: 100%;
  justify-content: center;
  height: 93px;
}

.search-box input {
    border: none;
    outline: none !important;
    flex: 1;
    padding: 0px 46px;
    font-size: clamp(16px, 2vw, 25px) !important;
    border-radius: 30px 0 0 30px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    color: #221e20 !important;
	box-shadow: none;
}
.search-box input:focus {
	 outline: none !important;
    border: none !important;
}

.search-box input::placeholder{
	color: #919191;
}

.search--upper {
    display: flex;
    justify-content: center;
}

.search-box button {
    background-color: var(--e-global-color-6e7d74d);
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: clamp(12px, 2vw, 25px) !important;
    border-radius: 46px;
    cursor: pointer;
    max-width: 256px;
    width: 100%;
    height: 71px;
    font-weight: 400;
    transition: 0.5s;
}

.slide--sec .search-box button:hover {
  background-color: #000; /* Hover color */
}
.elementor-slide-description {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.elementor-slide-description {
    font-size: clamp(20px, 2vw, 30px) !important;
}

.online--Now {
    content: "";
    height: 143px;
    border-left: 1px solid #ddd;
}

.cereal--sec .elementor-widget-wrap{
	min-width: 55vw;
	 margin-left: -190px;
}

.testimonial-slider .elementor-testimonial__header {
    flex-direction: column;
    gap: 10px;
}
.elementor-widget-reviews .elementor-testimonial__image+cite {
    margin-inline-start: 0px !important;
}

.our-client .elementor-testimonial__header {
    flex-direction: column;
    gap: 10px;
}
.elementor-widget-reviews .elementor-testimonial__image+cite {
    margin-inline-start: 0px !important;
}

.our-client .elementor-main-swiper > .client--navigation {
	display: flex;
    gap: 20px;
    position: absolute;
    left: 0px;
    margin-top: 5px;
}
.our-client .elementor-main-swiper > .client--navigation > .elementor-swiper-button{
	position: relative;
    // top: 0%;
    width: clamp(40px, 5vw, 77px);
    // aspect-ratio: 1 / 1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    // justify-content: center;
    transform: none;
    opacity: 1;
    margin-top: 24px;
    left: 0 !important;
}
.our-client .elementor-main-swiper > .client--navigation > .elementor-swiper-button i.eicon-chevron-left {
    background: url(/wp-content/uploads/2024/11/solar_arrow-up-line-duotone.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: clamp(25px, 2vw, 38px);
}
.our-client .elementor-main-swiper > .client--navigation > .elementor-swiper-button i.eicon-chevron-right {
    background: url(/wp-content/uploads/2024/11/solar_arrow-up-line-duotone-2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: clamp(25px, 2vw, 38px);
}
.our-client .elementor-main-swiper > .client--navigation > .elementor-swiper-button.elementor-swiper-button-prev i:before, .our-client .elementor-main-swiper > .client--navigation > .elementor-swiper-button.elementor-swiper-button-next i:before {
    color: transparent;
}
.our-client .elementor-testimonial__name {
    font-size: clamp(20px, 2vw, 30px) !important;
}
.our-client .elementor-testimonial__text {
    font-size: clamp(16px, 2vw, 20px) !important;
	line-height: 1.5 !important;
}
.give--call .elementor-widget-wrap.elementor-element-populated {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
/* Slider--end */

/* Shop--PAge */
.kays-flink-product-list {
    padding-left: 20px;
}
.kays-flink-product-layout:has(.no--products) {
    justify-content: center;
/*     align-items: center; */
}
.shop--grid:has(.no--products){
	grid-template-columns: repeat(1, 1fr);
/* 	text-align: center; */
}
p.no--products {
    font-size: large;
}
.kays-flink-product-layout {
    display: flex;
    gap: 20px;
}
.product-card {
    width: 100%;
    background: #F7F6F2;
    text-align: center;
    padding: 36px;
    border-radius: 17px;
}
.product-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
	margin-top: 34px;
	gap: 10px;
	flex-wrap: wrap;
}
.product-details a {
    font-size: 18px;
    text-decoration: none !important;
    color: #221E20;
    font-weight: 500;
}
.product-details h3 {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-details {
    text-align: left;
	max-width: 150px;
    width: 100%;
}
.product-details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #61A89F;
    font-weight: 800;
}
.product-actions a {
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 500;
	background: #221E20;
    padding: 10px 30px;
    border-radius: 25px;
	color: #fff;
	transition: 0.5s;
}
.product-actions a:hover{
	background: #61A89F;
}
#kays-flink-search-form div#search-box {
    height: 100%;
    width: 100%;
	max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 5px;
    border-radius: 40px;
}

#kays-flink-search-form input#search {
    width: 100%;
    min-width: 185px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 10px;
    font-family: "Bricolage Grotesque", sans-serif;
}

#kays-flink-search-form input#search {
    background: transparent;
    flex: 1;
    border: 0;
    padding: 24px 20px;
    color: #cccc;
	font-size: 18px !important;
}

#kays-flink-search-form div#search-box button {
    border: 0;
    border-radius: 40px;
    width: 59px;
    height: 46px;
    font-size: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #61A89F;
}

form#kays-flink-search-form {
    background: var(--e-global-color-6e7d74d);
    border-radius: 33px;
    padding: 20px;
}
#kays-flink-search-form input#search::placeholder {
    font-size: 15px;
}

#kays-flink-search-form div#search-box button::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/mingcute_search-line.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
}

.kays-flink-sidebar {
    max-width: 318px;
}

.flink-categories {
    background: #F7F6F2;
    padding: 32px;
    border-radius: 23px;
    margin-top: 23px;
}

.flink-categories button.accordion {
    background: transparent;
    box-shadow: none;
    color: #221E20;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}
.flink-button i.fa {
    display: none;
}

ul#kays-flink-categories a {
    text-decoration: none !important;
    color: #221E20;
    font-size: 14px;
    font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 600;
}
ul#kays-flink-categories a:hover {
    color: #61a89f;
}
#kays-flink-categories li {
    margin-bottom: 10px;
}
/* Shop--PAge--end */

/* Shop--Details--page */
.single--product--upper {
    background: #f7f6f2;
	padding: 80px clamp(15px, 6vw, 70px);
}
.single--product {
    display: flex;
    column-gap: clamp(25px, 4vw, 40px);
	flex-wrap: wrap;
}
.product--description p {
    margin-bottom: 0;
}
/* .single--product .details-section h1 {
    font-size: clamp(30px, 5vw, 70px);
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    line-height: normal;
} */
.single--product .details-section p {
font-size: clamp(18px, 2vw, 25px);
font-weight: 400;
color: #221E20;
margin-bottom: 1.1em;
}
.single--product .image-section img {
    max-width: clamp(300px, 31vw, 591px);
    max-height: clamp(300px, 36vw, 689px);
    border-radius: 24px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.single--product .details-section{
	flex: 1;
}

/* Container for toggle section */
.single--product .toggle-section {
    display: flex;
    gap: 5px;
    overflow: hidden;
    padding: 11px 16px;
    border-radius: 46.5px;
    background: #fff;
    width: fit-content;
}

/* Common styles for buttons */
.single--product .toggle-button {
  padding: clamp(16px, 1vw, 19px) clamp(20px, 3vw, 42px);
  border: none;
  background-color: white;
  color: black;
  border-radius: 46.5px;
  font-size: 16px;
  cursor: pointer;
  // flex: 1;
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
  transition: all 0.3s ease;
  box-shadow: none;
}

.single--product .toggle-button.active {
  background-color: #5DA09E; 
  color: white;
}

.single--product .toggle-button:not(.active):hover {
  background-color: #5DA09E;
	color: #fff;
}
.single--product .toggle-button:not(.active):focus {
	background-color: #5DA09E;
}
.single--product .delivery-container {
    background: #fff;
    padding: clamp(20px, 3vw, 35px);
    border-radius: 46px;
    margin-top: clamp(25px, 3vw, 50px);
}
.single--product .delivery-container h1 {
    font-size: clamp(18px, 2vw, 30px) !important;
	margin-bottom: 0 !important;
}
.single--product .delivery-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: clamp(20px, 2vw, 25px) 0;
    padding: 8px 14px;
    border: 1px solid #D2D2D2;
    border-radius: 33px;
    font-size: clamp(16px, 1vw, 20px);
}

/* .single--product .delivery-option > span {
    margin-left: 25px;
} */
.single--product .delivery-option button.btn {
    color: #221E20;
    background: transparent;
    box-shadow: none;
    padding: 15px 18px;
    transition: 0.5s;
    font-size: 20px;
}
.single--product .delivery-option button.btn:hover{
	color: #61a89f;
}
.single--product .delivery-option .quantity {
    background: #eff6f5;
    border-radius: 26px;
}
.single--product .delivery-option span.count {
    background-color: #61a89f;
    color: white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: background-color 0.3s;
	display: inline-block;
}
.single--product .delivery-container button.add-to-cart {
   width: 100%;
    border-radius: 46px;
    background: #61A89F;
    font-size: clamp(16px, 1vw, 18px);
    padding: 16px;
    transition: 0.5s;
}
.single--product .delivery-container button.add-to-cart:hover{
	background: #221E20;
}
.single--product .delivery-container .bottom--product {
    display: flex;
    gap: 20px;
	align-items: end;
}
.single--product .delivery--toogle{
	width: 100%;
}
.single--product .calendar-container {
    width: 100%;
    background-color: white;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    border: 1px solid #D2D2D2;
}
.single--product .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.single--product .calendar-header .nav-btn {
  background: none;
  border: none;
  font-size: 0px;
  cursor: pointer;
}
.single--product button#prevMonth{
	background: url(/wp-content/uploads/2024/11/Vector-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px;
	box-shadow: none;
}
.single--product button#nextMonth{
	background: url(/wp-content/uploads/2024/11/Vector-4.png);
    background-repeat: no-repeat;
    background-position: center;
   background-size: 5px;
	box-shadow: none;
}
.single--product .calendar-header #monthYear {
  font-size: 16px;
  font-weight: bold;
}
.single--product .calendar-container .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 5px;
  font-weight: bold;
}
.single--product .calendar-container .weekdays span {
  text-align: center;
  color: #333;
  font-weight: 400;
}
.single--product .calendar-container .dates-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
.single--product .calendar-container .date {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.single--product .calendar-container .date:hover {
  background-color: #e0f7f1;
}
.single--product .calendar-container .date.selected {
  background-color: #61a89f;
  color: white;
}
.single--product .calendar-container .date.faded {
  color: #bbb;
  pointer-events: none;
}
/* Shop--Details--page--end */

/* Cart--Page */
.cart-item {
      display: flex;
      align-items: start;
      justify-content: space-between;
      padding: clamp(25px, 2vw, 35px);
    }

    .cart-item img {
    	width: 100%;
    	border-radius: 26px !important;
    	max-width: 150px !important;
}

    .cart-details {
      flex-grow: 1;
      margin-left: 20px;
      display: flex;
    flex-direction: column;
    gap: 12px;
    }

    .cart-details h3 {
    margin: 0;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 700;
    color: #221E20;
}

    .cart-details p {
    margin: 5px 0;
    color: #221E20;
    font-size: 12px;
    font-weight: 500;
}

p.total-price {
    color: #61A89F;
    font-size: 16px;
    font-weight: 700;
}

    .quantity-controls {
      display: flex;
      align-items: center;
      gap: 18px;
	 flex-wrap: wrap;
    }

    .quantity-controls button {
      color: #221E20;
    background: transparent;
    box-shadow: none;
    padding: 0px 18px;
    transition: 0.5s;
    font-size: 20px;
    }

    .quantity-controls span {
      font-size: 1rem;
      width: 20px;
      text-align: center;
    }

    .total-price {
      font-size: 1rem;
      color: #007d70;
    }

    .delete-btn {
      color: #a00;
      cursor: pointer;
    }

    .delete-btn:hover {
      color: #d00;
    }
    
    .cart-details .delivery-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    gap: 10px;
}
.cart-details .quantity {
    background: #eff6f5;
    border-radius: 26px;
    display: flex;
    align-items: center;
}
.cart-details span.count {
    background: #61a89f;
    padding: 8px 8px;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    font-size: 12px;
    width: 38px;
}
.cart-details .delivery-option > span {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #221E20;
}
.cart-container {
    background: #fff;
    border-radius: 22px;
	flex: 1;
	height: fit-content;
}
.cart-container hr {
    max-width: 100%;
    width: 95%;
    margin: auto !important;
}
.product--cart {
    display: flex;
    gap: 29px;
}
.coupon-code {
    background: #fff;
    border-radius: 22px;
    padding: clamp(25px, 2vw, 35px);
}
.coupon-code h3 {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700 !important;
}
.coupon-code input[type="text"] {
    background: #F3F3F3;
    border: 0;
    border-radius: 18px;
    padding: clamp(20px, 2vw, 28px) !important;
    font-weight: 700 !important;
}
.coupon-code input[type="text"]::placeholder {
    color: #221E20;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
}
.coupon-code button {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #61A89F;
    background: transparent;
    color: #61A89F;
    font-weight: 400;
    margin-top: 14px;
    transition: 0.5s;
}
.coupon-code button:hover{
	background: #61A89F;
	color: #fff;
}
.order-summary {
    background: #fff;
    border-radius: 22px;
    padding: clamp(25px, 2vw, 35px);
    margin-top: clamp(16px, 2vw, 21px);
}
.order-summary h3 {
    font-size: clamp(16px, 2vw, 20px) !important;
    font-weight: 700 !important;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #221E20;
    align-items: center;
}
.summary-row > span {
    font-weight: 600;
    margin-top: clamp(18px, 2vw, 23px);
}
.summary-row > span + span {
    font-weight: 700;
}
.order-summary hr {
    margin-top: clamp(20px, 2vw, 25px) !important;
}
.summary-total {
    font-size: clamp(20px, 2vw, 30px);
}
.payment-method {
    background: #fff;
    border-radius: 22px;
    padding: clamp(25px, 2vw, 35px);
    margin-top: clamp(16px, 2vw, 21px);
}
.payment-method h3 {
    font-size: clamp(16px, 2vw, 20px) !important;
    font-weight: 700 !important;
}
button.checkout-button {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #61A89F;
    background: #61A89F;
    color: #fff;
    font-weight: 400;
    margin-top: 14px;
    margin-top: clamp(18px, 2vw, 23px);
    transition: 0.5s;
}
button.checkout-button:hover{
	border: 1px solid #61A89F;
  background: transparent;
  color: #61A89F;
}
.repeat--orders .cart-item {
    align-items: end;
}

.repeat--button {
    display: flex;
    gap: 20px;
}
.repeat--active button {
    font-size: 16px;
    font-weight: 700;
    color: #221E20;
    padding: 10px 40px;
    background: rgba(185, 255, 215, 0.41);
    border-radius: 27px;
}
.repeat--button > button {
    background: #61A89F;
    width: 130px;
    border-radius: 27px;
    padding: 10px;
}
.repeat--button > button:nth-child(2) {
    background: #221E20;
}
.text--button {
    text-align: end;
}
.text--button button {
    background: #221E20;
    border-radius: 46px;
    font-size: clamp(16px, 2vw, 21px);
    padding: 15px clamp(20px, 3vw, 50px);
}
.add--more button {
    background: #61a89f;
}

.calendar---container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1248px;
  margin: 0 auto;
  margin-bottom: clamp(20px, 2vw, 30px);
}
.calendar-item:nth-child(2){
	border-bottom: 12px solid #61A89F;
}
.calendar-item:nth-child(3){
	border-bottom: 12px solid #61A89F;
}
h3.month-title {
    font-size: clamp(25px, 2vw, 30px);
    margin-bottom: 0;
}
.calendar---container button {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.calendar-slider {
  display: flex;
  overflow-x: auto;
  gap: 46px;
  scroll-behavior: smooth;
  gap: clamp(20px, 3vw, 46px);
  padding: 10px 0;
  max-width: 1248px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 70px);
}
.calendar-item {
  text-align: center;
  border-radius: 12px;
  padding: 10px 15px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 50px;
  transition: transform 0.3s, background-color 0.3s;
  flex-shrink: 0;
  width: clamp(100px, 6vw, 115px);
  height: clamp(90px, 10vw, 148px);
}

.calendar-item .date {
    font-size: clamp(20px, 3vw, 40px);
    font-weight: 800;
    color: #221E20;
    border-bottom: 1px solid;
}

.calendar-item .day {
    font-size: clamp(18px, 2vw, 30px);
    font-weight: 600;
    color: #221E20;
}
.calendar-item.active .day {
	color: white !important;
}
.calendar-item.active .date{
	color: white !important;
} 
.calendar-item.active {
  background-color: black;
  color: white !important;
}
.reapet--content {
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: clamp(30px, 3vw, 50px);
}
.reapet--content h2 {
    font-size: clamp(25px, 3vw, 32px);
}
.reapet--content p {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600;
    color: #221E20;
}
.repeat--active {
    display: flex !important;
    gap: 25px;
    align-items: center;
}

section.billing-shipping {
    display: flex;
    justify-content: space-between;
}
.order-summary-footer {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-container {
    position: relative;
    display: inline-block;
    margin: 0;
}

#cart-button {
    background-color: var(--e-global-color-6e7d74d);
    color: white;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#cart-button .fas {
    font-size: 20px;
}

.cart-badge {
    background-color: red;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 4px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 8px;
}

.cart-header {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-items {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.cart-items li {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
    align-items: center;
    gap: 10px;
}

.cart-items li img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}

.cart-items li div {
    flex: 1;
}

.cart-items li p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.cart-items li span {
    font-size: 12px;
    color: #666;
}

.checkout-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    text-align: center;
}

.checkout-button:hover {
    background-color: #45a049;
}
.checkout-button-upper {
    padding: 10px;
}
.checkout-button-upper button.checkout-button {
    margin-top: 0;
}

.cart-items li.highlight {
    background-color: #e0f7fa;
    border-left: 5px solid #61A89F;
    padding-left: 5px;
}
#cart-dropdown {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 10;
    overflow: hidden;
}

#cart-dropdown::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent; 
    z-index: 11;
}
ul.cart-items {
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;

    scrollbar-width: thin;
    scrollbar-color: #ccc #f9f9f9;
}

ul.cart-items::-webkit-scrollbar {
    width: 8px;
}

ul.cart-items::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

ul.cart-items::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

ul.cart-items::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}
#cart-dropdown {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.action .repeat--button {
    justify-content: center;
}
section.order-items table {
    text-align: center;
}
.order-items tr:nth-child(even) {
    background-color: rgba(0, 0, 0, .05);
}
.order-items thead {
    background-color: #8DC2A4;
    color: #fff;
}
.form-container {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.form-container form {
    display: flex;
    flex-direction: column;
}
.ragister--form {
    display: flex;
    gap: 10px;
}
.ragister--form--one {
    margin-bottom: 10px;
}
.ragister--form .form-group {
    width: 100%;
    margin-bottom: 10px;
}
.form-container input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
	margin-top: 2px;
}
.form-container textarea {
	margin-top: 2px;
    font-family: "Bricolage Grotesque", sans-serif;
    padding: 10px;
}
.form-container p {
    margin-bottom: 0;
}
.form-container input:focus {
    border-color: #61a89f;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.form-container label {
    margin-bottom: 5px;
    color: #555;
    font-size: 16px
}
.form-container h2 {
    text-align: center;
}
.city--state {
    display: flex;
    justify-content: space-between;
	column-gap: 15px;
}
.city--state .form-group {
    margin-bottom: 10px;
}
.city--state .form-group:not(:nth-child(3n)) {
    flex: 1;
}
.form-container h4 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f0fff4;
    color: #2d6a4f;
    padding: 20px;
    border: 2px solid #2d6a4f;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
}
.hidden {
    display: none;
}
.popup-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Black overlay with opacity */
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.text-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f0fff4;
    color: #2d6a4f;
    padding: 20px;
    border: 2px solid #2d6a4f;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
}
.text-danger {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f0fff4;
    color: #ff0000;
    padding: 20px;
    border: 2px solid #ff0000;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
}
/* Popup message */
.popup-message {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Animation */
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* Cart--Page--End */

/* Account Page Layout */
.woocommerce-account-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.account-container {
    display: flex;
    max-width: 1300px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* Sidebar */
.account-sidebar {
    width: 25%;
    background-color: #f3f3f3;
    padding: 1rem;
}

ul.account-menu {
    padding: 0;
}

.account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-menu li a {
    margin-bottom: 0.2rem;
    transition: 0.5s;
    padding: 10px 24px;
    border-bottom: 1px solid #221E201A;
}

.account-menu li:hover a {
    background: #61a89f;
    color: #fff !important;
    border-radius: 20px;
}

.account-menu a {
    text-decoration: none !important;
    color: var(--ast-global-color-2);
    font-weight: bold;
    display: block;
}

.account-menu a:hover {
    text-decoration: underline;
}

/* Content */
.account-content {
    width: 75%;
    padding: 2rem;
}

.account-menu a.active {
    background-color: var(--e-global-color-6e7d74d);
    color: #fff;
    border-radius: 20px;
}

.dashboard-links {
    margin-top: 1.5rem;
}
.dashboard-links a.button{
	background-color: var(--e-global-color-6e7d74d);
    font-weight: 600;
    transition-duration: 0.5s;
    border-radius: 79px;
    padding: 14px 36px;
    text-decoration: none;
}
.dashboard-links a.button:hover{
	background: var( --e-global-color-e005d52 );
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.header--cart {
    margin-left: auto;
}
.haeder--menu {
    margin-left: auto !important;
}

#ast-scroll-top {
    background-color: #61a89f;
}

.loadmore--wrapper {
    text-align: center;
    margin-top: clamp(30px, 5vw, 80px);
	margin-bottom: clamp(30px, 3vw, 50px);
}
a.loadmorebtn {
    background-color: var(--e-global-color-6e7d74d);
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    transition-duration: 0.5s;
    border-radius: 79px;
    padding: 14px 36px;
    color: #fff;
    text-decoration: none !important;
}

a.loadmorebtn:hover{
	background: var( --e-global-color-e005d52 );
}

.news--latter form#gform_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 33.5px;
}
.news--latter .gform_body {
    flex: 1;
}
.news--latter .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}
.news--latter input#input_1_1 {
    border: 0;
    box-shadow: none;
	color: #221e20 !important;
}
.news--latter input#input_1_1::placeholder{
	color: #221E20;
	font-weight: 400;
}
.news--latter input#gform_submit_button_1 {
    background: #61A89F;
    border-radius: 33.5px;
    min-height: 51px;
    margin-bottom: 0;
}
a.return-btn {
    background-color: var(--e-global-color-6e7d74d);
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition-duration: 0.5s;
    border-radius: 79px;
    padding: 14px 36px;
    color: #fff;
    text-decoration: none !important;
}
.empty-cart h5 {
    margin-bottom: clamp(20px, 3vw, 40px);
	font-size: clamp(20px, 2vw, 30px);
}

.login--upper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.login-container {
      background-color: #ffffff;
      padding: clamp(20px, 2vw, 25px);
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      width: 400px;
    }
    .login-container h1 {
      text-align: center;
      margin-bottom: 20px;
    }
   .login-container .form-group {
      margin-bottom: 15px;
    }
    .login-container .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
}
   .login-container .form-group input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      box-sizing: border-box;
      font-family: "Bricolage Grotesque", Sans-serif;
      height: auto;
    }
    .login-button {
      width: 100%;
      background-color: var( --e-global-color-6e7d74d );
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      padding: 14px;
    }
    .login-button:hover {
      background-color: var( --e-global-color-e005d52 );
    }
    .forgot-password {
      text-align: center;
      margin-top: 10px;
    }
    .forgot-password a {
    color: var(--e-global-color-e005d52);
    text-decoration: none !important;
}
    .forgot-password a:hover {
      text-decoration: underline;
    }

.loadingmore{
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
}
.loadingClass {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* Light gray border */
    border-top: 5px solid #61a89f; /* Blue border */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.myaccount--ntn a {
    background-color: var(--e-global-color-6e7d74d);
    font-size: clamp(16px, 2vw, 21px);
    font-weight: 600;
    transition-duration: 0.5s;
    border-radius: 79px;
    padding: 14px clamp(18px, 2vw, 36px);
    margin-left: 10px;
	color: #fff !important;
}

button.register-btn {
    background: #61A89F;
    border-radius: 27px;
    margin-bottom: 10px;
	margin-top: 15px;
}
a.rag--link {
    color: #61A89F;
}
.single--product .calendar-container .weekdays {
    gap: 6px;
}

.single--product .calendar-container .dates-grid {
    justify-items: center;

}
.single--product .delivery-container {
    position: relative;
}

.adjust--order {
    align-items: baseline !important;
    margin-top: 20px;
}
.adjust--order .delivery-option {
    border: 0;
    padding: 0 !important;
	justify-content: center;
}
.adjust--button:hover {
    background: #fff !important;
    color: #000 !important;
}
.adjust--button:hover {
    background: #fff !important;
    color: #000 !important;
}
.adjust--button.active {
    background: #fff !important;
    color: #000 !important;
}
.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}


/*  testimonials start */
	
	.testimonials-right-icon {
    background: #61A89F;
    border-radius: 50%;
    height: 120px;
    min-width: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.testimonials-review > .e-swiper-container{
	overflow: hidden;
}
.testimonials-right-icon img{
	display: inline-block;
}
/* testimonials end */

/* .add-cart-msg.popupmsg.text-danger:after {
    content: "\f057";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    font-size: 22px;
    right: 10px;
    color: #61a89f;
    font-weight: 700;
    cursor: pointer;
}
 */
.add-cart-msg.popupmsg.text-danger:after {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #61a89f;
    width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: normal;
    content: 'x';
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 15px;
    font-weight: 400;
	cursor: pointer;
}
.add-cart-msg.popupmsg.text-danger{
	padding-right: 35px !important;
}
	
/* checkout page */

.form-container.checkout {
    padding-top: clamp(30px, 5vw, 45px);
	padding-bottom: clamp(30px, 5vw, 45px);
	padding-left: clamp(25px, 2vw, 35px);
	padding-right: clamp(25px, 2vw, 35px);
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
.form-container.checkout form {
    gap: 25px !important;
}
.form-container.checkout h2{
	margin-bottom: 30px;
}

.form-container.checkout .city--state {
    gap: 20px;
}

#shipping-checkout {
    padding-top: 30px;
    display: none;
}

/* checkout page end */

/* My Account Page start */

.form-container input {
 font-family: "Bricolage Grotesque", sans-serif;
}
.order-page input[type="date"] {
    font-family: "Bricolage Grotesque", sans-serif;
}

.calendar-item:nth-child(2) {
    border-color: transparent;
    border-width: 0;
}
.calendar-item:nth-child(3) {
    border-color: transparent;
    border-width: 0;
}
.calendar-slider {
    overflow-x: inherit;
    gap: 10px;

}
.calendar-item {
   flex-shrink: 1;
   height: auto; 

}
.calendar-item .date {
    font-size: clamp(20px, 3vw, 26px);
}
.calendar-item .day {
    font-size: clamp(16px, 2vw, 20px);
}

h3.month-title {
    font-size: clamp(20px, 2vw, 25px);
}

#repeatorder .reapet--content h2, #onetimeorder .reapet--content h2 {
    font-size: clamp(20px, 2vw, 25px) !important;
    text-align: left;
}
#repeatorder .cart--section .heading--80, #onetimeorder .cart--section .heading--80 {
    font-size: clamp(22px, 2vw, 30px) !important;
    font-weight: 600 !important;
    text-align: left;
    border-bottom: 1px solid #221E201A;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.account-content h2{
	font-size: clamp(22px, 2vw, 30px) !important;
}
.calendar---container .arrow  svg{
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 767px){

		.calendar-slider {
    overflow-x: auto;
}
#cart-button .fas {
    font-size: 18px;
}
}
@media screen and (max-width: 480px){
	#payment-mathod .payment--method {
    grid-template-columns: 1fr;
}
	#invoice .order-items table {
    overflow: auto;
    white-space: nowrap;
    display: block;
}
}

/* My Account Page end */


@media screen and (max-width: 1260px){
	.header--login span {
		display: none;
	}
	.header--login .far {
		display: inline-block;
	}
}


@media screen and (max-width: 1250px){
	.single--product .delivery-container button.add-to-cart {
    position: absolute;
    left: clamp(20px, 3vw, 35px) !important;
    right: clamp(20px, 3vw, 35px) !important;
    bottom: clamp(20px, 3vw, 35px) !important;
    width: auto !important;
}
.single--product .delivery-container {
    padding-bottom: clamp(88px, 10vw, 103px) !important;
}
.single--product .delivery-container .bottom--product {
    gap: 0 !important;
}
	
}
@media screen and (max-width: 1200px) and (min-width: 1148px){
	.single--product .toggle-section {
    gap: 20px !important;
    flex-direction: column;
    width: auto !important;
}
}
@media screen and (max-width: 400px){
		.single--product .toggle-section {
    gap: 20px !important;
    flex-direction: column;
    width: auto !important;
}
}
@media only screen and (max-width: 1250px) and (min-width: 1200px)  {
	.single--product .delivery-container .bottom--product{
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1200px){
	.form-container.checkout .city--state {
    gap: 25px !important; 
}
	.product--cart {
		flex-direction: column;
	}
	.kays-flink-product-layout{
		flex-direction: column;
	}
	.kays-flink-product-list {
    padding-left: 0;
	}
	.kays-flink-sidebar {
    max-width: 100%;
}
	.single--product{
		align-items: unset;
		row-gap: 20px;
	}
	.single--product .delivery-container .bottom--product{
		flex-direction: column;
	}
	.cart-item img {
    	max-width: 100% !important;
}
	.cart-details{
		margin-top: 20px;
		margin-left: 0;
	}
	.cart-item{
		flex-direction: column;
	}
	.cart-details .delivery-option > span{
		min-width: 40px;
    text-align: left;
	}
	.account-sidebar{
		width: 100%;
	}
	.account-content {
		width: 100%;
		padding: 0;
		padding-top: 2rem;
	}
	.account-container{
		flex-direction: column;
	}
	section.order-items{
		overflow: scroll;
	}
	.city--state{
		flex-direction: column;
	}
	.repeat--orders .cart-item {
    align-items: start;
}
	.login--account {
    display: none;
}
	.haeder--menu .menu-link {
    margin-inline-end: 0 !important;
}
	.single--product .image-section img {
    max-width: 100%;
    max-height: 100%;
}
}
@media only screen and (max-width: 1024px) {
	.Register--Now:after{
		border: 0px solid #ddd !important;
	}
	.online--Now {
    height: auto !important;
    border-left: 0px solid #ddd !important;
}
	.online--sec .elementor-icon-box-wrapper {
    align-items: center;
}
	.cereal--sec .elementor-widget-wrap{
	min-width: auto;
	margin-left: 0;
}
	.elementor-testimonial {
    text-align: center;
}
	.elementor-widget-reviews .elementor-testimonial__image{
		margin: 0 auto;
	}
	.elementor-star-rating{
		margin-top: 10px;
	}
	.kays-flink-product-list {
        grid-template-columns: repeat(2, 1fr);
}
	.product-actions a{
		width: 100%;
    display: block;
    text-align: center;
	}
	.product-details{
		text-align: center;
    max-width: 100%;
    width: 100%;
	}
	.shop--grid .product-actions{
		width: 100% !important;
	}
	.shop--grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.search-box button{
		max-width: 200px;
		height: 50px;
	}
	.search-box{
		height: 70px;
	}
}

@media only screen and (max-width: 768px) {
.slide--sec .search-box {
     max-width: 284px;
     height: 38px;
    }
.slide--sec .search-box input{
	background: transparent;
	padding: 0px 5px;
}
	ul#kays-flink-categories {
    display: none;
    overflow: hidden;
	transition: max-height 0.5s ease-out;
}
	.flink-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	.flink-button i.fa {
    display: block;
}
	.haeder--menu {
    order: -1 !important;
    margin-left: 0 !important;
}
	.site--logo{
		margin-left: auto !important;
	}
	.text---center{
		text-align: center;
	}
	.single--product .delivery-option > span {
    margin-left: 0;
}
	.kays-flink-product-list {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.form-container.checkout form {
    gap: 20px !important;
}
	.form-container.checkout .city--state {
    gap: 20px !important;
}
    .search-box button {
        max-width: 110px;
        height: 28px;
    }
	.ragister--form {
    gap: 0;
    flex-wrap: wrap;
}
}

@media only screen and (max-width: 400px) {
	.shop--grid{
		display: flex !important;
		flex-direction: column;
	}
	.product-info{
		flex-wrap: wrap;
		gap: 20px;
	}
	#kays-flink-search-form div#search-box button{
		width: 40px;
    	height: 32px;
	}
	#kays-flink-search-form div#search-box button::before{
		height: 20px;
    	width: 30px;
	}
	#kays-flink-search-form input#search{
		padding: 18px 15px;
	}
	#cart-button .fas {
    font-size: 16px;
}
	
}

/* contact us start */
.online--sec a{
	text-decoration: none !important;
}
/* contact us end */
	
div#gform_confirmation_message_1 {
    color: #fff;
}
button.register-btn {
    margin-top: 15px;
}
@media screen and (max-width: 1240px) and (min-width: 1200px){
	.login--account{
	display: none;
}
}	
	
#repeatorder .reapet--content h2, #onetimeorder .reapet--content h2 {
    font-size: clamp(18px, 2vw, 22px) !important;
    text-align: left;
}
	
h3.month-title {
    font-size: clamp(18px, 2vw, 22px);
}

.calendar-item .date {
    font-size: clamp(18px, 3vw, 22px);
}
	
.calendar-item .day {
    font-size: clamp(15px, 2vw, 18px);
}
	
.calendar-item {
    width: clamp(75px, 6vw, 90px);
    flex-shrink: 0;
}
	
.single--product .delivery-container .bottom--product {
    align-items: baseline;
}
	
.cart-item .delete-btn img {
    min-width: 20px !important;
}
	
.cart-details .delivery-option > span {
    min-width: 85px !important;
    text-align: left;
}
	
#onetimeorder .pause-all-btn{
	display: none !important;
}
	

	
.calendar-slider {
    overflow-x: auto;
}
	
#repeatorder .product--cart{
	gap: 0;
}
	
.invoicedatewrap{
	margin-bottom: 20px;
}
	
.invoicedatewrap label {
    margin-bottom: 5px;
    color: #555;
    font-size: 16px;
}
	
.thankyou {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 10px;
}
	
.thankyou h1{
	    font-size: clamp(32px, 3vw, 51px) !important;
}


@media screen and (max-width: 1450px) and (min-width: 1201px){
	#repeatorder .repeat--orders .order-delivery .cart-item.pause{
		flex-wrap: wrap;
		justify-content: end;
	}
}
	
@media screen and (max-width: 767px){
	.repeat--button {
    flex-wrap: wrap;
}
	 .slide--sec .search-box button {
            height: 28px;
            max-width: 110px;
        }
	.account-container .form-container {
    padding: 0;
}
}	
	
#payment-method-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1 1 100%;
}
	
div#add-payment-method {
    flex: 1 1 100%;
}

#account-addresses-details .form-container input#email {
    background: #ddd;
}

@media screen and (max-width: 1400px) and (min-width: 1201px){
	.card {
        max-width: calc(50% - 20px);
        flex: 1 1 calc(50% - 20px);
}
}
@media screen and (max-width: 1024px){
	.card {
      max-width: calc(50% - 20px);
      flex: 1 1 calc(50% - 20px);
}
	       
}
@media screen and (max-width: 630px){
	.card {
    max-width: 100%;
    flex: 1 1 100%;
}
}	

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
   .footer--contact--info > .elementor-container > .email--footer > .elementor-widget-wrap {
      padding-left: 40px !important;
   }
   .footer--contact--info {
      padding: 50px 40px !important;
   }
	.column--spacing .elementor-widget-wrap {
		padding: 40px 150px !important;
		padding-right: 80px !important;
	}
}

@media(max-width: 1024px){
	.footer--contact--info {
		padding: 50px 10px !important;
	}
	.footer--contact--info > .elementor-container > .email--footer > .elementor-widget-wrap{
		padding-left: 0 !important;
	}
}

@media(max-width: 767px){
	.footer--sec .elementor-container{
		grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
	}
	.footer--newsletter input#gform_submit_button_1 {
		min-height: 45px;
		padding: 10px 20px;
	}
	.footer--newsletter form#gform_1 {
		padding: 13px !important;
	}
}
	
