.itopplus-background {

}
body {
      font-size: 16px;
      overflow-x: hidden;
      color: #171719;
}
a {
    color: #171719;
}
a:hover {
    color: #ffcd32;
}
b, strong {
    font-weight: 600;
}

.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_07072024vptr/0/0/2z-z343513001233.webp');
      background-size: cover;
}

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

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

.dropdown-menu>li>a {
    font-size: 1.1em;
    color: #171719;
    padding: 7px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: #4c4d4d;
}

@media screen and (max-width: 992px) {

    #controlBanner img {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 30px !important;
        z-index: 10000;
    }

    .navbar-default,
    .navbar-header,
    #ItopplusMainSidebar {
        background: #4c4d4d !important;
    }

    #ItopplusMainSidebar a {
        color: #fff !important;
        text-align: left !important;
    }

    #itpMenuSideBar span.icon-bar {
        background: #fff !important;
    }

    .navbar-header i {
        filter: brightness(0) invert(1);
    }
}

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

    .itopplus-banner .container::before,
    .itopplus-banner .container::after {
        display: none;
    }

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

    .itopplus-banner {
        background: #4c4d4d;
        transition: .3s;
    }

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

    #controlBanner {
        object-fit: contain;
        padding: 10px;
        width: 150%;
      	min-width: 120px;
        margin: 0 auto;
        transition: .3s;
    }

    .itp-block {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #nav-menu {
        text-align: right;
        background-color: transparent;
    }

    .itopplus-search {
        text-align: right;
        color: #fff;
    }

    #itopplus-nav-bar>li {
        display: -webkit-inline-box;
    }

    .itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent):not(.dropdown-submenu):after {
        content: '|';
        display: grid;
        place-content: center;
        color: #fff;
    }



}





/**/
.h1, h1 {
    font-size: 3.8em;
}
.h2, h2 {
    font-size: 3em;
}
.h3, h3 {
    font-size: 1.8em;
}
.h4, h4 {
    font-size: 1.2em;
}
.h5, h5 {
    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;
}
/**/



/*header*/
.contact-header-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 43%;
    justify-content: end;
    float: right;
    margin-right: 5%;
    font-size: 0.9em;
}
.contact-header {
    background: #f4f4f4;
    color: #171719;
    display: grid;
    grid-template-columns: 10% auto;
    gap: 5px;
    padding: 7px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.contact-header:hover {
    background: #486a7d;
    color: #ffffff;
}
.contact-header:hover img {
    filter: brightness(10);
}
.shopcart {
    z-index: 888;
    border-radius: 888px 888px 888px 888px;
    -moz-border-radius: 800px 0 0 0;
    -webkit-border-radius: 800px;
    border: 0 solid #000;
    width: 45px !important;
    height: 45px !important;
    background-image: url(https://itp1.itopfile.com/Images/Shopcart/cart.webp);
    background-size: 25px;
    background-color: #ffcd32;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    -webkit-transition: width .3s, height .3s;
    transition: width .3s, height .3s;
    cursor: pointer;
    bottom: 0;
    right: 10%;
    top: 2.8%;
}
/*header*/



/*footer*/
.itopplus-footer {
    font-size: 14px;
}
.itopplus-footer h4 {
    margin: 0px 0 15px;
    font-weight: 600;
}
.itopplus-footer h3 {
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0px 0 30px;
    font-weight: 600;
}
.itopplus-footer a {
    color: #fff;
}
.itopplus-footer a:hover {
    color: #ffcd32;
}
.footer-logo {
    width: 25%;
    margin: 0 0 25px;
}

.footer-pd1 {
    padding-left: 12%;
}
.footer-pd1 ul li {
    margin-left: -20px;
    margin-bottom: 10px;
}
.footer-pd2 {
    padding-left: 10%;
}
.footer-icon-img {
    display: flex;
    gap: 10px;
    width: 35%;
}
.icon-img {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.copy-right {
    margin-top: 30px;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #476a7d !important;
    color: #476a7d !important;
    font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
    background: #476a7d !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: 6% 2% 2%;
}
/**/
.product-bg {
    background: #4c4d4d;
    color: #fff;
    padding: 4%;
    font-size: 1.3em;
    font-weight: 600;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    color: #fff;
    border-bottom: solid 0px #585858!important;
}
.menuVertical .nav-pills>li>a {
    color: #000000;
    background-color: #fff;
    border-bottom: solid 1px #e7e7e7;
    padding: 15px 10px 15px 15px;
    border-radius: 0px;
}
.menuVertical .nav>li>a:hover, .nav>li>a:focus {
   color: #fff;
   background-color: #4c4d4d;
   border-bottom: solid 1px #e7e7e7!important;
}
.menuVertical .nav-stacked>li+li {
   border-bottom: solid 0px transparent;
}
/*แบบกดแล้วโชว์ทั้งหมด*/
.menuVertical .caret {
    float: right;
    margin-top: 10px;
}
.menuVertical .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 2px 0 0;
    color: #fff;
    font-weight:normal;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.no-js .menuVertical .dropdown-menu>li>a:hover , .no-js .menuVertical .dropdown-menu>li>a:focus {
    background-color: #4c4d4d;
}
.no-js .menuVertical .dropdown-menu>li>a {
   background-image: none;
    color: #ffffff !important;
    background-color: #4c4d4d;
    margin-top: -12px;
    margin-bottom: 0px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 15px 10px 20px 10px;
    white-space: inherit;
}
/**/
/*footer*/




/*หน้าแรก*/
.contact-us {
    text-align: right;
    padding: 1% 20%;
    font-size: 1.4em;
}
.contact-us h4 {
    font-weight: 600;
    font-size: 1.3em;
    margin: 0;
}
.contact-block {
    background: transparent;
    border: 1px solid #2c2c2c;
    color: #171719;
    font-family: "Josefin Sans", sans-serif;
    display: grid;
    grid-template-columns: 11% auto;
    gap: 10px;
    padding: 3% 6%;
    align-items: center;
    transition: 0.5s;
}
.contact-block:hover {
    background: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #ffffff;
}
.contact-block:hover img {
    filter: brightness(10);
}
.contact-block-text {
    font-size: 0.9em;
}
.contact-block h4 {
    font-weight: bold;
    margin: 0;
}
.padding-pd {
    padding: 1%;
}
.product-head {
    font-size: 3em;
}
.product-head h1 {
    white-space: pre-line;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 0;
    line-height: 1;
    font-weight: bold;
    font-size: 3.7em;
}
figure.effect-phoebe {
    background: transparent;
}
figure.effect-phoebe img {
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: 0.5s;
}
figure.effect-phoebe:hover img {
    transform: scale(1.1);
}
.grid figure figcaption {
    padding: 1em 0;
}
.grid figure h2 {
    word-spacing: normal;
    font-weight: 400;
}
figure.effect-phoebe h2 {
    margin-top: 0em;
    -webkit-transition: transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 0px, 0);
    font-size: 1.3em;
    text-align: left;
    float: right;
    padding-right: 4%;
}
figure.effect-phoebe h2 h3 {
    color: #ffcd32;
    font-weight: 600;
    font-size: 1.2em;
    margin: 5px 0;
}
.menu-align {
    text-align: center;
    padding: 5% 0 2%;
}
.menu-align h4 {
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
}
.menu-align h2 {
    color: #5b7444;
    font-weight: 600;
    margin: 10px 0 0;
}
/*หน้าแรก*/


/*สินค้า*/
.menu2-align {
    padding: 6% 0 1%;
    border-bottom: 1px solid #ccc;
}
.menu2-align h3 {
    color: #5b7444;
    font-weight: 600;
    margin: 0;
}
/*shop*/
.Template-B-frame {
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    margin-bottom: 10%;
    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 {
    background-color: #fff;
    border: solid 0px #d1d1d1;
    padding: 0px;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    height: inherit !important;
}
.itopplusDelImage {
    transition: 0.5s;
}
.itopplusDelImage:hover {
    transform: scale(1.1);
}
.Template-B-Name {
    color: #060709;
    font-size: 1em;
    height: 75px;
    overflow: hidden;
    font-weight: 400;
    margin-top: 0%;
    line-height: 1.4;
    padding: 3% 0px;
}
.Template-B-Name label,.Template-B-Price label {
    font-weight: 400;
}
.Template-B-Price span {
    font-weight: 500;
}
.Template-B-Price label {
    color: #eb1c24 !important;
}
.Template-B-Price {
    color: #eb1c24;
    font-weight: 600;
    height: 65px;
    text-align: center !important;
    font-size: 1em;
    padding: 0 0px !important;
}
.Template-B-PriceNormal {
    font-size: 1em !important;
    color: #eb1c24;
    font-weight: 600;
}
.Template-B-PriceNormal strike {
    color: #eb1c24;
    font-size: 1em;
}
label.Template-B-PriceNormal {
    color: #eb1c24;
}
.Template-B-PricePromotion {
    color: #eb1c24;
    font-size: 1em !important;
    font-weight: 600;
}
.promotionPrice {
    color: #eb1c24;
    font-weight: 500;
    font-size: 1em;
}
label.Template-B-PriceNormal {
    color: #eb1c24;
}
.priceNoPromotion {
    color: #eb1c24;
    font-size: 1em;
    font-weight: 500;
}
span.promotionPrice {
    color: #eb1c24 !important;
    font-size: 1em;
    font-weight: 500;
}
strike.promotionPrice {
    color: #eb1c24;
}
.normalPrice {
    color: #eb1c24;
    font-weight: 500;
    font-size: 1em !important;
}
span.normalPrice {
    color: #eb1c24;
}
.Template-B-innerPic {
    transition: 0.5s;
}
.Template-B-innerPic:hover {
    transform: scale(0.9);
}
.Template-B-button {
    background-color: #4c4d4d;
    color: white;
    border-radius: 0px;
    font-weight: 400;
    font-size: 0.9em;
    padding: 5px 0 5px 0%;
}
.Template-B-button:hover {
    background-color: #ffcd32;
    color: #000;
}
.Template-B-button,.Template-B-button:hover {
    width: 45%;
}
.Template-B-Icon {
    width: 20% !important;
    padding: 0 3px 5px 0;
    display: inline-block !important;
}
.Template-B-button:hover img , .Template-B-buttonDetail:hover img {
    filter: invert(1);
}
.shopcart-Cate {
    margin: 7% auto 0;
}
.Template-B-CateName,.Template-B-ProName {
    color: #444444;
    font-size: 1.5em;
    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: 1em;
    color: #060709;
    border-bottom: solid 0px #e7e7e7;
    padding: 10px 0 10px 0;
}
.shopcartID-Default,.shopcartName-Default {
    font-size: 1.1em;
    border-bottom: solid 0px #e7e7e7;
    padding: 10px 0 10px 0;
    font-weight: 600;
}
.Template-B-Big {
    width: 100%;
    overflow: hidden;
    border: solid 0px #0672c2;
    border-radius: 20px;
}
.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-weight: 500;
    font-size: 20px;
}
.shopcartlinePrice-Default .col-md-5 {
    width: 100%;
}
.shopcartlinePrice-Default {
    border-bottom: solid 0px;
}
.shopcartlinePrice-Default select.input-sm {
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.Template-B-Quantity,.Template-B-Item {
    color: #060709;
    font-size: 1em !important;
    font-weight: 400;
}
.Template-B-buttonDetail,.Template-B-buttonDetail:hover {
    width: 25%;
}
.Template-B-buttonDetail {
    background-color: #4c4d4d;
    margin: 5px 0 0 120px;
    color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 400;
    padding: 7px 0 7px 0 !important;
}
.Template-B-buttonDetail:hover {
    background-color: #ffcd32;
    color: #000;
}
.shopcartDetail-Default {
    font-size: 1.5em;
    font-family: "LINE Seed Sans TH";
    font-weight: 600;
    padding: 1% 0 !important;
    color: #060709;
}
.shopcart-Detail-Detail {
    text-align: left;
}
.shopcart-Detail-Detail h4 {
    font-weight: 600;
    margin: 20px 0 5px;
    font-size: 1.2em;
    line-height: 1.2;
}
.shopcartRelated-Default.shopcartRelated {
    font-size: 1.5em;
    font-weight: 600;
    color: #060709;
}
.ui.steps .step .title {
    font-family: "LINE Seed Sans TH";
    font-weight: 500;
    font-size: 1.25em;
}
.ui.steps .step {
    padding: 10px 10px;
}
.ui.steps .step:first-child {
    padding-left: 0em;
}
.ui.steps .step.active .title {
    color: #060709;
}
.table-responsive-mobile {
    white-space: inherit;
    width: 100%;
}
.step1checkout {
    background-color: #060709;
    border: 5px solid #060709;
}
.Headcheckout {
    color: #060709;
    font-weight: 600;
}
.btnCheckoutprevious {
    background-color: #060709;
    font-weight: 600;
}
.boarder-confirm-payment {
    border: 0px solid #e3e3e3 !important;
}
.form-horizontal .form-group-sm .form-control,.input-sm {
    font-size: 14px;
}
.step5checkout {
    background-color: #060709;
    border: 7px solid #060709;
}
.shopcart-paymentpage {
    background-color: #060709;
}
.Shopcart-Related-Main .Template-B-Name {
    padding: 3% 0px;
}
.col-xs-12.col-sm-4, .col-xs-12.col-sm-3, .col-xs-6.col-sm-3 {

}
.Bodycheckout {
    font-size: 1em;
}
#scrolltoshop .form-horizontal .form-group-sm .form-control, #scrolltoshop .input-sm {
    height: 45px;
    border-radius: 0px;
}
#scrolltoshop .col-xs-3.col-sm-2.col-md-2 {
    width: 8%;
}
.coming-soon {
    width: 80%;
    margin: 0 auto;
}
table.tj2 {
   width:100%;
}

table.tj2 td {
     border: 1px solid #ccc;
    padding: 12px;
    text-align: center;

}
/*shop*/

/*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: #4c4d4d;
    border-color: #4c4d4d;
}
.pagination>li>a, .pagination>li>span {
    color: #4c4d4d;
      font-size: 0.8em;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #4c4d4d;
    background-color: #f7f7f7;
}
/*pagination*/
/*สินค้า*/


/*payment*/
.hvr-bob {
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    padding: 0px 10px 20px 10px;
    height: 305px;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    font-size: 1em;
}
.hvr-bob:hover,.hvr-bob:focus,.hvr-bob:active {
    transform: translateY(-10px);
}
.hvr-grow {
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    width: 100%;
    margin-bottom: 0px;
    font-size: 1em;
    background-color: #f4f4f4;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    transform: scale(1.03);
}
.hvr-bob img {
    width: 70% !important;
}
.payment1 {
    font-size: 1.4em;
    font-weight: 600;
    padding: 5% 0 0;
}
.padpay1 {
    padding-top: 2%;
}
.MainBankClass1 {
    height: 350px;
}
.MainBankClass1 h4 {
    font-weight: 600;
    margin: 10px 0;
}
.MainBankClass1 h3 {
    font-size: 1.8em;
    margin: 5px 0 10px;
}
.boarder-confirm-payment {
    border: none !important;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0% 0;
}
.boarder-confirm-payment label.col-xs-12.col-sm-3.col-md-3.control-label {
    font-size: 1em;
    font-weight: 400;
    padding-top: 15px;
}
.boarder-confirm-payment span.label {
    font-size: 0.8em;
    font-weight: 400;
}
/*form payment*/
.input-group-addon {
    color: #fff;
    background-color: #4c4d4d;
    border: 1px solid #4c4d4d;
    border-radius: 0px;
    padding: 6px 15px;
    font-size: 1em;
}
.no-js .confirm-payment .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 12px;
    font-size: 0.9em;
    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: linear-gradient(to right, #4c4d4d 0, #4c4d4d 25%, #4c4d4d 50%, #4c4d4d 75%, #4c4d4d 100%);
    color: #fff;
    text-shadow: 0 0px 0 #eb1b24;
    background-repeat: repeat-x;
    border-color: #eb1b24;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 0.9em;
    border: 0px solid transparent;
    width: auto;
}
.no-js .confirm-payment .btn-default:active {
    background-color: #4c4d4d;
}
.no-js .confirm-payment .btn-default:hover, .no-js .confirm-payment .btn-default:focus {
    background-position: 0 0px;
    background-color: #4c4d4d;
}
.policy-des {
    padding: 5% 0;
}
.policy-des h3 {
    font-weight: 600;
}
.policy-des span {
    font-size: 1.1em;
    font-weight: 600;
}
.BankAutoHeight img {
    width: 60px !important;
    border-radius: 15px;
}
.shop-icon {
    display: grid;
    grid-template-columns: 18% auto;
    align-items: center;
    gap: 25px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    border-radius: 50px;
    color: #231f20;
    transition: 0.5s;
}
.shop-icon:hover {
    transform: scale(1.1);
}
.shop-icon h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.15em;
    color: #eb1b24;
}
/*payment*/



/*ติดต่อเรา*/
.contact-address {
    text-align: center;
    padding: 3% 0 0;
}
.contact-address h4 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 5px;
}
.contact-block:hover a {
    color: #fff;
}
/*form Contact*/
.CASS-D-border {
    background: #f4f4f4 !important;
    width: 50%;
    margin: 3% auto 0;
    padding: 2%;
}
.CASS-C-head, .CASS-D-head {
    font-family: "LINE Seed Sans TH";
}
.CASS-D-head h3 {
    margin: 20px 0 10px;
    color: #5b7444;
    font-size: 2.2em;
    font-weight: 600;
    text-align: center;
}
.CASS-D-border .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0px !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: 27px 0px 20px;
    font-weight: 500;
    color: #1d1d1d !important;
}
.CASS-D-border .form-control::placeholder {
    color: #1d1d1d !important;
}
.CASS-D-border .form-control:hover  {
    border-bottom: 1px solid #4c4d4d;
}
.CASS-D-border .form-control:focus {
    border-bottom: 1px solid #4c4d4d;
    -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: #1d1d1d!important;
}
.CASS-D-border .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #4d4d4d 0, #4d4d4d 100%);
    background: #4c4d4d;
    color: #fff;
    text-shadow: 0 0px 0 #282828;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 400;
    border: 0px solid transparent;
}
.CASS-D-border .btn-default:active {
   background-color: #4c4d4d;
}
.CASS-D-border .btn-default:hover, .CASS-D-border .btn-default:focus {
    background-position: 0 0px;
    background-color: #4c4d4d;
}
.CASS-D-border .ITPcheckboxAuthen {
    font-size: 0.9em;
    color: #4c4d4d;
    text-align: left !important;
    padding-left: 0%;
}
.CASS-D-border label.col-xs-12.col-sm-3.col-md-3.control-label {
    display: none !important;
}
.CASS-D-border .col-xs-12.col-sm-6.col-md-6 {
    width: 100%;
}
.CASS-D-border  .form-group.col-sm-offset-3.col-sm-6.col-md-offset-3.col-md-6 {
    width: 100%;
}
.CASS-D-border span#contactUsAcceptPolicyText2 {
    display: block;
    font-weight: 600;
}
/*form Contact*/
/*ติดต่อเรา*/




/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
  .contact-header-block {
    width: 40%;
}
  .dropdown-menu>li>a {
    font-size: 1.3em;
}
  .Template-B-button, .Template-B-button:hover {
    width: 35%;
}
  .product-head h1 {
    font-size: 3.9em;
}
  .Template-B-Name {
    height: 90px;
}
  .itopplus-footer {
    font-size: 18px;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
  .menu2-align {
    padding: 5% 0 1%;
}
  .shopcart-Cate {
    margin: 5.7% auto 0;
}
  .hvr-bob {
    height: 405px;
}
  .hvr-grow .col-md-2.col-sm-2.col-xs-3.padding-col {
    padding: 10px;
}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
.shopcart {
    right: 4%;
}
  .contact-header-block {
    width: 55%;
}
  .contact-us {
    padding: 1% 15%;
}
  .contact-block {
    padding: 3% 5%;
}
  .contact-block-text {
    font-size: 0.8em;
}
  .product-head h1 {
    font-size: 2.6em;
}
  figure.effect-phoebe h2 {
    font-size: 1em;
}
  .Template-B-button, .Template-B-button:hover {
    width: 55%;
}
  .Template-B-Name {
    height: 85px;
}
      .contact-block {
        padding: 3% 8%;
        height: 70px;
        word-break: break-word;
    }
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
    .shopcart {
        right: 1%;
        top: 15%;
    }
      .contact-us {
        padding: 1% 5%;
    }
  .product-head h1 {
        font-size: 2em;
    }
  .row-fluid [class*=col-sm-5fix], .uneditable-input[class*=col-sm-5fix], [class*=col-sm-5fix] {
    width: 20%;
    float: left;
}
      .Template-B-Name {
        height: 110px;
    }
      .Template-B-button, .Template-B-button:hover {
        width: 80%;
    }
.copy-right {
    margin-top: 0;
    text-align: center;
}
  .CASS-D-border {
    width: 60%;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl66bac7b9681fe2001313e301 {
    padding: 0 !important;
    margin-bottom: -7px;
}
.contact-us {
        text-align: center;
    }
.mainProductFilterContainer .col-xs-12.col-sm-4, .mainProductFilterContainer .col-xs-12.col-sm-3, .mainProductFilterContainer .col-xs-6.col-sm-3 {
    width: 50%;
}
  .row.mainProductFilterContainer.row-fluid {
    display: inline;
}
  .row-fluid [class*=col-sm-5fix], .uneditable-input[class*=col-sm-5fix], [class*=col-sm-5fix] {
        width: 50%;
        float: left;
        margin: 0 auto;
    }
  .Template-B-buttonDetail, .Template-B-buttonDetail:hover {
    width: 35%;
}
  .hvr-bob {
    height: 260px;
}
  .hvr-grow .col-md-2.col-sm-2.col-xs-3.padding-col {
    padding: 1.8%;
}
      .CASS-D-border {
        width: 100%;
    }
  .CASS-D-head h3 {
    font-size: 1.7em;
    padding-left: 0;
}
      .contact-block {
        padding: 3% 8%;
        height: inherit;
    }
      .contact-block-text {
        font-size: 0.9em;
    }
}





