/*========== SINGLE PRODUCT ==========*/
#single-product > .sc-container > *:not(:first-child) {
    margin-top: 0 !important;
}
#single-product .woocommerce-notices-wrapper > * {
    margin: 0 0 var(--spacing-container) !important;
}
#single-product .product-layout > * {
    width: 100%;
}
#single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#single-product form.cart > * {
    width: 100%;
}
#single-product form.cart > *:not(:first-child) {
    /* margin-top: var(--spacing-md); */
}
#single-product form.cart .woocommerce-variation-add-to-cart {
    display: block;
    text-align: inherit;
}
#single-product form.cart .woocommerce-variation-add-to-cart > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#single-product .variations tr {
    display: block !important;
}
#single-product .variations_form .variations tr,
#single-product .variations_form .variations tr .quantity-container{
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: var(--spacing-xs);
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--spacing-2sm);
}
#single-product .variations_form .variations tr .quantity-container{
    flex-wrap: nowrap;
}
#single-product .variations_form .variations tr:last-child{
    margin-bottom: 0;
}
.wcboost-variation-swatches--button .wcboost-variation-swatches__item{
    border-radius: unset;
    box-shadow: unset;
    border-radius: unset !important;
}
.wcboost-variation-swatches--button .wcboost-variation-swatches__item,
.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected{
    background-color: var(--color-body-bg);
}
.wcboost-variation-swatches__item.selected{
    box-shadow: 0 0 0 2px var(--color-theme-yellow);
}
#single-product .variations tr > * {
    margin: 0;
    width: auto !important;
    text-align: left;
}
.woocommerce div.product div.summary{
    margin-bottom: 0;
}
#single-product form.cart > div.single_variation_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: var(--spacing-xs);
}
.woocommerce ul.products li.product .price{
    color: var(--color-gray-dark);
    font-size: var(--font-size-md);
}
.woocommerce-variation-price .price{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.prod-slide .woocommerce-variation-price .price{
    align-items: center;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.prod-slide-item .single_variation_wrap .price ins .amount,
.prod-slide-item .single_variation_wrap .price ins .woocommerce-Price-currencySymbol{
    color: var(--color-prod-sale);
    font-weight: normal;
}
.prod-slide-item .single_variation_wrap .price ins{
    background: none;
}
.single_variation_wrap .price del .woocommerce-Price-currencySymbol,
.single_variation_wrap .price del{
    font-size: 12px;
}
.woocommerce-Price-currencySymbol{
    margin-right: var(--spacing-3xs);
}
#single-product form.cart .quantity-container {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: baseline;
}
#single-product form.cart .quantity {
    width: 160px;
    margin-top: 5px;
}
#single-product form.cart .quantity .qty {
    width: 160px;
    height: var(--input-height);
    color: #000;
    background: var(--color-gray-bright);
    border: 0;
    border-radius: var(--spacing-3xs);
    padding: var(--spacing-xs);
    text-align: center;
    font-weight: var(--font-weight-regular);
    background-color: var(--color-body-bg);
    position: relative;
}
#single-product form.cart .quantity .qty-action{
    height: var(--input-height);
    top: unset;
    bottom: 0;
}
/*========== QUANTITY ==========*/
#cart-table table tbody tr input{
    border: 0;
    width: 70px;
}
.woocommerce .quantity,
.woocommerce form.cart .quantity,
.uk-form-stacked .quantity {
    margin: 0;
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    max-width: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce .quantity .qty,
.woocommerce form.cart .quantity .qty,
.uk-form-stacked .uk-input[type="number"]{
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    height: auto;
    min-height: 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-body);
}
.woocommerce .quantity .qty-action,
.woocommerce form.cart .quantity .qty-action,
.uk-form-stacked  .qty-action{
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    z-index: 2;
    top: 0; right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.woocommerce .quantity .qty-btn,
.woocommerce form.cart .quantity .qty-btn,
.uk-form-stacked .qty-btn {
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    /*font-size: 0;*/
    color: var(--color-body);
}
.woocommerce .quantity .qty-btn:hover,
.woocommerce form.cart .quantity .qty-btn:hover,
.uk-form-stacked .qty-btn:hover {
    color: var(--color-body);
    background: none;
}
.woocommerce .quantity .qty-btn.inc,
.woocommerce form.cart .quantity .qty-btn.inc,
.uk-form-stacked .qty-btn.inc {
    right: 0;
    justify-content: flex-end;
}
.woocommerce .quantity .qty-btn.dec,
.woocommerce form.cart .quantity .qty-btn.dec,
.uk-form-stacked .qty-btn.dec{
    left: 0;
    justify-content: flex-start;
}
.woocommerce .quantity .qty-btn:before,
.woocommerce form.cart .quantity .qty-btn:before,
.uk-form-stacked .qty-btn:before{
    font-family: 'iconfont';
    font-size: var(--font-size-3xs);
}
.woocommerce .quantity-container,
.uk-form-stacked .quantity-container{
    display: inline-block;
    width: auto !important;
    position: relative; 
    z-index: 1;
}
#single-product form.cart .quantity .qty-action .qty-btn,
.uk-form-stacked .qty-btn{
    width: auto;
}
#single-product form.cart .quantity .qty-action .qty-btn.dec{
    padding-left: var(--spacing-xs);
}
#single-product form.cart .quantity .qty-action .qty-btn.inc{
    padding-right: var(--spacing-xs);
}
/* Chrome, Safari, Edge, Opera */
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button,
.uk-input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
.woocommerce .quantity .qty,
.uk-input[type="number"]{
    -moz-appearance: textfield !important;
}

/*========== CART ==========*/
.woocommerce a.remove {
    margin: 0 auto !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    opacity: 1;
    width: auto;
    height: auto;
    font: inherit;
    font-size: 0;
    line-height: 1;
}
.woocommerce a.remove:before {
    font-family: 'iconfont';
    content: '\e900';
    font-size: var(--font-size-xs);
    font-weight: bold;
}
.woocommerce a.remove:hover {
    color: var(--color-error) !important;
    opacity: 1 !important;
}

.woocommerce table.shop_table {
    margin: 0;
    border: 0;
    border-radius: 0;
    border-spacing: 0;
    text-transform: inherit;
}
.woocommerce table.shop_table tr > * {
    font: inherit;
    line-height: inherit;
    padding: var(--spacing-sm);
    border: 0;
    vertical-align: top;
}
.woocommerce table.shop_table tr > *:first-child {
    padding-left: 0;
}
.woocommerce table.shop_table tr > *:last-child {
    padding-right: 0;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table tfoot td {
    border: 0;
    font-weight: inherit;
}
.woocommerce table.shop_table thead tr > * {
    border: 0;
    padding-top: 0;
    padding-bottom: var(--spacing-2xs);
    font-family: inherit;
    font-weight: var(--font-weight-regular);
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
    color: inherit;
}
.woocommerce table.shop_table .product-remove {
    width: 1%;
    padding-right: 0;
}
.woocommerce table.shop_table .product-remove a.remove {
    display: inline-block;
    line-height: normal;
    box-shadow: none !important;
}
.woocommerce table.shop_table .product-thumbnail {
    width: calc(100px + var(--spacing-sm));
    padding-right: 0;
}
.woocommerce table.shop_table .product-thumbnail img {
    display: block;
    background: #f8f8f8;
}
.woocommerce table.shop_table .product-name {
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
.woocommerce table.shop_table .product-quantity .quantity-container {
    margin: 0 auto;
}
.woocommerce table.shop_table .product-quantity .quantity .qty {
    border: 0;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child {
    text-align: right;
}

.woocommerce table.shop_table.cart td.actions {
    position: relative;
    border-top: 1px solid;
    border-bottom: 0;
    padding-bottom: 0;
}

.woocommerce table.cart td.actions .coupon {
    position: relative;
    display: block;
    width: calc(50% - var(--spacing-3xl)/2);
    max-width: 100%;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon .form-row input.input-text {
    width: 100%;
    text-align: left;
    text-transform: none;
    font-weight: inherit;
    height: var(--input-height);
    padding: var(--spacing-3xs) 0;
    margin: 0 0;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text:-ms-input-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: inherit !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: inherit !important;
    opacity: 1!important;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text::-webkit-input-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: inherit !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: inherit !important;
    opacity: 1!important;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text::-moz-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: inherit !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: inherit !important;
    opacity: 1!important;
}
.woocommerce table.cart td.actions .coupon .button {
    position: absolute !important;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce .woocommerce-form-coupon {
    display: block;
    position: relative;
    width: calc(50% - var(--spacing-2xl)/2);
    margin: 0 0 var(--spacing-md) !important;
    text-transform: uppercase;
}
.woocommerce .woocommerce-form-coupon > p:not(.form-row) {
    width: 100%;
    font-size: inherit;
    margin-bottom: var(--spacing-2xs);
}
.woocommerce .woocommerce-form-coupon .form-row {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.woocommerce .woocommerce-form-coupon .form-row-last {
    width: auto;
    height: var(--input-height);
    display: inline-flex;
    align-items: center;
    visibility: top;
    position: absolute !important;
    z-index: 3;
    right: 0;
    bottom: 0;
}
.woocommerce .woocommerce-form-coupon-toggle > *:last-child {
    margin-bottom: var(--spacing-md);
}

.woocommerce .cart-collaterals {
    margin-top: var(--spacing-md);
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
    font-family: inherit;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-h4);
    line-height: var(--line-height-sm);
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    display: block;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    width: 50%;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:last-child {
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:before {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > th {
    font-weight: var(--font-weight-regular);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > * {
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:last-child {
    text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:not(:last-child) {
    padding-right: 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td {
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td ul#shipping_method .amount {
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .woocommerce-shipping-destination:not(:first-child) {
    margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-button,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form [type="submit"] {
    text-decoration: underline;
    background: none;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form [type="submit"] {
    margin: var(--spacing-2xs) 0 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.order-total {
    margin-top: var(--spacing-sm) !important;
    padding-top: var(--spacing-sm) !important;
    border-top: 1px solid !important;
    align-items: baseline;
    font-weight: inherit;
}
.woocommerce-shipping-totals.shipping > * {
    vertical-align: top;
}
.woocommerce .wc-proceed-to-checkout {
    text-align: center;
    margin-top: var(--spacing-md);
}
.woocommerce .wc-proceed-to-checkout .button {
    width: 100% !important;
}

.woocommerce-checkout .woocommerce-shipping-fields + .woocommerce-additional-fields {
    margin-top: 0;
}
.woocommerce-checkout #customer_details {
    margin-bottom: var(--spacing-md);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: var(--font-size-h4);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
}
.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:before,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:after {
    margin: 0.24em 0 0;
}

.woocommerce-checkout #customer_details .woocommerce-account-fields {
    margin-top: var(--spacing-md);
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account:not(.form-row) {
    margin-top: var(--spacing-sm) !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account.form-row,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row-last {
    margin-bottom: 0 !important;
}


.woocommerce #order_review > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > * {
    width: 50%;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > *:last-child {
    text-align: right;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > th {
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody tr > * {
    padding-top: 0;
    padding-bottom: var(--spacing-3xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody > tr:last-child > * {
    padding-bottom: var(--spacing-sm);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot {
    font-weight: inherit;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot tr > * {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot tr:not(:last-child) > * {
    padding-bottom: var(--spacing-3xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr:first-child > * {
    padding-top: var(--spacing-sm);
    border-top: 1px solid;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr.order-total > * {
    padding-bottom: var(--spacing-sm);
    border-bottom: 1px solid;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-quantity, 
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-subtotal, 
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-total {
    white-space: nowrap;
}

.woocommerce ul#shipping_method li {
    line-height: inherit;
    margin: 0 0 15px;
}
.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0;
}
.woocommerce ul#shipping_method .amount {
    font-weight: inherit;
    white-space: nowrap;
}
.woocommerce .woocommerce-shipping-destination:not(:first-child) {
    margin-top: 15px;
}
/*========== CART ==========*/
.woocommerce form.cart {
    position: relative;
    margin: 0;
}
.woocommerce form.cart:before,
.woocommerce form.cart:after {
    display: none !important;
}
.woocommerce .variations {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.woocommerce .variations,
.woocommerce .variations tbody,
.woocommerce .variations tr,
.woocommerce .variations td {
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce .variations select {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.woocommerce .variations .select {
    width: 100%;
}
.woocommerce .variations .select select,
.woocommerce .variations .select2-container .select2-selection--single {
    width: 100%;
    height: var(--input-height);
    color: #000;
    background: var(--color-gray-bright);
    border: 0;
    border-radius: calc(var(--input-height)/2) !important;
    font-weight: var(--font-weight-regular);
    display: flex;
    align-items: center;
}
.woocommerce .variations .select select,
.woocommerce .variations .select2-container .select2-selection__rendered {
    padding: var(--spacing-2xs);
}
.woocommerce .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
    opacity: 1;
}
.woocommerce .variations .select:after,
.woocommerce .variations .select2-container .select2-selection--single .select2-selection__arrow b:before {
    padding-right: var(--spacing-md);
}
.woocommerce .variations .select2-dropdown {
    border-radius: 0 !important;
    border: 0;
    margin-top: var(--spacing-3xs);
}
.woocommerce .variations .select2-results__options {
    /*padding: var(--spacing-2xs);*/
}
.woocommerce .variations .select2-results__option[aria-selected=true] span {
    color: var(--color-gold);
}

.woocommerce form.cart .variable-items-wrapper .variable-item:before,
.woocommerce form.cart .variable-items-wrapper .variable-item:after {
    display: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item,
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
.woocommerce form.cart .variable-items-wrapper .variable-item > a {
    display: block;
    background: none;
    text-transform: none;
}
.woocommerce form.cart .button-variable-items-wrapper {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: var(--spacing-2xs);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item,
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item,
.woocommerce form.cart .button-variable-items-wrapper .variable-item-contents {
    width: 100%;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 38px;
    padding: 0 var(--spacing-2xs);
    color: var(--color-body);
    background: none;
    border: 1px solid;
    border-radius: calc(38px/2);
    overflow: hidden;
    transition: var(--duration) var(--timing-function);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: #fff;
    background: var(--color-body);
    border-color: var(--color-body);
}
.woocommerce form.cart .single_variation_wrap {
    position: relative;
}
.woocommerce form.cart .single_variation_wrap .single_variation {
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
    color: inherit;
}
.woocommerce form.cart .single_variation_wrap .single_variation > *:empty {
    margin: 0;
}
.woocommerce form.cart .woocommerce-variation-availability {
    position: static;
}
.woocommerce form.cart .woocommerce-variation-availability .stock {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
}
.woocommerce form.cart .woocommerce-variation-availability .out-of-stock {
    color: var(--color-error) !important;
}
.woocommerce form.cart .woocommerce-variation-add-to-cart:before,
.woocommerce form.cart .woocommerce-variation-add-to-cart:after {
    display: none;
}
.woocommerce form.cart .reset_variations {
    display: none !important;
}
.woocommerce div.product form.cart {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}
.woocommerce div.product .variations {
    margin: 0;
}
.woocommerce div.product .variations,
.woocommerce div.product .variations tbody,
.woocommerce div.product .variations tr,
.woocommerce div.product .variations tr > * {
    display: block !important;
    width: 100%;
    padding: 0;
    text-align: left;
}
.woocommerce div.product .variations th,
.woocommerce div.product .variations td {
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.woocommerce div.product .variations label {
    font-weight: var(--font-weight-regular);
}
.woocommerce div.product .variations label + .woo-selected-variation-item-name {
    display: none !important;
}
.woocommerce div.product .variations .label {
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    opacity: 1;
    line-height: unset !important;
}
.woocommerce div.product form.cart .variations label{
    font-weight: 400;
}
.woocommerce div.product .variations .label > *:not(:last-child) {
    padding-right: 0.25em;
}
.woocommerce div.product .variations .value {
    text-align: left;
}
.woocommerce div.product .variations select {
    margin: 0;
    display: block;
    max-width: 100%;
    min-width: 0;
}
.woocommerce div.product form.cart .button {
    float: none;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

@media (max-width:767px) {
    
    .woocommerce form.cart .button-variable-items-wrapper {
        grid-template-columns: repeat(2,1fr);
    }

}


/*========== WPCF7 ==========*/
.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    font-weight: inherit;
    font-size: var(--font-size-2xs);
    color: var(--color-error);
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: var(--spacing-3xs);
}
.wpcf7-form .wpcf7-response-output {
    margin: var(--spacing-xs) 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.wpcf7-form .ajax-loader {
    display: block;
    margin: 0 auto;
    left: 0;
    right: auto;
    top: calc(100% + var(--spacing-3xs));
}
.wpcf7-form .a-center .ajax-loader {
    left: 0;
    right: 0;
}
.wpcf7-form .wpcf7-list-item {
    margin-left: 0 !important;
}

@media (max-width:991px)  {

    .wpcf7-form .a-center-device-sm .ajax-loader {
        left: 0;
        right: 0;
    }

}



/*========== PAGINATION ==========*/
.wp-pagenavi {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    color: inherit;
    text-align: center;
}
.wp-pagenavi > span.pages {
    display: none;
}
.wp-pagenavi a:hover {
    opacity: var(--opacity-light);
}
.wp-pagenavi > * {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    width: auto;
    min-width: 52px;
    margin: 0 1px;
    padding: 0 0 var(--spacing-sm);
    border: 0;
    border-bottom: 1px solid;
    color: inherit;
    opacity: var(--opacity-light);
}
.wp-pagenavi > *.current {
    opacity: 1;
}
.wp-pagenavi > *[class*="postslink"] {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
}
.wp-pagenavi > .previouspostslink {
    left: 0;
    justify-content: flex-start;
}
.wp-pagenavi > .nextpostslink {
    right: 0;
    justify-content: flex-end;
}
.wp-pagenavi > .previouspostslink:before,
.wp-pagenavi > .nextpostslink:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--font-size-xl);
}
.wp-pagenavi > .previouspostslink:before {
    content: "\e905";
    transform: translateX(-4px);
}
.wp-pagenavi > .nextpostslink:after {
    content: "\e906";
    transform: translateX(4px);
}


/*========== ALERT ==========*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    border: 0 !important;
    background: var(--color-gray); !important;
    padding: var(--spacing-xs) var(--spacing-sm) !important;
    color: var(--color-gray-dark);
    font-size: var(--font-size-xs);
    line-height: inherit;
    text-transform: uppercase;
    margin: 0 0 var(--spacing-2xs);
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
    display: none !important;
}
.woocommerce-notices-wrapper > .woocommerce-error:last-child, 
.woocommerce-notices-wrapper > .woocommerce-info:last-child, 
.woocommerce-notices-wrapper > .woocommerce-message:last-child {
    margin-bottom: var(--spacing-md);
}


/*========== LAYOUT ==========*/
.woocommerce .col2-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
    display: none;
}
.woocommerce .col2-set > [class*="col-"] {
    float: none;
    width: calc(50% - var(--spacing-lg)/2);
}
.woocommerce .col2-set h2 {
    margin-bottom: var(--spacing-2xs);
}

@media (max-width:991px) {
    
    .woocommerce .col2-set {
        flex-direction: column;
    }
    .woocommerce .col2-set > [class*="col-"] {
        width: 100%;
    }
    .woocommerce .col2-set > [class*="col-"]:not(:last-child) {
        margin-bottom: var(--spacing-md);
    }
    
}

/*========== FORM ==========*/
.woocommerce form,
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce form.checkout_coupon {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: inherit;
}
.woocommerce .woocommerce-input-wrapper {
    display: block;
}
.woocommerce form .form-row {
    margin: 0;
    padding: 0;
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after {
    display: none;
}
.woocommerce form .form-row:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
.woocommerce form .form-row label {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: var(--font-size-xs);
    line-height: inherit;
    font-weight: inherit;
    text-align: inherit;
    text-transform: uppercase;
}
.woocommerce form .form-row label:not(.anim):not(.woocommerce-form__label-for-checkbox) {
    padding: 0;
    margin: 0 0 var(--spacing-3xs);
    opacity: 1;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    padding: var(--spacing-2xs) var(--spacing-2xs);
    /* border-color: inherit; */
    /* border-bottom: 1px solid var(--color-gray-dark); */
}
.woocommerce form .form-row textarea {
    line-height: normal;
    height: 139px;
    min-height: 139px;
    padding-top: 14px;
}
.woocommerce form .form-row[id*="_1_field"] {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce form .form-row :-ms-input-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: none !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: none !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce form .form-row ::-moz-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: none !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce form .form-row .select2-container {
    line-height: normal;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single,
.woocommerce form .form-row .select2-dropdown {
    border-color: inherit;
}
.woocommerce form .form-row .required {
    color: var(--color-error);
    font-weight: inherit;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last {
    width: calc(50% - var(--spacing-sm)/2);
}

.woocommerce .woocommerce-form__label-for-checkbox {
    position: relative;
    line-height: 1;
    display: inline-flex;
}
.woocommerce .woocommerce-form__label-for-checkbox > span {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span {
    display: inline;
    vertical-align: baseline;
    text-align: left;
    padding-left: calc(var(--font-size-xs) + var(--font-size-xs));
    line-height: normal;
    min-width: var(--font-size-xs);
    min-height: var(--font-size-xs);
    height: auto;
    cursor: pointer;
    color: var(--color-body);
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before,
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after {
    content: "";
    display: block;
    margin: 0;
    position: absolute;
    left: 0; 
    top: -2px;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before,
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after {
    width: 18px;
    height: 18px;
    background-color: var(--color-gray-border);
    border-radius: 4px;
    cursor: pointer;
    margin-right: var(--spacing-3xs) !important;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox:checked + span:after {
    background-color: var(--color-theme-yellow);
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox[type="radio"] + span:before,
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox[type="radio"] + span:after {
    border-radius: 50%;
}

.woocommerce .woocommerce-form .woocommerce-button {
    float: none;
}
.woocommerce .woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce .woocommerce-form .woocommerce-LostPassword,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text {
    margin: 0;
    display: block;
    font: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce .woocommerce-form .form-row-cta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-form .form-row-cta > * {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce .woocommerce-form .form-row-cta > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
    order: -2;
    margin-right: auto;
    display: block;
    width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme ~ .woocommerce-button.button.woocommerce-form-login__submit.btn-main{
    order: -1;
}
.woocommerce-LostPassword.lost_password{
    margin: 0;
    margin-top: var(--spacing-xs) !important;
}
.woocommerce .woocommerce-form .form-row-cta a {
    /* box-shadow: var(--cta-shadow); */
}
.woocommerce .woocommerce-form .form-row-cta a:hover{
    color: var(--color-theme-yellow);
}
.woocommerce .woocommerce-ResetPassword .form-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .woocommerce-ResetPassword .form-row-cta {
    margin-top: var(--spacing-lg);
}
.woocommerce .woocommerce-ResetPassword p:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce .woocommerce-cart-form:not(:last-child),
.woocommerce .woocommerce-checkout:not(:last-child) {
    margin-bottom: 0;
}

/*========== ORDERING ==========*/
form.woocommerce-ordering {
    display: block;
    position: relative;
    cursor: pointer;
}
form.woocommerce-ordering select.orderby {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    font: inherit;
    text-transform: none;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 100%;
    height: 100%;
}

/*========== CART ==========*/
.woocommerce form.cart {
    position: relative;
    margin: 0;
}
.woocommerce form.cart:before,
.woocommerce form.cart:after {
    display: none !important;
}
.woocommerce .variations {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.woocommerce .variations,
.woocommerce .variations tbody,
.woocommerce .variations tr,
.woocommerce .variations td {
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce .variations select {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    border: 0;
}
.woocommerce .variations .select {
    width: 100%;
}
.woocommerce .variations .select select,
.woocommerce .variations .select2-container .select2-selection--single {
    width: 100%;
    height: var(--input-height);
    border-radius: calc(var(--input-height)/2);
    border: 1px solid var(--color-border);
}
.woocommerce .variations .select select {
    padding-left: calc(var(--input-height)/2);
    padding-right: var(--input-height);
}
.woocommerce .variations .select2-container .select2-selection__rendered {
    padding-left: calc(var(--input-height)/2);
    padding-right: var(--input-height);
}
.woocommerce .variations .select2-dropdown {
    border-radius: 0 !important;
    border: 1px solid var(--color-border);
}
.woocommerce .variations .select:after,
.woocommerce .variations .select2-container .select2-selection--single > .select2-selection__arrow {
}
.woocommerce .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
.woocommerce .variations .select2-container--open .select2-dropdown--below {
    margin: 5px 0 0;
}
.woocommerce .variations .select2-container--open .select2-dropdown--above {
    margin: -5px 0 0;
}
.woocommerce form.cart .variable-items-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    margin: -5px;
    font: inherit;
    text-transform: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item:before,
.woocommerce form.cart .variable-items-wrapper .variable-item:after {
    display: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item,
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
.woocommerce form.cart .variable-items-wrapper .variable-item {
    width: auto;
    height: auto;
    margin: 3px;
    padding: 2px;
    line-height: 1;
    white-space: nowrap;
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}
/*.woocommerce form.cart .variable-items-wrapper .variable-item.selected {
    border-color: #000;
}
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}*/
.woocommerce form.cart .variable-items-wrapper .variable-item img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    -o-object-position: center;
    object-position: center;
}
.woocommerce form.cart .variable-items-wrapper .variable-item > a {
    display: block;
    background: none;
    text-transform: none;
}
.woocommerce form.cart .button-variable-items-wrapper {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: var(--spacing-2xs);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item,
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item,
.woocommerce form.cart .button-variable-items-wrapper .variable-item-contents {
    width: 100%;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 38px;
    padding: 0 var(--spacing-2xs);
    color: var(--color-theme-yellow);
    background: none;
    border: 1px solid;
    border-radius: calc(38px/2);
    overflow: hidden;
    transition: var(--transition);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: #fff;
    background: var(--color-theme-yellow);
    border-color: var(--color-theme-yellow);
}
.woocommerce form.cart .single_variation_wrap {
    position: relative;
    width: 100%;
}
.woocommerce form.cart .single_variation_wrap .single_variation {
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    text-transform: uppercase;
    color : var(--color-theme-yellow);
}
.woocommerce form.cart .single_variation_wrap .single_variation > *:empty {
    margin: 0;
}
.woocommerce form.cart .woocommerce-variation-availability {
    position: static;
}
.woocommerce form.cart .woocommerce-variation-availability .stock {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
}
.woocommerce form.cart .woocommerce-variation-availability .out-of-stock {
    color: var(--color-error) !important;
}
.woocommerce form.cart .woocommerce-variation-add-to-cart:before,
.woocommerce form.cart .woocommerce-variation-add-to-cart:after {
    display: none;
}
.woocommerce form.cart .reset_variations {
    display: none !important;
}
.woocommerce div.product form.cart {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase;
}
.woocommerce div.product .variations {
    margin: 0;
}
.woocommerce div.product .variations,
.woocommerce div.product .variations tbody,
.woocommerce div.product .variations tr,
.woocommerce div.product .variations tr > * {
    display: block !important;
    width: 100%;
    padding: 0;
    text-align: left;
}
.woocommerce div.product .variations th,
.woocommerce div.product .variations td {
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.woocommerce div.product .variations .label {
    padding: 0 !important;
    font-weight: inherit;
    font-size: inherit;
    text-transform: inherit;
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}
.woocommerce div.product .variations .label > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce div.product .variations .value {
    text-align: left;
}
.woocommerce div.product .variations label {
    opacity: 1;
    font-weight: inherit;
    text-transform: inherit;
}
.woocommerce div.product .variations label + .woo-selected-variation-item-name {
    margin-left: 3px;
}
.woocommerce div.product .variations select {
    margin: 0;
    display: block;
    max-width: 100%;
    min-width: 0;
}
.woocommerce div.product form.cart .button {
    float: none;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

/*========== CART ==========*/
.woocommerce a.remove {
    margin: 0 auto !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    opacity: 1;
    width: auto;
    height: auto;
    font: inherit;
    font-size: 0;
    line-height: 1;
}
.woocommerce a.remove:before {
    font-family: 'iconfont';
    content: '\e900';
    font-size: var(--font-size-2xs);
    font-weight: bold;
}
.woocommerce a.remove:hover {
    color: var(--color-error) !important;
    opacity: 1 !important;
}

.woocommerce table.shop_table {
    margin: 0;
    border: 0;
    border-radius: 0;
    border-spacing: 0;
    text-transform: uppercase;
}
.woocommerce table.shop_table tr > * {
    font: inherit;
    line-height: inherit;
    padding: var(--spacing-sm);
    border: 0;
    vertical-align: top;
}
.woocommerce table.shop_table tr > *:first-child {
    padding-left: 0;
}
.woocommerce table.shop_table tr > *:last-child {
    padding-right: 0;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table tfoot td {
    border: 0;
    font-weight: inherit;
}
.woocommerce table.shop_table thead tr > * {
    border: 0;
    padding-top: 0;
    padding-bottom: var(--spacing-2xs);
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
}
.woocommerce table.shop_table .product-remove {
    width: 1%;
    padding-right: 0;
}
.woocommerce table.shop_table .product-remove a.remove {
    display: inline-block;
    line-height: inherit;
    box-shadow: none !important;
}
.woocommerce table.shop_table .product-thumbnail {
    width: 100px;
    padding-right: 0;
}
.woocommerce table.shop_table .product-thumbnail img {
    display: block;
}
.woocommerce table.shop_table .product-quantity .quantity-container {
    margin: 0 auto;
}
.woocommerce table.shop_table .product-quantity .quantity .qty {
    border: 0;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child {
    text-align: right;
}

.woocommerce table.shop_table.cart td.actions {
    position: relative;
    border-top: 1px solid;
    border-bottom: 0;
    padding-bottom: 0;
}

.woocommerce table.cart td.actions .coupon {
    display: flex;
    align-items: baseline;
    width: calc(50% - var(--spacing-2xl));
    max-width: 100%;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon .form-row input.input-text {
    flex: 1;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-weight: var(--weight-regular);
    height: var(--input-height);
    padding: var(--spacing-3xs) 0;
    margin: 0 var(--spacing-3xs) 0 0;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text:-ms-input-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text::-webkit-input-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text::-moz-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .button,
.woocommerce form.checkout_coupon .button,
.woocommerce table.cart td.actions [name="update_cart"] {
    color: var(--color-body) !important;
    border-color: inherit !important;
    background: none !important;
    padding: 0 var(--spacing-sm) !important;
    height: var(--input-height);
}
.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce form.checkout_coupon .button:hover,
.woocommerce table.cart td.actions [name="update_cart"]:hover {
    color: #fff !important;
    border-color: var(--color-theme-yellow) !important;
    background: var(--color-theme-yellow) !important;
}

.woocommerce .woocommerce-form-coupon-toggle > *:last-child {
    margin-bottom: var(--spacing-md);
}
.woocommerce .woocommerce-form-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0 var(--spacing-3xs);
    align-items: flex-start;
    width: calc(50% - var(--spacing-lg)/2);
    margin: 0 0 var(--spacing-md) !important;
    text-transform: uppercase;
}
.woocommerce .woocommerce-form-coupon > * {
    grid-column: span 2;
}
.woocommerce .woocommerce-form-coupon > p:not(.form-row) {
    width: 100%;
    font-size: var(--font-size-sm);
    margin-bottom: var(--spacing-2xs);
}
.woocommerce .woocommerce-form-coupon .form-row {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
.woocommerce .woocommerce-form-coupon .form-row-first {
    grid-column: 1;
}
.woocommerce .woocommerce-form-coupon .form-row-last {
    grid-column: 2;
    justify-self: end;
}

.woocommerce .cart-collaterals {
    margin-top: var(--spacing-md);
}
.woocommerce .cart-collaterals .cart_totals > h2 {
    font-weight: var(--weight-bold);
    font-size: var(--font-size-xl);
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    display: block;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr:not(:last-child) {
    margin-bottom: var(--spacing-sm) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    width: 50%;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:last-child {
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:before {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > * {
    width: 100%;
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:last-child {
    text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:not(:last-child) {
    padding-right: 0;
    /* margin-bottom: var(--spacing-2xs); */
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td {
    font-weight: var(--weight-bold);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td ul#shipping_method .amount {
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .woocommerce-shipping-destination:not(:first-child) {
    margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-button,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form [type="submit"] {
    text-decoration: underline;
    background: none;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form [type="submit"] {
    margin: var(--spacing-2xs) 0 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.order-total {
    padding-top: var(--spacing-sm) !important;
    border-top: 1px solid !important;
    align-items: baseline;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.order-total .woocommerce-Price-amount {
    font-size: var(--font-size-xl);
}
.woocommerce-shipping-totals.shipping > * {
    vertical-align: top;
}
.woocommerce .wc-proceed-to-checkout {
    text-align: center;
    margin-top: var(--spacing-md);
}
.woocommerce .wc-proceed-to-checkout .button{
    width: 100% !important;
    height: var(--input-height) !important;
    background-color: var(--color-theme-yellow) !important;
    display: grid;
    place-items: center;
}
.single_variation_wrap button.single_add_to_cart_button {
    width: 236px !important;
    height: var(--input-height) !important;
    text-align: center !important;
    background-color: #fff !important;
    border: 2px solid var(--color-theme-yellow) !important;
    color: var(--color-theme-yellow) !important;
}
.woocommerce-checkout .woocommerce-shipping-fields + .woocommerce-additional-fields {
    margin-top: 0;
}
.woocommerce-checkout #customer_details {
    margin-bottom: var(--spacing-lg);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    color: inherit;
    text-transform: uppercase;
    font-size: var(--font-size-xl);
    font-weight: var(--weight-bold);
    margin-bottom: var(--spacing-sm);
}
.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:before,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:after {
    margin: 7px 0 0;
}
@media (max-width:767px) {

    .woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
    .woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
    .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
    .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
    .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:before,
    .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:after {
        margin: 7px 0 0;
    }
    
}

.woocommerce-checkout #customer_details .woocommerce-account-fields {
    margin-top: var(--spacing-md);
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account:not(.form-row) {
    margin-top: var(--spacing-sm) !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account.form-row,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row-last {
    margin-bottom: 0 !important;
}


.woocommerce #order_review > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > * {
    width: 50%;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > *:last-child {
    text-align: right;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody tr > * {
    padding-top: 0;
    padding-bottom: var(--spacing-3xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody > tr:last-child > * {
    padding-bottom: var(--spacing-xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot {
    font-weight: var(--weight-bold);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot tr > * {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot tr:not(:last-child) > * {
    padding-bottom: var(--spacing-3xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr:first-child > * {
    padding-top: var(--spacing-xs);
    border-top: 1px solid;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr.order-total > * {
    padding-bottom: var(--spacing-xs);
    border-bottom: 1px solid;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr.order-total strong {
    font-weight: inherit;
}

.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-quantity, 
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-subtotal, 
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-total {
    white-space: nowrap;
}

.woocommerce ul#shipping_method li {
    line-height: inherit;
    margin: 0 0 15px;
}
.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0;
}
.woocommerce ul#shipping_method .amount {
    font-weight: inherit;
    white-space: nowrap;
}
.woocommerce .woocommerce-shipping-destination:not(:first-child) {
    margin-top: 15px;
}

/* PAYMENT METHOD:START */
.payment_box:not(:first-child) {
    margin-top: var(--spacing-sm);
}
.wc_payment_method {
    position: relative;
    line-height: 1;
}
.wc_payment_method:not(:last-child) {
    margin-bottom: 15px;
}
.wc_payment_method label,
#omise_cc_form .omise-remember-card > label {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wc_payment_method input[type="radio"],
.wc_payment_method input[type="checkbox"],
.woocommerce ul#shipping_method li input[type="radio"],
.woocommerce ul#shipping_method li input[type="checkbox"],
#omise_cc_form .omise-remember-card > input[type="radio"],
#omise_cc_form .omise-remember-card > input[type="checkbox"] {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.wc_payment_method input[type="radio"] + label,
.wc_payment_method input[type="checkbox"] + label,
.woocommerce ul#shipping_method li input[type="radio"] + label,
.woocommerce ul#shipping_method li input[type="checkbox"] + label,
#omise_cc_form .omise-remember-card input[type="radio"] + label,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    padding-left: calc(var(--font-size-xs) + var(--font-size-3xs));
    line-height: normal;
    min-width: var(--font-size-xs);
    min-height: var(--font-size-xs);
    height: auto;
    cursor: pointer;
}
.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="radio"] + label:after,
.wc_payment_method input[type="checkbox"] + label:before,
.wc_payment_method input[type="checkbox"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:before,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:before,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:after {
    content: "";
    display: block;
    margin: 2px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="checkbox"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:before {
    width: var(--font-size-xs);
    height: var(--font-size-xs);
    background: none;
    border: 1px solid;
    border-radius: 0;
}
.wc_payment_method input[type="radio"] + label:after,
.wc_payment_method input[type="checkbox"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:after {
    background: currentColor;
    width: calc(var(--font-size-xs) - 4px);
    height: calc(var(--font-size-xs) - 4px);
    top: 2px;
    left: 2px;
    opacity: 0;
}
.wc_payment_method input[type="radio"]:checked + label:after,
.wc_payment_method input[type="checkbox"]:checked + label:after,
.woocommerce ul#shipping_method li input[type="radio"]:checked + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"]:checked + label:after,
#omise_cc_form .omise-remember-card input[type="radio"]:checked + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after {
    border-radius: 50%;
}
.wc_payment_method input[type="radio"] + label img,
.wc_payment_method input[type="checkbox"] + label img,
#omise_cc_form .omise-remember-card input[type="radio"] + label img,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label img {
    margin: 1px 5px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    border-radius: 0;
    background: none;
    margin: var(--spacing-sm) 0 0;
}
#add_payment_method #payment a, 
.woocommerce-cart #payment a, 
.woocommerce-checkout #payment a {
    box-shadow: var(--cta-shadow) !important;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 0;    
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
    border: 0;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: normal;
    font-weight: inherit;
}
#add_payment_method #payment ul.payment_methods li:not(:last-child), 
.woocommerce-cart #payment ul.payment_methods li:not(:last-child), 
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    font-size: inherit;
    line-height: inherit;
    color: var(--color-body);
    background: var(--color-gray-bright);
    padding: var(--spacing-sm);
    margin: 0;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}
#add_payment_method #payment div.payment_box .form-row, 
.woocommerce-cart #payment div.payment_box .form-row, 
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 var(--spacing-sm);
}
#add_payment_method #payment div.payment_box input.input-text, 
#add_payment_method #payment div.payment_box textarea, 
.woocommerce-cart #payment div.payment_box input.input-text, 
.woocommerce-cart #payment div.payment_box textarea, 
.woocommerce-checkout #payment div.payment_box input.input-text, 
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: inherit;
    margin: 0;
}
#add_payment_method #payment div.payment_box label, 
.woocommerce-cart #payment div.payment_box label, 
.woocommerce-checkout #payment div.payment_box label {

}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 3px;
    max-height: 20px;
    width: auto !important;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce-checkout #payment .place-order:before,
.woocommerce-checkout #payment .place-order:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

#omise_cc_form h3 {
    margin: 0;
    font-weight: var(--weight-bold);
    font-size: inherit;
}
#omise_cc_form > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#omise_cc_form .omise-remember-card {
    position: relative;
    line-height: 1;
    display: inline-flex;
}
#omise_cc_form fieldset.card-exists {
    margin-top: var(--spacing-sm);
}
#omise_cc_form .omise-customer-card-list {
    border: 0;
    box-shadow: none;
}
#omise_cc_form .omise-customer-card-list:not(:last-child) {
    border-bottom: 1px solid var(--color-gray);
    padding-bottom: var(--spacing-sm);
}
/* PAYMENT METHOD:END */

.woocommerce .woocommerce-terms-and-conditions-wrapper {
    margin: var(--spacing-sm) 0;
    text-transform: uppercase;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row{
    margin-top: var(--spacing-xs);
}
.woocommerce .woocommerce-terms-and-conditions-wrapper a:hover {
    opacity: 1;
}

.woocommerce #payment #place_order {
    margin: 0 !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border-color: inherit;
}

.woocommerce-order > *:not(:last-child),
.wpdt-wc-payment-thankyou > *:not(:last-child) {
    margin-bottom: 30px;
}
.woocommerce ul.order_details {
    margin: 0 0 50px;
    padding: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
}
.woocommerce ul.order_details:before,
.woocommerce ul.order_details:after {
    display: none;
}
.woocommerce ul.order_details li {
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
}
.woocommerce ul.order_details li strong {
    font-size: inherit;
    font-weight: var(--weight-bold);
    text-transform: uppercase;
}

.woocommerce .woocommerce-order-details > *:not(:last-child) {
    margin-bottom: 25px;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > * {
    padding: 0 !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:not(:last-child) {
    padding-right: 25px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr:not(:last-child) > * {
    padding-bottom: 5px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details > *:not(:last-child) > tr:last-child > * {
    padding-bottom: 15px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details > *:not(:first-child) tr:first-child > * {
    padding-top: 15px !important;
    border-top: 1px solid !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:last-child {
    text-align: right !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr > th {
    text-transform: uppercase;
}
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child > * {
    padding-bottom: 15px !important;
    border-bottom: 1px solid !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details .product-name a:not(:hover) {
    background-size: 100% 0%;
}
.woocommerce table.shop_table.woocommerce-table--order-details .shipped_via {
    font-size: inherit;
    font-weight: inherit;
}

.woocommerce .woocommerce-notice--success {
    text-align: center;
    text-transform: uppercase;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: inherit !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title:not(:last-child) {
    margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
    border-radius: 0;
    padding: 0;
}

@media (max-width:991px) {
    .woocommerce .woocommerce-customer-details .col2-set > [class*="col-"]:not(:last-child) {
        margin-bottom: 25px;
    }
}

.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > *,
.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > * > *,
.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > * > * > * {
    color: inherit !important;
}


/* Payment Noti */
body.woocommerce-order-received .woocommerce .wpdt-wc-payment-thankyou a.button.alt{
    margin-bottom: var(--spacing-xs);
}
form.form-wpdt-wc-payment:after {
    content: "";
    display: table;
    clear: both;
}
form.form-wpdt-wc-payment h3,
form.form-wpdt-wc-payment h4,
form.form-wpdt-wc-payment .payment-info-remark label {
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 10px;
    margin-bottom: 15px !important;
}

form.form-wpdt-wc-payment .input input,
form.form-wpdt-wc-payment .input textarea {
    width: 100% !important;
    max-width: 100% !important;
    height: 35px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
form.form-wpdt-wc-payment span.required {
    position: absolute;
    top: 0; right: 0;
    line-height: 35px;
}
.uploadslip .required{
    display: none;
}
form.form-wpdt-wc-payment .reset {
    display: block;
    height: auto;
    padding: 0;
    margin: 15px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: inherit;
    text-transform: uppercase;
}
form.form-wpdt-wc-payment .reset:hover{
    text-decoration: underline;
}

form.form-wpdt-wc-payment > *[class*="payment-info-"]:not(:last-child) {
    margin-bottom: 50px;
}
form.form-wpdt-wc-payment table {
    margin: 0;
}
form.form-wpdt-wc-payment table.shop_table tbody tr > * {
    padding: 0;
}
form.form-wpdt-wc-payment table.shop_table .thead {
    width: auto;
    text-align: left;
    vertical-align: middle !important;
}
form.form-wpdt-wc-payment table.shop_table .thead label .choice-name:before,
form.form-wpdt-wc-payment table.shop_table .thead label .choice-name:after{
    top: 50%;
    transform: translateY(-50%);
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > * {
    color: inherit;
    vertical-align: baseline;
    padding-left: 0;
    padding-right: 0;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > *:not(:last-child) {
    padding-right: 20px;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .wpdt_wc_payment_form_bank_name {
    color: inherit !important;
}

form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks),
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tbody,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr > * {
    display: block;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr {
    display: flex;
    align-items: baseline;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr:not(:last-child) {
    margin-bottom: 15px;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr th {
    width: 150px;
    padding-right: 15px;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr td {
    flex: 1;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr td > * {
    width: 100%;
}

form.form-wpdt-wc-payment .payment-info-remark label {
    display: none;
}

@media (min-width:769px) {
    
    .woocommerce table.shop_table tr > .product-price,
    .woocommerce table.shop_table tr > .product-quantity,
    .woocommerce table.shop_table tr > .product-subtotal {
        width: 15%;
        white-space: nowrap;
        text-align: center;
    }
    .woocommerce table.shop_table tr > .product-subtotal {
        text-align: right;
    }

    .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item > * {
        border-top: 1px solid;
        vertical-align: middle;
    }

    .woocommerce table.cart td.actions [name="update_cart"] {
        margin-top: 0 !important;
        position: absolute !important;
        top: var(--spacing-sm);
        right: 0;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce #payment #place_order {
        width: calc(50% - var(--spacing-2xl)) !important;
    }
    
}

@media (max-width:991px) {

    .woocommerce .woocommerce-form-coupon {
        width: 100%;
    }
    
}

@media (max-width:768px) {
    
    .woocommerce table.shop_table_responsive tr:not(:last-child) {
        border: 0;
        margin: 0;
        padding: 0;
        margin-bottom: var(--spacing-xs);
        padding-bottom: var(--spacing-xs);
        border-bottom: 1px solid;
    }
    .woocommerce table.shop_table_responsive tr td {
        border: 0;
        background: none; 
        display: flex;
        align-items: baseline;
    }
    
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce table.shop_table_responsive.cart tr > td:before {
        content: attr(data-title);
        float: none;
        width: 125px;
        padding-right: 25px;
        font-weight: var(--weight-bold);
        text-align: left;
        text-transform: uppercase;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td {
        background: none;    
    }
    
    .woocommerce table.shop_table_responsive.cart thead {
        display: block !important;
        padding-bottom: var(--spacing-2xs);
        margin-bottom: var(--spacing-sm);
        border-bottom: 1px solid;
    }
    .woocommerce table.shop_table_responsive.cart thead tr {
        display: grid !important;
        grid-gap: var(--spacing-3xs) var(--spacing-xs);
        grid-template-columns: auto 1fr auto;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > * {
        display: none !important;
        padding: 0 !important;
    } 
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-remove {
        display: block !important;
        grid-row: 1;
        grid-column: 1;
        min-width: 11px;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-name {
        display: block !important;
        grid-row: 1;
        grid-column: 2;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-subtotal {
        display: block !important;
        grid-row: 1;
        grid-column: 3;
        justify-self: flex-end;
    }
    .woocommerce table.shop_table_responsive.cart tr > td {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce table.shop_table_responsive.cart tr > td:not(:last-child) {
        padding-right: 0;
    }
    .woocommerce table.shop_table_responsive.cart tr > td:before {
        width: 25%;
        text-align: left;
    }
    
    .woocommerce table.shop_table_responsive.cart .cart_item {
        display: grid;
        grid-gap: var(--spacing-3xs) var(--spacing-xs);
        grid-template-columns: auto auto 1fr auto;
        grid-template-rows: auto auto auto;
        padding: 0 0 var(--spacing-xs);
    }
    
    .woocommerce table.shop_table_responsive.cart .cart_item > * {
        padding: 0;
    }
    .woocommerce table.shop_table_responsive.cart .cart_item > td {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
    .woocommerce table.shop_table_responsive.cart .cart_item > td:before {
        display: none;
    }
    .woocommerce table.shop_table_responsive.cart .cart_item:nth-last-child(2) {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .woocommerce table.shop_table_responsive.cart .product-remove {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        grid-row: 1;
        align-self: center;
    }
    .woocommerce table.shop_table_responsive.cart .product-thumbnail {
        display: block;
        width: 60px;
        grid-row: 1 / span 3;
        grid-column: 2;
    }
    .woocommerce table.shop_table_responsive.cart .product-thumbnail:before {
        display: none;
    }
    .woocommerce table.shop_table_responsive.cart .product-name {
        flex-direction: column;
        grid-row: 1;
        grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-name .variation {
        margin: 0;
    }
    .woocommerce table.shop_table_responsive.cart .product-price {
        grid-row: 2;
        grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-quantity {
        grid-row: 3;
        grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-subtotal {
        grid-row: 1 / span 3;
        grid-column: 4;
    }
    .woocommerce table.shop_table_responsive.cart .quantity-container {
        margin-left: 0;
    }
    
    .woocommerce table.shop_table_responsive.cart tr > td.actions {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions > * {
        width: 100% !important;
        margin: 0 auto;
        padding: 0;
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions > *[name="update_cart"]{
        text-align: center !important;
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions > *:not(:first-child) {
        margin-top: var(--spacing-xs);
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions .coupon {
        width: 100% !important;
    }
    
    .woocommerce .cart_totals table.shop_table_responsive tr {
        border-top: 0;
    }
    .woocommerce .cart_totals table.shop_table_responsive tr:last-child {
        border-bottom: 0;
    }
    .woocommerce .cart_totals table.shop_table_responsive tr > td {
        text-align: right !important;
    }
    
    .woocommerce #content table.cart td.actions .coupon .button, 
    .woocommerce #content table.cart td.actions .coupon .input-text, 
    .woocommerce #content table.cart td.actions .coupon input, 
    .woocommerce table.cart td.actions .coupon .button, 
    .woocommerce table.cart td.actions .coupon .input-text, 
    .woocommerce table.cart td.actions .coupon input {
        width: auto;
    }

    .woocommerce .woocommerce-terms-and-conditions-wrapper {
        text-align: left;
    }

    .woocommerce .wc-proceed-to-checkout .button,
    .woocommerce #payment #place_order {
        width: 100% !important;
    }


}

@media (max-width:767px) {
    .woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child{
        text-align: left !important;
    }
    .woocommerce ul.order_details {
        grid-template-columns: 100%;
    }

    form.form-wpdt-wc-payment table {
        border: 0;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.shop_table tr > * {
        background: 0;
        padding: 0;
        border: 0;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.wpdt-wc-payment-table-banks.shop_table tr {
        display: grid;
        grid-gap: 5px 20px;
        grid-template-columns: auto 1fr;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.wpdt-wc-payment-table-banks.shop_table tr > td {
        padding: 0;
        border: 0;
        background: none;
        grid-column: 2;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.wpdt-wc-payment-table-banks.shop_table tr > .thead {
        position: static;
        width: auto;
        margin: 0;
        line-height: normal;
        grid-column: 1;
        grid-row: 1 / span 3;
    }
    
}

/*========== THANKYOU: START ==========*/
#main.wc-thankyou .woocommerce .woocommerce-thankyou-order-received,
#main.wc-thankyou .woocommerce .wpdt-wc-payment-thankyou,
#main.wc-thankyou .woocommerce .woocommerce-order-details,
#main.wc-thankyou .woocommerce .woocommerce-order-overview > li:not(.woocommerce-order-overview__order) {
    display: none !important;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview {
    display: block;
    margin: 0;
    text-align: center;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li strong {
    display: initial;
    font-weight: normal;
    text-transform: inherit;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order {
    font-size: 0;
    letter-spacing: normal;
    text-indent: 0;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order strong,
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order .custom {
    font-family: inherit;
    font-weight: var(--weight-bold);
    font-size: var(--font-size-xs);
    line-height: inherit;
    text-transform: uppercase;
    white-space: normal;
    letter-spacing: 1px;
    text-indent: 1px;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order strong {
    font-weight: var(--weight-bold);

}

#main.wc-thankyou .sc-content > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#main.wc-thankyou .entry-content > *:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
/*========== THANKYOU: END ==========*/

/*========== DASHBOARD:START ==========*/
#main.wc-dashboard .woocommerce:before,
#main.wc-dashboard .woocommerce:after {
    display: none;
}
#main.wc-dashboard .woocommerce {
    margin: 0;
}
#main.wc-dashboard .woocommerce > * {
    width: 100%;
    float: none;
    clear: both;
}
#main.wc-dashboard .woocommerce > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}
#main.wc-dashboard .woocommerce-MyAccount-navigation {
    font-family: inherit;
    font-weight: var(--weight-bold);
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: uppercase;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li {
    margin: 0;
    text-align: left;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li a {
    padding: 0 !important;
    display: inline !important;
    position: relative;
    color: inherit;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li a:hover {
    box-shadow: none;
    color: var(--color-theme-yellow);
    opacity: 1;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li.is-active a {
    color: var(--color-theme-yellow);
    cursor: default;
    opacity: 1;
}

#main.wc-dashboard .woocommerce-MyAccount-content h2,
#main.wc-dashboard .woocommerce-MyAccount-content h3,
#main.wc-dashboard .woocommerce-MyAccount-content h4,
#main.wc-dashboard .woocommerce-MyAccount-content legend,
#main.wc-dashboard .woocommerce-MyAccount-content strong {
    color: inherit;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before{
    content: none;
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#main.wc-dashboard .woocommerce-MyAccount-content h2,
#main.wc-dashboard .woocommerce-MyAccount-content h3,
#main.wc-dashboard .woocommerce-MyAccount-content h4,
#main.wc-dashboard .woocommerce-MyAccount-content form h3,
#main.wc-dashboard .woocommerce-MyAccount-content form legend {
    display: block;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: var(--font-size-xl);
    line-height: inherit;
}
#main.wc-dashboard .woocommerce-MyAccount-content a {
    box-shadow: var(--cta-shadow);
}
#main.wc-dashboard .woocommerce-MyAccount-content a:hover {
    color: var(--color-theme-yellow);
    opacity: 1;
}
#main.wc-dashboard .woocommerce-MyAccount-content .button {
    box-shadow: none;
    color: inherit;
    opacity: 1;
    background-color: var(--color-theme-yellow);
    color: var(--color-body-bg);
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title,
#main.wc-dashboard .woocommerce-MyAccount-content form h3,
#main.wc-dashboard .woocommerce-MyAccount-content form legend {
    margin-bottom: var(--spacing-sm);
}
#main.wc-dashboard .woocommerce-MyAccount-content > *:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
#main.wc-dashboard .woocommerce-MyAccount-content form [type="submit"] {
    margin-top: var(--spacing-md);
}
#main.wc-dashboard .woocommerce-MyAccount-content table .button:not(:last-child) {
    margin-right: var(--spacing-2xs);
}

#main.wc-dashboard .sc-menu-container:after {
    display: none !important;
}
.ur-frontend-form .description,
.ur-frontend-form .description + span{
    display: inline !important;
}

@media (min-width:768px) {

    #main.wc-dashboard .woocommerce-MyAccount-content table tr > * {
        padding: var(--spacing-2xs) var(--spacing-xs);
        text-align: left;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:first-child {
        padding-left: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:last-child {
        padding-right: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:last-child tr:last-child > * {
        padding-bottom: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:first-child > tr:first-child > * {
        padding-top: 0;
    }
    
}

@media (min-width:992px) {
    
    #main.wc-dashboard .woocommerce > *:not(:last-child) {
        margin-bottom: 0 !important;
    }
    
    #main.wc-dashboard .entry-wc > .woocommerce {
        display: grid;
        grid-template-columns: 170px 1fr;
        grid-column-gap: var(--spacing-container);
        justify-content: space-between;
    }
    #main.wc-dashboard .entry-wc > .woocommerce > * {
        width: 100%;
    }
    #main.wc-dashboard .entry-wc > .woocommerce > .woocommerce-MyAccount-navigation {
        overflow: visible;
    }
    #main.wc-dashboard .entry-wc > .woocommerce > .woocommerce-MyAccount-navigation > * {
        position: -webkit-sticky;
        position: sticky;
        top: calc(var(--header-height) + var(--spacing-container));
    }
    
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-wrapper {
        transform: none !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        row-gap: var(--spacing-3xs) !important;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-slide {
        padding: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        white-space: normal !important;
        flex: 0 !important;
    }


}

@media (max-width:991px) {

    #main.wc-dashboard .woocommerce-MyAccount-navigation {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-left: var(--spacing-sm) !important;
        padding-right: var(--spacing-sm) !important;
        overflow: hidden;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-container {
        overflow: visible;
        justify-content: space-between;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-slide {
        flex: none;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-slide:not(:last-child) {
        padding-right: var(--spacing-sm);
    }
    
}

@media (max-width:768px) {

    #main.wc-dashboard .woocommerce-MyAccount-content table tr > * {
        padding: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:not(:last-child) {
        margin-bottom: var(--spacing-2xs);
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:first-child {
        padding-left: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:last-child {
        padding-right: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:last-child tr:last-child > * {
        padding-bottom: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:first-child > tr:first-child > * {
        padding-top: 0;
    }

}
/*========== DASHBOARD:END ==========*/

/*========== ACCOUNT:START ==========*/
@media (min-width:992px) {

    *[data-section="wc-account"] .sc-column {
        flex: 1;
        width: 50%;
        padding: var(--spacing-container);
    }
    *[data-section="wc-account"] .sc-column:first-child {
        padding-left: 0;
    }
    *[data-section="wc-account"] .sc-column:last-child {
        padding-right: 0;
    }
    *[data-section="wc-account"] .sc-column:not(:last-child) {
        border-right: 1px solid var(--color-gray-light);
    }
    
    *[data-section="wc-account"] .tab-content {
        height: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
        pointer-events: auto !important;
    }
    
    *[data-section="wc-account"] .entry-wc {
        width: 100%;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:991px) {

    *[data-section="wc-account"] .tab a.active {
        display: none !important;
    }
}
/*========== ACCOUNT:END ==========*/

/*========== PAGINATION ==========*/
.wp-pagenavi {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-body);
    font-weight: var(--weight-bold);
    line-height: 1;
    color: inherit;
    text-align: center;
}
.wp-pagenavi > span.pages {
    display: none;
}
.wp-pagenavi a:hover {
    opacity: var(--opacity-light);
}
.wp-pagenavi > * {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    width: auto;
    min-width: 52px;
    margin: 0 1px;
    padding: 0 0 var(--spacing-sm);
    border: 0;
    border-bottom: 1px solid;
    color: inherit;
    opacity: var(--opacity-light);
}
.wp-pagenavi > *.current {
    opacity: 1;
}
.wp-pagenavi > *[class*="postslink"] {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
}
.wp-pagenavi > .previouspostslink {
    left: 0;
    justify-content: flex-start;
}
.wp-pagenavi > .nextpostslink {
    right: 0;
    justify-content: flex-end;
}
.wp-pagenavi > .previouspostslink:before,
.wp-pagenavi > .nextpostslink:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--font-size-xl);
}
.wp-pagenavi > .previouspostslink:before {
    content: "\e905";
    transform: translateX(-4px);
}
.wp-pagenavi > .nextpostslink:after {
    content: "\e906";
    transform: translateX(4px);
}

.woocommerce nav.woocommerce-pagination {
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination:not(:first-child) {
    margin-top: var(--spacing-xl);
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    display: inline;
    overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    min-width: 0;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: inherit;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-body);
    font-weight: var(--weight-bold);
    line-height: 1;
    color: inherit;
    text-align: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, 
.woocommerce .woocommerce-pagination ul.page-numbers:before {
    display: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
    display: block;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > * {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    width: auto;
    min-width: 52px;
    margin: 0 1px;
    padding: 0 0 var(--spacing-sm);
    border: 0;
    border-bottom: 1px solid;
    color: inherit;
    opacity: var(--opacity-light);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.current {
    opacity: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev {
    left: 0;
    justify-content: flex-start;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next {
    right: 0;
    justify-content: flex-end;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--font-size-xl);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before {
    content: "\e905";
    transform: translateX(-4px);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    content: "\e906";
    transform: translateX(4px);
}
#single-product form.cart .woocommerce-variation-add-to-cart .omise_subscribe_button{
    background-color: var(--color-theme-yellow) !important;
    color: var(--color-body-bg) !important;
}