.itopplus-background {

}
body {
  font-size: 16px;
  overflow-x: hidden;
  color: #444;
  font-family: "LINE Seed Sans TH";
}
a {
    color: #444444;
}
a:hover {
    color: #fe9015;
}
b, strong {
    font-weight: 600;
}
.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_05102024b5sa/0/0/1z-z145713722857.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.itopplus-bg2 {
  background-image: url("http://itp1.itopfile.com/ImageServer/z_itp_05102024b5sa/0/0/bg2z-z34906137843.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
}

.itopplus-bg3 {
  background-color: #f7f7f7;
}

.itopplus-bg4 {
  background: linear-gradient(to right, #676767 0, #c0c0c0 100%);
  color: #fff;
}

.itopplus-footer {
  background-color: #eeeeee;
  color: #444444;
}

.itopplus-footer2 {
  background-color: #fe9015;
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  font-size: 1em;
  color: #444;
  margin: 0;
  padding: 8px 15px;
  border-radius: 0;
}

.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;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}

.no-js .dropdown-menu > li > a {
  font-size: 1.2em;
  padding: 8px 15px;
  color: #444;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fe9015 !important;
  background: transparent;
}

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

  #nav-menu {
    background: #fff !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .itopplus-banner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: 0.3s;
  }

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

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

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

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

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



/*expand*/
@media screen and (min-width: 1024px) {
  #nav-menu {
    position: unset;
  }

  #itopplus-nav-bar li#menu68e334cbbd01e5001349886b {
    position: unset;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  li#menu68e334cbbd01e5001349886b li span {
    display: none;
  }

  li#menu68e334cbbd01e5001349886b li a {
    font-size: clamp(12px, 1vw, 16px);
    padding: 10px 15px;
    margin: 0;
    text-wrap: auto;
  }

  li#menu68e334cbbd01e5001349886b > ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
    height: calc(100vh - 10vw);
    border: none;
    overflow-x: hidden;
    overflow-y: scroll;
    visibility: hidden;
    padding: 20px 3vw;
    border-top: 3px solid #ff9012;
  }

  li#menu68e334cbbd01e5001349886b.open > ul {
    visibility: unset;
  }

  li#menu68e334cbbd01e5001349886b > ul ul {
    display: flex;
    flex-direction: column;
    position: unset;
    border: none;
    box-shadow: none;
    padding: 0;
    height: auto;
    background: transparent;
    padding-inline-start: 15px;
  }

  li#menu68e334cbbd01e5001349886b > ul > li {
    padding-inline-start: 15px;
  }
  /*level 1*/
  li#menu68e334cbbd01e5001349886b > ul > li > a {
    font-size: clamp(16px, 1vw, 18px);
    color: #ff9012;
    font-weight: 600;
  }
  /*level 2*/
  li#menu68e334cbbd01e5001349886b > ul > li > ul > li > a {
    color: #444;
    font-size: clamp(14px, 0.8vw, 16px);
  }
  /*level 3*/
  li#menu68e334cbbd01e5001349886b > ul > li > ul > li > ul > li > a {
  }

  li#menu68e334cbbd01e5001349886b > ul > li > ul > li {
    display: flex;
    align-items: center;
  }
/*
  li#menu68e334cbbd01e5001349886b > ul > li > ul > li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    aspect-ratio: 1;
    border: 1px solid #444;
    border-radius: 50%;
    background: #444;
  }
  */
  
  #itopplus-nav-bar li#menu68e334cfbd01e5001349887e {
  position: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

li#menu68e334cfbd01e5001349887e li span {
  display: none;
}

li#menu68e334cfbd01e5001349887e li a {
  font-size: clamp(12px, 1vw, 16px);
  padding: 0px 0px;
  margin: 0;
  text-wrap: auto;
}

li#menu68e334cfbd01e5001349887e > ul {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
  width: 100%;
  height: auto;
  border: none;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  padding: 40px 3vw 20px;
  border-top: 3px solid #ff9012;
}

li#menu68e334cfbd01e5001349887e.open > ul {
  visibility: unset;
}

  
  ul#menusub68e334cfbd01e5001349887e a {
    font-size: 0 !important;
}
  
  ul#menusub68e334cfbd01e5001349887e img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    object-fit: contain;
    border: 1px solid #eee;
}
  
  
}





/**/
.h1, h1 {
    font-size: 3.1em;
}
.h2, h2 {
    font-size: 2.5em;
}
.h3, h3 {
    font-size: 2em;
}
.h4, h4 {
    font-size: 1.3em;
}
.h5, h5 {
    font-size: 1.2em;
}
.h6, h6 {
    font-size: 1.1em;
}
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: 600;
}
/**/






/*footer*/
.itopplus-footer {
    font-size: 14px;
    line-height: 1.6;
}
.itopplus-footer a {
    color: #444444;
}
.itopplus-footer a:hover {
    color: #fe9015;
}
.itopplus-footer h6 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #000;
}
.footer-block1 {

}
.footer-logo {
    width: 70%;
    margin: 0 auto 20px;
}
.footer-block2 {
    padding: 0 10%;
}
.footer-block3 {
    padding: 0 30%;
}
.footer-block4 {
    padding: 0 20%;
}
.footer-block3 h6, .footer-block4 h6 {
    height: 20px;
}
.footer-icon-img {
    width: 55%;
    display: flex;
    gap: 10px;
    margin: 0 auto;
}
.icon-img {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.copy-right {
    font-size: 0.8em;
    text-align: center;
    padding: 10px 0px;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #e31c1a !important;
    color: #e31c1a !important;
    font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
    background: #e31c1a !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 5% 2% 2%;
}
/*footer*/





/*หน้าแรก*/
.about-us {
    padding: 7% 0 0 13%;
}
.about-us h2 {
    white-space: pre-line;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.2;
}
.about-us h2 span {
    color: #fe9015;
}
.about-icon-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 10% 0;
}
.about-icon {
    text-align: center;
    padding: 0 5%;
    transition: 0.5s;
}
.about-icon:hover {
    transform: scale(1.1);
}
.about-icon-img {
    width: 60%;
    margin: 0 auto 20px;
}
.about-icon-text {
    white-space: pre-line;
}
.about-icon-text h6 {
    color: #000000;
    margin: 0 0 5px;
}
.menu-align {
    white-space: pre-line;
    text-align: center;
    padding: 7% 0 1%;
}
.menu-align h2 {
    color: #000;
    margin: 0 0 15px;
}
.menu-align h2 span {
    color: #fe9015;
}
.eapps-widget-toolbar { 
    display: none; 
}
.recommend-menu {
    padding: 7% 0 1%;
}
.padding-pd {
    padding: 2%;
}
.padding-pd2 {
    padding: 7%;
}
figure.effect-phoebe {
    background: transparent;
    border-radius: 20px;
}
figure.effect-phoebe h2 {
    margin-top: 1em;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
.grid figure h2 {
    word-spacing: normal;
    font-weight: 600;
}
figure.effect-phoebe img {
    opacity: 1;
    transition: 0.5s;
}
figure.effect-phoebe:hover img {
    opacity: 1;
    transform: scale(1.1);
}
.product-bg {
    display: grid;
    grid-template-columns: 60% 40%;
    background: #ebebeb;
    color: #000;
    border-radius: 20px;
    align-items: center;
    padding: 1%;
    transition: 0.5s;
}
.product-bg:hover {
    background: #fe9015;
    color: #ffffff;
}
.product-bg-img , .product-bg-img img {
    border-radius: 15px;
}
.product-bg-text {
    white-space: pre-line;
    padding: 0 5% 0 15%;
}
.slogan-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.slogan-block-img {
    position: relative;
    margin: -18% 0 0 -15%;
}
.slogan-block-text {
    font-size: 1.1em;
}
.slogan-block-text h3 {
    margin: 5px 0;
}
.slogan-block-text-grid {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.slogan-block-text1-grid {
    white-space: pre-line;
}
.slogan-block-text1-grid h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.slogan-block-text2-grid h1 {
    font-size : 5.5em;
    color: #fe9015;
    margin: 0;
    line-height: 0.6;
}

.slogan-img-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 5% 0 0;
}
.slogan-img {
    background: #fe9015;
    padding: 8px 8px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    margin: 0 -8px;
    overflow: hidden;
    transition: 0.5s;
}
.slogan-img img {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    overflow: hidden;
    transition: 0.5s;
}
.slogan-img img:hover {
    transform: scale(1.25);
}

  #modquee {
    overflow: hidden;
    position: relative;
    display: flex;
    height: 150px;
    width: 100%;
    margin: 0 auto;
  }

  #modquee-contain {
    display: flex;
    position: absolute;
    inset: 0;
  }

  .modquee-items {
    padding: 20px;
    aspect-ratio: 1;
    height: fit-content;
    width: fit-content;
    min-width: auto;
  }

  .modquee-items img {
    height: 105px !important;
    width: 105px !important;
    border-radius: 0;
   border: 1px solid #ccc;
  }

/*หน้าแรก*/


/*เกี่ยวกับเรา*/
.about-us2 {
    padding: 0 0 0 10%;
}
.about-us2 h2  {
    color: #000;
    margin: 0 0 10px;
}
figure.effect-jazz {
    background: #fe9015;
    padding: 8px 8px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}
figure.effect-jazz img {
    opacity: 1;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.about-delivery {
    padding: 5% 0 0;
    text-align: center;
}
.about-delivery h2  {
    white-space: pre-line;
    color: #000;
    margin: 0;
    line-height: 1.3;
}
.about-delivery h2 span , .about-product-block h2 {
    color: #fe9015;
}
.about-delivery h4 {
    margin: 25px 0 7px;
    color: #e31c1a;
}
.about-delivery .about-icon {
    display: grid;
    grid-template-columns: 25% auto;
    text-align: left;
    gap: 10px;
    align-items: center;
    padding: 0 0%;
    background: #f7f7f7;
    border-radius: 50px;
}
.about-delivery .about-icon:hover {
    transform: scale(1.0);
}
.about-delivery .about-icon-text {
    white-space: inherit;
}
.about-block .slogan-block-img {
    width: 95%;
    margin: 0% 0 0 0%;
}
.about-delivery .about-icon-block {
    margin: 5% auto;
}
.about-delivery .about-icon-img {
    width: 100%;
    margin: 0;
}
.about-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 5%;
    gap: 50px;
}
.slogan-block2 {
    display: grid;
    grid-template-columns: 35% auto;
    padding: 5% 0;
    align-items: center;
}
/*เกี่ยวกับเรา*/





/*สินค้าของเรา*/
.menu-align2 {
    text-align: center;
    padding: 3% 0;
  	color: #fff;
}
.coming-soon {
    width: 75%;
    margin: 0 auto;
}
/*สินค้าของเรา*/





/*วิธีการสั่งซื้อและการชำระเงิน*/
.payment-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 0 0 6%;
}
.payment1 {
    font-size: 1.6em;
    font-weight: 600;
    color: #fe9015;
    padding: 1% 0 2%;
}
.hvr-bob {
    background: #fff;
    color: #444;
    text-align: center;
    border-radius: 20px;
    padding: 5% 5% 15%;
    transition: 0.5s;
}
.hvr-bob:hover {
    transform: translateY(-10px);
}
.hvr-bob h4 {
    color: #fe9015;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 5px;
}
.hvr-bob img {
    width: 70% !important;
    margin-bottom: 10px;
}
.padpay1 {
    padding: 10px;
}
.MainBankClass1 {
    height: 300px;
}
.manage-form-confirm-payment {
    padding: 0 0 0 3% !important;
}
.boarder-confirm-payment {
    border: none !important;
    padding: 1% 10% 4% 0;
    border: 0px solid #e3e3e3 !important;
}
.boarder-confirm-payment label.col-xs-12.col-sm-3.col-md-3.control-label {
    font-size: 1em;
    font-weight: 400;
    padding: 13px 0;
}
.boarder-confirm-payment span.label {
    font-size: 0.9em;
    font-weight: 400;
}
.CASS-H-main {
    background: #fff;
}
.CASS-H-middle-mid {
    padding: 0px;
}
/*form payment*/
.boarder-confirm-payment .col-xs-3.col-sm-2.col-md-2 {
  
}
.boarder-confirm-payment .col-xs-1.col-sm-1.col-md-1 {
    padding: 12px 0 !important;
}
.input-group-addon , .custom-addon.input-group-addon:hover {
    color: #fff;
    background-color: #fe9015 ! IMPORTANT;
    border: 0px solid #eee;
    border-radius: 0px 4px 4px 0 !important;
}
.custom-addon.input-group-addon {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-radius: 0px !important;
    padding: 17px 12px!important;
}
.date-overlay {
    border: 1px solid #eee !important;
    color: #444!important;
    border-radius: 0px 0 0 0px !important;
}
.no-js .confirm-payment .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 12px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.no-js .confirm-payment .btn-default {
    background-image: -webkit-linear-gradient(top,#111f39 0,#111f39 100%);
    background-image: -o-linear-gradient(top,#111f39 0,#111f39 100%);
    background: #fe9015;
    color: #fff;
    text-shadow: 0 0px 0 #1c7b45;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 20px;
    padding: 8px 30px;
    font-size: 1em;
    border: 0px solid transparent;
    width: auto;
}
.no-js .confirm-payment .btn-default:active {
   background: #fe9015;
   background-color: #fe9015;
}
.no-js .confirm-payment .btn-default:hover,
.no-js .confirm-payment .btn-default:focus {
    background-position: 0 0px;
    background: #fe9015;
    background-color: #fe9015;
}
.date-input-container {
    height: auto !important;
}
.policy-des {
    padding: 1% 0 5%;
}
.shop-bg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 5%;
}
.shop-bg {
    background: #fff;
    color: #000;
    border-radius: 20px;
    text-align: center;
    transition: 0.5s;
}
.shop-bg:hover {
    background: #fe9015;
    color: #fff;
}
.shop-bg-img {
    margin: 0 auto 20px;
}
.shop-bg-img img {
    width: 20% !important;
}
.shop-bg-text {
    padding: 5% 10%;
    height: 9vw;
}
.shop-bg-text h5 {
    margin: 0 0 2px;
    line-height: 1.2;
}
/*วิธีการสั่งซื้อและการชำระเงิน*/




/*shop*/
.shopcart {
    z-index: 1002;
    border-radius: 800px 800px 800px 800px;
    -moz-border-radius: 800px 800px 800px 800px;
    -webkit-border-radius: 800px 800px 800px 800px;
    border: 0px solid #b8860b;
    width: 50px !important;
    height: 50px !important;
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_05102024b5sa/0/0/shopcartz-z928276573635.png);
    background-size: 35px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    top: 3.5%;
    right: 2%;
}
.Template-B-frame {
    padding: 0px 0px 20px 0px;
    border-radius: 20px;
    margin-bottom: 10%;
    background: #fff;
    transition: 0.5s;
}
.Template-B-frame:hover {
    -moz-box-shadow: 0 0 0px #585858;
    -webkit-box-shadow: 0 0 0px #585858;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
    cursor: pointer;
}
.Template-B-pic {
    border: solid 0px #ccc;
    padding: 0px;
    border-radius: 20px 20px 0 0;
    width: 100%;
    overflow: hidden;
    height: inherit !important;
}
.Template-B-Name, .Template-B-Name.shoprelate-productName {
    color: #000;
    font-size: 1em;
    height: 58px;
    overflow: hidden;
    font-weight: 600;
    margin-top: 0%;
    line-height: 1.4;
    padding: 7px;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.Template-B-Name.shoprelate-productName {
    padding: 18px 7px;
}
.Template-B-Name label {
    font-weight: 600;
}
.Template-B-Price label {
    font-weight: 400;
}
.Template-B-Price span {
    font-weight: 400;
}
.Template-B-Price label {
    color: #444444 !important;
}
.Template-B-Price {
    color: #444444;
    font-weight: 400;
    height: inherit;
    font-size: 1em;
    padding: 0 0px !important;
    margin-bottom: 20px;
}
.Template-B-PriceNormal {
    font-size: 1em !important;
    color: #444444;
    font-weight: 600;
}
.Template-B-PriceNormal strike {
    color: #444444;
    font-size: 1em;
}
label.Template-B-PriceNormal {
    color: #444444;
}
.Template-B-PricePromotion {
    color: #444444;
    font-size: 1em !important;
    font-weight: 600;
}
.promotionPrice {
    color: #444444;
    font-weight: 600;
    font-size: 1em;
}
label.Template-B-PriceNormal {
    color: #444444;
}
.priceNoPromotion {
    color: #444444;
    font-size: 1em;
    font-weight: 600;
}
span.promotionPrice {
    color: #444444 !important;
    font-size: 1em;
    font-weight: 600;
}
strike.promotionPrice {
    color: #444444;
}
.normalPrice {
    color: #444444;
    font-weight: 600;
    font-size: 1em !important;
}
span.normalPrice {
    color: #444444;
}
.Template-B-innerPic , .itopplusDelImage , .picutreCustom {
    transition: 0.5s;
}
.Template-B-innerPic img {
    width: 100%;
    transition: 0.5s;
}
.Template-B-innerPic:hover {
    transform: scale(1.1);
}
img.pStatusProduct {
    height: 6% !important;
    top: 6px ! IMPORTANT;
    left: 6px !important;
}
.Template-B-button {
    background: #e31c1a;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 400;
    font-size: 1em;
    padding: 8px;
}
.Template-B-button:hover, .Template-B-frame:hover .Template-B-button {
    background: #fe9015;
    color: #fff;
}
.Template-B-button:hover img.Template-B-Icon , .Template-B-frame:hover img.Template-B-Icon , .Template-B-buttonDetail:hover img.Template-B-Icon {
    
}
.Template-B-button span {
    padding: 2px 0 0 0;
}
.Template-B-button, .Template-B-button:hover  {
    width: 45%;
}
.Template-B-Icon {
    width: 20%;
}
.shopcart-Cate {
    margin: 5% auto 0;
}
.Template-B-CateName, .Template-B-ProName {
    color: #000;
    font-size: 1.4em;
    font-weight: 600 !important;
}
.col-xs-12.col-md-6 {
     font-family: "LINE Seed Sans TH" !important;
}
.shopcartID-Head-Default, .shopcartName-Head-Default {
    font-size: 1.1em;
    color: #000;
    border-bottom: solid 0px #e7e7e7;
    padding: 10px 0 10px 0 !important;
}
.shopcartID-Default, .shopcartName-Default {
    font-size: 1.2em;
    border-bottom: solid 0px #e7e7e7;
    padding: 10px 0 10px 0;
    color: #fe9015;
    font-weight: 600;
}
.Template-B-Big {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    border: solid 0px #0672c2;
}
.Template-B-smallpic {
    width: 29%;
    height: inherit !important;
    overflow: hidden;
    border: solid 0px #0672c2;
    margin: 4% 3% 3% 0 !important;
    padding: 0;
    border-radius: 20px;
}
.PictureOverflow {
    width: 100%;
    max-height: inherit !important;
}
.col-md-12.shopcartSize-Default.shopcartSize label {
    font-size: 1.1em !important;
    color: #000;
    font-family: "LINE Seed Sans TH";
    font-weight: 400;
}
.shopcartSize-Default {
    font-size: 1em;
    color: #fe9015;
}
.shopcartlinePrice-Default .col-md-5 {
    width: 100%;
}
.shopcartlinePrice-Default {
    border-bottom: solid 0px;
    font-family: "LINE Seed Sans TH";
}
.shopcartlinePrice-Default select.input-sm {
    height: 47px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #3a2b26;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    font-family: "LINE Seed Sans TH";
    background-color: transparent;
    margin: 10px 0 0;
}
.Template-B-Quantity, .Template-B-Item {
    color: #444444;
    font-size: 1em !important;
    font-weight: 400;
}
.Template-B-buttonDetail, .Template-B-buttonDetail:hover {
    width: 22%;
}
.Template-B-buttonDetail {
    background: #e31c1a;
    color: #ffffff;
    margin: 5px 0 0 120px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 50px;
    font-weight: 400;
    padding: 9px  9px !important;
}
.Template-B-buttonDetail:hover {
    background-color: #fe9015;
    background: #fe9015;
    color: #fff;
}
.Template-B-buttonDetail .Template-B-Icon {
    padding: 0 2px 5px 0;
    display: inline-block !important;
}
.shopcartDetail-Default {
    font-size: 1.3em;
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
    padding: 1% 0 !important;
    color: #fe9015;
}
.shopcart-Detail-Detail {
    text-align: left;
}
.shopcart-Detail-Detail h3 {
    font-size: 1.3em;
    color: #000;
    margin: 0 0 5px;
}
.shopcart-Detail-Detail h4 {
    font-size: 1.1em;
    margin: 20px 0 10px;
    font-weight: 600;
    color: #000000;
}
.shopcart-Detail-Detail p {
    margin: 0;
}
.Shopcart-Related-Main {
    padding: 0 20px;
}
.shopcartRelated-Default.shopcartRelated {
    font-size: 1.3em;
    font-weight: 600;
    color: #fe9015;
    width: 100% !important;
    padding: 0 0px ! IMPORTANT;
    margin-left: -1%;
}
.ui.steps .step .title {
    font-family: "LINE Seed Sans TH";
    font-weight: 500;
    font-size: 1.25em;
    padding: 10px 0 0;
}
.ui.steps .step {
    padding: 20px 10px;
    font-size: 0.7em;
}
.ui.steps .step:first-child {
    padding-left: 0em;
}
.ui.steps .step.active .title {
    color: #fe9015;
}
.ui.steps .step.active {

}
.ui.steps .step:after {

}
.ui.steps .step.active:after {
   
}
.ui.segment {
    background-color: transparent;
    box-shadow: none;
}
.ui.segment label {
    font-weight: 500;
}
.ui.segment .form-control {
    margin-bottom: 20px !important;
}
.no-js .panel {
    background-color: transparent;
    border: 0px solid transparent;
    border: none !important;
    box-shadow: none !important;
}
.no-js .panel-default>.panel-heading {
    color: #ffffff;
    background-color: #fe9015;
    border-color: #ddd;
    background: #fe9015 !important;
}
.table-responsive-mobile {
    white-space: inherit;
    width: 100%;
}
.step1checkout {
    background-color: #fe9015;
    border: 5px solid #fe9015;
}
.Headcheckout {
    font-size: 1.2em !important;
    color: #fe9015;
    font-weight: 600;
}
.btnCheckoutprevious {
    background-color: #fe9015;
    font-weight: 600;
}
textarea.form-control {
    font-size: 1em !important;
}
.form-horizontal .form-group-sm .form-control, .input-sm {
    font-size: 1em;
    height: 35px;
    border-radius: 0px;
}
.table .col-md-12 {
    font-size: 1em !important;
}
.step5checkout {
    background-color: #fe9015;
    border: 7px solid #fe9015;
}
.shopcart-paymentpage {
    background-color: #fe9015;
    color: #fff;
    width: fit-content;
    padding: 15px 25px;
    margin: 0 auto;
}
.col-xs-12.col-sm-4, .col-xs-12.col-sm-3, .col-xs-6.col-sm-3 {
    padding: 0px 10px;
}
.Bodycheckout {
    font-size: 1em;
}
#scrolltoshop .form-horizontal .form-group-sm .form-control, #scrolltoshop .input-sm {
    border-radius: 0px;
    padding: 22px 10px;
}
#scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
    width: 8%;
}
#scrolltoshop67a46a627bfa7d001383b1c7 .col-xs-12.col-md-12 {
    padding: 5px;
}
.shopcartAllDetail {
    padding: 0 20px ! IMPORTANT;
}
.button-attribute-selected, .button-attribute {
    font-size: 0.9em;
    font-family: "LINE Seed Sans TH";
      border-radius: 0px !important;
}
.button-attribute:hover {
    color: #fe9015!important;
    border: 1px solid #fe9015!important;
        border-radius: 0px !important;
}
.button-attribute-selected {
      color: #fff!important;
      border: 1px solid #fe9015!important;
      background: #fe9015!important;
      border-radius: 0px!important;
      min-width: 10rem !important;
    min-height: 4rem !important;
}
.button-attribute {
    min-width: 10rem !important;
    min-height: 4rem !important;
    border-radius: 0px !important;
    border: 1px solid #ccc!important;
}
.k-colorpalette .k-item.k-state-selected {
    -webkit-box-shadow: 0 0px 1px #000, inset 0 0 0px #fff;
    box-shadow: 0 0px 1px #000, inset 0 0 0px #fff;
}
#scrolltoshop {
    font-family: "LINE Seed Sans TH";
    text-transform: capitalize;
}
.panel-body.Checkout-font-panel {
    text-transform: capitalize;
}
label.shopcart-share {
    font-weight: 400;
    font-size: 0.9em;
}
.ItpSorterShopcart {
    margin-bottom: 20px;
    justify-content: flex-start !important;
    padding-left: 10px;
}
select#sorter_shopcart {
    width: 12% !important;
    background: transparent;
    padding: 10px 0;
    border: 1px solid #fe9015;
}
.itp-require-invoice {
    display: none!important;
}
.form-control {
    color: #444;
}
.mainProductFilterContainer {
    padding: 0 10px;
}
.mainProductFilterContainer .col-xs-12.col-sm-3 {
    padding: 0 10px;
}
/*shop*/





/*ติดต่อเรา*/
.contact-us {
    text-align: center;
    padding: 5% 0 2%;
}
.tel-mail {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
    margin: 2px 0 0px;
    justify-content: center;
}
.contact-block2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin: 0px 0 15px;
}
.contact-bg {
    display: grid;
    grid-template-columns: 45px auto;
    gap: 5px;
    padding: 5px;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
}
.contact-bg:hover {
    background: #e31c1a;
    color: #ffffff;
}
.contact-us h4 {
    font-size: 1.6em;
    color: #fe9015;
    margin: 0 0 5px;
}
.contact-maps img {
    border-radius: 20px;
}
.contact-us iframe {
    height: 250px;
    border-radius: 20px;
}

/*form Contact*/
.no-js #Component68e61714f511a7001230c650 label {
  display: none !important;
}
.no-js #Component68e61714f511a7001230c650 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component68e61714f511a7001230c650 .form-control {
    border: 1px solid #e7e7e7;
    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: 1em !important;
    padding: 28px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    color: #000 !important;
}
.no-js #Component68e61714f511a7001230c650 .form-control:hover {
  border: 1px solid #fe9015;
}
.no-js #Component68e61714f511a7001230c650 .form-control::placeholder {
    color: #000 !important;
}
.no-js #Component68e61714f511a7001230c650 .form-control:focus {
  border: 1px solid #fe9015;
  -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 #Component68e61714f511a7001230c650 .btn {
  background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
  background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
  background: #fe9015;
  color: #fff;
  text-shadow: 0 0px 0 #3173ed;
  background-repeat: repeat-x;
  border-color: #ff5400;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: 400;
  border: 0px solid transparent;
}
.no-js #Component68e61714f511a7001230c650 .btn-default:active {
  background: #fe9015;
  color: #fff;
}
.no-js #Component68e61714f511a7001230c650 .btn-default:hover,.no-js #Component68e61714f511a7001230c650 .btn-default:focus {
  background-position: 0 0px;
   background: #fe9015;
  color: #fff;
}
.no-js #Component68e61714f511a7001230c650 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component68e61714f511a7001230c650 span.label {
  font-size: 0.85em;
  font-weight: 400;
}
.no-js #Component68e61714f511a7001230c650 .ITPcheckboxAuthen {
  font-size: 0.95em;
  padding: 0 0 0 0%;
  margin-left: -3%;
}
/*ติดต่อเรา*/




/*pagination*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #fe9015;
    border-color: #fe9015;
}
.pagination>li>a, .pagination>li>span {
    color: #fe9015;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fe9015;
    background-color: #f7f7f7;
}
/*pagination*/






/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
.container {
     width: 79vw;
}
li#menu68e334cbbd01e5001349886b > ul > li > ul > li > a {
     font-size: clamp(18px, 0.8vw, 20px);
}
li#menu68e334cbbd01e5001349886b > ul > li > a {
    font-size: clamp(22px, 1vw, 22px);
}
  .itopplus-footer {
    font-size: 18px;
}
.ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
.Template-B-Name, .Template-B-Name.shoprelate-productName {
    height: 70px;
}
  #scrolltoshop .col-xs-9.col-sm-9.col-md-10 {
    width: 72%;
    padding: 1% 0 0 !important;
}
  .no-js .confirm-payment .form-control {
    height: 60px;
    font-size: 1em ! IMPORTANT;
}
  .input-group-addon {
    font-size: 1em;
}
  .date-overlay {
        font-size: 1em ! IMPORTANT;
}
  .custom-addon.input-group-addon {
    padding: 20px 12px !important;
}
  .tel-mail {
    grid-template-columns: 25px auto;
}
.no-js #Component68e61714f511a7001230c650 .form-control {
    padding: 35px 20px;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:1194px) {
.shopcart {
    top: 13%;
}
ul#slider68e4c6f1a69d16001363adc8 {
    display: none;
}
li#menu68e334cbbd01e5001349886b > ul {
        gap: 5px;
    }
  .about-us {
    padding: 3% 0 0 5%;
}
  .about-icon-block {
    gap: 15px;
    margin: 5% 0 0;
}
  .about-icon {
    font-size: 0.9em;
}
  .Template-B-button, .Template-B-button:hover {
    width: 60%;
}
  .product-bg-text {
    padding: 0 5% 0 5%;
}
  .product-bg-text h4 {
    font-size: 1.1em;
}
  .footer-block2 {
    padding: 0 0%;
}
.footer-block3 {
    padding: 0 0 0 30%;
}
  .about-us2 {
    padding: 0 0 0 2%;
}
  .h2, h2 {
    font-size: 2.2em;
}
  .slogan-block-text {
    font-size: 1em;
}
  .Template-B-buttonDetail, .Template-B-buttonDetail:hover {
    width: 30%;
}
  .shop-bg-text {
    height: 14vw;
}
  .contact-bg-text {
    word-break: break-word;
}
}






/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
ul#slider68e4c6f1a69d16001363adc8 {
    display: block;
}
.Template-B-button, .Template-B-button:hover {
        width: 80%;
}
figure.effect-phoebe h2 {
    font-size: 1.1em;
    bottom: 10px;
}
.about-us {
     padding: 3% 0 0 1%;
}
.about-icon-block {
     gap: 5px;
}
  .about-icon {
        font-size: 0.8em;
        padding: 0 0%;
    }
      .product-bg-text {
        padding: 0 3% 0 3%;
        white-space: inherit;
    }
  .h3, h3 {
    font-size: 1.6em;
}
  
.slogan-block-text2-grid h1 {
    font-size: 3.8em;
}
  .menu-align {
    white-space: inherit;
    padding: 7% 3% 1%;
}
  .modquee-items img {
    height: 85px !important;
    width: 85px !important;
}
  .itopplus-footer .col-md-3.col-sm-6.col-xs-12.padding {
    width: 25%;
}
.itopplus-footer {
    font-size: 12px;
}
  .footer-icon-img {
    width: 65%;
}
  .about-us2 h2 {
    font-size: 1.7em;
}
  .slogan-block2 {
    grid-template-columns: 40% auto;
}
  .about-block {
    display: flex;
    flex-direction: column;
}
  .about-block .slogan-block-img {
    width: 50%;
    margin: 0% auto;
}
      .Template-B-buttonDetail, .Template-B-buttonDetail:hover {
        width: 20%;
    }
  #scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
    width: 12%;
}
      .table-responsive {
        border: 0px solid #ddd;
    }
  .panel-body.Checkout-font-panel {
    padding: 10px 0;
}
  .col-xs-12.col-sm-11.col-md-11 , .col-xs-11.col-sm-11.col-md-11 {
    width: 100%;
    padding: 0px 0 10px !important;
}
  .panel.panel-default.animated.fadeInDown {
    width: 100% !important;
}
  div#itp-address-last-stepcheckout {
    width: 100% ! IMPORTANT;
    padding: 10px 0;
}
  .itopplus-sidebar-content img {
    display: none;
}
  .shop-bg-text {
        height: 17vw;
    }
  .boarder-confirm-payment {
    padding: 1% 10% 4% 10%;
}
  .contact-us {
    padding: 5% 15% 2%;
}
  .contact-block2 {
    grid-template-columns: repeat(1, 1fr);
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl68e4c6f1a69d16001363adc8 {
    padding: 0 !important;
}
    .h2, h2 {
        font-size: 2em;
    }
.about-icon-block {
    grid-template-columns: repeat(1, 1fr);
}
.about-icon {
        font-size: 1em;
        display: grid;
        grid-template-columns: 20% auto;
        text-align: left;
        gap: 20px;
        align-items: center;
    }
  .about-icon-img {
    width: 100%;
}
  .about-icon-text {
    white-space: inherit;
}
#background68e4ee42a69d16001363c735 .none-middle-mid {
    display: flex;
    flex-direction: column-reverse;
}
  .mainProductFilterContainer .col-xs-12.col-sm-3 {
    width: 50%;
}
#background68e5e8d230232e001304a7d9 {
    margin-bottom: -35px;
}
      .product-bg-text {
        padding: 0 5% 0 12%;
        white-space: pre-line;
    }
  .slogan-block {
    display: flex;
    flex-direction: column;
}
      .slogan-block-text {
        font-size: 1.1em;
        text-align: center;
        padding: 15% 0 0;
    }
  .slogan-block-text-grid {
    justify-content: center;
}
  .slogan-block-img {
    margin: 10% 0 0 0%;
}
  #background68e5ecc3f511a7001230bcc9 {
    margin-bottom: -15px;
}
      .itopplus-footer .col-md-3.col-sm-6.col-xs-12.padding {
        width: 100%;
    }
  .itopplus-footer {
        font-size: 14px;
    }
  .footer-block3 , .footer-block4 , .footer-icon-img {
        display: none;
    }
  .footer-logo {
    width: 45%;
}
      .footer-block2 {
        text-align: center;
    }
  .about-delivery .about-icon {
  grid-template-columns: 20% auto;
    margin-bottom: 20px;
}
  .slogan-block2 {
        grid-template-columns: repeat(1, 1fr);
        padding: 0% 0 15%;
    }
      .about-block .slogan-block-img {
        width: 90%;
        margin: 10% auto 0;
    }
      .Template-B-buttonDetail, .Template-B-buttonDetail:hover {
        width: 40%;
    }
  .shopcartAllDetail {
    padding: 0 0px ! IMPORTANT;
}
  .Shopcart-Related-Main {
    padding: 0 0px;
}
  .Shopcart-Related-Main .col-xs-6.col-sm-12 {
    padding: 0 10px;
}
  .shop-bg-grid {
    grid-template-columns: repeat(1, 1fr);
}
      .shop-bg-text {
        height: inherit;
        padding: 5% 10% 10%;
    }
  .shop-bg-img img {
    width: 15% !important;
    padding: 5px 0;
}
  .payment-block {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 5%;
}
  .hvr-bob {
    padding: 5% 5% 5%;
    display: grid;
    grid-template-columns: 35% auto;
    text-align: left;
    align-items: center;
}
  .hvr-bob img {
    width: 90% !important;
    margin-bottom: 0px;
}
.manage-form-confirm-payment .col-sm-9.col-xs-12.col-md-9 , .manage-form-confirm-payment .col-xs-12.col-sm-8.col-md-8 , .manage-form-confirm-payment .col-xs-12.col-sm-6.col-md-6 {
    padding: 0;
}
.contact-us {
    text-align: left;
    padding: 5% 5% 2%;
}
  .tel-mail {
    grid-template-columns: 20px auto;
    margin: 2px 20% 0px 0;
}
  .no-js #Component68e61714f511a7001230c650 .col-md-6 {
    padding: 0 15px;
}
#iframe68e72a4aa69d16001363ef0b {
    margin: -10px;
}
  #scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
        width: 25%;
    }
  .ProductCheckoutColor {
    color: #444;
    font-size: 1em !important;
    width: 100% ! IMPORTANT;
    padding: 0 !IMPORTANT;
}
      #respCheckout3 {
        font-size: 1em !important;
    }
      #respCheckout1 , #respCheckout2 {
        width: 100% !important;
    }
  #scrolltoshop .form-horizontal .form-group-sm .form-control, #scrolltoshop .input-sm {
    padding: 15px 10px;
}
}




