@charset "utf-8";
@media screen and (min-width: 1024px){
.content {
	float: left;
	height: auto;
	width: 100%;
}
.show-title-menu {
	font-family: serithairegular;
	font-size: 1rem;
	color: #006E42;
	text-align: center;
	float: left;
	height: auto;
	width: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 45%;
	padding-bottom: 1%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006E42;
}

.box-product-home {
	background-image: url(../images/bg-key.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 30%;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	margin-bottom: 3%;
}
.box-product-list {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
}
.box-product-list-in {
	float: left;
	height: auto;
	width: 20%;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-bottom: 3%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2.3%;
}
.picture-product {
	float: left;
	height: auto;
	width: 60%;
	margin-left: 20%;
}
.picture-product img {
	height: auto;
	width: 100%;
}
.code-product {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
}

.name-product {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	text-align: center;
	float: left;
	height: 2.5em;
	width: 80%;
	margin-top: 3%;
	margin-bottom: 3%;
	line-height: 120%;
	margin-left: 10%;
}

.price-product {
	font-family: serithairegular;
	font-size: 1rem;
	color: #F00;
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 1%;
	margin-bottom: 3%;
	margin-left: 10%;
	padding-top: 3%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F00;
}
.add-cart {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-bottom: 1%;
	margin-left: 10%;
}
.btn-add-cart {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	background-color: #00693F;
	height: auto;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 3%;
	border-radius: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
.btn-add-cart:hover {
	background-color: #008d36;
}
.buy-now {
	font-family: serithairegular;
	font-size: 1rem;
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 6%;
	margin-bottom: 3%;
	margin-left: 10%;
}
.btn-buy-now {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	background-color: #f1f84a;
	height: auto;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 3%;
	border-radius: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
.btn-buy-now:hover {
	background-color: #BDC527;	  
}
.box-promotion {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECF349;
}
.box-promotion img {
	height: auto;
	width: 100%;
}


.box-promotion-m {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECF349;
	display: none;
}
.box-promotion-m img {
	height: auto;
	width: 100%;
}

.box-open-shop-home {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.title-open-shop {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #00693F;
	float: left;
	height: auto;
	width: 15%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00693F;
	text-align: center;
	padding-bottom: 1%;
	margin-left: 42.5%;
	margin-bottom: 3%;
}
.box-open-shop-home-list {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.picture-open-shop-home {
	float: left;
	height: auto;
	width: 40%;
	border: 1px solid #CCC;
}
.picture-open-shop-home img {
	height: auto;
	width: 100%;
}
.picture-open-shop-home-sub {
	float: left;
	height: auto;
	width: 40%;
	border: 1px solid #CCC;
	margin-left: 30%;
}
.picture-open-shop-home-sub img {
	height: auto;
	width: 100%;
}
.title-open-shop-home {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-star.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px 28px;
	float: right;
	height: auto;
	width: 55%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.title-open-shop-home-sub {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	background-size: 3%;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.detail-open-shop-home {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 140%;
	color: #666;
	float: right;
	height: auto;
	width: calc(55% + 40px);
	margin-top: 2%;
	margin-bottom: 2%;
}
.detail-open-shop-home-sub {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 140%;
	color: #666;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.more-01 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: right;
	height: auto;
	width: 10%;
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F1F84A;
	margin-left: 80%;
	text-align: center;
}
.more-01 a {
	color: #666;
	text-decoration: none;
}
.more-01 a:hover {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
}
.see-all-01 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	padding: 10px;
	float: left;
	height: auto;
	width: 10%;
	margin-left: 45%;
	text-align: center;
	border: 1px solid #006e42;
	border-radius: 15px;
	background-color: #f1f84a;
}
.see-all-01 a {
	color: #333;
	text-decoration: none;
}
.see-all-01:hover {
	color: #333;
	text-decoration: none;
	background-color: #B9C207;
}
.box-pagination {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}

/* Pagination links */
.pagination a {
	color: black;
	text-decoration: none;
	transition: background-color .3s;
	font-family: serithairegular;
	font-size: 1rem;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

/* Style the active/current link */
.pagination a.active {
	background-color: #008d36;
	color: #FFF;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active):not(.disabled) {background-color: #ddd;}
.pagination a.disabled {color: #aaa; cursor: default; pointer-events: none;}.box-how-to-buy {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 140%;
	color: #333;
	float: left;
	height: auto;
	width: 60%;
	margin-top: 1%;
	margin-bottom: 5%;
	margin-left: 20%;
}
.box-how-to-buy img {
	display: block;
	margin: 0 auto 1rem auto;
	height: auto;
	width: 100%;
}
.box-how-to-buy p {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	line-height: 1.8;
}

.box-register {
	float: left;
	height: auto;
	width: 50%;
	border: 1px solid #006E42;
	margin-left: 25%;
	margin-top: 1%;
	padding-top: 5%;
	padding-bottom: 4%;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	margin-bottom: 8%;
}


.box-username {
	float: left;
	height: auto;
	width: 80%;
	margin-bottom: 2%;
	margin-left: 10%;
}
.title-username {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 30%;
	margin-left: 0%;
	padding-top: 8px;
	text-align: right;
}
.input-username {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 5%;
	font-family: "Noto Sans Thai";
	font-size: 0.9rem;
}
.btn-input-username {
	font-family: "Noto Sans Thai"; /* ใส่สำรองไว้ */
	font-size: 0.9rem;
	color: #333;
	text-align: left;
	height: auto;
	width: 90%;
	border: 1px solid #CCC;
	border-radius: 15px; /* ปรับ padding ให้สมดุลขึ้น */
	line-height: 140%;  /* เพิ่มระยะให้สระมีที่หายใจ */
	padding-top: 8px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
}
.box-login-go {
	float: left;
	height: auto;
	width: 60%;
	margin-left: 20%;
	margin-top: 3%;
	margin-bottom: 2%;
	
}
.btn-login-go {
	background-color: #f1f84a;
	height: auto;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 3%;
	border-radius: 15px;
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	border: 1px solid #C4CD07;
}
.btn-login-go:hover {
	background-color: #D0DB0B;
}
.btn-payment-go {
	background-color: #00693F;
	height: auto;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 3%;
	border-radius: 15px;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	border: 1px solid #005530;
}
.btn-payment-go:hover {
	background-color: #f1f84a;
	color: #333;
	border: 1px solid #C4CD07;
}.link-register a{
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	text-align: left;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 2%;
	margin-left: 20%;
	text-decoration: none;
}
.forgot-password a{
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	text-align: right;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 2%;
	margin-left: 20%;
	text-decoration: none;
}

.register-go a {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #fde594;
	text-align: center;
	margin-top: 6%;
	margin-bottom: 6%;
	border-radius: 15px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.register-go a:hover {
	background-color: #FBCD2F;
}
#inputcontainer {
	display: flex;
}
#inputcontainer > svg {
	margin-left: 10px;
}
.field-icon {
	float: right;
	margin-left: -40px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
	left: -10px;
}
.btn-file {
	font-family: serithairegular;
	font-size: 1rem;
	margin-bottom: 1%;
	margin-top: 1%;
}
.box-payment-title {
	float: left;
	height: auto;
	width: 50%;
	border: 1px solid #006E42;
	margin-left: 25%;
	margin-top: 1%;
	padding-top: 3%;
	padding-bottom: 2%;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	margin-bottom: 2%;
}
.title-payment {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #006E42;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 3%;
}
.box-payment-list {
	float: left;
	height: auto;
	width: 50%;
	margin-bottom: 3%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-left: 25%;
}
.patment-list-01 {
	text-align: right;
	float: left;
	height: auto;
	width: 47%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
}
.patment-list-02 {
	text-align: left;
	float: right;
	height: auto;
	width: 47%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #999999;
}




.box-article {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 5%;
}
.title-contact {
	font-family: "Noto Sans Thai";
	font-size: 1.2rem;
	color: #006E42;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	font-weight: bold;
}
.box-contact-list {
	float: left;
	height: auto;
	width: 80%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00653C;
	margin-left: 10%;
}
.box-contact-list-01 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-contact-01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20%;
	float: left;
	height: auto;
	width: 20%;
	padding-top: 70px;
	text-align: center;
	
	text-decoration: none;
	margin-left: 25%;
}

.box-contact-list-02 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-contact-02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20%;
	float: right;
	height: auto;
	width: 25%;
	padding-top: 70px;
	text-align: center;
	
	text-decoration: none;
	margin-right: 20%;
}
.box-contact-list-03 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-contact-03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20%;
	float: left;
	height: auto;
	width: 20%;
	padding-top: 70px;
	text-align: center;
	
	text-decoration: none;
	margin-left: 10%;
}
.box-contact-list-04 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-contact-04.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20%;
	float: left;
	height: auto;
	width: 20%;
	padding-top: 70px;
	text-align: center;
	
	text-decoration: none;
	margin-left: 10%;
}
.box-contact-list-05 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	background-image: url(../images/icon-contact-05.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20%;
	float: right;
	height: auto;
	width: 20%;
	padding-top: 70px;
	text-align: center;
	
	text-decoration: none;
	margin-right: 10%;
}
.title-line {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	text-align: center;
	float: left;
	height: auto;
	width: 10%;
	margin-bottom: 2%;
	margin-left: 45%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f84a;
	padding-top: 5px;
	padding-bottom: 5px;
}

.qr-line {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 40%;
}
.qr-line img {
	height: auto;
	width: 100%;
}
.google-map {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
}
.box-cart {
	float: left;
	height: auto;
	width: 76%;
	margin-left: 10%;
	margin-top: 2%;
	margin-bottom: 1%;
	border: 1px solid #006E42;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius: 15px;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.box-cart-list {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006E42;
}
.cart-num {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #FFF;
	text-align: center;
	float: left;
	height: 20px;
	width: 20px;
	background-color: #006E42;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 5px;
}
.cart-picture {
	float: left;
	height: auto;
	width: 8%;
	border: 1px solid #CCC;
	margin-right: 1%;
	margin-left: 1%;
}
.cart-picture img {
	height: auto;
	width: 100%;
}
.cart-detail {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #333;
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	border: 1px dashed #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1%;
	padding-left: 1%;
}
.cart-amount {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	text-align: center;
	float: left;
	height: auto;
	width: 7%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 1%;
}

.cart-price {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #F60;
	float: left;
	height: auto;
	width: 5%;
	text-align: right;
	margin-top: 1%;
}
.cart-quantity-01 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 6%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: right;
	margin-top: 1%;
}
.cart-quantity-01-sub {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 6%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: right;
	margin-top: 1%;
}
.cart-quantity-input {
	float: left;
	height: auto;
	width: 14%;
	text-align: center;
}
.cart-quantity-input-text {
	float: left;
	height: auto;
	width: 5%;
	text-align: center;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	margin-top: 1%;
}
.cart-quantity-02 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 5%;
	margin-top: 1%;
}
.cart-quantity-02-sub {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 5%;
	margin-top: 1%;
}
.cart-price-sum {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #F00;
	float: left;
	height: auto;
	width: 6%;
	text-align: right;
	margin-top: 1%;
}
.cart-delete {
	float: right;
	height: auto;
	width: 5%;
}
.btn-delete {
	background-image: url(../images/icon-delete.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	padding: 8px;
	height: auto;
	width: 30px;
	background-color: transparent;
	border: 1px solid #CCC;
	cursor: pointer;
}
/* ตกแต่ง Container หลัก */
.quantity-picker {
	display: inline-flex;
	align-items: center;
	background-color: #008d36; /* สีพื้นหลังเข้มตามรูป */
	border-radius: 12px;
	padding: 2px;
	border: 1px solid #30363d;
}

/* ตกแต่งปุ่มบวกลบ */
.quantity-picker button {
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 1.2rem;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Tahoma, Geneva, sans-serif;
}

.quantity-picker button:hover {
	background-color: #006e42;
	border-radius: 8px;
}

/* ตกแต่งช่องใส่ตัวเลข */
.quantity-input {
	width: 40px;
	background: transparent;
	border: none;
	border-left: 1px solid #30363d;
	border-right: 1px solid #30363d;
	color: #ffffff;
	text-align: center;
	font-size: 1rem;
	outline: none;
	appearance: textfield; /* ซ่อนลูกศร default ของ browser */
	font-family: serithairegular;
}

/* ซ่อนลูกศรของ input type number สำหรับ Chrome/Safari */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-price {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 1%;
	margin-bottom: 10%;
	margin-left: 25%;
	border: 1px solid #006E42;
	border-radius: 15px;
	padding-top: 3%;
	padding-bottom: 3%;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.box-price-list-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
}
.detail-price-list-01 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	text-align: right;
	float: left;
	height: auto;
	width: 45%;
	margin-left: 5%;
}
.detail-price-list-02 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 20%;
	text-align: right;
}
.detail-price-list-02-red {
	font-family: serithairegular;
	font-size: 1rem;
	color: #F00;
	float: left;
	height: auto;
	width: 20%;
	text-align: right;
}

.detail-price-list-03 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	float: right;
	height: auto;
	width: 10%;
	margin-right: 15%;
}
.box-send-cart {
	width: 60%;
	float: left;
	height: auto;
	margin-bottom: 3%;
	margin-left: 20%;
	margin-top: 3%;
}
.btn-send-cart {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 120%;
	color: #333333;
	height: auto;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 3%;
	background-color: #f1f84a;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #CCC;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.btn-send-cart:hover {
	background-color: #CAD509;
}
.text-address {
	font-family: serithairegular;
	font-size: 0.8rem;
	line-height: 160%;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
}
.back-01 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #006E42;
	text-align: left;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 5%;
	line-height: 160%;
	text-decoration: underline;
}
.back-01 a {
	color: #006E42;
}
.box-see-order {
	float: left;
	height: auto;
	width: 50%;
	border: 1px solid #006E42;
	margin-left: 25%;
	margin-top: 1%;
	padding-top: 5%;
	padding-bottom: 4%;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	margin-bottom: 2%;
	background-color: #008d36;
}
.see-order {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 30%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 35%;
	padding-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F84A;
	text-align: center;
}
.see-order a {
	color: #FFF;
	text-decoration: none;
}
.see-order a:hover {
	color: #F1F84A;
}
.box-show-order {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
}
.box-show-order-list {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 2%;
}
.title-show-order {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 15%;
}
.text-show-order {
	font-family: serithairegular;
	font-size: 1rem;
	color: #999;
	float: left;
	height: auto;
	width: 30%;
}
.btn-text-show-order {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #999;
	text-align: center;
	height: auto;
	width: 100%;
	padding: 5px;
	line-height: 160%;
}
/* ปุ่มกดหลัก */
.zync-action-button {
  background-color: #28a745;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}

/* พื้นหลังมืดสลัว (Overlay) */
.zync-modal-overlay {
  display: none;
  position: fixed;
  inset: 0; /* ครอบคลุมทั้งหน้าจอ */
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  backdrop-filter: blur(2px); /* เพิ่มความพรีเมียมด้วยการเบลอหลัง */
}

/* กล่อง Popup สีเขียว */
.zync-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 380px;
  background-color: #28a745;
  color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.zync-modal-body p {
  margin: 0 0 20px 0;
  font-size: 18px;
}

/* กลุ่มปุ่มใน Modal */
.zync-button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.zync-btn-confirm {
  background: #ffffff;
  color: #28a745;
  border: none;
  padding: 8px 25px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.zync-btn-dismiss {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 25px;
  border-radius: 6px;
  cursor: pointer;
}

/* ระบบ Toast แจ้งเตือน */
.zync-toast-alert {
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	background-color: #28a745; /* เปลี่ยนเป็นสีเขียวตามโจทย์แรก */
	color: #fff; /* เพิ่ม padding ซ้ายขวาให้สมดุล */
	border-radius: 12px;
	font-size: 1.2rem;
	z-index: 10000;
	opacity: 0;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	font-family: "Noto Sans Thai";
	border: 1px solid #FF0;
	height: auto;
	width: 60%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 200%;
	text-align: center;
}

/* คลาสที่จะเพิ่มเข้าไปเมื่อกดปุ่ม */
.zync-toast-alert.zync-show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.zync-close-x {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}

.zync-close-x:hover {
  color: #ffffff;
}
@keyframes zyncFadeIn { from { bottom: 0; opacity: 0; } to { bottom: 20px; opacity: 1; } }
@keyframes zyncFadeOut { from { bottom: 20px; opacity: 1; } to { bottom: 0; opacity: 0; } }
.down {
	margin-top: 10px;
	color: #999;
}.alert {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #F00;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 4%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006E42;
}
/* --- ส่วนที่เพิ่มใหม่: จัดวางปุ่มด้านล่าง --- */
.zync-footer-buttons {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  justify-content: center; /* วางปุ่มไว้ตรงกลางด้านล่าง */
  width: 100%;
}

.zync-btn-footer {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: white;
	padding: 8px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	flex: 1; /* ให้ปุ่มขยายขนาดเท่ากัน */
	max-width: 200px;
	font-family: "Noto Sans Thai";
}

.zync-btn-bold {
  background: white;
  color: #28a745;
  font-weight: bold;
}

.box-box-01 {

	height: auto;
	width: auto;
}
.box-box-02 {

	height: auto;
	width: auto;
}
.box-box-03 {

	height: auto;
	width: auto;
}
}