body,html{
	font-family: 'Kanit', sans-serif;
	background: #f5f5f5;
}

a:hover{
	text-decoration: none;
}

h2{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	font-family: 'Pridi', serif;
}

h3{
	font-size: 20px;
	margin-top: 10px;
}

.max-width img{
	max-width: 100%;
}

.text-primary{
	color: #f7525a!important;
}

.bg_blue{
	background: #00aeef;
	color: #fff;
	padding:10px 0;
}

.bg_blue a{
	color: #fff;
}

.bg_blue i{
	font-size: 18px;
}

.display-flex{
	display: flex;	
}

.aling-center{
	align-items: center;
}

.jusify-end{
	justify-content: flex-end;
}

.menu_top{
	background: #fff;
}

.menu_top nav{

}

.menu_top nav > ul{
	padding: 15px 0;
	margin: 0; 
    display: flex;
    justify-content: flex-end;
}

.menu_top nav > ul > li{
	list-style: none;
    padding-left: 30px;
	
}

.menu_top nav > ul > li > a{
	color: #000;
	transition: all 0.3s;
	-webkit-transition:all 0.3s;
}

.menu_top nav > ul > li > a:hover{
	color: #00aeef;
	text-decoration: none;
}

.logo{
	padding:20px 0;
}

.grid-container{
	display: grid;
	 grid-gap: 30px;
	 grid-template-columns: auto auto auto auto auto auto;
}

.grid-container > div{
	align-items: center;
    display: flex;
}

.item1{
	grid-column: 1 ;

}

.item2{
	grid-column: 2 / span 4;
	
    justify-content: flex-end;;
}

.item3{
	grid-column: 6;
	text-align: center;
	justify-content: center;
	background: #d1f2ff;
}

.item3 p{
	color: #000;
	margin-bottom: 5px;
}

.item3 a{
	color: #1f6dce;
}

.slider{
	background: #c0fcc6;
}

.bx-wrapper{
	box-shadow: 0 0 0px #ccc!important;
	border: 0px solid #fff!important;
    background: transparent;!important;
    margin-bottom: 60px!important;
}

.bx-wrapper .bx-pager{
	bottom: 30px!important;
	text-align: right!important;
}


.bx-wrapper .bx-pager.bx-default-pager a{
	background: transparent;
    border: 2px solid #666;
}

.border-gray{
	border:1px solid #e1e1e1;
}

.order_top{
	width:33.333333333%;
	float: left;
	background: #1f6dce;
	padding: 10px 0;
	position: relative;
	color: #fff;
	padding-left: 30px;
	font-size: 17px;
}

.order_top:nth-child(2){
	background: #00aeef;
}

.order_top:nth-child(2) #triangle-right{
	border-left: 20px solid #00aeef;
}

.order_top:nth-child(3){
	width: 31%;
}

.overflow-hidden{
	overflow: hidden;
}

#triangle-right{
    position: absolute;
    right: -20px;
    z-index: 1;
    top: 0;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-left: 20px solid #1f6dce;
    border-bottom: 23px solid transparent;;
}

.main_bestsel{
	background: #fff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	height: 300px;
}

.img_bestsell{
	width: 40%;
	float: left;
	color: #fcd54c;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.text_bestsell{
	width: 60%;
	float: left;
	padding-left: 15px;
	height: 100%;
}

.choose_product{
	height: 82%;
}
.img_bestsell img{
	display: block;
	margin: auto;
}
.price_sell{

}

.price_sell button{
	float: right;
	color: #fff;
	background: #c2c2c2;
	transition: all 0.3s;
	-webkit-transition:all 0.3s;
	border: 0;
	border-radius: 5px;
	padding:5px 15px;
}

.price_sell:hover button{
	background: #f7525a;
}
.price_sell:hover .text-price{
	color: #f7525a;
}
.text-price{
	font-size: 22px;
	font-weight: bold;
}

.bg-sky-blue{
	background: #00aeef;
}

.bg-pink{
	background:#f7525a;
}

.bg-green{
	background:#5daf65;
}

.bg-blue{
	background: #1f6dce;
}

.bg-yellow{
	background: #fcc04c;
}

.border-cate{
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 100%;
	padding-top: 15px;
	margin: 0 auto 15px auto;
}

.list-category h4{
	color: #00aeef;
}
.list-category a{
	color: #000;
}
.list-category:nth-child(2) h4{
	color: #f7525a;
}
.list-category:nth-child(3) h4{
	color: #5daf65;
}
.list-category:nth-child(4) h4{
	color: #1f6dce;
}
.list-category:nth-child(5) h4{
	color: #fcc04c;
}
.grid-category{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto auto auto auto auto;
	margin-bottom: 30px;
}

.product-container{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto auto auto auto;
	margin-bottom: 30px;
}

.product-home{
	background: #fff;
	padding: 25px;
	border:1px solid #ebebeb;
	height: 360px;
	overflow: hidden;	
}

.product-img{
	margin-bottom: 15px;
	height: 200px;
}

.product-img img{
	max-height: 100%;
}

.product-short-detail{
	height: 100px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	position: relative;
}

.product-add-cart{
	position: absolute;
	width: 100%;
	top: 100%;
	opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.btn-add-cart{
	color: #fff;
	border: 0;
	background: #1f6dce;
	border-radius: 8px;
	padding: 7px 20px;
}

.transition-hover{
	position: relative;
	top:0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 15px;
}

.product-home:hover .product-add-cart{
	top: 30%;
	opacity: 1;
}

.product-home:hover .transition-hover{
	top: 50px;
	opacity: 0;
}

.bg-footer{
	background: #252525;
	padding: 25px 0;
}

.bg-copyright{
	background: #000000;
	padding: 15px 0;
}

.bg-copyright span{
	color: #959595;
	font-size: 13px;
}

footer h3{
	color: #fff;
	font-size: 17px;
}

.lily_footer h3{
	color: #fff;
	font-family: 'Pridi', serif;
	margin-bottom: 0px;
	font-size: 26px;
}

.lily_footer p{
	color: #959595
}

footer ul{
	padding: 0;
	margin:0;
}

footer ul li{
	color: #959595;
	list-style:none;
	width: 50%;
	float: left;
}

footer ul li a{
	color: #959595;
}

footer ul li a i,.contact-footer > p > a > i{
	color: #00aeef;
}

.contact-footer > p > a{
	color: #fff;
}

.bx-wrapper .bx-prev{
	background: url('images/prev.png')top center no-repeat;
	background-size: cover;
	left: -55px;
}

.bx-wrapper .bx-next{
	background: url('images/next.png')top center no-repeat;
	background-size: cover;
	right: -55px;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
	background-position: -3px 0;
}