html{font-size:14px;}
@font-face {
	font-family: 'Kanit-Light';
	src: url('fonts/Kanit-Regular.eot');
	src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Regular.woff') format('woff'),
		url('fonts/Kanit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kanit-Regular';
	src: url('fonts/Kanit-Regular.eot');
	src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Regular.woff') format('woff'),
		url('fonts/Kanit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kanit-Medium';
	src: url('fonts/Kanit-Medium.eot');
	src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Medium.woff') format('woff'),
		url('fonts/Kanit-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	overflow-x: hidden;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}
.text-shipping{
	color: #ff7f00;
}
.red,.text-red{color: #f00;}
 .box-address a{cursor: pointer;}
#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
    top: 0;
    right: 1rem;
	left: auto;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none; 
	color: #FFF;
}
#nav-icon3 p{
	margin: 0;
	transition: all 0.7s;
	font-size: 18px;
}
#nav-icon3[aria-expanded="true"] p.menuopen{display: none;transition: all 0.7s;}
#nav-icon3 p.menuopen{display: block;}
#nav-icon3 p.closemenu{display: none;}
#nav-icon3[aria-expanded="true"] p.closemenu{
	color: #000;
	display: block;
	transition: all 0.7s;
}
/*///////////Start-Header///////////////*/
.contentfixedmenu .headbar-main{
	position: sticky;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1231;
}
.headbar-main{
    padding:.3rem 0 0;
    transition: all 0.6s;
	box-shadow: 1px -1px 8px rgba(0,0,0,0.15);
	border-bottom: 2px solid #ff7f00;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 127, 0, 1) 65%, rgba(255, 127, 0, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 127, 0, 1) 65%, rgba(255, 127, 0, 1) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 127, 0, 1) 65%, rgba(255, 127, 0, 1) 100%);
}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
    width: auto;
    text-align: left;
    margin: 0;
	padding: 0;
}
.navbar-brand img{
	width: 160px;
	transition: all 0.5s;
	margin: 0;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: 0 auto 1rem;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #ff7f00;
}
.navbar-collapse .navbar-brand img{
	width: auto;
	max-width: 45%;
}

.navbar-nav li{
	padding: 0 50px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .75rem;
	color: #1c1c1c;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.8s;
	position: relative;
	color: #1c1c1c;
}
.navbar-nav li.active a,
.navbar-nav li a:hover,.navbar-nav li a.show{
	color:#275c8d;
}
.navbar-nav-main > li > a:hover,  .navbar-nav-main > li > a.show,.navbar-nav-main > li.active >  a  {
	color:#275c8d;
	border-bottom: solid 2px #275c8d;
    line-height: 10px;
}
.navbar-nav li.dropdown .dropdown-menu a{
	color: #000;
	text-align: center;
	background: #c0daed;
}
.navbar-nav li.dropdown .dropdown-menu  img{
	width: 55px;
	display: block;
	margin: auto;
	text-align: center;
	/*filter: invert(33%) sepia(27%) saturate(1074%) hue-rotate(167deg) brightness(94%) contrast(100%);*/
}
.navbar-nav li.dropdown .dropdown-menu a.active,
.navbar-nav li.dropdown .dropdown-menu a:hover{
	background: #ffddbe;
}
.navbar-nav li.dropdown .dropdown-menu{
	margin: 0 -75px;
	border: none;
	border-radius: 0;
	padding: 0;
	background: #F5F5F5;
	z-index: 1231;
}
.menitagline span{
	font-size: 24px; 
	color: #ff7f00;
	font-family: 'Kanit-Medium';
	display: inline-block;
	text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px, 1px 1px 3px rgba(0,0,0,0.2);
}
.menitagline{
	text-align: center;
	font-size: 18px;
	margin: 2rem auto;
	font-family: 'Kanit-Regular';
	background: #dff2ff;
	padding: .5rem;
	box-shadow: rgba(0, 0, 0, 0.16) 1px 2px 5px;
}

.social-header{
	margin: 2rem auto;
	text-align: center;
}
.social-header img{width: 45px;}
.social-header ul img{
	width: 25px;
	margin-right: 8px;
}
.social-header ul{
	list-style: none;
	margin-bottom: 2rem;
}
.social-header ul li a {
	display: inline-block;
	padding: 0;
}
.social-header a:hover{color: #ff7f00;}
.social-header ul li {
    margin-bottom: 1rem;
    padding: 0;
}


.carttools img{width: 25px;}
.carttools a{position: relative;}
.carttools p{
	margin: 0;
	position: absolute;
	right: -.75rem;
    top: -.75rem;
    z-index: 2;
    color: #f00;
}
.carttools{
	position: absolute;
	top: 3.5rem;
	right: 2rem;
	z-index: 1;
	font-size: .9rem;
}
.navbar-nav li .carttools .dropdown-menu{
	padding: 1rem;
	left: auto;
	right: 0;
	background: #FFF;
	border: none;
	min-width: 23rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} 
.cartdetails{
	padding: 10px;
	border-radius: 10px;
	display: block;
	margin:2rem auto 0;
	text-align: center;
	background: #ff7f00;
	color: #FFF;
	width: 200px;
}
.cartdetails:hover{color: #FFF !important;}
.navbar-nav li .carttools .dropdown-menu h1{
	text-align: center;
	font-size: 22px;
	font-family: 'Kanit-Medium';
	margin-bottom: 1rem;
}
.tools-cart ul{
	list-style: none;
	text-align: right;
	color: #515151;
}
.number-input {
    border: 1px solid #eee;
    display: inline-flex;
    overflow: hidden;
    color: #797979;
    border-radius: 5px;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
}
.number-input .minus-bt {
    color: #797979;
}
.number-input .plus-bt {
    color: #797979;
}
.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
	padding: 3px;
    position: relative;
	font-size: 14px;
}
.number-input input[type=number] {
    max-width: 40px;
    padding: 3px;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #797979;
    background: none;
}
.quantity[type="number"]::-webkit-inner-spin-button,
.quantity[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity[type="number"]:focus{
    outline: none;
    border: none;
    box-shadow: none;
}



.contactbar p{margin: 0 5px;}
.contactbar{display: none;}
.contactbar a{
	display: inline-block;
	padding: 5px;
}
.contactbar a:hover{color: #275c8d;}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{
	position: relative;
}
.carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 1019;
}
#carouselmainSlide .carousel-indicators button{
	width: 11px;
	height: 11px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
}
#carouselmainSlide .carousel-indicators button.active{
	background: #FFF;
}

.categorymenu h1{
	font-size: 22px;
	margin: 0;
	text-align: center;
	border-radius: 6px;
	color: #FFF;
	background: #275c8d;
	padding: 10px;
	font-family: 'Kanit-Medium';
}
.categorymenu ul img{
	width: 35px;
	margin-right: 10px;
	aspect-ratio: 3 / 3;
    object-fit: scale-down;
}
.categorymenu ul{list-style: none;}
.categorymenu ul li a{
	padding: 6px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #899aa2;
	border-bottom: none;
	background: #a7c5da;
	line-height: 1;
	font-family: 'Kanit-Regular';
}
.categorymenu ul li a.active,
.categorymenu ul li a:hover{
	background: #4881b1;
	color: #FFF;
}
.categorymenu ul li:last-child a{border-bottom: 1px solid #899aa2;}
.contentslidemenu{
	background: #a7c5da;
	position: relative;
}
.bannersub{
	text-align: center;
	overflow: hidden;
}
.bannersub img{
	width: 100%;
}

.categorymenu .textsubmenu p {
    font-size: .85rem;
    margin-bottom: .3rem;
}
.categorymenu ul li:last-child .textsubmenu a,
.categorymenu ul.accordion#accordioncategorymobile li.accordion-item:last-child #categorymobilenine a{border: none ;}
.accordion#accordioncategorymobile{background-color: transparent;}
.categorymenu .accordion-item {
    background-color: transparent;
    border: none;
	outline: none;
	box-shadow: none;
}
.categorymenu .accordion-collapse,
.categorymenu .dropdown-menu{
	padding:1rem;
	background: #fdfdf3;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
}
.categorymenu .dropdown-menu{display: none;}
.categorymenu .dropdown-menu.show{
	display: block;
}
.categorymenu .accordion-collapse h1,
.categorymenu .dropdown-menu h1{
	font-size: 1.2rem;
	padding: 0;
	margin-bottom: 0;
	padding-bottom: .3rem;
	border-bottom: 1px solid #000;
	font-family: 'Kanit-Medium';
	background: none;
	color: #000;
	border-radius: 0;
	text-align: left;
}
.categorymenu .accordion-collapse a,
.categorymenu .dropdown-menu a{
	padding: 8px;
	text-align: left;
	background: none;
	color: #000;
	border: 0;
	box-shadow: none;
	font-family: 'Kanit-Regular';
	width: 100%;
    display: block;
	margin-bottom: .5rem;
}
.categorymenu ul .dropdown-menu  .imgsunmenu img{
	aspect-ratio: auto;
    object-fit: contain;
}
.categorymenu ul li:last-child .accordion-collapse a,
.categorymenu ul li:last-child .dropdown-menu a{border-bottom: none;}
.categorymenu .imgsunmenu{text-align: center;}
.categorymenu .imgsunmenu img{
	width: auto;
	max-width: 100%;
	margin: 0;
}
.categorymenu .accordion-collapse a:hover h1,
.categorymenu .dropdown-menu a:hover h1,
.categorymenu .accordion-collapse a:hover,

.categorymenu .dropdown-menu a:hover{color: #FFF;border-color: #4881b1;}
.categorymenu .accordion-collapse a.subactive h1{
	color: #ff7f00;
}


/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/ 

.content-box{
	padding: 5% 0;
	color: #000;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 28px;
	margin-bottom: 0;
	font-family: 'Kanit-Regular';
}
.texthowtobuy hr,
.title-box hr{
	margin: .5rem 0;
	opacity: 1;
	border-width: 4px;
	width: 5em;
	border-color: #ff7f00;
}
.title-box img{
	width: 55px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.title-box h2{
	font-size:28px;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.title-box h3{
	font-size:22px;
	margin:1rem 0;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box p{
	margin:1rem 0;
	color: #5b5e63;
}
.title-box ul li{font-size: .85rem; margin-right: 5px;opacity: .7;}
.title-box ul li.active{opacity: 1;}
.title-box ul li a{padding-right: 5px;}

.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.textpolicy{margin-bottom: 1rem;}
.textpolicy h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textpolicy .fa-angle-right{
	font-size: .9rem;
	margin-right: 10px;
}
.textpolicy .fa-circle{
	font-size: 14px;
	margin-right: 10px;
}
.textpolicy p{margin-bottom: 1rem;}
.textpolicy a:hover{color: #0071bc;}
.textpolicy ul{
	list-style: none;
	padding-left: 3%;
	margin: .5rem auto;
}

.content-box.productshome{
	background: url("../images/bg-bluecontent.png") top center repeat-y;
	background-size: 100% !important;
}
.readmorebtn{
	border-radius: 30px;
	border: 1px solid #4682b4;
	overflow: hidden;
	text-align: center;
	margin: 1rem 0;
	color: #FFF;
	padding: 8px;
	background: #4682b4;
	width: 160px;
	transition: all 0.6s;
}
.readmorebtn:hover{box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #899aa2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #FFF;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.setproducts{display: none;}

.slidesetproducts .productsbox{margin: 0;}
.slidesetproducts .slick-slide{margin: 10px;}
.slidesetproducts .slick-prev:before, .slidesetproducts  .slick-next:before{display: none;}
.slidesetproducts .slick-prev, .slidesetproducts .slick-next{
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	z-index: 1;
}
.slidesetproducts .slick-prev:hover, .slidesetproducts .slick-next:hover{filter: none;}
.slidesetproducts .slick-prev{
	left: 0;
	background: url("../images/arrowleft.png") left center no-repeat;
}
.slidesetproducts .slick-next{
	right: 0;
	background: url("../images/arrowright.png") left center no-repeat;
}

.productsbox{
	padding: 1rem 1rem;
	border-radius: 30px;
	position: relative;
	border: 3px solid #1d4467;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.53);
	background: url("../images/bg-products.png") center center no-repeat;
	background-size: cover !important;
	transition: all 0.6s
} 
.productsbox .row{
	height: 150px;
	align-content: flex-start;
}
.productsbox .col-6{margin-bottom: 5px;}
.productsbox:hover{box-shadow: none;}
.productsbox p{margin: 0;}
.productsbox h1{
	font-size:17px;
	margin-bottom: .5rem;
	text-align: center;
	font-family: 'Kanit-Regular';
}
.imgproducts{
	text-align: center;
	margin:auto;
	overflow: hidden;
	position: relative;
	transition: all 0.6s
}
.imgproducts img{
	width: auto;
	max-width: 100%;
	transition: all 0.6s
}
.productsbox:hover {transform: scale(1.02);}
.tagbanner{
	text-align: center;
	overflow: hidden;
}
.tagbanner img{width: 100%;}
.taglineimg{
	text-align: center;
	overflow: hidden;
	background: url("../images/bannerdelivery.png") center center no-repeat;
	background-size: cover !important;
}
.taglineimg img{
	width: 100%;
}
.taglineimg .row{align-items: flex-end;}
.taglineimg .col-8{
	text-align: center;
}
.taglineimg .col-4{
	text-align: left;
}

.content-box.recommentprohome{background: #f5f5dc;}
.icon-box{
	padding:  1rem;
	margin-bottom: 1rem;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 8px;
}
.icon-box img{
	width: 75px;
	margin: auto;
	filter: invert(44%) sepia(73%) saturate(361%) hue-rotate(165deg) brightness(92%) contrast(92%);
}
.icon-box h1{
	font-size: 1rem;
	margin: 0 0;
	font-family: 'Kanit-Medium';
}
.icon-box p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 4);
}
.products-show{
	padding:  .5rem;
	transition: all 0.6s;
	background: rgba(255,255,255,0.4);
}
.sliderecome .slick-slide.slick-current.slick-active .products-show,
.products-show:hover{
	background: rgba(255,255,255,1);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.products-show .img-box{aspect-ratio:4/2;}
.products-show .img-box img{object-fit: scale-down;height: 100%;}
.text-products{
	color: #0000cd;
	text-align: center;
}
.text-products h1{
	font-size: 1rem;
	margin:   0;
	font-family: 'Kanit-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 1);
}
.text-products p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1* 1);
}
.text-products h3{
	color: #0000cd;
	font-size: 1rem;
	margin:.5rem 0 0;
	text-decoration: line-through;
}
.text-products h2{
	color: #ff0000;
	font-size: 1rem;
	margin: 0;
}
.text-products ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .5rem 0 0;
	padding: 0 1rem;
}
.text-products ul li img{
	width: 28px;
	filter: invert(15%) sepia(92%) saturate(6316%) hue-rotate(357deg) brightness(106%) contrast(117%);
}
.text-products ul li img:hover{filter: none;}
.text-products ul li a{
	display: inline-block;
	padding: 5px;
	text-align: center;
	color: #FFF;
	background: #ff7f00;
	border: 1px solid #ff7f00;
}
.text-products ul li a:hover{background: #000; border-color: #000;}
.sliderecome .slick-slide{margin: 5px;}
.sliderecome .slick-prev:before, .sliderecome  .slick-next:before{display: none;}
.sliderecome .slick-prev, .sliderecome .slick-next{
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	z-index: 1;
	top: -20%;
	transform: none;
}
.sliderecome .slick-prev:hover, .sliderecome .slick-next:hover{filter: none;}
.sliderecome .slick-prev{
	left: auto;
	right: 13%;
	background: url("../images/arrowleft.png") left center no-repeat;
}
.sliderecome .slick-dots{display: none !important;}
.sliderecome .slick-next{
	right: 0;
	background: url("../images/arrowright.png") left center no-repeat;
}

.recommentprohome .title-box.subtitle{text-align: left;}
.title-box.subtitle ul{justify-content: flex-start;}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#f1f1f1;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;color:#ff7f00;}
.policy-box .btn-policy{
    width: 210px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #ff7f00;
	background: #ff7f00;
	border-radius: 0;
}
.btn-policy:hover{
	color: #ff7f00;
	background: #f1f1f1;
}

/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #ff7f00;
}
.footer ul{list-style: none;}
.footer ul li{margin-bottom: .2rem;}
.footer h1{
	font-size: 22px;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.footer hr{
	width: 2em;
	margin: .5rem 0 .75rem;
	opacity: 1;
	border-color: #FFF;
}
.footer a{display: inline-block;}
.footer a:hover{color: rgba(0,0,0,0.4);}
.footer p{margin-bottom: 0rem;}
.contact-footer img{
	width: 25px;
	margin-right: 5px;
}
.contact-footer{margin: 2rem auto;}
.contact-footer ul{margin: 1rem auto;}
.contact-footer ul li{margin-bottom: .3rem;}
.social-footer{text-align: center;}
.social-footer  img{
	width: 40px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{
	transform: scale(1.03);
	opacity: .6;
}
.copyright-box{
	margin-top: 2rem; 
	text-align: center;
	border-top: 1px solid #FFF;
	padding-top: .75rem;
}
.copyright-box a:hover{color: rgba(0,0,0,0.5);}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

.logo-footer{
	text-align: center;
	margin: 0 auto 2rem;
}
.logo-footer img {
	width: auto;
	max-width: 75%;
}
/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        right: -20%;
        margin: 0 !important;
        z-index: 55;
		opacity: 0;
		transition: all .5s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .5s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .5s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .5s;
	}
	
}


@media (min-width: 412px){
}

.tabsmap {margin: 2rem 0 0;}
.tabsmap .nav-pills{
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.tabsmap .nav-pills li{margin: 0 15px 0 0;}
.tabsmap .nav-pills li button{
	padding:5px 10px;
	border: none;
	border-bottom: 2px solid transparent;
	box-shadow: none;
	background: #FFF;
	color: #000 ;
}
.tabsmap .nav-pills li button:hover,
.tabsmap .nav-pills li button.active{
	color: #275c8d;
	border-color: #275c8d;
}
.mappic{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio:3/2;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.mappic img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.address-box, .contact-box, .social-box{margin-bottom: 2rem;}
.address-box h1, 
.contact-box h1, 
.social-box h1{
	font-family: 'Kanit-Regular';
	font-size: 24px;
	margin-bottom: .5rem;
}
.address-box p{margin: 0;}
.social-box img{
	width: 35px;
	transition: all 0.6s;
}
.social-box img:hover{
	opacity: .4;
	transform: scale(.97);
}
.address-box .iconsize,
.contact-box .iconsize{
	font-size: 24px;
	margin-right: 8px;
}
.contact-box a:hover{color: #ff7f00;}
.contact-box ul{list-style: none;}
.mapbox{
	width: 100%;
	overflow: hidden;
	aspect-ratio:3/2;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-form span{color: #f00;font-size: .9rem;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #ff7f00;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: #FFFFFF;
	border: 1px solid #e2e2e2;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #FF0000;
}
.form-text::placeholder{color: #898989;}

.detail-form ul{list-style: none;}
.detail-form.bankdetail p{
	margin: 0;
	color: #FF0000;
	font-size: .75rem;
	font-family: 'Kanit-Regular';
}
.detail-form.bankdetail ul img{width: 100%;}
.detail-form.bankdetail ul span{
	color: #000;
	font-family: 'Kanit-Medium';
}

.sendus-btn{
	width: 200px;
    padding: 10px 20px;
    display: block;
    box-shadow: none;
    border: 1px solid #ff7f00;
    color: #FFF;
    background: #ff7f00;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 30px;
}
.sendus-btn:hover{
    background: #FFF;
	color: #ff7f00;
	transform: scale(.98);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.content-otherpage{padding: 10% 0;}
.category-products.mobileshow{
	padding: 0;
	border: none;
	margin-bottom: 2rem;
}
.category-products.mobileshow .modal-dialog{
	margin: 1rem .5rem;
}
.category-products.mobileshow .modal-header{
	padding: .5rem;
	border: none;
}
.category-products.mobileshow .fa-layer-group{
	margin-right: 10px;
	font-size: 1.7rem;
}
.category-products.mobileshow h1{
	margin: 0;
	padding: .5rem;
	border: 1px solid #000;
	border-radius: 5px;
}
.category-products.mobileshow .collapseproductone{background: #F5F5F5;}
.category-products.mobileshow .modal-content{color: #000;}
.filter-products{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 2rem;
	flex-wrap: nowrap;
}
.filter-products a {
    display: inline-block;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000;
    color: #FFF;
    transition: all 0.6s;
    margin:0 10px 0 0;
}
.filter-products a:last-child{margin-right: 0;}
.filter-products a:hover,
.filter-products a.active{
	color: #000;
	border-color: #000;
}
.category-products{
	padding:1rem .75rem;
	border: 1px solid #000;
	border-radius: 5px;
}
.category-products h1{
	font-size: 22px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.contentfull-products{margin-bottom: 2rem;}
.content-related .product-box,
.contentfull-products .product-box{margin-bottom: 2rem;}
.category-products ul{
	list-style: none;
}
.category-products ul li{
	width: 100%;
	margin: 0;
}
.category-products ul li a{
	padding: 8px 10px;
	text-align: left;
	transition: all 0.6s;
	display: block;
	border-radius: 5px;
}
.category-products ul li a.active,
.category-products ul li a:hover{
	color: #FFF;
	background: #000;
}
.category-products .collapseproductone{
	padding: 0;
	background: #000;
	border: none;
	border-radius: 0;
}
.category-products .collapseproductone .card-body{
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.textdetail-products{margin: 2rem auto;}
.textdetail-products h1{
	font-size: 1.4rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.textdetail-products p.tagsales {
    margin-bottom: .5rem;
    padding: 5px;
    background: #000;
    font-size: .8rem;
    width: 160px;
    text-align: center;
}
.textdetail-products h2{
	font-size: 1.1rem;
	margin-bottom: 1rem;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Kanit-Regular';
}
.textprice{margin-bottom: 1rem;}
.textprice h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	color: #000;
}
.textprice p{margin: 0;}
.textprice p.textred{
	color: #f00;
	font-size: 1.4rem;
	font-family: 'Kanit-Regular';
}
.textprice p.proprice{text-decoration: line-through;}
.textprice .form-text{
	padding: 8px 15px;
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
	background-color: transparent;
}
.textprice .form-select{
	padding: 8px 15px;
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
	background-color: transparent;
}
.textprice .form-select  option {
	color: #000;
}
.add-address option {
    color: #000;
}
.addtocart{
	cursor: pointer;
}
.btn-delete{
	cursor: pointer;
}
/*
.addtocart-btn{
	border: none;
	box-shadow: none;
	background: #000;
	color: #FFF;
	text-align: center;
	width: 60%;
	border-radius: 30px;
	padding: 8px;
	margin:0 auto 1rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.addtocart-btn:hover{
	background: #000;
}
.addtocart-btn img{
	width: 33px;
	margin: 0 3px;
	filter: brightness(0) invert(1);
}*/
.buy-btn.addtocart-btn{
	background: #000;
	color: #FFF;
}
.buy-btn{
	border: none;
	box-shadow: none;
	background: #ff7f00;
	color: #FFF;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 30px;
	padding: 8px;
	margin:0 auto 1rem;
	transition: all 0.6s;
}
.buy-btn:hover{
	opacity: .5;
}

.tagstock{
	font-size: .9rem;
	color: #f00;
	margin: 1rem 0 0;
	text-align: center;
}
.buydone {
    font-size: .9rem;
    margin:0 auto 1rem;
	text-align: center;
    font-family: 'Kanit-Regular';
}

.detailproducts{
	margin: 1rem auto;
	padding: 1rem;
	background: #232323;
}
.detailproducts h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.detailproducts p{margin: 0;}

.moredetail-products{
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #FFF;
}
.moredetail-products h1{
	font-size: 1.4rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
	
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.moredetail-products h1[aria-expanded="true"] .fa-chevron-down{transform: rotate(180deg);}
.moredetail-products h1[aria-expanded="false"] .fa-chevron-down{transform: rotate(0deg);}
.moredetail-products ul{list-style: none;}
#collapsemoredetail .card-body{
	padding: 1rem;
	background: #000;
}

.video-present{
	overflow: hidden;
	margin: 1rem auto;
	border-radius: 10px;
	width: 100%;
	aspect-ratio:3/2;
}
.video-present iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bankservice{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.bankservice img{
	width: 100px;
	margin-right: 10px;
}
.bankservice h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.bankservice p{margin: 0;}

#accordionproducts .accordion-button::after{filter: brightness(0) invert(1);}
#accordionproducts.accordion{
	padding: 0;
	border: none;
	background: none;
	margin-top: 2rem;
}
#accordionproducts .accordion-item {
    padding: .5rem .75rem;
    border: 1px solid rgb(255 255 255 / 17%);
    background: #1d1d1d;
    margin-bottom: 1rem;
    border-radius: 10px;
}
#accordionproducts .accordion-header {margin-bottom: 0;}
#accordionproducts .accordion-header .accordion-button{
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	background: none;
	color: #FFF;
	font-size: 1.2rem;
	align-items: flex-start;
}
#accordionproducts .accordion-body{
	padding: 1rem;
	background: none;
}
#accordionproducts .accordion-collapse{
	background: #FFF;
	color: #000;
	margin-top: 2rem;
	border-radius: 10px;
}
#accordionproducts .accordion-body h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
#accordionproducts .accordion-body ul{
	list-style: none;
	margin: 1rem auto;
	padding-left: 1rem;
}
#accordionproducts .accordion-body h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}

.shopping-cart .number-input {
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
	border-color: #9b9b9b;
}
.shopping-cart{
	padding:  1rem;
	border-radius: 10px;
	background: #f8f8f8;
	margin-bottom: 1rem;
}
.detailspreice img{
	width: auto;
	max-width: 50%;
}
.pricetitle{
	display: flex;
	align-items: center;
	justify-content: center;
}
.carttitle {
	text-align: left;
	margin-bottom: .5rem;
}
.carttitle h1{
	font-size: 1.4rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.carttitle h2{
	font-size: 1.1rem;
	margin-bottom: 0;
	font-family: 'Kanit-Regular';
}
.carttitle h1 span{
	font-size: 1rem;
	margin-left: 10px;
}
.pricetitle h2 span{
	font-size: 1.4rem;
	color: #ff7f00;
	margin: 0 5px;
}
.pricetitle h2{
	font-size: 1.3rem;
	font-family: 'Kanit-Medium';
	margin: 0;
}
.pricetitle a{
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	background: #c8c8c8;
	margin: 0 8px;
}
.pricetitle a:hover{
	background: #B0B0B0;
}
.texttitle{margin-bottom: .5rem;}
.pricetitle h1,
.texttitle h1,
.detailspreice h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.detailspreice h2{
	font-size: 1rem;
	margin: 0;
	color: #ff7f00;
}
.detailspreice p{margin: 0;}
.detailspreice p.proprice{text-decoration: line-through;opacity: .6;font-size: .9rem;}
.detailspreice p.textred{color: #f00;font-size: 1rem;}
.deletepro img{
	width: 25px;
	filter: invert(6%) sepia(98%) saturate(7484%) hue-rotate(356deg) brightness(134%) contrast(121%);
}
.detailspreice{margin-bottom: .5rem;}
.buttonset-tool{margin: 2rem auto 0;}



.add-address .form-text{
	border-radius: 5px;
	color: #000;
}
.add-address h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
/* The container */
.radiochoose {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 10px auto;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiochoose input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
    border: 1px solid #ff7f00;
}

/* When the radio button is checked, add a blue background */
.radiochoose input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiochoose input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiochoose .checkmark:after {
 	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ff7f00;
    transform: translate(-50%,-50%);
}

.banktransfer .taxtbkank{text-align: left;}
.banktransfer .taxtbkank p {
    margin: 0;
}
.add-address .taxtbkank h1{font-size: .9rem;margin: 0;}
.banktransfer.textremark span{font-style: italic;color: #f00;}
.banktransfer.textremark p{font-size: .7rem;font-style: italic;}
.banktransfer.textremark{
	margin-top: .5rem;
	padding-top: .5rem;
	border-top: 1px solid #000;
}
.banktransfer.deliverychange{margin-bottom: 2rem;}
.banktransfer.deliverychange p{
    font-size: .75rem;
	margin: .5rem auto;
}
.banktransfer.deliverychange .taxtbkank{
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: .5rem auto;
	text-align: left;
}
.banktransfer.deliverychange input.transortradio{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.banktransfer.deliverychange img{width: 65px;margin: 0;}

.banktransfer.deliverychange label {
    display: block;
    text-align: justify;
    position: relative;
    padding-left: 2rem;
}
.shopping-cart hr{opacity: 1;}
.shopping-cart table h1{font-family: 'Kanit-Medium';font-size: 1.2rem;margin: 0;}
.shopping-cart table h2 span{color: #ff7f00;font-size: 1.1rem;}
.shopping-cart table h2{font-family: 'Kanit-Medium';font-size: 1rem;margin: 0;}
.shopping-cart table td:last-child{text-align: right;}
/*===========paysuccess============*/

.carttext-success{
	text-align: center;
	margin: 2rem auto;
}
.carttext-success img{width: 35%;}
.carttext-success ul{
	justify-content: space-between;
	align-items: center;
	display: flex;
	color: #ff7f00;
	margin-top: 3rem;
	list-style: none;
}
.carttext-success .row h2{
	color: #ff7f00;
	margin: 0;
	font-size: 1.2rem;
    font-family: 'Kanit-Medium'; 
}
.carttext-success a:hover{color: #ff7f00;}
.carttext-success .row.text-left{text-align: left;}
.carttext-success ul.paylist{
	display: block;
	margin: 0;
	color: #000;
}
.carttext-success h1{
	font-size: 2rem;
	color: #ff7f00;
	margin: 2rem auto 1rem; 
    font-family: 'Kanit-Medium'; 
}
.carttext-success h2{
	font-size: 1.7rem;
	color: #FFF;
	margin-bottom: 0;
    font-family: 'Kanit-Medium'; 
}
.carttext-success span{
	font-size: 1.3rem;
	color: #ff7f00;
    font-family: 'Kanit-Medium'; 
}
.carttext-success p{margin: 0;}

table.itemstopaid tbody tr td:nth-child(2) {
  text-align: right;
}
/***************************/
 .textboxcart-products,.textboxcart-products h1,.textboxcart-products h2,.textboxcart-products h4{
 	font-size: 1rem;
	 margin: 0;
 }
  .textboxcart-products ul , .box-address ul{
  	list-style: none;
	  margin: 1rem 0;
 }
.textboxcart-products p{margin: 0;}
 .box-address p{
 	margin-bottom: 0;
 	margin-top: 15px;
 	border-bottom: solid 1px #2f2f2f;
 }
 .box-address h1{
 	font-size: 1.2rem;
 }
/***************************/ 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:30%;
  left:0;
  right:0;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

.lineproducts {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin: 0 auto .5rem;
}





.formcontact h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium'; 
}
.formcontact{
	background: #f5f5f5;
	padding: 1rem;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.video-shoecase{margin-bottom: 2rem;}
.videopresent {
	aspect-ratio:3/2;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: .5rem;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.videopresent iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.textvideo h1{
	font-size: 1.15rem;
	margin-bottom: .5rem;
	line-height: normal;
    font-family: 'Kanit-Regular'; 
}
.textvideo p{
	margin: 0;
	opacity: .8;
}

.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #172e61;
	border: none !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color:#f5f5f5;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.pageclick .page-link.active,
.pageclick .page-link:hover{
	color: #FFF;
	background: #172e61;
}
.pageclick ul{justify-content: center;}

.bannerpage{
	padding: 10% 0;
	background: #f7f7f7;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1.95px 4px;
}
.bannerpage .title-box{margin: 0;}

.content-otherpage.relatedpage .sliderecome{margin: 2rem auto 0;}
.content-otherpage.relatedpage{background: #f2f2f2;}
.sliderecome .video-shoecase{margin: 0;}

.iconsteps .col-6{margin-bottom: 1rem;}
.icon-buy {
	height: 100%;
    text-align: center;
    position: relative;
    border-radius: 15px;
    background: #FFF;
    padding:1rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.icon-buy span {
    position: absolute;
    bottom: 0rem;
    z-index: 0;
    right: 0.5rem;
    margin: auto;
    font-size: 105px;
    opacity: 0.05;
	line-height: 1;
}
.icon-buy img{
	width: 70px;
	margin-bottom: 1rem;
}
.icon-buy:hover{
	background: #ff7f00;
	color: #FFF;
}
.icon-buy:hover span{background: #FFF;color: #000;}
.icon-buy:hover img{
	transform: scale(.95);
	filter: brightness(0) invert(1);
}
.icon-buy a{font-size: .8rem;}
.icon-buy a:hover{opacity: .6;}
.icon-buy p.red-text{color: #f00;font-size: .8rem;}
.icon-buy p{margin: 0;}
/*
#accordionhowtobuy {margin-bottom: 2rem;}
#accordionhowtobuy .accordion-header{
	padding: 0;
	margin-bottom: 0;
	border: none;
	background: none;
	box-shadow: none;
	border-radius: 0;
}
#accordionhowtobuy .accordion-button::after{}
#accordionhowtobuy .accordion-button[aria-expanded="true"]::after {
    transform: rotate(-180deg);
	filter: brightness(0) invert(1);
}
#accordionhowtobuy .accordion-button[aria-expanded="false"]::after {
    transform: rotate(0deg);
	filter: none;
}
#accordionhowtobuy .accordion-button[aria-expanded="true"] h2{color: #FFF;}
#accordionhowtobuy .accordion-button[aria-expanded="true"]{
	background: #ff7f00;
	color: #FFF;
	border-color: #ff7f00;
}
#accordionhowtobuy .accordion-button{
	padding: .7rem;
	margin-bottom: 1rem;
	background: none;
	box-shadow: none;
	border-radius: 30px;
    border: 1px solid #777;
	transition: all 0.6s;
}
#accordionhowtobuy .accordion-item{margin-bottom: .5rem;}
#accordionhowtobuy .accordion-item:nth-of-type(3) .accordion-button h2{color: #FFF;}
#accordionhowtobuy .accordion-item:nth-of-type(3) .accordion-button{
	width: 80%;
    margin: 2rem auto 0;
    justify-content: center;
	background: #5bce2a;
	border-color: #5bce2a;
}
#accordionhowtobuy .accordion-item:nth-of-type(3) .accordion-button:hover{transform: scale(.95);}
#accordionhowtobuy .accordion-item:nth-of-type(3) .accordion-button::after{display: none;}
#accordionhowtobuy .accordion-item{
	border: none;
	border-radius: 0;
}
#accordionhowtobuy .accordion-button h2{
	font-size: 1.2rem;
	margin: 0;
    font-family: 'Kanit-Medium'; 
	color: #000;
}
#accordionhowtobuy .accordion-body{padding:0 1rem;}*/

.title-box.howtobuytitle{
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	border-radius: 30px;
	color: #FFF;
	background: #ff7f00;;
	border-color: #ff7f00;
	text-align: left;
}
.title-box.howtobuytitle h2{
	font-size: 1.2rem;
}
.texthowtobuy p{margin-bottom: 0rem;}
.texthowtobuy a:hover{color: #ff7f00;}
.texthowtobuy {margin: 1rem 0;}
.texthowtobuy h2{
	font-size: 1.1rem;
	margin-bottom: 0rem;
    font-family: 'Kanit-Regular'; 
}
.texthowtobuy h3{
	font-size: 1rem;
	margin-bottom: 0rem;
}
.title-box img.qrscan{width: 150px;}
.texthowtobuy img.qrscan{width: 120px;}


.tablebank{
	overflow-y: hidden;
	overflow-x: auto;
	border-radius: 10px;
	margin: 2rem auto;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.tablebank table{
	width: 100%;
	min-width: 768px;
	overflow: hidden;
	border-radius: 10px;
}
.tablebank table th:first-child{border-radius: 10px 0 0 0;border-left: 0;text-align: center;}
.tablebank table th:last-child{border-radius: 0 10px 0 0;}
.tablebank table th{
    font-family: 'Kanit-Regular'; 
	background: #ff7f03;
	color: #FFF;
}
.tablebank table th,
.tablebank table td{
	padding: 10px 8px;
	border-left: 1px solid #FFF;
}
.tablebank table td:first-child{border-left: 0;text-align: center;}
.tablebank table td{background: #F5F5F5;}
.tablebank table tr:nth-child(2n+1) td{background: #FFF;}
.tablebank img{width: 100px;}

.categorymenu.pagecategorymenu .accordion-collapse h1:hover,
.categorymenu.pagecategorymenu .accordion-collapse a:hover
{
	background-color: transparent;
	color: #275c8d;
}
.categorymenu.pagecategorymenu .accordion-collapse a{
	border: none;
	border-radius: 0;
	padding: 0;
}
/*
.categorymenu.pagecategorymenu .accordion-collapse a:hover{
    color: #000;
    border-color: #899aa2;
	background: none;
}*/
.categorymenu.pagecategorymenu ul li{margin-bottom: .5rem;}
.categorymenu.pagecategorymenu ul li a{
	border:1px solid #899aa2;
	font-size: 14px;
}
.categorymenu.pagecategorymenu h1{margin-bottom: .5rem;}


.products-show.products2{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 1rem;
}


.categorymenu.pagecategorymenu ul li a[aria-expanded="true"],.categorymenu.pagecategorymenu ul li a.active{
	background: #4881b1;
	color: #FFF;
}
.categorymenu.pagecategorymenu ul li a[aria-expanded="false"]{
	background: #a7c5da;
}

.transportbox{
	text-align: center;
	margin-bottom: 1rem;
}
.transportbox img{
	width: 100px;
}
.transportbox p{
	font-style: italic;
	margin: 0;
	font-size: .8rem;
}
.transportbox h1{
	font-size: 20px;
	margin: 1rem auto 0;
    font-family: 'Kanit-Medium'; 
}

.listtrans .fa-circle-check{color: #ff7f03;font-size: 1.4rem;}
.listtrans ul{list-style: none;}
.listtrans ul li{margin-bottom: 1rem;}


.videopresent {
	aspect-ratio:3/2;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin: 2rem auto;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.videopresent iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.slideshow{margin: 2rem auto;}
.slideshow .slider-for{margin-bottom: 1rem;}
.slideshow .slick-slide{
	margin: 8px;
	background: #FFF;
	aspect-ratio:3/2;
}
.slideshow .slick-slide .img-box img{object-fit: scale-down;height: 100%;}
.slideshow .slick-slide .img-box{aspect-ratio:3/2;border: 1px solid #e5e5e5;}
.slideshow .slider-nav .slick-slide{opacity: .4;}
.slideshow .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}
.slideshow .slider-nav{padding: 0 1rem;}
.slideshow .slider-nav .slick-list{padding: 0 1rem;}
.slideshow .slick-prev:before, .slideshow .slick-next:before{display: none;}
.slideshow .slick-prev,
.slideshow .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover{filter: none;}
.slideshow .slick-prev{
	left: 0;
	background: url( "../ourworks/images/left.png") center center no-repeat;
}
.slideshow .slick-next{
	right: 0;
	background: url( "../ourworks/images/right.png") center center no-repeat;
}
.slideshow .slider-nav .slick-slide.slick-current.slick-active .img-box{ opacity: 1; }



.detailstext .boxprice h1{font-size: 22px;}
.detailstext h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium'; 
}
.detailstext h2{
	font-size: 1rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular'; 
}
.detailstext hr{
	margin:.5rem 0;
}
.detailstext span{font-family: 'Kanit-Regular';color: #000; }
.detailstext p{
	margin-bottom: 0rem;
	color: #000;
}
.detailstext ul.red-text{color: #ea2121;}
.detailstext ul{
	list-style: inherit;
	margin-bottom: .5rem;
	font-size: .95rem;
}
.detailstext ul li{
	margin-left: 2rem;
}
.boxprice h1 span{display: inline-block;}
.boxprice span.red-text{
	margin-right: 10px;
	color: #ea2121;
	font-size: .75rem;
}
.boxprice p{
	margin: 0;
	text-decoration: line-through;
	opacity: .6;
	display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
    height: auto;
	font-size: .85rem;
}
.boxprice h1{
	font-size: 18px;
	margin: 0;
    font-family: 'Kanit-Medium'; 
}
.detail-form p.instock {color: #ff7f00;}
.detail-form p.unittext {
	color: #f00;
	margin: 0 0 0 10px;
	font-size: .8rem;
}
.title-box.subtitle{text-align: left;}

.detail-form.formquatations p{margin: 0;}


.pdf-load a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 15px 0 10px;
}
.pdf-load img{
	width: 25px;
	margin: 0 15px 0 0;
}
.pdf-load {
    border-radius: 10px;
    text-align: center;
    margin: 1rem 0;
    width: 200px;
    padding: 6px 0;
    background: #f5f5f5;
	font-size: .9rem;
	transition: all 0.6s;
	box-shadow: 1px 1px 2px #c7c7c7;
}
.pdf-load:hover{
	transform: scale(.97);
}


.relatedslide .products-show{background: #FFF;}
.relatedslide{padding: 0 1rem;}
.relatedslide .slick-slide{margin: 5px;}
.relatedslide .slick-prev:before, .relatedslide  .slick-next:before{display: none;}
.relatedslide .slick-prev, .relatedslide .slick-next{
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	z-index: 1;
	transform: none;
}
.relatedslide .slick-prev:hover, .relatedslide .slick-next:hover{filter: none;}
.relatedslide .slick-prev{
	left:0;
	background: url("../images/arrowleft.png") left center no-repeat;
}
.relatedslide .slick-dots{display: none !important;}
.relatedslide .slick-next{
	right: 0;
	background: url("../images/arrowright.png") left center no-repeat;
}



.imgqrline{width: auto;max-width: 160px;}
.title-box.subtitlequatations ul{
	display: block;
	text-align: left;
	line-height: 2;
}
.title-box.subtitlequatations span{color: #ff7f00;}
.title-box.subtitlequatations ul li .fa-circle{font-size: .6rem;margin-right: 5px;}
.title-box.subtitlequatations ul li,
.title-box.subtitlequatations p{color: #000;opacity: 1;}
.content-otherpage.orangepage{background: #fff0e0;}

.sliderproducts{margin: 0 auto 2rem;}
.products2 .text-products ul li a{padding: 4px 15px;}


.categorymenu.pagecategorymenu .accordion-collapse {
	padding: .5rem;
    max-height: 315px;
    overflow-x: hidden;
    overflow-y: auto;
	scrollbar-width: thin;
    scrollbar-color: rgba(233, 225, 216, 0.8) rgba(233, 225, 216, 0.1);
}

/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin:20px auto;
    padding:5px;
}

.pagelist li{
    list-style:none;
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;
    background:#f5f5f5;
    border:1px solid #fff;

    box-shadow:rgba(0,0,0,.15) 1.95px 1.95px 2.6px;
    transition:.3s;
}

.pagelist li a{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#172e61;
    font-weight:bold;
    text-decoration:none;
}

.pagelist li:hover{
    background:#172e61;
}

.pagelist li:hover a{
    color:#fff;
}

.pagelist li.active{
    background:#172e61;
}

.pagelist li.active a{
    color:#fff;
}

.pagelist li.disabled{
    opacity:.4;
    pointer-events:none;
    background:#fff;
}
/********************/

.slideshowproducts .img-products{
	aspect-ratio:3/2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.slideshowproducts .img-products img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.slideshowproducts {margin: 1rem auto 2rem;}
.slideshowproducts .slider-for{margin-bottom: 1rem;}
.slideshowproducts .slider-nav .slick-list{padding: 0 1rem;}
.slideshowproducts .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .5;
}
.slideshowproducts .slick-prev:before, 
.slideshowproducts .slick-next:before{display: none;}
.slideshowproducts .slick-prev,
.slideshowproducts .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	/*filter: brightness(0) invert(1);*/
}
.slideshowproducts .slick-prev{
	left: 0;
	background: url("../images/arrowleft.png") center center no-repeat;
}
.slideshowproducts .slick-next{
	right: 0;
	background: url("../images/arrowright.png") center center no-repeat;
}
.slideshowproducts .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}
.slider-nav .slick-slide{
	border: solid 1px #e4e3e3;
}
.file-download{
	display: inline-block;
	background: #e7e7e7;
	padding: 1px 10px;
	border-radius: 10px;
}
.file-download img{height: 50px;}
.transortradio{
    width: 18px;
    height: 18px;
    accent-color: #20479f;
    cursor: pointer;
}
.CartItemCount {
    position: absolute;
    bottom: 19%;    
    color: #fff;
    left: 44%;
    font-size: 0.7rem;
}
#carouselmainSlide .carousel-control-next, .carousel-control-prev {
 
    opacity: 1;
 
}
 
#carouselmainSlide .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M4 1.5 L11 8 L4 14.5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}
#carouselmainSlide .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M12 1.5 L5 8 L12 14.5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}