@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 a.remove {
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-weight: 300!important;
    height: 20px !important;
    width: 20px !important;
    padding-bottom: 4px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 17px!important;
    padding: 18px 15px!important;
    font-weight: 500!important;
}
 /* .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;
} */


.woocommerce-checkout tr.tax-rate td {
    text-align: right;
}


.woocommerce table.shop_table{
      border: 0!important;
}
input#coupon_code {
    width: 180px;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    max-width: 150px;
        width: 150px;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px!important;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button,
.woocommerce .cart .coupon button.button{
      background-color: #5FAFAE!important;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button{
    margin-left: 5px;
}
.entry-content > .woocommerce {
    margin-bottom: 50px;
}
.woocommerce-cart .entry-content > .woocommerce {
    margin-bottom: 25px;
}
.woocommerce .button{
    font-weight: 500!important;
        -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.woocommerce table.my_account_orders .button {
    padding-bottom: 10px;
}
/* .woocommerce table.shop_table td.actions{
    display: flex;
}
.woocommerce table.shop_table td.actions .coupon{
    order:0;
}
.woocommerce table.shop_table td.actions #empty-cart-link{
    order:1;
}
.woocommerce table.shop_table td.actions button[name="update_cart"]{
    order:2;
} */


 #empty-cart-link {
                background: #0000;
    color: #d90000;
    border: none;
    padding: 11px 13px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500!important;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    opacity: 1;
    justify-content: center;
    font-size: 14px;
        }
     #empty-cart-link svg{
        width: 15px;
        height: 15px;
            margin-bottom: -2px;

     }
        #empty-cart-link.loading span{
            display: none;
        }
        #empty-cart-link.loading::after {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 2px solid #5FAFAE;
            border-top: 2px solid transparent;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            position: absolute;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
        }

        a.button.wc-backward,
#page button[name="update_cart"] {
    background: #0063B0 !important;
    color: #FFF !important;
    padding-bottom: 11px !important;
    padding-top: 11px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
input#checkout_button_nopopup,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce table.my_account_orders .button,
a.checkout-button.button.alt.wc-forward {
    background: linear-gradient(to right, #5FAFAE 0%, #2D6FB2 84%, #17609A 100%) !important;
    color: #FFF!important;
}

.woocommerce-form-register__submit:hover,
.woocommerce-form-login__submit:hover,
input#checkout_button_nopopup:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
.woocommerce table.my_account_orders .button:hover,
a.checkout-button.button.alt.wc-forward:hover {
opacity: 0.9;
}

.woocommerce-form-register__submit,
.woocommerce-form-login__submit{
padding: 0 !important;
    min-height: 42px !important;
    min-width: 105px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    min-height: 42px;
    font-weight: 400 !important;
}
.woocommerce-cart .entry-content {
    padding: 15px 0 20px;
}
.woocommerce-order-pay .entry-content .woocommerce img {
    width: 150px;
}
.woocommerce-order-pay .entry-content .woocommerce {
    margin-bottom: 30px;
}
.woocommerce select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"] {
    border: solid 1px #C5D7E5 !important;
    min-height: 45px;
    color: #002745!important;
}

#page .onsale {
    width: 3.3em;
    height: 3.3em;
    line-height: 3.4em;
    font-size: 11px;
    padding: 0;
    background-color: #c30
}


/* html:lang(th) .woocommerce-Price-currencySymbol {
    visibility: hidden;
    font-size: .1em
}

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



/* .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::before{
  display: none!important;
} */
.product_list_widget {
    line-height: 1.5
}


.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
}

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

/* del span.amount {
    opacity: .6;
    color: #111
  }
.woocommerce  .price ins span {
    font-weight: 600;
}
.product_meta a {
    color: #334862;
} */

/* #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;
}

#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-form-coupon-toggle {
    margin-top: 40px;
}
.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: 40px!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 table.shop_table th{
    font-weight: 600!important;
}
.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
}


.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;
    color: #002745!important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 15px;
}
.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
}
.wc-block-components-sidebar-layout{
    margin-bottom: 70px!important;
}

button.woocommerce-Button.button,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
        background: linear-gradient(to right, #5FAFAE 0%, #2D6FB2 84%, #17609A 100%) !important;
        color: #FFF!important;
        min-height: 42px;
}
.woocommerce-Button[name="save_account_details"] {
    margin-top: 20px!important;
}
fieldset#contact-fields{
    margin-bottom: 30px!important;
}
fieldset#billing-fields{
    margin-bottom: 15px!important;
}
fieldset#payment-method {
    margin-bottom: 20px!important;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 23px;
    font-weight: 500;
    color: #0063B0;
}
.wc-block-checkout__sidebar .wc-block-components-product-name{
    color: #0063B0!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 20px !important;
}
.wc-block-components-totals-coupon__button.contained{
    color: #FFF!important;
    background-color: #5FAFAE!important;
}
.wc-block-components-product-metadata__description {
    display: none;
}
.woocommerce-Address a.edit {
    color: #0063B0;
}
ins.wc-block-components-product-price__value.is-discounted.wc-block-components-order-summary-item__individual-price {
    color: #D33333 !important;
    background: #0000!important;;
    font-size: 15px!important;;
    font-weight: 600!important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{
    margin-top: 2px!important;
    padding-top: 0!important;
}
.wc-block-components-checkout-return-to-cart-button{
        color: #0063B0!important;
}
.woocommerce-thankyou-order-details.order_details {
    margin-top: 15px !important;
}

.woocommerce-account .woocommerce-MyAccount-content mark,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce ul.order_details li strong{
    font-weight: 500!important;
}
.woocommerce-order{
    margin: 50px 10px 60px!important;
}
section.woocommerce-order-details {
    margin-top: 15px;
}
.woocommerce .woocommerce-customer-details address{
    margin-top: 5px;
}

body.woocommerce-account .woocommerce {
    margin: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    border-right: solid 1px #eee;
    width: 20%!important;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 80%!important;
    padding-left: 40px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label{
color: #002745;
font-weight: 500;
}
.pswp {
    z-index: 9999!important;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 130px;
}
input#coupon_code {
    min-height: 42px;
}
button.button[name="apply_coupon"] {
    min-height: 42px;
    color: #FFF!important;
}
.woocommerce form.login, .woocommerce form.register {
    margin: 5px 0!important;
        min-height: 300px;
}
#customer_login h2,
.cart_totals h2,
form.checkout.woocommerce-checkout h3,
.cart_totals.calculated_shipping > h2 {
    font-weight: 500 !important;
    color: #0063B0 !important;
    margin-bottom: 10px;
    font-size: 23px!important;
}
/* #customer_login h2{
    margin-bottom: 0!important;
} */
table.shop_table.woocommerce-checkout-review-order-table .product-total, .cart-subtotal td, .order-total td {
    text-align: right;
}
#customer_login {
    display: flex;
    width: 100% !important;
    flex-direction: row;
    gap: 35px;
}
#page .cart-empty.woocommerce-info {
    margin-bottom: 13px !important;
}
.return-to-shop {
    margin-bottom: 20px;
}

.woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
background: #F3F6F9!important;
}
.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 {
    background: #0063B0!important;
    color: #FFF!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
    opacity: 0.9;
}
/* for mobile */
@media(max-width:767px){
    .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
    line-height: 18px !important;
    }


    body.woocommerce-account .woocommerce {
    margin: 0;
    }
    #customer_login {
    flex-direction: column;
    gap: 15px;
            margin-bottom: 30px;
    }

    #page .woocommerce-message .button{
    margin-top: 6px !important;
    }

}


/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
body.woocommerce-account .woocommerce {
    margin: 30px 0;
    margin-bottom: 40px;
}
}

@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%
    }
}
