body {
	background-color: white;
}
.bcate{
	text-align:left;
}
.clear { 
  clear:both; 
  display:block; 
  overflow:hidden; 
  visibility:hidden; 
  height:0px;
}

.toppic{
  font-size: 20px;
  color: #000;
  padding-top: 10px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  /*background: #ccc;*/
}

.toppic:before{
  display: block;
  content: "";
  height: 5px;
  width: 70px;
  background-color: #ac1e15;
  position: absolute;
  top: 0;
}

.toppic span{
  font-size: 16px;
  color: #7b7b7b;
  text-transform: uppercase;
  padding-left: 5px;
}

@media (max-width: 450px) {
  .col{
    padding: 0;
  }
  .col-md-4{
    padding: 0;
  }
  .col-md-8{
    padding: 0;
  }
}



/* ====================================================== */
.bgshop{
	width: 100%;
	height: 440px;
	margin: 0;
	padding: 0px 0 0 0;
	/*background-image: url("../images/headershop-default.jpg");*/
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	font-family: 'Kanit', sans-serif;
}

.bgshop_mcot{
    width: 100%;
    height: 440px;
    margin: 0;
    padding: 320px 0 0 0;
    background-image: url("../images/cover08.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    font-family: 'Kanit', sans-serif;
}

.bgshop .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px;
    /*background-color: rgb(255, 255, 255); */
}


.shop{
	position: relative;
	z-index: 10;
  	margin-top: 0px;
}

.name-shop{
    font-size: 34px;
    font-weight: bolder;
    color: #ff0000;
    text-align: left;
}

img.official{
	width: 30px;
	height: auto;
}

.province-shop{
	font-size: 24px;
  color: #f7ba00;
  font-weight: 300;
  text-align: center; /* Revise by Vijitra 2018-12-04 */
}

@media (max-width: 990px) {
    .bgshop_mcot {
        background-image: url("../images/cover09_mobile.jpg");
        background-size: auto;
    }
} /* Revise by Vijitra 2018-12-03 */
@media (max-width: 678px) {
    .bgshop_mcot {
        height: 800px;
        background-image: url("../images/cover08_mobile.jpg");
        background-size: 100% auto;
    }
} /* Revise by Vijitra 2018-12-03 */
/* ========================= SHARE ========================= */
.social {
	display: flex;
    align-items: center;
    position: relative;
    width: 200px;
    height: 55px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 50px;
    color: #ffffff;
    background: #000;
    overflow: hidden;
    margin: 10px auto auto auto;
    transition: box-shadow .2s ease-out;
}

.social span, .social div {
  margin: auto;
}

.social .social-links {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(62, 130, 251, 0);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  transition: all .25s ease;
}

.social .social-links a {
    margin: auto;
    background: #fff0;
    color: #ac1e15;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    line-height: 35px;
    font-size: 20px;
    transform: translate3d(0, 60px, 0);
    transition: all .2s;
    border: 1px solid #ac1e15;
}

.social .social-links a:hover {
  background: #ac1e15;
  color: #fff;
  border: 1px solid #ac1e15;
}

.social:hover .social-links {
  background: #EEEEEE;
}

.social:hover .social-links > a {
  animation: elastic .5s ease-out forwards 0s;
}

.social:hover .social-links > a:nth-child(2) {
  animation-delay: 0.05s;
}

.social:hover .social-links > a:nth-child(3) {
  animation-delay: 0.1s;
}

.social:hover .social-links > a:nth-child(4) {
  animation-delay: 0.15s;
}

.social:hover .social-links > a:nth-child(5) {
  animation-delay: 0.2s;
}

@keyframes elastic {
  0% {
    transform: translate3d(0, 60px, 0);
  }
  40% {
    transform: translate3d(0, -5px, 0);
  }
  70% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* ========================= END SHARE ========================= */



/* ========================= ABOUT ========================= */

.aboutshop .col-md-12{
  padding: 0;
}

.aboutshop{
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px -9px 20px -4px rgb(16, 16, 16);
  -webkit-box-shadow: 0px -9px 20px -4px rgb(16, 16, 16);
  -moz-box-shadow: 0px -9px 20px -4px rgb(16, 16, 16);
  margin-top: 350px;
}

.aboutshop .row{
	margin: 0;
	padding: 0;
}


.aboutshop-box{
	width: 100%;
	height: auto;
	background: #fff;
}

.aboutshop-text{
	width: 100%;
  height: 170px; /* Revise by Vijitra 2018-12-04 */
  margin: 30px auto 10px auto;
  padding: 0 25px;
  /*overflow: scroll;*/ /* Revise by Vijitra 2018-12-04 */
}

.aboutshop-text-welcome{
    text-transform: uppercase; /* Revise by Vijitra 2018-12-04 */
	font-size: 28px;
	text-align: center; /* Revise by Vijitra 2018-12-04 */
	color: #000;
	font-weight: bold;
}

.aboutshop-text-slogan{
	font-size: 18px;
	text-align: left;
	color: #000;
	font-style: italic;
}

p.aboutshop-text-about{
  font-size: 16px;
  text-align: left;
  color: #000;
  font-weight: 300;
  margin: 20px 0 0 0;
  text-indent: 30px;
  letter-spacing: 0.3px;
  line-height: 30px;
}

/* ABOUT - ADDRESS */
.address-box{
  text-align: left;
  padding: 0 25px;
}

.address-toppic {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

p.address-text{
  font-size: 16px;
  text-align: left;
  font-weight: 300;
  margin-bottom: 20px;
}


/* ABOUT - DETAIL */
.aboutshop-detail{
  width: 100%;
  height: auto;
  background: #f9f9f9;
  margin: 0 auto 10px auto;
}


.aboutshop-detail-box{
	/*width: 100%;*/
	height: auto;
	padding: 20px 0;
	border-right: 1px solid;
	border-image: linear-gradient(rgba(0, 0, 0, 0),#7d7d7d, rgba(0, 0, 0, 0)) 1 100%;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(rgba(0, 0, 0, 0),#7d7d7d, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(rgba(0, 0, 0, 0),#7d7d7d, rgba(0, 0, 0, 0)) 1 100%;  
  -o-border-image: -o-linear-gradient(rgba(0, 0, 0, 0),#7d7d7d, rgba(0, 0, 0, 0)) 1 100%;
    
}

.aboutshop-detail-box:nth-child(3){
	border-right: none;
}

.aboutshop-detail-toppic {
    font-size: 18px;
}

.aboutshop-detail-undertoppic {
    font-size: 16px;
    color: #7d7d7d;
    font-weight: 300;
}


/* ABOUT - DETAIL - FOLLOW US */
.followus{
	width: auto;
    height: auto;
    margin: 0px auto 0 auto;
}

.followus ul {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.followus li {
	display:inline-block;  
	width:35px;
	height:35px;
	border-radius:50%;
	text-align:center;
	position:relative;
	margin: 0;
}


.followus li:before  {
	transition: opacity .4s linear, height .4s linear, width .4s linear;
	background: transparent;
	opacity: 0;
	height: 0;
	width: 0;
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateZ(0);
	-ms-transform: translate(-50%, -50%) translateZ(0);
}

.followus li:hover:before {
	opacity: 1;
	height: 105%;
	width: 105%;
	background:#333;
}

.followus li:hover>a {
	color:white;
}

.followus .fa {
	font-size: 20px; 
	line-height:35px;
	position: relative; 
}

/* icon styles color */
.followus .fb>a {
  	color: #000;
}

.followus li.fb {
  	border: 1px solid #000;
}

.followus li.fb:hover {
  	border: 1px solid #4267b2;
}

.followus li.fb:hover:before {
  	background:#4267b2;
}

.followus .tw>a {
  	color:#000;
}

.followus li.tw {
  border: 1px solid #000;
}

.followus li.tw:hover {
  border: 1px solid #1da1f2;
}

.followus li.tw:hover:before {
  	background:#1da1f2;
}

.followus .ig>a {
  	color:#000;
}

.followus li.ig {
  	border: 1px solid #000;
}

.followus li.ig:hover{
	border: 1px solid #d92e7f;
}

.followus li.ig:hover:before {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

/* END ABOUT - DETAIL - FOLLOW US */


/* ABOUT - CATEGORY */
.box-category {
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  text-align: left;
  padding: 10px 20px;
  background: #f9f9f9;
}


.category{
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 20px;
  font-size: 16px;
  background: #efefef;
  border: 1px solid #dcdcdc;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 5px 5px 5px 0;
}

.category a{
  color: #7b7b7b;
  text-decoration: none;
  cursor: pointer;
}

.category:hover{
  background: #e4e4e4;
}

/* END ABOUT - CATEGORY */


@media (max-width: 600px) {
	.aboutshop-detail-box{
		border: none; 
    	padding: 5px 0px;  
	}

}


/* ========================= END ABOUT ========================= */






/* ============================== PRODUCTS - OWL CAROUSEL ============================== */

/*OWL CAROUSEL*/
.owl-prev {
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: transparent;
  border-radius: 50px;
  border: 1px solid #adadad;
  background: url(../images/arrow-left.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -27px;
  left: -15px;
}

.owl-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: transparent;
  border-radius: 50px;
  border: 1px solid #adadad;
  background: url(../images/arrow-right.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -27px;
  right: -15px;
}

.owl-next:hover{
  background: url(../images/arrow-right-hover.png);
  border: 1px solid #ac1e15;
  transition: all 0.25s;
  background-size: cover;
  background-position: center;
}

.owl-prev:hover{
  background: url(../images/arrow-left-hover.png);
  border: 1px solid #ac1e15;
  transition: all 0.25s;
  background-size: cover;
  background-position: center;
}


/*PRODUCTS*/
.products{
	width: 100%;
	height: auto;
	background: #fff;
	margin-bottom: 5px;
}

.products .row{
  margin: 0; 
}

.item-box{
  width: 235px;
  height: auto;
  margin: 10px auto 0 auto;
}

.item{
  width: 100%;
  height: auto;
  background: #fbfbfb;
  border: 1px solid #adadad;
}

.item a{
  text-decoration: none;
}

.image-product{
  width: 100%;
  height: 235px;
  overflow: hidden;
}

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

.detail-product{
  height: 70px;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
}

.shop-product{
  height: 25px;
  text-align: center;
  font-size: 16px;
  color: #7b7b7b;
  margin-top: 10px;
  overflow: hidden;
  font-weight: 300;
}

.shop-product a{
  color: #7b7b7b;
}

.shop-product a:hover{
  color: #ac1e15;
}

.price-product{
  text-align: center;
  font-size: 16px;
  color: #ac1e15;
  margin: 10px 0 20px 0;
}

.btn-product{
  width: 195px;
  margin: 0 auto;
}


/*.cart{
  width: 150px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #ac1e15;
  padding: 5px 0;
  color: #ac1e15;
  transition: all 0.25s;
  float: left;
  cursor: pointer;

}*/

.cart:hover{
  color: #fff;
  background: #ac1e15;
}


.like{
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50px;
  float: left;
  margin-left: 10px;
  padding-top: 5px;
  color: #ccc;
  transition: all 0.25s;
  cursor: pointer;
}

.like:hover{
  color: #fff;
  background: #ac1e15;
  border: 1px solid #ac1e15;
}



@media (max-width: 1200px){

  .item-box {
    width: 190px;
  }

  .image-product {
    height: 190px;
  }

  .detail-product {
    font-size: 14px;
  }

  .btn-product {
    width: 175px;
  }

  .cart {
    width: 130px;
    font-size: 14px;
  }

}


@media (max-width: 450px){
  .item-box {
    width: 225px;
  }

  .image-product {
    height: 225px;
  }
  
}

@media (max-width: 380px){
  .item-box {
    width: 185px;
  }

  .image-product {
    height: 185px;
  }
}


@media (max-width: 330px){
  .item-box {
    width: 140px;
  }

  .image-product {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .detail-product {
    height: 80px;
    font-size: 14px;
    overflow: scroll;
  }

  .shop-product{
    font-size: 14px;
    overflow: scroll;
  }

  .btn-product {
    width: 130px;
    margin: 0 auto 10px auto;
  }

  .cart {
    width: 130px;
    float: none;
    margin-bottom: 10px;
  }

  .like{
    width: 130px;
    float: none;
    margin-left: 0;
  }

}


/* ============================== PRODUCTS ALL - BXSLIDER ============================= */

/* BXSLIDER */
.bx-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  *zoom: 1;
}

.bxslider {
  top: -12px;
}

.bx-wrapper .bx-viewport {
  background: #fff;
}

.bx-wrapper .bx-pager{
  display: none;
}

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}


/* NEXT / PREV */

.bx-wrapper .bx-pager{
  display: none;
}

.bx-wrapper .bx-controls-direction a.bx-prev{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #adadad;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../images/arrow-left.png);
  background-size: cover;
  background-position: center;
  color: transparent;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover{
  background: url(../images/arrow-left-hover.png);
  border: 1px solid #ac1e15;
  transition: all 0.25s;
  background-size: cover;
  background-position: center;
}

.bx-wrapper .bx-controls-direction a.bx-next{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #adadad;
  position: absolute;
  top: 100%;
  right: 0;
  background: url(../images/arrow-right.png);
  background-size: cover;
  background-position: center;
  color: transparent;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover{
  background: url(../images/arrow-right-hover.png);
  border: 1px solid #ac1e15;
  transition: all 0.25s;
  background-size: cover;
  background-position: center;
}


/*PRODUCTS ALL*/
.box-all{
  width: 100%;
}

.box-all-left{
  width: 71%;
  height: 600px;
  float: left;
}

.box-all-right{
  width: 300px;
  height: 600px;
  /*background: red;*/
  float: right;
}

.box-all-right .ad img{
  height: 600px;
  width: auto;
  margin: 0 auto;
}

.product-vertical{
  width: 100%;
  height: 550px;
  padding-top: 15px;
}

.box-product-vertical{
  width: 100%;
  height: auto;
  background: #fbfbfb;
  border: 1px solid #adadad;
  margin-bottom: 30px;
  padding: 10px;
}

.box-product-vertical:nth-child(2){
  margin-bottom: 0px;
}

.box-product-vertical a{
  text-decoration: none;
}

.image-product-vertical{
  width: 150px;
  height: 150px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.image-product-vertical img{
  height: 100%;
}

.detail-product-vertical{
  width: 54%;
  height: auto;
  float: left;
}

.detail-product-vertical .detail-product{
  height: 95px;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 0px;
  overflow: hidden;
}

.detail-product-vertical .price-product{
  text-align: center;
  font-size: 18px;
  color: #ac1e15;
  margin: 30px 0 0px 0;
}

.box-product-vertical .btn-product{
  width: 195px;
  margin: 30px auto 0 auto;
}

.box-product-vertical .cart{
  width: 150px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #ac1e15;
  padding: 5px 0;
  color: #ac1e15;
  transition: all 0.25s;
  float: left;
  cursor: pointer;

}

.box-product-vertical .cart:hover{
  color: #fff;
  background: #ac1e15;
}

.box-product-vertical .like{
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50px;
  float: left;
  margin-left: 10px;
  padding-top: 5px;
  color: #ccc;
  transition: all 0.25s;
  cursor: pointer;
}

.box-product-vertical .like:hover{
  color: #fff;
  background: #ac1e15;
  border: 1px solid #ac1e15;
}


@media (max-width: 1200px){
  .box-all-left{
    width: 100%;
    float: none;
  }

  .product-vertical {
    margin: 0 5px !important;
  }

  .box-all-right {
    float: none;
    margin: 20px auto 0 auto;
  }

}
@media (max-width: 1366px){
  .shop{
    margin-top: 0px;
  }
}

@media (max-width: 990px) {
    .shop {margin-top: 35%;}
    .shop .col-md-9.col-sm-7, .shop .col-md-3.col-sm-5 {width: 50%; float: left;}
} /* Revise by Vijitra 2018-12-03 */

@media (max-width: 840px) {
    .shop {margin-top: 40%;}
} /* Revise by Vijitra 2018-12-03 */

@media (max-width: 800px){
  .box-all-left{
    height: 510px;
  }

  .image-product-vertical{
    width: 100px;
    height: 100px;
  }

  .detail-product-vertical{
    width: 63%;
  }

  .detail-product-vertical .detail-product{
    height: 70px;
    font-size: 15px;
  }

  .detail-product-vertical .price-product {
    font-size: 16px;
    margin: 10px 0 0px 0;
  }

  .bx-wrapper .bx-controls-direction a.bx-prev,
  .bx-wrapper .bx-controls-direction a.bx-next{
    top: 85%;
  }
}

@media (max-width: 768px) {
    .shop {margin-top: 0%;}
    /*.container {margin: 10px;}*/
} /* Revise by MV3W 2019-09-12 */

@media (max-width: 678px) {
    .shop {margin-top: 75%;}
} /* Revise by Vijitra 2018-12-03 */

@media (max-width: 500px) {

    .shop {margin-top: 0%;}
    .bgshop .container {padding: 0;}
    .products{padding: 0 10px;}
    .box-category{padding: 10px;}

} /* Revise by MV3W 2019-09-12 */

@media (max-width: 450px){
  /*.bx-viewport {
    height: 700px !important;
  }*/

  .product-vertical{
    width: 100%;
    height: auto;
    padding-top: 0px;
  }

  .box-all-left{
    height: auto;
    margin-left: -5px;
  }

  .image-product-vertical {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    float: none;
  }

  .detail-product-vertical {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  .detail-product-vertical .detail-product {
    font-size: 14px;
    height: 45px;
    overflow: hidden;
  }

  .box-product-vertical {
    margin-bottom: 10px;
    float: left;
    width: 49%;
  }

  .box-product-vertical:nth-child(2){
    margin-left: 5px;
  }


  .box-product-vertical .btn-product {
    width: auto;
    margin: 10px auto 0 auto;
  }

  .box-product-vertical .cart {
    width: 90%;
    font-size: 14px;
    padding: 5px 0;
    float: none;
    margin: 10px auto;
  }

  .box-product-vertical .like {
    width: 90%;
    height: 33px;
    margin-left: 0;
    padding-top: 4px;
    float: none;
    margin: 0 auto;
  }

  .bx-wrapper .bx-controls-direction a.bx-next{
    top: 46%;
    right: -5%; 
  }

  .bx-wrapper .bx-controls-direction a.bx-prev{
    top: 46%;    
    left: -4%; 
  }

}


@media (max-width: 330px){
  .box-all-right {
    margin-left: -5px;
  }

  .bgshop {
  	padding: 0;
  }

  .shop {
    margin-top: 0;
  }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .bgshop {
        padding: 0; /*Revise by MV3W 2019-09-12 */
        /*background-image: url("../images/headershop-default.jpg");*/
    }
    /*.aboutshop{
        margin-top: 20px;
    }
    .bgshop_mcot {
        padding: 265px 0 0 0;
        background-image: url("../images/cover09_mobile.jpg");
    }
    .shop {
    margin-top: 0px;
    }
    .name-shop{
    text-align: center;
    }
    .province-shop{
    text-align: center;
    }*/  /* Revise by Vijitra 2018-12-03 */
}



