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

.no-js a {
  color: #444;
  transition: 0.35s;
}
.no-js a:hover {
  color: #78983d;
}
.itopplus-footer {
  color: #fff;
}
.itopplus-footer a {
  color: #fff;
}
.itopplus-footer a:hover {
  color: #fff;
}




.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_27002025p4nd/0/0/1z-z61677736154.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.itopplus-bg2 {
  background-color: #78983d;
  color: #fff;
}
.itopplus-bg4 {
}
.itopplus-bg5 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_27002025p4nd/0/0/5z-z1249291191447.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.itopplus-footer {
  background-color: #78983d;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #444;
  margin: 0;
  padding: 8px 15px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.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 {
  color: #444;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff;
  background: #78983d;
}




@media screen and (max-width: 1023px) {
#controlBanner img {
    position: fixed !important;
    top: 10px;
    left: 10px;
    width: 60px !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.visible-xs {
    flex: 0 1 30px;
    background-color: #78983d !important;
    border-radius: 50%;
}
#itpphonemobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
}
#itpsearchmobile {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
}
.old-image-icon-facebook {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
}
.old-image-icon-line {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
}
.old-image-icon-instragram {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
}
.old-image-icon-youtube {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
}
.new-image-icon-twitter {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
}
}




@media screen and (min-width: 1024px) {
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #fff;
    transition: 0.3s;
}
.itopplus-sticky {
    background: #fff !important;
}
.itopplus-banner > .container {
    display: grid;
    grid-template-columns: 15% auto;
    align-items: center;
}
#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
}
#controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(140px, 100%, 20vw);
    margin: 0 auto;
}
.itopplus-search {
    width: 100%;
    text-align: right;
    color: #444;
}
.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;
}
}



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



/* oscar*/
figure.effect-oscar {
    background: transparent;
}
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: transparent;
}
figure.effect-oscar:hover figcaption {
    background: transparent;
}
figure.effect-oscar h2 {
       margin: 0% 0 0px 0;
    -webkit-transition: -webkit-transform 0.32s;
    transition: transform 0.32s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-oscar:hover h2 {
    opacity: 1;
    transition: 0.32s;
  transform: none!important;
}
.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    text-transform: none;
}
figure.effect-oscar img {
	max-width: none;
	-webkit-transition: opacity 0.32s, -webkit-transform  0.32s;
	transition: opacity  0.32s, transform  0.32s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.05,1.05,1);
}
/* oscar */




/* slide */
#carousel6993d63400c018001372f584 .hidden {
   display: block!important;
   visibility: inherit!important;
   pointer-events: none;
}
.carousel-indicators li {
    border: 1px solid #fff;
}
.carousel-indicators .active {
   background-color: #fff;
 	border-color:#fff;
}
.glyphicon-chevron-left:before, 
.glyphicon-chevron-right:before {
   display: none;
}
/* slide */



/* ฟอร์ม Style 1 */
#formdisplay6993f41c07fbbb00132e9960 .form-control,
#formdisplay69a15746a9747a001318da5f .form-control {
  border: 0px solid #444444;
  border-bottom: 1px solid #444444;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  background-color: transparent;
  padding: 0px 0px 5px;
  font-size: 16px;
  width: 100% !important;
  margin: 0px 0px;
  padding-right: 0px !important;
  color: #444444 !important;
  height: 40px;
}
#formdisplay6993f41c07fbbb00132e9960 .form-control:focus,
#formdisplay69a15746a9747a001318da5f .form-control:focus {
  border-bottom: 1px solid #444444 !important;
  border: 0px solid #444444;
  color: #444444 !important;
}
#formdisplay6993f41c07fbbb00132e9960 .form-control:hover,
#formdisplay69a15746a9747a001318da5f .form-control:hover {
  border-bottom: 1px solid #444444 !important;
  border: 0px solid #444444;
}
#formdisplay6993f41c07fbbb00132e9960 .btn-default:hover,
#formdisplay6993f41c07fbbb00132e9960 .btn-default:focus,
#formdisplay69a15746a9747a001318da5f .btn-default:hover,
#formdisplay69a15746a9747a001318da5f .btn-default:focus {
  background-position: 0 0px;
  background: #ffde00 !important;
  color: #000 !important;
  border: 1px solid #ffde00 !important;
  transition: 0.35s;
}
#formdisplay6993f41c07fbbb00132e9960 .btn-default,
#formdisplay69a15746a9747a001318da5f .btn-default {
  border-color: #0000;
  border: 0px solid #78983d !important;
  font-size: 16px !important;
  text-shadow: none;
  border-radius: 5px !important;
  background: #78983d;
  width: fit-content;
  padding: 10px 30px;
  transition: 0.35s;
  color: #fff;
}
#formdisplay6993f41c07fbbb00132e9960 ::placeholder,
#formdisplay69a15746a9747a001318da5f ::placeholder {
  color: #444444;
}
#formdisplay6993f41c07fbbb00132e9960 span.label,
#formdisplay69a15746a9747a001318da5f span.label {
  display: contents;
}
#formdisplay6993f41c07fbbb00132e9960 a#capchatxt,
#formdisplay69a15746a9747a001318da5f a#capchatxt {
  font-weight: 300;
  color: #000;
  margin-left: 2%;
}
#formdisplay6993f41c07fbbb00132e9960,
#formdisplay69a15746a9747a001318da5f {
  color: #ffffff00 !important;
  width: 100%;
  margin: 0 auto;
  background: transparent !important;
  margin-bottom: 5%;
  color: #444;
}
#formdisplay6993f41c07fbbb00132e9960 .form-control::placeholder,
#formdisplay69a15746a9747a001318da5f .form-control::placeholder {
  color: #444444 !important;
}
#formdisplay6993f41c07fbbb00132e9960 .form-group.col-md-2.col-sm-12,
#formdisplay69a15746a9747a001318da5f .form-group.col-md-2.col-sm-12 {
  width: fit-content;
}
#formdisplay6993f41c07fbbb00132e9960 .form-group.col-md-6.col-sm-12,
#formdisplay69a15746a9747a001318da5f .form-group.col-md-6.col-sm-12 {
  margin-bottom: 0px !important;
}
#formdisplay6993f41c07fbbb00132e9960 .col-md-12.col-sm-12,
#formdisplay69a15746a9747a001318da5f .col-md-12.col-sm-12 {
  padding-right: 15px;
  padding-left: 15px;
}
span.glyphicon.glyphicon-ok-circle {
  display: none;
}
#formdisplay6993f41c07fbbb00132e9960 .btn-success,
#formdisplay69a15746a9747a001318da5f .btn-success {
  background-image: linear-gradient(to bottom, #ffde00 0, #ffde00 100%);
  background-repeat: repeat-x;
  border-color: #ffde00;
}
#formdisplay6993f41c07fbbb00132e9960 .btn-success:focus,
#formdisplay6993f41c07fbbb00132e9960 .btn-success:hover,
#formdisplay69a15746a9747a001318da5f .btn-success:focus,
#formdisplay69a15746a9747a001318da5f .btn-success:hover {
  background-color: #ffde00;
  background-position: 0 -15px;
}
#btnview6993f41c07fbbb00132e9960,
#btnview69a15746a9747a001318da5f {
    margin-left: 35%;
}
#formdisplay69a15746a9747a001318da5f,
#formdisplay6993f41c07fbbb00132e9960 {
  padding: 0px !important;
}
#form6993f41c07fbbb00132e9960,
#form69a15746a9747a001318da5f {
    padding: 0px !important;
}
.CASS-H-head {
    background: transparent;
    border-bottom: 0px;
}
.CASS-H-main {
    background: transparent;
}
#background6993f41c07fbbb00132e9960,
#background69a15746a9747a001318da5f {
    background: #fff;
    padding: 3% 3% 0%;
    border-radius: 20px;
    width: 55%;
    margin: 0 auto;
    margin-bottom: 5%;
    margin-top: 5%;
}
#cookie6993f41c07fbbb00132e9960,
#cookie69a15746a9747a001318da5f {
    color: #444;
    margin-top: -20px;
}
.head-form {
    white-space: break-spaces;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 2%;
}
.head-form-2 {
    text-align: center;
}

/* ฟอร์ม Style 1 */




/* shop */
.shopcart {
    border-radius: 0px 0 0 0;
    -moz-border-radius: 800px 0 0 0;
    border-radius: 50%;
    border: 0px solid transparent;
    width: 60px !important;
    height: 60px !important;
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_27002025p4nd/0/0/cartz-z58559196859.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    transition: width .3s, height .3s;
    cursor: pointer;
    top: 1%;
    right: 1.5%;
    background-color: transparent;
    z-index: 9999;
}
/* shop */





/*from Contact*/
.no-js #Component69943fff019fac00133ad6c7 label {
  display: none !important;
  color: #282828;
}
.no-js #Component69943fff019fac00133ad6c7 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component69943fff019fac00133ad6c7 .form-control {
    border: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 25px 20px;
    background: transparent;
    font-size: 16px !important;
    border-radius: 5px !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075) !important;
}
.no-js #Component69943fff019fac00133ad6c7 .form-control:focus {
  border-bottom: 1px solid #79983d !important;
  border: 1px solid #79983d;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
}
.no-js #Component69943fff019fac00133ad6c7 .btn {
  background: #78983d;
  color: #fff;
  text-shadow: 0 0px 0 #00000000;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
  font-size: 15px;
  font-weight: 400;
  border: 0px solid;
}
.no-js #Component69943fff019fac00133ad6c7 .btn-default:active {
  background: #000;
  background: linear-gradient(to right, #000 0%, #000 100%);
}
.no-js #Component69943fff019fac00133ad6c7 .btn-default:hover,
.no-js #Component69943fff019fac00133ad6c7 .btn-default:focus {
  background-position: 0 0px;
  background: #000;
  border: 0px solid #000;
  color: #fff;
}
.no-js #Component69943fff019fac00133ad6c7 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component69943fff019fac00133ad6c7 span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component69943fff019fac00133ad6c7 ::placeholder {
  color: #444 !important;
}
/*from Contact*/




/*shop*/
.upload-product-from-excel {
    display: inline-block ! IMPORTANT;
}
.itp-shopcart-sp-template-show-setting-selected {
    display: inline-block !important;
}
/*shop*/



/* from PAYMENT */
#Component699529f6b5a4480013264cc9 {
    width: 100%;
    margin: 0 auto;
    border: solid 0px #eaeef5;
}
#Component699529f6b5a4480013264cc9 .progress {
    width: 138%;
    margin: 15px!important;
}
#Component699529f6b5a4480013264cc9 .boarder-confirm-payment {
    border: 0px solid transparent!important;
    border-radius: 0px!important;
}
#Component699529f6b5a4480013264cc9 textarea.form-control {
    height: auto;
    width: 155%;
}
#Component699529f6b5a4480013264cc9 .btn-success {
    color: #fff;
    background-image: linear-gradient(to bottom,#75933c 0,#75933c 100%);
    background-color: transparent;
    border-color: #ffffff00;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-top: 0px;
    margin-left: 4%;
}
#Component699529f6b5a4480013264cc9 .btn-success:hover {
    background-position: 0px;
    background: #333;
    color: #fff;
}
#Component699529f6b5a4480013264cc9 .input-group 
#Component699529f6b5a4480013264cc9 .form-control {
    height: 55px !important;
    padding: 0% 2% 0;
    border-radius: 0px;
    font-size: 14px;
    color: #444;
}
#Component699529f6b5a4480013264cc9 .form-control {
    height: 55px !important;
    padding: 10px 15px;
    font-size: 15px;
    color: #444;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
#Component699529f6b5a4480013264cc9 .form-control:hover {
    border: 1px solid #75933c;
}
#Component699529f6b5a4480013264cc9 .input-group-addon {
    padding: 20px 15px !important;
    color: #fff;
    background-color: #75933c;
    border: 0px solid #75933c;
    border-radius: 0px 5px 5px 0px !important;
}
#Component699529f6b5a4480013264cc9 .btn-default {
    background-image: linear-gradient(to right, #75933c 0%,#75933c 100%);
    background-repeat: repeat-x;
    border-color: #75933c;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 16px;
    border: 0px solid transparent;
    color: #fff;
    font-weight: 400;
}
#Component699529f6b5a4480013264cc9 .btn-default:hover, 
#Component699529f6b5a4480013264cc9 .btn-default:focus {
    background-color: #444 !important;
	 background-image: linear-gradient(to right, #444 0%,#444 100%);
	color: #fff;
    border-color: #444;
    box-shadow: 0 0 1px;
}
#Component699529f6b5a4480013264cc9 .col-md-1 {
    margin-top: 3%!important;
}
#Component699529f6b5a4480013264cc9 .form-horizontal .control-label {
    font-weight: 400;
}
#Component699529f6b5a4480013264cc9 .date-overlay {
    background: white;
    border: 0px solid #ccc;
    border-radius: 0px;
}
#Component699529f6b5a4480013264cc9 .date-input-container {
    height: 55px;
}
/* from PAYMENT */



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

h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 28px;
}
p {
    font-size: 16px;
}
body {
    font-size: 16px;
}
b, strong {
    font-weight: 600;
}




.grid-icon-head {
    display: flex;
    gap: 10px;
    width: 8%;
}
.head-tel {
    display: grid;
    grid-template-columns: 25px auto;
    gap: 7px;
    width: fit-content;
    align-self: center;
}
.grid-contact-head {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.head-tel-2 {
    align-self: center;
}
.icon-head {
    transition: 0.35s;
}
.icon-head:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.copyright {
    text-align: right;
    font-size: 14px;
    margin-bottom: 5%;
}
.grid-footer {
    display: grid;
    grid-template-columns: 25% 15% 17% auto;
    margin-top: 5%;
    gap: 85px;
}
.footer-2 {
    white-space: break-spaces;
    line-height: 2;
    font-size: 15px;
}
.head-footer h3 {
    font-weight: 600;
}
.head-footer {
    margin-bottom: 5%;
}
.logo-footer {
    width: 60%;
    margin: 0 auto;
}
.grid-icon-footer {
    display: flex;
    gap: 5px;
    width: 53%;
    margin: 0 auto;
    margin-top: 8%;
}
.block-tel-footer {
    display: grid;
    grid-template-columns: 20px auto;
    border-radius: 50px;
    border: 1px solid;
    width: fit-content;
    padding: 7px 10px;
    gap: 5px;
    margin: 0 auto;
    margin-top: 5%;
}
.buttonExampleSite {
   border: 0px solid #fff !important;
   color: #fff !important;
   background: #78983d !important;
   border-radius: 5px !important;
   font-weight: 400;
   font-family: "LINE Seed Sans TH";
}
.buttonExampleSite:hover {
    background: #fff !important;
    color: #78983d !important;
}
.pdpa-text.pdpamg1 {
  padding: 6% 0%;
}
.ITPcookiebar {
  background-color: #4e4e4ee0 !important;
  color: #fff !important;
}
.ITPlinkToCookiepage:hover {
  color: #fff !important;
}
.ITPcookiebar {
  width: 100% !important;
  font-size: 14px !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
ul.icon-a {
  font-size: 16px;
}
ul ::marker {
    color: #78983d;
}
.grid-one {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    padding: 5% 0%;
}
.content-healthyhogroup {
    white-space: break-spaces;
}
.grid-one-3 h2 {
    color: #78983d;
    font-weight: 600;
    margin-bottom: 2%;
}
.grid-one-3 {
    margin-left: 5%;
    align-self: center;
}
.btnmore {
    background: #78983d;
    color: #fff;
    width: fit-content;
    padding: 6px 30px;
    border-radius: 5px;
    transition: 0.35s;
}
.grid-one-3 .btnmore {
    margin-top: 7%;
}
.btnmore:hover {
    background: #000;
    color: #fff;
    transition: 0.35s;
}
#background6993e1e4bd66e0001325460a .boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
#background6993e1e4bd66e0001325460a figure.effect-oscar:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.00,1.00,1);
}
#background6993e1e4bd66e0001325460a .grid figure figcaption {
    padding: 0em;
}
#background6993e1e4bd66e0001325460a .grid figure {
    overflow: inherit;
}
#background6993e1e4bd66e0001325460a .thumbs {
    margin-bottom: 0px;
}
.itopplus-bg3 {
    background: #78983d;
    color: #fff;
}
.bg-oem {
    margin-top: -75px;
}
.bg-oem {
    margin-top: -75px;
}
.grid-oem-2 h1 {
    font-weight: 600;
    margin-bottom: 2%;
}
.btn-click {
    background: #fff;
    color: #444;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.35s;
}
.grid-oem-2 .btn-click {
    margin-top: 5%;
}
.grid-oem-2 {
    padding: 17% 0% 0% 15%;
}
.btn-click:hover {
    background: #444;
    color: #fff;
    transition: 0.35s;
}
.grid-certified {
    text-align: center;
    padding: 3% 0% 2%;
}
.grid-certified h2 {
    font-weight: 600;
}
figure.effect-oscar {
    border-radius: 15px;
}
.empty-product {
    padding: 3%;
}
.head-healthyhogroup {
    margin-bottom: 2%;
    text-align: center;
    margin-top: 6%;
}
.head-healthyhogroup h2 {
    color: #78983d;
    font-weight: 600;
}
.review-2 {
    white-space: break-spaces;
}
.grid-rewview {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.block-rewview {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 8%;
}
.grid-bg-review {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 10px;
    margin-top: 7%;
}
.bg-review-2 h3 {
    font-weight: 600;
}
.bg-review-2 {
    align-self: center;
}
.iconmask {
    width: 25%;
    margin-top: -20%;
    margin-bottom: 5%;
}
.grid-review-2 h2 {
    font-weight: 600;
    color: #78983d;
}
.grid-review {
    display: grid;
    grid-template-columns: 30% auto;
    margin-top: 6%;
    margin-bottom: 3%;
}
.grid-review-3 {
    align-self: center;
    text-align: right;
}
figure.effect-oscar h2 {
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.grid-bgproduct {
    display: grid;
    grid-template-columns: auto 72px;
    gap: 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 5% 6%;
    padding-top: 5%;
    text-align: center;
}
.brand-product {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.more-product {
    font-size: 14px;
    text-decoration: underline;
    align-self: center;
}
.head-page-healthyhogroup {
    padding: 1.5%;
    text-align: center;
}
.head-page-healthyhogroup h2 {
    font-weight: 600;
}
.comigsoon {
    padding: 10% 5%;
}
.empty-top {
    padding: 2%;
}
li.itp-shopcart-sp-template-show-setting-selected {
    display: inherit;
}
.block-contact {
    display: grid;
    grid-template-columns: 37px auto;
    gap: 10px;
    margin-bottom: 5px;
}
.block-contact-3 {
    align-self: center;
}
#iframe699523ff019fac00133adb00 iframe {
    border-radius: 20px;
}
.grid-col-bank {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-bottom: 3%;
    margin-top: 1%;
}
.grid-bank {
    margin: 0 auto;
    background: #f5f5f5;
    padding: 10% 0% 10%;
    border-radius: 10px;
    text-align: center;
}
.logo-bank {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.grid-bank h5 {
    font-weight: 600;
}
.logo-qrcode {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 5%;
    margin-top: 2%;
}
.grid-process {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}
.block-process {
    background: #f5f5f5;
    padding: 15% 8%;
    text-align: center;
    border-radius: 20px;
    position: relative;
    white-space: break-spaces;
    transition: 0.2s;
}
.block-process h3 {
    font-weight: 600;
    margin-bottom: 10px;
}
.block-process h1 {
    font-weight: 600;
    color: #78983d;
    font-size: 3em;
}
.block-process:before {
    color: #79983d;
    content: '›';
    position: absolute;
    right: -22px;
    font-size: 3em;
    top: 33%;
}
.block-process:last-child:before {
    color: #fff;
}
.block-process:last-child {
    position: inherit;
}
.block-process:hover {
    color: #fff;
    background: #79983d;
    transition: 0.35s;
    transform: translateY(-7px);
}
.block-process:hover h1 {
    color: #fff;
}
.grid-process-oem {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 4%;
}
.block-iconprocess {
    width: 31%;
    margin-bottom: 3%;
}
.iconprocess {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 7%;
}
.process-2 {
    text-align: center;
}
.process-2 h4 {
    font-weight: 600;
    color: #79983d;
    white-space: break-spaces;
    min-height: 70px;
}
.block-iconprocess {
    transition: 0.35s;
}
.block-iconprocess:hover {
    transition: 0.35s;
    transform: translateY(-7px);
}
.block-iconprocess:hover .iconprocess {
    filter: grayscale(1);
}
.bg-oem-page {
    background: #fffffff5;
    padding: 1% 3% 3%;
    border-radius: 25px;
    margin-bottom: 9%;
    margin-top: 7%;
}
.grid-vision {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.block-vision h4 {
    font-weight: 600;
}
.grid-vision-2 {
    margin-bottom: 5%;
}
.block-vision {
    background: #fff;
    padding: 5%;
    border-radius: 20px;
}
.border-vision {
    border-left: 2px solid #79983d;
    margin-top: 2%;
    padding-left: 4%;
}
.block-vision-2 {
    background: #77983d;
    padding: 3%;
    border-radius: 20px;
    color: #fff;
}
.block-vision-2 .border-vision {
    border-left: 2px solid #79983d;
    margin-top: 1%;
    padding-left: 2%;
}
.block-bg {
    align-self: center;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.block-bg img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.block-bg img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.grid-one.factoey {
    gap: 30px;
}









/*shop*/
.Template-H-pic {
    border-radius: 0px;
    background-color: transparent;
    border: 0px solid transparent;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    height: auto !important;
}
.Template-H-frame {
    border-radius: 0px;
    margin-bottom: 10%;
    padding: 10px 10px 10px 10px;
}
.Template-H-Name label {
    font-weight: 400;
}
.Template-H-Name {
    color: #000;
    font-size: 17px;
    height: 50px;
    overflow: hidden;
    font-weight: 400;
    margin-top: 3%;
    text-align: center;
    font-family: "LINE Seed Sans TH";
}
.priceNoPromotion {
    color: #78983d;
    font-weight: 600;
    font-family: "LINE Seed Sans TH";
    font-size: 20px;
}
.Template-H-Price {
    height: 50px;
}
.Template-H-button {
    width: 55%;
    border: solid 0px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 10px 0px;
    background-color: #78983d;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
    transition: 0.35s;
}
.Template-H-button:hover {
    background: #444;
    transition: 0.35s;
}
.Template-H-frame:hover {
    box-shadow: 0 0 0px #585858;
}
.Template-H-frame:hover .Template-H-button {
    background: #444;
    transition: 0.35s;
}
.Template-H-Price label {
    color: #78983d !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.row.margin.Shopcart-Related-Main .Template-H-Price {
    color: #78983d !important;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.col-xs-12.col-sm-12.col-md-12.shopcartDetail-Default.shopcartDetail {
    font-family: "LINE Seed Sans TH";
    font-size: 18px;
    padding: 1% 0% !important;
    font-weight: 600;
}
.col-xs-12.col-sm-12.col-md-12.shopcartRelated-Default.shopcartRelated {
    font-family: "LINE Seed Sans TH";
    font-size: 18px;
    padding: 1% 0% !important;
    font-weight: 600;
    border-bottom: 1px solid #d8d8d8;
}
.Template-H-Big {
    border: solid 0px #a5a5a5;
}
.shopcartID-Head-Default {
    font-size: 22px;
    color: #000;
    border-bottom: solid 0px #d8d8d8;
    padding: 10px 0 10px 0;
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
}
.shopcartName-Head-Default {
    font-size: 22px;
    color: #000;
    border-bottom: solid 0px #d8d8d8;
    padding: 10px 0 10px 0 !important;
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
}
.shopcartID-Default {
    font-size: 18px;
    border-bottom: solid 0px #d8d8d8;
    padding: 10px 0 10px 0;
    font-family: "LINE Seed Sans TH";
}
.shopcartName-Default {
    font-size: 18px;
    border-bottom: solid 0px #d8d8d8;
    padding: 10px 0 10px 0;
    font-family: "LINE Seed Sans TH";
}
.Template-H-PriceNormal {
    color: #78983d;
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
    font-size: 40px !important;
}
.shopcartlinePrice-Default {
    border-bottom: solid 0px;
    padding: 10px 0 10px 0;
}
label.shopcart-share {
    display: none !important;
}
.Template-H-buttonDetail:hover {
    background: #444;
    transition: 0.35s;
}
.Template-H-buttonDetail {
    cursor: pointer;
    width: 26%;
    border: solid 1px;
    padding: 12px 0 12px 0;
    background-color: #78983d;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
    font-family: "LINE Seed Sans TH";
    transition: 0.35s;
    margin-top: 3% !important;
}
.Template-H-Icon {
    width: 20%;
    padding: 0 8px 5px 0;
}
.col-xs-4.col-sm-3.col-md-3.ITPquantityWord {
    width: 20%;
}
.social-share {
    display: none;
}
.col-xs-4.col-sm-3.col-md-3.ITPquantityWord label {
    font-family: "LINE Seed Sans TH";
    font-weight: 400;
}
.col-xs-4.col-sm-2.col-md-2.ITPquantityUnit label {
    font-family: "LINE Seed Sans TH";
    font-weight: 400;
}
.col-xs-4.col-sm-2.col-md-2.ITPquantityUnit {
    margin-left: 6%;
}
.button-attribute-selected {
    font-family: "LINE Seed Sans TH" !important;
    background: #2d2b55 !important;
    border: 1px solid #2d2b55 !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.button-attribute {
    font-family: "LINE Seed Sans TH" !important;
    border-radius: 5px !important;
}
.button-attribute:hover {
    color: #fff !important;
    border: 1px solid #2d2b55 !important;
    background: #2d2b55 !important;
}
.col-md-12.shopcartSize-Default.shopcartSize.ItpShopSizeName {
    font-family: "LINE Seed Sans TH";
}
.col-md-12.shopcartSize-Default.shopcartSize.ItpShopSizeName label {
    font-weight: 600;
}
.Template-H-PricePromotion {
    color: #000;
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
}
/*shop*/





/* payment shop */
.padding-col.thumbnail.Content5InaRow.rightContentOrder p {
    white-space: break-spaces;
}
.ui.steps .step.active {
    color: #78983d;
    background: #f4f4f4;
}
.ui.steps .step.active .title {
    color: #78983d;
    font-family: "LINE Seed Sans TH";
}
.ui.steps .step .title {
    font-family: "LINE Seed Sans TH";
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
}
.step1checkout {
    background: #f4f4f4;
    border: 5px solid #f4f4f4;
}
.btnCheckoutprevious {
    background: #78983d;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 30px;
    width: fit-content;
    margin-top: 4% !important;
    border: 0px solid #c5e7e8 !important;
    margin-left: 15px !important;
}
.btnCheckoutprevious:hover {
    background: #444;
    color: #fff;
}
.step5checkout {
    background: #78983d;
    font-family: "LINE Seed Sans TH";
    border: 7px solid #eee;
}
.shopcart-paymentpage {
    font-size: 15px;
    text-transform: uppercase;
    background: #78983d;
    width: fit-content;
    padding: 1% 6%;
    margin: 0 auto;
    color: #fff;
    border-radius: 40px;
}
.Template-H-PriceMember {
    color: #78983d;
    font-family: "LINE Seed Sans TH";
}
.notificationcart {
    color: #fff;
    background: #78983d;
    bottom: 30%;
    right: 20%;
}
.notificationcart {
    font-size: 14px;
}
.shopcart .notificationcart {
    width: 20px;
    height: 20px;
    bottom: 35%;
    right: 25%;
}
.shopcart .notificationcart {
    bottom: 40%;
    right: 20%;
}


.img-thumbnail {
    border: 0px solid #ddd;
}
#scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
    width: fit-content;
}
.ui.icon.input input {
    font-family: "LINE Seed Sans TH";
    text-transform: uppercase;
}
.ui.steps .step {
    background: transparent;
}
.ui.steps .step.active:after {
    background: #f4f4f4;
}
.ui.steps .step:after {
    background-color: #f4f4f4;
}
.ui.segment {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 0 0px rgba(39, 41, 43, .15), 0 1px 2px 0 rgba(0, 0, 0, .05);
    margin: 1rem 0;
    padding: 1em 1em;
    border-radius: .2857rem;
    border: none;
}
.Checkout-font-panel {
    color: #444;
    background: transparent;
}
.panel-body {
    padding: 15px;
    background: transparent;
}
.ui.steps .disabled.step {
    cursor: auto;
    background: transparent;
    pointer-events: none;
}
.ui.steps .disabled.step:after {
    background: #fff;
}
.Bodycheckout {
    font-size: 15px;
    color: #444;
    font-weight: 400;
}
.no-js .btn-default {
    text-shadow: 0 0px 0 #fff;
    background-image: linear-gradient(to bottom, #78983d 0, #78983d 100%);
    background-repeat: repeat-x;
    font-size: 16px;
    border-radius: 50px;
    padding: 5px 35px;
}
.no-js .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    border-color: transparent;
}
.no-js .btn-default:focus, .btn-default:hover {
    background-color: #444;
    color: #fff;
    background-position: 0 -15px;
}
.no-js .btn-default {
    color: #fff;
    background-color: #78983d;
    border-color: transparent;
}
.Checkout-font-panel .col-xs-3.col-md-2 {
    width: 100% !important;
}
.Checkout-font-panel .img-circle {
    border-radius: 0%;
    width: 10%;
    margin-left: 5%;
}
label#message-line1 {
    font-weight: 400;
}
label#message-line2 {
    font-weight: 400;
}
label#message-line3 {
    font-weight: 400;
}
label#message-line3 {
    font-weight: 400;
}
.Headcheckout {
    color: #333;
    font-weight: 600;
}
.ui.steps .step::before {
    display: none !important;
}
.step1checkout {
    display: none;
}
.ui.steps.col-md-12.col-sm-12 {
    margin-top: 5%;
}
.no-js .ui.steps .step {
    padding: 10px 0px;
}
label#title-checkout {
    font-weight: 600;
}
label#message-line4 {
    font-weight: 600;
}
.ProductCheckoutColor {
    color: #444 !important;
}
/* payment shop */




.TemplateSpecial-B-pic, .TemplateSpecial-B_5-pic {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    background-color: #fff;
    border: 0px solid #a5a5a5;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}
.TemplateSpecial-B-frame, .TemplateSpecial-B_5-frame {
    padding: 0px 0px 0px 0px;
}
.TemplateSpecial-B-pic, .TemplateSpecial-B_5-pic {
    height: auto !important;
}
.TemplateSpecial-B-frame:hover, .TemplateSpecial-B_5-frame:hover {
    box-shadow: 0 0 0px #585858;
}
.TemplateSpecial-B-Big, .TemplateSpecial-B_5-Big {
    border: solid 0px #a5a5a5;
}
.TemplateSpecial-B-Price, .TemplateSpecial-B_5-Price {
    height: 55px;
    color: #78983d !important;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.TemplateSpecial-B-Name.shoprelate-productName label {
    font-weight: 400;
}
.TemplateSpecial-B-Name, .TemplateSpecial-B_5-Name {
    color: #000;
    font-size: 17px;
    height: 50px;
    overflow: hidden;
    margin-top: 3%;
    font-family: "LINE Seed Sans TH";
}
.TemplateSpecial-B-PriceNormal, .TemplateSpecial-B_5-PriceNormal {
    color: #78983d;
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
    font-size: 40px !important;
}
.TemplateSpecial-B-buttonDetail, .TemplateSpecial-B_5-buttonDetail {
    cursor: pointer;
    width: 26%;
    border: solid 1px;
    background-color: #78983d;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
    font-family: "LINE Seed Sans TH";
    transition: 0.35s;
    margin-top: 3% !important;
}
.TemplateSpecial-B-buttonDetail:hover {
    background: #444;
    transition: 0.35s;
}
.TemplateSpecial-B-Name label {
    font-weight: 400 !important;
}
.TemplateSpecial-B-Price label {
    height: 75px;
    color: #78983d !important;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "LINE Seed Sans TH";
}
.TemplateSpecial-B-button, .TemplateSpecial-B_5-button {
    width: 65%;
    border: solid 0px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 10px 0px;
    background-color: #78983d;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
    transition: 0.35s;
}
.TemplateSpecial-B-frame, .TemplateSpecial-B_5-frame {
    margin-top: 25%;
}
#background69967567019fac00133af2af .Template-H-button {
    width: 75%;
}
#background69967567019fac00133af2af {
    margin-top: 10%;
}
.item.TemplateSpecial-B-frame:hover .TemplateSpecial-B-button, .TemplateSpecial-B_5-button {
    background: #444;
    transition: 0.35s;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: inherit !important;
}
.owl-prev, .owl-next i {
    font-size: 4rem !important;
    color: #cecece;
}
.owl-prev, .owl-next i {
    font-size: 6rem;
    color: #eee !important;
}
.owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0px !important;
    right: -20px  !important;
}
.shopcartID-Head-Default {
    margin-top: 5%;
}
.row.margin.Shopcart-Related-Main .Template-H-Price {
    height: 65px;
}
.TemplateSpecial-B-Price.priceRelateBShow {
    height: 65px;
}


#background69a15746a9747a001318da5f {
    padding: 4% 3% 1%;
}
.grid-product {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin-top: 5%;
    margin-bottom: 3%;
}
.block-product-2 h3 {
    white-space: break-spaces;
    font-weight: 600;
    margin-bottom: 2%;
}
.grid-shopnow {
    display: flex;
    gap: 15px;
    width: 30%;
    margin-top: 1%;
}





.block-rewview {
    transition: 0.35s;
}
.block-rewview:hover {
    background: #78973d;
    color: #fff;
    transition: 0.35s;
}
.CASS-A-top {
    height: auto;
    border-top: solid 0px #d4d4d4;
}
.CASS-A-bottom {
    height: auto;
    border-bottom: solid 0px #d4d4d4;
}
.CASS-A-middle-mid {
    position: relative;
    padding: 0px;
}
.CASS-A-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-A-main {
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, .5);
}
.row.margin.Shopcart-Related-Main .TemplateSpecial-B-frame, 
.row.margin.Shopcart-Related-Main .TemplateSpecial-B_5-frame {
    margin-top: 0%;
}
.grid-founer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 5%;
}
.bg-founer {
    width: 60%;
    margin: 0 auto;
}
.block-founer-2 {
    text-align: center;
    margin-top: 5%;
}
.block-founer-2 h3 {
    font-weight: 600;
}
.block-founer {
    transition: 0.35s;
}
.block-founer:hover {
    transition: 0.35s;
    transform: translateY(-7px);
}
.grid-nakamura {
    text-align: center;
    padding: 5% 2%;
    background: #f6f2ee;
    border-radius: 30px 30px 0px 0px;
    margin-top: 2%;
}
.bg-store img {
    border-radius: 0px 0px 30px 30px;
}
.bg-store {
    margin-bottom: 3%;
}
.block-product-chaho ul {
    margin-bottom: 3px;
    margin-left: -22px;
}
.product-chaho h6 {
    font-weight: 600;
}
.block-product-chaho ul {
    font-weight: 600;
}
.block-product-chaho {
    margin-bottom: 3%;
}
.grid-product-chaho {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin-top: 1%;
}
.product-chaho {
    text-align: left;
    align-self: center;
}
.TabItpContentLandingPage.col-md-12 .tab-content {
    background-color: transparent !important;
    padding: 10px 0px !important;
}
.TabItpContentLandingPage.col-md-12 {
    background: #f6f2ee;
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 5%;
}
.TabItpContentLandingPage.col-md-12 .nav-pills>li+li {
    margin-left: 2px;
    background: #f1e18f;
    border-radius: 50px;
}
.TabItpContentLandingPage.col-md-12 .nav-pills>li.active>a, 
.TabItpContentLandingPage.col-md-12 .nav-pills>li.active>a:focus, 
.TabItpContentLandingPage.col-md-12 .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #78983d;
    border-radius: 50px;
}
.TabItpContentLandingPage.col-md-12 .nav>li>a:focus, 
.TabItpContentLandingPage.col-md-12 .nav>li>a:hover {
    background-color: #78983d;
    color: #fff;
    border-radius: 50px;
}
.TabItpContentLandingPage.col-md-12 .nav-justified>li>a {
    background: #f1e18f;
    border-radius: 50px;
}










@media screen and (min-width: 1900px) {
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 34px;
}
p {
    font-size: 20px;
}
body {
    font-size: 20px;
}
.no-js .dropdown-menu > li > a {
    font-size: 19px;
}
.navbar-default .navbar-nav > li > a {
    padding: 8px 17px;
}
.brand-product {
    font-size: 28px;
}
.more-product {
    font-size: 18px;
}
.grid-bgproduct {
    grid-template-columns: auto 100px;
}
.TemplateSpecial-B-Name, .TemplateSpecial-B_5-Name {
    font-size: 21px;
    height: 60px;
}
.priceNoPromotion {
    font-size: 30px;
}  
.TemplateSpecial-B-Price, .TemplateSpecial-B_5-Price {
    height: 70px;
}
.TemplateSpecial-B-Icon, .TemplateSpecial-B_5-Icon {
    padding: 0 10px 5px 0;
}
.grid-oem-2 {
    padding: 20% 0% 0% 15%;
}
.head-form {
    font-size: 36px;
}
#formdisplay6993f41c07fbbb00132e9960 .form-control,
#formdisplay69a15746a9747a001318da5f .form-control {
    font-size: 20px;
} 
#formdisplay6993f41c07fbbb00132e9960 .btn-default,
#formdisplay69a15746a9747a001318da5f .btn-default {
    font-size: 20px !important;
}
.ITPcookiebar {
    font-size: 16px !important;
}
.buttonExampleSite {
    font-size: 16px !important;
} 
.copyright {
    font-size: 16px;
    margin-bottom: 4%;
}
.block-tel-footer {
    grid-template-columns: 24px auto;
    padding: 7px 16px;
}
.grid-icon-footer {
    gap: 8px;
    width: 50%;
}
.footer-2 {
    font-size: 19px;
}
.Template-H-Name {
    font-size: 21px;
}
.TemplateSpecial-B-Price label {
    font-size: 30px;
}
.Template-H-Price label {
    font-size: 30px;
}
.Template-H-Price {
    height: 65px;
}
.Template-H-Name {
    height: 65px;
}
ul.icon-a {
    font-size: 20px;
}
.row.margin.Shopcart-Related-Main .Template-H-Price {
    font-size: 30px;
}  
.shopcartID-Head-Default {
    font-size: 30px;
}
.shopcartName-Head-Default {
    font-size: 30px;
}
.shopcartID-Default {
    font-size: 24px;
}
.shopcartName-Default {
    font-size: 24px;
}
.Template-H-PriceNormal {
    font-size: 50px !important;
}  
.col-xs-4.col-sm-3.col-md-3.ITPquantityWord label {
    font-size: 20px !important;
}
.col-xs-4.col-sm-2.col-md-2.ITPquantityUnit label {
    font-size: 20px !important;
}
.col-xs-12.col-sm-12.col-md-12.shopcartDetail-Default.shopcartDetail {
    font-size: 20px;
}
.col-xs-12.col-sm-12.col-md-12.shopcartRelated-Default.shopcartRelated {
    font-size: 20px;
}
.iconprocess {
    width: 30%;
}
.process-2 h4 {
    min-height: 85px;
}  
.block-process:before {
    right: -27px;
}  
#Component699529f6b5a4480013264cc9 .form-control {
    font-size: 18px;
    height: 60px !important;
}
#Component699529f6b5a4480013264cc9 .btn-default {
    font-size: 19px;
}
.block-contact {
    grid-template-columns: 45px auto;
    margin-bottom: 8px;
}
.no-js #Component69943fff019fac00133ad6c7 .form-control {
    padding: 30px 20px;
    font-size: 19px !important;
}
.no-js #Component69943fff019fac00133ad6c7 .btn {
    font-size: 19px;
}
#iframe699523ff019fac00133adb00 iframe {
    height: 275px;
}
.head-tel {
    grid-template-columns: 30px auto;
}
.grid-icon-head {
    width: 6%;
}
.Bodycheckout {
    font-size: 19px;
}  
.Headcheckout {
    font-size: 22px;
}
.btnCheckoutprevious {
    font-size: 20px;
}
.ui.steps .step .title {
    font-size: 19px;
}
.btnCheckoutprevious {
    font-size: 19px;
}
.panel-body.Checkout-font-panel .form-horizontal .form-group-sm .form-control, .input-sm {
    height: 50px !important;
    font-size: 16px !important;
}
#btnview6993f41c07fbbb00132e9960 {
    margin-left: 38%;
}
.bg-oem {
    margin-top: -100px;
}
.row.margin.Shopcart-Related-Main .Template-H-Price {
    height: 75px;
}
.TemplateSpecial-B-Price.priceRelateBShow {
    height: 75px;
}
.TemplateSpecial-B-Price, .TemplateSpecial-B_5-Price {
    font-size: 30px;
}
.shopcart {
    top: 2%;
}
.grid-shopnow {
    width: 25%;
}  
}






@media screen and (max-width: 1191px) {
h1 {
    font-size: 2em;
}  
h2 {
    font-size: 2.5em;
}  
.navbar-default .navbar-nav > li > a {
    padding: 8px 8px;
} 
.content-healthyhogroup {
    white-space: inherit;
}  
.TemplateSpecial-B-button, .TemplateSpecial-B_5-button {
    width: 90%;
}  
#background69967567019fac00133af2af .Template-H-button {
    width: 100%;
}  
.bg-oem {
    margin-top: -55px;
}
.grid-oem-2 {
    padding: 12% 5% 0% 5%;
}  
.review-2 {
    white-space: inherit;
}  
.bg-review-2 h3 {
    font-size: 16px;
}  
#background6993f41c07fbbb00132e9960,
#background69a15746a9747a001318da5f {
    width: 75%;
}  
.grid-icon-footer {
    width: 60%;
}  
.TemplateSpecial-B-Name, .TemplateSpecial-B_5-Name {
    height: 65px;
}
.Template-H-Name {
    height: 65px;
}
.Template-H-button {
    width: 70%;
}  
.Template-H-PriceNormal {
    font-size: 30px !important;
}  
.grid-one {
    gap: 40px;
}  
.grid-bank {
    padding: 10% 0% 10%;
}  
#Component699529f6b5a4480013264cc9 .btn-default {
    width: fit-content;
}  
.shopcart {
    top: 20%;
}  
.no-js #Component69943fff019fac00133ad6c7 .form-control {
    padding: 23px 20px;
}  
.row.margin.Shopcart-Related-Main .Template-H-Price {
    height: 75px;
}
}



@media screen and (max-width: 900px) {
h1 {
    font-size: 1.8em;
}
#carousel69959a474fb30d001349df49 {
    display: none;
}
.grid-one {
    gap: 20px;
}
#background6993eda500bd87001390e6bc .col-md-3.col-sm-4.col-xs-4,
#background69952694e6cd480013909fa1 .col-md-3.col-sm-4.col-xs-4 {
    width: 25%;
}
.TemplateSpecial-B-frame, .TemplateSpecial-B_5-frame {
    margin-top: 0%;
}
#background69967567019fac00133af2af .TemplateSpecial-B-frame, .TemplateSpecial-B_5-frame {
    margin-top: 0%;
}
#background69967567019fac00133af2af {
    margin-top: 0%;
}
#background69967567019fac00133af2af .col-xs-6.col-sm-3 {
    width: 33.5%;
}
.grid-oem-2 {
    padding: 8% 5% 0% 5%;
}
#background6993e1e4bd66e0001325460a .thumbs {
    margin-bottom: -7px;
}
.grid-review {
    grid-template-columns: 40% auto;
}
.itopplus-bg5 {
    background-size: cover;
}
#background6993f41c07fbbb00132e9960,
#background69a15746a9747a001318da5f {
    width: 90%;
}
#display2 {
    width: 103%;
}
.grid-footer {
    grid-template-columns: 26% 11% 14% auto;
    gap: 50px;
}
.block-tel-footer {
    margin-top: 10%;
}
.grid-icon-footer {
    width: 75%;
}
.Template-H-button {
    width: 100%;
}  
.row.margin.Shopcart-Related-Main {
    display: none;
}  
.manage-form-confirm-payment {
    padding: 5% !important;
}  
#background699529f6b5a4480013264cc9 .col-xs-3.col-sm-2.col-md-2 {
    width: 20%;
}
#Component699529f6b5a4480013264cc9 .progress {
    width: 133%;
}
.review-2 {
    min-height: 100px;
}
.grid-bg-review {
    grid-template-columns: 100%;
}
.bg-review {
    width: 50%;
}
.itopplus-bg {
    background-size: cover;
}
.block-iconprocess {
    width: 46%;
}
.iconprocess {
    width: 28%;
    margin-bottom: 4%;
}
.head-form {
    margin-top: 5%;
}
button#itpMenuSideBar {
    margin-top: 5px !important;
}
}





@media screen and (max-width: 480px) {
h2 {
    font-size: 2em;
}
#carousel69959a474fb30d001349df49 {
    display: inherit;
}
#background6993f41c07fbbb00132e9960,
#background69a15746a9747a001318da5f  {
    width: 100%;
}
#imagesControl69959a474fb30d001349df49,
#imagesControl6993e1fbbd66e00013254622 {
    padding: 0px !important;
}
.grid-one {
    grid-template-columns: repeat(1, 1fr);
    padding: 15% 0%;
}
.TemplateSpecial-B-button, .TemplateSpecial-B_5-button {
    width: 100%;
}
#background69967567019fac00133af2af .col-xs-6.col-sm-3 {
    width: 50%;
}
#mainmenu6993e1e4bd66e0001325460a {
    margin: -10px;
}
#background6993e1e4bd66e0001325460a .thumbs {
    margin-bottom: -20px;
}
.grid-oem-2 {
    padding: 12% 5% 30% 5%;
}
.grid-review {
    grid-template-columns: 100%;
    margin-top: 15%;
}
.grid-review-3 {
    text-align: left;
    padding: 5% 0%;
}
.grid-rewview {
    grid-template-columns: repeat(2, 1fr);
}
.block-rewview {
    margin-bottom: 10%;
}
.head-form {
    white-space: inherit;
    font-size: 22px;
}
#display2 {
    width: 107%;
}
#editor1, #editor2, #editor3, #editor4 {
    display: none;
}
#btnview6993f41c07fbbb00132e9960 {
    margin-left: 25%;
}
.grid-footer {
     grid-template-columns: 100%;
}
.grid-footer-2, .grid-footer-3, .grid-footer-4 {
    display: none;
}
.copyright {
    text-align: center;
    margin-bottom: 20%;
}
.grid-icon-footer {
    width: 50%;
    margin-top: 5%;
}
.block-tel-footer {
    margin-top: 5%;
}
#formdisplay6993f41c07fbbb00132e9960,
#formdisplay69a15746a9747a001318da5f {
    margin-bottom: 0%;
}
.grid-vision {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10%;
    margin-bottom: 10%;
}
.head-page-healthyhogroup h2 {
    font-size: 1.6em;
}
.Template-H-buttonDetail {
    width: 50%;
}
.grid-one-3 {
    margin-left: 0%;
    margin-top: 5%;
}  
.block-iconprocess {
    width: 100%;
    padding: 0% 10%;
}
.iconprocess {
    width: 35%;
    margin-bottom: 4%;
}
.bg-oem-page .head-healthyhogroup {
    margin-bottom: 15%;
}
.process-2 h4 {
    min-height: auto;
}
.grid-one.oem {
    padding: 10% 0%;
}
.grid-process {
    grid-template-columns: repeat(1, 1fr);
}
.block-process {
    padding: 5% 10%;
    white-space: inherit;
}
.block-process:before {
    display: none;
}
.grid-col-bank {
    grid-template-columns: repeat(1, 1fr);
}
#background699529f6b5a4480013264cc9 .col-xs-3.col-sm-2.col-md-2 {
    width: 40%;
}
#Component699529f6b5a4480013264cc9 textarea.form-control {
    width: 100%;
}
#Component699529f6b5a4480013264cc9 .progress {
    width: 85%;
}
.owl-theme .custom-nav {
    left: -20px !important;
    right: -20px !important;
}
body, html { 
    overflow-x: hidden; 
}
.bg-oem {
    margin-top: -40px;
}
#contentnewmode699561a7019fac00133ae485 .grid-one-2 {
    margin-top: 15%;
}
.shopcart {
    top: 30%;
}
.logo-footer {
    width: 45%;
}
.grid-footer {
    margin-top: 10%;
}
.grid-product {
    grid-template-columns: repeat(1,1fr);
}  
.itopplus-slide {
    margin: -20px;
}  
.grid-nakamura {
    padding: 10% 8%;
}
 .grid-founer {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10%;
}
.block-founer-2 h3 {
    font-weight: 600;
    font-size: 16px;
} 
.block-founer-2 h3 {
    font-size: 16px;
}
.grid-product-chaho {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 1%;
}  
.product-chaho {
    padding: 4%;
}
.grid-product {
    margin-top: 10%;
}
}




.blocl-slide-justzoop {
    text-align: center;
    padding: 8% 0%;
}
#background69b77f24915e01001396b895 .imgLightbox img {
    border-radius: 15px;
}


