<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&amp;display=swap');

/* Define the variable */
:root {
	--navbar-height-desktop: 120px; 
	--navbar-height-mobile: 0px;
  }

.g-col {
	padding: 7px;
}
.pg {
	position: relative;
	width: 100%;
  background: #ffffff;
	border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.pg .bg {
	width: 100%;
	height: 300px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  overflow: hidden;
}
.pg .ct {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 0;
  width: 100%;
	height: 60px;
	color: #ffffff;
	font-size: 26px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1199px) {
  .pg .bg {
    height: 250px;
  }
	.pg .ct {
	  padding: 12px 0;
		height: 50px;
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
  .pg .bg {
    height: 200px;
  }
	.col-sm-8 .pg .bg {
    height: 225px;
  }
	.col-sm-6 .pg .bg {
    height: 270px;
  }
	.col-sm-4 .pg .bg {
    height: 450px;
  }
	.pg .ct {
		padding: 6px 0;
		height: 35px;
		font-size: 20px;
	}
}
@media screen and (max-width: 550px) {
  .col-sm-12 .pg .bg {
    height: 100px;
  }
	.col-sm-8 .pg .bg {
    height: 150px;
  }
	.col-sm-6 .pg .bg {
    height: 180px;
  }
	.col-sm-4 .pg .bg {
    height: 300px;
  }
	.pg .ct {
		padding: 6px 0;
		height: 30px;
		font-size: 15px;
	}
}

html {
	font-size: 10px;
}

body {
	font-family: 'Noto Sans Thai', tahoma, ms sans serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #212121;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

a {
	color: #9e9e9e;
	text-decoration:none;
}

a:focus, a:hover, a:active, a:visited,
a:hover span, a:active span, a:visited span {
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #9e9e9e;
}

ul {
	list-style:none;
	margin:0;
	padding:0
}

input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin: 5px 0;
	height: 15px;
	font-weight: normal;
	line-height: 14px;
	vertical-align: middle;;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}
input[type=checkbox] + label span,
input[type=radio] + label span {
	display: inline;
	font-size: 11px;
	color: #9e9e9e;
}
input[type=checkbox] + label::after,
input[type=radio] + label::after {
	content: "\f0c8";
	position: absolute;
	top: 0;
	left: 1px;
	font-family: "Font Awesome 5 Pro";
	font-size: 17px;
	line-height: 15px;
	color: #e0e0e0;
	text-align: center
}
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	content: "\f14a";
	color: #ef5350;
}
input[type="text"],
select {
	padding: 3px 5px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	font-family: tahoma, ms sans-serif;
	font-size: 13px;
}
.echo-0,
.echo-1 {
  -webkit-transition: opacity 1s ease-in-out;
 	-moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.echo-0 {
 	opacity: 0.4 !important;
}
.echo-1 {
 	opacity: 1 !important;
}
/* ==================================== */
/* ============== Header ============== */

/* ===== Header by Device ===== */
#head-top {
	width: 100%;
	background: #ffffff;
	z-index: 999;
	border: solid rgba(0, 0, 0, 0.12);
	border-width: 0 0 1px;
	box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
	-webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
}
#head-fix {
	position: fixed;
	top: -150px;
	width: 100%;
	background: #ffffff;
	z-index: 999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border: solid rgba(0, 0, 0, 0.12);
	border-width: 0 0 1px;
	box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
	-webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
}
#head-mobile {
	width: 100%;
	display: none;
	z-index: 999;
	position: fixed;
}
#head-mobile-space {
	display: none;
	width: 100%;
	height: 61px;
}

/* ===== Head top =====*/
#head-top-area {
	position: relative;
}
#head-top-area &gt; #head-top-nav {
  display: table;
	float: none;
	margin: 0px auto;
}
#head-top-area &gt; #logo1 {
  display: table;
	margin: 15px auto 5px;
}
#head-top-area #menu1 {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
#head-top-area #menu1 &gt; li {
  display: inline-block;
  position: relative;
  margin: 0px 15px;
}
#head-top-area #menu1 &gt; li:hover &gt; .submenu {
	visibility: visible;
}
#head-top-area #menu1 &gt; li::before {
  content: '|';
	font-family: WPDN;
  line-height: 19px;
  font-size: 15px;
  display: block;
  position: absolute;
  left: -20px;
  bottom: 21px;
}
#head-top-area #menu1 &gt; li:first-child::before {
  display: none;
}
#head-top-area #menu1 &gt; li &gt; a {
	font-family: 'Noto Sans Thai';
	font-weight: normal;
	font-size: 22px;
	line-height: 19px;
	padding: 18px 0 20px 0;
	display: block;
	color: #757575;
}
#head-top-area #menu1 &gt; li &gt; a:hover {
	color: #ef5350;
}
#head-top-area .submenu {
	position: absolute;
	top: 57px;
	left: -15px;
	background-color: #ffffff;
	box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
	visibility: hidden;
}
#head-top-area .submenu &gt; li {
	position: relative;
}
#head-top-area .submenu &gt; li:hover {
	background-color: rgba(0, 0, 0, 0.04);
}
#head-top-area .submenu &gt; li::before {
	content: '';
	position: absolute;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.12);
}
#head-top-area .submenu &gt; li:last-child::after {
	content: '';
	position: absolute;
	top: 42px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.12);
}
#head-top-area .submenu &gt; li &gt; a {
	font-family: 'Noto Sans Thai';
	font-weight: normal;
	font-size: 19px;
	min-width: 120px;
	line-height: 19px;
	padding: 12px 15px;
	display: block;
	color: #757575;
	white-space: nowrap;
}
#head-top-area .submenu &gt; li &gt; a:hover {
	color: #ef5350;
}
#head-top-area #menu1 i {
	line-height: 15px;
}


/* ===== Head fix =====*/
#head-fix-area &gt; #logo2 {
	display: inline-block;
	margin: 3px 0;
}
#head-fix-area &gt; #head-fix-nav {
	display: inline-block;
	float: right;
}
#head-fix-area #menu2 {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
#head-fix-area #menu2 &gt; li {
  display: inline-block;
  position: relative;
  margin: 0px 15px 0px 17px;
}
#head-fix-area #menu2 &gt; li:hover &gt; .submenu {
	visibility: visible;
}
#head-fix-area #menu2 &gt; li::before {
  content: '|';
	font-family: 'Noto Sans Thai';
  line-height: 19px;
  font-size: 15px;
  display: block;
  position: absolute;
  left: -20px;
  bottom: 13px;
}
#head-fix-area #menu2 &gt; li:first-child::before {
  display: none;
}
#head-fix-area #menu2 &gt; li &gt; a {
	font-family: 'Noto Sans Thai';
	font-weight: normal;
	font-size: 20px;
	line-height: 19px;
	padding: 17px 0 14px 0;
	display: block;
	color: #757575;
}
#head-fix-area #menu2 &gt; li &gt; a:hover {
	color: #ef5350;
}
#head-fix-area .submenu {
	position: absolute;
	top: 50px;
	left: -15px;
	background-color: #ffffff;
	box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
	visibility: hidden;
}
#head-fix-area .submenu &gt; li {
	position: relative;
}
#head-fix-area .submenu &gt; li:hover {
	background-color: rgba(0, 0, 0, 0.04);
}
#head-fix-area .submenu &gt; li::before {
	content: '';
	position: absolute;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.12);
}
#head-fix-area .submenu &gt; li:last-child::after {
	content: '';
	position: absolute;
	top: 39px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.12);
}
#head-fix-area .submenu &gt; li &gt; a {
	font-family: 'Noto Sans Thai';
	font-weight: normal;
	font-size: 16px;
	min-width: 120px;
	line-height: 16px;
	padding: 12px 15px;
	display: block;
	color: #757575;
	white-space: nowrap;
}
#head-fix-area .submenu &gt; li &gt; a:hover {
	color: #ef5350;
}
#head-fix-area #menu2 i {
	line-height: 15px;
}



/* ===== Head Mobile =====*/
#menu {
	position: fixed;
	top: 61px;
	left: -250px;
	width: 250px;
	height: calc(100% - 61px);
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	background: #fafafa;
	overflow-y: auto;
}
.group-menu {
	width: 100%;
	padding: 0;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: auto;
}
#menu ul {
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#menu ul &gt; li,
#menu ul &gt; li &gt; a {
	display: block;
	position: relative;
}
#menu ul &gt; li &gt; a {
	padding: 10px 10px 10px 20px;
}

#menu ul &gt; li &gt; a &gt; span.menu-non-link-text {
	display:inline-block;
}

#menu ul &gt; li &gt; a &gt; span.menu-link-text {
	display:inline-block;
	cursor: pointer;
}

#menu ul &gt; li &gt; a &gt; span.menu-link-text &gt; img.lang-flag {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 2px lightgrey;
}


#menu ul &gt; li &gt; a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.12);
}
#menu ul &gt; li &gt; span {
	right: 8px;
}
#menu .submenu {
	display: none;
	padding-left: 20px;
	font-size: 15px;
}
#menu-disable-area {
	display: none;
	position: fixed;
	top: 61px;
	bottom: 60px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}
#head-mobile-area {
	position: relative;
	width: 100%;
	padding: 3px 0px;
	text-align: center;
	/*background: #ffffff;*/
	border: solid rgba(0, 0, 0, 0.12);
	border-width: 0 0 1px;
	box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
	-webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
}
#head-mobile-area a {
	display: inline-block;
}
#head-mobile-area &gt; .float-btn-left {
	position: absolute;
	top: 10px;
	left: 10px;
}
#head-mobile-area &gt; .float-btn-right {
	position: absolute;
	top: 10px;
	right: 10px;
}
#bottom-mobile-area {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	border-top: solid 1px rgba(0, 0, 0, 0.12);
	box-shadow: 2px -1px 1px rgba(0, 0, 0, .07);
	-webkit-box-shadow: 2px -1px 1px rgba(0, 0, 0, .07);
}
.bot-btn {
	position: relative;
	display: inline-block;
	margin: 5px 2.5px;
	padding: 4px 0;
	width: 50px;
	height: 50px;
	font-size: 10px;
	line-height: 23px;
}
.bot-btn i {
	display: block;
	font-size: 24px;
}
#bot-btn-chat-popup {
	position: absolute;
	bottom: 60px;
	left: -5px;
	display: none;
	width: 60px;
	border-radius: 5px;
	box-shadow: 2px -1px 1px rgba(0, 0, 0, .07);
	-webkit-box-shadow: 2px -1px 1px rgba(0, 0, 0, .07);
}

/* ==================================== */
/* =========== Modal Login ============ */
.m-login {
	font-family: tahoma, ms sans serif;
  font-size: 13px;
}
#myModalLabel {
	font-size: 19px;
	font-weight: bold;
}

.pos-relative,
.list-item {
	position: relative;
}
.sale {
	position: absolute;
	top: 30px;
	right: 9px;
	padding: 8px 8px 4px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	background: #b71c1c;
	box-shadow: 0 1px 2px 0 #9e9e9e;
}
.sale::before {
	content: '';
	position: absolute;
	top: 0;
	left: -16px;
	border-color: #b71c1c;
	border-style: solid;
	border-width: 16px 8px;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.sale::after {
	content: '';
	position: absolute;
	top: 32px;
	right: 0;
	border: 3px solid #6b0c0c;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.out-of-stock {
	background: #9e9e9e;
}
.out-of-stock::before {
	border-color: #9e9e9e;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.out-of-stock::after {
	border-color: #616161;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.swiper-slide .sale {
	top: 25px;
	right: -5px;
	font-size: 14px;
	line-height: 14px;
}
.swiper-slide .sale::before {
	left: -10px;
	border-width: 13px 5px;
}
.swiper-slide .sale::after {
	top: 26px;
}

.list-item .sale {
	top: 35px;
	right: 9px;
}
@media screen and (max-width: 1200px) {
	.list-item .sale {
		top: 30px;
		right: 9px;
		font-size: 14px;
		line-height: 14px;
	}
	.list-item .sale::before {
		left: -10px;
		border-width: 13px 5px;
	}
	.list-item .sale::after  {
		top: 26px;
	}
}
@media screen and (max-width: 800px) {
	.list-item .sale {
		right: 2px;
	}
}

/* ==================================== */
/* =============== Cart =============== */
.mycart {
	position: relative; }

.popupcart,
.popupreserve,
.popupitem,
.popupburger {
	display: none;
	position: absolute;
	height: 30px;
	padding: 5px;
	font-family: tahoma, ms sans serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: #ef5350;
	border: 1px solid #c62828;
	border-radius: 3px;
	text-wrap: nowrap; 
}

.popupcart::before,
.popupcart::after,
.popupreserve::before,
.popupreserve::after,
.popupitem::before,
.popupitem::after,
.popupburger::before,
.popupburger::after {
	content: '';
	position: absolute;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent; 
}

.popupcart::before,
.popupreserve::before,
.popupitem::before,
.popupburger::before {
	top: -8px;
	border-bottom: 8px solid #c62828; 
}

.popupcart::after,
.popupreserve::after,
.popupitem::after,
.popupburger::after {
	top: -7px;
	border-bottom: 8px solid #ef5350; 
}

.popupburger {
	right: auto;
	left: 0px; }

	.popupburger::before,
	.popupburger::after {
		left: 10px;
		right: auto;}

.cart-item,
.reserve-item,
.status-item,
.hbg-item {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: -6px;
	min-width: 12px;
	padding: 4px 5px 1px !important;
	font-size: 10px !important;
	line-height: 1;
	color: #ffffff !important;
	white-space: nowrap !important;
	vertical-align: baseline;
	text-align: center;
	background-color: #ef5350;
	border-radius: 10px; }

	.cart-item:empty,
	.reserve-item:empty,
	.status-item:empty,
	.hbg-item:empty {
		display: none; }



/* ==================================== */
/* ============== Button ============== */

.allBtn {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0px;
	border-radius: 3px;
}
.allBtn:hover, .allBtn:active {
	background-color: rgba(0, 0, 0, 0.04);
}
.allBtn i {
	font-size: 27px;
	color: #757575;
	margin: 10px 3px;
}
.allBtn &gt; .cart-item {
	top: 2px;
	right: 2px;
}
.allBtn &gt; .hbg-item {
	top: 2px;
	right: 2px;
}
.allBtn .hamburgerIcon {
	width: 26px;
	height: 4px;
	text-align: left;
	background-color: #757575;
	border-radius: 2px;
	margin: 17px 6px;
	position: relative;
}
.allBtn .hamburgerIcon::before {
	content: '';
	position: absolute;
	width: 26px;
	height: 4px;
	background-color: #757575;
	border-radius: 2px;
	top: -8px;
}
.allBtn .hamburgerIcon::after {
	content: '';
	position: absolute;
	width: 26px;
	height: 4px;
	background-color: #757575;
	border-radius: 2px;
	top: 8px;
}
.allBtn .closeIcon {
	width: 26px;
	height: 26px;
	border-radius: 2px;
	margin: 6px 6px;
	position: relative;
}
.allBtn .closeIcon::before {
	content: '';
	position: absolute;
	width: 26px;
	height: 4px;
	background-color: #757575;
	border-radius: 2px;
	left: 0px;
	top: 11px;
	-ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
}
.allBtn .closeIcon::after {
	content: '';
	position: absolute;
	width: 26px;
	height: 4px;
	background-color: #757575;
	border-radius: 2px;
	left: 0px;
	top: 11px;
	-ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Safari */
  transform: rotate(135deg);
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	color: #212121;
	font-weight: bold;
	font-size: 13px;
	background: #ffffff;
	cursor: pointer;
}
.btn-blue { /* ===== BLUE ===== */
	border: 1px solid #0277bd;
	color: #ffffff;
	background: #03a9f4;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus {
	color: #ffffff;
	background: #039be5;
	text-decoration: none;
}

.btn-red { /* ===== RED ===== */
	border: 1px solid #c62828;
	color: #ffffff;
	background: #f44336;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus {
	color: #ffffff;
	background: #e53935;
	text-decoration: none;
}

.btn-red-bor { /* ===== redbor ===== */
	border: 1px solid #c62828;
	color: #f44336 !important;
	background: #FFF;
}
.btn-red-bor:hover,
.btn-red-bor:focus,
.btn-red-bor.focus {
	color: #e53935 !important;
	background: #FFF;
	text-decoration: none;
}

.btn-green { /* ===== GREEN ===== */
	border: 1px solid #43a047;
	color: #ffffff;
	background: #4caf50;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus {
	color: #ffffff;
	background: #43a047;
	text-decoration: none;
}

.btn-grey {
	color: #9e9e9e;
}

.btn-disable { /* ===== DISABLE ===== */
	border: 1px solid #757575;
	color: #ffffff;
	background: #e0e0e0;
	cursor: default;
}
.btn-disable:hover,
.btn-disable:focus,
.btn-disable.focus {
	color: #ffffff;
	text-decoration: none;
	background: #e0e0e0;
	cursor: default;
}
.half-btn {
	width: calc(50% - 3px);
}
@media screen and (max-width: 550px) {
	.half-btn {
		width: 100%;
		margin-bottom: 10px;
	}
}

.status-code {
	margin-top: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #ef5350;
	text-align: center;
}
.status-detail {
	padding: 0 20px;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}
.status-detail span {
	font-weight: bold;
	color: #ef5350;
}
.status-detail .space {
	display: inline-block;
	width: 40px;
}
.status-btn {
	margin-top: 35px;
	margin-bottom: 50px;
	text-align: center;
}
.status-btn a {
	padding: 8px 25px;
	font-weight: normal;
	font-size: 20px;
}

.promotion-gallery {
	margin-top: 0 !important;
	margin-bottom: 20px;
}
.promotion-gallery .frame {
	width: 100%;
	margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
.promotion-gallery .frame a {
	width: 100%;
}
.promotion-gallery .frame img {
  vertical-align: middle;
	width: 100%;
}
.promotion-gallery .swiper-slide {
	width: 100% !important;
	margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
.promotion-gallery .swiper-slide a {
	width: 100%;
}
.promotion-gallery .swiper-slide img {
  vertical-align: middle;
	width: 100%;
}



/* ==================================== */
/* ============ Box Search ============ */
.box,
.box2 {
	width: 200px;
	margin: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: tahoma, ms sans serif;
}
.search-group {
	width: 200px;
	position: relative;
	font-size: 15px;
}
.search-group input[type="text"] {
	width: 200px;
	padding: 6px 15px 6px 30px;
	line-height: 19px;
}
.search-group i {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	cursor: pointer;
}
.search-in-menu {
	width:90%;
	margin : 0 auto;
	position: relative;
	font-size: 15px;
	text-align:center;
	padding:10px;
}
.search-in-menu input[type="text"] {
	width: 230px;
	padding: 6px 15px 6px 30px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-family: tahoma, ms sans serif;
	line-height: 19px;
}
.search-in-menu i {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 12px;
}
.box2 {
	position: relative;
	padding: 69px 8px 8px 8px;
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
}
.box2 .search-group {
	width: 75%;
	float: left;
}
.box2 .search-group input[type="text"] {
	width: 100%;
}
.box2 .search-submit {
	padding-left: 8px;
	width: 25%;
	float: left;
}
.box2 .btn {
	width: 100%;
}


/* ==================================== */
/* ========= Process Waiting ========== */
#process,
#process-login,
#process-upload {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1001;
}
#process-upload {
	background-color: rgba(0, 0, 0, 0.3);
}
#process i,
#process-login i,
#process-upload i {
	margin: 10px;
}
#process-upload .progress {
	position: relative;
	width: 200px;
	height: 24px;
	padding: 1px;
	margin: 20px auto;
	border: 1px solid #9e9e9e;
	border-radius: 3px;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
	color: #212121;
}
#process-upload .progress .abar {
	background-color: #ef5350;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}
#process-upload .progress .percentage {
	position: absolute;
	top: 3px;
	left: 42%;
	display: inline-block;
}



/* ==================================== */
/* ========= Process Waiting ========== */
#back-to-top {
	display: none;
	z-index: 1002;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	padding-top: 4px;
	border-radius: 20px;
	background-color: #757575;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
}


/* ==================================== */
/* ============== Panko =============== */
.panko {
	margin-top: 20px;
	font-family: 'Noto Sans Thai';
	font-size: 16px;
	color: #9e9e9e;
}
.panko i {
	display: inline-block;
	margin: 0 5px;
}





/* ==================================== */
/* ============== Topic =============== */
.topic-product-related,
.topic-product-recently {
	margin-top: 20px;
	font-family: 'Noto Sans Thai';
	font-size: 20px;
	font-weight: bold;
}


/* ==================================== */
/* =========== User Content =========== */
.user-content-head {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #757575;
}
.user-content {
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
	margin-bottom: 60px;
}
.user-content div,
.user-content table,
.user-content img {
	max-width: 100% !important;
}
.user-content img {
	height: auto;
}
.user-content iframe {
	width: 800px !important;
	height: 600px !important;
}
.user-content ul {
	list-style-type: disc;
  -webkit-padding-start: 20px;
}


.undercon {
	margin: 120px 0px;
	font-size: 30px;
	text-align: center;
}

/* ==================================== */
/* ============= Product ============== */
.topic {
	padding: 30px 15px 10px;
	font-family: 'Noto Sans Thai';
	font-size: 28px;
	font-weight: bold;
	color: #212121;
	line-height: 40px;
	overflow: hidden;
}
.topic img {
	display: block;
	margin: 40px auto 20px;
	max-width: 100%;
}

.category-section,
.category-section2 {
	overflow: hidden;
}
.category-section2 {
	width: 100%;
	height: auto;
}
.category-inner {
	text-align: center;
}
.category-inner a {
	vertical-align: top;
}
.category-set,
.category-set2 {
	display: inline-block;
  margin-right: 30px;
	margin-bottom: 75px;
	width: 150px;
	cursor: pointer;
}
.category-set2 {
	display: block;
	margin: 0 15px 40px;
	width: calc(25% - 30px);
	text-align: center;
	cursor: pointer;
	float: left;
}
.category-set .c-name,
.category-set2 .c-name {
	padding: 0px 4px;
	font-size: 20px;
	text-align: center;
	color: #212121;
	white-space: normal;
	overflow: hidden;
}
.category-set img,
.category-set2 img {
	width: 150px;
	height: 150px;
	padding: 10px;
	border-radius: 50%;
	opacity: 1;
}
.category-set:hover &gt; img,
.category-set2:hover &gt; img {
	opacity: 0.8;
}
.category-set:hover &gt; span,
.category-set2:hover &gt; span {
	color: #ffffff;
	background: #000000;
}
@media screen and (max-width: 1023px) {
	.category-section {
		height: 240px;
	}
	.category-inner {
		height: calc(100% + 15px);
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.category-set,
	.category-set2 {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 991px) {
	.category-section {
		height: 210px;
	}
	.category-set {
		width: 130px;
	}
	.category-set img {
		width: 130px;
		height: 130px;
	}
	.category-set2 {
		width: calc(33.32% - 30px);
	}
}
@media screen and (max-width: 600px) {
	.category-set2 img {
		width: 130px;
		height: 130px;
	}
}
@media screen and (max-width: 500px) {
	.category-section {
		height: 180px;
	}
	.category-set {
		width: 100px;
		margin-right: 10px;
	}
	.category-set img {
		width: 100px;
		height: 100px;
	}
	.category-set2 {
		width: calc(50% - 30px);
	}
	.category-set2 img {
		width: 130px;
		height: 130px;
	}
}
@media screen and (max-width: 360px) {
	.category-section {
		height: 170px;
	}
	.category-set {
		width: 90px;
	}
	.category-set img {
		width: 90px;
		height: 90px;
	}
	.category-set2 img {
		width: 120px;
		height: 120px;
	}
}
.sub-category-set {
	display: none;
}
.sub-category-set &gt; a,
.sub-cat &gt; a {
	display: block;
	padding: 10px 0 10px 15%;
	width: 100%;
	font-size: 18px;
	color: #212121;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-top-width: 0px;
	cursor: pointer;
}
.sub-cat &gt; a {
	padding: 10px 0;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
.sub-category-set &gt; a:hover,
.sub-cat &gt; a:hover {
	background: #f5f5f5;
}
.sub-category-set i {
	font-size: 15px;
}


.show-filter {
	margin-top: 20px;
	text-align: right;
}
.show-filter .list {
	display: inline-block;
	margin: 0px 0px 9px 9px;
	padding: 2px 7px 2px;
	font-family: tahoma, ms sans serif;
	font-size: 12px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #ef5350;
}
.show-filter .list i {
	cursor: pointer;
}
.show-filter .light {
	background-color: #c62828;
}
@media screen and (max-width: 767px) {
	.show-filter {
		margin-top: 55px;
	}
}

.product-set,
.product-related,
.promo-set {
	position: relative;
  	margin: 15px auto;
	padding: 15px;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.12);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.product-set .product-img{
	position: relative;
	margin:-15px -15px 0 -15px;
}

@media screen and (max-width: 800px) {
	.product-set .product-img{
		position: relative;
		margin:-5px -5px 0 -5px;
	}
	
}

.product-related .product-img {
	position: relative;
	margin: -5px -5px 0 -5px;
}
.product-set .product-img &gt; img,
.product-related .product-img &gt; img {
	width: 100%;
	opacity: 1;
	border-radius: 10px 10px 0 0;
}
.product-set .product-img &gt; .no-stock {
	filter: gray;
	filter: grayscale(0.7);
	-webkit-filter: grayscale(0.7);
	opacity: 0.4;
}
.product-set .product-img .product-size {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2px 7px;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.54);
	opacity: 0;
}
.product-set .product-name,
.product-related .product-name {
	display: block;
	position: relative;
	padding: 8px 0px 3px;
	font-family: 'Noto Sans Thai';
	color: #212121;
	overflow: hidden;
}
.product-set .product-name::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.54);
}
.product-set .product-name &gt; h3 {
	display: block;
	margin: 0;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
}
.product-set .product-name &gt; h4,
.product-related .product-name &gt; h4 {
	display: block;
	position: relative;
	margin: 0;
	max-width: 180px;
	height: 20px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}
.product-set .product-detail {
	height: 40px;
	line-height:20px;
	margin: 3px 0 14px;
	font-family: tahoma, ms sans serif;
	font-size: 14px;
	color: #757575;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
	margin-bottom: 25px;
}
.product-set .product-sale-qty {
	position: absolute;
	bottom: 11px;
	left: 15px;
	font-family: tahoma, ms sans serif;
	font-size: 12px;
	color: #757575;
}
.product-set .product-price,
.product-related .product-price {
	display: block;
	position: relative;
	height: 24px;
	font-family: 'Noto Sans Thai';
	font-size: 18px;
	text-align: right;
	color: #757575;
}
.product-set .product-price .normal-price,
.product-related .product-price .normal-price {
	position: absolute;
	top: 5px;
	right: 0;
}
.product-set .product-price .through,
.product-related .product-price .through {
	top: -15px;
	color: #9e9e9e;
	text-decoration: line-through;
}
.product-set .product-price .sale-price,
.product-related .product-price .sale-price {
	position: absolute;
	top: 5px;
	right: 0;
	color: #b71c1c;
}
.product-set .product-price .sale-price .sale-tag,
.product-related .product-price .sale-price .sale-tag {
	position: absolute;
	top: 3px;
	left: -60px;
	height: 16px;
	padding: 4px;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	text-align: center;
	background-color: #b71c1c;
}
.product-set .product-price .sale-price .sale-tag::after,
.product-related .product-price .sale-price .sale-tag::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid #b71c1c;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.product-related {
	padding: 5px;
}
.product-related .product-name {
	margin: 0 4px;
	height: 37px;
}
.product-related .product-name &gt; h4 {
	height: 27px;
	font-size: 13px !important;
	font-weight: bold !important;
	text-align: left;
}
.product-related .product-price {
	margin: 0 5px 5px;
	height: 30px !important;
	font-size: 14px !important;
	font-weight: bold !important;
}
.product-related .product-price .normal-price {
	top: 17px !important;
	right: 0 !important;
}
.product-related .product-price .through {
	top: 0px !important;
}
.product-related .product-price .sale-price {
	top: 17px !important;
}
.product-related .product-price .sale-price .sale-tag {
	top: 2px !important;
	height: 14px !important;
	padding: 4px 2px !important;
	font-weight: normal !important;
	line-height: 10px !important;
}
.product-related .product-price .sale-price .sale-tag::after {
	right: -5px !important;
	border-left: 5px solid #b71c1c !important;
	border-top: 7px solid transparent !important;
	border-bottom: 7px solid transparent !important;
}

.promo-set {
	padding: 13px;
	width: 100%;
	font-size: 20px;
}
.promo-set .blank {
	width: 100%;
	padding-bottom: 100%;
}
.promo-set img {
	display: block;
	float: left;
	width: 50%;
	padding: 2px;
}
.promo-set .promo-name {
	width: 100%;
	font-weight: bold;
	color: #212121;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.promo-set .promo-discount {
	width: 100%;
	color: #b71c1c;
	text-align: center;
}

.swiper-container {
	padding-bottom: 20px !important;
}




.product-gallery {
	margin-bottom: 20px;
}
.product-gallery .frame {
	width: 100%;
	margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
.product-gallery .frame &gt; .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.product-gallery .frame &gt; img {
  vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.product-main {
	position: relative;
	padding: 15px 0;
	font-family: 'Noto Sans Thai';
	font-size: 16px;
}
.product-main &gt; .product-name {
	position: relative;
	display: block;
	margin-bottom: 5px;
	font-size: 19px;
}
.product-main &gt; .product-name .supplier {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product-main &gt; .product-name span {
	font-size: 19px;
	color: #212121;
}
.product-main &gt; h1::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.54);
}
.product-main &gt; .product-detail {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	font-family: tahoma, ms sans serif;
	font-size: 14px;
	overflow: hidden;
}
.product-main &gt; .product-detail div,
.product-main &gt; .product-detail table,
.product-main &gt; .product-detail tr,
.product-main &gt; .product-detail img {
	max-width: 100% !important;
}
.product-main &gt; .product-detail img {
	height: auto;
}
.product-main &gt; .product-detail ul {
	list-style-type: disc;
  -webkit-padding-start: 20px;
}
.product-main &gt; .product-detail &gt; .expande {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 80px;
	padding-top: 50px;
	font-size: 12px;
	color: #ef5350;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95), rgba(255,255,255,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95), rgba(255,255,255,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95), rgba(255,255,255,1)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95), rgba(255,255,255,1));
	cursor: pointer;
}
.youtube-embed {
	position: relative;
	margin: 10%;
  padding-bottom: 56.25%;
  padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt-embed,
#yt-embed {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-main &gt; .product-price {
	display: block;
	position: relative;
	height: 24px;
	margin-bottom: 25px;
	font-family: 'Noto Sans Thai';
	font-size: 18px;
	text-align: right;
	color: #757575;
}
.product-main &gt; .product-price-vary {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 60px 120px;
	margin-left: calc(100% - 180px);
	margin-bottom: 25px;
	padding-top: 5px;
	font-family: 'Noto Sans Thai';
	font-size: 18px;
	color: #757575;
}
.product-main &gt; .product-price .normal-price {
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: bold;
}
.product-main &gt; .product-price-vary .normal-price {
	font-weight: bold;
	text-align: right;
}
.product-main &gt; .product-price .through,
.product-main &gt; .product-price-vary .through {
	top: 25px;
	font-weight: normal !important;
	color: #9e9e9e;
	text-decoration: line-through;
}
.product-main &gt; .product-price .sale-price {
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: bold;
	color: #b71c1c;
}
.product-main &gt; .product-price-vary .sale-price {
	text-align: right;
	font-weight: bold;
	color: #b71c1c;
}
.product-main &gt; .product-price-vary .sale-price &gt; div {
	position: relative;
	display: inline-block;
}
.product-main &gt; .product-price .sale-price .sale-tag,
.product-main &gt; .product-price-vary .sale-price .sale-tag {
	position: absolute;
	top: 3px;
	left: -60px;
	height: 16px;
	padding: 4px;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	text-align: center;
	background-color: #b71c1c;
}
.product-main &gt; .product-price .sale-price .sale-tag::before,
.product-main &gt; .product-price-vary .sale-price .sale-tag::before {
	content: '';
	position: absolute;
	top: 0px;
	right: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid #b71c1c;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.product-main &gt; .product-price .sale-price .supersale::after,
.product-main &gt; .product-price-vary .sale-price .supersale::after {
	content: 'SUPERSALE | ';
	position: absolute;
	padding: 4px;
	top: 0px;
	left: -67px;
	height: 16px;
	font-size: 11px;
	line-height: 11px;
	background-color: #b71c1c;
	color: #ffffff;
}
.product-main &gt; .product-price .product-sale-qty,
.product-main &gt; .product-price-vary .product-sale-qty {
	position: absolute;
	top: 0;
	left: 0;
	font-family: tahoma, ms sans serif;
	font-size: 12px;
	text-align: left;
	color: #757575;
}
.product-main &gt; .buy {
	position: relative;
}
.product-main &gt; .buy .buyit {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.product-main &gt; .buy .buyit::after {
	content: '';
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.54);
}
.product-main &gt; .buy .show-color {
	width: 100%;
	margin-top: 20px;
}
.product-main &gt; .buy .show-size {
	width: 100%;
	margin: 20px 0;
}
.product-main &gt; .buy .show-size2 {
	margin: 8px 0;
}
.show-color a,
.show-color span,
.show-size span {
	display: inline-block;
	padding: 7px 6px;
	margin: 2px 0;
	min-width: 32px;
	border-radius: 3px;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.54);
}
.show-color span,
.show-color a:hover,
.show-size span:not(.no-stock):hover {
	background-color: rgba(0, 0, 0, 0.87);
}
.show-size span:not(.no-stock):hover {
	cursor: pointer;
}
.show-size .select-stock {
	background-color: rgba(0, 0, 0, 0.87);
}
.show-size .no-stock {
	background-color: rgba(0, 0, 0, 0.12);
}
.buy .qty {
	position: relative;
	margin: 20px 0;
	width: 100px;
	height: 30px;
	font-size: 18px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
.buy .qty:hover {
	border: 1px solid rgba(0, 0, 0, 0.54);
}
.buy .qty input[type="text"] {
	position: absolute;
	top: 2px;
	left: 31px;
	width: 38px;
	height: 24px;
	border: 0px;
	font-family: tahoma, ms sans serif;
	font-size: 16px;
	text-align: center;
	background-color: transparent;
}
.buy .qty .plus,
.buy .qty .minus {
	position: absolute;
	top: 6px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.12);
	cursor: pointer;
}
.buy .qty .plus:hover,
.buy .qty .minus:hover {
	color: rgba(0, 0, 0, 0.54);
}
.buy .qty .plus {
	right: 3px;
}
.buy .qty .minus {
	left: 4px;
}
.buy .qty .plus::after,
.buy .qty .minus::after {
	content: '';
	position: absolute;
	top: -2px;
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.12);
}
.buy .qty .plus:hover::after,
.buy .qty .minus:hover::after {
	background-color: rgba(0, 0, 0, 0.54);
}
.buy .qty .plus::after {
	left: -4px;
}
.buy .qty .minus::after {
	right: -4px;
}
.buy .qty span {
	position: absolute;
	top: -18px;
	right: 0px;
	font-family: tahoma, ms sans serif;
	font-size: 11px;
	color: #ef5350;
}
.product-main .btn {
	width: calc(50% - 7px);
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.product-main &gt; .buy .hidden-box {
	display: none;
	width: 100%;
	margin: 0 auto;
	overflow-y: hidden;
	font-family: tahoma, ms sans serif;
	font-size: 12px;
}
.product-main &gt; .buy .size-available {
	margin-top: 10px;
	border: 1px solid #565656;
	border-radius: 3px;
	text-align: center;
}
.product-main &gt; .buy .size-available .text {
	position: relative;
	width: 100%;
	font-size: 13px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	color: #ffffff;
	background-color: #757575;
}
.product-main &gt; .buy .size-available .text::after {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-bottom: 9px solid #757575;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	text-align: center;
}
.product-main &gt; .buy .size-available .cen {
	display: block;
	text-align: center;
}
.product-main &gt; .promotion {
	position: relative;
	margin-top: 50px;
}
.product-main &gt; .promotion .pro {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.product-main &gt; .promotion .pro::after {
	content: '';
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.54);
}
.product-main &gt; .promotion span {
	display: block;
	margin-top: 5px;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
}
.product-main &gt; .promotion span a {
	font-size: 12px;
	color: #ef5350;
}
.product-main &gt; .social {
	margin-top: 50px;
}
.product-main &gt; .social .chat,
.product-main &gt; .social .share {
	width: 50%;
	float: left;
}
.product-main &gt; .social .chat {
	padding-right: 7px;
}
.product-main &gt; .social .share {
	padding-left: 7px;
}
.product-main &gt; .social h4 {
	position: relative;
	display: block;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: bold;
}
.product-main &gt; .social h4::after {
	content: '';
	position: absolute;
	top: 23px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.54);
}
.prod-main-detail {
	display: block;
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 30px auto;
	font-family: tahoma, ms sans serif;
	font-size: 14px;
	overflow: hidden;
}
.prod-main-detail img {
	max-width: 100% !important;
	height: auto;
}
.prod-main-detail ul {
	list-style-type: disc;
  -webkit-padding-start: 20px;
}

.facebook,
.facebook-share {
	position: relative;
	display: inline-block;
	width: 53px;
	height: 20px;
	padding: 3px 0 0 3px;
	font-family: tahoma, ms sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 12px;
	background-color: #435fac;
	border-radius: 2px;
}
.facebook::after,
.facebook-share::after {
	position: absolute;
	top: 4px;
	left: 20px;
	font-family: tahoma, ms sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
}
.facebook::after {
	content: 'Chat';
}
.facebook-share::after {
	content: 'Share';
}
.facebook:hover,
.facebook:active {
	color: #ffffff;
}
.line {
	display: inline-block;
}


.fontawe {
	font-family: "Font Awesome 5 Pro";
}
.fontawe::after{
	content: '\f14a';
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	color: #ef5350;
}


/* ==================================== */
/* ============== Footer ============== */
.my-footer {
	font-family: tahoma, ms sans serif;
	color: #ffffff;
	background-color: #424242;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.my-footer a {
	color: #ffffff;
}
.my-footer a:hover,
.my-footer a:active {
	color: #ef5350;
}
.my-footer .block {
	min-height: 120px;
	margin-bottom: 20px;
	border: 0;
}
.my-footer .block .social {
	position: absolute;
	top: 18px;
	right: 18px;
}
.my-footer .block .social &gt; a {
	display: inline-block;
	font-size: 13px;
	line-height: 27px;
}
.my-footer .block .qrcode {
	width: 194px;
	margin: 20px auto;
}
.my-footer .block .qrcode img {
	width: 194px;
	height: 194px;
	border: 0;
}
.my-footer .block::before {
	content: '';
	width: 90%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: -1px;
}
.my-footer h2 {
	margin: 20px 0 10px !important;
	font-family: 'Noto Sans Thai';
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
}
.my-footer span {
	display: block;
	font-size: 13px;
	line-height: 25px;
}
.payment-icon img {
  margin: 2px;
  width: 45px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
	background: #ffffff;
}
#trustmarkthai {
	text-align: center;
}

.clear{
	float:none;
	clear:both;
}

.bor {
	border: 1px solid #000;
}


.block {
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
.block .b-head{
	width: 100%;
	padding: 6px 15px;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.02);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.block .b-body {
	padding: 6px 15px;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
}

#summary {
	position: relative;
	min-height: 135px;
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, 0.54);
}
#summary .sum-topic {
	position: relative;
	padding: 6px 15px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
	background-color: rgba(0, 0, 0, 0.02);
}
#summary #total-item {
	position: absolute;
	top: 14px;
	right: 15px;
	font-family: tahoma, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #9e9e9e;
}
#summary .list-price {
	padding: 15px 15px;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
	color: #9e9e9e;
}
#summary .list-price &gt; div {
	position: relative;
}
#summary .list-price .name,
#summary .list-price .qty,
#summary .list-price .price,
#summary .list-price .ttl1,
#summary .list-price .ttl2 {
	float: left;
	text-align: right;
}
#summary .list-price .name {
	width: 60%;
	text-align: left;
}
#summary .list-price span {
	display: inline-block;
	padding: 0 3px;
	font-size: 10px;
	color: #ffffff;
	background-color: #ef5350;
	border-radius: 2px;
}
#summary .list-price .qty {
	width: 15%;
}
#summary .list-price .price {
	width: 25%;
}
#summary .list-price .ttl1 {
	width: 30%;
	font-size: 15px;
	text-align: left;
	margin-top: 18px;
}
#summary .list-price .ttl2 {
	width: 70%;
	font-family: 'Noto Sans Thai';
	font-size: 20px;
	font-weight: bold;
	color: #212121;
	margin-top: 15px;
}
#summary .list-price .tcredit {
	margin-top: 7px;
	width: 75%;
	text-align: right;
	float: left;
}
#summary .list-price .credit {
	margin-top: 7px;
	width: 25%;
	text-align: right;
	float: left;
}
#summary .notdeli {
	text-align: right;
	font-size: 11px;
}
#summary-mobile {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 7px 15px;
	background: #ffffff;
	border: solid rgba(0, 0, 0, 0.12);
	border-width: 1px 0 0;
	box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
	-webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, .07);
	z-index: 999;
}
#summary-mobile .ttl {
	display: inline-block;
	margin-top: 5px;
	font-size: 30px;
	font-weight: bold;
}
#summary-mobile .paid {
	width: 100px;
	float: right;
}

.paid {
	width: 100%;
}
.paid .btn {
	width: 100%;
	font-size: 18px;
}

.top-notify {
  width: 100%;}
  .top-notify .hh {
    width: 200px;
    margin: 0 auto 10px;
    font-size: 22px;
    text-align: center;}
  .top-notify &gt; .search-group {
    width: 250px;
    margin: 0 auto 30px;
    font-family: tahoma, ms sans serif;
		text-align: center;}
  .top-notify &gt; .search-group input[type="text"] {
		margin-bottom: 10px;
  	width: 250px;}


.line-problem {
	padding: 20px;
}
.line-problem .text-head {
	margin-bottom: 10px;
	font-family: 'Noto Sans Thai';
	font-size: 25px;
	font-weight: bold;
	color: #ef5350;
	text-align: center;
}
.line-problem .text-top {
	font-size: 14px;
}
.line-problem .text-detail {
	font-size: 14px;
}
.line-problem img {
	display: block;
	margin: 20px auto 10px;
	width: 150px;
}

.user-content .policy {
	font-size: 15px;
	line-height: 21px;
}
.user-content .bb {
	padding: 20px 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ef5350;
}
.user-content .bc {
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #9e9e9e;
}
.user-content .fulltext {
	padding-left: 20px;
	width: 100%;
}
.user-content .fulltext::before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 5px;
}
.user-content .fulltextsub {
	padding-left: 50px;
	width: 100%;
}
.user-content .space-top {
	margin-top: 20px;
}
.user-content .space {
	height: 30px;
}
.aboutmap-stock {
	position: relative;
	padding: 0 0 15px 50px;
	font-size: 25px;
	line-height: 22px;
}
.aboutmap-stock i {
	position: absolute;
	top: 0;
	left: 10px;
}
.aboutmap-stock span {
	font-size: 16px;
}
.aboutmap-showmap {
	margin-bottom: 80px;
	height: 300px;
}

.banner-consent {
	display: none;
	position: fixed;
	bottom: 0;
	left: calc(50% - 450px);
	padding: 15px 15px;
	width: 900px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF;
	z-index: 10000;
}
.banner-consent .cookie-detail {
	margin-bottom: -7px;
	font-size: 14px;
}
.banner-consent .cookie-detail b {
	font-size: 20px;
}
.banner-consent .cookie-detail a {
	color: #ef5350;
	text-decoration: underline;
}
.banner-consent .customer-consent {
	text-align: right;
}
.banner-consent .customer-consent .btn {
	margin-left: 10px;
	font-size: 16px;
}
.cookie-role-head {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
}
.cookie-role {
	position: relative;
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #999;
}
.cookie-role i {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	color: #ef5350;
	cursor: pointer;
}
.cookie-role i.fa-toggle-off {
	color: #757575;
}
.cookie-role i.alway-enable {
	color: #EF9A9A;
	cursor: default;
}
@media screen and (max-width: 900px) {
	.banner-consent {
		left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 650px) {
	.banner-consent .cookie-detail {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.banner-consent .cookie-detail b {
		font-size: 18px;
	}
}



/* ==================================== */
/* =========== New Navbar ============= */
/* ==================================== */
.new-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: var(--navbar-height-desktop);
	padding: 0 15px;	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); /* Add shadow with very transparent */
}

@media screen and (max-width: 800px) {
	.new-navbar {
		display: none;
	}
	
}

.new-navbar .nav-container{
	align-items: center;
	height: calc(var(--navbar-height-desktop) - 35px);
	margin: 0 auto;
	max-width: 1170px;
}

.new-navbar .mini-top-menu{
	height: 35px;
	width: calc(100% + 30px);
	background-color: rgba(255, 255, 255, 0.35);
	margin-left: -15px;
	box-sizing: border-box;
}

.new-navbar  .mini-top-menu .mini-top-menu-container{
	height: 35px;
	margin: 0 auto;
	max-width: 1170px;
	padding-top:7px;
	padding-bottom:5px;
	font-size:14px;
	display: flex;
	justify-content: space-between;
}

.new-navbar .mini-top-menu .mini-top-menu-container ul,
.new-navbar .mini-top-menu .mini-top-menu-container ul.right-menu {
	display: flex;
	list-style: none; /* Optionally remove bullet points */
	padding: 0; /* Optionally remove default padding */
	margin: 0 10px;
}

.new-navbar .mini-top-menu .mini-top-menu-container ul &gt; li &gt; a {
	position: relative;
}

.new-navbar .mini-top-menu .mini-top-menu-container ul &gt; li &gt; a &gt;span.noti-number {
	position: absolute;
	top: -5px !important;
	right: -5px !important;
}

.new-navbar .mini-top-menu ul li::after {
	content: "|";
	margin: 0 10px;
}

.new-navbar .mini-top-menu ul li:last-child::after {
	content: "";
	margin: 0px;
}


.new-navbar .nav-container .main-top-menu{
	align-items: center;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.new-navbar .nav-container .main-top-menu .logo-container{
	height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-navbar .nav-container .main-top-menu img.logo{
	align-items: left;
	max-height: 60px;
	max-width: 200px;
	object-fit: contain;
}

#desktop-check-status,
#desktop-transfer-notice {
	position: relative;
}


/* ==================================== */
/* ============= Main ================= */
/* ==================================== */
main {
	padding-top: var(--navbar-height-desktop);
}

@media screen and (max-width: 800px) {

	main {
		padding-top: var(--navbar-height-mobile);
	}
	
}

@media (min-width: 1000px) {
	.modal-dialog {
		width: 700px !important;
	}
}

/* ==================================== */
/* =========== Search ================= */
/* ==================================== */
.main-top-menu .search-container {
    position: relative;
    width: 100%;
	padding:0 15px;
}

.main-top-menu .search-input {
    width: 100%;
    padding: 9px 40px 9px 9px; /* Right padding is larger to accommodate the button */
    font-size: 14px;
    border: 2px solid #ccc; /* Adjust as needed */
    border-radius: 4px;
    box-sizing: border-box;
}

.main-top-menu .search-button {
    position: absolute;
    right: 18px; /* Adjust to align with input's border */
    top: 3px; /* Adjust to align with input's border */
    border: none;
    background: #f44336; /* Orange background color */
    color: white; /* Icon color */
    padding: 0 20px; /* Padding on the left and right */
    cursor: pointer;
    font-size: 1.2em; /* Adjust the icon size as needed */
    height: calc(100% - 6px); /* Adjust to align with input's height */
    border-radius: 0 4px 4px 0; /* Rounded corners on the right side of the button */
    box-sizing: border-box;
}

.main-top-menu .search-input:focus {
    outline: none;
    border-color: #f44336; /* Border color changes to orange when focused */
}

.main-top-menu .search-input::placeholder {
    color: #999;
}

/* Fixes for MS browsers */
.main-top-menu .search-input:-ms-input-placeholder { 
    color: #999;
}

.main-top-menu .search-input::-ms-input-placeholder { 
    color: #999;
}

.mobile-search-container {
    position: relative;
    width: 100%;
	padding:67px 5px 0px;
}


.mobile-search-container .search-input {
    width: 100%;
    padding: 6px 40px 6px 6px; /* Right padding is larger to accommodate the button */
    font-size: 14px;
    border: 1px solid #ccc; /* Adjust as needed */
    border-radius: 4px;
    box-sizing: border-box;
}

.mobile-search-container .search-button {
    position: absolute;
    right: 9px; /* Adjust to align with input's border */
    top: 70px; /* Adjust to align with input's border */
    border: none;
    background: #f44336; /* Orange background color */
    color: white; /* Icon color */
    padding: 3px 12px 0; /* Padding on the left and right */
    cursor: pointer;
    font-size: 1.2em; /* Adjust the icon size as needed */
    height: calc(100% - 73px); /* Adjust to align with input's height */
    border-radius: 0 4px 4px 0; /* Rounded corners on the right side of the button */
    box-sizing: border-box;
}

.mobile-search-container .search-input:focus {
    outline: none;
    border-color: #f44336; /* Border color changes to orange when focused */
}

.mobile-search-container .search-input::placeholder {
    color: #999;
}

/* Fixes for MS browsers */
.mobile-search-container .search-input:-ms-input-placeholder { 
    color: #999;
}

.mobile-search-container .search-input::-ms-input-placeholder { 
    color: #999;
}

/* ==================================== */
/* =========== cart-container ========= */
/* ==================================== */
.main-top-menu .cart-container {
	position: relative;
	width: 80px;
	font-size: 28px;
	text-align: center;
	color: #757575;
}

.main-top-menu .cart-container .cart-item {
	position: absolute;
	top: -2px !important;
    right: 13px !important;
}

/* ==================================== */
/* ======== language dropdown ========= */
/* ==================================== */
/* Style the dropdown container */
.mini-top-menu .language-dropdown {
	position: relative;
	display: inline-block;
  }
  
/* Style the dropdown button */
.mini-top-menu .language-dropbtn {
	color: #757575;
	border: none;
	cursor: pointer;
	background: none;
	padding:0px;
}

.mini-top-menu .language-dropbtn:hover {
	color:#f44336;
}

/* Dropdown Content (Hidden by Default) */
.mini-top-menu .language-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9; /* Light grey background */
	min-width: 160px; /* Set a min-width if necessary */
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Add a shadow */
	z-index: 1;
	border-radius: 10px;
}

/* Links inside the dropdown */
.mini-top-menu .language-dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	color:#757575;
}

.mini-top-menu .language-dropdown-content a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mini-top-menu .language-dropdown-content a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Change color of dropdown links on hover */
.mini-top-menu .language-dropdown-content a:hover {
	background-color: #f44336; /* Light grey background */
	color:white;
}

/* Show the dropdown menu on hover */
.mini-top-menu .language-dropdown:hover .language-dropdown-content {
	display: block;
}

/* Show the dropdown menu on click - This requires additional JavaScript */
.mini-top-menu .language-dropbtn:focus + .language-dropdown-content {
	display: block;
}

.mini-top-menu .language-dropdown-content a{
	cursor: pointer;
}

.mini-top-menu .language-dropdown-content img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 50%;
	border: solid 2px White;
}

/* ==================================== */
/* ======= Product category  ========== */
/* ==================================== */
.product-category-menu{
	margin-top:5px; 
	padding:0 15px 3px 15px;
	font-size:15px;
}

.product-category-menu &gt; div {
	display: inline-block;
	padding-right:20px;
}

.product-category-menu &gt; div:last-child {
	padding-right:0px;
}

#product-category-panel,
#product-brand-panel {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	background:white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
	position: fixed;
	top: var(--navbar-height-desktop);
	left: 50%;
  	transform: translateX(-50%);
	max-width: 1170px;
	width: 100%;
	z-index:1000;
}

/* This will change the scrollbar track (background) */
#product-category-panel::-webkit-scrollbar,
#product-brand-panel::-webkit-scrollbar {
    width: 5px;
    background-color: lightgrey;
}

/* This will change the scrollbar handle (the part you drag) */
#product-category-panel::-webkit-scrollbar-thumb
#product-brand-panel::-webkit-scrollbar-thumb {
    background-color: grey;
}

@media screen and (max-width: 800px) {

	#product-category-panel,
	#product-brand-panel {
		display: none;
	}
	
}

#product-category-panel #product-category-row,
#product-brand-panel #product-brand-row {
	margin-left:0px;
	margin-right:0px;
}

#product-category-panel #product-category-row &gt; a &gt; div,
#product-brand-panel #product-brand-row &gt; a &gt; div{
	padding:15px;
	font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product-category-panel #product-category-row &gt; a &gt; div:hover,
#product-brand-panel #product-brand-row &gt; a &gt; div:hover{
	background-color: #f5f5f5;
}

.add_box_shadow{
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.175);
}

.accordion-title{
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
}

#product-category-panel .panel-title,
#product-brand-panel .panel-title {
	padding:15px;
	font-size:18px;
	font-weight:bold;
}

.brand-container,.category-container{
	width: 100%;
	overflow-x:auto;
	overflow-y:hidden;
	-ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.brand-container::-webkit-scrollbar,
.category-container::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, and Opera */
}

.menu-item-col{
	float:left;
}

.menu-item-box{
	margin-bottom:10px;
	float: left;
	text-align: center;
	width: 100%;
}

.menu-item-image{
	width: calc(100% - 35px);
	border-radius: 50%;
	margin: 0 auto;
}

.menu-item-text{
	margin-top:10px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 35px;
}

.menu-scroll-left{
	position: absolute;
	top: 50%;
	left: 0;
	width: 80px;
	transform: translateY(-50%);
	text-align: center;
	background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-scroll-right{
	position: absolute;
	top: 50%;
	right: 0;
	width: 80px;
	transform: translateY(-50%);
	text-align: center;
	background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-scroll-left:hover,
.menu-scroll-right:hover{
	background: white;
	border: solid 1px #DEDEDE;
	cursor: pointer;
}

.menu-scroll-left&gt;i,.menu-scroll-right&gt;i{
	font-size: 30px;
}

.scroll-bar-container {
	position: relative;
	width: 100px;
	height: 5px;
	background: #EAEAEA;
	bottom: -10px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 11.5px;
	padding:2px;
	border:4px solid #EAEAEA;
	margin-bottom : 50px;
}

.scroll-bar {
	position: absolute;
	left: 0px;
	height: 100%;
	background: #BEBEBE;
	transition: width 0.2s;
	width: 20px;
	border-radius: 7.5px;
}

.brand-category-title{
	margin-top : 30px;
	display: flex;
    align-items: center;
    gap: 20px;
	justify-content: flex-start;
}

.brand-category-title img{
	border-radius: 50%;
	width:80px;
	object-fit: cover;
}

.brand-category-title h1{
	flex-grow: 1; /* Allow the title to take up remaining space */
    margin: 0; /* Ensure there's no extra margin on the h1 */
    white-space: nowrap; /* Prevent the text from wrapping */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
	font-size:28px;
}</pre></body></html>