@font-face {
  font-family: Serithai;
  src: url(../font/Serithai-Regular.ttf);
}

@font-face {
  font-family: SukhumvitSet-Medium;
  src: url(../font/SukhumvitSet-Medium.ttf);
}

@font-face {
  font-family: EkkamaiNew;
  src: url(../font/EkkamaiNew-Regular.ttf);
}

@font-face {
  font-family: SemiCondensedMediumThai;
  src: url(../font/NotoSansThai-SemiCondensedMedium.ttf);

}

@font-face {
  font-family: SemiCondensedMediumEng;
  src: url(../font/NotoSans-SemiCondensedMedium.ttf);
}

@font-face {
  font-family: SemiCondensedBoldThai;
  src: url(../font/NotoSansThai-SemiCondensedBold.ttf);
}


@font-face {
  font-family: SemiCondensedBoldEng;
  src: url(../font/NotoSans-SemiCondensedBold.ttf);
}


html, body{
	 font-family: 'SemiCondensedMediumThai','SemiCondensedMediumEng' !important;
	 /*background: #fbc5da;*/
	 background:#ffffff;
	  background-repeat: no-repeat;
  background-attachment: fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  letter-spacing: 0px;
}

#map{
  width: 100%;
  height: 500px;
}

.bannercodeme{
  position: relative;
}

.bannercodeme img{
  width: 100%;
}

.txtcodeme{
  position: absolute;
  top: 15px;
  right: 0;
}

.txtcodeme a{
     background: #ff0bcb;
    padding: 5px 20px;
    color: #fff;
    border-radius: 20px 0 0 20px;
}

.codeprice{
  font-size: 1.8em;
    font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
  margin: 10px 0;
}

.boxcodeinterview{
  border-top: 2px dashed #ffdee1;
      border-radius: 0px 0px 10px 10px;
}


.btnnn{
background: rgb(194,5,56);
background: linear-gradient(0deg, rgba(194,5,56,1) 0%, rgba(255,114,89,1) 100%);
    color: #fff;
    display: inline-block;
    float: right;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 1.1em;
}

.bggcode{
    background: rgb(255,198,213);
    background: linear-gradient(90deg, rgb(255 229 217) 0%, rgb(255 201 201) 100%);
    
}

.bggboxcode{
  background: #ffc412 !important;
}

.boxshadowonly{
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.bdr10{
  border-radius: 10px;
}


.inactive .bggcode{
  background: #f7f7f7;
  color: #ccc;
}


.inactive .btnnn {
    background: #cecece;
}

.inactive  .boxcodeinterview{
   border-top: 2px dashed #e6e6e6;
}

.bgpinkk{
  background: #ee4266;
  color: #fff;
}

.boxi i.fa {
    position: absolute;
    top: 6px;
    left: 20px;
    color: blue;
    font-size: 22px;
    z-index: 9999;
}


.codediscount{
  color: #dc3545;
  text-decoration: underline;
}


.notimg img{
	width: 100%;
	border-radius: 5px;
}

.imgfeed{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.meter i{
  color: #585858 !important;
}

.titlefeed{
  font-size: 1.2em;
  font-weight: bold;
}

.clearboth{
  clear: both;
}

.bggray{
  background: #eaeaea;
}

.editorder{
  font-size: 12px;
  color: #2582e2;
}

.autherfeed{
  font-size: 12px;
}

.detailfeed{
  display: inline-block;
}

.titlebloglist{
  font-size: 14px;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detailfeed img{
  margin: 10px 0;
  display: inline-block;
}

.detailpro{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.oneline{
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.twoline{
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bdr10{
  border-radius: 10px;
}

.notification {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 1.2em;
}

.cc-selector input{
     position: absolute !important;
    z-index: 999;
    top: 5px;
    left: 10px;
}

.cc-selector input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: 1; }
.cc-selector input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    border-radius: 10px;
    background: #ee4266;
}

.cc-selector input:checked +.drinkcard-cc .txtho, .cc-selector input:checked +.drinkcard-cc .txtho{
  color: #fff;
}

.cc-selector input:checked +.drinkcard-cc .checkstylist, .cc-selector input:checked +.drinkcard-cc .checkstylist{
  position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1.2em;
    display: block;
    color: #fff;
}

.cc-selector input +.drinkcard-cc .checkstylist, .cc-selector input +.drinkcard-cc .checkstylist{
display: none;
}


.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
            -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    resize: none;
    display: none;
}

.drinkcard-cc:hover{
  background: #e0e0e0;
  border-radius: 10px;
  cursor: pointer;
}

.datepickerbook .form-control:disabled, .datepickerbook .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.navbar-nav li{
  border-right: 2px solid #bf1539;
}

.navbar-nav li:last-child{
   border-right: 0px;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}

/*.carousel-indicators li {
  height: 100%;
}*/

.custom-select11 {
  position: relative;
  width: calc(100% - 42px);
}

.custom-select11 select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ffffff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 8px 16px;
  border: 1px solid #ced4da;
/*  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 250px;
  overflow: scroll;
  
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs12{
  font-size: 1.2em;
}

.fs15{
  font-size: 1.5em;
}

.bggsum{
  background: #ffe4e4;
  border-radius: 10px;
}

.pdcart {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pdcart img {
    width: 100%;
}

.boximgproductdesk img {
    width: 100%;
}

.boximgproductdesk {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.fs12px {
    font-size: 14px;
}

.nametab{
     font-size: 15px;
      font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
}

.fs10px {
    font-size: 11px;
      font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
}

.w-28 {
    width: 28%!important;
}
.w-20 {
    width: 20%!important;
}

.productitem {
    text-align: center;
}

.productitem img {
    width: auto;
    height: 205px;
}

.pricecolor {
    color: #f00;
}

.pricedis{
  text-decoration: line-through;
  color: #8e8e8e;
}

.fs18px {
    font-size: 18px;
    line-height: 24px;
}

.btn-default-l {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 0;
}

.btn-default-r {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0;
}

.iclink a {
    color: #000;
}

.titleproduct {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs20{
  font-size: 25px;
}

.fs12{
  font-size: 14px;
}

.fs18 {
  font-size: 18px;
  line-height: 24px;
}

.fs15 {
  font-size: 15px;
  line-height: 22px;
}

.fs22 {
  font-size: 22px;
  line-height: 28px;
}


.bankimg img{
  width: 100%;
}

.bkk{
  background: rgb(0,168,80);
  background: linear-gradient(90deg, rgba(0,168,80,1) 0%, rgba(1,124,59,1) 100%);
  color: #fff;
}

.notification .badge {
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: red;
  color: white;
}

.fscode{
	font-size: 1.3em;
	font-weight: 500;
}

.wrapper{
  width: 90%;
    margin: 0 auto ;
  
}

.btnnoti{
	text-align: center;
}

.btnnoti a{
	background: #ee4266;
	padding: 10px 20px;
	color: #fff;
	border-radius: 10px;
}

.readmorebtn{
  display: inline-block;
      margin: 15px auto 0 auto;
    background: #757575;
    color: #fff !important;
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 5px;
}

.addrate{
    display: inline-block;
      margin: 15px auto 0 auto;
    background: #ee4266;
    color: #fff !important;
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 5px;
}

.addrate a{
  color: #fff !important;
}

.fs14{
	font-size: 14px;
}

.btnrewardme{
	background: #16c13e;
	border: 1px solid #16c13e;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.btnshop{
  background: #00a9c3;
  border: 1px solid #00a9c3;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.rd10{
  border-radius: 10px;
}

.bttime{
  background: #ececec;
    padding:  10px;
    border-radius: 8px;
    font-size: 14px;
}

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.picture{
    width: 150px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.picture:hover{
    border-color: #2ca8ff;
}
.content.ct-wizard-green .picture:hover{
    border-color: #05ae0e;
}
.content.ct-wizard-blue .picture:hover{
    border-color: #3472f7;
}
.content.ct-wizard-orange .picture:hover{
    border-color: #ff9500;
}
.content.ct-wizard-red .picture:hover{
    border-color: #ff3b30;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src{
    width: 100%;
    
}

.boxdate{
  background: #e61b45;
  color: #fff;
  margin: 0 1px;
  border-radius: 5px;
}

.boxdate.active{
  background: #02b9a0;
  color: #fff;
}

.txtlog{
  font-size: 1.5em;
}

.f300{
  font-weight: 300;
}

.btnlogin{
  background: #ee4266;
  color: #fff;
  border-radius: 5px;
}

.btnlogin:hover{
  background: #5a63cb;
  color: #fff;
}

.bttime:hover{
  background: #ee4266;
  color: #fff;
}

.stylistpf {
/*    height: 160px;
    width: 160px;*/
    margin: 0 auto;
        position: relative;
}

.stylistpf img{
  width: 100%;
    border-radius: 100px;
    height: 100%;
    border: 5px solid #eaeaea;
}

.ficheck{
  font-size: 1.5em;
  color: #13b337;
}

.fiadd{
  font-size: 1.5em;
  color: #7029b1;
}

.f12{
  font-size: 12px;
}

.boxlistser{
  display: none;
}

.bgnavv{
  background: #d0294c;
}

.w25{
      width: 16.666%;
    padding: 5px;
}

.f25{
  font-size: 2.5em;
}

.btnreward {
        padding: 15px 20px;
    background: #16c13e;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.btngetreward {
        padding: 10px 5px;
    color: #16c13e;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border: 1px solid #16c13e;
}

.btngetrewardcom {
        padding: 10px 5px;
    color: #b7b7b7;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border: 1px solid #b7b7b7;
}

.btnconnext {
        padding: 15px 20px;
    background: #ee4266;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.btnback {
        padding: 15px 20px;
    background: #929292;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}


.boxbarback{
  padding: 10px 0;
  background: #ee4266;
  color: #fff;
}

.backbtn i{
   display: none;
}

/*#cancelres {
  opacity: 0.5;
}*/

#cancelres .boxlabelsale{
  background: #888;
}

#cancelres .pricetotal {
  color: #000;
}

.txtb{
  color: #000;
}

.txtg{
  color: #11ca3b;
}

.txto{
  color: #ff8c0b;
}

.txtrc{
  color: #de0015;
}


.txtr{
  color: #f50000;
}

.bortopo{
  border-top: 5px solid #ff8c0b;
}

.bortopg{
  border-top: 5px solid #11ca3b;
}

.bortopb{
  border-top: 5px solid #212121;
}

.bortopr{
  border-top: 5px solid #de0015;
}


hr.dotted {
        border-top: 1px solid #dadada;
    width: 100%;
    margin: 8px auto;
}

.fw400{
  font-weight: 400;
}

.flexcen{
      display: flex;
    align-items: center;
}

.pointers{
  cursor: pointer;
}

.boxfilterab{
 position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    box-shadow: -5px 0 10px 0px #00000029;
}

.starserv{
  padding: 5px 10px;
  background: #dcdcdc;
  color: #252525;
  margin: 5px 0;
  border-radius: 5px;
}

.starserv:hover{
  background: #ee4266;
  color: #fff;
}

.proserv{
  padding: 5px 10px;
  background: #dcdcdc;
  color: #252525;
  margin: 5px 0;
  border-radius: 5px;
}

.proserv:hover{
  background: #ee4266;
  color: #fff;
}

.flexcenpoint {
    display: flex;
    align-items: center;
    justify-content: center;
}


.flexcen100{
  display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    height: 100%;
    justify-content: center;
}

.flexcen100pro{
    display: flex;
    justify-items: center;
    height: 100%;
    justify-content: center;
  flex-flow: column wrap;
}

.txtpro{
  text-align: center;
}

.barser{
  background: #ececec;
  border-radius: 10px;
}

.txtred{
  color: #e00318;
}

.txtdis{
  text-decoration: line-through;
}

.closeab{
  position: absolute;
     top: -18px;
    right: 5px;
}

.btnaddlist{
  padding: 10px 20px;
  background: #ee4266;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
}

.wtxt{
  color: #fff;
}

.topiccat{
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
      line-height: 1.2em;
}

.bgviolet{
  background: rgb(106,0,255) !important;
background: linear-gradient(306deg, rgba(106,0,255,1) 0%, rgba(59,0,255,1) 100%) !important;
}

.bggreen{
 background: rgb(0,163,52)  !important;
background: linear-gradient(306deg, rgba(0,163,52,1) 0%, rgba(0,218,231,1) 100%)  !important;
}

.bglightblue{
  background: rgb(163,0,88) !important;
background: linear-gradient(306deg, rgba(163,0,88,1) 0%, rgba(201,0,231,1) 100%) !important;
}

.bgorange{
  background: rgb(255,65,65) !important;
background: linear-gradient(306deg, rgba(255,65,65,1) 0%, rgba(255,167,79,1) 100%) !important;
}

.barsearch{
  background: #ccc;
}

.fontsm{
  font-size: 12px;
}

.fontic{
  font-size: 1.5em;
  line-height: 1em;
  color: #ee4266;
}

#btn-share{
  padding: 15px 20px;
    background: #ee4266;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    border: 0;
}

.elementcen{
  display: flex !important;
    align-items: center;
}

.elementcenright{
  display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.slogan{
	font-size: 16px;
	font-weight: 500;
}

.boxlabelsale{
  position: absolute;
    left: 5px;
    top: 5px;
    background: red;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 13px;
}

.boxtime{
  background: #000;
  color: #fff;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.saloncode{
    border-radius: 5px;
    background: #02b9a0;
    color: #fff;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 5px;
}

.btnlogout a{
background: #ee4266;
    padding: 5px 20px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}

.btnconfig a{
background: #ee4266;
    padding: 5px 20px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}

.barh{
  height: 20px;
}

.bgcon{
  background: #efefef;
}

.bgfooter{
  background: #eaeaea;
  color: #252525;
  display: block;
}

.w-33 {
    width: 33.33% !important;
}

.pfimg{
  height: 160px;
    width: 160px;
    margin: 0 auto;
}

.pfimg img{
  width: 100%;
    border-radius: 100px;
    height: 100%;
    border: 5px solid #eaeaea;
}


.pfreward{
   font-size: 1em;
  font-weight: 400;
  background: #f7f7f7;
  padding: 15px 10px;
  border-radius: 10px;
}

.pfreward i{
  color: #1fbf5f;
}

.pfpoint{
   font-size: 1em;
  font-weight: 400;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px 10px;
}

.pfpoint i{
  color: #ffc107;
}

.pfname{
  font-size: 1.5em;
  font-weight: 500;
}

.pfmail{
  font-size: 1em;
  font-weight: 400;
}


#qrcode{
      margin: 0 auto;
    display: flex;
    justify-content: center;
}


.pfedit a{
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #3851cc;
}

.icbox{
border-radius: 10px;
    background: rgb(255,255,255);
    background: linear-gradient(306deg, rgba(255,255,255,1) 42%, rgb(226 226 226) 100%);
    padding: 6px;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    box-shadow: 0 4px 8px #00000024;

}

.icbox img{
    width: 80%;
    text-align: center;
}

.shopcart{
  position: fixed;
  right: 5%;
  bottom: 80px;
  z-index: 99999;
}

.shopcarttext{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #111c98;
    color: #fff;
    font-size: 1.8em;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.cartnum {
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    color: #b50026;
}

.boxcountcart{
position: absolute;
    color: #fff;
    font-size: 14px;
    right: -2px;
    top: -5px;
    background: #f30000;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.wcount {
    width: auto;
}

@media screen and (max-width: 350px){
.wcount {
    width: 100%;
}

.wcountsingle {
    width: 100%;
}



}

@media screen and (max-width: 370px){
  .meter{
  display: block;
}
}

.cart a {
    color: #fff;
}

.pointer {
    cursor: pointer;
}


.deskhide{
  display: none;
}

.navpro .nav-tabs{
  font-weight: 500;
}

.navpro .nav-tabs a.active{
  color: #ee4266 !important;
/*    background: #ee4266;
    border-radius: 10px 10px 0 0;*/
}

.navpro2 .nav-tabs{
  font-weight: 500;
}

.navpro2 .nav-tabs a.active{
  color: #252525 !important;
/*    background: #ee4266;
    border-radius: 10px 10px 0 0;*/
}

.navpro2 .tab-content{
  width: 100%;
}

.navshop .nav-tabs{
  font-weight: 500;
}

.navshop .nav-tabs a.active{
    color: #ffffff !important;
    background: #ee4266;
/*    background: #ee4266;
    border-radius: 10px 10px 0 0;*/
}

.imgctreview img{
  width: 100%;
  border-radius: 5px;
  border:1px solid #fff;
}

.fcw{
  color: #fff;
}

.bgpinkreview{
  background: #ee4266;
  border-radius: 10px 10px 0 0;
}

.btnreviewtop a{
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  background: #efefef;
  display: block;
  border-radius: 5px;
}

.boxslider{
  width: 1140px;
  margin: 0 auto;
}

.tabpro{
  font-weight: 500;
  text-align: center;
}

.bartopic{
 color: #ee4266;
    display: inline-block;
    padding: 0px 15px;
    font-weight: 500;
    border-radius: 50px;
}

.bartopicsingle{
    display: inline-block;
    padding: 0px 15px;
    font-size: 20px;
  font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
    border-radius: 50px;
    font-size: 1.3em;
    line-height: 1em;
}

.bartopicsingle2{
 color: #000000;
    display: inline-block;
    padding: 0 0 0 5px;
     font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
    border-radius: 50px;
    font-size: 1.3em;
    line-height: 1em;
}

.bartopicst2{
 color: #000;
    display: inline-block;
    padding: 0px 15px;
    font-weight: 500;
    border-radius: 50px;
    font-size: 1.2em;
    line-height: 1em;
}


.txttopicblog{
  font-size: 1.2em;
  font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
}

.detailblog{
  font-size: 14px;
  font-weight: 300;
}

.bartopic i{
  font-size: 14px;
}

.hp{
background: rgb(228 11 71);
    background: linear-gradient(306deg, rgb(255 0 82 / 75%) 0%, rgb(0 0 0 / 0%) 100%);
}

.ho{
background: rgb(255,85,0);
background: linear-gradient(306deg, rgba(255,85,0,0.75) 0%, rgba(0,0,0,0) 100%);
}

.hg{
background: rgb(0,214,161);
background: linear-gradient(306deg, rgba(0,214,161,0.75) 0%, rgba(0,0,0,0) 100%);
}

.hb{
background: rgb(0,58,214);
background: linear-gradient(306deg, rgba(0,58,214,0.75) 0%, rgba(0,0,0,0) 100%);
}

.hv{
  background: rgb(79,0,214);
background: linear-gradient(306deg, rgba(79,0,214,0.75) 0%, rgba(0,0,0,0) 100%);
}

.hy{
  background: rgb(214,194,0);
background: linear-gradient(306deg, rgba(214,194,0,0.75) 0%, rgba(0,0,0,0) 100%);
}

.txtab{
      display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.imgabcat{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-radius: 5px;
        overflow: hidden;
}

.imgabcat img{
 width: 100%;
    border-radius: 10px;
}


.imgab{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-radius: 10px;
        overflow: hidden;
}

.imgab img{
 width: 100%;
    border-radius: 10px;
}

.btnhaircut{
  position: relative;
  height: 80px;
  text-align: center;
  align-content: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

/*.scrolling-wrapper {
  overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}
*/
.card-block {
  background-color: #fff;
  border: none;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: 10px;
}
/*.card-block:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: none;
}*/

.heartic{
    color: #e80000;
    position: absolute;
    right: 40px;
    top: 10px;
    font-size: 1.3em;
    font-weight: 500;
    z-index: 999;
}

.shareic{
   color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.3em;
    font-weight: 500;
     z-index: 999;
}

.labelopen{
      background: #03c52f;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 5px 0 5px;
    display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
}

.labelclose{
      background: #c70013;
    color: #fff;
    font-weight: 500;
    padding: 2px 5px 0 5px;
    display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
}

.labelrate{
      background: #fff;
    color: #000;
    padding: 2px 8px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 60px;
}

.labelrate i{
  color: #ffc107;
}




.labelopen2{
      background: #fff;
    color: #03c52f;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    width: 60px;
    text-align: center;
}

.labelclose2{
      background: #fff;
    color: #c70013;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 60px;
}

.labelrate2{
      background: #fff;
    color: #000;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 60px;
}

.labelrate2 i{
  color: #ffc107;
}

.op{
width: 10px;
    height: 10px;
    background: #02b9a0;
    display: inline-block;
    border-radius: 100%;
}

.cl{
    width: 10px;
    height: 10px;
    background: #e61b45;
    display: inline-block;
    border-radius: 100%;
}

.labelopensg{
       background: #03c52f;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
}

.labelclosesg{
        background: #c70013;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
}

.labelratesg{
      background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.labelratesg i{
  color: #ffc107;
}


.contacticcc{
padding: 5px 10px;
    text-align: center;
    color: #ee4266;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #ee4266;
    background: #ffffff;
}

.boxsalontxt {
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.boxsalontxt a{
  color: #fff;
}

.timenoti{
	font-size: 10px;
	color: #a2a2a2;
}

.topicnoti{
	font-size: 18px;
	font-weight: 500;
	    line-height: 1.2em;
}

.fcg{
	color: #16c13e;
}

.detailnoti{
	font-size: 14px;
	font-weight: 300;
}

.f12{
  font-size: 14px;
}

.fw500{
  font-weight: 500;
}

.fwbold{
  font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
}

.cgray{
  color: #505050;
}

.reviewname{
  font-size: 14px;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviewdate{
  font-size: 14px;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.starreviewadd{
  font-size: 1.5em;
  text-align: center;
  color: #ffc107;
}

.boxface{
  text-align: center;
  font-size: 2em;
}



.icr i{
  color: #d6091d;
}

.icy i{
  color: #ff8100;
}

.icg i{
  color: #28a745;
}

.checkreview{
  border: 2px solid #fff;
  padding: 10px 0;
  border-radius: 10px;
}


.checkreview:hover{
  border: 2px solid #ccc;
}

.starreview{
  font-size: 12px;
    color: #ffc107;
}

.reviewcomment{
  font-size: 13px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviewfrom{
  font-size: 14px;
}

.btnreviewstore{
  background: #ccc;
  padding: 0 10px;
  display: inline-block;
}

.fa-heart-o {
  color: red;
  cursor: pointer;
}

.fa-heart {
  color: red;
  cursor: pointer;
}

.salonlike i{
  font-size: 1.5em;
}

.salonlike_single{
      display: flex !important;
    align-items: center;
        justify-content: flex-end;
}

.salonlike_single i{
  font-size: 1.5em;
}


.txtpluslike{
  font-size: 16px;
}

.boxsalonshadow{
  background: #fff;
   box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
   border-radius: 10px;
   padding: 0px;
   height: 100%;

}

.hide5{
  display: none;
}

.blogimg{
  text-align: center;
}

.blogimg img{
          border-radius: 10px 10px 0 0;
      max-width: 100%;
}

.bloglandimg{
  text-align: center;
}

.bloglandimg img{
          border-radius: 10px;
      max-width: 100%;
}


.blogsingleimg{
  text-align: center;
}

.blogsingleimg img{
          border-radius: 10px;
      max-width: 100%;
}

.readbox{
  font-size: 14px;
/*    display: flex;
    align-items: flex-end;
    height: calc(100% - 56px);*/
}

.fsprice {
    font-size: 1.6em;
}

.fsdis {
  text-decoration: line-through;
    font-size: 1.6em;
    color: #8e8e8e;
}


.linkread{
background: #eaeaea;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 10px;
}

.salonser{
  font-size: 20px;
      font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
  line-height: 1.2em;
  margin-bottom: 5px;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.salontopic{
  font-size: 20px;
  font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
  line-height: 1.2em;
  margin-bottom: 5px;
}

.sg18{
  font-size: 16px;
}

.fs16{
  font-size: 16px;
}

.styname{
  font-size: 16px;
  font-weight: 600;
}

.detailser{
  font-size: 12px;
  color: #585858;
}

.rateserbox{
  font-size: 12px;
  color: #585858;
}


.rateser i{
  color: #ffc107;
}


.ratesersg{
  font-size: 14px;
  color: #585858;
}

.ratesersg i{
  color: #ffc107;
}

.disprice{
      text-decoration: line-through;
      font-size: 12px;
      font-weight: 500;
}

.pricetotal{
font-size: 15px;
    font-weight: bold;
  color: #fb0018;
}

.pricetotalres{
  font-size: 1.5em;
  font-weight: 500;
  color: #fb0018;
}

.btncancelres a{
  display: inline-block;
  margin: 15px auto;
     background: #ffffff;
    border: 1px solid #ccc;
    color: #a7a2a2 !important;
    font-weight: 300;
  padding: 5px 15px;
  border-radius: 5px;
}

.fw300{
      font-weight: 300;
}

.txtf{
  font-size: 12px;
  font-weight: 500;
}

.txtsalon{
 font-size: 13px;
    font-weight: bold;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detailsalon{
  font-size: 12px;
}

.detailsalon i{
  color: red;
}


.detailsalonsg{
  font-size: 14px;
}

.detailsalonsg i{
  color: red;
}


.txtsalonread{
  font-size: 1em;
}

.icread{
  font-size: 1.8em;
}

.imgsalon{
  position: relative;
}

.imgsalon img{
  width: 100%;
      border-radius: 10px 10px 0 0;
}

.txtsm{
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
}

.boxblogimg{
     position: relative;
    height: 150px;
    overflow: hidden;
        border-radius: 10px;

}

.boxlastreadmore{
      display: flex;
      height: 100%;
    align-items: center;
    justify-content: center;
}


.pad10{
  padding: 0 10px;
}

.readmoretxt{
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.pad5{
  padding: 5px;
}

.txtbar{
  font-size: 12px;
  text-align: center;
}

.boxblogimg img{
  width: 100%;
     height: auto;
   border-radius: 10px;
}

.promotionbox{
  margin: 5px 0;
}

.promotionbox img{
  width: 100%;
   border-radius: 10px;
}

.bdradius{
  border-radius: 10px;
}

.col-25{
	width: 20%;
	float: left;
}

.boxcenter{
  text-align: center;
}


.nex .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 0 2px;
        font-size: 14px;
}

.nex .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ee4266;
    border-color: #ee4266;
}


.bookingsalon{
      width: 100%;
    text-align: center;
}

.bookingsalon a {
    padding: 15px 20px;
    background: #553cde;
    font-size: 1em;
    color: #fff;
    display: block;
    border-radius: 10px;

}

.bookingservice{
    width: 100%;
}

.bookingservice a {
    padding: 15px 20px;
    background: #553cde;
    font-size: 1em;
    color: #fff;
    display: block;
    border-radius: 10px;

}

.btnreview{
      width: 100%;
    text-align: center;
    margin-bottom: 15px;
}


.btnreview a {
        padding: 15px 50px;
    border-radius: 50px;
    color: #fff;
   display: inline-block;
    font-size: 18px;
    font-weight: 500;
    background: #02b9a0;
}

.warningbar{
  text-decoration: underline;
}

.paddeskright{
  padding: 0 20px;
}


.iccenter{
      position: absolute;
    background: #ee4266;
        border: 8px solid #ffffff;
    width: 80px;
    bottom: 5px;
    color: #fff;
    border-radius: 50px;
    padding: 12px 0px;
   height: 80px;
   display: flex !important;
    align-items: center;
    justify-content: center;
        box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);

}

a.iccenter{
  color: #fff !important;
}

.ic{
	text-align: center;
  display: flex !important;
    align-items: center;
    justify-content: center;
}

.ic a{
	text-align: center;
	font-size: 1.3em;
	color: #757575;
	display: block;
}

.ic a:hover{
  color: #f9647d;
}

/*.active a{
 color: #ee4266;
}
*/

.barfooter{
  display: none;
}


.barfooinner{
      padding: 5px 5px;
    background: #ffffff;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
}

.boxslider_single .carousel-inner{
  border-radius: 10px;

}

.codex{
  color: #ca2f81;
}

.barmarfoo{
	margin-top: 0px;
}

.staryel{
  text-align: right;
    line-height: 1em;
}

.staryel i{
	color: #ffc107;
  font-size: 12px;
  text-align: right;
}

.staryel_single{
  text-align: left;
}

.staryel_single i{
  color: #ffc107;
  font-size: 12px;
  text-align: left;
}

.pad15{
	padding: 0 15px;
}

.imgra2 img{
  border-radius: 10px;
  width: 100%;
}

.imgra img{
	border-radius: 20px;
	width: 100%;
  padding: 8px;
}

a:hover .imgra img{
  opacity: 0.3;
}

a:hover .imgra .boxhohovertext{
  display: block;
}



.boxhohovertext{
  display: none;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
  width: 100%;
  padding: 20px;

}

.txtho1{
  text-align: center;
  color: #000;
  font-size: 1.1em;
}

.txtho2{
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.txtho3{
  text-align: center;
  color: #000;
   font-size: 1.1em;
}

.txtho4{
  text-align: center;
  color: #000;
   font-size: 1.1em;
}


.btnimg1{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/1.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}

.btnimg2{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/2.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}

.btnimg3{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/3.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}

.btnimg4{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/4.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}

.btnimg5{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/1.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}

.txtbtnimg{
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 10px;
    height: 100%;

}


.boxtxtblog{
  top: 50%;
    transform: translateY(-50%);
    width: 100%;
    position: absolute;
}

.txtbtnimg:hover{
      background: rgba(0, 0, 0, 0.75);
}


.carousel-inner {
 box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.borderbot{
  display: none;
}


.ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: center;
}

.star {
  position: relative;
  line-height: 40px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #e0e0e0;
}

.star:before {
   font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.star:hover,
.star.selected,
.star:hover ~ .star,
.star.selected ~ .star{
  transition: color 0.8s ease;
  color: #ffc107;
}

.salonlogin a{
	font-size: 1.2em;
	text-align: center;
	padding: 15px 10px;
	    background: rgb(97, 108, 215);
    background: linear-gradient(345deg, rgb(10, 221, 255) 0%, rgb(143, 46, 193) 100%);
	display: block;
	    border-radius: 10px;
	color: #fff;
}

.topiccontact i{
      font-size: 1.3em;
    vertical-align: middle;
    margin-right: 5px;
}

.contactlink a{
  background: #02b9a0;
    padding: 8px 20px;
    border-radius: 5px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
}

.contactline a{
  background: #00b900;
    padding: 8px 20px;
    border-radius: 5px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
}

.contactfb a{
	 background: #086bff;
    padding: 8px 20px;
    border-radius: 5px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
}


.contactig a{
    background: #523b3b;
    padding: 8px 20px;
    border-radius: 5px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
}

.contactyt a{
 background: #dc0015;
    padding: 8px 20px;
    border-radius: 5px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
}

.contactml a{
 background: #9422fd;
    padding: 8px 20px;
    border-radius: 5px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
}

.topiccontact{
	font-size: 1.2em;
	font-weight: 600;
	padding: 4px 0;
}

.borbot{
      border-bottom: 1px dashed #ccc;
      margin-bottom: 5px;
    padding-top: 5px;
}

.borbotreview{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    border-radius: 0;
}

.sponserad{
  margin: 10px 0;
}

.sponserad img{
  border-radius: 5px;
  width: 100%;
}

.mar15{
	margin: 15px 0; 
}

  .carousel-inner img {
    width: 100%;
    height: 100%;
  }

 
.btncopylink{
  background: #4b5561;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
}

.topic{
	font-weight: 500;
  background: #ee4266;
    color: #fff;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 50px;
	/*margin-top: 20px;*/
}


.txtnamebold{
	font-size: 1.5em;
	font-weight: 500;
}

/*.bgcolor{
	background: #ffd6e5;
}*/

a{
	color: #444;
}

a:focus{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:focus .salontxt, a:focus .salontxt2, a:focus .province{
	color: #444;
	text-decoration: none;
}

a:hover .salontxt, a:hover .salontxt2, a:hover .province{
	color: #ff4652;
	text-decoration: none;
}



.pink{
	background: #f570a3;
	background: linear-gradient(345deg, rgb(255, 59, 59) 0%, rgb(255, 123, 196) 100%);
	padding: 10px;
	    margin: 0;
}

.boxbar{
      background: #fff;
    padding:0;
 box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}


.boxinner2{
	    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
    margin: 10px 0;
}

.boxinner{
	    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
 box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.boxinner3{
      background: #fff;
    border-radius: 10px;
}

.boxinnertop{
background: #ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
    border-radius: 0 0 20px 20px;
    padding-bottom: 30px;
}

.boxinnertop2{
	background: #ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
    border-radius: 0 0 20px 20px;
    padding-bottom: 5px;
}

.mar20{
	margin: 0 -20px;
}

.marv10{
    margin: 10px 0;
}

.martop{
  margin-top: 40px;
}

.pad5{
    padding: 5px;
}

.mar10{
     margin-top: 10px ;
}

.copy{
	    text-align: center;
    padding: 10px 30px;
        font-size: 12px;
        color: #fff;
}

.bgbar{
  background:#fff;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 9999;
  top: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.logo img{
  width: auto;
  text-align: center;
  height: 60px;
}

.logo{
  text-align: center;
  display: block;
}

.hotdesignmotext{
  display: none;
}

.fa-coins{
  color: #28a745;
}

.fa-star{
  color: #ffc107;
}

.iccart{
  color: #00a9c3;
}

.deskk{
  display: block;
}


.fs18{
  font-size: 22px;
}

@media only screen and (max-width: 768px) and (min-width: 100px)  {
  .boxcenter{
    text-align: left;
  }
  .ratings {
  text-align: left;
}

.titlefeed{
  font-size: 1em;
  font-weight: bold;
}

.detailfeed{
  font-size: 14px;
}

.w25{
  width: 25%;
}

#map{
  height: 300px;
}


.boxblogimg {
    height: 90px;
}

.hotdesignmotext{
  display: block;
}

a:hover .imgra .boxhohovertext{
  display: none;
}

a:hover .imgra img{
  opacity: 0.8;
}

.imgabcat img {
    width: auto;
    border-radius: 10px;
    height: 100%
}

.txtbtnimg{
  padding: 30px 0;
}

.wrapper{
  width: 100%;
    margin: 50px auto 0;
  padding-top: 15px;
}

.borderbot{
  padding-top: 8px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 8px;
  width: 100%;
  display: block;
}

.bgbar{
  background:#fff;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.carousel {
    margin-top: 0px;
}



.logo img {
    height: 40px;
}

}

@media only screen and (max-width: 1024px) and (min-width: 100px)  {
  .boxslider{
    width: 100%;
  }

.productitem img {
    width: auto;
    height: 150px;
}


.mobtnhide{
  display: none;
}

.fs18{
  font-size: 16px;
}

.nametab{
     font-size: 11px;
      font-family: 'SemiCondensedBoldThai', 'SemiCondensedBoldEng';
}

.bgfooter{
  display: none;
}

.barmarfoo{
  margin-top: 90px;
}


  .backbtn {
    text-align: center;
    display: flex !important;
    align-items: center;
    padding: 0 25px;
    cursor: pointer;
    font-size: 20px;
   
}

.barfooter{
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  display: block;
}


.logo{
  display: none;
}

.deskk{
  display: none;
}

.backbtn i{
   display: block;
}

  .scrolling-wrapper {
    overflow-x: auto;
}
.deskhide{
  display: block;
}

.hide5{
  display: block;
}

.txtcentermobile{
  text-align: center;
}

.paddeskright{
  padding: 0;
}


.txtpro{
  text-align: left;
}

}