.itopplus-background {

}
body {
  overflow-x: hidden;
  color: #444;
  font-family: "LINE Seed Sans TH";
}

.itopplus-footer {
  background-color: #283464;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #404447;
    margin: 0 15px;
    padding: 2vw 0;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    font-size: 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: #404447;
  box-shadow: none;
  border-color: #ad1616;
  background: transparent;
  background-color: transparent;
}

.no-js .navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
	background: #fff;
	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: #fff;
	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: #404447;
    font-size: 18px;
    padding: 5px 20px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #ad1616;
  border-radius: 0px;
}



@media screen and (max-width: 1023px) {
  #controlBanner img {
    position: fixed !important;
    top: 12px;
    left: 20px;
    width: 190px !important;
    z-index: 10000;
  }
  
  #controlBanner {
  margin-top: 70px !important;
  }

  #nav-menu {
    background: #fff !important;
    height: 70px;
    padding-right: 15px;
  }
  
  #ItopplusMainSidebar,
#ItopplusBackgroundSidebar {
  top: 70px;
}
  
  button#itpMenuSideBar {
    background: transparent !important;
}


  .navbar-collapse,
  #ItopplusMainSidebar {
    background: #fff !important;
  }

  #ItopplusMainSidebar *:is(li, a) {
    color: #444 !important;
    border: none;
  }

  #nav-menu .icon-bar {
    background: #444 !important;
  }

  .navbar-header a::before {
    background-size: 28px;
    background-position: center;
  }

  .navbar-header a::after {
    background: #444;
  }

  #itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
  }

  #itpsearchmobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
  }

  .old-image-icon-facebook::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
  }

  .old-image-icon-line::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
  }

  .old-image-icon-instragram::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
  }

  .old-image-icon-youtube::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
  }

  .new-image-icon-twitter::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
  }
}

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

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


  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: 25% auto;
    align-items: center;
  }
  
  .itopplus-menu {
    align-self: end;
}

  #itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
  }

  #controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(140px, 100%, 20vw);
    margin: 0 auto;
  }
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	margin: 0;
} 
}

@media screen and (min-width: 1200px) {
  .container {
    width: 86vw;
  }
}






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


 
 
.CASS-A-main .thumbnail .imgLightbox {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
      border-radius: 20px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} 
.CASS-A-main .thumbnail {
    border: solid 0px #eeeeee;
    background: transparent;
    transition: 0.5s;
    color: #fff;
    padding: 0% !important;
    border-radius: 0px;
}
.CASS-A-main .thumbnail:hover {
  border: solid 0px #eeeeee;
  background: transparent;
  color: #165bdc;
}






.CASS-A-top {
    border-top: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-A-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-A-bottom {
    border-bottom: solid 0px #d4d4d4;
}
.CASS-A-main {
    box-shadow: none;
}
.CASS-A-middle-mid {
    padding: 0px;
}

/*
#background6819a3f082ac8b0013b342d0 .CASS-A-main p {
    text-align: center;
    font-size: 18px;
    padding: 6% 0% 10% 0%;
}
*/



.CASS-B-top {
    border-top: solid 0px #d4d4d4;
}
.CASS-B-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-B-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-B-bottom {
    border-bottom: solid 0px #d4d4d4;
}
.CASS-B-main {
    box-shadow: none;
}
.CASS-B-middle-mid {
    padding: 0px;
}
.CASS-B-border {
    background: transparent;
    border: 0px solid #d4d4d4;
    border-radius: 0px;
}



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

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: 20px;
}

/* oscar*/

.grid figure figcaption {
  padding: 0em;
}

figure.effect-oscar:hover .album-pd {
    color: #edd994;
}
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) 45%, rgb(3 59 242 / 67%) 76%, #033bf2 100%); */
  background: transparent;
  border-radius: 0px;
  border-bottom: solid 6px #edd994;
}
figure.effect-oscar:hover figcaption {
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgb(3 59 242 / 67%) 76%, #033bf2 100%); */
  background: transparent;
  border-radius: 0px;
  border-bottom: solid 6px #edd994;
}

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;
  border-radius: 0px;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  border-radius: 0px;
}
/*
#background66ab00d1bf641000135afae9 figure.effect-oscar:hover img {
    transform: scale(0.97);
}*/

/* oscar */

/* sadie gradient */
/*
#background674fd13584bae400136a4fc9 figure.effect-sadie {
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 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%);
}
#background674fd13584bae400136a4fc9 figure.effect-sadie figcaption {
    opacity: 1;
    background: transparent;
}

#background674fd13584bae400136a4fc9 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;
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 figure.effect-sadie:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 figure.effect-sadie h2 {
    top: 77%;
    color: #ffffff;
    opacity: 1;
    z-index: 100;
}
*/
/* 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 {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.76) 100%);
}
/*
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: 80%;
  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 h2,
figure.effect-sadie:hover h2 {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
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_10022025pnym/30/0/shop-showz-z1341931252718.png);
    background-color: transparent;
    background-position: 50% 50%;
    right: 2%;
    top: 3%;
}

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: 600 !important;
}
.Template-H-frame:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 7px 29px 0px;
   border: solid 0px #cdcdcd;
    background-color: transparent;
}
.Template-H-frame {
    padding: 0%;
    margin: 0% -5% 10% -5%;
    border: solid 0px #cdcdcd;
    border-radius: 0px;
    background-color: transparent;
    transition: 0.5s;
}
.Template-H-Title {
    color: #444444;
    font-size: 18px;
      margin-top: 4%;
}
.Template-H-Title label {
    font-weight: 400;
}
.Template-H-Name {
    color: #404447;
    font-size: 18px;
    text-align: center;
    height: 90px;
    margin-top: 0%;
    margin-bottom: 0%;
    font-weight: 400;
    text-transform: capitalize;
    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: #162b18 !important;
    font-size: 18px;
}
/*
strike.promotionPrice :nth-child(3) {
    color: #51504e;
}*/
 
.promotionPrice span.currencyNormalPage {
    color: #3a434c;
} 
 
span.currencyNormalPage {
    font-size: 14px;
    font-weight: 400;
    color: #3a434c;
}
 
strike.promotionPrice {
    color: #51504e!important;
    font-size: 14px;
    font-weight: 500;
}
span.promotionPrice {
    margin-left: 0%;
}
.Template-H-button:hover {
   border: solid 1px #ffa600;
 background: #ffa600;
  /*box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px;*/
}

.Template-H-button {
    border: solid 1px #ffa600;
    background: transparent;
    color: #040203;
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 0%;
    border-radius: 50px;
    padding: 6px 0 4px 0%;
  /* transition: 0.5s; */
}
.item.Template-H-frame:hover .Template-H-button {
    border: solid 1px #ffa600;
    background: #ffa600;
  color: #fff;
}


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

.Template-H-Icon {
    width: 20%;
    filter: invert(0);
    transition: 0.5s;
  padding: 0 0px 5px 0;
}

.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;
}
.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: #283464;
    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: 22px;
    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 #ffa600;
    background: #ffa600;
    color: #fff;
}
.Template-H-buttonDetail {
    border: solid 1px #ffa600;
    padding: 9px 0 7px 0;
    font-size: 19px;
    font-weight: 400;
    margin-top: 5% !important;
    margin-bottom: 0% !important;
    font-family: "LINE Seed Sans TH";
    border-radius: 50px;
    width: 38%;
    background: transparent;
    color: #000;
}
.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: #283464;
}
.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: #283464;
    border: 5px solid #283464;
}
.btnCheckoutprevious {
    background-color: #283464;
    font-weight: 300;
    font-size: 18px;
}
.step5checkout {
    background-color: #283464;
    border: 7px solid #283464;
}
.shopcart-paymentpage {
    font-size: 18px;
    background-color: #283464;
    width: 30%;
    margin: 0 auto;
    padding: 2%;
    color: #fff;
}
.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: #000000 !important;
    font-weight: 600;
}
.Template-H-Item, .Template-H-Quantity {
    font-size: 16px!important;
    color: #000;
    font-weight: 400;
}

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

/*
.Template-H-frame:hover .Template-H-Icon {
    filter: invert(1);
}


a>.Template-H-button:hover>.Template-H-Icon {
    filter: invert(1);
    transition: 0.3s;
}
*/
a>.Template-H-buttonDetail:hover>.Template-H-Icon {
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(334deg) brightness(99%) contrast(103%);
}



.Template-H-frame:hover .Template-H-Icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(121deg) brightness(116%) contrast(114%);
}
.Template-H-button:hover .Template-H-Icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(121deg) brightness(116%) contrast(114%);
}


.shopcart-share {
    display: none!important;
}
 
.ui.massive.star.rating {
    display: none;
}
label.itp-size-text {
    font-size: 18px !important;
    font-weight: 600;
}


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



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






.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/.9 Helvetica,Tahoma;
}


 

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


.button-attribute-circle-selected {
    border: 3px solid #ccc !important;
}
.button-attribute-circle {
    border: 3px solid transparent !important;
}
.ITPquantityWord {
    width: 10%;
}




/* shopcart */






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

#Component68ef4ceba5dd820013ada9af .input-group 
#Component68ef4ceba5dd820013ada9af .form-control {
    height: 50px;
    padding: 0% 2% 0;
    border-radius: 0px;
    font-size: 14px;
    color: #555;
}
#Component68ef4ceba5dd820013ada9af .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);
}

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









/*อัลบั้มในเนื้อหาระบบ jazz*/
.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.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, .075);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 0px;
    transform: scale(1.0) !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% 0%;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    width: 80%;
}
#Contentmanager .post-time {
    font-size: 14px;
    font-weight: 300;
    color: #1e2a27;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #0a1e39;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
    color: #000;
    padding: 5% 0% 2%;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0%;
    text-align: center;
    text-transform: capitalize;
    height: inherit;
}
 
/*
.Contentmanager .site .col-section .item.-micro a:hover .caption .time {
  background-color: #7f141a;
   color: #fff;
}*/
article.col-md-6.item.-micro:hover .product-button {
    background-color: #27b1e3;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-button {
    background-color: #dbb454;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-ab {
    background-color: #03624c;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
    /* display: none; */
}
article.col-md-6.item.-micro {
    width: 31%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 0px 0px 0px 0px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding: 3% 0% 0% 0%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: transparent;
    border: solid 0px #bdbdbd;
    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 #bdbdbd;
    border-radius: 0px;
    padding: 0%;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}


.Contentmanager .site .col-section .item.-micro:nth-child(odd):hover .ourwork-button {
    background-color: #0a1e39;
  color: #fff;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even):hover .ourwork-button {
 background-color: #0a1e39;
  color: #fff;
}

.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: 20px !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: 22px !important;
    font-weight: 600;
    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-b  {
     background-color: #e9181c;
    color: #fff;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5:hover .article-ab  {
     background-color: #03624c;
    color: #fff;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 {
    width: 24%;
    background: transparent;
    border: 0px solid #e6c806 !important;
    margin: 5px;
    border-radius: 0px;
    display: inline-table;
    padding: 0%;
}
.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% 5%;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 16px;
    height: 50px;
    display: block;
    margin-top: 5%;
    font-weight: 400;
    text-align: center;
    color: #212121;
    margin-bottom: 0%;
}

/*
.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: 75%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.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 .article-ab {
    font-size: 14px;
}
.landingpagemanager .btn-sm p {
    display: none;
}



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



/* รูป ไม่เท่ากัน */
/*
.row.contenemanager-gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 20px;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  width: 100%;
}*/

/* รูป ไม่เท่ากัน */


/* Share */



.itp-newshare-button {
    border-radius: 10px;
    font-size: 16px;
    height: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    border: solid 1px #282828;
    color: #282828;
}
.itp-newshare-button:hover {
    background-color: #edd995;
}
.newShareContainer {
    justify-content: end !important;
}
 
.social-share {
    margin-top: -10%;
}
 

 


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







 

 






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

#carousel68e8c3a6a5dd820013ad6cb8 .hidden,
#carousel68ef707fca392b001303bf0b .hidden {
    display: block !important;
    visibility: inherit !important;
    pointer-events: none;
}

.carousel-indicators li {
    border: 1px solid #fff;
	 background-color: #fff;
    margin: 2px;
      width: 7px;
    height: 7px;
}
.carousel-indicators .active {
    background-color: #fff;
    border-color: #fff;
   width: 30px;
    margin: 2px;
     /*   width: 12px; */
    height: 7px;
}
.carousel-indicators {
    bottom: 5px;
}

/*
#carousel68de537d41641e00135117f9 .carousel-indicators {
    left: 13%;
}
 */

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

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



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

#carousel68ef707fca392b001303bf0b .glyphicon-chevron-left:before,
#carousel68ef707fca392b001303bf0b .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;
}
.icon_b ::marker {
  color: #000;
}
.icon_c {
  font-size: 18px;
  /* padding: 0% 5%; */
}










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

.footer-block {
    display: grid;
    grid-template-columns: 25% 30% 20% auto;
    gap: 20px;
    margin-bottom: 3%;
}
.footer-text1 {
    font-size: 18px;
    white-space: break-spaces;
    line-height: 2.5;
    font-weight: 600;
}
.footer-text2 {
    font-size: 18px;
    font-weight: 600;
}
.footer-text3 {
    font-size: 16px;
    white-space: break-spaces;
    margin-top: 5%;
}
.footer-text4 {
    font-size: 18px;
    font-weight: 600;
}
.footer-block1 {
    display: grid;
    grid-template-columns: 14% auto;
    gap: 10px;
    margin-top: 5%;
}
.footer-block1-text {
    font-size: 16px;
    align-self: center;
}
.footer-text5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8%;
}
.footer-block2 {
    display: flex;
    width: 45%;
    gap: 5px;
    margin-top: 5%;
}

.footer-block2-img:hover {
    filter: brightness(0) saturate(100%) invert(64%) sepia(87%) saturate(1611%) hue-rotate(358deg) brightness(101%) contrast(102%);
}
.footer-text6 {
    font-size: 18px;
    font-weight: 600;
}
.footer-img1 {
    width: 55%;
    margin-top: 5%;
}
.footer-text {
    text-align: center;
    font-size: 16px;
}
.footer-pd {
    padding: 3% 0% 0%;
}
.footer-pd a:hover {
    color: #ffa601;
}
.footer-pd a {
    color: #fff;
    transition: 0.5s;
}



/* class  */

.comingsoonn {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3%;
  margin-top: 0%;
}



 
.benner-benner {
    position: relative;
}
.benner-text {
    position: absolute;
    font-weight: 600;
    top: 50%;
    right: 5%;
    transform: translate(-0%, -50%);
    text-align: right;
}
.benner-benner h2 {
    color: #283464;
    font-weight: 600;
    white-space: break-spaces;
    line-height: 1;
}

.benner-benner h6 {
    font-family: "Manrope", sans-serif;
    color: #404447;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2em;
}






.empty-space {
	padding: 3%;
}
.empty-space1 {
    display: grid;
    grid-template-columns: 30% auto 30%;
    gap: 30px;
    padding: 7% 0%;
}
.empty-space1-img1 {
    width: 30%;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 5%;
}
.empty-space1-img2 {
    width: 30%;
    margin-bottom: 5%;
}
.empty-space1-img {
    position: relative;
}
.empty-space1-imgb {
    position: absolute;
    width: 75%;
    bottom: 0%;
    right: 0;
    -webkit-animation: bounce 3s infinite 3s;
    animation: bounce 3s infinite 3s;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.empty-space1 h3 {
    white-space: break-spaces;
}
.empty-space1-detail1 {
    text-align: right;
}
.empty-space1 h4 {
    color: #283464;
    font-weight: 600;
    font-size: 18px;
}
.empty-space1 h1 {
    color: #404447;
    font-family: "Manrope", sans-serif;
    margin-top: 2%;
    margin-bottom: 3%;
    font-weight: 500;
}
.empty-space1 span {
    font-weight: 600;
}
.empty-space1s {
    padding: 2% 0% 7% 0%;
}
.empty-space1-text1 {
    margin-top: 7%;
}
.empty-space1-text2 {
    align-self: center;
}
.empty-space1s .empty-space1-img1 {
    transition: 0.5s;
}
.empty-space1s .empty-space1-img1:hover {
    transform: scale(1.05);
}
.empty-space1s .empty-space1-img2:hover {
    transform: scale(1.05);
}
.empty-space1s .empty-space1-img2 {
    transition: 0.5s;
}
.empty-space1s .empty-space1-img:hover {
    transform: scale(1.05);
}
.empty-space1s .empty-space1-img {
    transition: 0.5s;
}
.empty-space2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.empty-space2-block1 {
    position: relative;
}
.empty-space2-text1 {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}
.empty-space2-img1 {
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.empty-space2-img1 img {
    border-radius: 20px;
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space2-img1 img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space2-block2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    align-self: center;
}
.empty-space2-image1 {
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.empty-space2-image1 img {
    border-radius: 20px;
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space2-image1 img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space2-bg1 {
    background-color: #ff6633;
    color: #fff;
    padding: 22% 5%;
    text-align: center;
    border-radius: 20px;
}
.empty-space2-block01-img {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 4%;
}
.empty-space2 h4 {
    font-weight: 600;
}
.empty-space2-bg2 {
    background-color: #0203b7;
}
.empty-space2 h6 {
    color: #404447;
}
.empty-space2 h1 {
    color: #283464;
    font-weight: 600;
}
.empty-space3 {
    display: grid;
    grid-template-columns: 66% auto;
    gap: 20px;
    padding: 5% 0%;
}
.empty-space3-img {
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.empty-space3-img img {
    border-radius: 20px;
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space3-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space4 {
    background-color: #f5f5f5;
    padding: 7% 5%;
    border-radius: 30px;
    text-align: center;
}
.empty-space4 h2 {
    color: #283464;
    font-weight: 600;
    line-height: 1;
}
.empty-space4 h1 {
    font-family: "Manrope", sans-serif;
    color: #404447;
    font-weight: 500;
}
.empty-space4-pd {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 3%;
}
.empty-space4-img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 7%;
}
.empty-space4-text {
    font-size: 16px;
    white-space: break-spaces;
}
.empty-space4s .empty-space4-block:hover  {
    transform: scale(1.05);
}
.empty-space4s .empty-space4-block {
    transition: 0.5s;
}
.empty-space5 {
    text-align: center;
    padding: 7% 0% 3%;
}
.empty-space5 h2 {
    color: #283464;
    font-weight: 600;
    line-height: 1;
}
.empty-space5 h1 {
    font-family: "Manrope", sans-serif;
    color: #404447;
    font-weight: 500;
}
.empty-space6 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_10022025pnym/0/0/จัดจำหน่าย-bgsz-z225787240938.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: grid;
    grid-template-columns: 50% auto;
    gap: 50px;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 7%;
}
.empty-space6-image {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 2%;
    animation: circle 3s linear infinite;
}
.empty-space6-text {
    align-self: center;
    margin-top: 22%;
}
.empty-space6 h2 {
    font-weight: 600;
}
.empty-space6 h3 {
    white-space: break-spaces;
    margin-top: 3%;
    margin-bottom: 8%;
}
.empty-space7 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 5%;
}
.empty-space7-bg {
    background-color: #293463;
    color: #fff;
    padding: 7%;
    border-radius: 30px;
}
.empty-space7-img {
    width: 15%;
    margin-bottom: 4%;
}
.empty-space7-img img {
    filter: invert(1);
}
.empty-space7-bg1 {
    background-color: #ffa503;
}
.empty-space7 h5 {
    font-weight: 600;
    margin-bottom: 2%;
}
.empty-space8 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.empty-space8-block:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.empty-space8-block {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 20px;
    background-color: #fafafa;
    padding: 4% 5%;
    border-radius: 100px;
    color: #282828;
    transition: 0.5s;
}
.empty-space8-text {
    align-self: center;
}
.empty-space8 h4 {
    font-weight: 600;
}
.empty-space9 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background-color: #fafafa;
    padding: 2%;
    border-radius: 20px;
    margin-top: 2%;
    margin-bottom: 1%;
}
.empty-space9-block {
    padding: 7%;
}
.empty-space9-border1 {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.empty-space9-border3 {
    border-right: solid 1px #ccc;
}
.empty-space9-border2 {
    border-bottom: solid 1px #ccc;
}
.empty-space9 h2 {
    text-align: left;
    font-weight: 600;
    font-size: 2.5em;
}
.empty-space9 h1 {
    font-weight: 600;
}
.empty-space9 h4 {
    font-weight: 600;
    margin-bottom: 2%;
    white-space: break-spaces;
}
.empty-space10-img1:hover {
  transform: scale(1.05);
}
.empty-space10-img1 {
  transition: 0.5s;
}
.empty-space10-img1 img {
   filter: brightness(0) saturate(100%) invert(17%) sepia(32%) saturate(2216%) hue-rotate(203deg) brightness(90%) contrast(88%);
}
.empty-space10-img1 img:hover {
   filter: brightness(0) saturate(100%) invert(64%) sepia(87%) saturate(1611%) hue-rotate(358deg) brightness(101%) contrast(102%);
}
.empty-space10-block {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 2%;
}
.empty-space10-img {
  width: 5%;
  align-self: center;
}
.empty-space10 h3 {
    font-weight: 600;
    margin-bottom: 4%;
    margin-top: 7%;
    color: #444;
    font-size: 20px;
}
.empty-space10-block1 {
  display: flex;
  width: 25%;
  gap: 10px;
  margin-top: 4%;
}
.empty-space10 p {
  white-space: break-spaces;
  color: #444;
}
.empty-space10-text {
  font-size: 16px;
}
.empty-space10 {
  border-left: solid 1px #676767;
  padding-left: 15%;
  margin-left: 10%;
}
.empty-space10 a:hover {
  color: #293463;
}
.empty-space10 a {
  color: #444;
  transition: 0.5s;
}
.empty-space10-text1 {
    font-size: 18px;
    font-weight: 600;
}
.empty-space11 h4 {
    text-align: center;
    font-weight: 600;
    padding: 2% 0% 0%;
}
.empty-space12 {
    text-align: center;
    padding: 4% 0% 3%;
}
.empty-space12 h2 {
    color: #283464;
    font-weight: 600;
    white-space: break-spaces;
}
.empty-space12 h6 {
    font-family: "Manrope", sans-serif;
    color: #404447;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2em;
}











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

h1 {
  font-size: 3em;
}
h2 {
  font-size: 3.5em;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 26px;
}
p {
  font-size: 16px;
}







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


#scrolltoshop68e8dd8092f791001320ea2f .social-share {
    display: none;
}



.button-text1 {
    background-color: #ffa600;
    color: #fff;
    width: fit-content;
    padding: 3% 7%;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.5s;
}
.button-text1:hover {
    background-color: #283464;
}



.product-pd {
    text-align: left;
}
.product-pd h4 {
    font-weight: 600;
    color: #283464;
}




/* animation */


.amg2 {
    -webkit-animation: hithere 2s ease infinite;
    animation: hithere 2s ease infinite;
}
.amg1 {
    -webkit-animation: hithere1 2s ease infinite;
    animation: hithere1 2s ease infinite;
}


@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-20px) rotate(0deg);

    }

    100% {
        transform: rotate(360deg) translate(-20px) rotate(-360deg);
    }
}



.hithere {
  animation: hithere 0.32 s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.1); }
  50% { transform: rotate(10deg) scale(1); }
  100% { transform: scale(1); }
}
.hithere1 {
  animation: hithere 0.5 s ease infinite;
}
@keyframes hithere1 {
  30% { transform: scale(1.1); }
  50% { transform: rotate(-10deg) scale(1); }
  100% { transform: scale(1); }
}





/* ปุ่มสั่งซื้อ */

.no-js .product-shops {
    margin-top: -24%;
    margin-bottom: 20%;
}
.no-js .product-shops1 {
    margin-top: -33%;
    margin-bottom: 30%;
}
.no-js .product-shops2 {
    margin-top: -33%;
    margin-bottom: 29%;
}


.product-shops {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 8px;
    background-color: #03c305;
    color: #fff;
    justify-content: center;
    width: 16%;
    margin: 0 auto;
    margin-left: 50%;
    padding: 1% 0%;
    border-radius: 100px;
    font-size: 20px;
    transition: 0.5s;
}

.product-shops img {
    filter: invert(1);
}
.product-shops-text {
    align-self: center;
}
.product-shops:hover {
    background-color: #09d60b;
}




.products-shops {
    background-color: #ffa600;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 5% 9%;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.5s;
}
.item.Template-H-frame:hover .products-shops {
    background-color: #293463;
}






/* วิธีการสั่งซื้อและการชำระเงิน */
.bg2:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bg2 {
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 20px;
    border: solid 0px #f1f1f1;
    padding: 13% 0%;
    transition: 0.5s;
}
.button-shop:hover {
    transform: scale(1.05);
    background: #ffa601;
    color: #ffffff;
}
.button-shop {
    background: #283464;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 2% 7%;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 3%;
    margin-top: 3%;
    transition: 0.5s;
    border-radius: 50px;
}





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

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

.ITPcookiebar {
  width: 100% !important;
  background-color: rgb(0 0 0 / 50%) !important;
  color: #fff;
}
.ITPlinkToCookiepage:hover {
  color: #ffa601 !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: #ffa601 !important;
  font-size: 16px !important;
  border: 1px solid #ffa601 !important;
  color: #fff !important;
}











/* from */

.from-text2 {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 600;
    margin-top: 3%;
    margin-left: 2%;
    text-transform: capitalize;
    margin-bottom: -4%;
}
 


/* CONTACT US */
#btnview68ef2a77a5dd820013ada1a8 {
    margin-top: 1%;
    margin-left: 65%;
}
#cookie68ef2a77a5dd820013ada1a8 {
    font-size: 16px;
    text-align: left !important;
    margin-top: -3%;
    padding: 0% 12% 2% 3.5% !important;
}
#btnview68ef2a77a5dd820013ada1a8 .glyphicon {
    display: none;
}


textarea#textbox6 {
    height: 100px;
}
iframe.map-maps {
    margin-bottom: -1%;
}

.CASS-A-main .form-control {
    border: none;
    border-bottom: 1px solid #d7dbdf;
    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%);
    background-color: transparent;
    padding: 0px 0px;
    color: #444444 !important;
    height: 45px;
    font-size: 16px;
    padding-right: 0px !important;
}
.CASS-A-main .form-control:focus {
   border-bottom: 1px solid #283464;
}
.CASS-A-main .btn-default:hover, 
.CASS-A-main .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #ffa601;
    background: #ffa601;
    color: #ffffff;
}
.CASS-A-main .btn-default {
    background-repeat: repeat-x;
    border-color: #283464;
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #283464;
    color: #fff;
    text-shadow: none;
    border-radius: 50px;
    background: #283464;
    transition: 0.5s;
    text-transform: capitalize;
    box-shadow: none;
    opacity: 1;
}
.CASS-A-main ::placeholder {
    color: #444444;
}
















@media screen and (min-width : 1900px) {
.empty-space9 h2 {
    font-size: 3em;
} 
.navbar-default .navbar-nav > li > a {
    margin: 0 25px;
    font-size: 24px;
}
.empty-space1 h4 {
    font-size: 20px;
}
.empty-space2-bg1 {
    padding: 23% 5%;
}
.empty-space4-text {
    font-size: 20px;
}
.Template-H-Name {
    font-size: 22px;
    height: 115px;
    padding: 2% 8%;
}
.Template-H-button {
    font-size: 20px;
}
.button-text1 {
    padding: 2% 7%;
    font-size: 20px;
}
.footer-text1 {
    font-size: 20px;
}
.footer-text2 {
    font-size: 20px;
} 
.footer-text3 {
    font-size: 18px;
}  
.footer-text4 {
    font-size: 20px;
}
 .footer-block1-text {
    font-size: 18px;
}
.footer-block1 {
    grid-template-columns: 12% auto;
}  
.footer-block2 {
    width: 40%;
    gap: 6px;
}
.footer-text6 {
    font-size: 20px;
}  
.footer-img1 {
    width: 40%;
} 
.ITPcookiebar {
    font-size: 16px !important;
} 
.benner-benner h6 {
    font-size: 3em;
}
.button-shop {
    font-size: 22px;
} 
.from-text2 {
    font-size: 26px;
    margin-left: 1%;
    margin-bottom: 0%;
}
.empty-space10 h3 {
    font-size: 26px;
} 
.empty-space10-text1 {
    font-size: 22px;
}
.empty-space10-text {
    font-size: 20px;
} 
.empty-space10-block1 {
    width: 20%;
} 
#cookie68ef2a77a5dd820013ada1a8 {
    font-size: 18px;
    padding: 0% 10% 2% 2.5% !important;
}
.CASS-A-main .form-control {
    font-size: 18px;
} 
.shopcart {
    top: 4%;
}
.shopcart-Cate {
    font-size: 28px;
}
.shopcartID-Head-Default, .shopcartName-Head-Default, .shopcartSize {
    font-size: 24px;
}
.shopcartSize label {
    font-size: 24px !important;
}
.Template-H-buttonDetail {
    width: 30%;
}
.Template-H-Item, .Template-H-Quantity {
    font-size: 20px !important;
} 
.ITPquantityWord {
    width: 8%;
} 
#Component68ef4ceba5dd820013ada9af .form-horizontal .control-label {
    font-size: 18px;
}
#Component68ef4ceba5dd820013ada9af .btn-default {
    font-size: 18px;
} 
.benner-text {
    right: 3%;
}
.pdpa-text ul.icon-a {
    font-size: 20px;
}
.pdpamg1 p {
    font-size: 20px;
}
.icon_b {
    font-size: 20px;
} 
.products-shops {
    padding: 4% 9%;
    font-size: 18px;
}
.product-shops {
    width: 14%;
    padding: 0.8% 0%;
    font-size: 24px;
}
.no-js .product-shops {
    margin-top: -29%;
    margin-bottom: 26%;
} 
.no-js .product-shops1 {
    margin-top: -43%;
    margin-bottom: 39%;
} 
.no-js .product-shops2 {
    margin-top: -44%;
    margin-bottom: 40%;
}
.no-js .product-shops3 {
    margin-top: -36%;
    margin-bottom: 33%;
}

  
  
  
  
  
  
  
h1 {
  font-size: 4em;
}
h2 {
  font-size: 4.5em;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 28px;
}
p {
  font-size: 20px;
}
  
}

@media screen and (max-width : 1191px) {
.empty-space1 h3 {
    white-space: inherit;
}
#imagesControl68e8c3a6a5dd820013ad6cb8 {
    padding: 0px !important;
}
.shopcart {
    top: 1%;
} 
.empty-space2 h1 {
    font-size: 2.5em;
}
.empty-space2-bg1 {
    padding: 18% 5%;
}
.empty-space4-text {
    white-space: inherit;
}
.Template-H-Name {
    font-size: 16px;
    height: inherit;
    margin-bottom: 3%;
    padding: 2% 5%;
} 
.Template-H-button {
    width: 75%;
}
.empty-space8 h4 {
    font-size: 18px;
}
.empty-space10 p {
    white-space: inherit;
} 
#mainmenu68ef3e7892f7910013211fe8 > div {
    padding: 0px ! IMPORTANT;
} 
.no-js .product-shops2 {
    margin-top: -27%;
    margin-bottom: 23%;
}
  
  
  
  
  
}  
  
@media screen and (max-width : 900px) {
.empty-space9 h2 {
    font-size: 2em;
} 
.empty-space9 h1 {
    font-size: 24px;
}
.empty-space1 h1 {
    font-size: 2em;
}
.empty-space1 h4 {
    font-size: 16px;
} 
.empty-space1-img {
    align-self: center;
}
.empty-space1 h3 {
    white-space: inherit;
    font-size: 15px;
}
.empty-space2 h1 {
    font-size: 2em;
}
.empty-space2-bg1 {
    padding: 14% 5%;
} 
.Template-H-button {
    width: 100%;
} 
.empty-space6 h3 {
    white-space: inherit;
    margin-top: 3%;
    margin-bottom: 8%;
    font-size: 16px;
    margin-right: 5%;
}
.footer-text2 {
    font-size: 16px;
}
.footer-text1 {
    font-size: 16px;
}
.footer-text3 {
    font-size: 13px;
}  
.footer-text4 {
    font-size: 16px;
}
.footer-text5 {
    font-size: 16px;
}
.footer-block1-text {
    font-size: 14px;
}
.footer-text6 {
    font-size: 16px;
}
.benner-benner h6 {
    font-size: 18px;
}
#imagesControl68ef707fca392b001303bf0b {
    padding: 0px !important;
}  
#Component68ef707fca392b001303bf0b {
    display: none;
} 
  
  
.shopcartDetail {
    display: none;
}
.product-shops {
    width: 26%;
    margin: 0 auto;
    margin-left: 0%;
} 
.no-js .product-shops {
    margin-top: -22%;
    margin-bottom: 3%;
} 
  
  
  
  
  
  
h1 {
  font-size: 2em;
}
h2 {
  font-size: 2.5em;
}
  
}

@media screen and (max-width : 480px) {
.empty-space9 {
    grid-template-columns: repeat(1, 1fr);
    padding: 5%;
}  
.empty-space9-border1 {
    border-bottom: solid 1px #ccc;
    border-right: solid 0px #ccc;
}
.empty-space9-border3 {
    border-right: solid 0px #ccc;
   border-bottom: solid 1px #ccc;
}
#Component68ef707fca392b001303bf0b {
    display: block;
}
.empty-space1 {
    grid-template-columns: 100%;
}
.empty-space1 h3 {
    white-space: break-spaces;
    font-size: 16px;
}
.empty-space2 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space2 h1 {
    font-size: 24px;
} 
.empty-space2 h6 {
    font-size: 22px;
}
.empty-space2-block2 {
    gap: 10px;
}
.empty-space2 {
    gap: 10px;
}
.empty-space2-block01-img {
    width: 45%;
}
.empty-space3 {
    grid-template-columns: 100%;
    gap: 10px;
    padding: 0% 0%;
} 
.empty-space4-pd {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
 .empty-space4-text {
    font-size: 12px;
}
.Template-H-Name {
    font-size: 14px;
    height: inherit;
    margin-bottom: 3%;
    padding: 2% 0%;
}  
.Template-H-button {
    font-size: 14px;
    width: 90%;
} 
.empty-space6 {
    background-image: url(http://itp1.itopfile.com/ImageServer/707dbe7f91af7ddb/0/0/bgz-z736515341286.png);
    grid-template-columns: 100%;
    gap: 10px;
    margin-top: 0%;
    margin-bottom: 7%;
}
.empty-space6-text {
    margin-top: 0%;
    text-align: center;
}
.button-text1 {
    width: fit-content;
    margin: 0 auto;
    padding: 3% 7%;
    font-size: 14px;
    margin-bottom: 6%;
}
.empty-space6 h3 {
    white-space: initial;
    margin-top: 2%;
    margin-bottom: 5%;
    font-size: 14px;
    margin-right: 0%;
}
.empty-space6-text {
    padding: 0% 5%;
}
.empty-space6-image {
    width: 75%;
}
.footer-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 3%;
}
.footer-block01-1 {
    grid-column-start: 1;
    grid-row-start: 1;
} 
.footer-text1 {
    font-size: 12px;
    white-space: break-spaces;
    line-height: 2.5;
    font-weight: 600;
} 
.footer-text2 {
    font-size: 12px;
}
.footer-text3 {
    font-size: 12px;
    white-space: initial;
}
.footer-text4 {
    font-size: 12px;
}  
.footer-block1-text {
    font-size: 12px;
} 
.footer-text5 {
    font-size: 12px;
}
.footer-text6 {
    font-size: 12px;
}
.footer-text {
    font-size: 12px;
    padding: 3% 0% 2%;
}
.benner-benner h2 {
    font-size: 16px;
}
.benner-benner h6 {
    font-size: 12px;
    white-space: break-spaces;
} 
.empty-space7 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 5%;
}
.Template-H-buttonDetail {
    font-size: 16px;
    width: 58%;
}
.empty-space8 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.button-shop {
    font-size: 18px;
    padding: 4% 7%;
} 
#Component68ef4ceba5dd820013ada9af .progress {
    width: 85%;
}
#Component68ef4ceba5dd820013ada9af textarea.form-control {
    width: 100%;
}
.empty-space10 {
    border-left: solid 0px #676767;
    padding-left: 0%;
    margin-left: 0%;
}  
.empty-space10-text1 {
    white-space: break-spaces;
} 
#contentnewmode68ef148dbb2e5c00136bad8d {
    padding: 0% 10px !important;
} 
#form68ef2a77a5dd820013ada1a8 {
    padding: 0px !important;
}
#cookie68ef2a77a5dd820013ada1a8 {
    font-size: 16px;
    text-align: left !important;
    margin-top: -3%;
    padding: 0% 0% 0% 3.5% !important;
}
#btnview68ef2a77a5dd820013ada1a8 {
    margin-top: 4%;
    margin-left: 0%;
}
.product-shops {
    width: 50%;
    margin: 0 auto;
    margin-left: 0%;
    padding: 3% 0%;
} 
.no-js .product-shops {
    margin-top: -40%;
    margin-bottom: 3%;
} 
  
  
  
  
  
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 2em;
}
}



/* ปิด */
label.Template-H-PricePromotion {
    display: none !important;
}
.ITPquantityWord {
    display: none;
}
.ITPquantityDetail {
    display: none;
}
.ITPquantityUnit {
    display: none;
}
.Template-H-buttonDetail {
    display: none;
}

.PictureOverflow {
    position: relative;
    z-index: 1;
}



