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

.itopplus-bg2 {
  background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_21042024ngad/0/0/2z-z82545524234.jpg);
}

.navbar-default .navbar-nav > li > a {
    color: #444;
    margin: 0 0px;
    padding: 8px 15px;
    border-radius: 0px;
    border-bottom: 3px solid transparent;
    font-size: 18px;
}


.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: #444 !important;
  box-shadow: none;
  border-color: transparent;
  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: #444;
    font-size: 18px;
    padding: 5px 20px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #956b34;
  border-radius: 0px;
}


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

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

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

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

  .navbar-header > a {
    display: grid !important;
    place-items: center;
    place-content: center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px !important;
    width: 40px !important;
  }

  #itpphonemobile {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_2711202470mi/0/0/telz-z1565433624019.png) !important;
  }

  #itpsearchmobile {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/searchz-z1134319420589.png) !important;
  }

  .old-image-icon-facebook {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/facebookz-z1318628404704.png) !important;
  }

  .old-image-icon-line {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/linez-z1655517020729.png) !important;
  }

  .old-image-icon-instragram {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/instagramz-z1066049211157.png) !important;
  }

  .old-image-icon-youtube {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/youtubez-z1416596488876.png) !important;
  }

  .new-image-icon-twitter {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/cf-twitterz-z1322532545693.png) !important;
  }
}

@media screen and (min-width: 1024px) {
  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: 17% auto;
    align-items: center;
    
  }

  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

  .itopplus-banner {
    background: #fff;
  }

  .itopplus-sticky #controlBanner {
    width: clamp(150px, 70%, 20vw);
  }

  #controlBanner {
    object-fit: contain;
    padding: 30px;
    width: clamp(150px, 100%, 20vw);
    margin: 0 auto;
    transition: 0.3s;
  }

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

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }

  .itopplus-search {
    width: 100%;
    text-align: right;
    color: #444;
  }
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	margin: 0;
} 
}









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

.CASS-A-main .thumbnail {
    border: solid 0px #eeeeee;
    background: transparent;
    transition: 0.5s;
    color: #444;
    padding: 0% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 0px;
}
.CASS-A-main .thumbnail:hover {
  border: solid 0px #1b73ba;
  background: transparent;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  color: #444;
}



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


.CASS-A-main p {
    text-align: center;
    font-size: 16px;
}






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

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 {
  background: transparent;
  width: 100%;
  border-radius: 20px;
}
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%, rgba(0,0,0,0.64) 76%, rgba(0,0,0,1) 100%);*/
      background: transparent;
  border-radius: 20px;
}
figure.effect-oscar:hover figcaption {
/* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.64) 76%, rgba(0,0,0,1) 100%);*/
      background: transparent;
  border-radius: 20px;
}

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 0px 0px 0px;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  border-radius: 0px 0px 0px 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_21042024ngad/30/0/shopz-z350056870130.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: 10px;
}
.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;
    transform: scale(1.03);
}
.Template-H-frame {
    padding: 0% 0% 0% 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: #444444;
    font-size: 18px;
    text-align: center;
    height: 60px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0% 0%;
}
.Template-H-Name label {
    font-weight: 600;
}


.priceNoPromotion {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
.promotionPrice {
    font-weight: 400;
    color: #444 !important;
    font-size: 24px;
}
/*
strike.promotionPrice :nth-child(3) {
    color: #51504e;
}
 
.promotionPrice span.currencyNormalPage {
    color: #9a9a9a;
} 
 */
span.currencyNormalPage {
    font-weight: 400;
    /*font-size: 14px;
    color: #3a434c;*/
}
 
strike.promotionPrice {
    color: #9a9a9a!important;
    font-size: 14px;
    font-weight: 500;
}
span.promotionPrice {
    margin-left: 0%;
}
.Template-H-button:hover {
   border: solid 0px #c6ae71;
 background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
  box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px;
}
.Template-H-button {
    border: solid 0px #c6ae71;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    transition: 0.5s;
    margin-top: 10%;
    margin-bottom: 5%;
    border-radius: 10px;
    padding: 10px 0 8px 3%;
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
}
 
.item.Template-H-frame:hover .Template-H-button {
    border: solid 0px #c6ae71;
     background: linear-gradient(to right, rgba(149,107,52,1) 0%, rgba(235,225,159,1) 100%);
    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: 50px;
    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: #444;
    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: #9a9a9a;
}
.Template-H-buttonDetail:hover {
    border: solid 0px #282828;
    box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px;
    background: linear-gradient(to right, rgba(149, 107, 52, 1) 0%, rgba(235, 225, 159, 1) 100%);
}
.Template-H-buttonDetail {
    border: solid 0px #c6ae71;
    padding: 10px 0 8px 0;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5% !important;
    margin-bottom: 0% !important;
    font-family: "LINE Seed Sans TH";
    border-radius: 10px;
    width: 35%;
    transition: 0.5s;
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    color: #fff;
}
.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: #c6ae71;
}
.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: #c6ae71;
    border: 5px solid #c6ae71;
}
.btnCheckoutprevious {
    background-color: #c6ae71;
    font-weight: 300;
    font-size: 18px;
}
.step5checkout {
    background-color: #c6ae71;
    border: 7px solid #c6ae71;
}
.shopcart-paymentpage {
    font-size: 18px;
    background-color: #c6ae71;
    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: #444 !important;
    font-weight: 500 !important;
    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: #c6ae71!important;
    border: 1px solid #c6ae71!important;
}
.button-attribute-selected {
      color: #fff!important;
      border: 1px solid #c6ae71!important;
      background: #c6ae71!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 #c6ae71, inset 0 0 3px #c6ae71;
}
 .k-colorpalette .k-item {
    box-shadow: 0 1px 4px #c6ae71, inset 0 0 3px #c6ae71;
}






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


.discount {
    border: solid 1px #c1111e;
    color: #ffffff;
    padding: 2px;
    background-color: #c1111e;
    margin-top: 7.5%;
    margin-left: 2%;
}


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


/* shopcart */






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

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

#Component6809e5761c0caf001a298efa .form-control:hover {
    border: 1px solid #c6ae71;
}
#Component6809e5761c0caf001a298efa .input-group-addon {
    padding: 10px 15px;
    color: #fff;
    background-color: #c6ae71;
    border: 1px solid #c6ae71;
    border-radius: 0px;
}
#Component6809e5761c0caf001a298efa .btn-default {
    background-image: linear-gradient(to right, #c6ae71  0%, #c6ae71  100%);
    background-repeat: repeat-x;
    border-color: #c6ae71;
    border-radius: 0px;
    padding: 10px 10px;
    font-size: 14px;
    border: 0px solid transparent;
    color: #fff;
    text-shadow: 0 0px 0 #000000;
}
#Component6809e5761c0caf001a298efa .btn-default:hover,
#Component6809e5761c0caf001a298efa .btn-default:focus {
    background-color: #c6ae71;
    color: #fff;
    border-color: #ffffff;
    box-shadow: 0 0 5px black;
}
#Component6809e5761c0caf001a298efa .col-md-1 {
    margin-top: 3% !important;
}
#Component6809e5761c0caf001a298efa .form-horizontal .control-label {
    font-weight: 400;
}
#Component6809e5761c0caf001a298efa .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, .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;
    color: #373738;
    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: #966d36;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
    color: #212121;
    padding: 5% 0% 0%;
    font-weight: 500;
    line-height: normal;
    height: inherit;
    margin-bottom: 2%;
    text-align: left;
    text-transform: capitalize;
}
/*
.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: #c40404;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .promotion-button {
    background: linear-gradient(to right, rgba(149,107,52,1) 0%, rgba(235,225,159,1) 100%);
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-b span {
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
}
article.col-md-6.item.-micro {
    width: 23%;
}
.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 #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: 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: #cf9a67;
    color: #000;
}
.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 .btn-sm p {
    display: none;
}



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


/* Share */
.itp-newshare-button {
    border-radius: 50px;
    font-size: 16px;
    height: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.itp-newshare-button:hover {
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
}
.newShareContainer {
    justify-content: end !important;
}
 
.social-share {
    margin-top: -15%;
}
 
#Contentmanager .pull-left {
    padding: 0px;
}
#Contentmanager .contenemanager-gallery {
    padding: 0% 0.5%;
}


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





/*---สไลด์---*/
#carousel67fcb0767dfafa0013861a91 .hidden {
  display: block !important;
  visibility: inherit !important;
  pointer-events: none;
}
 
.carousel-indicators li {
  border: 1px solid #fff;
  background-color: transparent;
  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;
}

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

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

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

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


/* carousel */
.CASS-A-main span.glyphicon.glyphicon-chevron-left {
  font-size: 20px;
}
.CASS-A-main span.glyphicon.glyphicon-chevron-right {
  font-size:20px;
}
/*
.CASS-A-main .carousel-control {
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
    opacity: 1;
}
.CASS-A-main .glyphicon {
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
   opacity:1;
}
*/
 
.CASS-A-main .carousel-control .glyphicon-chevron-right,
.CASS-A-main .carousel-control .icon-next {
    margin-right: -40px;
}
.CASS-A-main .carousel-control .glyphicon-chevron-left,
.CASS-A-main .carousel-control .icon-prev {
    margin-left: -40px;  
}



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





/* 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: #000000;
}
.icon_c {
  font-size: 18px;
  /* padding: 0% 5%; */
}





/* search */

.CASS-A-main .ui.input input {
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    font-family: "LINE Seed Sans TH";
}
.CASS-A-main i.circular.icon {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    background-color: transparent !important;
}

.CASS-A-main .itopplus-search-image-flex-item {
    width: 250px !important;
    box-shadow: rgb(0 0 0 / 19%) 0px 0 0, rgb(0 0 0 / 23%) 0px 0 0 !important;
    border: solid 0px #ccc;
    border-radius: 0px;
    background-color: transparent;
    padding: 0% 0% 0%;
  max-height: 370px;
}
.CASS-A-main .col-centered .ui.input,
.CASS-A-main .ui.icon.input input {
    width: -webkit-fill-available;
    right: 0%;
      font-family: "LINE Seed Sans TH";
}




.CASS-A-main .itopplus-search-shopcart-image-position {
    width: 239px !important;
 
}
.CASS-A-main .itopplus-search-shopcart-id {
    color: #444;
    font-size: 15px;
    font-weight: 400;
}
.CASS-A-main .itopplus-search-shopcart-name {
    color: #444;
    font-size: 15px;
    font-weight: 400;
}
.CASS-A-main b.search_text {
    font-weight: 400;
    font-size: 16px;
}
.CASS-A-main .itopplus-search-shopcart-price {
    color: #444;
}
.CASS-A-main p.search_text strike {
    color: #c6ae71 !important;
}
.CASS-A-main span.search_business_filter {
    font-weight: 400;
}
.CASS-A-main select.ng-pristine.ng-untouched.ng-valid {
    border: solid 1px #e2e2e2;
    border-radius: 50px;
    padding: 0.5%;
    background-color: #f7f7f7;
}
.CASS-A-main select.ng-pristine.ng-valid.ng-touched {
    border: solid 1px #e2e2e2;
    border-radius: 50px;
    padding: 0.5%;
    background-color: #f7f7f7;
}
.CASS-A-main .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .05);
    border-radius: 30px;
}
.CASS-A-main .panel-default {
    border-color: #ddd;
}



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

#background680855b221f269001ac1e33a {
    width: 70%;
    margin: 0 auto;
    margin-right: 0;
}
.head-block:hover {
    transform: scale(1.05);
}
.head-block {
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    color: #fff;
    display: grid;
    grid-template-columns: 11% auto;
    gap: 10px;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5% 0%;
    border-radius: 10px;
    transition: 0.5s;
}
.head-text {
    align-self: center;
}





.footer-text {
    text-align: center;
    padding: 1% 0%;
    display: none;
}
.footer-text1 {
    font-size: 20px;
    font-weight: 600;
}
.footer-text2 {
    white-space: break-spaces;
    font-size: 16px;
    margin-top: 1%;
    margin-bottom: 8%;
}
.footer-text3 {
    font-family: "Lexend", sans-serif;
    font-size: 15px;
}
.footer-text4 {
    font-size: 20px;
    font-weight: 600;
}
.footer-text5 {
    font-size: 18px;
    white-space: break-spaces;
}




.footer-grid {
    display: grid;
    grid-template-columns: 40% 25% auto;
    gap: 30px;
}


.footer-image {
    display: flex;
    width: 65%;
    gap: 5px;
    margin-top: 7%;
}
.footer-img:hover {
    transform: scale(1.05);
}
.footer-img {
    transition: 0.5s;
}

.footer-block1:hover {
    transform: scale(1.05);
}
.footer-block1 {
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    color: #fff;
    display: grid;
    grid-template-columns: 20% auto;
    gap: 20px;
    justify-content: center;
    padding: 4% 0%;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s;
}
.footer-block1-text {
    font-size: 22px;
    font-weight: 600;
    white-space: break-spaces;
    align-self: center;
}



.footer-pd {
    padding: 5% 0%;
}
.footer-pd a:hover {
    color: #c6ae71;
}
.footer-pd a {
    color: #444;
    transition: 0.5s;
}





/* class  */

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



.empty-space-topic h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
.empty-space-topic span {
    font-weight: 600;
    color: #000;
}
.empty-space-topic {
    padding: 4% 0% 2%;
}





.empty-space {
  padding: 1.5%;
}
.empty-space1 h2 {
    text-align: center;
    font-weight: 400;
}
.empty-space1 span {
    font-weight: 600;
    color: #000;
}
.empty-space1 {
    padding: 4% 0% 0%;
}
.empty-space1-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.empty-space1-block {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 15px;
    background: linear-gradient(to bottom, rgba(237, 236, 245, 1) 0%, rgba(193, 196, 203, 1) 100%);
    padding: 10% 7%;
    border-radius: 10px;
    text-align: left;
    color: #444444;
    transition: 0.5s;
}

.empty-space1-block:hover {
    transform: scale(0.95);
}
.empty-space1-img {
    align-self: center;
    line-height: 0;
}
.empty-space1-text {
    align-self: center;
    font-size: 18px;
    white-space: break-spaces;
}
.empty-space2-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.empty-space2-bg {background-color: #f7bf45;padding: 5%;border-radius: 20px;}
.empty-space2-block:hover {
    box-shadow: rgb(126 126 126 / 35%) 0px 5px 15px;
    transform: scale(1.03);
}
.empty-space2-block {
    display: grid;
    grid-template-columns: 30% 50% auto;
    gap: 10px;
    background-color: #fff;
    margin-top: 5%;
    border-radius: 10px;
    color: #444;
    transition: 0.5s;
}
.empty-space2 h5 {text-align: center;}
.empty-space2 span {
    font-weight: 600;
    color: #000000;
}
.empty-space2-number {
    background-color: #c1111e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    align-self: self-start;
    padding: 15% 0%;
    border-radius: 0px 10px 0px 0px;
}
.empty-space2-number1 {
    background-color: #f2840d;
}
.empty-space2 h3 {
    font-weight: 600;
}
.empty-space2 p {
    white-space: break-spaces;
    margin-right: -15%;
    font-size: 15px;
}
.empty-space2-image {
    padding: 20% 0% 20% 10%;
}
.empty-space2-text {
    align-self: center;
}
.empty-space2 {
    margin-top: 8%;
    margin-bottom: 5%;
}
.empty-space3 h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
.empty-space3 span {
    font-weight: 600;
   color: #000;
}
.empty-space3-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 5%;
}
.empty-space3-image {
    width: 12%;
    border: solid 1px #ccc;
    border-radius: 10px;
    transition: 0.5s;
}
.empty-space3 {
    padding: 2% 0% 7%;
}
.empty-space3-image:hover {
    transform: scale(1.05);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.empty-space4 h2 {
    text-align: center;
    font-weight: 400;
}
.empty-space4 span {
    font-weight: 600;
    color: #000;
}
.empty-space4 {
    padding: 0% 0% 2%;
}
.empty-space5 h4 {
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    width: fit-content;
    padding: 1% 2%;
    border-radius: 10px;
    color: #000;
}
.empty-space5 h2 {
    font-weight: 700;
    color: #000;
    font-size: 7em;
    white-space: break-spaces;
    line-height: 1.2;
}
.empty-space5 {
    padding: 5% 0% 30%;
}
.empty-space6 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
    padding: 5% 0%;
}
.empty-space6-img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.empty-space6-text {
    text-align: center;
    font-size: 20px;
    white-space: break-spaces;
}

.empty-space6-block:hover {
    transform: scale(1.05);
}
.empty-space6-block {
    transition: 0.5s;
}
.empty-space7 {
    display: grid;
    grid-template-columns: 70% auto;
    margin-top: 7%;
    margin-bottom: 3%;
}
.empty-space7 h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
.empty-space7 h2 span {
    font-weight: 600;
    color: #000;
}
.empty-space8 h2 {
    text-align: center;
    padding: 6% 0% 2%;
}
.empty-space9 h4 {
    text-align: center;
    font-weight: 600;
    margin-top: 2%;
}
.empty-space10 span {
    color: #203262;
    font-weight: 600;
}
.empty-space10 {
    display: flex;
    gap: 30px;
    padding: 2% 0% 2% 0%;
}
.empty-space10-block {
    width: 50%;
    align-self: center;
}
.empty-space10-blockimg {
    display: flex;
    width: 100%;
    gap: 10px;
}
.empty-space10-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: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.empty-space10-img {
    width: 90%;
}
.empty-space10 h1 {
    margin-bottom: 1%;
    line-height: initial;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}
.empty-space10 h5 {
    font-weight: 400;
    font-size: 20px;
}
.empty-space10 p {
    white-space: break-spaces;
    margin-bottom: 2%;
    text-align: left;
    line-height: initial;
}
.empty-space10-border {
    border-bottom: solid 1px #ccc;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 4%;
}
.empty-space10 h4 {
    font-weight: 600;
    color: #007f00;
    font-size: 2em;
    margin-top: 5%;
}
.empty-space10-text {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.empty-space10-block-text01 {
    font-size: 20px;
}
.empty-space10-block-detail {width: 83%;align-self: center;}
.empty-space10-block-block {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 2%;
    /* background-color: #fafafa; */
    /* padding: 2%; */
}
.empty-space10-block-image {
    width: 12%;
    align-self: center;
    /* background-color: #007f00; */
    padding: 2%;
    background: linear-gradient(to bottom, rgba(237, 236, 245, 1) 0%, rgba(193, 196, 203, 1) 100%);
    /* padding: 10% 7%; */
    border-radius: 10px;
}
.empty-space10-block-detail1 {
    font-size: 20px;
    font-weight: 600;
}
.empty-space10-block-detail2 {
    font-size: 16px;
}
.empty-space10-block-image img {
    /* filter: invert(1); */
}
.empty-space11-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 2%;
}
.empty-space11-img img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(28%) saturate(578%) hue-rotate(5deg) brightness(95%) contrast(97%);
}
.empty-space11-img {
    width: 35%;
    margin-bottom: 5%;
    background-color: #fff;
    padding: 8%;
    border-radius: 100px;
}
.empty-space11-bg {
    background: #fafafa;
    padding: 8%;
    border-radius: 20px;
}
.empty-space11 h4 {
    font-weight: 600;
}















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.5em;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 26px;
}
p {
  font-size: 16px;
}







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

span.mb-none {
    font-weight: 400;
}


.button-text1:hover {
    background: linear-gradient(to right, rgba(149, 107, 52, 1) 0%, rgba(235, 225, 159, 1) 100%);
}
.button-text1 {
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    margin-right: 0;
    padding: 4% 8%;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.5s;
}




.icon-img11 img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.icon-img11 img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.icon-img11 {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}




.product-shop h4 {
    font-weight: 600;
    color: #c6ae71;
}
.product-shop h3 {
    font-weight: 600;
}


.eapps-widget-toolbar { 
  display: none; 
}



/* promotion */

.promotion-button {
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    color: #fff;
    color: #fff;
    width: fit-content;
    font-size: 14px;
    padding: 4% 8%;
    border-radius: 10px;
    transition: 0.5s;
    margin-top: 8%;
}
.promotion-detail {
    font-size: 14px;
    color: #b1b1b1;
}
.promotion-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    text-align: left;
    margin-bottom: 5%;
}
.promotion-img img {
    width: 100% !important;
}
.promotion-block h4 {
    font-weight: 600;
}
.promotion-block h3 {
    font-weight: 600;
}
.promotion-text {
    align-self: center;
}



/*บทความ*/

.activity-pd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    text-align: left;
    margin-bottom: 5%;
}
.activity-texts {
    align-self: center;
}
.activity-pd p {
    white-space: break-spaces;
}
.activity-pd h5 {
    font-weight: 600;
    margin-bottom: 2%;
    color: #000;
}
.activity-image img {
    width: 100% !important;
    border-radius: 0px;
}


.activity-button {
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    color: #fff;
    color: #fff;
    width: fit-content;
    font-size: 14px;
    padding: 3% 4%;
    border-radius: 10px;
    transition: 0.5s;
    margin-top: 4%;
}
.activity-text {
    font-size: 14px;
}
.col-md-12.padding-col .activity-button {
    padding: 2.2% 4%;
}


.nav-template li {
    display: table;
}
.nav-template li:hover {
    background-color: transparent;
}
.nav-template strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}
.nav-template .img {
    border-radius: 0px;
}
.nav-template p {
    font-size: 15px;
    padding: 0 15% 0 0;
}
.nav-template li.col-md-6.col-sm-8.col-xs-12.maxHeight-main .img-container {
    margin-bottom: 20px;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col {
    width: 32%;
}
.nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    width: 68%;
    padding: 0 0% 0 3% !important;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col .img-container {
    padding-bottom: 100%;
    border-radius: 15px;
}
.nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    height: inherit;
    margin: 0 auto 7px;
    display: inline-table;
} 
.nav-template li.col-md-6.col-sm-8.col-xs-12.maxHeight-main:hover .activity-button {
   background: linear-gradient(to right, rgba(149,107,52,1) 0%, rgba(235,225,159,1) 100%);
}
.nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4:hover .activity-button {
    background: linear-gradient(to right, rgba(149,107,52,1) 0%, rgba(235,225,159,1) 100%);
} 
.btn-read {
    background: #0d9549;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-size: 0.9em;
    transition: 0.5s;
}
.btn-read:hover , .nav-template li:hover .btn-read {
    background: #005b28;
    color: #fff;
}






.activity-detail {
    text-align: left;
}
.activity-detail h4 {
    font-weight: 600;
    color: #956b35;
}
.activity-detail h3 {
    font-weight: 600;
    margin-top: 1%;
}
.activity-detail p {
    margin: 0 0 0px;
}





/*บทความ*/









/* วิธีการสั่งซื้อและการชำระเงิน */
.bg2:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bg2 {
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 0px;
    border: solid 0px #f1f1f1;
    padding: 13% 0%;
    margin-top: 3%;
    transition: 0.5s;
}
.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: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
  color: #fff;
}
.button-shop {
    /* background: #284f2c; */
    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: 2%;
    transition: 0.5s;
    border-radius: 50px;
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
}


.pay-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 2%;
}
.pay-block-img {
    width: 30%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 3%;
}
.pay-block-text1 {
    background-color: #c6ae71;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    margin-right: 0;
    font-size: 18px;
    padding: 2% 6%;
}
.pay-block-text2 {
    font-size: 16px;
    text-align: center;
    white-space: break-spaces;
    padding: 0% 5%;
}
.pay-block-bg:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pay-block-bg {
    background-color: #fafafa;
    padding: 0% 0% 10%;
    transition: 0.5s;
}



/* pdpa */

.pdpa-text h5 {
  font-weight: 600;
  margin-top: 2%;
}
.pdpa-text h4 {
  font-weight: 500;
}
.pdpa-text a:hover {
  color: #c6ae71;
}
.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;
}

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

.ITPcookiebar {
  width: 100% !important;
  background-color: rgb(0 0 0 / 50%) !important;
  color: #fff;
}
.ITPlinkToCookiepage:hover {
  color: #cdaf64 !important;
}
.unknown_prf .btn-main {
  margin-bottom: 100%;
}/*
.buttonExampleSite:hover {
  background: #444 !important;
  border: 0px solid #444 !important;
  color: #fff !important;
}*/
.buttonExampleSite {
    border-radius: 0px !important;
    /* background-color: #f89822 !important; */
    font-size: 16px !important;
    border: 0px solid #f89822 !important;
    color: #fff !important;
    background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%) ! IMPORTANT;
}






/* ติดต่อเรา */
.contact-pd {
    margin-top: 2%;
    color: #000;
    font-family: "LINE Seed Sans TH";
}
.contact-pd h6 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.contact-pd h3 {
    margin-top: 0%;
    font-size: 18px;
    color: #404040;
}
.contact-pd h5 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 2%;
}
.contact-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 1%;
    margin-top: 3%;
} 
.contact-bg:hover {
    /*background-color: #f89822;
    color: #ffffff;*/
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
} 
.contact-bg {
    display: flex;
    gap: 10px;
    width: 100%;
    background-color: #fafafa;
    color: #444;
    border-radius: 100px;
    padding: 10px;
    transition: 0.5s;
}
.contact-block-img {
    width: 20%;
    align-self: center;
}
.contact-block-text {
    width: 85%;
    align-self: center;
}
.contact-pd h4 {
    font-size: 16px;
    font-weight: 600;
}
.contact-pd p {
    font-size: 15px;
}










/*from Contact */

.no-js #Component6808a5b3b7dfdd001a86f379 label {
  display: none !important;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .form-control {
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 0px dashed #ccc;
  border: 1px solid #fafafa;
  border-radius: 10px !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: 34px 30px;
  background: #fafafa;
  color: #404040;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .form-control:hover {
  border-color: #cdaf64;
}
.no-js #Component6808a5b3b7dfdd001a86f379 ::placeholder {
  color: #404040 !important;
  font-weight: 300;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .form-control:focus {
  border-color: #cdaf64;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, 0);
  color: #404040 !important;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .btn {
      background: linear-gradient(to right, rgba(235, 225, 159, 1) 0%, rgba(149, 107, 52, 1) 100%);
    background-repeat: repeat-x;
    border-color: transparent;
    border-radius: 0px;
    padding: 14px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #ffffff;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .btn-default {
  text-shadow: 0 0 0 #cdaf64;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .btn-default:active {
  background-color: #cdaf64;
}
.no-js #Component6808a5b3b7dfdd001a86f379 .btn-default:hover,
.no-js #Component6808a5b3b7dfdd001a86f379 .btn-default:focus {
  background-position: 0 0px;
  background-color: #cdaf64;
}
.no-js #Component6808a5b3b7dfdd001a86f379 span.label a {
  color: #fff;
}
.no-js #Component6808a5b3b7dfdd001a86f379 button.btn.btn-default {
  opacity: 1;
}





 

@media screen and (min-width : 1900px) {
#background680855b221f269001ac1e33a {
    width: 50%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 22px;
} 
.no-js .dropdown-menu > li > a {
    font-size: 20px;
}
.empty-space1-text {
    font-size: 22px;
}
.empty-space1-block {
    gap: 20px;
} 
.empty-space2 p {
    font-size: 20px;
}
.empty-space2-number {
    font-size: 22px;
} 
.empty-space2-bg {
    padding: 7%;
}
.Template-H-frame {
    margin: 0% -2% 10% -2%;
} 
.Template-H-Name {
    font-size: 20px;
    height: 105px;
}
.priceNoPromotion {
    font-size: 26px;
} 
strike.promotionPrice {
    font-size: 18px;
} 
.promotionPrice {
    font-size: 26px;
}
.Template-H-button {
    font-size: 18px;
    width: 45%;
    margin-top: 8%;
    padding: 10px 0 8px 0%;
} 
.discount {
    margin-left: 1.5%;
}
.empty-space5 h2 {
    font-size: 8em;
}
.empty-space6-img {
    width: 60%;
} 
.empty-space6-text {
    font-size: 22px;
}
.button-text1 {
    font-size: 18px;
}
.nav-template strong {
    font-size: 24px;
}  
.activity-text {
    font-size: 18px;
}
.activity-button {
    font-size: 16px;
} 
.nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    padding: 25px 0% 0 3% !important;
} 
.footer-text1 {
    font-size: 24px;
} 
.footer-text2 {
    font-size: 18px;
} 
.footer-text4 {
    font-size: 24px;
}
.footer-text5 {
    font-size: 22px;
}
.footer-image {
    width: 39%;
    margin-top: 4%;
}
.footer-grid {
    grid-template-columns: 40% 35% auto;
} 
.empty-space1-block {
    border-radius: 20px;
}  
.CASS-A-main .itopplus-search-image-flex-item {
    width: 245px !important;
} 
.shopcart-Cate {
    font-size: 28px;
} 
.shopcartID-Head-Default, .shopcartName-Head-Default, .shopcartSize {
    font-size: 22px;
} 
.shopcartID-Default, .shopcartName-Default {
    font-size: 24px;
}  
.Template-H-buttonDetail {
    font-size: 22px;
    width: 30%;
}
.pay-block-text2 {
    font-size: 18px;
} 
.pay-block-text1 {
    font-size: 20px;
} 
.text17 {
    font-size: 24px;
}  
.img5 {
    width: 65%;
}
.title {
    font-size: 36px;
} 
.title span:nth-child(2) {
    font-size: 18px !important;
} 
.button-shop {
    font-size: 24px;
}
#Component6809e5761c0caf001a298efa .form-horizontal .control-label {
    font-size: 18px;
} 
#Component6809e5761c0caf001a298efa .btn-default {
    font-size: 20px;
}
.empty-space10-block-detail2 {
    font-size: 20px;
} 
.contact-pd h6 {
    font-size: 32px;
} 
.contact-pd h3 {
    font-size: 22px;
}
.contact-pd h4 {
    font-size: 20px;
} 
.contact-pd p {
    font-size: 18px;
} 
.no-js #Component6808a5b3b7dfdd001a86f379 .form-control {
    padding: 44px 30px;
}  
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
} 
.promotion-detail {
    font-size: 16px;
    color: #b1b1b1;
    height: 50px;
}
.promotion-button {
    font-size: 16px;
}
.social-share {
    margin-top: -10%;
} 
  
  
  
  
  
  
  
  
.icon_b {
    font-size: 20px;
}
p {
    font-size: 20px;
}
  
h2 {
    font-size: 3.5em;
}
h3 {
    font-size: 22px;
} 
h4 {
    font-size: 24px;
} 
h5 {
    font-size: 28px;
}
  
  
  
}

@media screen and (max-width : 1191px) {
.shopcart {
    top: 9%;
}
.empty-space1-text {
    font-size: 15px;
}  
.empty-space1-block {
    grid-template-columns: 30% auto;
}
.empty-space1-text a {
    color: #444;
} 
#imagesControl68085858b7dfdd001a86e4d8 {
    padding: 0px !important;
} 
.empty-space2 p {
    font-size: 13px;
}
.empty-space2 h3 {
    font-size: 16px;
}  
.promotionPrice {
    font-size: 20px;
}  
.Template-H-button {
    width: 70%;
}  
.empty-space5 h2 {
    font-weight: 700;
}
.empty-space5 h4 {
    font-size: 18px;
}
#imagesControl68085aaca4d838001a0dc1cb {
    padding: 0px ! IMPORTANT;
}
.footer-block1-text {
    font-size: 18px;
} 
.contact-pd p {
    font-size: 14px;
}
.itopplus-bg2 {
    background-size: cover;
}
article.col-md-6.item.-micro {
    width: 31%;
}
article.col-md-6.item.-micro {
    width: 31%;
}
  
  
  
  
h2 {
    font-size: 2em;
} 
h5 {
    font-size: 20px;
}  
}  
  
@media screen and (max-width : 900px) {
.empty-space2 h5 {
    font-size: 16px;
}
.empty-space2 h3 {
    font-size: 14px;
}  
.empty-space2 p {
    font-size: 11px;
} 
.empty-space2-number {
    font-size: 12px;
}
.empty-space3-image {
    width: 11%;
} 
.Template-H-Name {
    font-size: 14px;
    height: 60px;
}
.promotionPrice {
    font-size: 17px;
}  
.Template-H-button {
    width: 90%;
    font-size: 14px;
}  
.empty-space5 h2 {
    font-size: 4.5em;
} 
.empty-space5 h4 {
    font-size: 14px;
}  
.empty-space6-text {
    font-size: 16px;
} 
.empty-space6-img {
    width: 85%;
} 
.empty-space7 h2 {
    font-size: 22px;
} 
.nav-template li.col-md-6.col-sm-8.col-xs-12.maxHeight-main {
    width: 100%;
} 
.nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    width: 100%;
}
.nav-template li.col-md-6.col-sm-8.col-xs-12.maxHeight-main {
    width: 100%;
} 
.nav-template li.col-md-6.col-sm-8.col-xs-12.maxHeight-main a {
    width: 100%;
    display: grid;
    grid-template-columns: 32% auto;
    gap: 20px;
}   
.footer-grid {
    display: none;
}  
.footer-pd {
    padding: 0% 0%;
} 
.footer-text {
    display: block;
} 

.Template-H-buttonDetail {
    width: 27%;
}
.pay-block {
    grid-template-columns: repeat(3, 1fr);
}  
.text17 {
    font-size: 18px;
} 
.title {
    font-size: 18px;
} 
.empty-space10 h1 {
    font-size: 2em;
}
.contact-block {
    grid-template-columns: repeat(1, 1fr);
} 
.contact-pd p {
    font-size: 16px;
} 
.contact-pd h4 {
    font-size: 18px;
}
.managerHeader {
    font-size: 26px;
}
.empty-space11-block {
    grid-template-columns: repeat(2, 1fr);
}
  
  
  
  
}


@media screen and (max-width : 480px) {
.empty-space1 h2 {
    white-space: break-spaces;
}
span.mb-none {
    display: none;
}
.empty-space1-block {
    grid-template-columns: 100%;
}
.empty-space1-img {
    width: 55%;
    margin: 0 auto;
}
.empty-space1-text {
    font-size: 14px;
    text-align: center;
      height: 35px;
}
#carousel68085858b7dfdd001a86e4d8 {
    margin-bottom: -2%;
}  
.empty-space2-grid {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space2 h5 {
    font-size: 22px;
}
.empty-space2 h3 {
    font-size: 18px;
}  
.empty-space2 p {
    font-size: 15px;
}  
.empty-space2-number {
    font-size: 18px;
} 
.empty-space3-block {
    gap: 10px;
}
.empty-space3-image {
    width: 22%;
}
.empty-space5 h2 {
    font-size: 2.5em;
}  
.itopplus-bg2 {
    background-size: cover;
    background-position: right;
    background-color: #e7e8f0;
}
.empty-space5 {
    padding: 0% 0% 15%;
} 
.empty-space6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.empty-space7 {
    grid-template-columns: 100%;
}  
.button-text1 {
    margin: 0 auto;
    margin-right: auto;
    margin-top: 5%;
}
.nav-template li.col-md-6.col-sm-8.col-xs-12.maxHeight-main a {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 0px;
}  
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col {
    width: 100%;
}  
.nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    width: 100%;
    padding:20px 0% 0 3% !important;
} 
.nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    width: 100%;
    margin-top: 6%;
}
.col-md-12.padding-col .activity-button {
    padding: 3% 5%;
} 
#slider68085aaca4d838001a0dc1cb {
    margin-bottom: -2%;
}
.empty-space3 h2 {
    white-space: break-spaces;
}
.empty-space4 h2 {
    white-space: break-spaces;
}
.empty-space7 h2 {
    white-space: break-spaces;
}
.Template-H-frame {
    margin: 0% -10% 10% -10%;
} 
.empty-space-topic h2 {
    white-space: break-spaces;
} 
.Template-H-buttonDetail {
    width: 50%;
}
.pay-block {
    grid-template-columns: repeat(2, 1fr);
} 
#Component6809e5761c0caf001a298efa .progress {
    width: 85%;
}
#Component6809e5761c0caf001a298efa textarea.form-control {
    width: 100%;
} 
.empty-space10 {
    display: grid;
}  
.empty-space10-block {
    width: 100%;
} 
.empty-space10-block-image {
    width: 20%;
}
.contact-pd h3 {
    white-space: break-spaces;
} 
.managerHeader {
    font-size: 20px;
}
.activity-pd {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.empty-space11-block {
    grid-template-columns: repeat(1, 1fr);
}
.social-share {
    margin-top: 0%;
} 
.itp-newshare-button {
    border-radius: 50px;
    font-size: 14px;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.newShareContainer {
    justify-content: flex-start !important;
}
.managerHeader {
    width: 100%;
} 
.modal-content {
    position: fixed;
}
article.col-md-6.item.-micro {
    width: 100%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    margin: 5%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    margin: 5%;
}
  
  
  
  
}





