html{font-size:14px;}
@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.woff2') format('woff2'),
         url('fonts/Kanit-Medium.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-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;
}
@font-face {
    font-family: 'Kanit-ExtraLight';
    src: url('fonts/Kanit-ExtraLight.eot');
    src: url('fonts/Kanit-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-ExtraLight.woff') format('woff'),
         url('fonts/Kanit-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.3;
	font-size: 1rem;
    color: #000;
	background: url("../images/bg-body.png") top center repeat-y;
	background-size: 100% !important;
	background-attachment: fixed !important;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 30%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#b30652;
    font-size: .9rem;
    opacity: .5;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 33px;
	height: 30px;
	position: relative;
    top: auto;
    right: 5%;
	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;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
    background: #000;
    border-radius: 6px;
	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) {
	width: 100%;
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#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%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.tool-left ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
    font-family: 'Kanit-ExtraLight';
}
.tool-left ul li{
	margin: 0 10px;
	text-align: center;
}
.tool-left ul li a{
	padding: 5px;
}
.tool-left ul li .dropdown-menu {
	padding: 0;
	border: none;
	border-radius: 0;
	min-width: inherit;
	width: 100%;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.tool-left ul li .dropdown-menu a{
	display: block;
	padding: 10px;
	/*text-align: center;*/
}
.tool-left ul li .dropdown-menu a:hover{
	background: #f5f5f5;
}
.tool-right ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    font-family: 'Kanit-ExtraLight';
}
.tool-right .form-inline{
	display: flex;
	align-items: center;
}
.tool-right ul li .dropdown-menu{
	padding: 0;
	height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	border: none;
	border-radius: 0;
	min-width: 20rem;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.tool-right ul li .dropdown-menu a{
	display: block;
	padding: 12px;
}
.tool-right ul li .dropdown-menu a.active,
.tool-right ul li .dropdown-menu a:hover{
	color: #FFF;
	background: #000;
}
.search-headbox{
	border: 1px solid #000;
	padding:1rem;
}
.search-headbox .form-style{
	border: none;
	border-left: 1px solid #000;
	padding: 5px;
	background: #FFF;
	margin-left: 5px;
	color: #000;
}
.search-headbox .form-style::placeholder{color: #545454;}
.search-headbox .form-style:focus{outline: none;}
.search-headbox .dropdown-menu a{display: block;width: 100%;}
.hamburgers-box .for-mobile{
	position: absolute;
	top: 1.5rem;
	right: 4rem;
	z-index: 5;
}
.hamburgers-box .for-mobile img{width: 30px;margin: 0;}
.hamburgers-box .cart-mobile{
	position: absolute;
	right: 7rem;
	top: 2rem;
	z-index: 6;
}
.hamburgers-box .cart-mobile img{width: 30px;margin: 0;}
.hamburgers-box .cart-mobile button{
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: none;
	box-shadow: none;
	background: none;
}
.hamburgers-box .cart-mobile button:focus{outline: none;box-shadow: none;}
.btn-search{
	color: #FFF;
	cursor: pointer;
	padding: 3px;
	border: 1px solid #000;
	box-shadow: none;
	background: #000;
	text-align: center;
	transition: all 0.5s;
}
.btn-search:hover{
	color: #000;
	background: #FFF; 
}
.btn-search2{
	color: #FFF;
	cursor: pointer;
	padding: 3px;
	border: 1px solid #000;
	box-shadow: none;
	background: #000;
	text-align: center;
	transition: all 0.5s;
}
.btn-search2:hover{
	color: #000;
	background: #FFF; 
}

.modal .close {
    font-size: 1rem;
    color: #000;
    opacity: 1;
    position: absolute;
    top:5px;
    right:5px;
    z-index: 5;
    padding: 0;
    margin: 0;
	line-height: normal;
}
.modal .close:hover{color: #ffdd00;}
.modal .close .fa-circle-xmark{
	vertical-align: middle;
	font-size: 33px;
}
.modal#search-mobileModal .search-headbox a img{
	margin: 0;
}
.modal#search-mobileModal .search-headbox a {
    display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
.modal#search-mobileModal .form-style {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 15px;
}
.modal#search-mobileModal .btn-search{
	padding: 8px;
	width: 100%;
	margin: 1rem auto;
}
.modal#search-mobileModal .search-headbox .dropdown-menu{
	padding: 0;
	border-radius: 0;
	border: none;
	width: 100%;
	min-width: inherit;
	height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.modal#search-mobileModal .search-headbox .dropdown-menu a{
	display: block;
	padding: 5px;
	text-align: left;
	margin: 0;
	border: none;
}
.modal#search-mobileModal .search-headbox .dropdown-menu a:hover{
	color: #FFF;
	background: #000;
}
.modal#search-mobileModal .search-headbox .dropdown-menu a img{
	width: 50px;
}
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.detail-cartproducts{
	padding: 30px 5px 0;
	background: #FFF;
}
.detail-cartproducts table{width: 100%;}
.detail-cartproducts table td{
	vertical-align: top;
	padding: 5px;
}
.detail-cartproducts table tr{border-bottom: 1px solid #c3c3c3;}
.detail-cartproducts table tr:last-child{border-bottom: none;}
.detail-cartproducts p{
	margin: 0;
	color: #545454;
	text-decoration: line-through;
}


.detail-cartproducts table td h1{
	font-size: 22px;
	color: #f00;
	margin: 0;
	line-height: 1;
    font-family: 'Kanit-Medium';
	background: none;
}
.tool-right ul li .dropdown-menu .detail-cartproducts table a{padding: 0;}
.tool-right ul li .dropdown-menu .detail-cartproducts table a:hover{
	background: none;
	color: #f00;
}
.detail-cartproducts a:hover{color: #f00;}
.detail-cartproducts  h1{
	font-size: 22px;
	color: #FFF;
	margin: 0 0 15px;
	line-height: 1;
	padding: 8px;
	text-align: center;
    font-family: 'Kanit-Medium';
	background: #000;
}
.detail-cartproducts  h5{
	font-size: 22px;
	color: #FFF;
	margin: 0 0 15px;
	line-height: 1;
	padding: 8px;
	text-align: center;
    font-family: 'Kanit-Medium';
	background: #000;
}
.pay-btn{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background: #000;
	margin: 15px 0;
	transition: all 0.5s;
	border: 1px solid #000;
}
.tool-right ul li .dropdown-menu a.pay-btn:hover, .pay-btn:hover{
	color: #000;
	background: #FFF;
}
.title-login{
	text-align: center;
	margin: 1rem 0 1rem;
}
.title-login h1{
	font-size: 24px;
	padding: 8px;
	background: #000;
	color: #FFF;
	margin: 0;
}
.modal-content{margin: auto;}
.modal-content form{
	padding: 1rem; 
	border: 1px solid #000;
}

#notiModal .modal-content{
	border-radius: 20px;
    padding: 3rem 0;
}
.detail-notieat{
	background: #FFF;
	text-align: center;
}
.detail-notieat h1{
	font-size: 22px;
	margin: 10px 0;
    font-family: 'Kanit-Medium';
}
.detail-notieat p{margin: 0;}
.detail-notieat ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.detail-notieat ul li {margin: 0 10px;}
.detail-notieat ul li a{
	display: block;
	padding: 10px;
	text-align: center;
	color: #FFF ;
	width: 100px;
	transition: all 0.5s;
	border: 1px solid transparent;
}
.detail-notieat ul li a:hover{
	transform: scale(.95);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.detail-notieat ul li a.close-btn{
	background: #e10000;
	border-color: #e10000;
}
.detail-notieat ul li a.confirm-btn{
	background: #367800;
	border-color: #367800;
}
.detail-notieat ul li a.close-btn:hover{
	color: #e10000;
	background: #FFF;
}
.detail-notieat ul li a.confirm-btn:hover{
	color: #367800;
	background: #FFF;
}






.headbar-main{
    width: 100%;
    padding:.75rem 0 .5rem;
    transition: all 0.5s;
    background:#FFF;	
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.navbar-brand {
	width: auto;
    padding: 0 ;
    text-align: center;
    margin: 0;
    transition: all 0.5s;
}
.navbar-brand img{
    width: auto;
    margin: 0;
	max-width: 100%;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none{
	text-align: center;
	padding: 10% 0;
	width: 100%;
	background: #FFF;
}
.navbar-brand.d-lg-none img{
	width: auto;
	max-width: 100%;
}

.navbar-collapse ul li{
	padding: 0 15px;
    transition: all 0.5s;
    text-align: left;
    color: #FFF ;
	font-size: 18px;
    font-family: 'Kanit-ExtraLight';
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #FFF ;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{
	color: #FFF;
	font-weight: bold;
}

.navbar-collapse ul li .dropdown-menu{
	padding: 0;
	border-radius: 0;
	border: none;
	background: #181818;	
	/*max-height: 260px;
    overflow-y: auto;*/
}
.navbar-collapse ul.dropdown-menu.show li .dropdown-menu {
	overflow:auto;
	max-height:none;
}
.navbar-collapse ul li .dropdown-menu a{
	display: block;
	color: #FFF;
	padding: 5px 15px;
    text-align: left;
    font-size: 0.98rem;
}
.navbar-collapse ul li .dropdown-menu a.active,
.navbar-collapse ul li .dropdown-menu a:hover {
    /* background: #FFF; */
    color: #ffc107;
}
/*.dropdown .dropdown-menu{
	position:relative;
}
.navbar-collapse ul li .dropdown-menu.show{
}*/
.dropdown-submenu{
	 position:relative;
}
.dropdown-submenu.show > .dropdown-menu{
	 background:#000;
	
}



/**/
.shopping-bag{
	position:relative;
}
.status-cart {
    position: absolute;
    bottom: -10px;
    right: 0px;
    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);
}
.font-style3{ font-size:1.5rem;}

.social-header{
	margin-top: 2rem;
	text-align: center;
	width: 100%;
    color: #FFF ;
	font-size: 20px;
}
.social-header p{margin: 1rem auto;}
.social-header a{padding: 0 3px;}
.social-header img{
	margin: 0; 
	transition: all 0.5s;
}
.social-header img:hover{transform: scale(.95);}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}

.owl-dots{
	display: block !important;
	position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #474747;
	border: 1px solid #474747;
}
.owl-carousel button.owl-dot.active{
    background-color: #000;
	border-color: #000;
}

/********************/
 
.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:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-category{
	padding: 10% 3%;
	background: #FFF;
}

.title-box{
	text-align: center;
	margin-bottom: 30px;    
}
.title-box h1{
	font-size: 24px;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.title-box p{margin: 0;}

.img-box{
	width: 100%;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.slide-products .owl-carousel.owl-products .owl-dots{bottom: -5%;}
.slide-products .owl-carousel.owl-products.owl-drag .owl-item .item{
	padding: 8px;
	margin: 0 8px;
}

.slide-products .owl-carousel.owl-products .owl-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	left:0;
	z-index: 1;
	transform: translate(0,-50%);
	display: flex;
	justify-content: space-between;
}
.slide-products .owl-carousel.owl-products .owl-nav button.owl-prev{
	margin-left: -.5rem;
	font-size: 22px;
	opacity: 1;
	color: #FFF;
}
.slide-products .owl-carousel.owl-products .owl-nav button.owl-next{
	margin-right: -.5rem;
	font-size: 22px;
	opacity: 1;
	color: #FFF;
}
.slide-products .owl-carousel.owl-products .owl-nav button.owl-prev:hover,
.slide-products .owl-carousel.owl-products .owl-nav button.owl-next:hover{color: #000;}

.content-category .col-6{margin-bottom: 1rem;}
.category-box{
	height: 100%;
	padding: 7px 7px 10px;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	transition: all 0.5s
}
.category-box:hover{box-shadow: 0px 0px 21px 0px rgba(68, 68, 68, 0.28);}
.category-box ul{
	list-style: none;
	margin: 0 15px;
}
.category-box ul li{text-align: center;}
.category-box img{ max-width: 100%;}
.category-box p{margin: 0;}


.content-newarrival{
	padding: 10% 3%;
	background: #2f4f4f;
}

.title-products h1{
	font-size: 26px;
	margin: 0;
	color: #FFF;
	position: relative;
    font-family: 'Kanit-Medium';	
	text-decoration: underline;
}
.title-products p{
	color: #FFF;
	margin: 10px 0 5px;
}
.readmore-btn{
	width: 150px;
	display: block;
	margin: 25px 0 5px;
	padding: 8px;
	color: #000;
	text-align: center;
	transition: all 0.5s;
	background:#FFF;
}
.readmore-btn:hover{
	color: #FFF;
	transform: scale(.95);
	background:#000;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.products-box{
	background: #FFF;
	transition: all 0.5s;
}
.products-box:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.img-box p{
	padding: 5px 10px;
	color: #FFF;
	background: #2f4f4f;
	background: rgba(47,79,79, 0.8);
	position: absolute;
	right: .5rem;
	top: 0.5rem;
	text-align: center;
	margin-bottom: 0;
	z-index: 2;
}
.prodouct-box {
	background:#FFF;
}
.prodouct-box .img-box{
	/*position:inherit;*/
}
.tool-hoer{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background: rgb(47 79 79 / 60%);
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	transform: scale(.8);
}
.prodouct-box .img-box:hover  .tool-hoer ,
.products-box:hover .tool-hoer{
	top: 0;
	opacity: 1;
	transform: scale(1);
}
.tool-hoer .fa-heart{font-size: 27px;}
.tool-hoer .fa-heart:hover{color: #000;}
.tool-hoer ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tool-hoer ul li{
	margin: 0 10px;
	text-align: center;
}
.tool-hoer ul li img{filter: brightness(0) invert(1);}
.tool-hoer ul li img:hover{filter: none;}
.detail-box{
	text-align: center;
	padding: 8px;
	background: #FFF;
}
.detail-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1rem * 1.5 * 2);
}
.detail-box ul li{
	color: #030303;
	margin: 0 5px;
}
.detail-box p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 5);

}
.detail-box ul li p{
    -webkit-line-clamp: inherit;
    line-height: 1.5;
    height: auto;

	text-decoration: line-through;
}
.detail-box ul li h1{
	font-size: 1rem;
	margin: 0;
	color: #F00;
    font-family: 'Kanit-Regular';
}
.products-box:hover img{transform: scale(1.05);}
.img-box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.slide-bestsale .owl-carousel.owl-bestsale .owl-dots{bottom: -5%;}
.slide-bestsale .owl-carousel.owl-bestsale .owl-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	left:0;
	z-index: 1;
	transform: translate(0,-50%);
	display: flex;
	justify-content: space-between;
}
.slide-bestsale .owl-carousel.owl-bestsale .owl-nav button.owl-prev{
	margin-left: -.5rem;
	font-size: 22px;
	color: #2f4f4f;
}
.slide-bestsale .owl-carousel.owl-bestsale .owl-nav button.owl-next{
	margin-right: -.5rem;
	font-size: 22px;
	color: #2f4f4f;
}



.content-bestsale{
	padding: 10% 3% ;
	background: #f8f8f8;
}


.content-aboutus{
	padding: 10% 3%;
	background: #FFF;
}
.img-aboutus{
	text-align: center;
	overflow: hidden;
	margin: 15px 0;
}
.img-aboutus img{
	width: auto;
	max-width: 100%;
}
.about-box h1{
	font-size: 30px;
	margin-bottom: 15px;
	color: #2f4f4f;
    font-family: 'Kanit-Medium';
	text-decoration: underline;
}
.icon-box{
	text-align: center;
	margin-bottom: 20px;
}
.icon-box p{margin: 0;}

.icon-box h1{
	font-size: 1rem;
	margin: 10px 0;
    font-family: 'Kanit-Medium';
}

.title-box.title-gallery{color: #FFF;}
.vdo-blog{
	color: #FFF;
	text-align: center;
	margin-bottom: 1.5rem;
}
.vdo-box {
	width: 100%;
	height: 280px;
}
.vdo-box iframe{
	width: 100%;
	height: 100%;
}
.vdo-present p{margin: 10px 0;}
.slide-vdopresent .owl-carousel.owl-vdopresent .owl-dots{bottom: -5%;}
.slide-vdopresent .owl-carousel.owl-vdopresent button.owl-dot {
    background-color: #FFF;
	border: 1px solid #FFF;
}
.slide-vdopresent .owl-carousel.owl-vdopresent button.owl-dot.active{
    background-color: #000;
}

.blog-box{
	margin-bottom: 1rem;
	/*background: #FFF;*/
	text-align: center;
}
.blog-box:hover img{transform: scale(1.05);}
.detail-blog h1{
	font-size: 1rem;
	margin: 10px 0;
    font-family: 'Kanit-Medium';	
}
.detail-blog p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden ;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 5);
}
.detail-blog .readmore-btn{
	color: #2f4f4f;
	margin: 15px auto 0;
	border: 1px solid #2f4f4f;
}
.readmore-btn.readmore-btnblog{
	margin: 5px auto 15px;
	color: #2f4f4f;
	border: 1px solid #2f4f4f;
}
.detail-blog .readmore-btn:hover,
.readmore-btn.readmore-btnblog:hover{
	color: #FFF;
	background: #2f4f4f;
}


.content-otherpage{
	padding: 10% 3%;
	background: #FFF;
}
.content-otherpage.productspage .products-box{
	border: 1px solid #f3f3f3;
}


.detail-products{
	color: #000;
	margin-bottom: 1rem;
}
.detail-products h2{
	font-size: 1rem;
	margin: 0;
	line-height: 1;
    font-family: 'Kanit-Regular';
}
.detail-products h1{
	font-size: 1.2rem;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.detail-products p{margin-bottom: 0;}
.detail-products hr{
	width: 100%;
	height: 1px;
	border: none;
	background: #1b2b58;
	margin: 1rem auto;
}
.text-box1 h1{
	font-size: 1rem;
    font-family: 'Kanit-Light';
	text-decoration:line-through;
	color: #727272;
	margin: 0;
	line-height: 1;
}
.text-box1 p{
	font-size: 1.3rem;
	margin: 0;
    font-family: 'Kanit-Medium';
}
.text-box2{text-align: right;}
.text-box2 h1{
	font-size: 1rem;
	margin: 0;
    font-family: 'Kanit-Regular';
}
.text-box2 p{
	color: #f00;
	font-size: 1.8rem;
    font-family: 'Kanit-Medium';
}
.detail-text1{
	padding: 1rem;
	background: #F5F5F5;
}
.detail-text1 h1{margin-bottom: 0;}
.detail-text1 table{
	width: 100%;
	margin-bottom: 1rem;
}
.detail-text1 table td{
	padding: 5px;
	vertical-align: top;
}
.detail-moreproducts{
	width: 100%;
	border: none;
	padding: 0;
	box-shadow: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	border-bottom: 1px solid #1b2b58;
}
.detail-moreproducts h1{
	font-size: 1.2rem;
	margin: 0;
    font-family: 'Kanit-Medium';
}
.detail-moreproducts[aria-expanded="false"] .fa-angle-up{transform: rotate(180deg);}
.detail-moreproducts[aria-expanded="true"] .fa-angle-up{transform: rotate(0deg);}
.collapse#collapsemoreproducts .card{
	padding: 1rem;
	background-color:#FFF;
	border-radius: 0;
	margin: auto;
	box-shadow:none;
	border: 1px solid #f3f3f3;
}
.detail-text2{margin-bottom: 1rem;}
.detail-text2 p{
	margin: 0 0 .75rem;
	font-size: 1.1rem;
    font-family: 'Kanit-Medium';
}
.detail-text2 ul{
	list-style: none;
	padding-left: 1rem;
}
.detail-text2 ul li{padding-bottom: 10px;}

.vdo-presents{
	width: 100%;
	height: 280px;
	border-radius: 15px;
	margin: 2rem auto;
	overflow: hidden;
	background: #FFF;
	padding: .5rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.vdo-presents iframe{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.detail-text3 h1{
	font-size: 1.5rem;
	margin: .5rem 0;
    font-family: 'Kanit-Medium';
}
.detail-text3 h2{
	font-size: 1.1rem;
	margin: 0 0 .5rem;
    font-family: 'Kanit-Medium';
}
.detail-text3 p{margin: 0;}
.detail-text3 ul{list-style: none;}
.detail-text3 ul li{color: #F00;}
.related-products .col-6{margin-bottom: 1rem;}

.sub--title-otherpage{
	color: #001640;
	font-size: 1.3rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.readmore-text{text-align: right;}
.readmore-text a:hover{
	text-decoration: underline;
	color: #F00;
}



.slide-productsshow{margin-bottom: 2rem;}
.slide-productsshow .owl-carousel{display: block;}
.slide-productsshow  .item{
	background:#FFF;
	text-align:center;
}
#big{
	height:315px;
	overflow:hidden;
	margin-bottom:20px;
} 
#big .item{	
	height:315px;
	border: 1px solid #eee;
}
#big .item iframe{width: 100%;height: 100%;}
#big .item img{width: 100%;height: 100%;object-fit:contain;}
#thumbs .item{
	height:85px;
	overflow:hidden;
	border: 1px solid #eee;
}
#thumbs .item img{
	height:100%;
	object-fit: contain;
}
.slide-productsshow .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #1b2b58;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    color:#1b2b58;
}

/*.slide-productsshow .owl-carousel#thumbs .owl-nav{display: block !important;}*/
.slide-productsshow .owl-carousel .owl-nav button.owl-prev, .slide-productsshow .owl-carousel .owl-nav button.owl-next{ font-size:15px;}
.slide-productsshow .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}


.number-input {
    border: 1px solid #000;
    display: inline-flex;
    overflow: hidden;
    color: #000;
	float: right;
    margin-right: 5px;
    clear: both;
}
.number-input .minus-bt {
    color: #000;
    border-right: 1px solid #000;
}
.number-input .plus-bt {
    color: #000;
    border-left: 1px solid #000;
}
.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: 70px;
    padding: 5px;
    border: none;
    border-width: 0 2px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: none;
}

.download-btn{
	padding: 8px;
	text-align: center;
	display: block;
	width: 180px;
	margin:1rem 0 0;
	color: #FFF;
	background: #000;
	border: 1px solid #000;
	transition: all 0.5s;
}
.download-btn:hover{
	color: #000 ;
	background: #FFF;
}
.btn-black{
	padding: 10px;
	text-align: center;
	display: block;
	margin: 5px 5px 0 0;
	transition: all 0.5s;
	border: 1px solid transparent;
}
.addto-cart.btn-black{
	background: #FFF;
	color: #000;
	border-color: #000;
}
.buy-products.btn-black{
	background: #000;
	color: #FFF;
	border-color: #000;
}
.buy-products.btn-black:hover{
	background: #FFF;
	color: #000;
	transform: scale(.95);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	cursor:pointer;
}
.addto-cart.btn-black:hover{
	background: #000;
	color: #FFF !important;
	transform: scale(.95);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	cursor:pointer;
}
.detail-text4{margin: 1rem auto;}
.detail-text4 h1{
	font-size: 20px;
	margin-bottom: 1rem;
	text-align: center;
    font-family: 'Kanit-Medium';
}
.detail-text4 p{margin-bottom: 10px;font-family: 'Kanit-Medium';}
.detail-text4 img{width: 150px;}
.detail-text4 table{width: 100%;}
.detail-text4 table th{border-bottom: 1px solid #000;}
.detail-text4 table th,
.detail-text4 table td{
	padding: 5px ;
	text-align: center;
}
.detail-text4 table th:first-child,
.detail-text4 table td:first-child{text-align: left;}
.detail-text4 ul{
	list-style: none;
	padding-left: 2rem;
}
.detail-text4 ul li{
	padding-bottom: 10px;
	display: flex;
	align-items: baseline;
}
.detail-text4 ul li .fa-circle{
	font-size: 12px;
	margin-right: 10px;
}
.history-btn {background: #FFF;}
.history-btn ul{
	color: #959595;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.history-btn ul li{
	margin: 5px;
	width: auto;
	font-size: 12px;
}
.history-btn ul li a{
	padding: 5px;
	text-decoration: underline;
}
.history-btn ul li img {
    filter: invert(56%) sepia(0%) saturate(2377%) hue-rotate(54deg) brightness(105%) contrast(95%);
    transform: rotate(-90deg);
    vertical-align: baseline;
    width: 8px;
}
.history-btn ul li:active a{text-decoration: none;}



.address-box{margin-bottom: 2rem;}
.address-box h1, .contact-box h1, .social-box h1{
	color: #000;
	font-size: 25px;
	margin-bottom: .75rem;
    font-family: 'Kanit-Medium'; 
}
.address-box p{margin: 0;}
.contact-box{margin-bottom: 2rem;}
.contact-box table{width: 100%;}
.contact-box table td{
	vertical-align: top;
	padding: 5px;
}
.contact-box a:hover{color: #08085a;text-decoration: underline;}
.social-box img{transition: all 0.5s;}
.social-box img:hover{transform: scale(.95);}
.message-contact {margin: 1rem auto;}
.message-contact .fa-paper-plane{color: #000;}
.message-contact h1{
    font-size: 26px;
    font-family: 'Kanit-Medium'; 
    margin-bottom: 1rem;
    text-align: center;
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #000;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span{color: #F00;}
.detail-form p{margin-bottom: 1rem;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: #FFF;
	border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    color: #000;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
}
.form-text::placeholder{color: #D7D7D7;}
.sendus-btn{
	width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #000;
    color: #FFF;
    background: #000;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 10px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #000;
	transform: scale(.98);
}

.howtopay-text1{
	text-align: center;
	margin-bottom: 2rem;
}
.howtopay-text1 h1{
	font-size: 20px;
    font-family: 'Kanit-Medium'; 
	margin-bottom: 0;
}
.howtopay-text1 p{
	font-family: 'Kanit-Medium';
	margin-bottom: 1rem;
}
.icon-step{
	margin-bottom: 1rem;
}
.icon-step p{
	font-family: 'Kanit-Light';
	margin: 1rem 0 0;
}
.icon-step .ic-size{
	font-size:30px;
	width: 60px;
    height: 60px;
    padding: 1rem;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 50%;
    background: #F5F5F5;
	transition: all 0.5s;
	border: 1px solid #F5F5F5;
}
.icon-step:hover .ic-size{
	background: #000;
	color: #FFF;
	border-color: #000;
	transform: scale(.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box ul{list-style: none;}
.policy-box ul li{padding: 0 15px;}
.policy-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    text-align: center;
    padding: 1rem ;
    color: #FFF;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background: #2f4f4f;
}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Medium';
}
.policy-box a{color: #ffdd00;}
.policy-box a:hover{text-decoration: underline;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	border: none;
    font-family: 'Kanit-Medium';
	box-shadow: 0px 0px 4px 0px rgba(255, 74, 74, 0.004);
	border-radius: 5px;
	background:#000;
}
.btn-cookiepolicy:hover, .btn-cookiesetting:hover{
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.footer {
	color: #FFF;
	padding:10% 3%;
	z-index: 2;
	background:#000;
}
.footer p{margin-bottom: 10px;}
.footer h1{
    font-size:20px;
    margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.address-footer{margin-bottom: 2rem;}
.footer table{width: 100%;}
.footer table td{padding: 5px;vertical-align: top;}
.footer a:hover{text-decoration: underline;color: #ffdd00;}
.social-footer ul{
	display: flex;
	align-items: center;
	border-radius: 15px;
	margin-bottom: 2rem;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.social-footer ul li:first-child{width: 30%;}
.social-footer ul li{padding-left: 1rem;padding-bottom: 0;}
.social-footer ul li img{
	aspect-ratio:3/3;
	width: 100%;
	object-fit: contain;
}
.copyright-box{
    color: #FFF;
	margin-top: 5%;
	padding-top: 5%;
	font-size: 1rem;
    text-align: center;
	border-top: 1px solid #FFF;
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	margin-top: .75rem;
	text-align: center;
}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{
	transform: scale(.95);
}
.facebook-boxpage{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	padding: 10px;
	margin-top: 15px;
	text-align: center;
}
.facebook-boxpage .fb-page{
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 20px;
}
.facebook-boxpage .fb_iframe_widget span, .facebook-boxpage .fb_iframe_widget iframe{width: 100%;}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
        background: #000;
        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%;
	}
	
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}

.web-text-color {
    color: #ffa600;
}
.red {
    color: #F00;
}

.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);
}

/*//////////////////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 #000000;
}
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;
}
/*view*/
.content-detail img,
.content-detail table{
	max-width:100%;
}
.content-detail ul{
	list-style:none;
}
.vdo-present {
    width: 100%;
    height: 335px;
    overflow: hidden;
    border-radius: 15px;
	margin: 2rem auto;
}
.vdo-present iframe{
	width: 100%;
	height: 100%;
}

/*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;}
.social-share a.download-file {	background-color: #ecab53;}

/*-----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;*/
}


/*///////img-box-2///////*/
.pic-box,
.pic-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.pic-box-2 {
    padding-bottom: 60%;
}
.pic-box div ,
.pic-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%);
}
.pic-box div img ,
.pic-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%;
    max-height: 100%;*/
    /*width: auto;
    height: 100%;*/
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.5s;
}
/*///////////////////////////////////////////////////////////////////////////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;
}
/*.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: #000;
    transition: all 0.4s;
    border: 2px solid #ccc;
}
.pagelist li a:hover{
    color: #000 ;
	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;
}

 /*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	text-align:center !important;
}
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;*/
}


.detail-cartproducts .content-cart-detail  p{
	text-decoration: none;
}
.detail-cartproducts .prod-name{
	white-space: normal;
	
	
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1rem * 1.5 * 1);
    font-size: 1rem;
}
.btn-delete{ color:#F00; cursor:pointer;}
.outofstock {
    display: none;
}
/*cart/index.php*/
.shopping-page{
    padding: 5rem 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: #6c757d;}
.back-btn:hover{background: #343a40;}
.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;
}


/**/
.navbar-collapse li:hover > ul.dropdown-menu {
    display: block;
}
.bg-submenu{
	display:block;
	position: fixed;
    top: 130px;
    left: 0;
   
    width: 100vw;
    max-height: 60vh;
	overflow-y: auto;	
    background: rgba(0,0,0,0.8);
	/*margin-top:30px;*/
	padding:35px 0;
	/*border-top:25px solid #FFF;*/
}
.dropdown-menu .bg-submenu a{ /*color:#FFF !important;*/}
.detail-view img,
.detail-view table{
	max-width:100%;
}

@media (max-width: 767px) {
	.subdropdown-menu { display:none; }
	.subdropdown-menu a{ font-size:0.85rem !important;}
	.dropdown:hover > .subdropdown-menu {
		display: block;
		width: 100%;
	}
	.arr-down{
		display: inline-block;
		padding: 0 10px;
	}
	.navbar-collapse ul li a { font-size:1.1rem;}
	.img-box p { font-size:0.7rem;}
}



.category-list ul{list-style: none;    
	width: 100%;
	padding-right: 2px;
	font-size: 0.9rem;
	/*max-height: 300px;
    overflow: scroll; */
	display:block;}
.category-list ul li{
	color: #000;
	padding-bottom: 5px;
}
.category-list ul li a:hover, .category-list ul li a.active{color: #FFC14D;}
.category-list h1{
	color: #000;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.category-list ul li a span:hover{color: #FFC14D; cursor:pointer;}
.category-list ul li a span[aria-expanded="false"] {
    transform: rotate(0deg);
    transition: all 0.5s;
}
.category-list ul li a span[aria-expanded="true"] {
    transform: rotate(180deg);
    transition: all 0.5s;
}
.category-list ul li a.show{
	float:right;
}

.subtitle-box{
	color: #12afa6;
	font-size: 24px;
	margin-bottom: 0;
}
.filter-prod ul{list-style: none;}
.filter-prod ul li {	display:inline-block; padding: 5px ;
    margin: 5px 2px;}
.filter-prod ul li a{
	background: rgb(47 79 79 / 60%);
    color: #FFF;
	padding: 5px;
	transition: all 0.4s;
}
.filter-prod ul li a:hover, .filter-prod ul li a.active{	background: rgb(47 79 79 / 100%);
}



/*///////pic-box-2///////*/
.cover-img,
.cover-img-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.cover-img-2 {
    padding-bottom: 80%;
}
.cover-img div ,
.cover-img-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%);
}
.cover-img div img ,
.cover-img-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%;
    max-height: 100%;
    /*width: auto;
    height: 100%;*/
}


/*.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 6em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}
.accordion:hover ul li:hover .product-list2,
.accordion ul li--default .product-list2 {
    height: 6em;
	
}

.product-list2,
.accordion:hover .product-list2 {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}*/