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

.itopplus-bg {
    /* background-image: url(https://itp1.itopfile.com/ImageServer/9efca02837846000/0/0/1z-z1145858507427.jpg); */
    background-image: url(http://itp1.itopfile.com/ImageServer/9efca02837846000/0/0/bg1z-z280788448839.jpg);
}
.itopplus-bg2 {
    /* background-image: url(https://itp1.itopfile.com/ImageServer/9efca02837846000/0/0/2z-z873777703039.jpg); */
    background-image: url(http://itp1.itopfile.com/ImageServer/9efca02837846000/0/0/bg2z-z359475533542.jpg);
    background-position: bottom;
}
.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/9efca02837846000/0/0/3z-z1054490888615.jpg");
}

.itopplus-bg4 {
  background-image: url("https://itp1.itopfile.com/ImageServer/9efca02837846000/0/0/4z-z229894625887.jpg");
}

.navbar-default .navbar-nav > li > a {
    color: #282828;
    margin: 0;
    padding: 5px 10px;
    border-radius: 0;
    border-bottom: 1px 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: #282828 !important;
  box-shadow: none;
  border-color: #e61f20;
  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: #282828;
    font-size: 16px;
    padding: 4px 20px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #e61f20;
  border-radius: 0px;
}



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

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

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

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

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

  .navbar-header > a::after {
    background: transparent;
  }

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

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

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

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

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

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

  .new-image-icon-twitter::before {
    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: 20% auto;
    align-items: center;
  }

 .itp-sticky {
    position: sticky;
    top: 0;
    z-index: 110;
  }

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

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

  #controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(140px, 70%, 20vw);
    margin: 0 auto;
  }

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

  .itopplus-search {
    position: relative;
    width: 50%;
    text-align: right;
    color: #282828;
  }

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	margin: 0;
} 
  
  
.empty-space3 h6 {
    font-size: clamp(16px, 1.5vw, 30px);
}  
 
}







/* 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 20px 0px 0px;
} 
.CASS-A-main .thumbnail {
    border: solid 0px #eeeeee;
    background:#eeeeee;
    transition: 0.5s;
    color: #131313;
    padding: 0% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 20px;
}
.CASS-A-main .thumbnail:hover {
  border: solid 0px #eeeeee;
  background:#eeeeee;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  color: #131313;
}

.CASS-A-main .thumbnail:hover .album-button1 {
  background:#295eaf;
}




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






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

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: 20px;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  border-radius: 20px;
}
/*
#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 100px 100px 100px;
    border: 0 solid #000;
    width: 55px !important;
    height: 55px !important;
    background: url(http://itp1.itopfile.com/ImageServer/9efca02837846000/25/0/shopz-z1222344296768.png) no-repeat, linear-gradient(135deg, #ffa80d 0%, #ffd40d 100%);
    background-position: 50% 50%;
    right: 2%;
    top: 9%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

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: 15px;
}
.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 {
    border: solid 0px #ffffff;
    background-color: #fafafa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Template-H-frame {
    padding: 5% 5% 5% 5%;
    margin: 0% -5% 10% -5%;
    border: solid 0px #cdcdcd;
    border-radius: 25px;
    background-color: #fff;
    transition: 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Template-H-Title {
    color: #444444;
    font-size: 18px;
      margin-top: 4%;
      height: inherit;
}
.Template-H-Title label {
    font-weight: 400;
}
.Template-H-Name {
    color: #444444;
    font-size: 16px;
    text-align: center;
    height: 38px;
    margin-top: 0%;
    margin-bottom: 0%;
    font-weight: 400;
    text-transform: capitalize;
    padding: 2% 0% 0% 0%;
}
.Template-H-Name label {
    font-weight: 400;
}



 


.priceNoPromotion {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.promotionPrice {
    font-weight: 600;
    color: #282828 !important;
    font-size: 16px;
}
/*
strike.promotionPrice :nth-child(3) {
    color: #51504e;
}*/
 
.promotionPrice span.currencyNormalPage {
    color: #282828;
} 
 

span.currencyNormalPage {
    font-size: 14px;
    color: #282828;
}
strike.promotionPrice {
    color: #51504e!important;
    font-size: 14px;
    font-weight: 500;
}
span.promotionPrice {
    margin-left: 0%;
}
.Template-H-button:hover {
   border: solid 1px #ffda0d;
    background: #ffda0d;
  color: #fff;
}
.Template-H-button {
    border: solid 1px #e61f20;
    background: #e61f20;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
    transition: 0.5s;
    margin-bottom: 0%;
    border-radius: 50px;
    padding: 10px 0 8px 0%;
    margin-top: 4%;
    display: grid;
    grid-template-columns: auto 40%;
    text-align: right;
    gap: 5px;
}
 
.item.Template-H-frame:hover .Template-H-button {
    border: solid 1px #ffda0d;
    background: #ffda0d;
  color: #000;
}

.item.Template-H-frame .Template-H-button {
    transition: 0.5s;
}
 
.Template-H-button .Template-H-Icon {
    width: inherit;
    filter: invert(0);
    transition: 0.5s;
    align-self: center;
}
.Template-H-button span {
    grid-column-start: 1;
    grid-row-start: 1;
}

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

.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: 28px;
    text-transform: uppercase;
    padding: 1.2% 0% 1.2% 0%;
}
.Template-H-ProName {
    color: #e61f20;
    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: 26px;
    font-weight: 500;
}
.Template-H-PriceNormal {
    color: #959595;
}
.Template-H-PriceNormal strike {
    font-weight: 500;
    font-size: 20px;
    color: #51504e;
}
.Template-H-buttonDetail:hover .Template-H-Icon {
    filter: invert(1);
    transition: unset;
}
.Template-H-buttonDetail:hover {
    border: solid 1px #ffda0d;
    background: #ffda0d;
    color: #000;
}
.Template-H-buttonDetail {
    border: solid 1px #e61f20;
    padding: 15px 0 11px 0;
    font-size: 22px;
    font-weight: 400;
    margin-top: 5% !important;
    margin-bottom: 0% !important;
    font-family: "LINE Seed Sans TH";
    border-radius: 50px;
    width: 35%;
    background: #e61f20;
    color: #ffffff;
}

.PictureOverflow {
    width: 100%;
    height: 100%;
    max-height: unset;
}

.Template-H-smallpic {
    width: 13%;
    border: solid 0px #c2c2c2;
    height: 100%;
    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: #e61f20;
}
.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: #e61f20;
    border: 5px solid #e61f20;
}
.btnCheckoutprevious {
    background-color: #e61f20;
    font-weight: 300;
    font-size: 18px;
}
.step5checkout {
    background-color: #e61f20;
    border: 7px solid #e61f20;
}
.shopcart-paymentpage {
    font-size: 18px;
    background-color: #e61f20;
    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: #000 !important;
    font-weight: 600;
    font-size: 18px !important;
}
.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%);
}

*/


.shopcart-share {
    display: block!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: #e61f20!important;
    border: 1px solid #e61f20!important;
}
.button-attribute-selected {
      color: #fff!important;
      border: 1px solid #e61f20!important;
      background: #e61f20!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 #e61f20, inset 0 0 3px #e61f20;
}
 .k-colorpalette .k-item {
    box-shadow: 0 1px 4px #e61f20, inset 0 0 3px #e61f20;
}






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









/* shopcart */






/* from PAYMENT TH */
#Component5b21dccf3db57293a8b4f549 {
    width: 96%;
    margin: 0 auto;
    border: solid 0px #eaeef5;
    background-color: #fafafa;
    padding: 2% 0%;
    border-radius: 20px;
}
#Component5b21dccf3db57293a8b4f549 .progress {
    width: 138%;
    margin: 15px !important;
}
#Component5b21dccf3db57293a8b4f549 .boarder-confirm-payment {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
}
#Component5b21dccf3db57293a8b4f549 textarea.form-control {
    height: auto;
    width: 155%;
}
#Component5b21dccf3db57293a8b4f549 .btn-success {
    color: #fff;
    background-image: linear-gradient(to bottom, #e61f20 0, #e61f20 100%);
    background-color: transparent;
    border-color: #ffffff00;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-top: 0px;
    margin-left: 4%;
}
#Component5b21dccf3db57293a8b4f549 .btn-success:hover {
    background-position: 0px;
    background: #333;
    color: #fff;
}
#Component5b21dccf3db57293a8b4f549 .btn-default:hover,
#Component5b21dccf3db57293a8b4f549 .btn-default:focus {
    background-color: #e61f20;
    color: #fff;
    border-color: #ffffff;
    box-shadow: 0 0 0 black;
}
#Component5b21dccf3db57293a8b4f549 .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);
}

#Component5b21dccf3db57293a8b4f549 .form-control:hover {
    border: 1px solid #e61f20;
}
#Component5b21dccf3db57293a8b4f549 .input-group-addon {
    padding: 10px 15px;
    color: #fff;
    background-color: #e61f20;
    border: 1px solid #e61f20;
    border-radius: 0px;
}
#Component5b21dccf3db57293a8b4f549 .btn-default {
    background-image: linear-gradient(to right, #e61f20 0%, #e61f20 100%);
    background-repeat: repeat-x;
    border-color: #e61f20;
    border-radius: 0px;
    padding: 10px 10px;
    font-size: 16px;
    border: 0px solid transparent;
    color: #fff;
    text-shadow: 0 0 0 #000000;
}
#Component5b21dccf3db57293a8b4f549 .btn-default:hover,
#Component5b21dccf3db57293a8b4f549 .btn-default:focus {
    background-color: #e61f20;
    color: #fff;
    border-color: #ffffff;
    box-shadow: 0 0 5px black;
}
#Component5b21dccf3db57293a8b4f549 .col-md-1 {
    margin-top: 3% !important;
}
#Component5b21dccf3db57293a8b4f549 .form-horizontal .control-label {
    font-weight: 400;
}
#Component5b21dccf3db57293a8b4f549 .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% 2%;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}
#Contentmanager .post-time {
    font-size: 14px;
    font-weight: 300;
    color: #1e2a27;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #e61f20;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
    color: #565656;
    padding: 4% 0% 0%;
    font-weight: 500;
    line-height: normal;
    height: inherit;
    margin-bottom: 0%;
    text-align: center;
    text-transform: capitalize;
}
/*
.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-b {
    background-color: #e61f20;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-ab {
    background-color: #e61f20;
    color: #fff;
}

.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
 
}
article.col-md-6.item.-micro {
    width: 31.333%;
}
.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 .houseplans-button {
    background-color: #bfac74;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even):hover .houseplans-button {
 background-color: #bfac74;
}

.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: #e61f20;
    color: #fff;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5:hover .article-ab  {
     background-color: #e61f20;
    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;
}
*/

.social-share {
    padding-left: 0px !important;
}

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





/*---สไลด์---*/
#carousel6838160f0bbd24001a45299b .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;
  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;
}
*/

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






/* class หน้าต้นแบบ */
.head-image:hover {
    transform: scale(1.05);
}
.head-image {
    transition: 0.5s;
}
.head-img {
    display: flex;
    width: 65%;
    margin: 0 auto;
    margin-right: 0;
    gap: 10px;
}
.head-text {
    font-size: 16px;
}
.head-text span {
    font-weight: 600;
    font-size: 20px;
}
.head-text a:hover {
    color: #ffa80e;
}
.head-text a:hover {
    color: #ffa80e;
}
.head-text a {
    color: #fff;
    transition: 0.5s;
}

.footer-grid a:hover {
    color: #e61f20;
}
.footer-grid a {
    color: #fff;
    transition: 0.5s;
}
.footer-grid {
    display: grid;
    grid-template-columns: 40% 25% auto;
    gap: 50px;
    padding: 5% 0% 5% 0%;
}


.footer-text1 {
    font-size: 20px;
    font-weight: 600;
}
.footer-text2 {
    font-size: 16px;
    white-space: break-spaces;
    margin-bottom: 5%;
    margin-top: 3%;
}
.footer-text3 {
    font-size: 14px;
}
.footer-text4 {
    font-size: 20px;
    font-weight: 600;
}
.footer-text5 {
    font-size: 16px;
    white-space: break-spaces;
    line-height: 2;
    margin-top: 2%;
}
.footer-text6 {
    font-size: 20px;
    font-weight: 600;
}


.footer-block01 {
    display: grid;
    grid-template-columns: 7% auto;
    gap: 10px;
    margin-top: 2%;
}
.footer-block01-text {
    align-self: center;
    font-size: 16px;
}
.footer-block02 {
    display: flex;
    width: 45%;
    gap: 10px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.footer-block03 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 2%;
}
.footer-block03-text {
    font-size: 16px;
    white-space: break-spaces;
    line-height: 2;
}




.footer-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    padding: 2% 0%;
}
.footer-blocks {
    display: grid;
    grid-template-columns: 22% auto;
    gap: 20px;
}
.footer-blocks-text {
    font-size: 18px;
    align-self: center;
    white-space: break-spaces;
}





/* class  */

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






.empty-space {
  padding: 1.5%;
}
.empty-space1-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 4%;
}
.empty-space1 h2 {
    color: #282828;
    text-align: center;
    font-weight: 600;
}

.empty-space1-block01:hover {
    color: #e61f20;
    transform: scale(1.05);
}
.empty-space1-block01 {
    color: #282828;
    transition: 0.5s;
}
.empty-space1-block {
    width: 15.111%;
}
.empty-space1 {
    padding: 5% 0%;
}
.empty-space1-img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.empty-space1-text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    white-space: break-spaces;
}
.empty-space1-grids {
    margin-top: 0%;
}
.empty-space2 h2 {
    color: #282828;
    text-align: center;
    font-weight: 600;
    padding: 3% 0% 1%;
}
.empty-space3 h2 {
    color: #282828;
    text-align: center;
    font-weight: 600;
}
.empty-space3-qr img {
    border-radius: 20px;
}
.empty-space3-qr {
    width: 90%;
    margin: 0 auto;
    border: solid 1px #dadada;
    border-radius: 20px;
    margin-top: 7%;
    margin-bottom: 7%;
}
.empty-space3-grid {
    display: grid;
    grid-template-columns: 57% auto;
    gap: 20px;
    margin-top: 4%;
}
.empty-space3-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.empty-space3-bg {
    background-color: #fff;
    padding: 5%;
    text-align: center;
    color: #282828;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.empty-space3-line {
    width: 30%;
    margin: 0 auto;
    margin-top: -20%;
}
.empty-space3-tel {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.empty-space3-bg h5 {
    font-weight: 600;
    margin-top: 5%;
}

.empty-space3-bg h6 a {
    color: #e61f20;
}
.empty-space3-bg h6 {
    font-weight: 600;
    border-bottom: solid 1px #e61f20;
    width: fit-content;
    margin: 0 auto;
    color: #e61f20;
}
.empty-space3-img img {
    border-radius: 20px;
}
.empty-space3 {
    padding: 4% 0% 6% 0%;
}
.empty-space3 a:hover {
    color: #e61f20;
}
.empty-space3 a {
    color: #000;
    transition: 0.5s;
}
.empty-space3-block p a {
    color: #e61f20;
}
.empty-space3-block p {
    border-bottom: solid 1px #e61f20;
    width: fit-content;
    margin: 0 auto;
    color: #e61f20;
}
.empty-space4-img:hover {
    transform: scale(1.05);
}
.empty-space4-img {
    transition: 0.5s;
}
.empty-space4-block {
    display: flex;
    width: 12%;
    margin: 0 auto;
    gap: 10px;
    margin-bottom: 2%;
}
.empty-space4 {
    text-align: center;
    padding: 5% 0% 2% 0%;
}
.empty-space4 h6 {
    font-weight: 600;
}
span.empty-space4-span1 {
    font-weight: 600;
}
span.empty-space4-span2 {
    color: #e61f20;
}
.empty-space4 a {
    color: #e61f20;
}
.empty-space5-img {
    width: 52%;
    margin-top: -32%;
}
.empty-space5-bg {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    background: linear-gradient(to bottom, #e61f20 0%,#cc001e 100%);
    color: #fff;
    padding: 4%;
    border-radius: 20px;
    /* margin-top: -23%; */
    /* margin-bottom: 5%; */
}
.empty-space5 {
    padding: 8% 0% 5%;
}
.empty-space5 h2 {
    color: #ffda0d;
    font-weight: 600;
    line-height: 1.3;
}
.empty-space5 h6 {
    font-weight: 600;
    margin-bottom: 2%;
    white-space: break-spaces;
}
.empty-space5 span {
    color: #ffda0d;
}
.empty-space5 p {
    white-space: break-spaces;
}
.empty-space6 a:hover {
    color: #e61f20;
}
.empty-space6 a {
    color: #282828;
    transition: 0.5s;
}
.empty-space6 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin-bottom: 7%;
}
.empty-space6-maps iframe {
    border-radius: 20px;
}
.empty-space6 h2 {
    white-space: break-spaces;
    font-weight: 600;
}
span.empty-space6-span1 {
    color: #e61f20;
}
span.empty-space6-span2 {
    font-style: italic;
}
.empty-space6 h6 {
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 4%;
}
.empty-space6-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px;
}
.empty-space6-social {
    display: grid;
    grid-template-columns: 17% auto;
    gap: 15px;
}
.empty-space6 h3 {
    font-weight: 600;
    font-size: 16px;
}
.empty-space6 p {
    white-space: break-spaces;
}
.empty-space6-block {
    display: grid;
    gap: 15px;
}
.empty-space6-text {
    align-self: center;
}
.empty-space7 h2 {
    color: #282828;
    text-align: center;
    font-weight: 600;
}
.empty-space7 {
    padding: 3% 0% 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 h4 {
    text-align: center;
    font-weight: 600;
    margin-top: 2%;
    font-size: 22px;
}
.empty-space10 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background-color: #fafafa;
    padding: 2%;
    border-radius: 20px;
    margin-top: 2%;
    margin-bottom: 1%;
}
.empty-space10-block {
    padding: 7%;
}
.empty-space10-border1 {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.empty-space10-border3 {
    border-right: solid 1px #ccc;
}
.empty-space10-border2 {
    border-bottom: solid 1px #ccc;
}
.empty-space10 h2 {
    text-align: left;
    font-weight: 600;
    font-size: 2.5em;
}
.empty-space10 h1 {
    font-weight: 600;
}
.empty-space10 h4 {
    font-weight: 600;
    margin-bottom: 2%;
    white-space: break-spaces;
}
.empty-space11 {
    display: grid;
    grid-template-columns: 56% auto;
    gap: 20px;
}
.empty-space11-bank {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.empty-space11-credit img {
    border-radius: 20px;
}

















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







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

.owl-prev, .owl-next i {
    font-size: 3rem !important;
    color: #cecece;
}



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




.album-pd1 {
    margin-top: 25%;
}
.album-text1 {
    font-size: 40px;
    font-weight: 600;
}
.album-block1 {
    background-color: #e61f20;
    display: grid;
    grid-template-columns: auto 30%;
    width: 20%;
    margin: 0 auto;
    padding: 1.5% 3%;
    border-radius: 50px;
    margin-top: 3%;
}
.album-block1-text {
    font-size: 18px;
    font-weight: 400;
    align-self: center;
}
.album-block1-img {
    align-self: center;
}





/* เลขอัลบัม */
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #e61f20;
    border-color: #e61f20;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #eeeef0;
    border: 1px solid #eeeef0;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    color: #e61f20;
    background-color: #eeeef0;
    border-color: #eeeef0;
}
figure.effect-chico figcaption::before {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff0;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pagination-sm>li:last-child>a, 
.pagination-sm>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination-sm>li:first-child>a, 
.pagination-sm>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 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: 20px;
    border: solid 0px #f1f1f1;
    padding: 13% 0%;
    transition: 0.5s;
}

  

.button-shop:hover {
  transform: scale(1.05);
  background: #ffda0d; 
  color: #000;
}
.button-shop {
    background: #e61f20; 
    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-text h5 {
  font-weight: 600;
  margin-top: 2%;
}
.pdpa-text h4 {
  font-weight: 500;
}
.pdpa-text a:hover {
  color: #000;
}
.pdpa-text a {
  color: #000;
}
.pdpa-text ul.icon-a {
  font-size: 16px;
  font-weight: 400;
}
.pdpamg1 {
  padding: 3% 0% 3% 0%;
}
.pdpamg1 .icon-a {
  font-size: 16px;
}
.pdpamg1 p {
  white-space: break-spaces;
}

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

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




 
 


/* ติดต่อเรา */
.contact-pd {
    margin-top: 2%;
    color: #000;
}
.contact-pd h6 {
    font-weight: 600;
    font-size: 28px;
}
.contact-pd h3 {
    white-space: break-spaces;
    margin-top: 0%;
    font-size: 18px;
    color: #404040;
}
.contact-pd h5 {
    color: #404040;
    font-size: 22px;
    margin-bottom: 2%;
    margin-top: -1%;
}
.contact-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 1%;
    margin-top: 3%;
}
.contact-bg:hover {
    /* background-color: #e61f20; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #444;
    background-color: #fafafa;
}
.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: 16px;
}

.contact-tl {
    font-size: 16px;
    font-weight: 600;
    margin-top: 1%;
}
 
iframe.map-border {
    border-radius: 20px;
} 


.contact-map {
    margin-top: 3%;
}
.contact-tl {
    background-color: #d01816;
    color: #fff;
    font-size: 16px;
    padding: 3% 5%;
    width: fit-content;
    border-radius: 50px;
    margin-top: 3%;
    margin-bottom: 5%;
}


/*from Contact */

.no-js .CASS-A-main label {
    display: none !important;
}
.no-js .CASS-A-main .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js .CASS-A-main .form-control {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    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: 45px 30px;
    background: #fafafa;
    color: #000;
}
.no-js .CASS-A-main .form-control:hover {
    border-color: #e61f20;
}
.no-js .CASS-A-main ::placeholder {
    color: #000 !important;
    font-weight: 300;
}
.no-js .CASS-A-main .form-control:focus {
    border-color: #e61f20;
    -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: #000 !important;
}
.no-js .CASS-A-main .btn {
    background: #e61f20;
    background-repeat: repeat-x;
    border-color: transparent;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js .CASS-A-main .btn-default {
    text-shadow: 0 0 0 #e61f20;
}
.no-js .CASS-A-main .btn-default:active {
    background-color: #e61f20;
}
.no-js .CASS-A-main .btn-default:hover,
.no-js .CASS-A-main .btn-default:focus {
    background-position: 0 0px;
    background-color: #e61f20;
}
.no-js .CASS-A-main span.label a {
    color: #fff;
}
.no-js .CASS-A-main button.btn.btn-default {
    opacity: 1;
}



/* สินค้าขายดี */

#background683828ff865cca001a97cda3 .Template-H-button {
    grid-template-columns: auto 24%;
    justify-content: center;
    gap: 5px;
}
#background683828ff865cca001a97cda3 .Template-H-button .Template-H-Icon {
    border-radius: 0px;
}
#background683828ff865cca001a97cda3 .Template-H-button.shopbottom img {
    border-radius: 0px;
}
#background683828ff865cca001a97cda3 .Template-H-frame img {
    border-radius: 15px;
}


/* สินค้าแนะนำ */

#background6838284f8df413001ae7e0e5 .Template-H-button {
    grid-template-columns: auto 24%;
    justify-content: center;
    gap: 5px;
}
#background6838284f8df413001ae7e0e5 .Template-H-button .Template-H-Icon {
    border-radius: 0px;
}
#background6838284f8df413001ae7e0e5 .Template-H-button.shopbottom img {
    border-radius: 0px;
}
#background6838284f8df413001ae7e0e5 .Template-H-frame img {
    border-radius: 15px;
}



@media screen and (min-width : 1900px) {
.head-text {
    font-size: 18px;
}
.head-img {
    width: 45%;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px 20px;
    font-size: 22px;
}
.no-js .dropdown-menu > li > a {
    font-size: 18px;
}
.empty-space1-grid {
    gap: 29px;
}
.empty-space1-text {
    font-size: 22px;
}
.empty-space1-img {
    margin-bottom: 10%;
}
.Template-H-frame {
    margin: 0% -1% 10% -1%;
}  
.Template-H-Name {
    font-size: 20px;
    height: 55px;
}
.priceNoPromotion {
    font-size: 20px;
} 
span.currencyNormalPage {
    font-size: 18px;
}
.Template-H-button span {
    align-self: center;
}
  
  
#background683828ff865cca001a97cda3 .Template-H-button,
#background6838284f8df413001ae7e0e5 .Template-H-button {
    width: 40%;
    padding: 10px 0 8px 0%;
}
  


.album-text1 {
    font-size: 50px;
}
.album-block1-text {
    font-size: 24px;
} 
.album-pd1 {
    margin-top: 28%;
}
.empty-space4-block {
    width: 10%;
}
.empty-space6 h3 {
    font-size: 20px;
}
.empty-space6-social {
    grid-template-columns: 15% auto;
} 
iframe.hh-map {
    height: 510px;
}
.footer-blocks-text {
    font-size: 24px;
}
.footer-text1 {
    font-size: 24px;
}
.footer-text4 {
    font-size: 24px;
}
.footer-text6 {
    font-size: 24px;
} 
.footer-text2 {
    font-size: 18px;
}
.footer-text5 {
    font-size: 18px;
}
.footer-block03-text {
    font-size: 18px;
}
.footer-block01-text {
    font-size: 18px;
}
.footer-text3 {
    font-size: 16px;
}
.footer-block02 {
    width: 30%;
}
.footer-block01 {
    grid-template-columns: 6% auto;
}
.Template-H-button {
    width: 45%;
    padding: 10px 0 8px 0%;
    grid-template-columns: auto 45%;
}  
.Template-H-buttonDetail {
    padding: 11px 0 11px 0;
    font-size: 22px;
    width: 21%;
}
.empty-space10 h2 {
    font-size: 3em;
} 
.empty-space9 h4 {
    font-size: 26px;
}
.button-shop {
    font-size: 22px;
}
.contact-pd h6 {
    font-size: 40px;
}
.contact-pd h3 {
    font-size: 22px;
}
.contact-block-img {
    width: 15%;
} 
.contact-pd h4 {
    font-size: 18px;
}
.contact-pd p {
    font-size: 18px;
}
.no-js .CASS-A-main .form-control {
      font-size: 20px !important;
    padding: 53px 30px;
}
.empty-space5 h6 {
    white-space: inherit;
}
strike.promotionPrice {
    font-size: 18px;
}
.promotionPrice {
    font-size: 20px;
}
  
  
  
  
  
  
  
  
  
p {
    font-size: 20px;
} 
h1 {
    font-size: 3em;
} 
h2 {
    font-size: 4em;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 26px;
}
h6 {
    font-size: 30px;
} 
  
  
  
}

@media screen and (max-width : 1191px) {
#imagesControl6838160f0bbd24001a45299b {
    padding: 0px !important;
}
.shopcart {
    top: 1%;
}
.empty-space1-block {
    width: 14.8%;
}  
.empty-space3-bg h6 {
    font-size: 18px;
}  
.empty-space3-bg h5 {
    font-size: 20px;
}  
.empty-space5 p {
    white-space: inherit;
}
.empty-space5 h6 {
    font-size: 20px;
   white-space: inherit;
} 
.empty-space8-block {
    gap: 10px;
}  
.empty-space8 h4 {
    font-size: 18px;
}
.contact-pd p {
    font-size: 15px;
} 
  
  
  
  
  
  
h2 {
    font-size: 2.5em;
}
h6 {
    font-size: 24px;
}
  
}  
  
@media screen and (max-width : 900px) {
.shopcart {
    top: 8%;
}
.empty-space1-block {
    width: 14%;
}    
.empty-space1-text {
    font-size: 16px;
}
.Template-H-button {
    font-size: 16px;
}
.album-text1 {
    font-size: 28px;
} 
.album-block1 {
    width: 25%;
    margin: 0 auto;
} 
.empty-space3-block {
    gap: 10px;
}
.empty-space3-bg h5 {
    font-size: 16px;
}  
.empty-space3 p {
    font-size: 13px;
}
.empty-space3-bg h6 {
    font-size: 14px;
}  
.empty-space3-grid {
    gap: 10px;
}
.empty-space6 h2 {
    font-size: 26px;
}
.empty-space6 p {
    font-size: 12px;
}
.footer-blocks-text {
    font-size: 15px;
}
.footer-text2 {
    font-size: 12px;
}
.footer-block01-text {
    font-size: 12px;
}
.footer-text3 {
    font-size: 12px;
}
.footer-text4 {
    font-size: 16px;
} 
.footer-text1 {
    font-size: 16px;
}
.footer-text5 {
    font-size: 12px;
} 
.footer-text6 {
    font-size: 16px;
}
.footer-block03-text {
    font-size: 12px;
} 
.Template-H-button {
    width: 70%;
    padding: 6px 0 1px 0%;
} 
.Template-H-buttonDetail {
    width: 25%;
}
.empty-space8 {
    grid-template-columns: repeat(2, 1fr);
}
.empty-space10 h2 {
    font-size: 2em;
} 
.empty-space10 h1 {
    font-size: 24px;
}
.bg2 {
    padding: 0% 0%;
}
.empty-space11 {
    grid-template-columns: 50% auto;
}  
.contact-block {
    grid-template-columns: repeat(1, 1fr);
}
.contact-block-img {
    width: 15%;
}
  
  
  
  
  
  
  
}

@media screen and (max-width : 480px) {
.empty-space1-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.empty-space1-block {
    width: 100%;
}    
.Template-H-frame {
    margin: 0% -10% 10% -10%;
    padding: 0% 0% 0% 0%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 0px 0px;
}
.itopplus-bg3 {
    background-size: cover;
} 
.empty-space3-grid {
    grid-template-columns: 100%;
    gap: 10px;
} 
.empty-space3 p {
    font-size: 10px;
}
.empty-space3-bg h6 {
    font-size: 12px;
}   
.empty-space4-block {
    width: 23%;
} 
.empty-space4 h6 {
    font-size: 16px;
}
.empty-space5-bg {
    grid-template-columns: repeat(1, 1fr);
    padding: 4% 4% 25%;
}
.empty-space5-bg01 {
    display: none;
} 
.empty-space5-img {
    width: 100%;
    margin-top: -20%;
}
.empty-space6 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}
.empty-space6-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.empty-space6-social {
    grid-template-columns: 15% auto;
    gap: 15px;
}
.empty-space6 p {
    font-size: 16px;
} 
.empty-space6 h3 {
    font-size: 18px;
}
.footer-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
} 
.footer-blocks-text {
    font-size: 11px;
} 
.footer-blocks {
    grid-template-columns: 25% auto;
    gap: 10px;
}
.footer-grid {
    grid-template-columns: 100%;
    gap: 20px;
} 
.footer-text1 {
    font-size: 18px;
}
.footer-text2 {
    font-size: 14px;
} 
.footer-block01-text {
    font-size: 14px;
}
.footer-text5 {
    font-size: 14px;
} 
.footer-block03-text {
    font-size: 14px;
}
.empty-space8 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space10 {
    grid-template-columns: repeat(1, 1fr);
    padding: 5%;
}  
.empty-space10-border1 {
    border-bottom: solid 1px #ccc;
    border-right: solid 0px #ccc;
}
.empty-space10-border3 {
    border-right: solid 0px #ccc;
   border-bottom: solid 1px #ccc;
}
.empty-space11 {
    grid-template-columns: 100%;
}   
.empty-space11-bank {
    grid-template-columns: repeat(1, 1fr);
}
.button-shop {
    font-size: 18px;
}
#Component5b21dccf3db57293a8b4f549 .progress {
    width: 85%;
} 
#Component5b21dccf3db57293a8b4f549 textarea.form-control {
    width: 100%;
}
.contact-block-img {
    width: 20%;
}
.tab .nav-tabs li a {
    padding: 10px 0px !Important;
    text-align: center;
} 
.Template-H-button {
    width: 60%;
}   
.Template-H-buttonDetail {
    width: 40%;
    font-size: 18px;
    padding: 10px 0 10px 0;
}
.Template-H-smallpic {
    width: 30%;
} 
.shopcartID-Default, .shopcartName-Default {
    font-size: 22px;
} 
.shopcartlinePrice-Default label {
    font-size: 28px !important;
}
.owl-theme .custom-nav {
    left: -25px!important;
    right: -25px !important;
}
.footer-text3 {
    display: none;
}
.itopplus-bg3 {
    background-size: cover!important;
}
.empty-space4 h4 {
    font-size: 12px;
}  
.empty-space6 h2 {
    font-size: 32px;
}
.Template-H-Name {
    height: 52px;
}

/* รูปขยายใหญ่ */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.fancybox-nav {
  position: fixed;
  visibility: visible;
}
.fancybox-nav span {
  position: fixed;
  right: 1.2% !important;
  visibility: visible;
}
.Template-H-frame:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 0px 0px;
}
 
  
  
  

#background5bc960d9405e3c3b122912b1 .Template-H-frame {
    margin: 0% -5% 10% -6%;
} 
#background5bc960d9405e3c3b122912b1 .Template-H-button  {
    width: 40%;
    padding: 13px 0 11px 0%;
    font-size: 18px;
}    
  
  
#mainmenu5c1506f5f3cd8ed99f377650 > div,
#mainmenu5baa440d2410fc89c09bc3a2 > div,
#mainmenu5b2209155ea24bb35854a09b > div,
#mainmenu62cbc921aa3c7f00132bd80e > div,
#mainmenu5cde9a744db87e0010ddd812 > div,
#mainmenu5c4068dcf669f83d6da8e11c > div,
#mainmenu5bec39429070a41739029c7b > div,
#mainmenu683911220f6fcc0019834aec > div,
#mainmenu5cac84e959d0c7001aa17334 > div,
#mainmenu64cdf786c0913b0013b7a322 > div,
#mainmenu5c2c5b11f5b69867c01094e2 > div,
#mainmenu5c511f661bf670001b4de2f3 > div,
#mainmenu5c0e859bf669f88176a7ba57 > div,
#mainmenu683911c00f6fcc0019834ba5 > div,
#mainmenu653ddc85071b2f001a3f3fe6 > div,
#mainmenu6582ae8923d1f90019471604 > div,
#mainmenu683d5de7f2063e001a8fe5b6 > div,
#mainmenu64c5fad2eed15d001ae6b476 > div {
    padding: 0px !important;
} 
  
  
#scrolltoshop5b22091862adc98537b23dc9 .col-xs-12.col-md-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
} 
.shopcartID-Head-Default, .shopcartName-Head-Default, .shopcartSize {
    padding: 5px 20px !important;
} 
.shopcartID-Default, .shopcartName-Default {
    padding: 5px 20px !important;
}  
.shopcartlinePrice-Default label {
    padding: 5px 20px !important;
} 
.ITPquantityWord {
    padding: 5px 20px !important;
}
.Template-H-buttonDetail {
    margin-left: 20px !important;
} 
#scrolltoshop5b22091862adc98537b23dc9 .col-xs-12.col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.shopcartSize label {
    font-size: 18px !important;
    padding: 5px 0px !important;
} 
.attribute-setting-main {
    margin-left: 15px;
    padding-right: 15px;
}
#imagesControl6852991c90e2ba001341e01a {
    padding: 0px ! IMPORTANT;
}  
  
  
  
h2 {
    font-size: 2em;
} 
  
  
}
 



@media screen and (max-width : 375px) {
.empty-space6 h2 {
    font-size: 25px;
}
.Template-H-smallpic {
    width: 28%;
} 
  
 
#background5bc960d9405e3c3b122912b1 .Template-H-frame {
    margin: 0% -5% 10% -6%;
} 
#background5bc960d9405e3c3b122912b1 .Template-H-button {
    width: 44%;
    padding: 10px 0 7px 0%;
} 
}





