@charset "UTF-8";


.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled,
 .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
   color: #FFF;
 }
 .woocommerce ul.products li.product a img ,.woocommerce-product-gallery__image{
     border: solid 1px #eee;
 }
 .product_meta>span {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 5px 0;
}

.single-product #breadcrumbs a {
    color: rgba(102,102,102,.7);
    font-weight: 400;
    font-size: 16px;
}
.single-product #breadcrumbs {
margin-bottom: 5px;
}
form.woocommerce-ordering {
    position: relative;
}
form.woocommerce-ordering:after {
    content: "\f11b";
    font-family: Flaticon;
    font-style: normal;
    margin-left: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 12px;
    color: #444;
}
.widget_product_categories ul li.opened > .cat-menu-close i:before {
    content: "\f11d";
    font-weight: 600;
    font-size: 10px;
}
form.woocommerce-ordering select {
    min-width: 220px;
    padding-left: 10px!important;
}
.widget_product_categories li {
    list-style: none;
    position: relative;
  padding: 8px 0 6px;
}

.widget_product_categories ul li .children {
    display: none;
    padding-left: 15px;
    margin-top: 7px;
}

.widget_product_categories span.cat-menu-close {
    position: absolute;
    top: 1px;
    font-weight: 500;
    right: 0;
    font-size: 11px;
    color: #000;
    cursor: pointer;
}
.woocommerce-checkout tr.tax-rate td {
    text-align: right;
}
.woocommerce.archive aside#secondary {
    margin-top: 30px;
}
li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term, li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    font-size: 12px;
}
/* .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #191919;
} */
.widget_price_filter .ui-slider-horizontal {
    height: 20px!important;
    cursor: pointer!important;
}

.widget_price_filter .ui-slider {
    position: relative!important;
    text-align: left!important;
}
.widget_price_filter .price_slider {
    margin-bottom: 30px!important;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute!important;
    top: 50%!important;
    margin-top: -1px!important;
    height: 2px!important;
    z-index: 1!important;
    display: block!important;
    border: 0!important;
    border-radius: 0!important;
    background-image: none!important;
    background-color: #000!important;
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
    content: ""!important;
    height: 15px!important;
    width: 4px!important;
    display: inline-block!important;
    background-color: #444!important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute!important;
    top: 50%!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    z-index: 2!important;
    width: 30px!important;
    height: 30px!important;
    margin-top: -15px!important;
    margin-left: -15px!important;
    border-radius: 0!important;
    cursor: ew-resize!important;
    outline: 0!important;
    border: none!important;
    background: 0 0!important;
}

.widget_price_filter .ui-slider-horizontal:before {
    content: ""!important;
    position: absolute!important;
    top: 50%!important;
    left: 0!important;
    right: 0!important;
    margin-top: -1px!important;
    height: 2px!important;
    background-color: #fff!important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: transparent!important;
    margin: 2px;
    margin-bottom: 15px!important;
}
.woocommerce.archive .price_slider_amount button {
    padding: 5px 10px!important;
    font-size: 12px!important;
}
.woocommerce.archive .price_label {
    line-height: 24px;
}
.woocommerce.archive .widget-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce.archive #primary {
    margin-top: 25px;
}
.woocommerce.archive .main-header{
    display: none;
}
.woocommerce table.shop_table{
      border: 0;
}
input#coupon_code {
    width: 180px;
}
.woocommerce .cart .coupon button.button ,.woocommerce .cart .button{
      height: 42px!important;
}
.entry-content > .woocommerce {
    margin-bottom: 50px;
}
.woocommerce-cart .entry-content > .woocommerce {
    margin-bottom: 25px;
}

.woocommerce .button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 4px 20px;
    color: #fff;
    background-color: #0f6b4e;
    border-radius: 0!important;
    border: none;
    margin: 8px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: .3s ease-in-out
}

.woocommerce .button:hover {
    color: #fff;
    background-color: #60c760;
}

#page .button:not(.kt-button) {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.content-item.-product.-card .add_to_cart_button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.content-item.-product.-card .added_to_cart {
    position: absolute;
    bottom: 25px;
    right: 20px
}

.woocommerce-ordering select,
.woocommerce-result-count {
    font-size: 14px
}

#page .onsale {
    width: 3.3em;
    height: 3.3em;
    line-height: 3.4em;
    font-size: 11px;
    padding: 0;
    background-color: #c30
}
.archive.woocommerce-page .breadcrumbs {
    padding-top: 35px;
    margin-bottom: -10px;
}
.archive.woocommerce-page  span.breadcrumb_last {
    font-weight: 500;
}
.archive.woocommerce-page  #breadcrumbs a {
    color: rgba(102,102,102,.7);
    font-weight: 400;
}
#page  .elementor[data-elementor-type="jet-woo-builder"] .onsale {
    padding: unset;
}
.s-container.main-body.-leftbar.-shopbar {
    padding-bottom: 50px;
    padding-top: 15px;
}
html:lang(th) .woocommerce-Price-currencySymbol {
    visibility: hidden;
    font-size: .1em
}

html:lang(th) .woocommerce-Price-currencySymbol:before {
    content: "บาท";
    visibility: visible;
    font-size: 9em
}

#main .price {
    color: #222;
    font-size: 1.1em;
    line-height: 1.2
}

#main ul.products li.product {
    text-align: center;
    margin-bottom: 30px
}

#main ul.products li.product .button {
    margin-top: 10px
}

.woocommerce.archive #main .woocommerce-loop-product__title {
    font-size: 18px;
    color: #222;
    padding: 0 0 5px;
    margin-bottom: -3px;
}
.woocommerce.archive #main span.woocommerce-Price-amount.amount {
    font-size: 16px;
}

.content-item.-card.-product {
    text-align: center
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: #fff!important;
    border: 0;
    margin: 0 7px;
    padding:0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}
#main .related.products > h2 {
    margin-bottom: 15px;
}
.related.products {
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top: 3px solid;
    border-bottom: 0!important;
}
#main .wc-tabs li:hover {
    border-top: solid 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  display: none!important;
}
.product_list_widget {
    line-height: 1.5
}

#main .price del,
.product_list_widget del {
    font-size: 16px;
}

#main .woocommerce-pagination ul {
    border: none
}

#main .woocommerce-pagination ul li {
    float: none;
    border: none;
    margin-left: 3px;
    margin-right: 3px
}

#main .woocommerce-pagination ul li .page-numbers {
    text-align: center;
    min-width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0;
    line-height: 36px;
    font-size: 1.1em;
    font-family: sans-serif;
    color: rgba(0, 0, 0, .7);
    border: 2px solid rgba(0, 0, 0, .1)
}

#main .woocommerce-pagination ul li .page-numbers:focus,
#main .woocommerce-pagination ul li .page-numbers:hover {
    color: rgba(0, 0, 0, .9);
    border-color: rgba(0, 0, 0, .8);
    background: 0 0
}

#main .woocommerce-pagination ul li .page-numbers:active {
    opacity: .4
}

#main .woocommerce-pagination ul li .page-numbers.current {
    color: rgba(0, 0, 0, .9);
    border: 2px solid rgba(0, 0, 0, .8);
    background: 0 0
}

#main div.product h2 {
    clear: both
}

#main div.product .product_title {
    margin-bottom: 15px
}

#main div.product p.price {
    font-size: 1.3em;
    margin-bottom: 15px
}

h1.product_title.entry-title {
      padding-bottom: 15px!important;
    position: relative;
}
h1.product_title.entry-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(0,0,0,.1);
    width: 30px;
    height: 3px;
}
#main div.product p.price del {
    font-size: 18px;
}
.widget_product_categories li.current-cat > a, .widget_product_categories li.current-cat >  span {
    font-weight: 600;
    color: #000;
}
#main div.product .product_meta>span {
    font-size: 13px;
    display: block;
    padding: 6px 0 4px
}

#main div.product .flex-control-thumbs {
    padding-top: 10px
}

#main div.product .flex-control-thumbs img {
    transition: .3s
}

.price ins,
.product_list_widget ins {
    text-decoration: none
}

.woocommerce div.product div.images .flex-control-thumbs {
    text-align: center
}

.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block;
    float: none
}

/* #main .wc-tabs {
    display: none
} */
.woocommerce div.product span.price ins {
    font-size: 16px;
}
.summary.entry-summary p.price ins{
    font-size: 18px;
}
del span.amount {
    opacity: .6;
    color: #111
  }
.woocommerce  .price ins span {
    font-weight: 600;
}
.product_meta a {
    color: #334862;
}
ul.tabs.wc-tabs {
    border-top: 1px solid #eee;
}

ul.tabs.wc-tabs li:first-child {
    margin-left: 0!important;
    padding-left: 0!important;
}
/* #main .wc-tab {
    display: block
} */
#main .wc-tab > h2{    display: none}

.woocommerce div.product form.cart .variations {
    width: auto
}

.woocommerce div.product form.cart .variations td.label {
    color: inherit;
    font-size: .9em;
    line-height: 2.4
}

.woocommerce div.product form.cart .variations td.value {
    white-space: nowrap
}

.pswp__zoom-wrap .pswp__img {
    max-width: none
}

.woocommerce-cart-form__contents td.product-name {
    font-size: 16px
}

#page #main .shop_table {
    border: none;
    border-collapse: collapse;
    margin: 0 0 20px;
    border-radius: 0
}

#page #main .shop_table td {
    border-top-color: #e3e3e3
}

#page #main .shop_table .actions {
    padding: 10px 0
}

#page #main .shop_table .actions>.button {
    display: none
}

#page #main .shop_table .actions .coupon .button {
    border-radius: 0;
    margin-left: -5px;
    font-size: 14px;
    height: 36px
}

#page #main .shop_table .actions .input-text {
    padding: .5rem .75rem;
    font-size: 16px;
    line-height: 1.45;
    min-width: 190px
}

#page #main .shop_table .product-thumbnail img {
    width: 90px
}

#page #main .shop_table .order-total {
    font-size: 1.2em;
    border-bottom: 2px solid #e3e3e3
}

#page #main .shop_table .qty {
    margin-left: auto;
    padding: 1px
}

#page #main .shop_table .woocommerce-shipping-calculator .input-text {
    padding-top: 2px;
    padding-bottom: 2px
}

#page #main .shop_table .woocommerce-shipping-calculator p {
    margin: 0 0 8px;
    padding: 0
}

#content .woocommerce a.remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 1px;
    border-radius: 100%;
    color: #ccc!important;
    font-weight: 700;
    text-align: center;
    border: 2px solid #ccc;
    font-family: sans-serif;
}

#content .woocommerce a.remove:hover {
    color: #222!important;
    border-color: #222;
    background-color: #fff
}

#main .cart_totals>h2 {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#main .wc-proceed-to-checkout {
    padding-top: 5px
}

#main .wc-proceed-to-checkout .button {
    width: 100%
}

#main .woocommerce form .required {
    color: #c30;
    text-decoration: none;
    vertical-align: -2px;
    line-height: .5em
}

#main .woocommerce form .form-row label {
    margin-bottom: 0
}

#main .woocommerce form .form-row>strong {
    line-height: 2.1em
}

#main .woocommerce form .form-row .input-checkbox {
    margin-top: -3px
}

#main .woocommerce form.checkout_coupon,
#main .woocommerce form.login,
#main .woocommerce form.register {
    border-radius: 0;
    border: 1px solid #e3e3e3
}


form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    width: auto!important;
    padding: 0;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    float: left;
    padding: 0;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {
    height: 42px;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input {
border-right: 0!important;
}
#main .woocommerce .woocommerce-form-login .lost_password,
#main .woocommerce .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 3px
}

#main .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-left: 15px;
    margin-bottom: 5px;
    display: inline-block
}

#main .woocommerce .woocommerce-form-login>a.css-fbl {
    margin-top: 20px
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    font-size: 14px;
    border: none;
    background: 0 0;
    padding: 0 0 0 2em;
    margin-bottom: 20px
    max-width: 100%;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 17px 30px 15px 50px!important;
    margin-bottom: 50px!important;
    line-height: 27px;
}

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before {
  top: 17px;
  left: 10px;
  padding-left: 15px;
}

/* body.elementor-default.woocommerce .woocommerce-error::before,
body.elementor-default.woocommerce .woocommerce-info::before,
body.elementor-default.woocommerce .woocommerce-message::before,
body.elementor-default.woocommerce-page .woocommerce-error::before,
body.elementor-default.woocommerce-page .woocommerce-info::before,
body.elementor-default.woocommerce-page .woocommerce-message::before
{
  top: 25px;
} */

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-size: 14px;
    margin-top: -4px
}

#main .woocommerce-checkout {
    padding-top: 10px
}

#main .col2-set {
    width: auto;
    margin-left: -15px;
    margin-right: -15px
}

#main .col2-set h3 {
    margin-bottom: 15px
}

#main .col2-set .col-1,
#main .col2-set .col-2 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

#main #ship-to-different-address {
    font-size: 1.2em;
    float: none;
    border-top: 2px solid #e3e3e3;
    padding-top: 12px;
    margin-top: 15px
}

#main #ship-to-different-address .input-checkbox {
    vertical-align: 1px;
    margin-right: 8px
}

#main #customer_details .col-1,
#main #customer_details .col-2 {
    width: 100%;
    max-width: 100%
}

#main #order_review_heading {
    border: 2px solid #222;
    border-bottom: none;
    margin: 0;
    padding: 15px 20px 0
}

#main #order_review {
    border: 2px solid #222;
    border-top: none;
    padding: 10px 20px 20px
}

#main #order_review td,
#main #order_review th {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px dotted #e3e3e3
}

#main #order_review .woocommerce-checkout-review-order-table thead td,
#main #order_review .woocommerce-checkout-review-order-table thead th {
    border-top: none
}

#main #order_review .cart-subtotal td,
#main #order_review .order-total td,
#main #order_review .product-total,
#main #order_review .shipping td {
    text-align: right
}

#main #order_review .order-total td,
#main #order_review .order-total th {
    border-bottom: 2px solid #e3e3e3
}

#main #payment {
    background: 0 0
}

#main #payment label {
    margin-bottom: 0
}

#main #payment .payment_box {
    background-color: #eee;
    border-radius: 0;
    margin: 10px -20px 15px;
    padding: 20px;
    width: auto
}

#main #payment .payment_box::before {
    border-bottom-color: #eee;
    margin: -11px 0 0 40px;
    top: -11px
}

#main #payment li:last-child .payment_box {
    margin-bottom: 0
}

#main #payment .form-row {
    margin-bottom: 3px
}

#main #payment .payment_methods {
    border: none;
    padding: 0
}

#main #payment .payment_methods li .input-text {
    margin-right: 0;
    border-color: #ccc
}

#main #payment .payment_method_paypal a {
    display: none
}

#main #payment .input-radio {
    margin-right: 10px
}

#main #payment .place-order {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0
}

#main #payment .place-order .wc-terms-and-conditions {
    margin-bottom: 10px
}

#main #payment .place-order .button {
    width: 100%;
    font-size: 17px;
    padding: 15px;
}

#main #payment .woocommerce-terms-and-conditions {
    padding: 15px 15px 1px;
    font-size: .88em;
    border: none
}

#main #payment .omise-remember-card {
    padding-left: 3px
}

#main #payment .omise-remember-card input {
    margin-right: 8px
}

#main #payment .omise-customer-card-list {
    margin: 0;
    box-shadow: none;
    border: none;
    padding: 0
}

#main #payment .omise-customer-card-list .item {
    list-style: none
}

#account_password_field {
    margin-bottom: 20px
}

#main .woocommerce-order h2 {
    font-size: 1.3em;
    margin-bottom: 16px
}

#main .woocommerce-order .wc-bacs-bank-details {
    border: 1px solid #e3e3e3;
    padding: 12px 15px 10px;
    display: inline-block;
    margin-bottom: 15px;
    min-width: 70%
}

#main .woocommerce-order .wc-bacs-bank-details-account-name {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 10px
}

#main .woocommerce-order .woocommerce-notice {
    margin: 0;
    padding: 15px 20px 12px;
    border: 2px solid #222;
    border-bottom: none;
    position: relative
}

#main .woocommerce-order .woocommerce-order-overview {
    margin: 0 0 20px;
    display: block;
    border: 2px solid #222;
    border-top: none;
    padding: 0 20px 15px
}

#main .woocommerce-order .woocommerce-order-overview li {
    float: none;
    margin-right: 0;
    border-right: none;
    font-size: .9em;
    display: block;
    line-height: 1.6;
    border-bottom: 1px solid #e3e3e3;
    padding: 4px 0
}

#main .woocommerce-order .woocommerce-order-overview li:last-child {
    border-bottom: none
}

#main .woocommerce-order .woocommerce-order-overview li:first-child {
    border-top: 1px solid #222;
    padding-top: 15px
}

#main .woocommerce-order .woocommerce-order-overview li strong {
    display: inline-block;
    font-size: 1em
}

#main .woocommerce-order .woocommerce-table--order-details {
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 40px
}

#main .woocommerce-order .woocommerce-table--order-details td,
#main .woocommerce-order .woocommerce-table--order-details th {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px dotted #e3e3e3
}

#main .woocommerce-order .woocommerce-table--order-details td:last-child,
#main .woocommerce-order .woocommerce-table--order-details th:last-child {
    padding-left: 30px
}

#main .woocommerce-order .woocommerce-customer-details {
    display: none
}

#main .paradiz-confirm-banks .table-responsive {
    border: 1px solid #e3e3e3
}

#main .paradiz-confirm-banks .table-responsive th {
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff
}

.woocommerce-LostPassword {
    margin: 0
}

.woocommerce-MyAccount-navigation {
    font-size: 16px
}

.woocommerce-MyAccount-navigation>ul {
    padding: 0 0 0 15px;
    overflow: hidden;
    margin-left: -15px
}

.woocommerce-MyAccount-navigation>ul>li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px
}

.woocommerce-MyAccount-navigation>ul>li.is-active a {
    background-color: #f2f2f2;
    border-radius: 40px;
    padding: 0 15px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .05)
}

.woocommerce-MyAccount-navigation>ul>li a {
    display: block
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none
}

.woocommerce table.my_account_orders {
    font-size: .96em
}

.woocommerce-EditAccountForm legend {
    padding-top: 30px
}

.woocommerce .woocommerce-MyAccount-content input.button {
    margin: 10px 3px 0;
    display: inline-block
}

#main .woocommerce-Address .edit {
    border: 1px solid #e3e3e3;
    border-radius: 40px;
    line-height: 1;
    font-size: 12px;
    padding: 4px 8px 3px
}

#content .widget_shopping_cart {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px 15px 0
}

#content .widget_shopping_cart .total {
    border-top: 1px dotted #e3e3e3
}

#content .widget_shopping_cart_content {
    margin: 0 -5px
}

#content .widget_shopping_cart_content .total {
    margin-bottom: 10px
}

#content .widget_shopping_cart_content .buttons {
    margin: 0
}

#content .widget_shopping_cart_content .buttons a {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    padding: 8px 10px 9px
}

#content .widget_shopping_cart_content .buttons a.checkout {
    display: none
}

.widget_product_categories .widget-title,
.widget_shopping_cart .widget-title {
    margin: -10px -15px 10px;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #e3e3e3
}

.widget_product_categories {
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
      padding: 0
    /* padding: 10px 15px 0 */
}

.widget_product_categories .widget_product_categories li {
    margin-bottom: 5px
}

.widget_product_categories .children {
    padding: 3px 0 3px 10px;
    font-size: 14px
}

.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    width: 64px
}

.woocommerce ul.product_list_widget li.mini_cart_item img {
    float: right;
    margin-left: 4px;
    margin-right: 0;
    width: 36px
}

html .woocommerce .blockUI.blockOverlay:before,
html .woocommerce .loader:before {
    background-image: url(//honeywell.in.th/wp-content/themes/paradiz-dev/img/loading.svg);
    font-size: 4em
}

html .woocommerce .blockUI.blockOverlay {
    width: calc(100% + 40px)!important;
    margin-left: -20px!important
}

@media (min-width:768px) {
    #page .onsale {
        font-size: 12px
    }
    #page #main .shop_table .actions .input-text {
        font-size: .8rem
    }
    .woocommerce-MyAccount-navigation>ul>li {
        float: none;
        margin-bottom: 10px
    }
    .woocommerce-MyAccount-navigation>ul>li.is-active {
        margin-left: -15px
    }
    .woocommerce-MyAccount-navigation>ul>li.is-active a {
        padding: 1px 15px;
        display: inline-block;
        min-width: 124px
    }
    .woocommerce-MyAccount-navigation>ul>li a {
        min-width: 128px
    }
}

@media (min-width:992px) {

    #page #main .shop_table .actions {
        padding: 20px 0 10px 52%
    }
    #main .col2-set .col-1,
    #main .col2-set .col-2 {
        width: 50%;
        max-width: 50%
    }
    #main #customer_details {
        float: left;
        width: 60%;
        margin-right: 0;
        padding-right: 10px
    }
    #main #order_review,
    #main #order_review_heading {
        float: right;
        width: 40%
    }
    #main .woocommerce .shop_table td,
    #main .woocommerce .shop_table th {
        padding-left: 0;
        padding-right: 0
    }
    #main .woocommerce .shop_table td.product-price,
    #main .woocommerce .shop_table td.product-quantity,
    #main .woocommerce .shop_table td.product-subtotal,
    #main .woocommerce .shop_table th.product-price,
    #main .woocommerce .shop_table th.product-quantity,
    #main .woocommerce .shop_table th.product-subtotal {
        text-align: right;
        padding-left: 20px
    }
    #main .woocommerce form .form-row-first,
    #main .woocommerce form .form-row-last {
        width: 48%
    }
    #main .woocommerce-order {
        padding-right: 33%
    }
    #main .woocommerce-order .woocommerce-notice,
    #main .woocommerce-order .woocommerce-order-overview {
        float: right;
        margin-right: -50%;
        width: 44%;
        clear: right
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 80%
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 18%
    }
}/*
Font Name: Noto Sans Thai
Weights: 100, 200, 300, 400, 500, 600, 700, 800
*/
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-extralight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-extrabold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosans-black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-extralight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-extrabold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-thai";
  src: url(//honeywell.in.th/wp-content/plugins/seed-fonts/fonts/noto-sans-thai/notosansthai-black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}