@media (min-width: 500px) and (max-width: 899px) {
    
* {	
		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: 300%;
        font-family: 'Roundhand', sans-serif;
        font-weight: 500;
		margin-bottom: 22px;
        margin-top: 14px;
        text-align: center;
              }

h2 {
        color: #fff;
        font-size: 136%;
		font-style: italic;			
        font-weight: 500;
        line-height: 138%;		
        margin-top: 4px;
        margin-bottom: 0;
        padding-bottom: 22px;
        text-align: center;
              }

h3 {
        font-size: 120%;
		font-weight: 600;
        line-height: 122%;
        margin-top: 8px;
        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: 32px;
        font-family: Roundhand;
              }   
    
p {
        line-height: 130%;
        padding-bottom: 4px;
        margin-bottom: 14px;
              }			  

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;
              }
    
    

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

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

.header-section-logo {
        width: 17%;
        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-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        background-color: #fff;
        top: 80px;
        left: calc(-50vw + 50%);
        right: calc(-50vw + 50%);
        max-width: 360px;
        margin: 0 auto;
        padding: 5px 10px;
        border: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        box-shadow: 0 0px 10px 0px 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: 15px;
        font-weight: 600;
        margin: 0;
              }

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

.star_sticky img {
        width: 12px;
              }

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

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

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

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;		
              }

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

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

.nav-links {
        gap: 10rem;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 30px 8px 30px;
                  }
    
.nav-links li {
        display: inline-block;

                }

.nav-links>li {
        padding: 0.2rem .1rem;
        transition: 0.3s ease;
              }
    
.nav-links>li:hover {
        background-color: #592d83;
                }
    
 .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%;
                }
    
.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;
                }

.show-nav {
        transform: translateY(0);
        height: auto;
        opacity: 1;
        pointer-events: all;
              }
    
.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: .6rem;
            }
			
			
/* Nav resize */



ul.nav-links {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: clamp(0.15rem, 0.6vw, 0.5rem);
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		padding: 0 clamp(0.35rem, 1.2vw, 0.65rem) 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 a {
		font-size: 100%;
        color: #fff;
        white-space: nowrap;
              }		
			  
*/			  
			
			
			
/*			
    
#buy, #insomnia1, #snoring1, #restless1 {
        display: none;
                }
    
#insomnia, #snoring {
        display: block;
                }
*/				

       
.dropdown {
        position: relative;
        display: none;
              }
    
.dropdown-btn {
        border: none;
        background-color: transparent;
        font-family: var(--font-family);
        font-size: 22px;
        color: #fff;
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
              }
    
.dropdown-menu {
        width: auto;
        height: auto;
        position: absolute;
        left: -20px;
        top: calc(100% + 0.5rem);
        background-color: #592D83;
        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;
        pointer-events: none;
                    }


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

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

.dropdown-link:hover {
        background-color: #592d83;
              }
    
.show-dropdown {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        width: auto;
                    }
    
.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: 18px;
                   }
				   
ol.sleep-tips li {
       list-style: decimal;
        margin-left: 30px;
        padding-left: 6px;
		padding-top: 10px;
                   }					   
    

.italic {
        font-style: italic;
              }

.hidden {
        display: none;
              }

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

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

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

.op-0 {
        opacity: 0;
              }

.down-arrow {
        color: #fff;
              }
    
    
    

/* Reviews*/
    
    
.reviews-header {
        font-size: 111%;
        font-weight: 600;
        line-height: 118%;
        padding: 0 8px 1px 8px;
        text-align: center;
              }

.stars {
        display: block;
        margin-bottom: 0.5rem;
              }

.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;
        padding-bottom: 0;
        line-height: 1.3;
        text-align: left;
              }

.review-author {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        text-align: left;
              }
    
.reply {
        display: none;
             }

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

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

.reviews-section {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 1rem;
        row-gap: 1rem;
        padding-top: 20px;
                }
    
.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;
              }

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

.read-reply-btn:hover {
        color: rgba(255, 255, 255, 1);
        transform: scale(1.03);
              }

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

.reply {
        line-height: 1.7;
        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;
              }
    


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

    
section.products {
        padding: 0 0 2rem 0;
              }

.product-item {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        box-shadow: 0 0px 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;
        font-weight: 500;
                  }

.product-item .product-image {
        max-width: 100%;
        object-fit: cover;
        height: 220px;
        border-radius: 10px;
        vertical-align: bottom;
              }

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

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

.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;
              }

.product-cta:hover {
        background-color: #58357a;
        transform: scale(1.03);
          }

.stars {
        margin-bottom: 0.5rem;
                  }
    
    
.product-title {
        font-size: 102%;
                    }
    
    
    
    
    

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

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

.grid-three-two {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 2rem;
              }

/* grid two three */

.grid-two-three {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 2rem;
              }

.grid-two-three-left-col {
        width: 100%;
                  }

/* home text section img */
    
.home-text {
        padding-bottom: 25px;
        background-color: #fff;
              }

.home-text-section-right-col {
        width: 100%;
        height: 600px;
              }
    
    /*

.home-text-section-desc {
        line-height: 1.6;
              }
    
    */
    
.fibromyalgia-text-section-right-col {
        background-image: url('../fibromyalgia-issues/fibromyalgia-img/fibromyalgia-sleep-mobile-02.webp');
        background-size: cover;
        background-position: center center;
              }

.insomnia-img {
        display: block;
        margin: 24px auto;
              }

.insomnia-img>img {
        width: 100%;
              }

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

.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;
              }

/* contact */

.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;
        width: 100%;
        padding-top: 32px;
        grid-template-columns: 1fr;
        row-gap: 3rem;
        margin-top: 15px;
        margin-bottom: 15px;
              }

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

.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: 16px;
              }

.contact-form {
        background-color: #fff;
        border: none;
        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;
              }

/* home img */

.home-text .grid-two-col-right-col {
        height: 400px;
              }
    

/* about */

.about-text-2-section {
        padding: 0 0 2rem 0;
              }
    
.about-text-section-right-col {
        background-image: url('../about/about-img/sleep-about-us-tablet.webp');
        background-position: center center;
        background-size: contain;
        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;
        height: 600px;
        scale: 0.8;
              }

.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;
        height: 600px;
                }
    
.about-text-rev-section{
        flex-direction: column;
                }

.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;
              }	

/* 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: 80%;
        color: rgb(255, 255, 255);
        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: 13px;
        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: rgb(255, 255, 255);
        transition: all 0.3s;
              }

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

.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;
              }

/* reviews animation classes */

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

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

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

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

.home-text-section-right-col {
        text-align: center;
              }
    
    
.grid-two-col {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
              }

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

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

.grid-two-col-left-col {
        padding-top: 0;
              }

.grid-two-col-right-col {
        width: 100%;
        max-width: 100%;
        height: 400px;
             }
    
.grid-two-col-right-col img {
        max-height: 100%;
        width: auto;
              }

.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: top center;
        width: 100%;
        max-width: 600px;
        max-height: none;
        height: auto;
        aspect-ratio: 600 / 579;
        margin: 9px auto 5px;
              }
    
.second-grid {
        margin-top: -10px;
                }

    
    
/* Newsletter.pu */
    
.modal-h {
        color: #000;
        font-weight: 500;
        text-align: center;
        font-size: 26px;
        padding-bottom: 6px;
                }
    
.newsletter-pu-subheading {
        font-size: 20px;
        margin: auto;
        padding: 8px auto 20px 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;
        position: fixed;
        z-index: 101;
        padding-top: 100px; 
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
                }

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

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

.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 0px;
        width: 100px;
            }

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

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

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

#pop {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: 20px;
                }

#pop .input-field,.btn {
        display: inline-block;
        box-sizing: border-box;
                }

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

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

.col-md-3, .col-md-5 {
        display: flex;
        justify-content: center;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
              }
  
.col-md-3 {
        flex: 0 0 25%;
              }
			  
/*			  
    
    
#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;
                gap: 28px;
                align-items: flex-start;
                padding: 0 20px;
            }
    
            body:has(#payment-element, .page-wrap .details-box) .col-left {
                width: 61%;
                order: 2;
                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: 150px;
                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: 1;
                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) .col-left {
                    width: 100%;
                    order: 2;
                }
    
                body:has(#payment-element, .page-wrap .details-box) .col-right {
                    width: 100%;
                    order: 1;
                }
    
                body:has(#payment-element, .page-wrap .details-box) .page-wrap {
                    flex-direction: column;
                }
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;
}
