.itopplus-background {

}
body {
    overflow-x: hidden;
}

.no-js a {
    color: #000;
  	transition: 0.35s;
}
.no-js a:hover {
    color: #65554c;
}
.itopplus-footer {
    color: #fff;
}
.itopplus-footer a {
    color: #fff;
}
.itopplus-footer a:hover {
    color: #ffe1b0;
}


.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_270120240e3s/0/0/2z-z383346741871.webp');
}
.itopplus-bg4 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_270120240e3s/0/0/4z-z1207561772300.webp');
}

/************Menu***************/
.navbar-default .navbar-nav>li>a {
    color: #fff;
    margin: 0 18px;
    padding: 5px 0px;
    font-size: 16px;
}
.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: #fff !important;
    box-shadow: 0px 2px 0px 0px #ffe1b0;
    border-radius: none;
    background: transparent;
    background-color: transparent;
}
.dropdown-menu>li>a {
    color: #fff;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: #65554c;
}

/********Only Sidebar*********/
@media screen and (max-width : 992px) {
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
    color: #fff !important;
}
#controlMenu,
#controlMenu i,
#controlMenu li a {
    color: #fff !important;
}
.navbar-default {
    background: #fff;
}

/*new logo nav*/
.navbar-header {
    display: flex;
    flex-direction: row-reverse;
    box-shadow: 0 0 3px 0 #ccc;
    padding: 0 10px;
}
.itopplus-logo img {
    position: fixed;
    object-fit: contain;
    width: 160px !important;
    top: 15px;
    left: 15px;
}
}

@media screen and (min-width : 1024px) {
.navbar-default {
    background: transparent;
}
#controlBanner {
    object-fit: contain;
    padding: 15px;
    width: auto;
    margin: 0 auto;
}
#controlPosition {
    margin-top: 1.5%;
    text-align: right;
}
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #65554c;
    padding: 0.5% 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
   margin: 0;
}  
.itopplus-bg2 {
    background-attachment: fixed;
}
}

@media screen and (min-width : 1366px) {}



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


/*  JazzByYing */
.JazzByYing-Position {
    display: block;
    overflow: hidden;
}
.JazzByYing {
	transition: 0.35s;
  	-webkit-transform: scale3d(1,1,1);
  	 transform: scale3d(1,1,1);
}
.JazzByYing:hover {
   -webkit-transform: scale3d(1.05,1.05,1);
 	transform: scale3d(1.03,1.03,1);
 	transition: 0.35s;
}

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


/*contenemanager*/
h3.managerHeader {
    display: none;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 0px;
    border-bottom: 0px solid #e1723a;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 16px;
    padding: 6% 5% 10%;
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: none;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px 15px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding-left: 0;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     box-shadow: 0px 0px 20px 5px rgb(217 217 217 / 40%);
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: transparent;
}
.fbcomments, .fbcomments {
    display: none;
}
.thumbnail {
    border: 0px solid #ddd;
}
.img-thumbnail, .thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}
.Contentmanager .img-thumbnail {
    border: 0px solid #ddd;
}
.Contentmanager p {
    white-space: break-spaces;
    font-size: 16px;
}
.Contentmanager .thumbnail {
    background-color: transparent;
}
.img-thumbnail {
    background-color: transparent;
}
.Contentmanager .site .col-section .item.-micro a .img-zoom img:hover {
    transform: scale3d(1.05,1.05,1) !important;
}
.Contentmanager .site .col-section .item.-micro a:hover .img-zoom img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
    transform: scale3d(1.05,1.05,1) !important;
}
.social-share {
    display: none;
}
/*contenemanager*/


/*payment*/
.media-body.padpay1 {
    margin-left: 3%;
}
.hvr-grow.row.row-col {
    transition: 0.35s;
}
.hvr-grow.row.row-col:hover {
    transition: 0.35s;
    transform: translateX(-7px);
}
.textwaypayment p {
    font-size: 18px;
}
.textwaypayment span2 {
    font-size: 24px;
}
.number {
    text-align: center;
    font-size: 30px;
    padding: 5px 0px 3px;
    font-weight: 600;
}
.media-body.padpay1 {
    margin-top: 13px !important;
    font-size: 16px;
}
table.tj td {
    border: 1px solid #dfdfe0 !important;
}
.hvr-grow.row.row-col {
    border-radius: 0px !important;
}
/*payment*/


/* from PAYMENT */
#Component65f2b7563d7531001afd5c7f {
    width: 97%;
    margin: 0 auto;
    border: solid 0px #eaeef5;
}
#Component65f2b7563d7531001afd5c7f .progress {
    width: 138%;
    margin: 15px!important;
}
#Component65f2b7563d7531001afd5c7f .boarder-confirm-payment {
    border: 0px solid transparent!important;
    border-radius: 0px!important;
}
#Component65f2b7563d7531001afd5c7f textarea.form-control {
    height: auto;
    width: 155%;
}
#Component65f2b7563d7531001afd5c7f .btn-success {
    color: #fff;
    background-image: linear-gradient(to bottom,#65554c 0,#65554c 100%);
    background-color: transparent;
    border-color: #ffffff00;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-top: 0px;
    margin-left: 4%;
}
#Component65f2b7563d7531001afd5c7f .btn-success:hover {
    background-position: 0px;
    background: #333;
    color: #fff;
}
#Component65f2b7563d7531001afd5c7f .input-group 
#Component65f2b7563d7531001afd5c7f .form-control {
    height: 50px;
    padding: 0% 2% 0;
    border-radius: 0px;
    font-size: 14px;
    color: #555;
}
#Component65f2b7563d7531001afd5c7f .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);
}
#Component65f2b7563d7531001afd5c7f .form-control:hover {
    border: 1px solid #65554c;
}
#Component65f2b7563d7531001afd5c7f .input-group-addon {
    padding: 10px 15px;
    color: #fff;
    background-color: #65554c;
    border: 1px solid #65554c;
    border-radius: 0px;
}
#Component65f2b7563d7531001afd5c7f .btn-default {
    background-image: linear-gradient(to right, #65554c 0%,#65554c 100%);
    background-repeat: repeat-x;
    border-color: #65554c;
    border-radius: 0px;
    padding: 10px 10px;
    font-size: 16px;
    border: 0px solid transparent;
    color: #fff;
    font-weight: 300;
}
#Component65f2b7563d7531001afd5c7f .btn-default:hover, 
#Component65f2b7563d7531001afd5c7f .btn-default:focus {
    background-color: #fddc43;
	color: #000;
    border-color: #fddc43;
    box-shadow: 0 0 1px black;
}
#Component65f2b7563d7531001afd5c7f .col-md-1 {
    margin-top: 3%!important;
}
#Component65f2b7563d7531001afd5c7f .form-horizontal .control-label {
    font-weight: 400;
}
/* from PAYMENT */


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

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


.empty-hawa90furniture {
    padding: 2%;
}
.block-iconhaw {
    display: flex;
    width: 100%;
    transition: 0.35s;
}
.block-iconhaw:hover {
    transition: 0.35s;
    transform: translateX(-7px);
}
.pad-iconhaw {
    display: flex;
    width: 100%;
    margin-bottom: 5%;
}
.iconhaw {
    width: 30%;
}
.iconhaw-t {
    align-self: center;
    margin-left: 7%;
    font-size: 24px;
    line-height: 1;
}
.iconhaw-t span {
    font-size: 14px;
}
.sectionone-hawa90 h1 {
    color: #65554c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 5.5em;
    white-space: break-spaces;
    line-height: 0.8;
}
.sectionone-hawa90 h1 span {
    font-size: 44px;
}
.sectionone-hawa90 h6 {
    padding: 35px 0px 15px;
}
.sectionone-hawa90 {
    margin-left: 5%;
    width: 100%;
}
.bordertop {
    border-top: 1px solid #bcc254;
    width: 35%;
    float: right;
    position: absolute;
    margin-top: 22%;
    margin-left: 62%;
}
.borderright {
    border-right: 1px solid #bcc254;
    height: 150px;
    position: absolute;
    margin-left: 93%;
}
.hawa90furniture-menu {
    padding: 5% 0% 1%;
    text-align: center;
}
.hawa90furniture-menu h1 {
    font-weight: 600;
}
.bggallery-hawa90-block.top {
    margin-top: 7%;
}
.bggallery-hawa90-block.padding {
    padding: 0px 8px !important;
}
.bggallery-hawa90-block.top2 {
    margin-top: 15px;
    margin-left: -5px;
    width: 92%;
}
.bggallery-hawa90-block.top3 {
    margin-top: 15px;
    margin-left: -5px;
    width: 102%;
}
.hawa90furniture-footer {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5%;
}
.hawa90furniture-col1 {
    width: 115%;
    margin-top: 15%;
}
.copyright {
    font-size: 12px;
    white-space: break-spaces;
    margin-top: 17%;
}
.hawa90furniture-footer-2 {
    white-space: break-spaces;
}
.hawa90furniture-col1.right {
    margin-left: 40%;
}
.block-iconfooter {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.iconfooter {
    width: 8%;
}
.iconfooter-t {
    align-self: center;
    margin-left: 10px;
}
.policy-footer {
    width: 125%;
    margin-top: 10%;
}
.iconshoppe {
    width: 35%;
}
.sectiondesign-hawa90 {
    background: #65554cd1;
    padding: 12% 12% 20% 12%;
}
.sectiondesign-hawa90 h1 {
    font-size: 6em;
    font-weight: 600;
    line-height: 1;
}
.sectiondesign-hawa90 p {
    white-space: break-spaces;
    margin-bottom: 10%;
}
.sectiondesign-hawa90 h6 {
    white-space: break-spaces;
    line-height: 1.3;
    margin-bottom: 5%;
}
.sectiondesign-hawa90 h1 span {
    color: #ffe1b0;
}
.sectiondesign-hawa90 h6 span {
    color: #ffe1b0;
}
.sectiondesign-hawa90 h6 span {
    font-size: 50px;
}
.pd-blockstyle {
    display: flex;
    width: 100%;
}
.blorder-blockstyle {
    width: 50%;
    padding: 10% 0%;
}
.blockstyle {
    font-size: 35px;
    white-space: break-spaces;
    line-height: 1;
    padding: 0% 15%;
}
.blockstyle span {
    font-size: 20px;
}
.pd-blockstyle.boorder {
    border-bottom: 1px solid #bcc254;
}
.blorder-blockstyle.border {
    border-right: 1px solid #bcc254;
}
.itopplus-bg2 {
    background-size: cover;
    background-position: center;
}
.bgdesign {
    width: 120%;
    margin-top: 10%;
    margin-left: -11%;
    margin-bottom: -40%;
}
.hawa90furniture-design {
    margin-top: 4%;
}
.hawa90furniture-head {
    text-align: center;
    padding: 1.5% 0%;
}
.hawa90furniture-head h1 {
    font-weight: 600;
}
.empty-section {
    padding: 1%;
}
.buttonExampleSite {
    border: 0px solid #fff !important;
    color: #fff !important;
    background: #65554c !important;
    border-radius: 0px !important;
    font-weight: 300;
}
.buttonExampleSite:hover {
    background: #65554c !important;
    color: #fff !important;
}
.pdpa-text.pdpamg1 {
    padding: 5% 0%;
}
.ITPcookiebar {
    background-color: #010101ab !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;
}
.head-new {
    text-align: center;
    padding: 3% 0% 4%;
}
.head-new h6 {
    font-weight: 600;
}
.hava90-about {
    margin-top: 5%;
}
.block-iconhawa-contact {
    display: flex;
    width: 100%;
    margin-bottom: 1%;
}
.iconhawa-contact {
    width: 7%;
}
.iconhawa-contact-t {
    align-self: center;
    margin-left: 2%;
}
.pd-iconhawa-contact h3 {
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 2%;
}
.shopcart {
    width: 65px !important;
    height: 65px !important;
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_270120240e3s/40/0/shopz-z629928228707.webp);
    background-position: 42% 50%;
    background-color: #f7eedf;
    right: 2.5%;
    border-radius: 150px !important;
    top: 1%;
    transition: width .3s,height .3s;
    animation: pulse 7s infinite 7s;
}
.bg2 {
    background-color: transparent;
    padding: 14.5% 0%;
    margin-top: 3%;
    border: 1px solid #dfdfe0;
    border-radius: 1px;
}
.shop-shopee {
    background: #ed502e;
    padding: 47% 0%;
    color: #fff;
}
.shop-shopee h6 {
    font-weight: 600;
    text-align: center;
}
.iconshoppe-payment {
    width: 50%;
    margin: 0 auto;
    margin-top: 8%;
}
.pdpapayment {
    background: #65554c;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 15px 25px;
    margin: 0 auto;
}
.pdpapayment {
    background: #65554c;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 15px 25px;
    margin: 0 auto;
}
.col-xs-12.col-sm-12.col-md-12.shopcart-Detail-Detail p span {
    font-size: 16px !important;
}
.Template-C-frame {
    padding: 20px 0px 10px 2px;
}
.Template-C-pic {
    background-color: transparent;
    border: solid 0px #ccc;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    height: auto !important;
}
.Template-C-Name {
    font-size: 16px;
    height: 75px;
    font-weight: 400;
    padding: 0% 5%;
}
.Template-C-Name label {
    font-weight: 400;
}
.priceNoPromotion {
    font-weight: 400;
    font-size: 16px;
}
.Template-C-frame:hover {
    box-shadow: 0 0 0px #585858;
    transition: 0.35s;
    transform: translateY(-7px);
}
.Template-C-frame {
    transition: 0.35s;
}
.Template-C-button {
    width: 65%;
    background-color: #65554c;
    border-radius: 35px;
    font-weight: 400;
    padding: 10px 0px;
}
.Template-C-button:hover {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    background-color: #65554c;
}
.Template-C-Price {
    height: 60px;
}
.Template-C-frame:hover .Template-C-button {
    background: #000;
    color: #fff;
    transition: 0.35s;
}
.Template-C-Icon {
    width: 16%;
}


.shopcartID-Head-Default {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    border-bottom: solid 0px #d8d8d8;
    padding: 10px 0 10px 0;
    font-family: "LINE Seed Sans TH";
}
.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";
}
.shopcart-Cate {
    font-size: 16px;
}
.col-md-12.shopcartSize-Default.shopcartSize label {
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
    font-size: 22px !important;
}
.shopcartlinePrice-Default {
    border-bottom: solid 0px;
    font-family: "LINE Seed Sans TH";
}
.button-attribute-selected {
    color: #65554c !important;
    border: 1px solid #65554c !important;
}
.button-attribute:hover {
    color: #fff !important;
    border: 1px solid #65554c !important;
    background: #65554c;
}

.button-attribute-selected {
    color: #fff !important;
    border: 1px solid #65554c !important;
    background: #65554c !important;
}


.Template-C-PricePromotion {
    color: #000;
    font-weight: 600;
    font-family: "LINE Seed Sans TH";
}
.Template-C-buttonDetail {
    width: 35%;
    background-color: #65554c;
    color: #fff;
    border-radius: 35px;
    font-weight: 400;
    padding: 14px 20px;
    font-family: "LINE Seed Sans TH";
    font-size: 16px;
    transition: 0.35s;
}
.Template-C-buttonDetail:hover {
    width: 35%;
    background-color: #000;
    transition: 0.35s;
}
.col-xs-12.col-sm-12.col-md-12.shopcartDetail-Default.shopcartDetail {
    font-family: "LINE Seed Sans TH";
    font-size: 16px;
    padding: 1% 0% !important;
}
.col-xs-12.col-sm-12.col-md-12.shopcartRelated-Default.shopcartRelated {
    font-family: "LINE Seed Sans TH";
    font-size: 16px;
    padding: 1% 0% !important;
    border-bottom: 1px solid #d8d8d8;
}
.col-xs-4.col-sm-3.col-md-3.ITPquantityWord {
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
    width: 20%;
}
label.Template-C-Item {
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
    margin-left: 25%;
}
.Template-C-Price {
    height: 60px;
    color: #000;
    font-size: 16px !important;
}
.Template-C-Price label {
    font-weight: 400;
}
.row.margin.Shopcart-Related-Main .Template-C-Name {
    height: 90px;
}
.dropdown-menu {
    background-color: #65554c;
    color: #fff;
}
.col-xs-12.col-sm-12.col-md-12.shopcart-Detail-Detail span {
    font-size: 16px;
}
.normalPrice {
    color: #000;
    font-weight: 400;
}
.Template-C-Price label {
    color: #000 !important;
    text-transform: uppercase;
}




.ui.steps .step.active {
    color: #fff;
    background: #65554c;
}
.ui.steps .step.active .title {
    color: #ffffff;
    font-family: "LINE Seed Sans TH";
}
.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: #65554c;
    border: 5px solid #65554c;
}
.btnCheckoutprevious {
    background: #65554c;
    font-weight: 400;
    font-size: 18px;
}
.step5checkout {
    background: #65554c;
    font-family: "LINE Seed Sans TH";
    border: 7px solid #65554c;
}
.shopcart-paymentpage {
    font-size: 18px;
    background: #65554c;
    width: 30%;
    padding: 2%;
}
.Template-H-PriceMember {
    color: #000;
    font-family: "LINE Seed Sans TH";
}
.notificationcart {
    color: white;
    background: #65554c;
    bottom: 30%;
    right: 20%;
}
.img-thumbnail {
    border: 0px solid #ddd;
}
#scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
    margin-top: -2%;
}
.ui.icon.input input {
    font-family: "LINE Seed Sans TH";
}
.price-block {
    color: #000;
    text-align: left;
    white-space: break-spaces;
    padding: 0% 5%;
}
#scrolltoshop {
    margin-top: 6%;
}
.ui.steps .step:first-child {
    border-radius: 0px;
}
.table-responsive-mobile {
    width: 100% !important;
}
.Headcheckout {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}



@media screen and (min-width : 1900px) {
h1 {
    font-size: 3.8em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 34px;
}
p {
    font-size: 20px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}  
.dropdown-menu>li>a {
    font-size: 19px;
}  
.sectionone-hawa90 h1 {
    font-size: 7.5em;
}  
.sectionone-hawa90 h1 span {
    font-size: 60px;
}
.borderright {
    height: 190px;
}  
.iconhaw-t {
    font-size: 30px;
}  
.iconhaw-t span {
    font-size: 18px;
}  
.sectiondesign-hawa90 h1 {
    font-size: 7em;
}
.sectiondesign-hawa90 h6 span {
    font-size: 55px;
}  
.blockstyle {
    font-size: 40px;
}  
.blockstyle span {
    font-size: 30px;
}  
.hawa90furniture-footer {
    font-size: 22px;
}  
.hawa90furniture-footer-2 {
    font-size: 18px;
}
.iconfooter-t {
    font-size: 18px;
}  
.policy-footer {
    font-size: 16px;
}  
.copyright {
    font-size: 16px;
}  
ul.icon-a {
    font-size: 20px;
}
.Contentmanager p {
    font-size: 20px;
}  
.Template-C-Name {
    font-size: 20px;
    height: 100px;
}
.priceNoPromotion {
    font-size: 20px;
}
.Template-C-button.shopbottom span {
    font-size: 18px;
}  
.no-js #Component65f182104fcdb400131b7f09 .form-control {
    padding: 30.5px 14px;
    font-size: 17px !important;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
}  
.shopcart-Cate {
    font-size: 20px;
}
.shopcartID-Head-Default {
    font-size: 28px;
}
.shopcartName-Head-Default {
    font-size: 28px;
}
.shopcartID-Default {
    font-size: 22px;
}
.shopcartName-Default {
    font-size: 22px;
}
.col-md-12.shopcartSize-Default.shopcartSize label {
    font-size: 26px !important;
}
.col-xs-12.col-sm-12.col-md-12.shopcart-Detail-Detail p span {
    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;
}
.col-xs-12.col-sm-12.col-md-12.shopcart-Detail-Detail span {
    font-size: 20px !important;
}
.shopcartlinePrice-Default {
    border-bottom: solid 0px;
    font-size: 18px;
}
.Template-C-Price {
    font-size: 20px !important;
}
.Template-C-buttonDetail {
    font-size: 20px;
}
.Template-C-Quantity {
    font-size: 18px !important;
}
label.Template-C-Item {
    font-size: 18px !important;
}
table.tj td {
    padding: 22.5px 10px !important;
    font-size: 18px !important;
}
.textwaypayment p {
    font-size: 20px !important;
}
.textwaypayment span2 {
    font-size: 28px !important;
}
.media-body.padpay1 {
    font-size: 20px !important;
}
.number {
    font-size: 34px;
}
#Component65f2b7563d7531001afd5c7f .form-horizontal .control-label {
    font-size: 18px;
}
#Component65f2b7563d7531001afd5c7f .form-control {
    padding: 10px 15px;
    font-size: 16px;
}
.ui.steps .step .title {
    font-size: 18px;
}
.table-responsive.table-responsive-mobile {
    font-size: 18px;
}  
.Bodycheckout {
    font-size: 18px;
}  
.Headcheckout {
    font-size: 22px;
}
.panel.panel-default.animated.fadeInDown {
    font-size: 18px;
}  
}

@media screen and (max-width : 1200px) {
.Template-C-Name {
    height: 95px;
}
.iconhawa-contact {
    width: 9%;
}
.bg2 {
    padding: 24% 0%;
}  
.no-js #Component65f182104fcdb400131b7f09 .form-control {
    padding: 23px 14px;
}
}


@media screen and (max-width : 900px) {
h1 {
    font-size: 2em;
}  
h6 {
    font-size: 24px;
}
.navbar-header {
    box-shadow: 0 0 0px 0 #ccc;
}
.navbar-default {
    background: #65554c;
}
.shopcart {
    top: 7%;
}
.navbar-default .navbar-toggle {
    margin-top: 2% !important;
}
.sectionone-hawa90 h1 {
    font-size: 4em;
}
.sectionone-hawa90 h1 span {
    font-size: 32px;
}
.borderright {
    height: 100px;
}
.iconhaw-t {
    font-size: 18px;
}
.sectiondesign-hawa90 h1 {
    font-size: 5em;
    margin-bottom: 15px;
}
.sectiondesign-hawa90 h6 span {
    font-size: 38px;
}
.blockstyle {
    font-size: 26px;
}
.Template-C-Name {
    padding: 0% 0%;
}
.Template-C-button {
    width: 100%;
}
.Template-C-button:hover {
    width: 100%;
}
.block-iconhawa-contact {
    margin-bottom: 2%;
}
.iconhawa-contact {
    width: 11%;
}
.Template-C-buttonDetail {
    width: 30%;
}
.Template-C-buttonDetail:hover {
    width: 30%;
}
.row.margin.Shopcart-Related-Main {
    display: none;
}
#Component65f2b7563d7531001afd5c7f .progress {
    width: 130%;
}  
#Component65f2b7563d7531001afd5c7f .btn-default {
    width: fit-content;
}
}

@media screen and (max-width : 480px) {
h1 {
    font-size: 2em;
}  
.Template-C-Name {
    height: auto;
}
#imagesControl65f14c5c4fcdb400131b723d {
    padding: 0px !important;
} 
.itopplus-bg {
    margin-top: -8px;
}
.sectionone-hawa90 {
    margin-left: 0%;
    margin-top: 15%;
}
.pad-iconhaw {
    display: inherit;
    margin-bottom: 0%;
}
.block-iconhaw {
    margin-bottom: 8%;
}
.iconhaw {
    width: 25%;
}
.sectionone-hawa90 p {
    margin-bottom: 10%;
}
.blockstyle {
    font-size: 22px;
}
.Template-C-button {
    width: 55%;
}
.Template-C-button:hover {
    width: 55%;
}  
.Template-C-Name {
    height: 75px;
}
.Template-C-buttonDetail {
    width: 60%;
}
.Template-C-buttonDetail:hover {
    width: 60%;
}  
table.tj td {
    background-color: rgb(255 255 255 / 0%) !important;
    box-shadow: 5px 5px 16px 0px rgb(60 50 35 / 0%) !important;
    width: 100% !important;
}  
.hawa90furniture-head {
    padding: 4% 0%;
}  
table.tj td {
    font-size: 16px !important;
    width: 100% !important;
    margin-left: 0px !important;
}    
.manage-form-confirm-payment {
    padding: 0% !important;
}  
#Component65f2b7563d7531001afd5c7f textarea.form-control {
    width: 100%;
}
#Component65f2b7563d7531001afd5c7f .progress {
    width: 85%;
}  
article.col-md-6.item.-micro {
    width: 100%;
}  
.Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 100%;
}  
.head-new {
    padding: 3% 0% 10%;
}
}

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

.Template-C-smallpic {
    height: 100%;
}
.itopplus-pos2 {
    background: #f5f4ef;
}

