:root {
  --main-bg: linear-gradient(to right, #bde7f3, #f3d2e7);
  --nav-color: #f8f8f8;
  --text-color: rgb(33, 33, 33);
  --primary-btn: #EF3D36;
  --primary-btn-border: #EF3D36 1px solid;
  --primar-btn-color: #fff;
  --secondary-btn: #ffffff;
  --secondary-btn-color: #000000;
  --secondary-btn-border: #000000 1px solid;
  --primary-color: #EF3D36;
  
}

body {
  margin: 0;
  font-family: sans-serif;
}

.container-fluid {
  padding: 0 18px !important;
}
.star-color{
  color:#E9BA23;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 60px !important;
  }
}
.container-fluid .e-con-inner {
    align-items: center !important;
}
@media (min-width: 1600px) {
  .container-fluid {
    width: 1400px;
    padding: 0px !important;
  }
  .inner-wrapper{
    max-width: 1400px !important;
    width: 100%;
    margin: auto !important;
  }
	.home-banner-v2{
      min-height:100vh;
  }
  .custom-header.navbar-expand-lg .navbar-nav {
    padding: 2rem 0;
  }
  .feel-slider {
    max-width: 1400px !important;
    margin: auto !important;
    width: 100% !important;
}
  .category-ingredients.swiper-slide-active {
    margin: 0 0 0 0px !important;
}
}
/*=====Flash Sale=====*/
.marquee-wrapper {
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  will-change: transform;
  animation: marqueeScroll 20s linear infinite;
}

.marquee-content span {
  font-size: 16px;
 font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  color: #111;
}
.marquee-content img{
  width:20px;
  height:20px;
  object-fit:contain;
}
/* Animation keyframes */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*=====Flash Sale=====*/
.custom-header a.elementor-item {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px;
  color: #222222 !important;
  padding: 20px 30px !important;
}

.custom-header a.elementor-item:hover {
  color: var(--primary-color) !important;
}

.custom-header a.elementor-item:hover::after {
  display: none;
}
.hd-span span{
  color:var(--primary-color) ;
}

header.site-header {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: unset !important;
  z-index:9999999 !important ;
  top: 0;
  background: rgba(255, 255, 255, 0.88);
  /*backdrop-filter: blur(40.599998474121094px);*/
  position:fixed;
  left:0;
}

.cart-badge {
  position: absolute;
  top: -10px;
  right: -19px;
  background: var(--primary-color);
  color: white;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  width: 27px;
  height: 27px;
}

.header-logo {
  height: 70px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-icons {
  position: relative;
  margin-left: 15px;
}

img.nav-icons {
  height: 26px !important;
  object-fit: contain;
}
button.navbar-toggler {
    padding: 0;
    border: none;
    width: 29px;
    height: 22px;
  	margin-left: 30px;
}
button.navbar-toggler:focus{
  color:none !important;
  background:transparent !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
   color:none !important;
  background:transparent !important;
}
button.navbar-toggler  img{
  width:26px;
}
nav.navbar.navbar-expand-lg.custom-header {
    padding: 13px 0;
  	box-shadow: 3px 5px 12.6px 0px rgba(0, 0, 0, 0.07);
 	
}
.site-header.fixed-top{
  	position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
  	background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(40.599998474121094px);
}

.offcanvas-body .form-control {
  border-radius: 50px 0 0 50px;
}

.subscribe-btn {
  border-radius: 0 50px 50px 0;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  nav.navbar.navbar-expand-lg.custom-header{
    height:106px;
  }
  main {
    margin-top: 144px;
}
}
.mobile-menu-form .input-group > div {
    width: 100%;
    border: none !important;
}
 .mobile-menu-form .input-group form{
   border:none !important;
  }
.mobile-menu-form .email-button {
    border-radius: 50px !important;
}
.subscription_form_ui .elementor-col-50 {
  width: 100% !important;
}

.subscription_form_ui input[type="email"] {
  height: 53px !important;
  font-family: "Lato", sans-serif !important;
  font-size: 13px;
}

.subscription_form_ui .elementor-field-type-submit {
  position: absolute;
  right: 0;
  padding:6px !important;
  width:fit-content !important;
}

.subscription_form_ui button {
  padding: 0;
  height: 42px !important;
  width: 42px;
}
.subscription_form_ui button:hover svg{
  filter: invert(1);
}
@media (max-width: 992px) {
nav.navbar.navbar-expand-lg.custom-header {
    padding: 7px 0;
}
  main {
    margin-top: 126px;
}
}
/*=======mobile menu==========*/
div#mobileMenu {
    width: 94%;
    border-radius: 64px 0 0 0px;
    padding: 26px 0 0 17px;
}
.offcanvas-header .btn-close{
  margin-right: 0;
    color: #000 !important;
    opacity: 1;
    font-size: 23px;
    border: none;
    font-family: 'Lato';
    width: 23px;
}
div#mobileMenu a.elementor-item:hover, div#mobileMenu .elementor-item::after{
  	background-color:transparent !important;
    color:#000 !important;
}

div#mobileMenu a.elementor-item {
    padding: 28px 0px !important;
 	font-size: 22px;
    font-family: "Lato", sans-serif !important ;
  	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
div#mobileMenu .list-unstyled{
      margin-left: -16px;
}
div#mobileMenu a.elementor-item:before {
    content: "";
    right: 0;
    filter: invert(0.1);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 30px;
    height: 19px;
    position: relative;
    background-size: 26px;
    background-image: url(https://notimedetox.com/wp-content/uploads/2025/07/Arrow-2.svg);
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 1 !important;
}
.mobile-menu-form {
    margin: -10px 0 30px -8px;
}
.mobile-menu-form hr {
    margin-bottom: 33px;
}
div#mobileMenu div#clean-living-form-wrapper {
    width: 100%;
}
div#mobileMenu form#clean-living-form {
    border: none !important;
}
div#mobileMenu  .input-group input.footer-email {
     width: 100%;
    height: 53px !important;
    border-radius: 40px !important;
    border: #B3B3B3 1px solid !important;
    font-size: 13px !important;
}
div#mobileMenu  form#clean-living-form .email-button{
  border-radius: 50px !important;
    width: 45px !important;
    height: 45px !important;
    padding: 0;
    color: #fff;
    border: var(--primary-color) 1px solid !important;
    background: var(--primary-color) !important;
  	right: 6px !important;
    top: 4px !important;
    position: absolute !important;
}
.offcanvas-backdrop {
    background-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px)  !important;
    -webkit-backdrop-filter: blur(10px)  !important;
}
.offcanvas-backdrop.show {
  opacity: 1 !important;
}


@media (max-width:400px) {
  div#mobileMenu a.elementor-item{
        font-size: 19px;
  }
}
  
/*=======mobile menu==========*/
/*=======Home Banner==========*/

.banner-text h2 span {
    color: var(--primary-color);
}
.banner-img:after {
    content: '';
    position: absolute;
    top: 38%;
    right: -41px;
    width: 104px;
    height: 102px;
    z-index: -1;
    background: url(https://notimedetox.com/wp-content/uploads/2025/07/home-banner-float-leaf-blur.webp);
}
.banner-wrapper:after {
    content: '';
    position: absolute;
    top: 10%;
    right: -60px;
    width: 69px;
    height: 102px;
    background: url(https://notimedetox.com/wp-content/uploads/2025/07/homer-banner-float-fruit-right.webp);
}
a#secondary-btn svg, a#primary-btn svg{
  width:24px !important;
}
a#primary-btn:hover svg {
    filter: invert(1);
}
@media (max-width: 1200px) and (min-width: 1040px) {
  .custom-header a.elementor-item{
    padding: 20px 13px !important;
  }
}
/*=======Home Banner==========*/
/*=======Feel the differnace ==========*/
.blog-item {
    padding: 15px;
    background: #fff;
    border-radius: 29px;
    box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.1);
}
.blog-item img {
    border-radius: 19px !important;
  	width: 100%;
}
.blog-item h3{
    font-size: 20px;
    font-family: "Lato", sans-serif;;
    font-weight: 600;
    color: #000;
    margin-top: 24px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
.blog-item {
    min-height: 507px;
}
}
/* Hide default Swiper nav inside the slide row */
.feel-slider .elementor-swiper-button {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 53px;
  height: 53px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: unset !important;
}

.feel-slider .elementor-swiper-button svg {
    width: 18px !important;
    height: 18px !important;
}

/* Position next and previous buttons */
.feel-slider .elementor-swiper-button-next {
  right: -20px; /* Adjust depending on spacing */
}
.feel-slider .elementor-swiper-button-prev {
  right: 30px; /* Shifted to left of next */
}
@media (max-width: 1280px) and (min-width: 1040px){
  .why-leaf {
    right: -35px !important;
}
}
/* Disabled button state */
.feel-slider .elementor-swiper-button.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: none ;
  background:#ECDDB9 !important; 
}
.feel-slider  .elementor-swiper-button-next{
    top: -110px !important;
    margin-right: 60px !important;
}
.feel-slider  .elementor-swiper-button-prev{
 top: -110px !important;
 margin-left: -70px !important;
}
.category-ingredients.swiper-slide-active {
    margin: 0 0 0 48px;
}
/*=======Feel the differnace ==========*/
            .review-slider .swiper-nav {
                display: flex;
                justify-content: center;
                margin-top: 30px;
                gap: 35px;
            }
             .custom-prev:after, .custom-next:after {
              display:none !important;
            }
              .custom-prev, .custom-next {
               width: 53px !important;
              height: 53px !important;
              border-radius: 50%;
              background-color: #fff;
              display: flex ;
              justify-content: center;
              border:#D9D9D9 1px solid;
              cursor: pointer;
              position: relative;
              padding: 0px !important;
            }
            .custom-next:before {
               background: url("https://notimedetox.com/wp-content/uploads/2025/07/red-arrow-next.svg");
              background-repeat: no-repeat;
              content: '';
              width: 20px;
              height: 12px;
              padding: 0px !important;
            }
  			.custom-prev:before {
              background: url("https://notimedetox.com/wp-content/uploads/2025/07/red-arrow-prev.svg");
              background-repeat: no-repeat;
              content: '';
              width: 20px;
              height: 12px;
              padding: 0px !important;
            }
			.swiper-button-prev.custom-prev, .swiper-button-next.custom-next {
                position: relative;
                margin-top: 20px;
            }

            .review-box {
                background: #fff;
                padding: 20px 35px;
                border-radius: 20px;
                box-shadow: 0px 4px 12px rgba(0,0,0,0.06);
                margin: auto;    border: #E5E5E5 1px solid;
            }
            .review-header {
                display: flex;
                align-items: center;
                gap: 15px;
                margin-bottom: 10px;
            }
            .review-avatar {
                width: 50px;
                height: 50px !important;
   			    border-radius: 50% !important;
                object-fit: cover;
            }

          .review-header h3 {
              font-family: "outfit", sans-serif;;
              color: #000;
              font-weight: 500;
              font-size: 16px;
              margin: 0;
          }
         .review-role {
            font-size: 16px;
            color: #646161;
            margin: 0;
            font-family: lato;
        }
            .review-rating {
                color: #FFD700;
                font-size: 18px;
                margin: 10px 0;
            }
            .review-rating .inactive {
                color: #ccc;
            }
            .review-comment {
                font-size: 16px;
                color: #010101;
                margin: 0 0 5px 0;
                 font-family: "Lato", sans-serif;;
            }
 .review-slider  .swiper-button-next.swiper-button-disabled,  .review-slider  .swiper-button-prev.swiper-button-disabled{
  	opacity: 1;
    background: #f2e9cd;
    border: #E9E9E9 1px solid;
}
p.review-comment {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
    height: 83px;
    position: relative;
    line-height: 1.6em;
    overflow-y: auto;
    padding-right: 5px;
}
 
/* Optional: Show scrollbar only when needed */
p.review-comment::-webkit-scrollbar {
  width: 6px;
}
 
p.review-comment::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
@media (max-width:575px) {
  .banner-button {
    flex-direction: column !important;
    display: flex !important;
    gap: 20px;
}
  .banner-button .elementor-button {
    width: 100%;
}
.banner-wrapper:after{
    right: -20px;
    width: 49px;
    height: 72px;
	background-size: contain;
    background-repeat: no-repeat;
  }
  .category-ingredients.swiper-slide-active {
    margin: 0 0 0px 10px;
}
 /* .category-ingredients {
    width: 340px !important;
}*/
.feel-slider .elementor-swiper-button-prev {
    top: unset !important;
    margin-left: 79px !important;
    position: relative !important;
    transform: unset !important;
    margin-top: 20px !important;
}
  .feel-slider .elementor-swiper-button-next {
    left: 82px !important;
    top: unset !important;
    margin-right: 0px !important;
    transform: unset !important;
    margin-top: 20px !important;
}
  .review-slider .swiper-nav {
    justify-content: flex-start;
    margin-top: 6px;
    margin-left: -8px !important;
}
  .full-w #primary-btn{
    width:100%;
  }
}
/*==============Product details===========*/
.pro-price  p.price{
  display:flex;
  gap: 10px;
  align-items: center;
}
.pro-price  p.price del {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 20px;
    color: rgba(101, 101, 101, 1);
}
.pro-short-des ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pro-short-des ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  position: relative;
}

.pro-short-des ul li::before {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9BA23; /* Yellow circle */
  color: #000; /* Checkmark color */
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  margin-top: 2px;
  background-image:url('https://notimedetox.com/wp-content/uploads/2025/07/tick-icon.png');
  background-repeat:no-repeat;
  background-size: inherit;
  background-position: 48% 47%;
}
.cart-sec button.single_add_to_cart_button.button.alt {
    background: #EF3D36 !important;
    width: 46%;
    font-size: 15px !important;
  	line-height: 20px;
    text-transform: uppercase;
}
.cart-sec button.single_add_to_cart_button.button.alt:hover {
    box-shadow: -1px 2px 15px -3px rgba(0, 0, 0, 0.5);
    color: #000;
    background: #F1C65C !important;
}
.cart-sec button.single_add_to_cart_button.button.alt:hover span{
  filter: invert(1);
}
.cart-sec .quantity {
    width: 169px;
    margin-right: 17px !important;
} 
.cart-sec .qty {
    width: 100% !important;
    border: 1px solid #DEDEDE;
}
/*============Product gallery image====================*/
.custom-photo-gallery .woocommerce-product-gallery {
  width: 89% !important;
  position: sticky !important;
  float: none !important;
  top: 156px;
}
.fancybox-container{
  z-index: 999999999 !important;
}
img.zoomImg {
    opacity: 0 !important;
}
.custom-photo-gallery .wpgs-for.slick-initialized.slick-slider .custom-photo-gallery .woocommerce-product-gallery__image:after {
  content: '';
  top: 14px;
  right: 20px;
  position: absolute;
  background: url(../images/search.png) no-repeat;
}

.custom-product-content {
  width: 48%;
  margin-top: -10px;
}

.custom-product-content .summary.entry-summary {
  width: 100% !important;
  float: none !important;
}

.custom-product-content .woocommerce-product-gallery img {
  height: 100%;
  /* Make images fill the container height */
  object-fit: contain;
  /* Adjust how images fit within the space */
}

.flaticon-right-arrow,.flaticon-back {
  width: 53px !important;
    height: 53px !important;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border: #D9D9D9 1px solid;
    cursor: pointer;
    position: relative;
    padding: 0px !important;
}
.flaticon-right-arrow:before{
background: url(https://notimedetox.com/wp-content/uploads/2025/07/red-arrow-next.svg);
    background-repeat: no-repeat;
    content: '' !important;
    width: 20px;
    height: 12px;
   position: absolute;
    top: 40%;
}
.flaticon-back:before {
 background: url(https://notimedetox.com/wp-content/uploads/2025/07/red-arrow-prev.svg);
    background-repeat: no-repeat;
    content: '' !important;
    width: 20px;
    height: 12px;
   position: absolute;
    top: 40%;
}

.woocommerce-product-gallery img {
 height: 450px !important;
  object-fit:contain !important;
}

.slick-list {
  height: 500px !important;
  background: trasparent;
  max-height: 500px !important;
}

.custom-photo-gallery .wpgs-for.slick-initialized.slick-slider img {
  object-fit: contain !important;
}

.wpgs-nav .slick-slide {
 width: 103px !important;
    height: 100px !important;
    padding: 4px;
    background: #fff;
    border-radius: 20px;
}
.wpgs-nav .slick-current{
  border-color:var(--primary-color) !important;
}
.slick-list.draggable {
  height: auto !important;
  padding-bottom: 15px;
}
img.woocommerce-product-gallery__image.gallery_thumbnail_first, img.attachment-woocommerce_gallery_thumbnail {
    height: 90px !important;
  	border-radius:17px !important;
}
.custom-photo-gallery  .slick-track{
  margin-left:inherit ;
}

/*============Product gallery image====================*/
.faq-accordian-text {
    border-top: none;
    border-bottom-right-radius: 9px !important;
    border-bottom-left-radius: 9px !important;
  	padding: 0 20px !important;
	border-color:var(--primary-color) !important;
}
.custom-faq-accordian .e-n-accordion-item-title{
  justify-content: space-between !important;
}
.custom-faq-accordian .e-n-accordion-item-title-icon>span.e-opened svg {
    margin-top: 1px;
}
.custom-faq-accordian .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-bottom: unset !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  border-color:var(--primary-color) !important;
}
@media (min-width: 1200px) {
  .why-text{
    width:1020px !important;
  }
.why-grid {
    width:1020px !important;
}
   .how-to-use {
    width: 1020px !important;
    max-width: 95%;
}
}
.pro-review-shortcode .elementor-shortcode > div
 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 60px !important;
    border: none !important;
      font-family: 'Lato' !important;
    font-size: 14px;
}
.pro-review-shortcode .elementor-shortcode > div h2 {
    color: #222222 !important;
    font-family: 'Outfit';
    font-size: 40px !important;
    font-weight: 700;
  margin-bottom:25px !important;
}

/*==============Product details===========*/
.add-to-cart  {
    padding: 10px 80px;
    font-weight: 600 !important;
    font-family: 'outfit' !important;
  
}
button.add-to-cart {
    background-color: var(--primary-color);
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 96px 15px 96px;
    color: #fff !important;
}
button.add-to-cart:hover, button.add-to-cart:focus{
  background-color: #f1c65c !important;
  border:#f1c65c  1px solid;
    color: #000000 !important;
    box-shadow: -1px 2px 15px -3px rgba(0, 0, 0, 0.5) ;
}
@media (max-width:768px) {
.cart-sec .quantity {
  width: 143px;
}
}
@media (max-width:575px) {
  button.add-to-cart {
        width:100%;
    }
  .slick-list{
    height: 380px !important;
    max-height: 380px !important;
  }
  .woocommerce-product-gallery img{
    height: 350px !important;
    width: 100% !important;
    margin: auto;
}
  .wpgs-nav .slick-slide{
    width: 70px !important;
    height: 70px !important;
    border-radius: 10px;
  }
  img.woocommerce-product-gallery__image.gallery_thumbnail_first, img.attachment-woocommerce_gallery_thumbnail{
      height: 100% !important;
    border-radius: 10px !important;
  }
  .wpgs-nav .slick-track {
    width: 100% !important;
}
  .custom-faq-accordian .e-n-accordion-item-title{
    align-items: start !important;
  }
  .custom-faq-accordian span.e-closed {
    margin-top: 5px;
}
  .cart-sec{
    width: 109% !important;
    max-width: 109% !important;
  }
  .cart-sec button.single_add_to_cart_button.button.alt{
    width: 50%;
  }
  .pro-short-des ul li{
        display: inline-block;
    padding: 5px 0 0px 38px !important;
  }
  .pro-short-des ul li::before{
    position:absolute;
    left: 0;
  }
  .custom-qty-cart-wrap .quantity{
    height: 61px;
  }
  .custom-qty-cart-wrap .qty{
     width: 60px !important;
  }
  .cart-sec .quantity{
        width: 130px;
  }
  .cart-sec .quantity{
    margin-right: 10px !important;
  }
}
/*==============cart details===========*/
.collateralsRight section#shipping-calculator-form {
     display: flex !important;
    flex-wrap: wrap;
   justify-content: space-between;
}

/*==============cart details===========*/
.footer-email{
    background-color: #ffffff;
    border-color: #B3B3B3 !important;
    border-radius: 6px 6px 6px 6px !important;
  	height: 53px !important;
    font-family: "Lato", sans-serif !important;
    font-size: 13px;
	box-shadow: none !important;
    outline: 0 !important;
    border-width: 1px !important;
}

.email-button{
  	position: absolute;
    right: 6px;
    padding: 6px !important;
    width: 42px !important;
    height: 42px !important;
    background: var(--primary-color) !important;
}
.email-button:hover{
  background:rgba(241, 198, 92, 1) !important;
  border: rgba(241, 198, 92, 1) !important;
}
.email-button:focus{
   background: var(--primary-color) !important;
}
.email-button:hover img {
    filter: invert(1);
}
/*==============How it works===========*/
.how-text {
    height: 110px;
}
.circle-box{
    height: 107px;
    width: 107px;
}
/*==============How it works===========*/
@media (min-width:768px) {
.col-md-half {
    width: 50% !important;
}
}
.contact-form .form-control {
    border: #D6D6D6 1px solid;
    height: 53px;
    font-size: 13px;
    font-family: 'Lato';
    color: #9A9A9A;
    border-radius: 100px;
    margin-bottom: 28px !important;
}
.contact-form textarea.form-control {
    height: 89px;
    max-height: 89px;
    min-height: 89px;
    border-radius: 17px;
}
.contact-form .contact-form-btn {
    font-size: 13px;
    border-radius: 100px !important;
    height: 53px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 800 !important;
    width: 100% !important;
    color: #fff !important;
    background: var(--primary-color) !important;
}
.contact-form .contact-form-btn:hover {
    background: #F1C65C !important;
    color: #000 !important;
    border: #F1C65C 1px solid;
    box-shadow: -1px 2px 8px -3px rgba(0, 0, 0, 0.5);
}
.contact-form .contact-form-btn:after{
  content:'';
  width:18px;
  height:12px;
  position:relative;
   background-image: url('https://notimedetox.com/wp-content/uploads/2025/07/white-arrow-2.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px; /* adjust based on icon */
}
.contact-ul{
  margin:0 0 0 0;
  padding:0 0 0 0;
}

.contact-ul li {
    margin-left: 6px;
    position: relative;
    list-style: none;
}
.contact-ul li:before{
  content:'';
  width:8px;
  height:8px;
  background:#ECB837;
  border-radius:50%;
  position:absolute;
  left: -18px;
   top: 5px;
}
  
.contact-form  .wpcf7-spinner{
    display: block !important;
    margin: -38px 24px 0 24px !important;
    position: relative !important;
    right: 0 !important;
}
.contact-form .wpcf7-not-valid-tip{
  position: absolute !important;
    bottom: -21px ;
    font-family: 'Lato' !important;
    right: 0 !important;
  font-size:13px !important;
}

@media (max-width:768px) {
  .how-text{
    height:auto;
  }
  
}
/*=============cart============*/
.custom-cart .shop_table th {
    font-size: 17px;
    padding: 20px !important;
    font-family: outfit;
    font-weight: 500 !important;
  border-bottom: rgba(226, 226, 226, 1) 1px solid !important;
}
.custom-cart .shop_table tbody, .custom-cart .shop_table td, .custom-cart .shop_table tfoot, th, thead, tr {
    border: 0px !important;
}
.custom-cart .shop_table {
    border: rgba(216, 216, 216, 1) 1px solid !important;
    border-radius: 11px !important;
}
.custom-cart .shop_table tbody td {
    background-color: transparent !important;
        padding: 30px 20px !important;
    font-family: 'Outfit';
}
.custom-cart .shop_table tbody td.product-thumbnail {
   display: flex;
  align-items: center;
  gap: 12px;
}
.custom-cart .shop_table tbody td .productThumb {
    width: 134px;
    height: 134px;
    border: rgba(229, 229, 229, 1) 1px solid;
    border-radius: 11px;
    display: flex;
    align-items: center;
}
.custom-cart .shop_table tbody td.product-thumbnail img {
    width: 85%;
    height: auto;
    margin: auto;
    display: block;
}
.custom-cart .shop_table tbody td.product-thumbnail p {
    color: rgba(34, 34, 34, 1) !important;
    font-size: 16px;
    margin-bottom: 0px;
}
.custom-cart .shop_table tbody td.product-price {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato' !important;
}
.custom-checkout tr.cart-discount td {
    border: none !important;
    text-align: right;
}
.custom-checkout a.woocommerce-remove-coupon {
    font-size: 11px; 
}
.quantity.buttons-added {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 999px;
  overflow: hidden;
  height: 40px;
}

.quantity .minus, .quantity .plus {
    background: none !important;
    border: none !important;
    width: 31px;
    height: 40px;
    font-size: 24px;
  	font-weight:400 !important;
    line-height: 1;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
}

.quantity .qty {
  width: 40px !important;
  height: 40px;
  text-align: center;
  padding:0px !important;
  border: none;
  font-size: 16px;
  pointer-events: none;
  -moz-appearance: textfield;
}

/* Remove input number arrows */
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-cart .shop_table tbody td.product-subtotal {
    font-family: 'Lato' !important;
    font-weight: 900;
    font-size: 20px;
    color: rgba(239, 61, 54, 1);
}
.custom-cart .shop_table th.product-subtotal {
    white-space: nowrap;
}
.custom-cart .shop_table td.product-remove a {
    width: 22px !important;
    height: 25px !important;
      background: transparent !important;
}
.custom-cart .shop_table tbody td.product-remove a img {
    width: 22px !important;
    object-fit: contain;
    height: 22px !important;
}
.custom-cart .cart_totals {
    width: 100% !important;
}
.cart-order-summery {
    border: rgba(216, 216, 216, 1) 1px solid;
    border-radius: 11px;
    padding: 0;
}
.cart-order-summery .card-title {
    padding: 12px 20px 20px 20px;
    font-size: 22px;
    font-family: outfit;
    color: rgba(34, 34, 34, 1);
}

@media (min-width: 992px) {
    .custom-cart-bottom .col-lg-6 {
        flex: 0 0 auto;
        width: 49.4%;
    }
}
h4.couponTitle, .cart_totals h2 {
    font-family: 'Outfit';
    font-size: 22px;
    font-weight: 700;
}
.custom--shipping-cal .card {
    padding: 20px;
    font-family: 'Outfit';
    border: rgba(216, 216, 216, 1) 1px solid !important;
    border-radius: 11px;
}
.custom--shipping-cal a.shipping-calculator-button {
    display: none;
}
.custom--shipping-cal .shipping-calculator-form label {
    display: none !important;
}
.custom-cart-total .shop_table {
    border: rgba(216, 216, 216, 1) 1px solid !important;
    border-radius: 11px !important;
}
.custom-cart-total .cart_totals table th {
    width: auto !important;
    background: transparent !important;
    border-bottom: none !important;
    padding: 20px 0 0 20px !important;
}
.custom-cart-total .cart_totals table td {
    padding: 20px 20px 10px 9px !important;;
}
.custom-cart-total .woocommerce-shipping-calculator {
    display: none;
}
.custom-cart-total .cart_totals table tr.order-total td {
  padding-bottom: 20px !important;
    font-size: 15px !important;
    color: var(--primary-color);
}
.custom--shipping-cal .shipping-calculator-form .form-row-wide {
    width: 49%;
    padding: 0px !important;
    margin: 0 0 15px 0px !important;
    clear: unset !important;
}
.custom--shipping-cal .shipping-calculator-form .input-text {
    height: 54px !important;
    border: rgba(209, 209, 209, 1) 1px solid !important;
    color: rgba(154, 154, 154, 1) !important;
    font-size: 14px !important;
    font-family: 'Lato' !important;
    outline: 0 !important;
    border-radius: 6px !important;
  padding: 0 15px !important;
}

.custom--shipping-cal span.select2-selection.select2-selection--single {
    height: 54px !important;
    border: rgba(209, 209, 209, 1) 1px solid !important;
    color: rgba(154, 154, 154, 1) !important;
    font-size: 14px !important;
    font-family: 'Lato' !important;
    outline: 0 !important;
  	    margin: 0 0 0 0  !important;
    border-radius: 6px !important;
}
.custom--shipping-cal .select2-selection__rendered {
    line-height: 37px !important;
    font-size: 14px !important;
    font-family: 'Lato';
    color: rgba(154, 154, 154, 1) !important; padding: 8px 15px !important;
}
.custom--shipping-cal .select2-container .select2-selection--single .select2-selection__arrow b {
    background-size: 20px;
    width: 20px;
    height: 15px;
    filter: opacity(0.3);
}
.custom--shipping-cal .select2-container .select2-selection--single .select2-selection__arrow{
    top: -2px;
    right: 15px;
}
.custom--shipping-cal button.button {
    width: 100% !important;
    height: 58px !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 800;
    letter-spacing: 1px !important;
    border-radius: 50px  !important;
}
.checkout-button {
    width: 100% !important;
    height: 58px !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    line-height: 28px !important;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 800;
    border-radius: 50px !important;
}
.checkout-button svg {
    margin-left: 10px;
    margin-top: -5px !important; 
}
.custom--shipping-cal button.button svg {
    margin-left: 4px;
    margin-top: -5px !important;
}
.cart-order-inner {
    padding: 0 20px 0 20px;
}
.cart-order-inner ul li {
    padding: 0 0 30px 0 !important;
    font-family: outfit;
    font-size: 16px;
}
.coupon-section {
    border-radius: 11px !important;
    border: rgba(216, 216, 216, 1) 1px solid !important;
    margin-top: -30px;
}
.coupon-section p {
    font-size: 14px;
    font-family: 'Outfit';
    color: #000;
}
.coupon-section .input-text {
    height: 56px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
      font-size: 13px;
    border-color: rgba(179, 179, 179, 1);
}
.coupon-section .input-text:focus {
    box-shadow: unset !important;
}
.coupon-section .button {
    background: rgba(34, 34, 34, 1) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
/* Overall spacing between shipping options */
.woocommerce-shipping-methods ul li{
     display: flex;
    flex-direction: column;
    margin: -10px 0 0 0;
}
.woocommerce-shipping-methods li {
    list-style: none !important;
    margin-bottom: 10px !important;
}

/* Hide default radio buttons */
.woocommerce-shipping-methods .shipping_method {
    display: none;
}

/* Style each shipping label like a card */
.woocommerce-shipping-methods label {
     display: block !important;
    position: relative;
  text-align:left;
    padding: 8px 20px 8px 38px;
    border: 1px solid rgba(206, 206, 206, 1);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000;
    line-height: 1.4;
}

/* Custom radio circle */
.woocommerce-shipping-methods label::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 11px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

/* Fill radio when selected */
.woocommerce-shipping-methods .shipping_method:checked + label::before {
    border-color: rgba(173, 173, 173, 1);
    background: radial-gradient(#f44336 0%, rgba(239, 61, 54, 1) 40%, transparent 41%)
}

/* Highlight card when selected */
.woocommerce-shipping-methods .shipping_method:checked + label {
    border-color: #f44336;
    background-color: rgba(254, 245, 222, 1);
}

/* Price styling */
.woocommerce-shipping-methods label .woocommerce-Price-amount {
    font-weight: 700;
}

/* Estimated delivery (small text) */
.woocommerce-shipping-methods label small {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: rgba(125, 125, 125, 1);
    margin-top: 4px;
}
.woocommerce-message {
  display: flex !important;
   align-items: center  !important;
    position: relative !important;
    border: 1px solid rgb(143 174 27) !important;
    border-radius: 10px  !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    color: #000 !important;
    line-height: 1.4 !important;
}
.woocommerce-info{
  border: 1px solid rgb(30 133 190) !important;
}
 .woocommerce-message .wc-forward{
    margin-left: auto  !important;
    background: var(--primary-color)  !important;
    color: #fff  !important;
    padding: 16px 20px  !important;
    border-radius: 22px  !important;
    font-size: 14px  !important;
    font-family: 'lato'  !important;
    text-transform: uppercase  !important;
}
.cart-empty {
    position: relative  !important;
    padding: 15px 20px 15px 43px  !important;
    border-radius: 10px  !important;
    background: rgba(254, 245, 222, 1);
    cursor: pointer  !important;
    font-size: 14px  !important;
    font-weight: 600  !important;
    transition: all 0.3s ease  !important;
    color: #000  !important;
    line-height: 1.4  !important;
}
.woocommerce-message::before {
   top: 0px !important;
    position: relative !important;
    left: -10px !important;
}
.return-to-shop a.button.wc-backward {
    background: var(--primary-color);
    border-radius: 50px;
    padding: 20px 60px;
    font-size: 16px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 700;
    display: block;
    width: fit-content; 
    margin: auto;
}
.return-to-shop a.button.wc-backward:hover{
     background-color: #f1c65c;
    color: #000000;
  box-shadow:-1px 2px 15px -3px rgba(0, 0, 0, 0.5);
}
@media (max-width:1201px)  {
  .custom-cart .shop_table tbody td .productThumb{
    width: 100px;
    height: 100px;
  }
}
@media (max-width:992px)  {
.custom-cart .shop_table tbody td .productThumb{
    width: 70px;
    height: 70px;
  }
  .custom-cart .shop_table tbody td.product-thumbnail p{
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (min-width: 1040px) {
 .custom-cart form.cart-main-form {
    overflow: auto;
}
 .custom-cart .shop_table{
        width: 818px !important;
  }
  .custom--shipping-cal .shipping-calculator-form .form-row-wide{
        width: 100%;
  }
  .custom-cart-total .shop_table {
        width: 100% !important;
}
}
@media (max-width:768px) {
 .cart-order-summery{
       width: 97%;  
  }
}
@media (max-width:768px) {
  .custom-cart .shop_table tbody td{
    padding: 5px 15px !important;
  }
  .custom-cart .shop_table{
    padding: 13px 0px;
    position:relative;
  }
   .custom-cart .shop_table tbody td.product-thumbnail {
    display: flex !important;
    gap: 12px;
}
  .custom-cart .shop_table tbody td.product-thumbnail p{
    text-align: left;
    font-family: 'Outfit';
  }
  .custom-cart .shop_table tbody td .productThumb{
    width: 90px;
    height: 90px;
  }
  
  .custom--shipping-cal .shipping-calculator-form .form-row-wide{
   width: 100%;
  }
  .coupon-section .input-text{
    height: 42px;
  }
  .custom-cart-total {
    margin-top: 15px;
}
  .cart_totals table.shop_table .woocommerce-shipping-totals {
    display: flex !important;
}
  .cart_totals table.shop_table .woocommerce-shipping-totals th {
    display:inline !important;
     font-size: 16px;
     font-family: 'Outfit';
    font-weight: 400 !important;
    color:#000;
}
  .custom-cart-total .cart_totals table th{
    padding: 20px 0 0 15px !important;
  }
  .woocommerce-shipping-methods label{
    display: inline-block !important;
    width:100%; 
  }
  .woocommerce table.shop_table_responsive tr td::before {
    content: attr(data-title) " " !important;
    font-family: 'Outfit';
    font-weight: 400 !important;
    color:#000;
}
   .cart_totals table.shop_table_responsive tr td::before{
      font-size: 16px;
  }
  table.cart.woocommerce-cart-form__contents tr td::before {
    font-size: 17px;
}
  tr.woocommerce-shipping-totals td::before {
    display: none !important;
}
  .custom--shipping-cal .card{
    padding: 15px;
  }
  .custom-cart .shop_table tbody td.product-price, .custom-cart .shop_table tbody td.product-subtotal {
    font-size: 15px;
}
 table.cart.woocommerce-cart-form__contents tr td.product-quantity::before {
    margin-top: 7px;
}
  table.cart.woocommerce-cart-form__contents tr td.product-remove{
    position: absolute;
    top: 16px;
    right: 0;
  }
  .cart-order-summery .card-title{
    padding: 12px 15px 20px 15px;
  }
 .cart-order-summery{
       width: 95%;
    margin: 20px auto 0 auto;
  }
  .cart-order-inner {
    padding: 0 15px 0 15px;
}
  p.woocommerce-shipping-destination {
    text-align: left;
}
  .cart-order-inner ul li{
    padding: 0 0 0px 0 !important;
    margin: 0px 0 8px 0 !important;
  }
  .coupon-section{
    margin-top: -10px;
  }
  .custom-cart .shop_table tbody td.product-thumbnail p.proName {
    padding-right: 22px;
}
}
@media (max-width:575px) {
 .cart-order-summery{
     width: 95%;
    margin: 20px auto 0 auto;
  }
}
/*=============cart============*/
/*=============checkout============*/
.custom-checkout .woocommerce-form-coupon-toggle {
    display: none;

}
.custom-checkout h3 {
    font-family: 'Outfit';
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.custom-checkout .col-1 {
    width: 60% !important;
  	border: rgba(216, 216, 216, 1) 1px solid;
   border-radius: 11px;
  	padding: 20px 15px;
}

.custom-checkout .col-2 {
    width: 39% !important;
    border: rgba(216, 216, 216, 1) 1px solid;
    border-radius: 11px;
}
.custom-checkout .shop_table {
    border: none !important;
}
.custom-checkout .shop_table  tr.cart_item td {
    border: none !important;
    background: transparent !important;
    padding: 20px 15px;
}
.custom-checkout .shop_table tr.cart_item td.product-total {
    text-align: right;
}
.custom-checkout .shop_table tr.cart_item td.product-total .qty {
    padding: 0px !important;
    width: 40px;
    text-align: right;
}
.custom-checkout .shop_table .product-total a.remove {
    position: absolute;
    right: 15px;
    top: 20px;
}
.custom-checkout .shop_table tr.cart_item td.product-total {
    text-align: right;
    position: relative;
}

.custom-checkout .shop_table tr.cart_item td .checkout-thumb {
    width: 107px;
    height: 107px;
     border: rgba(229, 229, 229, 1) 1px solid;
    padding: 10px;
    border-radius: 11px;
}
.custom-checkout table.woocommerce-checkout-review-order-table thead {
    display: none;
}
.custom-checkout p.check-product-name {
    font-size: 14px;
    font-family: 'Outfit';
    margin-bottom: 0px;
      margin-left: 8px;
}
.custom-checkout tr.woocommerce-shipping-totals.shipping th {
    display: none;
}
.custom-checkout .woocommerce-checkout-review-order-table .qty-price {
    margin: 19px 0 0 0;
   
}
.custom-checkout .qty-price p.qty, .custom-checkout .qty-price p.price {
   font-size: 16px;
    font-family: outfit;
    font-weight: 500;
    margin-bottom: 5px;
}
.custom-checkout td.product-total .child-qty {
    margin-top: 114px;
}
.custom-checkout .col-1  .input-text {
    border: rgba(209, 209, 209, 1) 1px solid !important;
    height: 54px !important;
    border-radius: 6px !important;
    font-size: 14px;
    font-family: lato;
    padding: 0 20px !important;
 	outline:0;
   color: rgba(154, 154, 154, 1) !important;
}
.custom-checkout .col-1  .input-text:placeholder{
   color: rgba(154, 154, 154, 1) !important;
}
.custom-checkout .col-1 .form-row {
    padding: 0 0px 16px 0;
}
.checkout-inline-error-message {
    font-size: 11px !important;
    font-family: 'Lato' !important;
    color: var(--primary-color) !important;
}
ul.woocommerce-error {
    border: var(--primary-color) 1px solid;
    border-radius: 10px;
    /* color: var(--primary-color) !important; */
}
ul.woocommerce-error li a {
    font-family: 'Outfit';
    color: var(--primary-color) !important;
    font-size: 14px;
}

.woocommerce-error::before {
    color: var(--primary-color) !important;
}
.custom-checkout .col-2 h3 {
    padding: 20px 15px;
  border-bottom: rgba(226, 226, 226, 1) 1px solid;
}
.custom-checkout tr.woocommerce-shipping-totals.shipping {
    display: block;
}
.custom-checkout tr.woocommerce-shipping-totals.shipping td {
    display: block;
    border: none !important;
    width: 117%;
  	padding: 25px 15px;
}
.custom-checkout .product-total .woocommerce-Price-amount {
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 900;
}
.custom-checkout .woocommerce-shipping-methods label{
  font-size:15px !important;
   padding: 10px 20px 10px 44px !important;
}
.custom-checkout .woocommerce-shipping-methods label::before{
    width: 22px !important;
    height: 22px !important;
}
.custom-checkout .woocommerce-shipping-methods label small{
  font-size:13px !important;
}
.custom-checkout tr.cart-subtotal th {
  border-top: rgba(226, 226, 226, 1) 1px solid !important;
    border-bottom: rgba(226, 226, 226, 1) 1px solid !important;
    border-left: 0px !important;
    border-right: 0px !important;
    text-align: left;
    padding: 20px 15px !important;
    font-size: 16px;
    font-family: outfit;
}
.custom-checkout tr.cart-subtotal td {
   border-top: rgba(226, 226, 226, 1) 1px solid !important;
    border-bottom: rgba(226, 226, 226, 1) 1px solid !important;
    border-left: 0px !important;
    border-right: 0px !important;
    text-align: right;
    padding: 20px 15px !important;
    font-size: 16px;
    font-family: outfit;
}

.custom-checkout tr.order-total th {
    border-top: rgba(226, 226, 226, 1) 1px solid !important;
    border-left: 0px !important;
    border-right: 0px !important;
    /* text-align: right; */
    font-size: 16px;
    font-family: outfit;
   padding: 20px 15px !important;
}
.custom-checkout tr.order-total td {
    border-top: rgba(226, 226, 226, 1) 1px solid !important;
    border-bottom: none;
    border-left: 0px !important;
    border-right: 0px !important;
    text-align: right;
    padding: 20px 15px !important;
    font-size: 16px;
    font-family: outfit;
  color: var(--primary-color);
}
.custom-checkout .select2-container--default .select2-selection--single {
  height: 54x !important;
 	border: rgba(209, 209, 209, 1) 1px solid !important;
  border-radius: 6px !important;
  font-size: 14px;
  font-family: lato !important;
  color: rgba(154, 154, 154, 1) !important;
}

.custom-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
   padding-left: 20px !important;
  height:54px !important;
  line-height: 43px;
  color:rgba(154, 154, 154, 1) !important;
}

.custom-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height:54px !important;
  padding: 0 20px !important;
  color: rgba(154, 154, 154, 1);
}
.custom-checkout #ship-to-different-address {
    background-color: #eef6fe; /* Light blue background */
    border: 1px solid #d0e3f5; /* Light border */
    padding: 10px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    height: 54px;
  font-family:'Lato';margin-top: -5px;
}

.custom-checkout #ship-to-different-address input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.7); /* Slightly larger checkbox */
    cursor: pointer; 
}
.custom-checkout #ship-to-different-address  .woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: center;
}
.custom-checkout #ship-to-different-address span {
    color:rgba(0, 0, 0, 1);
    font-size: 14px;
  font-family:'lato';
  font-weight:400;
}
.custom-checkout p#order_comments_field label {
    display: none;
}
.custom-checkout p#order_comments_field  textarea#order_comments {
    height: 99px !important;
    padding: 15px 20px !important;
}
div.woocommerce-checkout-payment {
    background: transparent !important;
    width: 95%;
      margin: -20px auto 0 auto;
  	padding: 20px 0 0 0;
    border: rgba(209, 209, 209, 1) 1px solid !important;
}
ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: none !important;
}
.payment_box.payment_method_authorize_net_cim_credit_card {
    background: transparent !important;   margin: 0px !important;padding-bottom: 0px !important;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}
fieldset#wc-authorize-net-cim-credit-card-credit-card-form {
    padding: 0px !important;
}
#payment ul.payment_methods li label[for='payment_method_authorize_net_cim_credit_card']
 {
    font-family: outfit;
    font-weight: 500;
    font-size: 15px;
    border-bottom: rgba(226, 226, 226, 1) 1px solid;
    padding: 0 15px 15px 15px;
}
.wc-authorize-net-cim-credit-card-new-payment-method-form p {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.payment_box.payment_method_authorize_net_cim_credit_card p {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: outfit;
    color: rgba(34, 34, 34, 1);
  font-weight:300;
}
.wc-authorize-net-cim-credit-card-new-payment-method-form .form-row label {
    display: none !important;
}
.wc-authorize-net-cim-credit-card-new-payment-method-form .form-row {
    margin-bottom: 16px !important;
}
.form-row.place-order {
    padding-top: 0px !important;
}
.payment_box.payment_method_authorize_net_cim_credit_card .input-text
 {
    height: 47px !important;
    border: rgba(179, 179, 179, 1) 1px solid !important;
    font-size: 15px !important;
    font-family: outfit !important;
    font-weight: 300 !important;
}
.payment_box.payment_method_authorize_net_cim_credit_card .input-text:placeholder{
  color:rgba(177, 177, 177, 1) !important;
}
button#place_order {
    width: 100%;
    height: 59px;
    background: var(--primary-color);
    border-radius: 50px;
    margin-top: 6px;
    font-family: lato;
    text-transform: uppercase;
    font-size: 15px;
}
button#place_order:hover{
	background-color: #f1c65c !important;
    color: #000000 !important;
    box-shadow: -1px 2px 15px -3px rgba(0, 0, 0, 0.5) !important;
}
input#add_to_send_newsletters {
    scale: 1.7;
    margin-left: 5px;
    margin-right: 5px;
}
.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    font-family: 'Lato';
    font-size: 14px;
    text-transform: capitalize;
    color: #000 !important;
}
.woocommerce-terms-and-conditions-wrapper a.woocommerce-terms-and-conditions-link {
    color: #000 !important;
    text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper .validate-required input#terms {
    scale: 1.7;
    margin-left: 2px;
}
@media (max-width:768px) {
  .custom-checkout .col-1{
    width: 100% !important;
  }
  .custom-checkout .col-2{
      margin: 20px 0 0 0;
     width: 100% !important;
}
  .custom-checkout tr.woocommerce-shipping-totals.shipping td{
        width: 227%;
 }
.custom-checkout .col-1 .form-row-first, .custom-checkout .col-1 .form-row-last {
    width: 100%;
}
  .woocommerce-message{
    flex-direction: column;
    align-items: flex-start !important;
  }
.woocommerce-message::before {
    top: 16px !important;
    position: absolute !important;
    left: 20px !important;
}
.woocommerce-message .wc-forward{ 
  	margin-left: 0;
    margin-right: auto;
    margin-top: 17px;
  }
 
.custom-checkout td.product-total .child-qty{
    margin-top: 175px;
}
}
@media (max-width:575px) {
  .custom-checkout tr.woocommerce-shipping-totals.shipping td{
        width: 131%;
 }
}
/*===========checkout============*/

/* thankyou page */
.thankyou-page .woocommerce-thankyou-order-details.order_details {
  margin: 33px 0 30px 0 !important;
   font-family: 'outfit';
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.28);
  padding: 15px;
  border-radius: 9px;
  font-weight:700;
}
.thankyou-page  p.woocommerce-notice {
   font-family: 'outfit';
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.28);
  padding: 15px;
  border-radius: 9px;
  margin-top: 31px;font-weight:700;
}
.thankyou-page table.order_details thead th {
    border-top: 0px !important;
}
@media screen and (max-width: 991px) {
  .thankyou-page p.woocommerce-notice{
    margin-top: 0;
  }
  .thankyou-page .woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 5px 15px;
}
.thankyou-page .woocommerce-thankyou-order-details.order_details li {
  border-right: none;
  padding-right: 0px;
}
}
.checkout-inline-error-message {
  margin-top: 4px;
}
p.price ins {
  text-decoration: none !important;
}
.thankyou-page  .order-details-sections table.order_details {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.28) !important;
  border-radius: 9px !important;
  border-collapse: separate !important;
}
.thankyou-page  h2.woocommerce-order-details__title {
    font-size: 22px;
    font-family: 'Outfit';
    font-weight: 700;
    color: #000;
}
.thankyou-page table.order_details{
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.28) !important;
  border-left: 0px 1px 3px 0px rgba(0, 0, 0, 0.28) !important;
  border-right: 0px 1px 3px 0px rgba(0, 0, 0, 0.28) !important;
}
.thankyou-page table.order_details td,
.thankyou-page   table.order_details th {
  padding: 15px 20px !important;
  border-bottom: rgba(209, 209, 209, 1) 1px solid !important;
  border: none;
  font-size: 15px;
  font-family: 'lato';
  background:#fff;
}

.thankyou-page   table.order_details td a {
  color: #005198 !important;
}

.thankyou-page table.order_details th {
  border-top: rgba(209, 209, 209, 1) 1px solid !important;
}

.thankyou-page   table.order_details thead th:first-child {
  border-top-left-radius: 9px;
}

.thankyou-page   table.order_details thead th:last-child {
  border-top-right-radius: 9px;
}

.thankyou-page  table.order_details tfoot th:nth-child(2) {
  border-bottom-left-radius: 9px;border-bottom: 0px !important;
}

.thankyou-page   table.order_details tfoot th:last-child {
  border-bottom-right-radius: 9px;border-bottom: 0px !important;
}

.thankyou-page  table.order_details ul.wc-item-meta {
  padding-left: 0px;
}
.thankyou-page  table.order_details tfoot tr:last-child th {
  border-bottom-left-radius: 9px;border-bottom: 0px !important;
}

.thankyou-page   table.order_details tfoot tr:last-child td {
  border-bottom-right-radius: 9px;border-bottom: 0px !important;
}
.thankyou-page .woocommerce-columns--addresses {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.thankyou-page .woocommerce-columns--addresses h2.woocommerce-column__title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Outfit';
  color:#000;
}
.thankyou-page .col-1, .thankyou-page .col-2
 {
   width: 100% !important;
    border: none !important;
   padding: 0;
}
.thankyou-page .woocommerce-columns--addresses address {
    border: none !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.28) !important;
    width: 100% !important;
    padding: 20px;
  	font-family: 'Lato';
    color: #000;
}
.thankyou-page  .woocommerce-order.thankyou-page {
    width:100%;
   padding:0 15px;
}
@media screen and (min-width: 1200px) {
.woocommerce-order.thankyou-page {
    width: 1100px;
    margin: auto;
 
}
}

/* thankyou page */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  transition: top 0.3s ease;    display: block;
}

.skip-link:focus {
  top: 10px; /* shows the link when tabbed */
}
