/**
 * Woocommerce Custom Styles
 */
.payment_box.payment_method_everypay_card {
    display: none !important;
    opacity: 0 !important;
}
.woocommerce-LoopProduct-link img {
    max-width: 100%;
    height: 8.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 130%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.product-label-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center !important;
    padding: 2px 4px;
    border-radius: 32px 12px 12px 32px;
    text-align: center;
    flex-direction: row !important;
    user-select: none;
    z-index: 1;
    margin-bottom: 3px !important;
    width: max-content;
    color: #fff;
    background-color: var(--orangeColor);
    position: absolute;
    top: 0.75rem;
    right: 0;
}
.onsale,
.product-label-wrapper p,
.product-label-wrapper span {
    font-size: 12px;
    line-height: 100%;
    position: relative;
}
.onsale {
    display: flex;
    align-items: center;
}
.onsale::before {
    font-family: GsxIco;
    content: "\e92f";
    padding-right: 5px;
    padding-top: 1px;
}
.add_to_cart_buttongroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.total-catalog-price-calc {
    order: 1;
    flex: 0 1 3rem;
}
.add_to_cart_buttongroup .product-card__quantity {
    order: 1;
    flex: 0 1 7.5rem;
}
.add_to_cart_buttongroup .add_to_cart_button {
    flex: 1 1 100%;
    order: 3;
}
.add_to_cart_buttongroup #subtototal_qty {
    text-align: right;
    font-size: 0.8125rem;
    color: var(--textColor);
}
.add_to_cart_buttongroup #subtototal_qty > span {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark-color);
}
.added_to_cart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--orangeColor);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.1875rem;
    -webkit-transition: background-color 0.35s ease 0;
    -o-transition: background-color 0.35s ease 0;
    transition: background-color 0.35s ease 0;
}
.quantity {
    position: relative;
}
.price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0.75rem;
    font-weight: 600;
    font-size: 1.375rem;
}
.price del {
    color: var(--textColor);
    font-size: 14px;
    font-weight: 400;
    margin-left: 0.75rem;
    margin-bottom: 6px;
    text-decoration: none;
    position: relative;
    line-height: 16px;
}
.price del::after {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background-color: var(--link-color);
    height: 1px;
    width: 100%;
    transform: rotate(-23deg);
}
.price ins {
    text-decoration: none;
}
.product-card > span {
    position: absolute;
}
.ecommerce_product-wrapper {
    margin-bottom: 30px;
}
.ecommerce_left-block {
    position: relative;
}
.ecommerce__product_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 130%;
    color: var(--textColor);
}
.product_meta {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    display: flex;
    padding: 5px 0 12px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ddd;
    color: var(--textColor);
    gap: 10px;
}
.product_meta .sku,
.product_meta a {
    font-weight: 500;
    color: var(--textColor);
}
.ecommerce_product-wrapper .summary {
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    width: 100%;
}
.ecommerce_product-wrapper .price {
    font-size: 34px;
    line-height: 1.2;
}
.price-per {
    display: inline-block;
    font-size: 14px;
    color: var(--textColor);
    margin-bottom: 10px;
}
.stock.in-stock {
    background: #f2f2f2;
    color: #00a919;
    display: inline-flex;
    align-self: flex-start;
    font-weight: 500;
    padding: 5px 12px 5px 30px;
    position: relative;
}
.stock.in-stock::before {
    position: absolute;
    content: "\2714";
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.fwbold {
    font-weight: 700;
}
.product-card__country_single {
    margin-left: 5px;
    font-weight: 400;
}
.woocommerce-product-details__short-description:not(:last-child) {
    margin-bottom: 5px;
}
.entry-summary form.cart {
    border-top: 3px solid #ddd;
    padding: 16px 0;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.entry-summary form.cart .product-card__quantity,
.entry-summary form.cart .total-price-calc {
    flex: 0 1 25%;
}
.entry-summary form.cart .product-card__quantity {
    height: 2.2rem;
}
.entry-summary form.cart .total-price-calc {
    font-size: 14px;
    color: var(--textColor);
    text-align: center;
}
.entry-summary form.cart .total-price-calc span {
    display: block;
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1;
}
.entry-summary form.cart .single_add_to_cart_button {
    order: 3;
    flex: 0 1 32%;
}
.single_add_to_cart_button {
    background-color: var(--link-color);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.1875rem;
    position: relative;
    -webkit-transition: background-color 0.35s ease 0;
    -o-transition: background-color 0.35s ease 0;
    transition: background-color 0.35s ease 0;
}
.single_add_to_cart_button::before {
    position: absolute;
    font-family: GsxIco;
    content: "\e907";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.25rem;
}
.single_add_to_cart_button:hover {
    background-color: var(--hover-color);
}
.single-product__actions {
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}
.single-product__action {
    flex: 0 1 50%;
    padding: 1rem;
}
.single-product__action:not(:last-child) {
    padding-left: 0;
}
.single-product__action i {
    font-size: 26px;
    color: var(--link-color);
    padding-right: 10px;
}
.single-product__action-fl {
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.single-product__action-text {
    color: var(--textColor);
    font-size: 14px;
    padding-left: 35px;
}
.is-caution {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    background-color: #f7f7f7;
    color: var(--dark-color);
    font-size: 14px;
    line-height: 135%;
    margin-bottom: 20px;
}
.is-caution i {
    font-size: 24px;
    color: var(--link-color);
    padding-right: 10px;
}
.is-caution p {
    margin-bottom: -3px;
}
.wc-tabs {
    display: flex;
    line-height: 18px;
    font-size: 15px;
}
.wc-tabs li {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-right: 40px;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s ease 0;
}
.wc-tabs li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    right: -22px;
    background: #ddd;
}
.wc-tabs li:hover {
    color: var(--link-color);
}
.wc-tabs .description_tab a::before {
    font-family: GsxIco;
    content: "\e915";
    margin-right: 10px;
    font-size: 16px;
}
.wc-tabs .additional_information_tab a::before {
    font-family: GsxIco;
    content: "\e919";
    margin-right: 10px;
    font-size: 16px;
}
.wc-tabs .reviews_tab a::before {
    content: "\235F";
    margin-right: 10px;
    font-size: 16px;
}
.wc-tabs li.active {
    color: var(--link-color);
    border-bottom: 2px solid var(--link-color);
    padding-bottom: 10px;
}
.woocommerce-tabs {
    border-bottom: 3px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce-Tabs-panel p {
    padding-bottom: 10px;
    line-height: 1.6;
}
.woocommerce-product-attributes.shop_attributes {
    width: 100%;
}
.woocommerce-product-attributes-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.woocommerce-product-attributes-item__label {
    text-align: left;
}
.woocommerce-product-attributes-item__value p {
    padding-bottom: 0;
}
.related.products > h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    grid-column: 1/-1;
}
.sortlist-count {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.orderby {
    color: var(--link-color);
    font-weight: 600;
    cursor: pointer;
}
.orderby option {
    color: var(--dark-color);
}
.woocommerce-products-header__title {
    font-size: 2.1rem;
    font-weight: 600;
}
.related.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.woocommerce-product-gallery img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}
.menu-body-header__list li {
    position: relative;
}
.menu-body-header__list a {
    width: 100%;
    display: block;
    position: relative;
}
._has-submenu._is-open > a {
    padding-left: 0.8125rem;
    background-color: rgba(221, 221, 221, 0.4);
    color: var(--link-color);
}
.open-sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 38px;
    width: 38px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 100;
}
.open-sub-menu::before {
    content: "+";
}
.open-sub-menu::after {
    content: "-";
    display: none;
}
._is-active.open-sub-menu::before {
    display: none;
}
._is-active.open-sub-menu::after {
    display: block;
}
.get_wc_cat_sub {
    display: none;
}
.get_wc_cat_sub._is-open {
    display: block;
}
.menu-body-header__list .get_wc_cat_sub li a {
    font-weight: 400;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 14px !important;
}
.gsx-minicart__content {
    min-width: 320px;
    max-width: 500px;
    width: 100%;
    background: #fdfbfa;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    height: 100%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease 0;
}
.is-open.gsx-minicart__content {
    right: 0;
    opacity: 1;
}
.gsx-minicart__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: rgba(34, 34, 34, 0.5);
    transition: opacity 0.3s ease 0;
}
.gsx-minicart__overlay.overlay {
    opacity: 1;
    visibility: visible;
}
body.admin-bar .gsx-minicart__content {
    top: 32px;
}
.gsx-minicart__data {
    height: 100%;
}
.gsx-minicart__data .woocommerce-mini-cart {
    flex: 1 1 auto;
}
.gsx-minicart__itembody {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
}
.gsx-minicart__img {
    flex: 0 0 65px;
}
.gsx-minicart__img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.gsx-minicart__header {
    background: #fff;
    border-bottom: 3px solid #ddd;
    padding: 1rem 1rem 0.5rem;
}
.gsx-minicart__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gsx-minicart__close {
    cursor: pointer;
}
.gsx-minicart_cart_content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
}
.mini_cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: var(--dark-color);
}
.mini_cart_item .remove_from_cart_button {
    color: var(--textColor);
    font-size: 1.6rem;
    font-weight: 300;
    transition: color 0.3s ease 0;
}
.mini_cart_item .remove_from_cart_button:hover {
    color: var(--link-color);
}
.body-gsx-minicart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}
.body-gsx-minicart__qty,
.body-gsx-minicart__subtotal,
.body-gsx-minicart__title {
    flex: 0 1 28%;
}
.body-gsx-minicart__remove {
    flex: 0 0 4%;
    text-align: right;
    padding-right: 2px;
}
.body-gsx-minicart__subtotal {
    text-align: right;
    padding-right: 0.5rem;
}
.gsx-minicart__inner {
    flex: 1 1 auto;
    min-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}
.body-gsx-minicart__title {
    color: var(--textColor);
}
.body-gsx-minicart__prc {
    font-weight: 600;
    font-size: 15px;
    color: var(--dark-color);
    line-height: 1;
    margin-top: 5px;
}
.gsx-minicart__priceper {
    display: block;
    font-size: 12px;
}
.cart-header__mini {
    outline: 0 !important;
}
.gsx-minicart-button {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 0 1rem 1rem;
    padding: 6px 15px;
    background-color: var(--link-color);
    transition: background-color 0.3s ease 0;
    border-radius: 3px;
}
.gsx-minicart-button:hover {
    background-color: var(--hover-color);
}
.gsx-cart-total-wrap {
    display: flex;
    gap: 10px;
    color: var(--dark-color);
    margin: 1rem;
}
.gsx-cart-total-amount {
    font-weight: 600;
}
.minimumAmount {
    border-bottom: 3px solid #ddd;
    background: #fdd2d2;
    color: var(--link-color);
    padding: 10px 15px;
    font-weight: 600;
    width: 100%;
}
.hide.gsx-minicart-button {
    pointer-events: none;
    opacity: 0.5;
}
.woocommerce-mini-cart__empty-message {
    font-weight: 600;
    font-size: 15px;
    color: var(--dark-color);
    margin: 1.5rem 1rem;
}
.woocommerce-mini-cart__empty-message i {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    transform: translateY(-1px);
    color: var(--link-color);
    font-size: 18px;
}
.e-commerce-cart__wrap {
    position: relative;
    width: 100%;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    width: 100%;
    border-collapse: separate;
}
.woocommerce-cart-form__contents tr {
    text-align: center;
    position: relative;
}
.woocommerce-cart-form__contents td.product-quantity .product-card__quantity {
    margin: 0 auto;
}
.woocommerce-cart-form__contents td {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.woocommerce-cart-form__contents .product-remove {
    font-size: 32px;
    color: #ddd;
    transition: color 0.3s ease 0;
}
.woocommerce-cart-form__contents .product-price {
    font-weight: 600;
}
.woocommerce-cart-form__contents td.product-subtotal {
    font-weight: 600;
    color: var(--dark-color);
    font-size: 20px;
}
.woocommerce-cart-form__contents .product-remove:hover {
    color: var(--link-color);
}
.woocommerce-cart-form__contents .product-thumbnail img {
    width: 68px;
    height: auto;
}
.cart-collaterals {
    box-shadow: 0 0 4px #000;
    display: flex;
    flex-direction: column;
    padding: 20px 12px 8px;
    background: #fdfbfa;
    margin-bottom: 20px;
}
.e-commerce-cart__wrap .checkout-button {
    background-color: var(--link-color);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.1875rem;
    position: relative;
    width: 100%;
    display: block;
    transition: background-color 0.3s ease 0;
}
.e-commerce-cart__wrap .checkout-button:hover {
    background-color: var(--hover-color);
}
.e-commerce-cart__wrap .cart_totals {
    background: #fdfbfa;
}
.e-commerce-cart__wrap .cart_totals > h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-color);
    padding-bottom: 10px;
}
.e-commerce-cart__wrap thead {
    display: none;
}
.e-commerce-cart__wrap .cart-collaterals .cart-subtotal td,
.e-commerce-cart__wrap .cart-collaterals .cart-subtotal th {
    border-top: 2px dotted #ddd;
    padding-top: 15px;
}
.e-commerce-cart__wrap .cart-collaterals .cart-subtotal,
.e-commerce-cart__wrap .cart-collaterals .cart-subtotal th {
    font-weight: 400;
    color: var(--textColor);
}
.e-commerce-cart__wrap .cart-collaterals th {
    text-align: left;
}
.e-commerce-cart__wrap .cart-collaterals td {
    text-align: right;
}
.e-commerce-cart__wrap .delivery__notice th {
    font-weight: 600;
    font-size: 13px;
    color: var(--textColor);
    display: block;
    margin-bottom: 10px;
}
.e-commerce-cart__wrap .cart-collaterals .order-total td,
.e-commerce-cart__wrap .cart-collaterals .order-total th {
    padding-top: 10px;
    border-top: 4px dotted #ddd;
}
.e-commerce-cart__wrap .cart-collaterals .order-total th {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: 700;
    display: block;
}
.e-commerce-cart__wrap .cart-collaterals .order-total strong {
    display: block;
    font-size: 18px;
}
.e-commerce-cart__wrap .cart-collaterals .cart-discount td,
.e-commerce-cart__wrap .cart-collaterals .order-total .includes_tax {
    color: var(--textColor);
}
.e-commerce-cart__wrap .wc-proceed-to-checkout {
    margin-top: 10px;
}
.totalgoods__notice td,
.totalgoods__notice th {
    color: var(--textColor);
    font-weight: 400;
    padding-bottom: 15px;
}
.e-commerce-cart__wrap .coupon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    height: 100%;
}
.e-commerce-cart__wrap .coupon input {
    align-items: center;
    max-width: 215px;
    width: 100%;
    padding: 0 40px 0 10px;
    border-radius: 8px;
    height: 40px;
    border: 1px solid #ddd;
    margin-right: -10px;
}
.e-commerce-cart__wrap .coupon button {
    position: relative;
    font-size: 0;
    cursor: pointer;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--textColor);
}
.e-commerce-cart__wrap .coupon button::after {
    position: absolute;
    content: "\2713";
    font-size: 18px;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.e-commerce-cart__wrap .coupon label {
    color: var(--textColor);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-right: 1rem;
    display: block;
    margin-top: 5px;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}
div.coupon:not(.under-proceed) {
    display: none !important;
}
.coupon__wrapbtn {
    display: flex;
}
.disabled-minimum {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    width: 100%;
    background: var(--orangeColor);
    position: relative;
    border-radius: 0.1875rem;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.disabled-minimum i {
    font-size: 18px;
    margin-top: -3px;
}
#yith-wcwl-popup-message {
    display: none !important;
    font-size: 0;
    opacity: 0;
}
.product-links-hover {
    position: absolute;
    top: 0;
    left: 0;
}
.yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 12px;
    left: 12px;
    margin-top: 0;
}
.yith-wcwl-add-button a span {
    display: none;
}
.yith-wcwl-add-button > a {
    font-size: 18px;
    color: var(--textColor);
    transition: color 0.3s ease 0;
}
.yith-wcwl-add-button > a:hover {
    color: var(--link-color);
}
.yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 0;
}
.yith-wcwl-wishlistexistsbrowse .feedback > i {
    font-size: 18px;
    color: var(--link-color);
}
.woocommerce .product .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .product .yith-wcwl-wishlistaddedbrowse.show .feedback {
    color: var(--link-color);
    font-size: 18px;
}
.woocommerce .product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .product .yith-wcwl-wishlistexistsbrowse a {
    font-size: 0;
}
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.woocommerce-order-overview li {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 0.87rem;
    padding-right: 20px;
}
.woocommerce-order-overview li:not(:last-child) {
    border-right: 1px dotted #ddd;
}
.woocommerce-order-overview li strong {
    text-transform: none;
}
.woocommerce-thankyou-order-received {
    color: #3d9869;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}
.woocommerce-thankyou-order-received::before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce-order-received .woocommerce-order {
    max-width: 800px;
    padding: 2rem 1rem;
    margin: 30px auto 0;
    background-color: #fdfbfa;
}
.woocommerce-order-received .order_data_column_container {
    max-width: 800px;
    padding: 0 1rem 2rem;
    margin: 0 auto;
    background-color: #fdfbfa;
}
.woocommerce-order-received .woocommerce-table thead th {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px dotted #ddd;
}
.woocommerce-order-received .product-name {
    text-align: left;
}
.woocommerce-order-received .product-total {
    text-align: right;
}
.woocommerce-order-received .woocommerce-table__line-item td {
    padding-bottom: 10px;
}
.woocommerce-order-received tfoot tr:first-of-type td,
.woocommerce-order-received tfoot tr:first-of-type th {
    border-top: 3px dotted #ddd;
}
.woocommerce-order-received tfoot th {
    text-align: left;
    padding-top: 10px;
}
.woocommerce-order-received tfoot td {
    text-align: right;
    padding-top: 10px;
    font-weight: 600;
}
.woocommerce-order-received tfoot tr:last-of-type td {
    border-top: 3px dotted #ddd;
    border-bottom: 3px dotted #ddd;
    padding-bottom: 10px;
}
.woocommerce-order-received tfoot tr:last-of-type td small {
    font-weight: 400;
    font-size: 12px;
    display: block;
}
.woocommerce-order-received tfoot tr:last-of-type th {
    border-top: 3px dotted #ddd;
    border-bottom: 3px dotted #ddd;
    padding-bottom: 10px;
}
.woocommerce-order-received .woocommerce-order-details p {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.woocommerce-order-received .woocommerce-order-details p strong {
    flex: 0 1 146px;
}
.woocommerce-order-received .order_data_column_wide {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce-order-received .orderd_data_flex,
.woocommerce-order-received .woocommerce-customer-details {
    flex: 0 1 48%;
}
.woocommerce-order-received .order-note {
    order: 3;
}
.gsxwe-result-orderpickup {
    margin-top: 20px;
}
.gsxwe-ordresult-line-bold {
    font-weight: 600;
}
.gsx_ajax_search {
    position: relative;
    line-height: 100%;
    display: block;
    color: var(--dark-color);
}
.gsx-ajax-search__input {
    zoom: 1;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    position: relative;
    background: 0 0;
}
.gsx-ajax-search__iconsearch {
    transform: rotate(-90deg);
    color: var(--link-color);
    display: block;
    margin: auto;
    height: 20px;
    width: 100%;
    max-width: 20px;
}
.gsx-ajax-search__input input[type="text"].gsx-ajax-search-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    padding: 0.375rem 0.75rem;
    margin: 0;
    background: rgba(253, 251, 250, 0.2);
    border: 1px solid #ddd;
    border-radius: 3px;
}
.gsx-ajax-search__result {
    background-color: #fff;
    border-radius: 2px;
    padding: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 4px #000;
    width: 100%;
    height: auto;
    z-index: 2;
    display: none;
}
.gsx-ajax-search__close,
.gsx-ajax-search__processing {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 13px;
    display: none;
}
.gsx-ajax-search__catalog {
    flex: 0 1 28%;
    border-right: 1px solid #ddd;
    position: relative;
}
.gsx-ajax-search__catalog-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 1rem;
}
.gsx-ajax-search__catalog-list li {
    position: relative;
    display: block;
    padding: 0.5rem 1rem 0.5rem 0;
    text-decoration: none;
    background-color: #fff;
    transition: color 0.3s ease 0;
}
.gsx-ajax-search__catalog-list li:hover {
    color: var(--hover-color);
}
.gsx-ajax-search__items {
    flex: 1 1 auto;
}
.gsx-ajax-result__body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.gsx-ajax-result__img {
    flex: 0 0 16%;
}
.gsx-ajax-result__img img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.gsx-ajax-result__title {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    transition: color 0.3s ease 0;
}
.gsx-ajax-result__title:hover {
    color: var(--link-color);
}
.gsx-ajax-result__title .gsx-ajax-result__amount {
    margin-top: 0.4rem;
    display: block;
    font-weight: 600;
    color: var(--dark-color);
}
.gsx-ajax-result_per {
    font-size: 11px;
}
.gsx-ajax-result__buy {
    display: flex;
    gap: 20px;
    align-items: center;
}
.gsx-ajax-result__buy .added_to_cart {
    top: 0;
    bottom: auto;
    width: 34%;
    right: 0;
    left: auto;
}
.gsx-ajax-add-btn {
    white-space: nowrap;
}
.gsx-ajax-add-btn .product-card__quantity {
    width: 7rem;
}
.gsx-ajax-add-btn.add_to_cart_button::before {
    content: "";
}
.gsx-ajax-result__buy .quantity__button {
    flex: 0 0 28px;
}
.woocommerce-pagination {
    width: 100%;
    display: block;
    margin-top: 30px;
}
.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-pagination ul li span {
    display: block;
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--link-color);
    background-color: var(--link-color);
    color: #fff;
}
.woocommerce-pagination ul li a {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ddd;
    display: block;
}
.woocommerce-pagination ul li:not(:first-child) a {
    margin-left: -1px;
}
#yith-wcwl-form .product-add-to-cart .product-card__quantity,
#yith-wcwl-form .product-add-to-cart > #subtototal_qty {
    display: none !important;
}
table.wishlist_table {
    font-size: 100%;
}
#yith-wcwl-form td.product-remove {
    font-size: 32px;
    color: #ddd;
    transition: color 0.3s ease 0;
}
#yith-wcwl-form td.product-remove:hover {
    color: var(--link-color);
}
#yith-wcwl-form td {
    padding: 15px 0;
}
#yith-wcwl-form td.product-name {
    text-align: center;
}
.wishlist_table .product-add-to-cart a.button {
    padding: 6px 60px !important;
}
.woocommerce-message {
    background: #e6fdf8;
    color: #079779;
    padding: 1rem;
}
.wishlist-title-with-form {
    display: none;
}
.wishlist-title-container {
    margin-top: 1.5rem;
}
#to_top {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: var(--link-color);
    box-shadow: #000 0 1px 6px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 333;
}
#to_top::before {
    font-family: GsxIco;
    content: "\e90c";
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    color: #fff;
}
@media (min-width: 360px) and (max-width: 504px) {
    .related.products {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}
@media (min-width: 399.98px) {
    .total-catalog-price-calc {
        order: 2;
        flex: 0 1 2rem;
    }
}
@media (min-width: 628px) {
    .single-product__actions {
        display: flex;
        justify-content: space-between;
    }
    .single-product__action:not(:last-child) {
        border-right: 3px solid #ddd;
    }
    .woocommerce-product-attributes-item__label {
        flex: 0 0 220px;
    }
}
@media (min-width: 678px) {
    .e-commerce-cart__wrap thead {
        display: table-header-group;
    }
}
@media (min-width: 991.98px) {
    .ecommerce_product-wrapper {
        display: -ms-grid;
        display: grid;
        align-items: center;
        grid-template-columns: 49.0625% 1fr;
        -ms-grid-columns: 49.0625% 1fr;
    }
    .ecommerce_left-block {
        margin-right: 5%;
    }
}
@media (min-width: 1023.98px) {
    .gsx_ajax_search {
        text-align: left;
        margin-left: 0;
        margin-right: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .gsx-ajax-search__iconsearch {
        color: var(--textColor);
        position: absolute;
        bottom: 0;
        top: -2px;
        height: 50%;
        left: 10px;
        right: auto;
        font-size: 1.2rem;
    }
    .gsx-ajax-search__input input[type="text"].gsx-ajax-search-input {
        padding: 10px 80px 10px 40px;
    }
    .gsx-ajax-search__closeWindow {
        display: none;
    }
    .gsx-ajax-search__result {
        width: 768px;
        left: 50%;
        transform: translateX(-50%);
        gap: 20px;
        position: absolute;
        top: 100%;
    }
}
@media (min-width: 1124px) {
    .e-commerce-cart__wrap {
        display: grid;
        grid-template-columns: 1fr 410px;
        column-gap: 40px;
    }
}
@media (max-width: 991.98px) {
    .single-product .product {
        max-width: 600px;
        margin: 0 auto;
    }
    .ecommerce__product_title {
        margin-top: 10px;
    }
    .entry-summary form.cart .single_add_to_cart_button {
        flex: 1 1 32%;
    }
    .sortlist-count {
        justify-content: flex-start;
    }
}
@media (max-width: 1195px) {
    .entry-summary form.cart {
        justify-content: space-between;
    }
    .single-product__action {
        padding: 0.5rem;
    }
    .product_meta {
        display: none;
    }
    .woocommerce-product-gallery img {
        margin: 0 auto;
    }
}
@media (max-width: 1023.98px) {
    .gsx_ajax_search {
        flex: 0 0 34px;
    }
    .gsx-ajax-search__iconsearch {
        position: relative;
        margin: 0;
        font-size: 1.5rem;
    }
    .gsx-ajax-search-input {
        display: inline-block;
    }
    .gsx-ajax-search__closeWindow {
        display: inline-block;
        color: var(--textColor);
        line-height: 1.5;
        vertical-align: middle;
        cursor: pointer;
        padding: 0.375rem 0.75rem;
        text-transform: uppercase;
    }
    .gsx-ajax-search-form {
        display: none;
    }
    .gsx-ajax-search-form.open {
        display: block;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 906;
        max-height: 100vh;
        overflow: auto;
        padding: 0.5rem 1rem;
    }
    .gsx-ajax-search__input {
        display: flex;
        align-items: center;
        position: relative;
        padding-bottom: 10px;
    }
    .gsx-ajax-search__input::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        top: 100%;
    }
    .gsx-ajax-search__head {
        flex: 1 1 auto;
        position: relative;
    }
    .gsx-ajax-search__items {
        min-height: 260px;
        max-height: 54vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .gsx-ajax-search__result {
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.5rem;
        box-shadow: none;
    }
    .gsx-ajax-search__items .gsx-ajax-search__catalog-title {
        display: none;
    }
    .gsx-ajax-search__catalog {
        padding-top: 1rem;
        margin-top: 10px;
    }
    .gsx-ajax-search__catalog::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ddd;
        height: 1px;
    }
    .gsx-ajax-result__buy .added_to_cart {
        top: 48px;
        width: 100%;
        padding: 6px 15px;
    }
}
@media (max-width: 628px) {
    .e-commerce-cart__wrap.woocommerce-cart-form .shop_table td {
        display: block;
    }
    .woocommerce-cart-form__contents td.product-quantity .product-card__quantity {
        margin-right: 0;
    }
    .woocommerce-cart-form__contents tr {
        position: relative;
    }
    .woocommerce-cart-form__contents tr::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 1px;
        width: calc(100vw - 30px);
        background-color: #ddd;
    }
    .woocommerce-cart-form__contents .product-name,
    .woocommerce-cart-form__contents .product-price {
        padding: 0;
        float: left;
        margin-left: 1rem;
        border: 0;
    }
    .woocommerce-cart-form__contents .product-remove {
        position: absolute;
        top: 20px;
        right: 0;
        padding: 0;
        line-height: 0;
        border: 0;
    }
    .woocommerce-cart-form__contents .product-thumbnail {
        float: left;
        width: 68px;
        padding: 0;
        border: 0;
        padding-top: 2rem;
    }
    .woocommerce-cart-form__contents .product-name {
        width: 64%;
        text-align: left;
        padding-top: 1rem;
    }
    .woocommerce-cart-form__contents .product-price {
        width: 65%;
        text-align: left;
    }
    .woocommerce-cart-form__contents .product-quantity {
        width: 45%;
        float: right;
        margin-left: 1rem;
        border: 0;
    }
    .woocommerce-cart-form__contents td.product-subtotal {
        float: right;
        text-align: left;
        border: 0;
        width: calc(54% - 95px);
    }
    .entry-summary form.cart .single_add_to_cart_button {
        flex: 1 1 100%;
        margin-top: 10px;
    }
    .entry-summary form.cart .product-card__quantity {
        flex: 0 1 52%;
        margin-bottom: 0;
    }
    .single-product__action {
        padding-left: 0;
    }
    .single-product__action:not(:last-child) {
        border-bottom: 3px solid #ddd;
    }
    .woocommerce-product-attributes-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .is-caution {
        padding: 16px 10px;
    }
    .ecommerce_product-wrapper .price {
        font-size: 26px;
    }
    .mini_cart_item {
        position: relative;
    }
    .body-gsx-minicart__title {
        flex: 1 1 100%;
    }
    .body-gsx-minicart__qty {
        flex: 0 0 128px;
    }
    .body-gsx-minicart__subtotal {
        flex: 0 1 30%;
        height: 100%;
        align-items: center;
        margin-bottom: 11px;
        font-weight: 600;
        color: var(--textColor);
    }
    .body-gsx-minicart__remove {
        position: absolute;
        top: 10px;
        right: 1rem;
    }
    .minimumAmount {
        bottom: calc(0% + 90px);
        padding: 6px 15px;
        font-size: 13px;
    }
}
@media (max-width: 584.98px) {
    .gsx-ajax-result__body {
        gap: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .gsx-ajax-result__buy {
        width: 100%;
        justify-content: space-between;
    }
    .gsx-ajax-result__buy .product-card__quantity {
        margin-bottom: 0 !important;
        flex: 0 0 130px;
    }
    .gsx-ajax-result__buy .add_to_cart_button {
        margin-bottom: 0 !important;
        flex: 0 1 50%;
    }
}
@media (max-width: 385.98px) {
    .gsx-ajax-search__iconsearch {
        color: #fff;
        margin-left: 20px;
    }
    .menu-open .gsx-ajax-search__iconsearch {
        color: var(--dark-color);
        z-index: 99;
    }
}