body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
html {
    scroll-behavior: smooth;
}

p {margin: 0;}
/*var*/
:root {
  --h1-color: #214842;
  --p-color: #556260;
	--h1-ftr: #ffffff;
	--h1-y: #EFC368;
	--ftr-img-h: 70px;
}
/*head*/
.site-header {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 10;
}
.cart-animation {
    position: fixed;
    bottom: 22px;
    right: 11px;
    width: 60px;
    height: 60px;
    background-color: #efc368;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 10px #efc368;
    opacity: 0;
    pointer-events: none;
    z-index: 998; 
}
.asl_m .probox .innericon {border-radius: 50px !important; scale:1.6;}
.asl_m .probox svg {scale:0.6;}

.entry-header {margin-top:10%;}
.site-main-single {width:80%; margin:0 auto;}
/*anim*/
@keyframes scaleUp {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.scale-up-animation {
    animation: scaleUp 1.5s ease-out;
    opacity: 1;
}
/*my-account*/
.woocommerce-MyAccount-navigation {
	display: flex;
}
.woocommerce-MyAccount-navigation-link {
    font-family: 'Nunito Sans', sans-serif;
    padding: 13px 24px;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 25px;
    border: 2px solid #d6b35e;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;	
	    margin-bottom: 5px;
    color: #fff;
}

.woocommerce-MyAccount-navigation-link:hover {transform: scale(1.05);border-color: var(--h1-color);}
.woocommerce-MyAccount-navigation-link a {
	color: var(--h1-color);
}
/*20 year*/
 #age-verification-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10000; 
    }
.popup-img {
	    width: 80%;
    margin: 0 auto;
    background-color: #FFE4E4;
    border-radius: 27px;
    height: 200px;
}
.img-20 {
	height: 100%;
    padding: 10px 0px;
}
.h2-eng {
	font-family: Nunito Sans;
font-size: 29.75px;
font-weight: 800;
line-height: 43.39px;
text-align: center;
	color:#FF0000;
text-transform: uppercase;
	 margin-bottom: 10px;
}
.p-eng {
	font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: center;
color:#556260;
	width: 80%;
	margin: 0 auto;
}
.h2-thai {
	font-family: Nunito Sans;
font-size: 16px;
font-weight: 800;
line-height: 33px;
text-align: center;
	color:#FF0000;
text-transform: uppercase;
	
}
.p-thai {
	font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: center;
	width: 70%;
	margin: 0 auto;
	color:#556260;
	    margin-bottom: 15px;
}
    .age-popup-content {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        max-width: 50%;
        width: 90%;
    }



    .age-popup-buttons {
        display: flex;
        justify-content: center;
		gap: 22px;
		
    margin: 0 auto;
    }

    .age-btn {
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border: none;
        border-radius: 25px;
		text-transform: uppercase;
    }

    #age-yes-btn {
        background-color: red;
        color: white;
    }

    #age-no-btn {
        background-color: white;
        color: red;
		    border: 1px solid;
    }

    
.blurred {
        filter: blur(10px);
        pointer-events: none; 
    }
/*end 20 year*/
/*header*/
.header-main-navigation {
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 0 320px;
	background-color:#FBEBC8A1;
	padding: 17px 40px;
	border-radius: 50px;
	width:80%;
	margin: 0 auto;
	
	transition: all 0.3s ease;
}
.header-main-navigation.sticky {
	display: flex;
    width: 100%;
    border-radius: 0;
    position: fixed; 
    top: 0; 
    left: 0;
    padding: 0px 20px;
    z-index:999999;
}
.menu-search hr {width:250px;margin-right:100px;}
.logo {
    display: flex;
    align-items: center;
}
.logo a { 
	display: flex;
text-decoration: none;
}
.logo img {
    height: 50px; 
    
}

.logo span {
    font-size: 24px;
    font-weight: bold;
    color: var(--h1-color);
	    padding-top: 4px;
}
.logo_mob, .burger-icon, .menu-overlay {display: none;}

.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
   
	/*background-color: white;
       box-shadow: white 0px 0px 10px 10px;*/
	border-radius: 30px;
}
.menu li:nth-child(1) {
	padding-left: 30px;
}
.menu li {
    margin-right: 40px;
}

.menu li a {
font-family: Nunito Sans;
font-size: 17px;
font-weight: 600;
line-height: 22px;
text-align: left;
color: var(--h1-color) ;
    transition: color 0.3s;
}

.menu li a:hover {
 /*  color: #EFC368; */
	text-shadow: 0px 0px 3px #ffba00;
}
/*1*/
.container {
    display: flex;
    height: 100vh;
	/*padding-bottom: 17px; /*remove lag 100vh*/
}
.left-side {
    flex: 1;
    background-color: white;
    display: flex;
    justify-content: center;
  /*  align-items: center;*/
	margin-top: 7%;
}
.right-side {
    flex: 1;
    background-color: #041F1B;
}
.right-slider{
	    width: 100%;
    height: 450px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 18px;
    background-color: #fff;
    margin-top: 130px;
	display: flex !important;
	flex-direction: column;
	z-index: 999;
}
.right-wr {
	display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 380px;
	    gap: 10px;
	
	position: relative;
}

.slider-img-container {
   /*  width: 350px;*/
	width: 90%;
    height: 180px;
    border-radius: 18px; 
    overflow: hidden;
    position: relative;    
	margin: 20px 20px 0px;
}


.slider-img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    position: absolute; 
    top: 0;
    left: 0;
}
.slider-info {
	gap: 5px;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
	    padding: 0px 20px 10px;
}
.slider-info h1 {
margin: 0;	
	font-family: Nunito Sans;
}
.slider-info p {
	font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;

}
.slider-info__strong {
	padding: 10px 0px;
	font-size: 20px
}

.right-slider > div > a
 {
	    font-family: Nunito Sans;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #EFC368;
	 cursor: pointer;
}
.slider-rep {
	    display: flex;
    flex-direction: column;
    gap: 5px;
	        margin: 10px 0px;
}
.slider-rep-el {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 20px;
}

.slider-rep-el p {
	font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 22px;
text-align: left;

}
.arrows {
	    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	gap: 10px;
	    z-index: 9;
}
.arr-left, .arr-right {
	height: 25px;
	cursor: pointer;
}
.text-block {
    max-width: 500px;
    margin-left: 200px;
}
.text-block h1 {
	font-family: Nunito Sans;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 20px;
		color: var(--h1-color);
	font-weight: 900;
}
.text-block span {
	color: #EFC368;
}
.text-block h2{
	font-family: Nunito Sans;
font-size: 24px;
font-weight: 900;
line-height: 28px;
	color: #2D4F4ABA;

}
.text-block p {
	font-family: Montserrat;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 20px;
		color: var(--p-color);
	z-index: 2;
    position: relative;
}
.left-side > div > a {
	font-family: Nunito Sans;
display: inline-block;
    padding: 10px 20px;
    background-color: #EFC368;
    color: #214842;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 700;
	    z-index: 9;
}        

        .support-block {
     margin-top: 100px;
    max-width: 340px;
        }
        .support-block p {
			font-family: Montserrat;
            font-size: 17px;
            line-height: 24px;
            margin: 0 0 16px;
				color: var(--p-color);
			z-index: 9;
    position: relative;
        }
        .contact-info {
            display: flex;
            align-items: center;
        }
        .contact-info img {
            margin-right: 10px;
			max-width: 45px;
			
        }
.contact-info > a {
	z-index:9;
}
        .contact-info .text {
            line-height: 1.4;
				color: var(--h1-color);
			font-weight: bold;
        }
.phone-number {font-weight:normal}
        .contact-info .text .phone-number {            
				color: var(--h1-color);
        }

.top-image {
	position: absolute;
	top: 0;
	left: 63%;
	transform: translateX(-50%);
	pointer-events: none;
}
.bottom-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	    width: 30%;
}
.right-image {
	position: absolute;
	bottom: -250px;
	right: 0;
	 pointer-events: none;
}

/*why*/
.main-why {
	 max-width: 1400px;
    margin: 0 auto;
	padding: 80px 0;
}
.main-why > h2 {
	max-width:560px;
	width: 100%;
	font-family: Nunito Sans;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	margin: 0 auto;
	color: var(--h1-color);	
	text-align: center;
}
.main-why span {
	color: var(--h1-y);
}
.main-why > p {
	width:500px;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: var(--p-color);
	margin: 0 auto;
	padding: 20px 0 40px 0;
}
.main-why-block-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
	justify-content: space-evenly;
    gap:0 70px;
    justify-items: center;
    width: 100%;
	box-sizing: initial;
}
.main-why-block-2 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: auto auto;
    gap: 0 120px;
    justify-items: center;
	justify-content: center;
    width: 100%;
	box-sizing: initial;
}
.main-why-block-elem {
	    display: flex;
    flex-direction: column;
    align-items: center;
	width: 252px;
}
.main-why-block-elem > h3 {
	font-family: Nunito Sans;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-align: center;
margin: 0 auto 15px;
color: var(--h1-color);	
	text-align: center;
}
.main-why-block-elem > p {
font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: center;
margin: 0 auto;
color: var(--h1-color);	
	text-align: center;
}
.main-why-block-elem img {
	width:100px;
	margin-bottom: 30px;
}
/*prod*/
.product-container-title {
	    display: flex;
    flex-direction: column;
    align-items: center;
	    margin-top: 50px;
}
.product-container-title h1  {
	font-family: Nunito Sans;
		color: var(--h1-color);
	font-weight: 800;
}

.product-container-title p {
	font-family: Montserrat;
		color: var(--p-color);
	    max-width: 430px;
    text-align: center;
}


.product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 50px;
	    z-index: 2;
    position: relative;
}

.product-card {
    background: #fff;
  border-radius: 15px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
-webkit-box-shadow: 0px 0px 16px -5px rgba(37, 143, 103, 0.4);
-moz-box-shadow: 0px 0px 16px -5px rgba(37, 143, 103, 0.4);
box-shadow: 0px 0px 16px -5px rgba(37, 143, 103, 0.4);
}
.product-card:hover {
	scale: 1.05;
}
.product-card img {
    max-height: 270px;
    object-fit: cover;
    margin-bottom: 15px;
}

.product-card strong {

    margin: 10px 0;
	font-family: Nunito Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	color: var(--h1-color);
}

.product-description {
font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 22px;
text-align: center;

    color: #556260;
    margin-bottom: 15px;
}

.price {

    margin-bottom: 10px;
	font-family: Nunito Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	color: var(--h1-color);
}
.variations-select {
/*	padding: 3px 9px;
    border-radius: 20px;
    margin-bottom: 15px;
	border: 1px solid #258f67;
	*/
	    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    background-color: transparent; 
    border: 1px solid #258f67; 
    border-radius: 20px;
    padding: 3px 9px;
    margin-bottom: 15px; 
    color: inherit; 
    outline: none;
	 position: relative;
    background: transparent;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23258f67"><path d="M7 10l5 5 5-5H7z"/></svg>'); /* Стрелка */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding-right: 30px;
	cursor: pointer;
}
.price del {
    color: #999;
    margin-right: 5px;
}

.price ins {
    color: #333;
    font-weight: bold;
	    text-decoration: none;
}

.product-card .button {
background-color: #fff;
    color: #258F67;
    border: none;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    border: #258F67 1px solid;
    border-radius: 24px;
    width: 50%;
    margin: 0 auto;
	    font-weight: 700;
	font-family: Nunito Sans;
}

.product-card .button:hover {
    background-color: #d7eee5;
}
.button-container {
    display: flex;
    gap: 10px; 
}


.product-container .product-card {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.product-container .product-card.in-view {
    opacity: 1;
    transform: scale(1);
}
.product-container-button {
	width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
.product-container-button-a {
    background-color: #fff;
    color: #258F67;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    border: #258F67 1px solid;
    border-radius: 24px;
   
    margin: 0 auto;
    font-weight: 700;
    font-family: Nunito Sans;
}
.product-container-button-a:hover {	 
    background-color: #d7eee5;
}

.product-container-last {
	    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    text-align: center;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(37, 143, 103, 0.4);
    -moz-box-shadow: 0px 0px 16px -5px rgba(37, 143, 103, 0.4);
    box-shadow: 0px 0px 16px -5px rgba(37, 143, 103, 0.4);
}
/*prod popup*/
#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}
#product-popup {
   position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 80%;
    max-height: 90%;
    background-color: #fff;
    z-index: 1000;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
}

#popup-content {
    display: flex;
    padding: 20px;
}

#product-main-image {
   /* width: 70%;
    text-align: center;
	    border: 1px solid #efc368;
    border-radius: 15px;
    padding: 20px;*/
	 width: 450px; 
    height: 450px;
    text-align: center;
    border: 1px solid #efc368;
    border-radius: 15px;
    padding: 10px; 
    box-sizing: border-box;
    overflow: hidden; 
	margin: 0 auto;
}

#product-main-image img {
  /*  max-width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;*/
	 width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    border-radius: inherit;
}
#product-thumbnails {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#product-thumbnails img.thumbnail {
    border-radius: 6px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: solid 1px #efc368;
    padding: 3px;
}
#product-title, #product-description, #product-price, #popup-add-to-cart {
    margin-bottom: 30px;
}
#product-title {	
font-size: 36px;
font-weight: 800;
line-height: 44px;
text-align: left;
	color: var(--h1-color);
	font-family: Nunito Sans;
}
#product-description {	
	font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: left;
}
#product-price {
font-family: Nunito Sans;
font-size: 36px;
font-weight: 800;
line-height: 44px;
text-align: left;
margin-bottom: 20px;
}
#popup-variations-select {
	   	padding: 3px 9px;
    border-radius: 20px;
    margin-bottom: 30px;
	border: 1px solid #258f67;
}
#popup-add-to-cart {
	font-family: Nunito Sans;
	font-size: 17px;
	font-weight: 700;
	    padding: 10px 20px;
    background-color: #EFC368;
    color: #214842;
    text-decoration: none;
border-radius: 30px;
}

#product-attributes {
	padding: 30px 0;    
    display: flex;
    flex-direction: column;
    gap: 10px;
	color: var(--p-color);
	font-family: Nunito Sans;
	font-size: 17px;
}

#close-popup {
position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    border: solid;
    border-radius: 50%;
    width: 34px;
    padding-left: 7px;
    background-color: #455;
    color: #fff;
}

.popup-left, .popup-right {
    width: 50%;
    padding: 20px;
}
.popup-left {
	display: flex;
    flex-direction: column;
    align-items: center;
}
/*digits*/
.digits-container {
	font-family: Nunito Sans;
font-size: 36px;
font-weight: 800;
line-height: 44px;
text-align: left;

    max-width: 1400px;
    margin: 0 auto;
padding: 40px 0;
}
.digits-container-top {
	    display: flex;
    flex-direction: row;
	    justify-content: space-between;
   
	gap: 10px;
	    margin-bottom: 50px;
}
.digits-container-top-txt {
	    display: flex;
    flex-direction: column; 
	gap: 10px;
	width: 650px;
}
.digits-container-bot {
    display: flex;
    flex-direction: row; 
	  justify-content: space-between;
    gap: 20px;
}
.digits-container-bot-txt {
	    display: flex;
    flex-direction: column; 
	  
	gap: 10px;	
	width: 650px;
}
.digits-top-h1, .digits-bot-h1 {
	font-family: Nunito Sans;
font-size: 36px;
font-weight: 800;
line-height: 44px;
text-align: left;
color: var(--h1-color);
}
.digits-bot-h1-gray {
	font-family: Nunito Sans;
font-size: 24px;
font-weight: 800;
line-height: 28px;
text-align: left;

	color:#21484280;
}
.digits-top-p, .digits-bot-p {
	font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: var(--p-color);
}

.digits-ahref{
	font-family: Nunito Sans;
font-size: 17px;
font-weight: 700;
line-height: 22px;
text-align: left;	

    display: inline-block;
    padding: 10px 20px;
    background-color: #EFC368;
    color: #214842;
    text-decoration: none;
    border-radius: 24px;
 
}
/*about*/
.about-container {
	    max-width: 100%;
   
padding: 40px 0;
	background-color: #EFC368;
	position: relative;
	    min-height: 500px;
}

.y-main-text h2 {
	font-family: Nunito Sans;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	text-align: left;
	color: var(--h1-color);
	max-width: 570px;
	width: 100%;
	margin-bottom:22px;
}
.y-main-text p {
	font-family: Nunito Sans;
font-size: 24px;
font-weight: 800;
line-height: 28px;
text-align: left;
color:#21484266;
	width: 500px;
	margin-bottom:40px;
}
.y-main-text ul {
	width:700px;
}
.y-main-text ul li {
font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: var(--p-color);
	margin-bottom:20px;
}

.y-main-text ul li span {
	font-family: Montserrat;
font-size: 17px;
font-weight: 600;
line-height: 24px;
text-align: left;
color: var(--h1-color);
}
/*wopcbm*/
.why-wopcbm {
	max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}
.why-wopcbm-h1 {
	font-family: Nunito Sans;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	text-align: center;
	color: var(--h1-color);
	margin: 0 auto 60px;
}
.why-wopcbm-grid {
	display: flex;
    flex-direction: row;
	    gap: 70px;
	margin-bottom:50px;
}
.wopcbm-grid-elem {
	    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.wopcbm-num {
	margin-bottom:25px;
	display: block;
    background-color: #FFE7B4;
    padding: 15px 28px;
    border-radius: 100%;
	width:50px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wopcbm-number {
    color: #214842;
	font-weight: 800;

}
.wopcbm-why-large {
	font-family: Nunito Sans;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-align: center;
color: var(--h1-color);
	margin-bottom:15px;
}
.wopcbm-why-small {
	font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: center;
color: var(--p-color);
}

.wopcbm-p-d {
	font-family: Montserrat;
font-size: 17px;
font-style: italic;
font-weight: 300;
line-height: 24px;
text-align: center;
color: var(--p-color);
	width: 70%;
	margin: 0 auto;
}

/*howtoorder*/
.howtoorder {
	max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
	display: flex;
	align-items: flex-start;
	justify-content: reverse;
	gap:80px;
}
.howtoorder h2 {
	margin: 0;
}
.howtoorder-txt-wr {
	display:flex;
	flex-direction:column;
	gap:23px;
	width: 460px;
}
.howtoorder-img {
	object-fit: contain;
}
.howtoorder-h2 {
	font-family: Nunito Sans;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	text-align: center;
	color: var(--h1-color);

}
.howtoorder-p {
	font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: left;
	color: var(--p-color);
	
}
.howtoorder-p span {
font-weight: 600;
}

.howtoorder-a {
	font-family: Nunito Sans;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    padding: 12px 22px;
    background-color: #EFC368;
    color: #214842;
    text-decoration: none;
    border-radius: 24px;
}
/*accordion*/
.acc-main{
font-family: Nunito Sans;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    color: var(--h1-color);
}
.faq-item-main{
	background: unset;
}
.accordion-main{
	max-width: unset;
}
.grw-wr {
	width:80%;
	margin: 0 auto;
}
.grw-h1 {
	font-family: Nunito Sans;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    color: var(--h1-color);
	margin-bottom: 20px;
}
/*pre-ftr*/
.site-footer {
		 max-width: 100%;
	background-color: #214842;
	padding: 70px 0 120px 0;
}

/*.pre-ftr {
	 max-width: 100%;
	background-color: #214842;
	
	display: flex;
   gap:50px;
    align-items: center;
	flex-direction: column;
}*/
.pre-ftr-wrap {
	margin: 0 auto;
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	    gap: 150px;
	
	justify-content: space-between;
}
.ftr-1 {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	max-width: 33%;
	min-height: 300px;
    justify-content: space-between;
	gap:70px;
}
.ftr-1-right {
	padding-top:var(--ftr-img-h);
}
.ftr-1-logo {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	    margin-bottom: 15px;
}
.ftr-1-logo img {
	    width: var(--ftr-img-h);
}
.ftr-1-logo p {
color: #fff;
font-family: Nunito Sans;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-align: left;
}
.ftr-1-logo span {
	color: #EFC368;
}

.ftr-1-p {
	color: #fff;

	font-family: Montserrat;
font-size: 13px;
font-weight: 400;
line-height: 16px;
text-align: left;
margin-bottom: 30px;
}
.ftr-1-soc {
	    display: flex;
    gap: 20px;
}
.ftr-1-soc img {
	height: 45px;
}
.ftr-menu-block {
	padding-top:var(--ftr-img-h);
}
.ftr-menu {
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
	    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	    gap: 10px;
}
.ftr-menu li a {
	font-family: Nunito Sans;
font-size: 17px;
font-weight: 600;
line-height: 22px;
text-align: left;
color: #fff;
}
.ftr-menu li a:hover {
	color: var(--h1-y);
}
.ftr-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 261px;
    min-height: 300px;
    justify-content: flex-start;
    gap: 30px;
	padding-top:var(--ftr-img-h);
}
.ftr-2-h {
	font-family: Nunito Sans;
	color: #fff;
	    font-size: 22px;
    font-weight: 800;
  
}
.ftr-2 p {
	font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 22px;
text-align: left;
color: #fff;
}
.ftr-2-soc {
	    display: flex;
    gap: 20px;
}
.ftr-2-soc img {
	height: 45px;
}

.ftr-2 > a {
	font-family: Nunito Sans;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-align: left;
color: var(--h1-y) !important;
}
.ftr-3 {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 402px;
    min-height: 300px;
    justify-content: flex-start;
	padding-top:var(--ftr-img-h);
}
.ftr-3-h {
	font-family: Nunito Sans;
	color: #fff;
	    font-size: 22px;
    font-weight: 800;

}
.ftr-3-block-inst {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	    padding-top: 40px;
}
.ftr-3-block-inst img {
    width: 90px;
    height: 73px;
    object-fit: cover; 
    border-radius: 5px; 
	cursor: pointer;
}
.footer-popup-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.footer-popup-content {
    position: relative;
    width: 80%; 
    max-width: 1000px; 
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.footer-popup-content img {
    width: 100%; 
    height: auto; 
}

.footer-close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.ftr-4-img {
	width: 250px;
	margin-bottom: 30px;
}
/*checkout*/
.woocommerce-notices-wrapper {
	display: none;
}
.woocommerce form .form-row label {
    font-weight: 700;
}
.woocommerce-checkout {
	width: 80%;
    margin: 0 auto;
	    position: relative;
   
	padding: 20px 0px;
}
.col2-set {
	display: flex;
	flex-direction: column;
}

.col-2, .col-1 {
	width: 100% !important;
}

.checkout-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    pointer-events: none; 
}

.checkout-background img {
    position: fixed;
    max-width: 300px; 
    height: auto;
}

.checkout-background .background-left {
    top: 100px;
    left: 0;
}

.checkout-background .background-right {
    bottom: 0;
    right: 0;
}

.pisol-location-radio:checked + label {
    background: #167000 !important;
    color: #fff;
}
.woocommerce button.button.alt {
	    background-color: #167000 !important;
}

.woocommerce-checkout #payment {
    background: #e6ede6 !important;
}
.woocommerce-checkout #payment div.payment_box {
background-color: #3b762940	!important;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #3b762940	!important;
	border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.xoo-wsc-ft-btn-cart {
	display: none !important;
}

.woocommerce-order {
	width: 80%;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 100px;
	color: var(--h1-color);
	font-family: Montserrat;
}
.woocommerce-customer-details {
	display: none !important;
}
.woocommerce-thankyou-order-received {
	margin-bottom: 20px;
	font-family: Nunito Sans;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
	color: var(--h1-color);
}
.woocommerce ul.order_details {
	color: var(--h1-color);
}
#billing_country_field {
	display: none;
}

#pisol-pickup-locations > div > div > label > a {
	color: wheat;
}

/*BLOG*/
.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	width: 80%;
    margin: 0 auto 5%;
}
.blog-pagination {
	width: 80%;
	margin: 0 auto 5%;
}
.navigation.pagination{ 
	display: flex;
    justify-content: center;
}
.prev.page-numbers, .next.page-numbers {
	 background-color: unset !important;
}
.page-numbers {	  
   border-radius: 50%;
    padding: 4px 10px;
    margin: 5px;
    background-color: #efc36842;
}
.page-numbers.current {
	    border: 1px solid #258f67;
    border-radius: 50%;
    padding: 4px 10px;
    margin: 5px;
    background-color: #258f672e;
}
.blog-header {
	font-family: Nunito Sans;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	text-align: left;
	width: 80%;
    margin: 0px auto 5%;
	color: var(--h1-color);
}
.blog-grid > div > a > h2 {
color: var(--h1-color)	;
}
.post-sidebar-wrapper {
	display: flex;
	flex-direction: row;
	gap:30px;
}
.entry-footer .entry-footer-meta {
	margin-bottom: 40px;
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    justify-content: space-between;
}
.post-tile {
    width: calc(33.33% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.post-tile h2 {
    font-size: 1.5em;
    margin: 0.5em 0;
}
.post-tile p {
    font-size: 1em;
    color: #555;
    padding: 0 10px 10px;
}
.site-main-blog{
	display: block;
    width: 80%;
    margin: 3% auto;
}
.read-more {
	font-family: Source Sans Pro, sans-serif;
	    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
	    color: #646464 !important;
}
.fa-arrow-right {
	color: gray;
}
.read-more:hover .fa-arrow-right {
     animation: 0.5s ease 0s 1 normal none running headShake;
}
@keyframes headShake {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
.entry-title, .entry-title a, .page-title {
font-family: Nunito Sans;
font-size: 40px;
font-weight: 900;
line-height: 40px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:var(--h1-color);
}
.page-title span {
	color: var(--h1-y);
}
.entry-content, .entry-summary {
	font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--p-color);
}
.entry-meta, .entry-date {
      /*margin-bottom: 20px;*/
font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--p-color);
}
.byline > span {
	font-family: Nunito Sans;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
	color: var(--h1-color);
}
.entry-footer {
	/*display: none;*/
}
.breadcrumb-first > a {
		font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.breadcrumb-current {
	color: #646464;
	font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}



.nav-links a {
		color: var(--h1-color);
}
.post-light {
	  /*  display: flex;*/
    flex-direction: row;
    align-items: center;
   
	margin-top: 20px;
}
.entry-meta ul li {
    display: inline-block;
    margin-right: 24px;
    position: relative;
    font-size: 15px;
    color: #757575;
    margin-bottom: 0;
    font-weight: 400;
}
.entry-meta ul li.post-author:after {
    content: ".";
    font-size: 20px;
    color: #111111;
    position: absolute;
    bottom: 11px;
    right: -16px;
}
.entry-meta ul li:after {
    content: ".";
    font-size: 20px;
    color: #111111;
    position: absolute;
    bottom: 5px;
    right: -16px;
}
}
/*site-main-search*/	
.site-main-search {
		display: block;
    width: 1400px;
    margin: 10% auto;
}
/*1600*/
@media (max-width: 1600px) {
	.menu li {
    margin-right: 20px;
}
	.menu li a {
  
    font-size: 15px;
	}
	.logo img {
    height: 40px;
}
		.top-image {
    width: 50%;
}
	.bottom-image {
    bottom: 0;
    width: 30%;
}
	
	.site-main-blog {
	    margin: 50px auto 0;
	}
}
/*1525*/
@media (max-width: 1525px) {
	.main-why, .product-container, .digits-container, .yellow-contact-block, .howtoorder, .why-wopcbm, .pre-ftr-wrap, .site-main-blog {
    max-width: 80%;
	}
	.left-side {

    margin-top: 9%;
}
	.bottom-image {
    width: 27%;
}
	.support-block {
    margin-top: 20px;
    
}
	.product-container {
    
    padding: 50px 20px;
    gap: 25px 30px;
}
}
/*1450*/
@media (max-width: 1450px) {
			  .button-container {
    font-size: 14px;
}
}
/*1400*/
@media (max-width: 1400px) {
	
	/*.main-why, .product-container, .digits-container, .howtoorder, .why-wopcbm, .pre-ftr-wrap{
    max-width: 1200px;
	}*/
	.header-main-navigation {
    padding: 20px 30px;
}
	.menu-search hr {width:200px;margin-right:20px;}
	.logo img {
    height: 40px;
}
	.logo span {
		font-size: 15px;
    padding-top: 9px;
    text-transform: uppercase;
}
	.menu {
    margin-left: 5px;
}
	.menu li {
    margin-right: 20px;
}
	.menu li a {
    font-size: 16px;
}
	.left-side .text-block {
		margin-top: 6%;
	}
	.top-image {
    width: 50%;
}
	.bottom-image {
    bottom: 0;
    width: 30%;
}
	.text-block h1 {
        font-size: 28px;
		    max-width: 80%;
	}
	.text-block h2 {
        font-size: 20px;		
        text-align: left;
	}
	.text-block p {  
    font-size: 14px;
		    max-width: 90%;
	}
	.left-side > div > a {
    font-size: 14px;
}
	.support-block {
    margin-top: 20px;
  
}
	.support-block p {
        font-size: 14px;
	}
	.contact-info img { 
    max-width: 60px;
}
	.right-wr {
    margin-top: 4%;
}
	/*why 1400*/
	
	.main-why-block-1 {
gap: 0 20px;
	}
	.main-why-block-2 {
gap:40px;
	}
	/*prod 1400*/
	.product-container-title h1 {
    font-size: 28px;
}
	.product-container-title p {
    font-size: 14px;
}
	.product-container {
    max-width: 80%;
    padding: 50px 20px;
    gap: 25px 30px;
}
	.product-card img {
		max-height: 200px;
	}
	.product-card strong {
    	font-size: 20px;
		padding: 10px 0px;
		display: inline-block;
	}
	.product-description {
 
    font-size: 13px;
	}
	.price {
    font-size: 20px;
	}
		  .button-container {
    font-size: 13px;
}
	/*digits 1400*/

	.digits-container-top-txt, .digits-container-bot-txt {
		width: 500px;
	}
	.digits-container-top img, .digits-container-bot img {
		width: 50%;
		        height: 80%;
	}
	/*about 1400*/
	.about-logo span {
    font-size: 20px;
	}
	.about-left-img, .about-right-img {
		width: 30%;
	}
	 .about-right-img {
        top: 60%;
	}
	.about-info h1 {
        font-size: 28px;
	}
	.about-info p {    
    font-size: 20px;
	}
	/*wobcpm*/

	
	/*howtoorder*/
	.howtoorder {
    gap: 30px;
}
	.howtoorder-img {
		width:550px;
	}
	/*prod popup 1400*/
	/*#product-main-image img {
   
    height: 280px;
	}*/
	#close-popup {
width: 36px;
    padding-left: 9px;
    padding-bottom: 2px;
		right: 8px;
}
	#product-attributes {
    	gap: 0px;
		padding: 30px 0;
	}
	#product-title {
		margin-top: 0;
	
		margin-bottom: 5px;
	}
	#product-description {
	margin-bottom: 10px;
	}
	.pre-ftr-wrap {       
		    gap: 80px;
		       
	}
	.y-main-text ul {
    width: 650px;
}
		.container-blog-top {
    margin: 12% auto 0 !important;
}
}
/*1340*/
@media (max-width: 1340px) {
			  .button-container {
    font-size: 12px;
}

}
/*1300*/
@media (max-width: 1300px) {

}
/*1200*/
@media (max-width: 1200px) {	
.logo img {
        height: 40px;
        object-fit: contain;
    }
	    .left-side .text-block {
        margin-top: 1%;
    }
.text-block {
   
    margin-left: 120px;
}
		  .button-container {
    font-size: 12px;
}
	.about-right-img {
        top: 70%;
    }
	.text-block h2 {
        font-size: 20px;	
        
	}
	.main-why-block-1 {
	gap:0;	
	}
		.main-why-block-2 {
gap:0px;
	}
		.y-img-1 {
    right: 28%;
}
		.y-img-2 {
			max-width: 220px;
    right: 15%;
    top: 26%;
}
	.y-img-3 {
    	right: 5%;
		max-width: 200px;
}
	.howtoorder {
		gap:35px;
	}
	.howtoorder-txt-wr {
		gap:0px;
	}
		.pre-ftr-wrap {       
		    gap: 50px;
			
	}
		.container-blog-top {
    margin: 13% auto 0 !important;
}
}
	
	
	/*800 mob*/
@media (max-width: 800px) {
	.entry-header {margin-top:200px;}
	.blog-header {
		text-align: center;
		margin: 180px auto 5%;
	}
	.header-main-navigation.sticky {display:none;}
	.age-popup-content {
    max-width: 90%;
    width: 90%;
}
		.search-box {
    width: 50%;
	}
	.popup-img {
    width: 100%;
		    height: 150px;
	}
	.h2-eng {
font-size: 20px;
font-weight: 800;
line-height: 22px;
text-align: center;
	}
	.p-eng {
	width:100%;
		font-size:14px;
		line-height: 20px
	}
	.h2-thai {
	line-height: 22px;	
	}
	.p-thai {
	width: 90%;	
	}
	.header-main-navigation {
		display:none;
	}
	.mob-wr {
    display: flex;
}

.logo_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FBEBC8A1;
    padding: 20px 20px;
    border-radius: 50px;
    margin: 0 0 0 20px;
	width: 100%;
}

.logo_mob a {
    display: flex;
    text-decoration: none;
}

.logo_mob img {
    height: 50px;
}

/* burger */
.burger-icon {
    font-size: 44px;
	font-weight:900;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
	 background-color: #FBEBC8A1;
	color: var(--h1-y);
    padding: 20px 20px;
    border-radius: 50px;
    margin: 0 20px 0 0px;
	height: 100%;
	        display: flex;
        align-items: center;
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #efc368f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.4s ease;
    z-index: 1010;
	backdrop-filter: blur(10px);
}

.menu-overlay.active {
    right: 0;
}
	#menuOverlay > ul {
		display: flex;
		flex-direction: column;
		gap: 26px;
	}

.menu-overlay ul li:nth-child(1) {
		padding-left: 0px;
}
	
.menu-overlay ul {
    list-style: none;
    padding: 0;
    text-align: center;
}


.menu-overlay ul li a {
    color: var(--h1-color);
    font-size: 24px;
    text-decoration: none;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: var(--h1-color);
    cursor: pointer;
}
	
	
	.main-why, .product-container, .digits-container, .howtoorder, .why-wopcbm, .pre-ftr-wrap{
    max-width: 90%;
		padding: 40px 0;
	}
	
	.container {
    flex-direction: column;
		height: 100%;
}
	.left-side {margin-top:140px;}
.top-image {    
    top: 0px;
    left: 100px;
}
	.text-block {
		display: flex;
    flex-direction: column;
    align-items: center;
		margin-left: 0;
	}
.text-block h1, .text-block h2 {
text-align: center;
	}

	.text-block p {
		text-align: center;
		
	}
	.support-block {
        margin-top: 40px;
		        margin-bottom: 40px;
    }
	.contact-info {
    justify-content: center;
}
	.support-block-txt {
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	    .right-wr {
       margin-top: 0%;
			margin-bottom: 30px;
    }
	.right-slider {
    margin-top: 60px;
	}
	    .bottom-image {
        bottom: 0;
        width: 50%;
        transform: rotate(90deg);
        left: -16%;
    }
.product-container-title {
	width: 90%;
        margin: 0 auto;
	}
	/*main-why*/
		.main-why > h2 {
		width:100%;
		font-family: Nunito Sans;
		font-size: 24px;
		font-weight: 800;
		line-height: 25px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;

	}
	.main-why > p {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	width:100%;
	}
	.main-why-block-elem > h1 {
	font-family: Nunito Sans;
	font-size: 11.45px;
	font-weight: 700;
	line-height: 14.06px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 0 auto 6px;
	}
	.main-why-block-elem > p {
	font-family: Montserrat;
	font-size: 8.85px;
	font-weight: 400;
	line-height: 12.49px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	}
	.main-why-block-1 {   
    grid-template-columns: repeat(2, 1fr);
	}
	.main-why-block-2 {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto;
    gap: 20px; 
}
	.main-why-block-elem {
	width:100%;
		        margin-bottom: 30px;
	}
	.main-why-block-2 > :nth-child(1) {
    grid-column: 1; 
    grid-row: 1;
}

.main-why-block-2 > :nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.main-why-block-2 > :nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2; 
    justify-self: center;
}
	.main-why-block-elem img {
    width: 70px;
    margin-bottom: 5px;
}
	.main-why-block-elem > h3 {  
    font-size: 20px;
		margin: 0 auto 5px;
	}
	.main-why-block-elem > p {
     
        font-size: 12px;
    
        line-height: 16px;
	}
	/*prod 800*/
	.product-container-button {
    padding: 0px 0;
}
	.product-container {

    grid-template-columns: repeat(2, 1fr);
	}
	/*digits 800*/
	.digits-container-top {   
    flex-direction: column-reverse;
	}
.digits-container-bot {
    flex-direction: column;
	}
	    .digits-container-top img, .digits-container-bot img, .digits-container-top-txt, .digits-container-bot-txt {
        width: 100%;
      
    }
	.digits-top-h1, .digits-bot-h1, .digits-bot-h1-gray  {

font-size: 24px;
font-weight: 800;
line-height: 25px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	.digits-top-p, .digits-bot-p {

font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
	
	}
	.digits-ahref-wr {
		display: flex;
    justify-content: center;
	}
	.about-left-img {
    
    top: 30%;
	}
	    .about-right-img {
        top: 80%;
    }
	.digits-container-bot h1 {
 
    font-size: 18.11px;
	}

	/*wopcbm*/
	.why-wopcbm-grid {  
    flex-direction: column;
	}
	/*howtoorder*/
	.howtoorder {
	flex-direction:column;
	}
	.howtoorder-txt-wr {
		width:100%;
		align-items: center;
	}
	.howtoorder-h1 {
	font-family: Nunito Sans;
font-size: 24px;
font-weight: 800;
line-height: 25px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	.howtoorder-p {
	font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
	
	}
	
	/*yellow*/
	.about-container {   
    padding: 0px 0;
	}
	.y-main-text h2, .y-main-text ul {
    width: 100%; 
}
	.y-main-text h2 {
		font-family: Nunito Sans;
		font-size: 24px;
		font-weight: 900;
		line-height: 25px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;

	}
	.y-main-text p {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-align: center;
    color: #21484266;
     width: 100%;
	}
	.y-main-text ul li {
font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
	}
	.y-main-text ul li span {
		font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 20px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	
	/*wopcomb*/
	.why-wopcbm-h1 {
		font-family: Nunito Sans;
font-size: 24px;
font-weight: 800;
line-height: 25px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	.wopcbm-why-large {
		font-family: Nunito Sans;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	.wopcbm-why-small {
		font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	.wopcbm-p-d {
	font-family: Montserrat;
font-size: 14px;
font-style: italic;
font-weight: 300;
line-height: 20px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
	
	}
	/*popup 800*/
	.popup-left, .popup-right {
    width: 50%;
    padding: 10px 10px;
}
	#product-title {
    font-size: 20px;
		margin-top: 0;
		margin-bottom: 0;
	}
/*	#product-main-image img {
        height: 130px;
    }*/
	#product-price {
    margin-bottom: 12px;
    font-size: 22px;
	}
	#product-description {    
    font-size: 12px;
    line-height: 19px;
	}
	#product-attributes {
    padding: 30px 0;
		    font-size: 14px;
	}
	
	/*check 800*/
	.checkout-background .background-left {
    opacity: 50%;
}
	.checkout-background .background-right {
    opacity: 70%;
}
	.woocommerce table.shop_table {
    background-color: #fff;
}
	.site-footer {   
    padding: 0px 0 70px 0;
}
	.pre-ftr {
		flex-direction: column;
	}
	.pre-ftr-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px; 
		width:85%;
		        align-items: flex-start;
    }

    
    .ftr-3 {
        order: 1;
    }
    .ftr-1 {
        order: 2;
		max-width:90%;
    }
    .ftr-2 {
        order: 3;
    }
	.ftr-1-soc img, .ftr-2-soc img {
            height: 52px;
        object-fit: contain;
}
	.ftr-2, .ftr-3 { 
		padding-top:20px;
	}
	
	.blog-grid {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 90%;
		margin: 40px auto 10%;
}
.blog-grid > div > a > h2 {
font-family: Nunito Sans;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
	.post-tile {
    width: 100%;
	}
		.site-main-blog {
	    margin: 30px auto 50px;
	}
	
	.acc-main, .grw-h1, .howtoorder-h2 {
		        font-size: 24px;
        font-weight: 800;
        line-height: 25px;
		
	}
	    .button-container {
        font-size: 13px;
    }
		.container-blog-top {
    margin: 200px auto 0 !important;
}
	.product-card img {
        max-height: 300px;
    }
}
	/*600 mob*/
@media (max-width: 600px) {
	.right-side {
		display: none;
	}
	.widget-area {
		display: none;
	}
	.post-sidebar-wrapper {
    gap: 0px; 
}
	.container-blog-top {
	margin: 200px auto 0 !important;
	}
		.blog-header {
		text-align: center;
		font-size: 25px;
	}
			.search-box {
    width: 80%;
	}
	    .top-image {
         opacity: 0.5;
    }
	.left-side .text-block {
        margin-top: 16%;
    }
	    .bottom-image {
        bottom: -30px;
	}
	.top-image {
        width: 80%;
		left:150px;
    }
	.right-image {
    bottom: -300px;
		width:50%;
}
	.right-wr {
    width: 75%;
	}
	.right-slider {
    flex-direction: column;
	}
	.slider-info {
    padding: 0px 20px 20px;
}
	.slider-info h1 {
            font-size: 28px;
}
	.slider-info p {  
    font-size: 12px;
	}
	slider-info__strong{
		margin: 20px 0;
		padding: 20px 0;
	}
	.slider-img-container {
    width: 90%;
    height: 180px;
           margin: 14px 14px;
}
	/*prod 600*/
	.product-container-title h1 {
       
        text-align: center;
    }
	    .product-container {
        grid-template-columns: repeat(1, 1fr);
    }
	.product-card {
    align-items: center;
}
	.button-container {
width:80%;
	}
		/*popup 600*/
	#product-popup {
    width: 90%;
    max-width: 90%;
    max-height: 95%;
		overflow-y: auto;
	}
	#popup-content {

    padding: 10px;
    flex-direction: column;
}
	.popup-left, .popup-right {
        width: 100%;
		        padding: 0px 10px;
	}
	#product-main-image {
    width: 70%;
	}
	   /* #product-main-image img {
                height: 180px;
			margin-bottom: 0px;
    }*/
	    #product-title {
        font-size: 23px;
	}
 #product-description {
    margin-bottom: 0px;
}
	#product-price {
      
        font-size: 18px;
    }
	    #product-attributes {
        padding: 15px 0;
        font-size: 12px;
			gap: 0px;
    }
	
	/*digits 600*/
	
	    .digits-container {
		max-width: 90%;
	}
	.digits-container-top {

    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
	
	/*.digits-container-bot {display: none;}*/
	.digits-container-bot-mob {
		display: flex;
		flex-direction: column;
        align-items: flex-start;
	}
	.digits-container-bot-txt h1{
	font-family: Nunito Sans;
	color: #258F67;
	        margin: 20px 0 5px;
font-size: 23px;
font-weight: 900;
line-height: 28.56px;
text-align: left;

}
.digits-container-bot-txt span {
	color: #EFC368;
}
.digits-container-bot-txt p {
	font-family: Montserrat;
	color: var(--p-color);
font-size: 11.42px;
font-weight: 600;
line-height: 17.95px;
text-align: left;

}
	/*about 600*/
	    .about-left-img {
        top: 12%;
    }
	    .about-right-img {
        top: 90%;
    }
	.about-block {
		    max-width: 90%;
    gap: 10px;
}
	    .about-info h1 {
        font-size: 24px;
			    line-height: 32px;
    }
	.about-info p {
  
    line-height: 24px;
	}
	.site-main-blog {
        max-width: 90%;
    }
	.entry-content, .entry-summary {
		font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
		.why-wopcbm-grid {
    gap: 50px;
	}
	.wopcbm-num {
    margin-bottom: 0px;
		padding: 35px 38px;
	}
.wopcbm-number {
    font-size: 24px;
	
}
	.wopcbm-why-large {
		    margin-bottom: 10px;
		margin-top: 15px;
	}
	.wopcbm-why-small {
		width:80%;
	}
	.product-container .product-card {
		opacity: 1 !important;
		transform: scale(1) !important;
	}
}

@media (max-width: 400px) {
	    .left-side {
        margin-top: 100px;
    }
	.age-popup-content {
		max-width: 95%;
		width: 95%;
		padding: 10px;
	}
	.h2-eng{
		font-size: 16px;
        line-height: 20px;
	}
	 .popup-img {
        width: 100%;
        height: 95px;
    }
	.h2-eng, .h2-thai  {
		margin: 10px;
        font-size: 14px;
        line-height: 18px;
    }
	.p-eng, .p-thai {
		font-size: 12px;
	}
	.age-btn {
		padding: 2px 30px;
	}
	    .logo_mob {
        margin: 0 0 0 10px;
	}
	    .burger-icon {
        padding: 10px 10px;
	}
.logo_mob img {
        height: 30px;
    }
	    .search-box {
        width: 95%;
    }
	.mob-wr {
        height: 100px;
    }
		.blog-grid {
    margin: 150px auto 10%;
}
	.ftr-1 {
    gap: 30px;
}
	.ftr-1-soc {
    gap: 10px;
}
	.ftr-1-soc img, .ftr-2-soc img {
		height: 40px;
		width:40px;
	}
	.grw-wr {
	width:90%;

}
	.container-blog-top {
    margin: 160px auto 0 !important;
}
}


@media (max-width: 300px) {
	    .logo_mob img {
        height: 25px;
    }
	.asl_w_container {

    min-width: 130px !important;
}
	
}