html{font-size:16px;}
@font-face {
    font-family: 'ScheherazadeNew-Regular';
    src: url('fonts/ScheherazadeNew-Regular.eot');
    src: url('fonts/ScheherazadeNew-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ScheherazadeNew-Regular.woff') format('woff'),
         url('fonts/ScheherazadeNew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sarabun-Regular';
    src: url('fonts/Sarabun-Regular.eot');
    src: url('fonts/Sarabun-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sarabun-Regular.woff') format('woff'),
         url('fonts/Sarabun-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sarabun-Medium';
    src: url('fonts/Sarabun-Medium.eot');
    src: url('fonts/Sarabun-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sarabun-Medium.woff') format('woff'),
         url('fonts/Sarabun-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('fonts/PlayfairDisplay-Bold.eot');
    src: url('fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/PlayfairDisplay-Bold.woff') format('woff'),
         url('fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit-Light';
    src: url('fonts/Kanit-Light.eot');
    src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Light.woff') format('woff'),
         url('fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Sarabun-Regular';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
    color: #363636;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}

#back-to-top {
    width: 30px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    bottom: 20%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#e7e7e7;
    font-size: .9rem;
    opacity: .7;
    border-radius: 5px 0 0 5px;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #a7a7a7;
    position: absolute;
    width: 120px;
    transform: rotate(-90deg);
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 20px;
	position: relative;
	margin:0px 13px 0 0;
    text-align: center;
	-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;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #343132;
    border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
    width: 100%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
    width: 100%;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.navbar-toggler.open {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s;
    transform: translate(20.5rem,-3rem);
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: .75rem 0;
    transition: all 0.5s;
    background: #FFF;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand {
    width:100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s;
}
.navbar-brand img{
    max-width: 100%;
    margin: 0;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none{
    text-align: left;
    padding: 1rem .5rem;
}
.navbar-brand.d-lg-none img{max-width: 90%;}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-align: left;
    font-family: 'ScheherazadeNew-Regular';
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #000 ;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #ecab53;}
.navbar-collapse ul li:hover, .navbar-collapse ul li.active{background: none;}

.navbar-collapse ul li .dropdown-menu{
    padding: 0;
    border-radius: 0;
    background: rgb(33 118 139 / 80%);
    min-width: 15rem;
    top: 98%;
}
.navbar-collapse ul li .dropdown-menu a{
    color: #FFF;
    text-align: left;
    padding: 15px;    
}
.navbar-collapse ul li .dropdown-menu a:hover{background: rgb(33 118 139 / 80%);}

/*.navbar-collapse .address-footer{
    text-align: center;
    font-family: 'ScheherazadeNew-Regular';
    margin: 1rem auto;
}
.navbar-collapse .address-footer h1{
    font-weight: bolder;
    margin-bottom: .5rem;
    font-size: 1.5rem;
}
.navbar-collapse .address-footer  p{margin-bottom: 0;}*/
.social-header{
    text-align: center;
    margin: 2rem auto;
}
.social-header p{
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.social-header p a{display: block;padding: 0;font-weight: normal;}
.social-header img{transition: all 0.5s;width: 50px;}
.social-header img:hover{transform: scale(.95);}

.hamburgers-box .shopping-bag, .hamburgers-box .user-box{margin: 0 15px;}
.cart-setting{
    margin-bottom: 1rem;
    font-size: 18px;
    width: 100%;
    font-family: 'ScheherazadeNew-Regular';
}
.shopping-bag{text-align: center;}
.shopping-bag table{width: 100%;}
.shopping-bag table td{padding: 10px;}
.shopping-bag table td:last-child{text-align: right;}
.shopping-bag .dropdown-menu{
    min-width: 20rem;
    padding: 1rem;
    border-radius: 0;
    border: none;
    left: -12rem;
    right: auto;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.shopping-bag .dropdown-menu h1{
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.shopping-bag .dropdown-menu .prod-name{
	white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(0.8rem * 1.5 * 1);
    font-size: 0.8rem;
}
.menu-btn{
	width: 100%;
    display: block;
    cursor: pointer;
    /*border: 1px solid #9d9d9d;*/
    padding: 8px;
    margin: 1rem auto;
    box-shadow: none;
    background: #FFF;
    color: #000;
    transition: all 0.5s;
    text-align: center;
    text-transform: uppercase;
}
.menu-btn:hover,
.menu-btn.active{
    background: #000;
    color: #FFF;
}
.user-box ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.user-box ul li{
    width: auto;
    margin: auto;
}
.user-box ul li a{display: block;}
.register-btn{
    padding: 8px 15px;
    text-align: center;
    border: 1px solid #9d9d9d;
    transition: all 0.5s;
}
.register-btn:hover{
    background: #000;
    color: #FFF;
}
.input-form{
    width: 100%;
    border: 1px solid #9d9d9d;
    padding: 5px 10px;
    margin-top: 15px;
}
.input-form::placeholder{color: #d9d9d9;}
.user-box .dropdown-menu h1{
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.user-box .dropdown-menu{
    min-width: 20rem;
    padding: 1rem;
    border-radius: 0;
    left: auto;
    right: -10rem;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.user-box .dropdown-menu ul{
    display: block;
}
.user-box .dropdown-menu ul li{padding-bottom: 8px;}
.user-box .dropdown-menu ul li .forgetpassword-btn{
    margin-bottom: 0;
    font-size: .9rem;
    color: #828282;
    text-align: right;
}
.form-button,
.login-btn, .checkprice-btn{
    width: 100%;
    display: block;
    cursor: pointer;
    border: 1px solid #9d9d9d;
    padding: 8px;
    margin:1rem auto;
    box-shadow: none;
    background: #000;
    color: #FFF;
    transition: all 0.5s;
    text-align: center;
    text-transform: uppercase;
}
.form-button:hover,
.login-box:hover, .checkprice-btn:hover{
    transform: scale(.95);
    box-shadow:  0 0 8px rgba(0,0,0,0.2);
}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone{position: relative;}
#slide-zone .banner-slide{width: 100%;cursor: pointer;}
/*.banner-slide img {transition: all 10s;}
.banner-slide:hover img{transform: scale(1.3);}*/
.owl-dots{
	display: block !important;
	position: absolute;
	bottom:3%;
	left: 0;
	z-index: 555;
	width: 100%;
	text-align: center;
}
.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #FFF; 
}
.owl-carousel button.owl-dot.active{
	background-color: #ecab53;
}
.img-box{
    width: 100%;
    overflow: hidden;
}
.img-box img{width: 100%;transition: all 0.5s;}
/*content--//////////////////////////////////////////////////////////////////////////*/
.content-box{padding: 10% 0;}
.title-box{
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 33px;
    color: #363636;
    text-transform: uppercase;
    font-family: 'ScheherazadeNew-Regular';
}
.article-box{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.7rem;
}
.article-box img{
    width: 100%;
    transition: all 1.5s;
}
/*.detail-article{ margin: 1rem auto;}*/
.article-box:hover img{transform: scale(1.05);}
/*.article-box:hover .detail-article{background:rgba(0,0,0,.75); }*/
.detail-article ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.detail-article ul li:first-child {
    width: 100%;
    text-align: center;
    margin: .75rem auto 0;
}
.detail-article ul li{
    width: auto;
    margin: 0 10px;
}
.detail-article ul li p.oneline{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1rem* 1.5* 1);
    color: #363636;
    margin: 0;
	font-weight: normal;
}
.detail-article ul li p.twoline{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1rem* 1.5* 2);
    color: #363636;
    margin: 0;
	font-weight: normal;
}

/*shopbox*/
.article-box.addtag-box .detail-article ul{
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    /*padding: 0 1rem 2rem;*/
}
.detail-article p{
    color: #f37f20;
    margin: .5rem auto 0;
	font-weight: bolder;
}
.detail-article p.tag-oos{color: #000;}

.detail-article h1{
    font-size: 20px;
    margin: .5rem auto 0;
    font-weight: bolder;
}
.detail-article h2{
    font-size: 18px;
	line-height: 1;
    margin-bottom: 0;
    font-family: 'PlayfairDisplay-Bold';
}
.detail-article span{font-family: 'Sarabun-Regular';}
/*shopbox*/


.banner-titlepage{
    /*padding: 10% 0;
    min-height: 280px;*/
    /*background-size: cover !important;
    background-attachment: fixed !important;*/
	background-size: auto 100% !important;
}
/*.articlebg{background: url("../article/images/banner-article.png") top center no-repeat;}
.privacybg{background: url("../privacypolicy/images/banner-privacy.png") top center no-repeat;}
.contactusbg{background: url("../contactus/images/banner-contact.png") top center no-repeat;}
.shopbg{background: url("../shop/images/banner-product.png") top center no-repeat;}*/
.banner-titlepage h1{
    font-size: 33px;
    text-align: center;
    margin: 0;
    /*color: #FFF;*/
	color: #212529;
    text-transform: uppercase;
    font-family: 'ScheherazadeNew-Regular';
}
.content-otherpage{padding: 10% 0;}

.address-box{
    text-align: center;
    margin: 2rem auto; 
}
.address-box img{max-width: 100%;width: auto;}
.address-box a:hover{color: #ecab53;}
.address-box p{
    font-size: 20px;
    margin-bottom: 2rem;
}
.address-box h1{
    font-size: 24px;
    padding: .75rem 0;
    margin: 2rem 0;
    border: 3px solid #000;
    border-left: none;
    border-right: none;
}
.address-box ul{list-style: none;}
.address-box .social-footer a{
    font-size: 40px;
    padding: 0 10px;
    transition: all 0.5s;
    border-radius: 50%;
}
.social-footer a:hover{transform: scale(.9);}
.mapbox{
    width: 100%;
    height: 280px;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}

.message-contact{margin-top: 2rem;}
.message-contact h1{
    font-size: 24px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: 'Sarabun-Medium';
}
.message-contact h1 span{font-family: 'ScheherazadeNew-Regular';font-size: 26px;}
.detail-form{margin-bottom: 1rem;}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: rgb(0 55 42 / 100%);
}
.detail-form span{color: #f00;}
.detail-form p{
    margin-bottom: 0;    
    font-family: 'ScheherazadeNew-Regular';
}
.form-text{
    padding: 8px 15px;
    background: none;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 5px;
    color: #010000;
}
.form-text::placeholder{color: #b9b9b9;}
.sendus-btn{
    width: 230px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #FFC14D; /*rgb(236 171 83 / 75%)*/
    color: #FFF;
    background: #FFC14D;  /*rgb(236 171 83 / 75%)*/
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 10px;
}
.sendus-btn:hover{
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #fba80c;/*#ecab53*/
    border-color: #fba80c;
}

.text-yellow{color: #ecab53;}
.img-bannercenter{
    width: 100%;
    overflow: hidden;
}
.img-bannercenter img{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.img-center{
    width: 100%;
    text-align: center;
    overflow:hidden;
    margin-bottom: 2rem;
}
.img-center img{max-width: 100%;}
.detail-articlepage h1{
    font-size: 24px;
    margin-bottom: 2rem;
    font-weight: 700;
}
.detail-articlepage p{
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
}
.detail-articlepage{
    text-align: center;
    margin-bottom: 2rem;
}
.detail-articlepage ul{
    list-style: none;
    text-align: left;
    margin-top: 2rem;
}
.detail-articlepage ul li{padding-bottom: 10px;}
.content-otherpage.content-detailpage{padding: 10% 0;}



/*========product viewdetail===================*/
.content-otherpage.content-productpage{padding: 10% 0;}
.thaifont{font-family: 'Sarabun-Regular';}
.title-products{
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'ScheherazadeNew-Regular';
    font-size: 24px;
}
.product-detailview{
    padding: 10% 0;
    height: 100%;
    background: #f6f6f6;
}
.subfull-bg{
    background: #FFF;
    padding:30px 15px;
}
.img-slide{
    width: 100%;
    overflow: hidden;
}
.img-slide img{width: 100%;transition: all 0.5;}
.slide-productview .owl-carousel{display: block;}
.slide-productview  .item{
	background:#CCC;
	text-align:center;
}
#big{
	height:270px;
	overflow:hidden;
	margin-bottom:20px;
} 
#big .item{	height:270px;}
#big .item iframe{width: 100%;height: 100%;}
#big .item img{width: 100%;height: 100%;object-fit: cover;}
#thumbs .item{
	height:135px;
	overflow:hidden;
}
#thumbs .item img{
	height:100%;
	object-fit: cover;
}
.slide-productview .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}
.slide-productview .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #ce9774;
    background: #fff;
}
.slide-productview .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    color: #ce9774;
    background: #fff;
}
.slide-productview .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}

.detail-viewproduct table td{padding: 8px; }
.detail-viewproduct h1{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}
.input-form{
    width: 100%;
    border: none;
    border-bottom: 1px solid #a18f81;
}
.input-form:active, .input-form:focus{
    outline: none;
    box-shadow: none;
}
.tabs-detailproduct, .moregallery-box{margin-top: 25px;}
.tabs-detailproduct a{
    padding: 4px 8px;
    color: #a18f81;
    background: #FFF;
    border: 1px solid #a18f81;
    border-bottom: none;
}
.tabs-detailproduct a.active, .tabs-detailproduct a:hover{
    color: #FFF;
    background: #a18f81;
}
.tabs-detailproduct .nav-tabs a:first-child{border-right: none;}
.tabs-detailproduct .nav-tabs{border-bottom:1px solid #a18f81; }
.tabs-detailproduct .tab-content{
    background: #FFF;
    padding: 15px ;
    border: 1px solid #a18f81;
    border-top: none;
}

.detail-boxproduct h1{
    font-size: 18px;
    margin-bottom:5px;
    line-height: 1;
}
.detail-boxproduct ul{list-style: none;}
.detail-boxproduct ul li{
    padding: 5px 0;
    color: #6B6B6B;
}
.imgbox-more{width: 100%;overflow: hidden;margin-bottom: 20px;}
.imgbox-more img{width: 100%;transition: all 0.5s;}
.clickback-product{
    color: #888888;
    text-align: right;
    margin: 0;
}
.clickback-prodcut:hover{color: #000;}
.text-indent2{ text-indent:2rem;}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.engfont{font-family: 'ScheherazadeNew-Regular';}
.footer {
    color: #FFF;
    text-align: center;
    padding:10% 0;
    background: #1d1d1d;
}
.footer ul{list-style: none;}
.footer h1{
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-family: 'ScheherazadeNew-Regular';
}
.footer p{margin-bottom: 0;}
.footer a:hover{color: #ecab53;}
.copyright-box{
    color: #FFF;
    padding: 20px 0 0;
    text-align: center;
    border-top: 1px solid #FFF;
    font-family: 'ScheherazadeNew-Regular';
    margin-top: 30px;
    font-size: 1.1rem;
}
.copyright-box a:hover{color: #ecab53;}
.social-footer{text-align: center;margin: 2rem auto ;}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: scale(.9);}
.social-footer h1{font-weight: bolder;}



 /*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	text-align:center !important;
	font-family: 'ScheherazadeNew-Regular';
}
ul.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
	color:#3b3b3b;
    text-transform: uppercase;
	padding: 0px 15px;
    border-bottom: 3px solid #ffffff;
	margin: 0.2rem 0.2rem;
   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.main-cate li.active,
ul.main-cate li:hover{
	color: #ecab53;
    border-bottom: 3px solid #000;
}

/**/
.cart-btn{
	color:#FFF;
    padding: 11px;
    border: 2px solid #f37f20; /*f37f20*/
    border-radius: 5px;
    background: #f37f20; /*f37f20*/
    transition: all 0.4s;
}
.cart-btn:hover {
    /*transform: scale(.95);*/
	cursor:pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background: #fba80c;
    border-color: #fba80c;
}

/*view--//////////////////////////////////////////////////////////////////////////*/
.download-file{
    /*width: 180px;*/
	color:#FFF;
    padding: 5px;
    border: 2px solid #FFC14D;  /*f37f20*/
    border-radius: 5px;
    background: #FFC14D; /*f37f20*/
    transition: all 0.4s;
    /*margin:1rem 0;*/
}
.download-file:hover{
    color: #FFF;
    /*transform: scale(.95);*/
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background: #fba80c;
    border-color: #fba80c;
}

.download-file a{display: block;}
.download-file img{transition: all 0.5s;}
.download-file:hover img{filter: brightness(0) invert(1);}

.vdobox-indetail{
    width: 100%;
    height: 250px;
}
.vdobox-indetail iframe{
    width: 100%;
    height: 100%;
}
.vdobox-moredetail ul li{ 
    border: 1px solid #f1f1f1;
    border-bottom: none;    
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}
.vdobox-moredetail ul li:first-child{margin-right: 10px;}
.vdobox-moredetail a {
    color: #000000;
    display: block;
    padding: 5px 10px;   
    background-color: #f1f1f1;
}
.vdobox-moredetail a.active{
    background: #ec2028;
    color: #FFF;
}
.detail-all table,
.detail-all img{
	max-width:100%;
}
.text-gray{
	color: #7c8a79;
}

.text-indent2{
	text-indent:2rem;
}

.web-text-color{
	color:#fba80c; /*f37f20*/
}
.detail-all ul {
	padding-left:1rem;
}
.detail-all img {
	max-width:100%;
	height:auto;
}

.article-box .img-box{
    padding-bottom: 110%;
}
/*///////img-box-2///////*/
.img-box,
.img-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.img-box-2 {
    padding-bottom: 80%;
}
.img-box div ,
.img-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box div img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}
.img-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	/*max-width: 100%;*/
    /*height: 100%;*/
    width: auto;
    height: 100%;
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 text-align: center;
 padding:1rem 0;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:1rem;
	cursor:pointer;
	/*padding: 0.3rem 0rem;*/
	padding: 0rem 0.1rem;
	margin: 0.2rem;
	/*border:2px solid #777;*/
	border: 2px solid #FFF;
	border-radius: 50%;
}
/*.pagelist li:last-child:hover ,
.pagelist li:last-child, .pagelist li:first-child:hover ,
.pagelist li:first-child{
	border: 2px solid #FFF;
}*/
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0 0.5rem;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:1rem;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    background: #ecab53;
    transition: all 0.4s;
    border: 2px solid #eccfa8;
}
.pagelist li a:hover{
    color: #eccfa8 ;
	transition: all 0.4s;
}
/*.pagelist li:hover{
	border:2px solid #ecab53;
}*/
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #ffffff;
}


.cart-setting{
}
.cart-setting .dropdown-menu .prod-name{
	white-space: normal;
	
	
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(0.8rem * 1.5 * 1);
    font-size: 0.8rem;
}

/*cart-head*/
.cart-head{
    position: relative;
}
.status-cart{
    position: absolute;
   bottom: -10px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    font-size: 1rem;
    line-height: 1;
    /*border-radius: 50%;*/
	border-radius: 2px;
    color: #2c2829;
    background: #FFC14D;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
}
.cart-head .dropdown-menu .dropdown-item{padding: 10px 15px;}
.cart-head .dropdown-menu .dropdown-item:nth-child(even){
    background: #f7f7f7;
}
.cart-head .dropdown-menu a.dropdown-item:hover{
	background: #deead1 !important;
    color: #2a4e01;
}
 img.del-list{ width:auto !important; }
.cart-head .dropdown-menu a.dropdown-item img.del-list:hover{
	cursor:pointer;
	transition: all 0.2s;
	filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-410deg) saturate(900%) contrast(1);	/*kk red*/
}
.cart-head .dropdown-menu .dropdown-item:hover, .cart-head .dropdown-menu .dropdown-item:focus{
    background: none !important;
    outline: none !important;
}
.cart-head .dropdown-menu{
    padding: 0;
    right: 0;
    left: auto;
    min-width: 20rem;
	width: 20rem;
}
.content-cart-detail{
	display:block;
	max-height: 300px;
    overflow-y: auto;
}
.cart-head .dropdown-menu h1{
	font-size:1rem;
	white-space: normal;
}
.cart-head{     position: relative;}
.cart_detail {
    display: block;
    display: none;
    background: #FFF;
    color: #636363;
    position: absolute;
    right: 0;
    top: 30px;
	min-width: 250px;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    padding: 2px;
    border-radius: 5px;
    z-index: 100;
	border:1px solid #339900;
    box-shadow: 1px 1px 2px #339900;
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.7);*/
}
.cart-head:hover .cart_detail {
    display: block;
}

.red{ color:#F00;}
/*-----Cart----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.howto-icon2 {
    border: none;
    font-size: 30px;
    line-height: 80px;
    margin: auto;
    /*vertical-align: middle;*/
    width: 80px;
    color: #FFF;
	
	/*background: rgb(243 127 32);
    background-image: -webkit-linear-gradient( -120deg, #ffc107 0%, #ecab53 10%, rgb(243 127 32) 100%);*/
	
	background: rgb(102 102 102);
    background-image: -webkit-linear-gradient( -120deg, #bdbdbd 0%, #999999 10%, #000000 100%);

    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.howto-icon2 svg{ margin: 0px ;}
.howto-icon2 svg {
    /*background: #339900;
    color: #fff;*/
}


.btn-cart{
	font-size: 14px;
    background-image: none;
    border-radius: 4px;
    border: none;
    padding: 5px;
	color: #000;
    line-height: 1;
    background: #5cb85c;
    background: #FFF;
	border: 1px solid #000;
	/*background: rgb(82 152 2);
    background-image: -webkit-linear-gradient( -120deg, rgb(114 186 35) 0%, rgb(83 156 2) 10%, rgb(42 78 1) 100%);*/
}
.btn-cart:disabled:hover,
.btn-cart:disabled{
	border: 1px solid #212529;
    color: #212529;
    background: #afafb4;
}
.btn-cart:hover{
	cursor:pointer;
	transition: all 0.6s;
	color: #FFF;
	/*background: rgb(82 152 2);
    background-image: -webkit-linear-gradient( 30deg, rgb(114 186 35) 0%, rgb(83 156 2) 10%, rgb(42 78 1) 100%);*/
    background: #ff7701; /*f37f20*/
	border: 1px solid #ff7701;  /*f37f20*/
}
#content-cart input{
	border:none;
	/*border: 2px solid #f37f20;
    border-radius: 3px;*/
}

/*//////////////////member//////////////////*/
form[name=Form_login] input.form-control:-internal-autofill-selected{
	background:#FFF !important;
}
form[name=Form_login] input.form-control:focus ,
form[name=Form_login] input.form-control ,
form[name=Form_login] select.form-control  {
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: none;
	color:#666;
}
form[name=Form_login] input.form-control[type=file] {height: auto;}
form[name=Form_login] input.form-control:focus {
	border-bottom: 1px solid #f37f20;
}
span.input-group-text{
	border: none;
    border-radius: 0;
    background: none;
	font-size: 1.5rem;
    color: #666;
    border-bottom: 1px solid #ced4da;
}
input.form-login:-internal-autofill-selected{ background:#FFF !important;}

.line-titlepage {
    width: 100%;
    margin: 1rem auto;
    border-bottom: none;
    border-top: 2px solid #666666;
}
/*social*/
.social-share a {
	padding:5px 10px;
	color:#FFF;
	opacity: 0.8;
	font-size:1.2rem;
	border-radius:3px;
	/*border-radius:50%;*/
}
.social-share a:hover {
	opacity: 1;
}
.social-share a.facebook {	background-color: #1877f2;}
.social-share a.twitter {	background-color: #55acee;}
.social-share a.line {	background-color: #00b900;}
.social-share a.mail {	background-color: #ecab53;}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px ) {
	.banner-titlepage{     min-height: 230px !important;     background-position: center bottom !important; background-attachment: inherit !important; background-size: 100% auto !important;}
}

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

@media   (min-width: 360px) {
    #nav-icon3.navbar-toggler.open {
        transform: translate(17rem,-3rem);
    }
    .navbar-brand.d-lg-none img{max-width: 80%;}
}
@media   (min-width: 412px) {
    #nav-icon3.navbar-toggler.open {
        transform: translate(20rem,-3rem);
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px){
    #nav-icon3.navbar-toggler.open {
        transform: translate(28.5rem,-3rem);
    }
}




.shopping-page{
    padding: 10% 0;
    background: #F5F5F5;
}
.shopping-cart{
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #FFF;
    border-radius: 15px;
}
.shopping-cart .row{align-items: center;}
.shopping-cart h1{
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.shopping-cart  h1 span{
    font-size: 20px;
    font-weight: normal;
}
.shopping-cart ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shopping-cart  ul li {
    width: auto;
    margin:  auto;
}
.shopping-cart  ul li span.orange-text{color: #FC6C22;font-size: 30px;font-weight: bold;}
.btn-shipping{
    padding: 5px 20px;
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
    cursor: pointer;
    width: 100%;
}
.btn-shipping:hover{transform: scale(.98);box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.btn-update{background: #edb263;}
.btn-update:hover{background: #FC6C22;}
.back-btn{background: #FFE44D;}
.back-btn:hover{background: #fdd80b;}
.next-btn{background: #FFC14D;}
.next-btn:hover{background: #fba80c;}

.line-shopping{
    width: 100%;
    margin: 1rem auto;
    border-bottom: 1px solid #d7d7d7;
}

.products-list {overflow-x: auto;overflow-y: hidden;}
.products-list table thead tr{margin-bottom: 20px;}
.products-list table tbody tr{border-bottom: 1px solid #d7d7d7;}
.products-list table td img{width: 200px;}
.products-list table th{display: none;}
.products-list table td, .products-list table th{
    vertical-align: top;
    padding:10px 8px;
}
.products-list table td{display: block;}
.products-list ul.shippngtotal{
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
}
.products-list ul.shippngtotal li{
    width: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 10px;
    line-height: 1.75;
}
.products-list ul.shippngtotal li h1, .products-list ul.shippngtotal li p{margin-bottom: 0;}
.products-list ul.shippngtotal li h1{text-align: left;font-size: 16px;}
.products-list ul.shippngtotal li p span{font-size: 22px;}
.red-text{color: #f00;}
.orange{color: #f37f20;}
.number-input {
    border: 1px solid #797979;
    display: inline-flex;
    overflow: hidden;
    color: #797979;
    border-radius: 10px;
}
.number-input .minus-bt {
    color: #797979;
    border-right: 1px solid #797979;
}
.number-input .plus-bt {
    color: #797979;
    border-left: 1px solid #797979;
}
.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input input[type=number] {
    max-width: 40px;
    padding: 2px;
    border: none;
    border-width: 0 2px;
    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;
}


.panel-group .card-header {
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #d7d7d7;
}
.panel-group .form-control{padding: 10px !important;border-radius: 8px !important;height: auto;}
.panel-group .card-header .fa-chevron-down{transition: all 0.5s;}
.panel-group .card-header[aria-expanded="true"] .fa-chevron-down{transform: rotate(180deg);}
.panel-group .card-header[aria-expanded="false"] .fa-chevron-down{transform: rotate(0deg);}
.panel-group .card-header[aria-expanded="false"]{border-bottom: none;}
.panel-group .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
    padding: 0 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	
	box-shadow: 0px 1px 5px 3px #d7d7d7;
    -webkit-box-shadow: 0px 1px 5px 3px #d7d7d7;
    -moz-box-shadow: 0px 1px 5px 3px rgba(215,215,215,0.85);
}



.box-summary .d-none.d-md-flex{border: none !important;}
.box-summary.row.mx-0.my-2 {border: none !important;}
.box-summary.row.mx-0.my-3{border: none !important;}



/*redio*/
.choose-radio .container {
  display: inline;
  position: relative;
  padding-left: 30px;
   /* padding-right:5px;*/
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom radio button */
.choose-radio .checkmark {
  position: absolute;
  top: calc(50% - 10px);
	left: calc(0%);
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #FFC14D;
}

/* On mouse-over, add a grey background color */
.choose-radio .container:hover input ~ .checkmark {
  background-color: transparent;
}

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

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

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

/* Style the indicator (dot/circle) */
.choose-radio .container .checkmark:after {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
}
.choose-radio .container input:disabled ~ .checkmark:after {
    background: #ababab;
}
.choose-radio .container input:disabled ~ .checkmark {
	cursor:not-allowed;
	opacity: 0.7;
}

@media (min-width: 768px){  
    .shopping-page{padding: 5% 0 3%; }
    .products-list table th{display: table-cell;}
    .products-list table td{display: table-cell;}
    .shopping-cart h1{text-align: left;margin-bottom: 0;}
}
@media (min-width: 992px){
    .shopping-cart ul li{margin: 0 15px;}
    .products-list ul.shippngtotal li h1{font-size: 20px;}
    .products-list ul.shippngtotal li p span {font-size: 26px;}
}
@media (min-width: 1200px){    
    .products-list table, .products-list ul{min-width: inherit;width: 100%;}
    .shopping-cart{padding: 2rem;}
    .products-list ul.shippngtotal li p span {font-size: 30px;}
}
