.itopplus-background {

}
.unknown {
  position: fixed;
  bottom: 8% !important;
}

.unknown_prf .btn-main,
.unknown_prf:hover .btn-main {
  margin-bottom: 0 !important;
}

body {
  overflow-x: hidden;
}

.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_310920246h4l/0/0/1z-z58956403918.webp");
  background-size: cover;
}

.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_310920246h4l/0/0/2z-z55602544111.webp");
  background-size: cover;
}

.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_310920246h4l/0/0/3z-z184805219415.webp");
  background-size: cover;
}

.itopplus-bg4 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_310920246h4l/0/0/4z-z964862289110.webp");
  background-size: cover;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  margin: 0 15px;
  padding: 8px 3px;
  border-bottom: 3px solid transparent;
  font-size: clamp(16px, 1vw, 20px);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff !important;
  box-shadow: none;
  border-radius: none;
  border-bottom: 3px solid #e1c07d;
  background: transparent;
  background-color: transparent;
}

.no-js .navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
  background-color: #000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0.15);
}
.no-js .dropdown-submenu > .dropdown-menu {
  border-radius: 0px;
  background-color: #000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0.15);
}
.no-js .dropdown-menu > li > a {
  color: #fff;
  font-size: 18px;
  padding: 7px 20px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff;
  background: #e1c07d;
  border-radius: 0px;
}

@media screen and (max-width: 992px) {
  #controlBanner img {
    position: fixed;
    top: 5px;
    left: 10px;
    width: 55px !important;
    z-index: 10000;
  }

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #000 !important;
  }

  #itpMenuSideBar span {
    background-color: #fff !important;
  }

  #controlMenu * {
    color: #fff !important;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

  .itopplus-banner {
    background: #111111;
    transition: 0.3s;
  }

  .itopplus-banner .container {
    display: grid;
    grid-template-columns: 15% auto;
    align-items: center;
  }

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .itopplus-sticky {
    background: #111111 !important;
  }

  #controlBanner {
    object-fit: contain;
    padding: 15px;
    width: 70%;
    min-width: 140px;
    margin: 0 auto;
  }

  #nav-menu {
    display: grid;
    justify-content: end;
    background: transparent;
    min-height: auto;
  }

  .itopplus-search {
    color: #fff;
  }

  #language_member_bar {
  position: fixed !important;
  top: 1% !important;
  left: auto;
  right: 5% !important;
}

#language_member_bar .navbar-client > ul {
  display: flex;
  width: fit-content;
  margin: 0 !important;
  flex-direction: column;
  background-color: #626366 !important;
  padding: 10px;
  border-radius: 10px;
  gap: 5px;
}

#language_member_bar ul::before,
#language_member_bar ul::after {
  display: none;
}

#language_member_bar ul {
  top: 100%;
  color: #fff !important;
  background-color: #626366 !important;
  width: fit-content !important;
  min-width: unset;
  padding: 10px 20px !important;
}

#language_member_bar a {
  display: flex;
  color: #fff;
  border: none !important;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  padding: 0 !important;
  background: transparent !important;
}

}

@media screen and (min-width: 1366px) {
}

/* photo */
.picf {
  transition: 0.5s;
}
.picf:hover {
  transform: translate(0px, -8px);
  transition: 0.5s;
}
.picff:hover {
  transform: scale(1.05);
}
.picff {
  transition: 0.5s;
}

/* bgpt */
.bgpt {
  transition: 0.3s;
}
.bgpt:hover {
  box-shadow: 0 0 5px rgb(162 162 162 / 20%);
}

/* hvr */
.hvr-grow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

/*เฉพาะรูปแบบมีขอบ*/

.thumbnail img.imageGallery:hover {
  -webkit-transform: scale(1.1);
  transform: scale(0.98);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.thumbnail .imageWidth.imageGallery {
  transform: scale(1);
  transition: 0.32s;
}
.thumbnail .imageWidth.imageGallery:hover {
  transform: scale(1.05);
  transition: 0.32s;
}
/**ห้ามเกินกรอบ**/
.thumbnail .imgLightbox {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* NEW PRODUCTS */

#background67245517ed1b000013090b15 .thumbnail,
#background67cab5b74c44cd001a248b89 .thumbnail {
  border: solid 0px #d1d1d1;
  background: transparent;
  transition: 0.5s;
  color: #282828;
  padding: 0% !important;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  border-radius: 0px;
}
#background67245517ed1b000013090b15 .thumbnail:hover,
#background67cab5b74c44cd001a248b89 .thumbnail:hover {
  border: solid 0px #d1d1d1;
  background: transparent;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  color: #e8bd70;
}

/* PRODUCTS */

#background67245addda0627001361e99a .thumbnail,
#background67297330739c180013e30d3f .thumbnail,
#background67cab5b74c44cd001a248b97 .thumbnail,
#background67cab757660e44001a34d2ce .thumbnail {
  border: solid 0px #d1d1d1;
  background: #fff;
  transition: 0.5s;
  color: #282828;
  padding: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0px;
}
#background67245addda0627001361e99a .thumbnail:hover,
#background67297330739c180013e30d3f .thumbnail:hover,
#background67cab5b74c44cd001a248b97 .thumbnail:hover,
#background67cab757660e44001a34d2ce .thumbnail:hover {
  border: solid 0px #d1d1d1;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #282828;
}

#background67245addda0627001361e99a .thumbnail:hover .button-block2,
#background67297330739c180013e30d3f .thumbnail:hover .button-block2,
#background67cab5b74c44cd001a248b97 .thumbnail:hover .button-block2,
#background67cab757660e44001a34d2ce .thumbnail:hover .button-block2 {
  background-color: #e8bd70;
}

/*------------*/

figure.effect-selena {
  background: transparent;
}
figure.effect-apollo {
  background: transparent;
  border-radius: 20px;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}
.fancybox-skin {
  background: #fff;
  border-radius: 0px;
}
.fancybox-lock {
  overflow: auto;
}
.fancybox-margin {
  margin-right: 0px;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: hidden;
}

/*  Layout */
.boderedlayoutClient {
  border-top: 0px dashed transparent;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0px dashed transparent;
}

/* jazz */
figure.effect-jazz figcaption::after {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
figure.effect-jazz {
  background: transparent;
  border-radius: 0px;
}

/* oscar*/

.grid figure figcaption {
  padding: 0em;
}

figure.effect-oscar {
  background: transparent;
  width: 100%;
  border-radius: 0px;
}
figure.effect-oscar img {
  opacity: 1;
}
figure.effect-oscar:hover img {
  opacity: 1;
}
figure.effect-oscar figcaption::before {
  border: 0px solid #fff;
}
figure.effect-oscar figcaption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.72) 100%);
  border-radius: 0px;
}
figure.effect-oscar:hover figcaption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.72) 100%);
  border-radius: 0px;
}
figure.effect-oscar h2 {
  margin: 0% 0 0px 0;
  -webkit-transition: -webkit-transform 0.32s;
  transition: transform 0.32s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover h2 {
  opacity: 1;
  transition: 0.32s;
  transform: none !important;
}
.grid figure h2 {
  word-spacing: 0em;
  font-weight: 300;
  text-transform: none;
}
figure.effect-oscar img {
  max-width: none;
  -webkit-transition: opacity 0.32s, -webkit-transform 0.32s;
  transition: opacity 0.32s, transform 0.32s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
/*
#background66ab00d1bf641000135afae9 figure.effect-oscar:hover img {
    transform: scale(0.97);
}*/

/* oscar */

/* sadie gradient */
#background654a12ad18997f00126a4f36 .grid figure p {
  letter-spacing: 0px;
  font-size: 0.9em;
}
#background654a12ad18997f00126a4f36 figure.effect-sadie p {
  padding: 3em 1em 1em !important;
  opacity: 1;
  text-transform: none;
  color: #ffffff;
  background: transparent;
  text-align: center;
}
#background654a12ad18997f00126a4f36 figure.effect-sadie figcaption::before {
  z-index: 0;
  background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 102, 0, 0) 64%);
}

/* sadie gradient */

/* sadie */
figure.effect-sadie figcaption::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 61%, rgba(0, 0, 0, 1) 100%);
}
figure.effect-sadie {
  border-radius: 0px;
}
figure.effect-sadie figcaption {
  background: transparent;
  opacity: 1;
}
/*
figure.effect-sadie figcaption::before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(138,191,82,0) 68%, rgba(83,161,0,0.92) 100%);
    opacity: 1;
}*/
figure.effect-sadie h2 {
  top: 85%;
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
  font-weight: 400 !important;
  z-index: 100;
}
figure.effect-sadie:hover h2 {
  z-index: 100;
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  z-index: 100;
}
figure.effect-sadie img {
  max-width: none;
  -webkit-transition: opacity 0.32s, -webkit-transform 0.32s;
  transition: opacity 0.32s, transform 0.32s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-sadie:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* อัลบั้ม slide  */

.jssorb03 div {
  background-position: -5px -4px;
  background-color: #fff;
  color: #fff !important;
}
.jssorb03 .av,
.jssorb03 div,
.jssorb03 div:hover {
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  width: 10px !important;
  height: 10px !important;
  background-color: #7c674e;
  border: 1px solid #7c674e;
  border-radius: 100px;
  margin-left: -255%;
}
.jssora03l {
  display: none;
}
.jssora03r {
  display: none;
}
.jssora03r.jssora03rds {
  display: none;
}
.jssorb03 div span {
  display: none;
}
img.cursor.force-hight {
  height: 270px !important;
}

/*hvr-backward*/
.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-backward {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}
.hvr-backward1:hover,
.hvr-backward1:focus,
.hvr-backward1:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-backward1 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}

/*  JazzByY */
.JazzByY-Position {
  display: block;
  overflow: hidden;
}
.JazzByY {
  transition: 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.JazzByY:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.35s;
}

/*-------สไลด์-------*/
.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: gujarati;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: flex;
  overflow-x: auto;
  margin-top: 2%;
}
.ef {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform 0.25s;
}
.ef li:hover {
  opacity: 0.8;
  transition: 0.32s;
}

/* shopcart  */
.shopcart {
  border-radius: 100px 0px 0px 100px;
  width: 50px !important;
  height: 50px !important;
  background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_310920246h4l/25/0/shopz-z1617055776562.webp);
  background-color: transparent;
  background-position: 50% 50%;
  top: 0%;
}

img.pStatusProduct {
  height: 35% !important;
  top: 5% !important;
  left: 5% !important;
}

.Template-H-CateName {
  color: #000;
}
.Template-H-CateName a {
  color: #000000;
  font-weight: 600;
}
.Template-H-pic img:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.35s;
}
.Template-H-pic img {
  display: block;
  overflow: hidden;
  transition: 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.Template-H-pic {
  height: inherit !important;
  border: solid 0px transparent;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}
.Template-H-innerPic img {
  border-radius: 0px;
}
.Template-H-innerPic:hover {
  /* -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
    transition: 0.35s; */
}
.Template-H-innerPic {
  height: inherit !important;
  border: solid 0px transparent;
  display: block;
  overflow: hidden;
  transition: 0.35s;
  /* -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1); */
  margin-bottom: 5%;
  border-radius: 0px;
}
.Template-H-PricePromotion {
  color: #000 !important;
  font-weight: 500 !important;
}
.Template-H-frame:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: solid 0px #cdcdcd;
  background-color: #fff;
}
.Template-H-frame {
  border: solid 0px #cdcdcd;
  border-radius: 0px;
  background-color: #fff;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.Template-H-Title {
  color: #444444;
  font-size: 18px;
  margin-top: 4%;
}
.Template-H-Title label {
  font-weight: 400;
}
.Template-H-Name {
  color: #000000;
  font-size: 18px;
  text-align: center;
  height: 60px;
  margin-top: 0%;
  margin-bottom: 3%;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2% 5%;
}
.Template-H-Name label {
  font-weight: 400;
}
.priceNoPromotion {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.promotionPrice {
  font-weight: 600;
  color: #d00000 !important;
  font-size: 20px;
}
/*
strike.promotionPrice :nth-child(3) {
    color: #51504e;
}*/
/*
.promotionPrice span.currencyNormalPage {
    color: #e71313;
}*/
/*
span.currencyNormalPage {
    font-size: 18px;
    font-weight: 500;
    color: #51504e;
}
*/
strike.promotionPrice {
  color: #51504e !important;
  font-size: 18px;
  font-weight: 500;
}
span.promotionPrice {
  margin-left: 0%;
}
.Template-H-button:hover {
  border: solid 1px #e8bd70;
  background: #e8bd70;
  box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px;
}
.Template-H-button {
  border: solid 1px #e8bd70;
  background: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  width: 65%;
  margin: 0 auto;
  transition: 0.5s;
  margin-top: 10%;
  margin-bottom: 5%;
  border-radius: 50px;
  padding: 10px 0 8px 3%;
}
.item.Template-H-frame:hover .Template-H-button {
  border: solid 1px #e8bd70;
  background: #e8bd70;
  box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px;
}

.item.Template-H-frame .Template-H-button {
  transition: 0.5s;
}

.Template-H-Icon {
  width: 20%;
  filter: invert(1);
}

.Template-H-Des {
  height: inherit;
  border-bottom: solid 0px #464646;
  margin-top: 0%;
}
.Template-H-Price label {
  color: #000 !important;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.Template-H-Price {
  height: inherit;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.shopcartRelated-Default {
  font-family: "LINE Seed Sans TH";
  font-size: 20px;
  font-weight: 500;
  padding: 0% 0% 1% 0% !important;
  border-bottom: solid 1px #dddddd;
  width: 100% !important;
  margin-left: -1%;
}
.shopcart-Cate {
  font-size: 24px;
  text-transform: uppercase;
  padding: 1.2% 0% 1.2% 0%;
}
.Template-H-ProName {
  color: #000;
  font-weight: 600 !important;
}

.Template-H-Big {
  border: solid 0px #c2c2c2;
}

.shopcartID-Head-Default,
.shopcartID-Default,
.shopcartName-Head-Default,
.shopcartName-Default,
.shopcartlinePrice-Default {
  border: solid 0px transparent;
}

.shopcartID-Head-Default,
.shopcartID-Default,
.shopcartName-Head-Default,
.shopcartName-Default,
.Template-H-PriceNormal,
.Template-H-Quantity,
.Template-H-Item {
  font-family: "LINE Seed Sans TH";
}
.shopcartID-Head-Default,
.shopcartName-Head-Default,
.shopcartSize {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.shopcartID-Default,
.shopcartName-Default {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.Template-H-PriceNormal {
  color: #959595;
}
.Template-H-PriceNormal strike {
  font-weight: 500;
  font-size: 20px;
  color: #51504e;
}
.Template-H-buttonDetail:hover {
  border: solid 1px #282828;
  background: #282828;
  color: #fff;
  box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px;
}
.Template-H-buttonDetail {
  border: solid 1px #e8bd70;
  background: #e8bd70;
  padding: 10px 0 8px 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5% !important;
  margin-bottom: 0% !important;
  font-family: "LINE Seed Sans TH";
  border-radius: 50px;
  width: 35%;
  transition: 0.5s;
}
.PictureOverflow {
  width: 100%;
}
.Template-H-smallpic {
  width: 13%;
  border: solid 0px #c2c2c2;
  height: inherit;
  margin-top: 2% !important;
}
.fbcomments,
.fbcomments span[style],
.fbcomments iframe[style] {
  display: none;
}
.shopcartSize {
  font-family: "LINE Seed Sans TH";
}
.shopcartSize label {
  font-weight: 400;
}
.shopcartSize label {
  font-size: 18px !important;
  color: #000 !important;
}
.shopcartSize-Default {
  font-size: 18px !important;
  font-weight: 400;
  text-transform: capitalize;
}
select.input-sm {
  font-family: "LINE Seed Sans TH";
}
.shopcartDetail {
  font-family: "LINE Seed Sans TH";
  font-size: 26px;
  font-weight: 600;
  padding: 0% 0% 1% 0% !important;
  border-bottom: solid 1px #dddddd;
  margin-top: 5%;
  text-transform: uppercase;
  color: #000;
}
.ui.steps .step.active {
  color: #fff;
  background: #d00000;
}
.ui.steps .step.active .title {
  color: #ffffff;
}
.ui.steps .step .title {
  font-family: "LINE Seed Sans TH";
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0px 10px 0px;
  line-height: 1.3;
}
.step1checkout {
  background-color: #d00000;
  border: 5px solid #d00000;
}
.btnCheckoutprevious {
  background-color: #d00000;
  font-weight: 300;
  font-size: 18px;
}
.step5checkout {
  background-color: #d00000;
  border: 7px solid #d00000;
}
.shopcart-paymentpage {
  font-size: 18px;
  background-color: #d00000;
  width: 30%;
  padding: 2%;
}
.Template-H-PriceMember {
  color: #000;
  font-family: "LINE Seed Sans TH";
}
.notificationcart {
  color: #ffffff;
  background-color: #d40100;
  bottom: 22%;
  right: 16%;
}
.shopcartlinePrice-Default {
  font-size: 30px;
  font-family: "LINE Seed Sans TH";
  text-transform: uppercase;
}
.shopcartlinePrice-Default label {
  color: #000 !important;
  font-weight: 600;
  font-size: 32px !important;
}
.Template-H-Item,
.Template-H-Quantity {
  font-size: 16px !important;
  color: #000;
  font-weight: 400;
}

.row.margin.Shopcart-Related-Main {
  display: none;
}

/*
a>.Template-H-button:hover>.Template-H-Icon {
    filter: invert(1);
    transition: 0.3s;
}*/
a > .Template-H-buttonDetail:hover > .Template-H-Icon {
  filter: invert(0);
  transition: 0.3s;
}

.shopcart-share {
  display: none !important;
}

.ui.massive.star.rating {
  display: none;
}

label.itp-size-text {
  font-size: 18px !important;
}

.button-attribute-selected,
.button-attribute {
  font-size: 16px;
  font-family: "LINE Seed Sans TH";
}
.button-attribute:hover {
  color: #d00000 !important;
  border: 1px solid #d00000 !important;
}
.button-attribute-selected {
  color: #fff !important;
  border: 1px solid #d00000 !important;
  background: #d00000 !important;
  border-radius: 0px !important;
  min-width: 20rem !important;
  min-height: 5rem !important;
}
.button-attribute {
  min-width: 20rem !important;
  min-height: 5rem !important;
}

.k-colorpalette .k-item.k-state-selected {
  box-shadow: 0 1px 4px #d00000, inset 0 0 3px #d00000;
}
.k-colorpalette .k-item {
  box-shadow: 0 1px 4px #d00000, inset 0 0 3px #d00000;
}

.Template-H-innerPic .discount {
  border: solid 1px #8a8a8a;
  color: #fff;
  padding: 5px;
  padding-bottom: 5px;
  background-color: #8a8a8a;
}
.Template-H-innerPic .discount sup {
  font-size: 10px;
  margin-right: -5px;
}
.Template-H-innerPic .discountNumber {
  font: bold 20px/0.9 Helvetica, Tahoma;
}

label#PriceMessageLandingPage {
  font-family: "LINE Seed Sans TH";
  color: #000 !important;
  font-weight: 600;
  font-size: 22px !important;
  margin-left: -15px;
}
.price-text1 {
  font-size: 24px;
  font-weight: 600;
}
.price-text2 {
  font-size: 18px;
  color: #5e5e5e;
}

/* shopcart */

/* from PAYMENT TH */
#Component672993bbe3494b0013dcd285 {
  width: 96%;
  margin: 0 auto;
  border: solid 0px #eaeef5;
  background-color: #fff;
  padding: 2% 0%;
}
#Component672993bbe3494b0013dcd285 .progress {
  width: 138%;
  margin: 15px !important;
}
#Component672993bbe3494b0013dcd285 .boarder-confirm-payment {
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}
#Component672993bbe3494b0013dcd285 textarea.form-control {
  height: auto;
  width: 155%;
}
#Component672993bbe3494b0013dcd285 .btn-success {
  color: #000;
  background-image: linear-gradient(to bottom, #e8bd70 0, #e8bd70 100%);
  background-color: transparent;
  border-color: #ffffff00;
  box-shadow: none;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-top: 0px;
  margin-left: 4%;
}
#Component672993bbe3494b0013dcd285 .btn-success:hover {
  background-position: 0px;
  background: #333;
  color: #fff;
}

#Component672993bbe3494b0013dcd285 .input-group #Component672993bbe3494b0013dcd285 .form-control {
  height: 50px;
  padding: 0% 2% 0;
  border-radius: 0px;
  font-size: 14px;
  color: #555;
}
#Component672993bbe3494b0013dcd285 .form-control {
  height: 50px;
  padding: 15px 15px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#Component672993bbe3494b0013dcd285 .form-control:hover {
  border: 1px solid #e8bd70;
}
#Component672993bbe3494b0013dcd285 .input-group-addon {
  padding: 10px 15px;
  color: #000;
  background-color: #e8bd70;
  border: 1px solid #e8bd70;
  border-radius: 0px;
}
#Component672993bbe3494b0013dcd285 .btn-default {
  background-image: linear-gradient(to right, #e8bd70 0%, #e8bd70 100%);
  background-repeat: repeat-x;
  border-color: #e8bd70;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 14px;
  border: 0px solid transparent;
  color: #000000;
  text-shadow: 0 1px 0 #000000;
}
#Component672993bbe3494b0013dcd285 .btn-default:hover,
#Component672993bbe3494b0013dcd285 .btn-default:focus {
  background-color: #e8bd70;
  color: #fff;
  border-color: #ffffff;
  box-shadow: 0 0 5px black;
}
#Component672993bbe3494b0013dcd285 .col-md-1 {
  margin-top: 3% !important;
}
#Component672993bbe3494b0013dcd285 .form-horizontal .control-label {
  font-weight: 400;
}
#Component672993bbe3494b0013dcd285 .label a {
  color: #000;
}

/* from PAYMENT ENG */
#Component67cab93afa7fd9001afa878f {
  width: 96%;
  margin: 0 auto;
  border: solid 0px #eaeef5;
  background-color: #fff;
  padding: 2% 0%;
}
#Component67cab93afa7fd9001afa878f .progress {
  width: 138%;
  margin: 15px !important;
}
#Component67cab93afa7fd9001afa878f .boarder-confirm-payment {
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}
#Component67cab93afa7fd9001afa878f textarea.form-control {
  height: auto;
  width: 155%;
}
#Component67cab93afa7fd9001afa878f .btn-success {
  color: #000;
  background-image: linear-gradient(to bottom, #e8bd70 0, #e8bd70 100%);
  background-color: transparent;
  border-color: #ffffff00;
  box-shadow: none;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-top: 0px;
  margin-left: 4%;
}
#Component67cab93afa7fd9001afa878f .btn-success:hover {
  background-position: 0px;
  background: #333;
  color: #fff;
}

#Component67cab93afa7fd9001afa878f .input-group #Component67cab93afa7fd9001afa878f .form-control {
  height: 50px;
  padding: 0% 2% 0;
  border-radius: 0px;
  font-size: 14px;
  color: #555;
}
#Component67cab93afa7fd9001afa878f .form-control {
  height: 50px;
  padding: 15px 15px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#Component67cab93afa7fd9001afa878f .form-control:hover {
  border: 1px solid #e8bd70;
}
#Component67cab93afa7fd9001afa878f .input-group-addon {
  padding: 10px 15px;
  color: #000;
  background-color: #e8bd70;
  border: 1px solid #e8bd70;
  border-radius: 0px;
}
#Component67cab93afa7fd9001afa878f .btn-default {
  background-image: linear-gradient(to right, #e8bd70 0%, #e8bd70 100%);
  background-repeat: repeat-x;
  border-color: #e8bd70;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 14px;
  border: 0px solid transparent;
  color: #000000;
  text-shadow: 0 1px 0 #000000;
}
#Component67cab93afa7fd9001afa878f .btn-default:hover,
#Component67cab93afa7fd9001afa878f .btn-default:focus {
  background-color: #e8bd70;
  color: #fff;
  border-color: #ffffff;
  box-shadow: 0 0 5px black;
}
#Component67cab93afa7fd9001afa878f .col-md-1 {
  margin-top: 3% !important;
}
#Component67cab93afa7fd9001afa878f .form-horizontal .control-label {
  font-weight: 400;
}
#Component67cab93afa7fd9001afa878f .label a {
  color: #000;
}

/*อัลบั้มในเนื้อหาระบบ jazz*/

.contenemanager-gallery .col-xs-12.col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.333%;
}
.Contenemanager-gallery .thumbnail {
  padding: 0px;
  border: 0px solid #fff;
  border-radius: 0px;
  transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover {
  transform: scale(1.1);
  transition: 0.3s;
  position: relative !important;
  overflow: hidden !important;
}
.Contenemanager-gallery .thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
  border-radius: 0px;
  transform: scale(1) !important;
}

#Contentmanager img.img-responsive {
  border-radius: 0px;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
  transform: scale(1.1);
  transition: 0.3s;
  position: relative !important;
  overflow: hidden !important;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: transparent;
}
#Contentmanager .thumbnail {
  background-color: transparent;
  position: relative !important;
  overflow: hidden !important;
  border: 0px solid #ebd2c2;
  padding: 0px;
  border-radius: 0px;
}
#Contentmanager .thumbnail:hover {
  border-radius: 0px;
}
.img-thumbnail,
.thumbnail {
  box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}

/* contenemanager */

.social-icon {
  border-radius: 5px;
}
.managerHeader {
  font-size: 2.5em;
  padding: 2% 0% 2%;
  text-transform: capitalize;
  text-align: center;
  color: #282828;
  font-weight: 600;
}
#Contentmanager .post-time {
  font-size: 14px;
  font-weight: 300;
  color: #1e2a27;
  display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
  color: #282828;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
  font-size: 18px;
  color: #000000;
  padding: 0% 0% 0%;
  font-weight: 600;
  line-height: normal;
  height: inherit;
  margin-bottom: 5%;
  text-align: left;
}

/*
.Contentmanager .site .col-section .item.-micro a:hover .caption .time {
  background-color: #7f141a;
   color: #fff;
}*/
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-b {
  background-color: #90aad9;
  color: #fff;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
  font-size: 14px;
}
article.col-md-6.item.-micro {
  width: 48%;
}
.Contentmanager .site .col-section .item.-micro {
  padding: 0px 0px 0px 0px;
}
.Contentmanager .site .col-section .item.-micro a .image {
  width: 30%;
  margin-bottom: 0px;
  border-radius: 0px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
  width: 70%;
  background: transparent;
  padding: 1% 3% 0%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
  border-right: none;
  border-bottom: none;
  margin: 1%;
  background: transparent;
  border: solid 0px #cdcdcd;
  border-radius: 0px;
  padding: 0%;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
  border-right: none;
  border-bottom: none;
  margin: 1%;
  background: transparent;
  border: solid 0px #cdcdcd;
  border-radius: 0px;
  padding: 0%;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.Contentmanager .site .col-section .item.-micro a .post {
  display: none;
}
.fbcomments,
.fbcomments {
  display: none;
}
.nav-template7 li a {
  color: #1c1c1c;
  display: inline-block;
  font-size: 18px !important;
}
.nav-template7 li:hover {
  background-color: #fff7ef;
  text-decoration: none;
}
#contenttype71 {
  font-size: 16px;
  text-align: left;
}
.nav-template7 .fa-plus:before {
  content: "\f101";
  color: #186c8c;
}
.col-md-12.text-justify {
  padding-right: 5px;
  padding-left: 5px;
}
.Textmanager.font-inherit {
  display: flow-root;
}
.page-header {
  border-bottom: 0px solid #eee;
}

#Contentmanager .img-thumbnail {
  border: 0px solid #ddd;
  background: transparent;
}
#Contentmanager .col-md-offset-2 {
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
}

/* 
#Contentmanager .col-md-8 {
    width: 100%;
}*/

/* contenemanager */

/* contenemanager เรื่องที่น่าสนใจ */

.landingpagemanager {
  display: none;
}
.landingpagemanager #relateContentTitle {
  font-size: 26px !important;
  font-weight: 500;
  color: #000;
}
.landingpagemanager .fa-comments:before {
  display: none;
}
.landingpagemanager {
  padding: 0px;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: 30px;
  border-radius: 0px;
  border: solid 0px #eee;
}
.landingpagemanager .nav-template {
  margin-top: 1%;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5:hover .article-button {
  background-color: #f6a600;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 {
  width: 25%;
  background: transparent;
  border: 0px solid #e6c806 !important;
  margin: 0px;
  border-radius: 0px;
  display: inline-table;
}
.landingpagemanager .col-md-4.col-sm-4.col-xs-4.padding {
  width: 100%;
  padding: 0% 0 !important;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 {
  width: 100%;
  text-align: center;
  padding: 0% 0% 10%;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
  font-size: 16px;
  height: 30px;
  display: block;
  margin-top: 5%;
  font-weight: 400;
  text-align: center;
  color: #000;
  margin-bottom: 10%;
}

/*
.landingpagemanager .btn-sm p {
    font-size: 14px ! IMPORTANT;
}
.landingpagemanager .btn-group-sm&amp;amp;amp;amp;amp;amp;gt;.btn, .landingpagemanager .btn-sm {
    font-size: 16px;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 p {
    background: #e6c806;
    color: #000;
    border: none;
    font-size: 0.9em;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 50px;
    display: block;
    margin: 5% auto 0;
    transition: 0.5s;
    width: max-content;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12:hover p  {
    background: #708c37;
    color: #fff;
}
*/
.landingpagemanager .img-container {
  padding-bottom: 78%;
  display: block;
  overflow: hidden;
  border-radius: 0px;
}
.landingpagemanager .img-container .img {
  transition: 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.landingpagemanager .img-container .img:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.35s;
}
.landingpagemanager .article-t {
  font-size: 14px;
  text-align: left;
}
.landingpagemanager .article-b {
  font-size: 14px;
}
.landingpagemanager .btn-sm p {
  display: none;
}

/*
.PitCustomClass2 {
    width: 70%;
}
.PitCustomClass4 {
    width: 30%;
    height: -webkit-fill-available;
}
.PitCustomClass1 {
    display: flex;
    gap: 30px;
}
*/

/* contenemanager เรื่องที่น่าสนใจ */

/*---สไลด์---*/

#carousel6708f51a48d2240013d75bbb .hidden {
  display: block !important;
  visibility: inherit !important;
  pointer-events: none;
}
.carousel-indicators li {
  border: 1px solid #fff;
  margin: 2px;
  width: 12px;
  height: 12px;
}
.carousel-indicators .active {
  background-color: #fff;
  border-color: #fff;
  /* width: 30px; */
  margin: 2px;
  width: 12px;
  height: 12px;
}
.carousel-indicators {
  bottom: 5px;
}

/******
#carousel65602d7cf8fddc00147877f1 .carousel-indicators {
    left: 10%;
}
*****/

/* แนวตั้ง
#carousel62ea17c512014c00143fc050 .carousel-indicators {
    left: 8%;
    width: 0%;
    margin-left: 0;
}
*/

/*
#carousel61b2ee10dd70550013c5007f .carousel-indicators {
    bottom: 50px;
}
*/

#background67244d07937a3200140965bc .glyphicon-chevron-left:before,
#background67244d07937a3200140965bc .glyphicon-chevron-right:before {
  display: none;
}

/*---สไลด์---*/

/* ul_icon */

.icon_aa {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  list-style: none;
  padding: 0% 0% 1% 3%;
  margin: 0 auto;
  margin-bottom: 1%;
}
.icon_aa li::before {
  content: "➤";
  padding-right: 1%;
  color: #7c674e;
}
.icon_b {
  font-size: 16px;
  line-height: normal;
  color: #444;
}
.icon_b ::marker {
  color: #000000;
}
.icon_c {
  font-size: 18px;
  /* padding: 0% 5%; */
}

/* class หน้าต้นแบบ */

.head-block {
  display: flex;
  gap: 10px;
  width: 6%;
  margin: 0 auto;
  margin-right: 0;
}

.footer-text {
  text-align: center;
  padding: 2% 0%;
}
.footer-text1 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 2%;
}
.footer-text2 {
  font-size: 15px;
  white-space: break-spaces;
}
.footer-text3 {
  font-size: 15px;
  white-space: break-spaces;
  margin-top: 5%;
  margin-bottom: 5%;
}
.footer-text4 {
  font-size: 14px;
  white-space: break-spaces;
}
.footer-text5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 2%;
}
.footer-text6 {
  font-size: 16px;
  font-weight: 600;
}
.footer-text7 {
  font-size: 15px;
  white-space: break-spaces;
}

.footer-block a {
  color: #afafaf;
}
.footer-block {
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 5% 0%;
}
.footer-block1 {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-top: 4%;
}
.footer-block1-img {
  width: 16%;
  align-self: center;
}
.footer-block1-text {
  width: 80%;
  align-self: center;
}

.footer-block-pd1 {
  width: 37%;
}
.footer-block-pd2 {
  width: 25%;
}
.footer-block-pd3 {
  width: 25%;
}
.footer-block-pd4 {
  width: 13%;
}

/* class  */
.comingsoonn {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 3%;
  margin-top: 3%;
}

.empty-space {
  padding: 1.5%;
}
.empty-space1-block {
  display: flex;
  gap: 20px;
  width: 89%;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 5%;
}
.empty-space1-img1 {
  display: block;
  overflow: hidden;
  width: 67.5%;
}
.empty-space1-img2 {
  display: block;
  overflow: hidden;
  width: 34.5%;
}
.empty-space1 {
  padding: 5% 0%;
}
.empty-space1 h2 {
  text-align: center;
  color: #e8bd70;
  margin-bottom: 3%;
  font-weight: 600;
}
.empty-space1 p {
  margin-bottom: 2%;
}
p.empty-space1-indent {
  text-indent: 2em;
  font-size: 20px;
}
.empty-space2 h2 {
  color: #282828;
  text-align: center;
  font-weight: 600;
  padding: 5% 0% 2%;
}
.empty-space3 {
  text-align: center;
  padding: 10% 0% 20% 0%;
}
.empty-space3 h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.empty-space3-img {
  width: 3%;
  margin: 0 auto;
  margin-top: 2%;
}
.empty-space4 h2 {
  text-align: center;
  font-weight: 600;
  padding: 3% 0% 2%;
  color: #282828;
}
.empty-space4-1 h2 {
  color: #fff;
}
.empty-space5 {
  display: flex;
  width: 100%;
  padding: 4% 0% 1%;
  border-bottom: solid 1px #c5c4d6;
  margin-bottom: 1%;
}
.empty-space5-text1 {
  width: 80%;
  align-self: center;
}
.empty-space5-text2 {
  width: 20%;
  align-self: center;
}
.empty-space5-block {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.empty-space5-btext {
  width: 80%;
  text-align: right;
  align-self: center;
  font-size: 16px;
}
.empty-space5-bimg {
  width: 10%;
}
.empty-space5 h2 {
  font-weight: 600;
  color: #282828;
}
.empty-space6 h2 {
  text-align: center;
  font-weight: 600;
  padding: 3% 0% 2%;
  color: #282828;
}
.empty-space6-1 h2 {
  color: #fff;
}
.empty-space7 h4 {
  text-align: center;
  font-weight: 600;
  margin-top: 2%;
}
.empty-space8 {
  display: flex;
  gap: 30px;
  padding: 5% 0% 5% 0%;
}
.empty-space8-block {
  width: 50%;
  align-self: center;
}
.empty-space8-blockimg {
  display: flex;
  width: 100%;
  gap: 10px;
}
.empty-space8-text1 {
  width: 5%;
  left: calc(0% - 0rem);
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  align-self: flex-end;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}
.empty-space8-text01 {
  left: calc(0% - -1rem);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.empty-space8-img {
  width: 85%;
}
.empty-space8 h1 {
  font-weight: 600;
  background-color: #e8bd70;
  color: #000;
  margin-bottom: 2%;
  font-size: 24px;
  padding: 2%;
  text-align: center;
}
.empty-space8 h5 {
  font-weight: 600;
  color: #282828;
  text-transform: uppercase;
  font-size: 2.7em;
  margin-top: 5%;
  margin-bottom: 1%;
}
.empty-space8 p {
  margin-bottom: 5%;
  text-align: left;
  text-indent: 2em;
}
.empty-space8-border {
  border-bottom: solid 5px #e8bd70;
  width: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.empty-space8-pp {
  /* padding: 5% 0% 1% 0%; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 2.7em;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 26px;
}
p {
  font-size: 16px;
}

/* ส่วนเสริม */

.album-pd1 {
  text-align: center;
  padding: 7% 0% 5% 0%;
}
.album-pd2 {
  text-align: center;
  padding: 10% 0%;
}
.album-text1 {
  font-size: 22px;
  font-weight: 600;
}
.album-text2 {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
}
.album-text3 {
  font-size: 18px;
  font-weight: 600;
  white-space: break-spaces;
  height: 50px;
}
.album-text4 {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin-top: 5%;
}
.album-text5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 160%;
}

.button-block1 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 3% 0% 3%;
}
.button-block1-img {
  width: 1.5%;
  align-self: center;
}
.button-block1-text {
  align-self: center;
  font-size: 16px;
}
.button-block2 {
  display: flex;
  justify-content: center;
  width: 65%;
  margin: 0 auto;
  gap: 5px;
  padding: 3% 0% 3%;
  border: solid 1px #e8bd70;
  border-radius: 50px;
  margin-top: 12%;
  transition: 0.5s;
}
.button-block2-img {
  width: 12%;
  align-self: center;
}
.button-block2-text {
  align-self: center;
  font-size: 16px;
  justify-content: center;
}

.article-block {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-top: 5%;
}
.article-block-text {
  width: 13%;
  align-self: center;
  font-size: 15px;
}
.article-block-img {
  width: 6%;
  align-self: center;
}
.article-text {
  font-size: 15px;
}

iframe.map-map {
  margin-bottom: -1%;
}
.mp-mp4 {
  margin-bottom: -0.5%;
}

.product-pd {
  text-align: left;
}
.product-pd h5 {
  font-weight: 600;
  color: #000;
}
.product-pd h4 {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.product-pd h3 {
  font-weight: 600;
  margin-top: 1%;
  color: #000;
}
.product-pd-block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 3%;
}
.product-pd-block-img img {
  width: 100% !important;
}

#background67cab932fa7fd9001afa8768 .Contentmanager img {
  z-index: -1;
  position: relative;
}

/* pdpa */

.pdpa-text h5 {
  font-weight: 600;
  margin-top: 2%;
}
.pdpa-text h4 {
  font-weight: 500;
}
.pdpa-text a:hover {
  color: #e8bd70;
}
.pdpa-text a {
  color: #444;
}
.pdpa-text ul.icon-a {
  font-size: 16px;
  font-weight: 400;
}
.pdpamg1 {
  padding: 3% 0% 3% 0%;
}
.pdpamg1 .icon-a {
  font-size: 16px;
}
.pdpamg1 p {
  white-space: break-spaces;
}

/* นโยบายความเป็นส่วนตัว */

.ITPcookiebar {
  width: 100% !important;
  background-color: rgb(0 0 0 / 50%) !important;
  color: #fff;
}
.ITPlinkToCookiepage:hover {
  color: #e2bf7b !important;
}
.unknown_prf .btn-main {
  margin-bottom: 100%;
}
.buttonExampleSite:hover {
  background: #444 !important;
  border: 1px solid #444 !important;
  color: #fff !important;
}
.buttonExampleSite {
  border-radius: 0px !important;
  background-color: #e2bf7b !important;
  font-size: 16px !important;
  border: 1px solid #e2bf7b !important;
  color: #000 !important;
}

/* ติดต่อเรา */
.contact-pd {
  margin-top: 2%;
  color: #000;
}
.contact-pd h6 {
  font-weight: 600;
  font-size: 24px;
}
.contact-pd h3 {
  white-space: break-spaces;
  font-size: 16px;
}
.contact-pd h5 {
  font-weight: 600;
  margin-bottom: 2%;
  color: #000000;
}
.contact-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 1%;
  margin-top: 3%;
}
.contact-bg:hover {
  background-color: #e2bf7b;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #000;
}
.contact-bg {
  display: flex;
  gap: 7px;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 10px;
  transition: 0.5s;
}
.contact-bg:hover a {
  color: #fff;
}
.contact-bg a {
  color: #000;
  transition: 0.5s;
}
.contact-block-img {
  width: 15%;
  align-self: center;
}
.contact-block-text {
  width: 85%;
  align-self: center;
}
.contact-pd h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}
.contact-pd p {
  font-size: 13px;
}

.contact-block1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-bottom: 2%;
  margin-top: 2%;
}
.contact-block-img1 {
  width: 9%;
}
.contact-block-text1 {
  width: 90%;
}

/* วิธีการสั่งซื้อและการชำระเงิน */
.bg2 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0px;
  border: solid 0px #f1f1f1;
  padding: 13% 0%;
  margin-top: 3%;
}
.payy-text {
  font-size: 30px;
  font-weight: 600;
}
.payy-text1 {
  font-size: 20px;
}
.payy-img {
  width: 25%;
  margin: 0 auto;
}

.shop-pd1 {
  width: 33%;
  margin: 0 auto;
}
#tableB {
  width: 100%;
}
#tableB td {
  border: 10px solid #ffffff;
  color: #000;
  padding: 15px 10px;
  font-size: 16px;
  width: 25%;
  text-align: center;
  background-color: #fafafa;
}
.text17 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-top: 2%;
  margin-bottom: 4%;
}
.img5 {
  width: 85%;
  margin: 0 auto;
}
.title {
  font-size: 28px;
  margin-top: 2%;
}

.button-shop:hover {
  transform: scale(1.05);
  background: #000;
  color: #fff;
}
.button-shop {
  background: #e8bd70;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 2% 7%;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 3%;
  margin-top: 2%;
  transition: 0.5s;
  border-radius: 50px;
}

/* arrow */

span.glyphicon.glyphicon-chevron-left {
  font-size: 16px;
}

span.glyphicon.glyphicon-chevron-right {
  font-size: 16px;
}

/*from Contact */

.no-js #Component67248890de435000138b5766 label {
  display: none !important;
}
.no-js #Component67248890de435000138b5766 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component67248890de435000138b5766 .form-control {
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  font-size: 16px !important;
  padding: 37px 30px;
  background: transparent;
  color: #000;
}
.no-js #Component67248890de435000138b5766 .form-control:hover {
  border-color: #e2bf7b;
}
.no-js #Component67248890de435000138b5766 ::placeholder {
  color: #000 !important;
  font-weight: 300;
}
.no-js #Component67248890de435000138b5766 .form-control:focus {
  border-color: #e2bf7b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000 !important;
}
.no-js #Component67248890de435000138b5766 .btn {
  background: #e2bf7b;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 0px;
  padding: 14px 30px;
  font-size: 18px;
  border: 0px solid transparent;
  color: #000;
}
.no-js #Component67248890de435000138b5766 .btn-default {
  text-shadow: 0 0 0 #000;
}
.no-js #Component67248890de435000138b5766 .btn-default:active {
  background-color: #e2bf7b;
}
.no-js #Component67248890de435000138b5766 .btn-default:hover,
.no-js #Component67248890de435000138b5766 .btn-default:focus {
  background-position: 0 0px;
  background-color: #e2bf7b;
}
.no-js #Component67248890de435000138b5766 span.label a {
  color: #fff;
}
.no-js #Component67248890de435000138b5766 button.btn.btn-default {
  opacity: 1;
}
#background67248890de435000138b5766 {
  background-color: #fff !important;
  padding: 4%;
  border-radius: 0px;
}

/*from Contact ENG */

.no-js #Component67cab950fa7fd9001afa87d4 label {
  display: none !important;
}
.no-js #Component67cab950fa7fd9001afa87d4 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component67cab950fa7fd9001afa87d4 .form-control {
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  font-size: 16px !important;
  padding: 37px 30px;
  background: transparent;
  color: #000;
}
.no-js #Component67cab950fa7fd9001afa87d4 .form-control:hover {
  border-color: #e2bf7b;
}
.no-js #Component67cab950fa7fd9001afa87d4 ::placeholder {
  color: #000 !important;
  font-weight: 300;
}
.no-js #Component67cab950fa7fd9001afa87d4 .form-control:focus {
  border-color: #e2bf7b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000 !important;
}
.no-js #Component67cab950fa7fd9001afa87d4 .btn {
  background: #e2bf7b;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 0px;
  padding: 14px 30px;
  font-size: 18px;
  border: 0px solid transparent;
  color: #000;
}
.no-js #Component67cab950fa7fd9001afa87d4 .btn-default {
  text-shadow: 0 0 0 #000;
}
.no-js #Component67cab950fa7fd9001afa87d4 .btn-default:active {
  background-color: #e2bf7b;
}
.no-js #Component67cab950fa7fd9001afa87d4 .btn-default:hover,
.no-js #Component67cab950fa7fd9001afa87d4 .btn-default:focus {
  background-position: 0 0px;
  background-color: #e2bf7b;
}
.no-js #Component67cab950fa7fd9001afa87d4 span.label a {
  color: #fff;
}
.no-js #Component67cab950fa7fd9001afa87d4 button.btn.btn-default {
  opacity: 1;
}
#background67cab950fa7fd9001afa87d4 {
  background-color: #fff !important;
  padding: 4%;
  border-radius: 0px;
}

@media screen and (min-width: 1900px) {
  .icon_b {
    font-size: 18px;
  }
  .album-text1 {
    font-size: 28px;
  }
  .album-text2 {
    font-size: 18px;
  }
  .album-text3 {
    font-size: 22px;
    height: 70px;
  }
  .album-text4 {
    font-size: 18px;
  }
  .button-block2-text {
    font-size: 18px;
  }
  .button-block2-img {
    width: 10%;
  }
  .button-block1-text {
    font-size: 18px;
  }
  .album-text5 {
    font-size: 24px;
    margin-top: 160%;
  }
  .empty-space5-btext {
    font-size: 18px;
  }
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
  }
  .article-text {
    font-size: 16px;
  }
  .article-block-text {
    width: 12%;
    font-size: 16px;
  }
  .article-block-img {
    width: 5%;
  }
  .empty-space5-bimg {
    width: 8%;
  }
  .footer-text1 {
    font-size: 18px;
  }
  .footer-text2 {
    font-size: 16px;
  }
  .footer-text3 {
    font-size: 16px;
  }
  .footer-text5 {
    font-size: 18px;
  }
  .footer-text7 {
    font-size: 16px;
  }
  .footer-text6 {
    font-size: 16px;
  }
  .empty-space8 h1 {
    font-size: 29px;
  }
  .empty-space8 h5 {
    font-size: 3.7em;
  }
  .button-block2 {
    width: 58%;
  }
  #background6729898a739c180013e31124 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
  }
  #background67cab932fa7fd9001afa8768 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
  }
  .img5 {
    width: 65%;
  }
  .contact-pd p {
    font-size: 16px;
  }
  .no-js #Component67248890de435000138b5766 .form-control {
    padding: 42px 30px;
  }
  .contact-pd h6 {
    font-size: 28px;
  }
  .contact-pd h3 {
    font-size: 18px;
  }
  .button-block1-img {
    width: 1.2%;
  }
  .Template-H-button {
    width: 55%;
  }

  h4 {
    font-size: 22px;
  }
  h2 {
    font-size: 3.7em;
  }
  p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1191px) {
  #imagesControl67244d07937a3200140965bc {
    padding: 0px !important;
  }
  .button-block2-text {
    font-size: 14px;
  }
  .album-text4 {
    height: 30px;
  }
  .album-text5 {
    font-size: 16px;
  }
  .article-block-text {
    width: 16%;
  }
  .footer-text1 {
    font-size: 14px;
  }
  .footer-text2 {
    font-size: 13px;
  }
  .footer-text3 {
    font-size: 13px;
    white-space: inherit;
  }
  .footer-text4 {
    font-size: 12px;
  }
  .footer-text6 {
    font-size: 14px;
  }
  .footer-text7 {
    font-size: 13px;
  }
  .footer-text5 {
    font-size: 14px;
  }
  .contact-pd p {
    font-size: 10px;
  }
  .contact-pd h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .album-text1 {
    font-size: 18px;
  }
  .album-text2 {
    font-size: 14px;
  }
  #background67245addda0627001361e99a .row-fluid [class*="col-sm-5fix"],
  .uneditable-input[class*="col-sm-5fix"],
  [class*="col-sm-5fix"] {
    width: 33%;
  }
  #background67297330739c180013e30d3f .row-fluid [class*="col-sm-5fix"],
  .uneditable-input[class*="col-sm-5fix"],
  [class*="col-sm-5fix"] {
    width: 33%;
  }
  #background672458f9ed1b000013090d11 .row-fluid [class*="col-sm-5fix"],
  .uneditable-input[class*="col-sm-5fix"],
  [class*="col-sm-5fix"] {
    width: 33%;
  }

  #background67cab5b84c44cd001a248b9c .row-fluid [class*="col-sm-5fix"],
  .uneditable-input[class*="col-sm-5fix"],
  [class*="col-sm-5fix"] {
    width: 33%;
  }

  .article-block-text {
    width: 20%;
    font-size: 15px;
  }
  .article-block-img {
    width: 8%;
  }
  .empty-space8 {
    display: grid;
  }
  .empty-space8-block {
    width: 100%;
    align-self: center;
  }
  .empty-space8-img {
    width: 100%;
  }
  #background6729898a739c180013e31124 article.col-md-6.item.-micro {
    width: 33%;
  }
  #background67cab932fa7fd9001afa8768 article.col-md-6.item.-micro {
    width: 33%;
  }
  .managerHeader {
    font-size: 2em;
  }
  .contact-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-pd h4 {
    font-size: 16px;
  }
  .contact-pd p {
    font-size: 15px;
  }

  h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 480px) {
  #carousel67244d07937a3200140965bc {
    margin-bottom: -2%;
  }
  .empty-space1 p {
    margin-bottom: 5%;
  }
  #background67245addda0627001361e99a .row-fluid [class*="col-sm-5fix"],
  .uneditable-input[class*="col-sm-5fix"],
  [class*="col-sm-5fix"] {
    width: 100%;
  }
  #background67297330739c180013e30d3f .row-fluid [class*="col-sm-5fix"],
  .uneditable-input[class*="col-sm-5fix"],
  [class*="col-sm-5fix"] {
    width: 100%;
  }
  #background672458f9ed1b000013090d11 .row-fluid [class*="col-sm-5fix"],
  .uneditable-input[class*="col-sm-5fix"],
  [class*="col-sm-5fix"] {
    width: 100%;
  }
  .empty-space3-img {
    width: 6%;
  }
  .album-text3 {
    font-size: 20px;
    height: inherit;
  }
  .button-block2 {
    margin-top: 4%;
  }
  .button-block2-text {
    font-size: 16px;
  }
  .button-block1-img {
    width: 5.5%;
  }
  #imagesControl672458f9ed1b000013090d11 {
    padding: 0px !important;
  }
  #background672458f9ed1b000013090d11 .thumbs {
    margin-bottom: 0px;
  }
  .button-block1 {
    padding: 8% 0% 3%;
  }
  article.col-md-6.item.-micro {
    width: 100%;
  }
  .empty-space5-btext {
    width: 55%;
    font-size: 11px;
  }
  .empty-space5-bimg {
    width: 12%;
  }
  .empty-space5-text2 {
    width: 55%;
  }
  .article-block-text {
    width: 21%;
    font-size: 13px;
  }
  .article-block-img {
    width: 6%;
  }
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
  }
  .button-block2 {
    width: 50%;
  }
  #background6729898a739c180013e31124 article.col-md-6.item.-micro {
    width: 100%;
  }
  #background6729898a739c180013e31124 .Contentmanager img {
    position: unset !important;
  }
  #background67cab932fa7fd9001afa8768 article.col-md-6.item.-micro {
    width: 100%;
  }
  #background67cab932fa7fd9001afa8768 .Contentmanager img {
    position: unset !important;
  }

  .managerHeader {
    font-size: 20px;
  }
  #Component672993bbe3494b0013dcd285 .progress {
    width: 85%;
  }
  #Component672993bbe3494b0013dcd285 textarea.form-control {
    width: 100%;
  }
  .album-text5 {
    font-size: 20px;
  }
  .product-pd-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

#scrolltoshop67403679a329fe0013535fb5 .col-md-12 {
  padding-left: 6px;
}
/*
.ui.blue.button {
    display: inline !important;
}
 
*/

.mainProductFilterContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.mainProductFilterContainer > div {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mainProductFilterContainer::before,
.mainProductFilterContainer::after {
  display: none;
}

@media screen and (max-width: 480px) {
  .mainProductFilterContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.boarder-confirm-payment {
  background: #fff;
}



