﻿.main-container{
	background-color: #f9f9f9;
}
.banner-container {
	display: none;
}
.img-banner{
	width: 100%;
}
.bg-product{
	background-color: #f7fffe;
}
.bg-remark {
	/*background-color: #f9f9f9;*/
	font-size: 16px;
	/*color:#fff;*/
	line-height: 1.75rem;
}
.txtBigger {font-size: 18px;}
.txtBigger-18 {font-size: 18px;}
.text-red {
	color: #bb0000;
}
.product-item{
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	margin-bottom: 20px;
	border-radius: 7px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	height: calc(100% - 20px);
	-webkit-transition: 350ms all ease;
	-moz-transition: 350ms all ease;
	-ms-transition: 350ms all ease;
	transition: 350ms all ease;
}
.product-img {
	border-radius: 7px 7px 0 0;
	overflow: hidden;
	position: relative;
	display: block;
}
.button-them {display:inline-block;}
.head-line{
	font-size: 24px;
	margin: 10px 0;
	font-weight: 500;
}
.product-item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.product-item .product-img:before {
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	content: "ดูรายละเอียดเพิ่มเติม";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 500;
	z-index: 2;
	border-radius: 3px;
	color: #9D6A01;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	white-space: nowrap;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: 150ms all ease;
	-moz-transition: 150ms all ease;
	-ms-transition: 150ms all ease;
	transition: 150ms all ease;
}
.product-item:hover .product-img:before {
	opacity: 1;
	visibility: visible;
}
.product-item:hover .product-img .img {
	filter: brightness(70%);
}
.product-item .product-img .img {
	position: relative;
	z-index: 1;
	-webkit-transition: 150ms all ease;
	-moz-transition: 150ms all ease;
	-ms-transition: 150ms all ease;
	transition: 150ms all ease;
}
.txt-shipp {font-size:18px;}
.box_buynow {
background: #b40000;
font-size: 18px;
color: #fff;
padding: 10px 30px;
width: 100%;
border: none;
font-family: "Poppins","Prompt",sans-serif;
display: inline-block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
-webkit-appearance: none;
text-align: center;
text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
.box_buynow:hover {filter: brightness(120%);}
/*.style-list li {margin-left:35px; list-style-type:decimal;}*/
.fix-bar{
	position: fixed;
	bottom:0;left:0;
	width: 100%;
	z-index: 997;
}
.btn-red {padding: 10px 30px; font-size: 18px;}
.strong-600 {font-weight:600;}
.txt-green {color:#090;}
.top-60 {margin-top:60px;}
.bg-content {
	/*background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	padding: 15px 30px;*/
	color:#000;
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	padding:0 9%;
}
.bg-content h1 {font-size:24px; line-height:34px;}
.bg-content h2 {font-size:20px; line-height:30px;}
.bg-content ul {list-style-type: circle; list-style-position: inside;}
.event-detail-list .item {
	margin: 15px 0;
	min-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: nowrap;
	-moz-flex-flow: nowrap;
	-ms-flex-flow: nowrap;
	flex-flow: nowrap;
	align-items: start;
}
.box-txt {width: 100%; color: #000;}
.event-detail-list .item .icon {
	flex: 0 0 20px;
	width: 20px;
	margin-top: 5px;
	background :#666666;
}
.event-detail-list .item .txt {
	flex: 1 1 auto;
	margin: 0;
	/*padding-left: 20px;*/
}
.box-txt span {
	opacity: 0.7;
}
.box-txt h1 {
	font-weight :bold;
	font-size:18px;
}
.event-detail-list .item .txt span {
	display: block;
}
.event-detail-list .item .txt small {
	font-weight :bold;
	font-size:16px;
}

@media screen and (max-width:768px) {

.bg-content {padding :0 !important;}
}

