@media (min-width: 900px) and (max-width: 1499px) {
    
* {	
		margin: 0;
        padding: 0;
        box-sizing: border-box;
				}
    
html, body {
		color: #000;
        font-family: sans-serif;
        font-size: 101%;        
		font-weight: 500;
		line-height: 128%;		
        overflow-x: initial;
        text-align: left;
                 }
    
h1 {
        color: #fff;
        font-size: 310%;
        font-family: 'Roundhand', sans-serif;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: -10px;
		padding-bottom: 26px;
		padding-top: 14px;
        text-align: center;
          }

h2 {
        color: #fff;
        font-size: 150%;
		font-style: italic;			
        font-weight: 500;
        margin-top: 12px;
        margin-bottom: 0;
		padding-bottom: 26px;
        text-align: center;
              }

h3 {
        font-size: 125%;
        line-height: 120%;
        margin-top: 12px;
        margin-bottom: 8px;
        text-align: left;
              }
			  
h4 {
        font-size: 104%;
		font-weight: 600;
        line-height: 120%;
		margin-top: 10px;
		padding-left: 2px;
        padding-top: 0;
        padding-bottom: 4px;
        text-align: left;
              }
			  

@font-face {
        color: #fff;
        font-family: 'Roundhand';
        src: url("../_a_fonts/RoundHand Free.ttf");
              }

.roundhand {
        color: #fff;
        font-size: 44px;
        font-family: Roundhand;
              }
    
p {
        line-height: 130%;
        padding-bottom: 4px;
        margin-bottom: 12px;
        text-align: left;
                }			  

section {
        padding: .2rem 0;
              }

.above-fold-sec {
        background-color: #fff;
        padding: 1.5rem 0;
              }

.comments-email-link {
        color: #553377;
              }

.all-reviews-text-section {
        text-align: center;
              }

.non-italic {
        font-style: normal;
              }

.text-section-desc {
        line-height: 1.6;
              }
    
    

/* grid three two col */

.grid-three-two {
        display: grid;
        grid-template-columns: 60% 40%;
        column-gap: 1rem;
              }
    
    

/* grid two three */

.grid-two-three {
        display: grid;
        grid-template-columns: 40% 60%;
        column-gap: 1rem;
              }

/* home text section */

.home-text {
        background-color: #fff;
              }
    
.home-text-section-right-col {
        scale: 0.8;
                }

    

/* header */
    
header {
        color: #fff;
              }

.header-section-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 280px;
              }

.header-section-logo {
        width: 12%;
        padding-top: 1rem;
              }

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

.header-text-section {
            background-color: #592d83;
                  }

.header-img-section {
        background-color: #592d83;
        text-align: center;
        padding-bottom: 1rem;
        margin-top: -8rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
              }


/* Sticky */

#sticky-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        background-color: #fff;
        top: 82px;
        left: calc(-50vw + 50%);
        right: calc(-50vw + 50%);
        max-width: 370px;
        margin: 0 auto;
        padding: 5px 10px;
        border: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
        transition: 0.2s ease;
        border-radius: 0 0 10px 10px;
              }

#sticky-top .product_img img {
        max-width: 80px;
        margin-bottom: -4px;
        width: 100%;
              }

.content_sticky {
        text-align: center;
        padding: 5px 0;
             }

.content_sticky h5 {
        font-size: 17px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        width: 100%;
              }

.content_sticky p {
        margin: 2px 0;
        font-size: 15px;
        text-align: center;
        padding: 0;
              }

.star_sticky img {
        width: 14px;
              }

.btn_buy {
        background: #592D83;
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 11px;
        margin-top: 5px;
        display: inline-block;
        color: #fff;
        text-shadow: rgb(0 0 0 / 50%) 0 1px 2px;
        transition: all ease 0.6s;
        text-decoration: none;
        border: 1px solid transparent;
              }

.btn_buy:hover {
        background-color: transparent;
        color: #592D83;
        border-color: #592D83;
              }

#sticky-top.fadein {
        opacity: 1;
        visibility: visible;
              }
    

/* nav  */
    
.container {
        width: 90%;
        max-width: 1180px;
        margin: 0 auto;
              }

.container-nav {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0 auto;
		box-sizing: border-box;
				}

.container-nav .nav-links {
        gap: 0.5rem;
              }

nav {
        background-color: #592d83;
        border-bottom: 1px solid #592d83;
        border-top: 2px solid #592d83;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;		
              }

.sticky_active .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
        animation: opacity__change 0.2s ease;
              }

.sticky_active .header-text-section {
        margin-bottom: 66.38px;
              }

.nav {
        flex-direction: column;
        position: relative;
        padding: 12px 0 11px 0;
              }

.show-nav {
        transform: translateY(0);
        height: auto;
        opacity: 1;
        pointer-events: all;
              }

.nav-link {
        position: relative;
        display: block;
        font-size: 22px;
        color: #fff;
              }

.nav-link::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0%;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease 0s;
              }

.nav-link:hover::after {
        width: 100%;
              }

.nav-links {
        gap: 1rem;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
              }

.nav-links>li {
        padding: 0.2rem .1rem;
        transition: 0.3s ease;
              }
    
.nav-links > li {
		text-align: center;
				}

.nav-links>li:hover {
        background-color: #592d83;
              }

.nav-links li {
      display: inline-block;
            }    
			
			
/* Nav resize */

nav {
        position: relative;
        z-index: 100;
              }
			  
ul.nav-links {
        flex-wrap: nowrap;
        justify-content: center;
        gap: clamp(0.15rem, 0.6vw, 0.75rem);
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 0 clamp(0.35rem, 1.2vw, 0.75rem) 8px;
              }
			  
ul.nav-links > li > a {
		font-size: 100%;
		color: #fff;
		white-space: nowrap;
				}

nav ul > li:has(> button) {
        position: relative;
        list-style: none;
        flex: 0 0 auto;
              }

nav ul > li:has(> button) > button {
        background: none;
        border: none;
        color: #fff;
        font: inherit;
        font-size: 100%;
        cursor: pointer;
        padding: 0.15rem 0.35rem;
        white-space: nowrap;
              }

nav ul > li:has(> button) > ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        flex-direction: column;
        background-color: #592d83;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        min-width: 8rem;
        max-width: min(92vw, 10rem);
        z-index: 201;
        padding: 0.3rem 0;
        margin: 0;
        list-style: none;
              }

nav ul > li:has(> button)[aria-expanded="true"] > ul {
        display: flex;
              }

nav ul > li:has(> button) > ul li a {
        display: block;
        padding: 0.35rem 0.65rem;
        font-size: 100%;
        color: #fff;
        white-space: nowrap;
              }
			  
			  
/*			  
			  
			  
nav ul li ul {
        left: auto;
        right: 0;
        z-index: 101;
              }		
			  
*/			  
			
			
/*			

#buy, #insomnia, #snoring, #menopause, #products, #restless {
        display: none;
                }
				
*/				

.rotate-45 {
        transform: translateY(9px) rotate(45deg);
              }

.rotate--45 {
        transform: translateY(-11px) rotate(-45deg);
              }

.op-0 {
        opacity: 0;
              }

.down-arrow {
        color: #fff;
              }

.bar {
        height: 5px;
        background-color: #fff;
        border-radius: 5px;
        width: 40px;
        transition: transform 0.3s ease;
              }

.dropdown {
        position: relative;
              }

.dropdown-btn {
        font-size: 22px;
        border: none;
        background-color: transparent;
        font-family: var(--font-family);
        color: #fff;
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
              }

.dropdown-link {
        font-size: 19px;
        white-space: nowrap;
        padding: 0.35rem 0.5rem;
        color: #fff;
        display: inline-block;
        width: 100%;
        transition: background-color 0.3s ease;
               }

.dropdown-link:hover {
        background-color: #592d83;
              }

.dropdown:hover .dropdown-menu, .dropdown-menu:hover {
        display: flex;
        flex-direction: column;
        opacity: 100;
        transform: translateY(0px);
        z-index: 999;
        pointer-events: auto;
        text-align: left;
              }

a {
        text-decoration: none;
              }

ul {
        list-style: none;
              }

ul.sleep-ticks li {
        line-height: 160%;
        margin-left: 0;
        padding-left: 16px;
                   }
				   
				   
ol.sleep-tips li {
       list-style: decimal;
        margin-left: 30px;
        padding-left: 6px;
		padding-top: 10px;
                   }				   
    
.italic {
        font-style: italic;
              }

.hidden {
        display: none;
              }

.show-dropdown {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
              }

.dropdown-menu {
        position: absolute;
        left: -25px;
        top: 100%;
        background-color: #592D83;
        pointer-events: none;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        opacity: 0;
		padding-top: 18px;		
        transform: translateY(-10px);
        transition: opacity 0.5s ease, transform 0.2s ease;
              }

.dropdown-menu a {
        padding: 0.4rem 0.5rem;
        margin-bottom: 0.25rem;
              }


    
    
/* reviews  */
    
    
.reviews-header {
        font-size: 111%;
        font-weight: 600;
        line-height: 122%;
        padding: 2px 2px 6px 2px;
        text-align: center;
              }

.review-title {
        font-size: 105%;
        margin-top: 0;
        font-weight: 600;
        margin-bottom: 0;
        text-align: left;
              }

.review-text {
        font-style: italic;
        margin-bottom: 0;
        line-height: 1.3;
        padding: 2px;
        text-align: left;
              }

.review-author {
        margin-bottom: 1px;
        margin-top: 0;
        padding-top: 0;
        text-align: left;
              }

.reply {
        display: none;
             }

.answer-text-link {
        font-weight: 600;
        color: #592D83;
              }

.reviews {
        overflow-x: hidden;
        padding-bottom: 2rem;
              }

.reviews-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 1rem;
        padding-top: 20px;
              }

.review {
        padding: 1rem 1.3rem;
        box-shadow: 0 0 10px -4px rgb(0 0 0 / 11%);
        border: 1px solid #E2E2E2;
        border-radius: 10px;
        text-align: center;
              }

.read-reply-btn {
        font-size: 19px;
        font-family: var(--font-family);
        font-weight: 500;
        background-color: #592D83;
        color: #fff;
        border: none;
        border-radius: 2rem;
        cursor: pointer;
        transition: all 0.3s ease;
              }

.read-reply-btn:hover {
        color: #fff;
        transform: scale(1.03);
              }

.hide-reply-btn {
        display: none;
              }
    
    /*

.reply {
        font-size: 20px;
        line-height: 1.6;
        height: 0;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        transform: translateY(-1.25rem);
        z-index: -1;
        transition: height 0.5s ease, transform 0.5s ease;
              }
    
    */

.show-reply {
        height: 70%;
        transform: translateY(0);
              }

.view-reviews {
        display: inline-block;
        color: #fff;
        margin-bottom: 2rem;
        font-size: 1.25rem;
              }

.handwriting-reviews {
        font-family: Roundhand;
        font-size: 1.9rem;
        margin-top: -6em;
        margin-bottom: -6em;
        padding-top: -6em;
        padding-bottom: -6em;
              }

.emoji {
        font-style: normal;
              }

    
    

/* Products */
    
    
.products-header {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        margin-top: 0;
        margin-bottom: 4px;
        text-align: center;
             }
    
section.products {
        padding: 0 0 2rem 0;
              }

.product-list {
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        padding-top: 20px;
        grid-template-columns: 25% 25% 25% 25%;
              }

.product-list .stars img {
        filter: contrast(1);
        width: 22px;
              }

.stars {
        margin-bottom: 0.5rem;
              }

.product-list p.price {
        font-weight: 500;
        font-size: 16px;
              }

.product-cta {
        background-color: #592D83;
        font-weight: 500;
        padding: 12px 30px 12px 30px;
        color: #fff;
        border-radius: 30px;
        margin-top: 15px;
        font-size: 16px;
        transition: 0.2s;
        border: 1px solid transparent;
              }

.product-cta:hover {
        background-color: transparent;
        color: #592D83;
        border-color: #592D83;
              }

.product-item {
        font-weight: 500;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        box-shadow: 0 0 10px -4px rgb(0 0 0 / 11%);
        border: 1px solid #E2E2E2;
        border-radius: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
              }
    

.product-item .product-image {
        max-width: 100%;
        object-fit: cover;
        height: 220px;
        border-radius: 10px;
              }
    
.product-title {
        font-size: 102%;
                    }

    
    
/* grid two three text section */

.grid-two-three-heading {
        margin-bottom: 1rem;
        font-size: 2.25rem;
              }

.grid-two-three-desc {
        line-height: 1.6;
              }

/* grid two col  */

.grid-two-col {
        display: grid;
        grid-template-columns: 5fr 4fr;
        column-gap: 2rem;
              }

.grid-two-col-heading {
        margin-bottom: 1rem;
        font-size: 1.9rem;
              }

.grid-two-col-desc {
        line-height: 1.6;
              }
    
.second-grid {
        margin-top: -60px;
        width: 500px;
                }


    


/* contact section */

.contact {
        background-image: linear-gradient(rgb(89, 45, 131, 0.65),
            rgb(89, 45, 131, 0.65)),
          url('../_a_img/contact.webp');
        background-size: cover;
        background-position: center center;
        color: #fff;
              }

.contact-section {
        display: grid;
        grid-template-columns: 50% 50%;
        row-gap: 3rem;
              }

.contact-info {
        align-self: top;
        margin-top: 10px;
        padding-top: 10px;
              }

.contact-info-title {
        font-size: 2rem;
        margin-bottom: 1rem;
              }

.contact-info-desc {
        line-height: 1.6;
        margin-bottom: 1rem;
              }

.contact-info-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
        margin-bottom: 1rem;
              }
    
.contact-info-link a {
        font-size: 20px;
              }

.contact-form {
        background-color: #fff;
        border-left: 5px solid #d3b574;
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1rem;
        column-gap: 1rem;
              }

input {
        width: 100%;
              }

input,
textarea {
        font-family: var(--font-family);
        font-size: 1.25rem;
        padding: 0.5rem;
        border: 1px solid #ddd;
        transition: border 0.3s ease;
              }

input:focus,
textarea:focus {
        outline: none;
        border: 1px solid #d3b574;
              }

textarea {
        grid-column: 1/-1;
        resize: none;
              }

.form-btn {
        grid-column: 1/-1;
        justify-self: flex-center;
              }

.send-btn {
        padding: 1rem;
        font-family: var(--font-family);
        font-size: 1rem;
        border: none;
        color: #fff;
        background-color: #592D83;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
              }

.send-btn:hover {
        background-color: #fff;
        border: solid;
        color: #592D83;
        padding: 1rem;
              }

.email-link, .phone-link {
        color: #fff;
        font-size: 1.5rem;
              }

/* Footer */

footer {
        background-image: linear-gradient(360deg, #9864c9 0%, #553377 100%);
        padding: 2rem 0;
        margin-bottom: -7px;
          }

.footer-top {
        text-align: center;
        border-bottom: 1px #592D83 dotted;
              }

.footer-top-heading {
        margin-bottom: 1rem;
        color: #fff;
              }

.footer-bottom-text {
        font-size: 94%;
        color: #fff;
        text-align: center;
        font-weight: 500;
              }

.footer-bottom-link {
        color: #fff;
              }
.cards {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 0;
              }

.cookie-modal__wrap {
        position: sticky;
        bottom: 20px;
        left: 0;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
              }

.cookie-modal__inner {
        width: 78%;
        color: #fff;
        background-color: #592d83;
        padding: 1em 1.8em;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        margin-bottom: 0;
        box-shadow: 6px 6px 20px hsla(0, 0%, 49%, .3);
        display: flex;
        justify-content: space-between;
        align-items: center;
              }

.cookie-modal__btn {
        margin-left: 20px;
              }

.cookie-modal__btn button {
        color: #592D83;
        border-color: transparent;
        background-color: #fff;
        border-radius: 99px;
        display: block;
        padding: .4em .8em;
        font-size: 14px;
        font-weight: 600;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        line-height: 1.5;
        transition: all 0.25s;
              }

.cookie-modal__btn button:hover {
        background-color: rgb(220, 220, 220);
              }

.cookie-modal__text {
        font-size: 84%;
        font-weight: 500;
        padding: .2em;
        color: #fff;
              }

.cookie-modal__text a {
        opacity: .8;
        display: inline-block;
        padding: .2em;
        text-decoration: underline;
        color: #fff;
        transition: all 0.3s;
              }

.cookie-modal__text a:hover {
        opacity: 1;
          }

/* CTA */

.sticky-appear {
        padding-top: 0;
        padding-bottom: 2rem;
                }

.cta_wrapper {
        text-align: center;
        padding: 0 25px 25px 25px;
        border-radius: 10px;
        background-color: #fff;
                }

.cta_contact {
        background-color: #592D83;
        font-weight: 500;
        padding: 12px 30px 12px 30px;
        color: #fff;
        border-radius: 30px;
        margin-top: 15px;
        font-size: 16px;
        transition: 0.2s;
        display: inline-block;
        border: 1px solid transparent;
              }

.cta_contact:hover {
        background-color: transparent;
        color: #592D83;
        border-color: #592D83;
              }

  /* About */

.about-text-2-section {
        padding: 0 0 2rem 0;
              }

    /*
    
.about-tab {
        display: none;
              }

.about-pc {
        display: block;
        max-height: 600px;
        max-width: 100%;
              }
*/
    
.about-text-section-right-col {
		background-image: url(../about/about-img/sleep-about-us-tablet.webp);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
              }

.about-text-2-section-right-col {
        background-image: url('../about/about-img/sleep-better-diffuser-100ml-05.webp');
        background-size: cover;
        background-position: center center;
              }

.about-text-rev-section-right-col {
        padding: 0 0 2rem 0;
              }

.about-text-rev-section-right-col {
        background-image: url('../about/about-img/sleep-about-mist-desktop-02.webp');
        background-size: cover;
        background-position: center center;
              }

.children-text-section-right-col {
        background-image: url(../children/children-img/children-sleep-issues-01.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 400px;
        width: 500px;
              }

.fibromyalgia-text-section-right-col {
        background-image: url('../fibromyalgia-issues/fibromyalgia-img/fibromyalgia-sleep-tablet-04.webp');
        background-size: cover;
        background-position: center center;
              }
    
.insomnia-text-section-right-col {
        background-image: url('../insomnia-problems/insomnia-img/insomnia-sleep-tablet-02.webp');
        background-size: cover;
        background-position: center center;
              }
    
.insomnia-img {
        display: none;
              }

.menopause-text-section-right-col {
        background-image: url('../menopause-problems/menopause-img/menopause-sleep-tablet-02.webp');
        background-size: cover;
        background-position: center center;
              }
    
.racing-mind-text-section-right-col {
        background-image: url('../racing-mind/racing-mind-img/racing-mind-001.webp');
        background-size: cover;
        background-position: center center;
                        }
    
.restless-legs-text-section-right-col {
        background-image: url('../restless-legs/restless-legs-img/sleep-restless-legs-01.webp');
        background-size: cover;
        background-position: center center;
                    }

.snoring-text-section-right-col {
        background-image: url('../snoring-issues/snoring-issues.webp');
        background-size: cover;
        background-position: center center;
              }


/* Partners */
    
.wholesale-text-section-right-col {
        background-image: url('../wholesale/wholesale-img/cogs-jan2023.webp');
        background-size: cover;
        background-position: center center;
              }
			  
.white-label-text-section-right-col {
        background-image: url('../white-label-img/white-label-1.webp');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
              }	

.partners-text-section-right-col {
        height: 300px;
        max-width: 500px;
              }
    
.partners-text-section-right-col img {
        width: 100%;
              }


/* reviews animation classes */

.from-left {
        transform: translateX(-50%);
              }

.from-right {
        transform: translateX(50%);
              }

.from-left, .from-right {
        opacity: 0;
        transition: transform .9s ease-out, opacity 0.5s ease-in-out;
              }

.from-left.appear, .from-right.appear {
        opacity: 1;
        transform: translateX(0);
              }


/* Newsletter.pu */
    
.modal-h {
        color: #000;
        font-weight: 500;
        text-align: center;
        font-size: 30px;
        padding-bottom: 7px;    
                }
    
.newsletter-pu-subheading {
        font-size: 20px;
        margin: auto;
        text-align: center;
                }

.input-field {
        font-size: 90%;
                }

.btn.my-1 {
        font-size: 92%;
                 }

.form-content.col-md-5.pt-4 {
        padding: 0 20px;
        width: 80%;
        margin: auto;
                }
    
#name {
        margin-right: auto;
    /*    width: 80%  */
                }
    
    

/* The Modal (background) */

.modal {
          display: none; /* Hidden by default */
          position: fixed; /* Stay in place */
          z-index: 101; /* Sit on top */
          padding-top: 100px; /* Location of the box */
          left: 0;
          top: 0;
          width: 100%; /* Full width */
          height: 100%; /* Full height */
          overflow: auto; /* Enable scroll if needed */
          background-color: rgb(0,0,0); /* Fallback color */
          background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
                    }

.modal-content {
            background-color: #E8D1FF;
            margin: auto;
            padding: 20px 0;
            max-width: 100%;
            width: 520px;
            border-radius: 10px;
            position: relative;
                    }

.close {
            color: #aaa;
            font-size: 22px;
            font-weight: 500;
            position: absolute;
            right: 12px;
            top: 1px;
                    }

.close:hover, .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
                    }

.btn {
        border: none;
        height: 32px;
        border-radius: 30px;
        background-color:#592D83;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        margin: 5px 0;
        width: 110px;
                    }

.btn:hover {
          background-color:#521a8a ;
                    }

.input-field {
        border-radius: 8px;
        border: 1px #592D83 solid;
        height: 45px;
        outline: none;
        padding:0px 15px;
        margin: 5px 0;
                }

.input-field.clicked {
        border: 1px #592D83 solid;
                }

#pop {
        align-items: center;
        width: 60%;
        display: flex;
        flex-direction: column;
                }
    
#pop .input-field,.btn {
        display: inline-block;
        box-sizing: border-box;
            }

.row {
        display: flex;
        justify-content: center;
        flex-direction:row;
            }

.form-content {
          margin-top: 1rem;
                    }

.col-md-3, .col-md-5 {
        display: flex;
        justify-content: center;
        padding: 35px;
                }

.pop-img {
          height: 250px;
                    }
					
/*					


#children, #meno1, #fibromyalgia1, #wholesale, #white, #about, #contact {
        display: none;
                }
				
*/				
    
                }



@keyframes opacity__change {
from {
opacity: 0;
}

to {
opacity: 1;
}
        }

/* ==========================================================
   LOCAL GOOGLE FONTS
   ========================================================== */

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("/_a_fonts/open-sans-400.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("/_a_fonts/roboto-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("/_a_fonts/roboto-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("/_a_fonts/roboto-italic-400.woff2") format("woff2");
}

/* ==========================================================
   CHECKOUT PAGE STYLES
   Applies only when the checkout form is present.
   ========================================================== */

    body:has(#payment-element, .page-wrap .details-box) .page-wrap,
    body:has(#payment-element, .page-wrap .details-box) .page-wrap *,
    body:has(#payment-element, .page-wrap .details-box) .page-wrap *::before,
    body:has(#payment-element, .page-wrap .details-box) .page-wrap *::after {
                box-sizing: border-box;
                margin: 0;
                padding: 0;
            }
    
            body:has(#payment-element, .page-wrap .details-box) {
                background: #f9f9f9;
                color: #333;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .page-wrap {
                max-width: 1160px;
                margin: 23px auto;
                display: flex;
                flex-direction: row;
                gap: 28px;
                align-items: flex-start;
                padding: 0 20px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .col-left {
                width: 61%;
                order: 1;
                padding: 8px 0 0;
                position: relative;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .details-box {
                background-color: #fff;
                border-style: solid;
                border-width: 1px 1px 3px 1px;
                border-color: #ddd;
                border-radius: 5px;
                margin: 0 0 15px;
                padding: 5px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .details-box h2 {
                font-size: 24px;
                font-weight: 500;
                color: #333;
                text-align: left;
                margin-bottom: 18px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .form-group {
                display: flex;
                flex-direction: column;
                margin-bottom: 14px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .form-group input[type="email"],
    body:has(#payment-element, .page-wrap .details-box) .form-group input[type="text"],
    body:has(#payment-element, .page-wrap .details-box) .form-group select {
                width: 100%;
                padding: 14px 12px;
                border-radius: 4px;
                outline: none;
                transition: border-color 0.2s;
                font-size: 14px;
                font-weight: 400;
                border: 1px solid #bfbfbf;
                color: #404040;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .form-group input::placeholder {
                color: #999;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .form-group select {
                color: #999;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .form-group select option {
                color: #404040;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .name-row {
                display: grid;
                grid-template-columns: calc(50% - 1px) calc(50% - 13px);
                gap: 14px;
                margin-bottom: 15px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .name-row .form-group {
                margin-bottom: 0px;
            }

            body:has(#payment-element, .page-wrap .details-box) .name-row:has(#billing-postal) {
                margin-bottom: 0px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .btn-next {
    			border-radius: 30px;
                display: block;
                width: auto;
                min-width: 170px;
                white-space: nowrap;
                font-size: 104%;
                font-weight: 500;
                background-color: #734f96;
                color: #fff;
                border: none;
                cursor: pointer;
                transition: background 0.2s;
                padding: 16px 18px;
                margin: 0 auto 0 auto;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .btn-next:hover {
                background: #4a2275;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .col-right {
                width: 39%;
                order: 2;
                flex-shrink: 0;
                padding: 8px 0 0;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .order-box {
                background: #fff;
                border: 1px solid #ddd;
                border-radius: 4px;
                padding: 16px 20px 22px;
                margin-bottom: 18px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .order-box h3 {
                font-size: 24px;
                color: #000;
                font-weight: bold;
                margin-bottom: 8px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-row {
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 10px 0;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-thumb {
                width: 52px;
                height: 52px;
                object-fit: contain;
                flex-shrink: 0;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-thumb-placeholder {
                border: 1px solid #e1e1e1;
                margin: 5px 0;
                max-width: 63px;
                width: 70px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-thumb-placeholder img {
                width: 100%;
                height: auto;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-info {
                flex: 1;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-name {
                font-size: 14px;
                font-weight: 400;
                color: #666;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .qty-controls {
                display: flex;
                align-items: center;
                gap: 0;
                margin-top: 5px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .qty-btn {
                width: 24px;
                height: 24px;
                border: 1px solid #ccc;
                background: #f7f7f7;
                font-size: 0.9rem;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #555;
                transition: background 0.15s;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .qty-btn:hover {
                background: #eee;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .qty-val {
                width: 30px;
                height: 24px;
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                border-left: none;
                border-right: none;
                text-align: center;
                font-size: 0.85rem;
                color: #333;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-price-col {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                gap: 6px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .item-price {
                font-size: 0.9rem;
                color: #333;
                white-space: nowrap;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .dropdown-icon {
                padding-left: 8px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .remove-btn {
                background: none;
                border: 1px solid #ccc;
                border-radius: 50%;
                width: 18px;
                height: 18px;
                font-size: 0.7rem;
                cursor: pointer;
                color: #999;
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .remove-btn:hover {
                color: #c00;
                border-color: #c00;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .totals-row {
                display: flex;
                justify-content: space-between;
                font-size: 0.88rem;
                margin-bottom: 6px;
                padding: 12px 0;
                color: #000;
                border-bottom: 1px solid #ddd;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .totals-row .label {
                color: #000;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .total-row {
                display: flex;
                justify-content: space-between;
                font-size: 1rem;
                color: #000;
                margin-top: 12px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .testimonials h3 {
                color: #333;
                font-size: 112%;
                font-weight: 500;
                line-height: 1.3;
                margin-bottom: 10px;
                text-align: left;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .stars {
                display: inline;
                font-size: 138%;
                margin-right: 4px;
                margin-bottom: 0px;
                color: #f5a623;
                vertical-align: baseline;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .testimonial {
                margin-bottom: 12px;
                padding: 0px;
                text-align: left;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .testimonial blockquote {
                text-align: left;
                color: #3f3f3f;
                font-size: 100%;
                font-weight: 400;
                font-style: italic;
                line-height: 130%;
                margin: 0px;
                padding: 0px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .testimonial cite {
                text-align: left;
                color: #555;
                font-size: 100%;
                font-weight: 400;
                font-style: normal;
                line-height: 130%;
                display: block;
                margin: 2px 0px 0px;
                padding: 0px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .total-row-end {
                font-size: 112.5%;
                font-weight: 600;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .field input.is-invalid,
    body:has(#payment-element, .page-wrap .details-box) .field select.is-invalid {
                border-color: #df1b41;
                box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px #df1b41;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .form-group input:focus,
    body:has(#payment-element, .page-wrap .details-box) .form-group select:focus {
                outline: 0px;
                border-color: #0570de;
                box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
            }
    
            body:has(#payment-element, .page-wrap .details-box) .field .field-error {
                color: #df1b41;
                font-size: 93%;
                margin-top: 0px;
                margin-bottom: 4px;
                line-height: 1.15;
                font-weight: 400;
                display: none;
                order: -1;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .field .field-error.show {
                display: block;
            }
    
            body:has(#payment-element, .page-wrap .details-box) #card-errors {
                color: #df1b41;
                font-size: 93%;
                margin-top: 0px;
                margin-bottom: 0px;
                line-height: 1.15;
                font-weight: 400;
                min-height: 0px;
    
            }
    
            body:has(#payment-element, .page-wrap .details-box) #payment-element {
                width: calc(100% + 8px);
                height: 148px;
                min-height: 148px;
                max-height: 148px;
                overflow: hidden;
                margin-bottom: 16px;
                margin-top: 16px;
            }

            body:has(#payment-element, .page-wrap .details-box) #payment-element:has(iframe[style*="opacity: 1"]) {
                height: auto;
                max-height: none;
            }

            body:has(#payment-element, .page-wrap .details-box) button:disabled {
                background: #4a2275;
                cursor: not-allowed;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .discount-badge {
                display: inline-block;
                margin-top: 5px;
                padding: 2px 6px;
                font-size: 11px;
                font-weight: 500;
                color: #fff;
                background: #734f96;
                border-radius: 3px;
                letter-spacing: 0.3px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .discount-note {
                color: #df1b41;
                font-size: 14px;
                font-weight: 500;
                margin-top: 8px;
            }
body:has(#payment-element, .page-wrap .details-box) .page-wrap,
body:has(#payment-element, .page-wrap .details-box) .page-wrap * {
        font-family: Arial, Helvetica, sans-serif;
}

body:has(#payment-element, .page-wrap .details-box) .checkout-reminder-notice {
        color: #555;
        font-size: 13px;
        line-height: 1.4;
        margin-top: 8px;
}

body:has(#payment-element, .page-wrap .details-box) .checkout-reminder-copy {
        display: block;
}

body:has(#payment-element, .page-wrap .details-box) .checkout-reminder-optout {
        color: #5d2d86;
        display: inline-block;
        margin-top: 4px;
        text-decoration: underline;
}

body:has(#payment-element, .page-wrap .details-box) .checkout-reminder-status {
        color: #356b35;
        display: inline-block;
        margin-top: 4px;
}

body:has(#payment-element, .page-wrap .details-box) .checkout-reminder-optout.is-hidden,
body:has(#payment-element, .page-wrap .details-box) .checkout-reminder-status.is-hidden {
        display: none;
}

.reminder-status-page,
.reminder-status-page * {
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
}

.reminder-status-main {
        margin: 36px auto;
        max-width: 760px;
        padding: 0 20px;
}

.reminder-status-card {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 28px;
}

.reminder-status-card h1 {
        color: #333;
        font-size: 28px;
        margin: 0 0 16px;
}

.reminder-status-card p {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 14px;
}

.reminder-status-card a {
        color: #5d2d86;
}
