body{
	font-family: 'Kanit', sans-serif;
	padding: 0;
	margin: 0;
	background-color: #bababa;
}

.content{
	padding-right: 16px;
	padding-left: 16px;
	width: 100%;
	max-width: 768px;
	background-color: #FFF;
	min-height: 100vh;
	margin:0 auto;
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
}

.content.fixpt{
	padding-top: 64px;
}

.content .fixpx{
	padding-right: 16px;
	padding-left: 16px;
}
.content.search{
	padding-top: 104px;
}


.header{
	width: 100%;
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: #4D4D4F;
	position: absolute;
	left: 0;
	top:0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 16px;

}

.tx-1{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #4D4D4F;
}
.tx-2{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #4D4D4F;
}
.tx-3{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #4D4D4F;
}
.tx-4{
	font-family: Kanit;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	color: #F06528;
}
.tx-5{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	color: #4D4D4F;
	opacity: 0.5;
}
.tx-6{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #4D4D4F;
}
.tx-7{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #4D4D4F;
	opacity: 0.5;
}
.tx-8{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #F06528;
}
.tx-9{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #4D4D4F;
}
.tx-10{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 18px;
	color: #4D4D4F;
}
.pt-60p{
	padding-top: 60%;
}
.btn-st-1{
	background: #F06528;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	height: 48px;
}
.btn-st-2{
	border: 1px solid #F06528;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #F06528;
	height: 48px;
}
.btn-st-3{
	border: 1px solid #F06528;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #F06528;
	height: 32px;
	min-width: 100px;
}
.btn-st-4{
	background: #F06528;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	height: 32px;
	min-width: 100px;
}
.btn-st-5{
	background: #F06528;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
}
.btn-st-6{
	background: #E74957;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
}
.form-label{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #4D4D4F;
	margin-bottom: 8px;
}
.form-custom{
	border: 1px solid #4d4d4f73;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #4D4D4F;
	height: 48px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4d4d4f73;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4d4d4f73;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #4d4d4f73;
}


select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;

    background-image: url("../images/icon-select.png");
	background-repeat: no-repeat;
	background-position: right 17px center;
	background-size:22px 11px ;


}
.shop-location-image{
	border-radius: 8px;
	overflow: hidden;
}
.input-file {  position: absolute;z-index: -1;width: 0;left: 0}


#map{
	border-radius: 8px;
	overflow: hidden;	
}


.profile-image{
	width: 195px;
	height: 195px;
	margin:0 auto;
	border-radius: 50%;
	background: #4D4D4F;
	padding: 30px;
	text-align: center;
	margin-top: 20%;
}
.profile-image img{
	height: 100%;
}
.btn-fix-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 30px;
	padding-top: 15%;
	width: 100%;
}
.image-success{
	margin-top: 15%;
}
.form-search{
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px; 
	color: #FFFFFF;
	height: 48px;
	background-color: transparent;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: left 16px center;
	padding-left: 56px;
}
.form-search:focus {
    color: #FFF;
    background-color: transparent;
    border-color: #FFFFFF;
    outline: 0;
    box-shadow: unset;
}
.form-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
}

.form-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

.form-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
.shopping-cart{
	margin-left: 24px;
	margin-right: 13px;
}
.card.card-1{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: #F06528;
	border-radius: 8px;
	border:0;
	height: 96px;
	width: 100%;
}
.card.card-1 img{
	width: 48px;

}
.alink-card{
	text-decoration: unset;
}

.mb-c1{
	margin-bottom: 16px;
}
.p-c1{
	padding: 16px;
}
.px-c1{
	padding-left: 16px;
	padding-right: 16px;
}
.card.card-2{
	border: 1px solid #4D4D4F;
	box-sizing: border-box;
	border-radius: 8px;
	height: 144px;
	overflow: hidden;
}
.card.card-2 .card-body{
	padding: 0;
}
.promotion-image{
	flex: 0 0 25%;
	background: #D22A2A;
	position: relative;
}
.cy{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #4D4D4F;
	position: absolute;
	right: 0;
	z-index: 99;
	margin-right: -9px;
}
.cy.top{
	top: 0;
	margin-top: -9px;

}
.cy.bottom{
	bottom: 0;
	margin-bottom: -9px;
}
.card-promotion-title{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #4D4D4F;
	margin-bottom: 8px;
}
.card-promotion-detail{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	    height: 36px;
	color: #4D4D4F;
	overflow: hidden;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}
.carousel-control-next, .carousel-control-prev{
	opacity: 1;
	width: 48px;
}

.card-product{
	border: 1px solid #4D4D4F;
	border-radius: 8px;
	margin-bottom: 20px;
}
.card-product .card-body{
	padding: 16px;
	border-top: 1px solid #4D4D4F;
}
.card-product .card-title{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #4D4D4F;
}
.card-product .card-detail{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #4D4D4F;
}

.badge-custom {
    font-family: Kanit;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E74957;
    padding: 0;
    padding-top: 2px;
    margin-top: -8px;
    position: absolute;
    margin-left: -10px;
}

.form-search-2{
	border: 1px solid #4D4D4F;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px; 
	color: #4D4D4F;
	height: 48px;
	background-color: transparent;
	background-image: url(../images/search-2.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: left 16px center;
	padding-left: 56px;
}
.form-search-2:focus {
    color: #4D4D4F;
    background-color: transparent;
    border-color: #4D4D4F;
    outline: 0;
    box-shadow: unset;
}
.form-search-2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4D4D4F;
}

.form-search-2:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4D4D4F;
}

.form-search-2::-ms-input-placeholder { /* Microsoft Edge */
  color: #4D4D4F;
}
.btn-filter{
	background: #4D4D4F;
	border-radius: 8px;
	width: 48px;
	height: 48px;
}



.card-product-2{
	border: 1px solid #4D4D4F;
	border-radius: 8px;
	margin-bottom: 20px;
	position: relative;
}
.card-product-2 .card-body{
	padding: 16px;
}
.card-product-2 .card-footer{
	padding: 16px;
	border-top: 1px solid #4D4D4F;
	background-color: transparent;
	border-radius: 0;
}
.card-product-2.promotion{
	border: 1px solid #F06528;
}
.card-product-2.promotion .card-footer{
	border-top: 1px solid #F06528;
}

.product-image{
	flex: 0 0 72px;
	height: 72px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 16px;
}
.product-status.status-1{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	background: #60BC42;
	border-radius: 8px;
	height: 24px;
	padding: 4px 8px;
}
.product-status.status-2{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	background: #E74957;
	border-radius: 8px;
	height: 24px;
	padding: 4px 8px;
}
.box-product-price{
	background: #FAFAFA;
	padding: 4px;
	margin-top: 5px;
}

.form-select-sm{
	width: 88px;
	height: 24px;
	border: 1px solid #4D4D4F;
	box-sizing: border-box;
	border-radius: 8px;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 20px;
}
select.form-select-sm{
	background-image: url("../images/icon-select.png");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size:12px 6px ;

}
.input-group-number{
	background: #FFFFFF;
	border: 1px solid #D8DCE6;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	width: 95px;
	height: 24px;

}
.input-number{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #4D4D4F;
	border: 1px solid #4D4D4F;
	height: 22px;
	padding: 0 5px;
	border-top: 0;
    border-bottom: 0;
    width: 40px;
    min-height: unset;
}
.btn-number{
	padding-left: 7px;
	padding-right: 7px;
	margin-top: -7px;
	font-size: 26px;
	color: #4D4D4F;
	line-height: 0;
}
.btn-number:focus{
	outline: none;
	box-shadow: unset;
}
.input-group-number.input-group{
	border: 1px solid #4D4D4F;
	box-sizing: border-box;
	border-radius: 8px;
	
}

.btn-st-5:disabled{
	background: #4D4D4F;
}

.tag-promotion{
	background: #F06528;
	border-radius: 7px 0px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 9px;
	position: absolute;left: 0;top:0;
}

.card-search{
	border: 1px solid #4D4D4F;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
.card-header{
	border-bottom: 1px solid #4D4D4F;
	background:transparent;

	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #4D4D4F;
}
.search-result{
	list-style: none;
	padding: 0;
	margin: 0;
}
.search-result li{
	border-bottom: 1px solid #4d4d4f5e;
	padding-top: 15px;
	padding-bottom: 15px;
}

.search-result .product-name {
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #4D4D4F;
}
.search-result .product-type{
	background: #EAEAEA;
	border-radius: 4px;
	font-family: Kanit;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #4D4D4F;
	padding-top: 1px;
	padding-bottom: 1px;
}
.search-result .product-image {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	margin-right: 3px;
}
.search-result.col li{
	width: 50%;
	float: left;
	border-top: 1px solid #4D4D4F;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;


}
.search-result.col li.col-left{
	border-right: 1px solid #4D4D4F;
}

.form-search-3{
	border: 0;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px; 
	color: #4D4D4F;
	height: 48px;
	background-color: transparent;
	background-image: url(../images/search-2.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: left 0px center;
	padding-left: 40px;
}
.form-search-3:focus {
    color: #4D4D4F;
    background-color: transparent;
    border-color: #4D4D4F;
    outline: 0;
    box-shadow: unset;
}
.form-search-3::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4D4D4F;
}

.form-search-3:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4D4D4F;
}

.form-search-3::-ms-input-placeholder { /* Microsoft Edge */
  color: #4D4D4F;
}
.btn-link-3{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #4D4D4F;
	opacity: 0.6;
	text-decoration: unset;
	margin-top: 16px;
}
.cart-sum{
	background: #fef0ea;
	padding: 16px;
	padding-bottom: 10px;
}

.cart-sum .ts-1{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #4D4D4F;
}
.cart-sum .ts-2{
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	color: #F06528;
}
.cart-sum .ts-3{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	color: #4D4D4F;
	opacity: 0.5;
}

.modal-custom .modal-content{
	background: #FFFFFF;
	border-radius: 8px;
}

.btn-link-2{
	font-family: Kanit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #F06528;
	text-decoration: unset;
}

.section-empty{
	height: calc(100vh - 160px);
}
.box-history-tabs{
	border: 1px solid #4D4D4F;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 8px;
}
.box-history-tabs  .nav-pills .nav-link{
	padding: 7px 20px;
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #4D4D4F;
}
.box-history-tabs .nav-pills .nav-link.active,.box-history-tabs .nav-pills .show>.nav-link{
	background: #F06528;
	border-radius: 8px;
	font-family: Kanit;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 7px 20px;
}
.mt-nc1{
	margin-top: -1.5px;
}
@media (min-width: 576px) {
	.product-image{
		flex: 0 0 112px;
		height: 112px;
		border-radius: 8px;
		overflow: hidden;
		margin-right: 16px;
	}
	.content{
		padding-right: 50px;
		padding-left: 100px;
		padding-top: 80px;
	}

	.btn-fix-bottom{
		padding-right: 100px;
		padding-left: 100px;
		padding-bottom: 15%;
	}
	.image-success{
		margin-top: 30%;
	}
	.tx-1{
		font-size: 42px;
		line-height: 42px;
	}
	.tx-2{
		font-size: 34px;
		line-height: 44px;
	}
	.card.card-2{
		height: 164px;
	}
	.promotion-image{
		flex: 0 0 30%;
		background: #D22A2A;
		position: relative;
	}
	.card-promotion-title{
		font-size: 26px;
		line-height: 24px;
	}
	.card-promotion-detail{
		font-size: 22px;
		    height: 46px;
		line-height: 24px;
	}

}
.version {
	position: absolute;
    bottom: 2px;
    left: 18px;
    font-size: 10px;
    z-index: 9;
}