.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 2.8% 2.992em 0;
    width: 22.9%;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0;
}

.archive #primary,
.single-product #primary,
.wc-block-cart,
.page-id-16 .page-content,
.page-id-3 .page-content,
.woocommerce-order-received .page-content {
    margin: 50px 0px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-notice--success {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-checkout.woocommerce-order-received .woocommerce-column__title {
    font-size: 24px !important;
    font-weight: 500 !important;
}

.iscu_navigation_menu {
    width: 40px;
}

.iscu_navigation_menu .hfe-active-menu .hfe-nav-menu-icon svg {
    font-size: 22px !important;
    line-height: 22px !important;
    height: 22px !important;
    width: 22px !important;
}

.search .posts-container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
}

.search .posts-container .post {
    border-bottom: 1px solid #ccc;
    margin: 0 2.8% 2.992em 0;
    width: 22.9%;
}

.search #content {
    display: block;
    padding-top: 0;
}

.woocommerce-form-login,
.woocommerce-form-register {
    background-color: #fff;
}

.woocommerce-lost-password #content {
    min-height: 85vh;
}

.woocommerce-lost-password #content .page-content,
.woocommerce-account #content .page-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

#commentform .stars a {
    color: #FEE52C;
}

.wc-block-cart__main .wc-block-cart-items {
    border: 1px solid #d0d0d0 !important;
    border-radius: 3px !important;
}

.wc-block-cart__main .wc-block-cart-items th,
.wc-block-cart__main .wc-block-cart-items td {
    padding: 12px !important;
}

/* .woocommerce ul.products li.product .price {
	font-weight: 600;
} */

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product span {
    display: none;
}

table.wc-block-cart-items .wc-block-cart-items__header th {
    border-block-start: 0 !important;
    line-height: unset !important;
    font-size: 16px !important;
}

.home .iscu_popular_product_slider_on_home_page .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price .price {
    margin: 0 !important;
}

.single-product .product.type-product div.summary p.price {
    margin: 0px !important;
    margin-bottom: 14px !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price,
.wc-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-size: 16px !important;
    margin-bottom: 6px !important;
}

/* .wc-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none;
} */

.wc-block-checkout .wc-block-components-totals-item__label,
.wc-block-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 16px;
    font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes th {
    width: 165px !important;
}

@media only screen and (max-width: 1200px) {
    .woocommerce ul.products li.product a::after {
        height: 100%;
        display: none;
    }
}

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

    .woocommerce-checkout.woocommerce-order-received ul.order_details li {
        padding-inline: 0 !important;
    }

    .woocommerce-checkout.woocommerce-order-received ul.order_details {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
}

.iscu_floating_bar_container {
    position: fixed;
    bottom: -120px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s ease;
}

.iscu_floating_bar_container.active {
    bottom: 50px;
}

.iscu_floating_bar_wrap {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FEE52C;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08);
    padding: 15px 120px;
    width: 90%;
    margin: auto;
}

.iscu_floating_title {
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.iscu_floating_quantity_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iscu_floating_qty_btn {
    background-color: #fff;
    padding: 12px 12.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted #ccc;
    font-size: 12px;
    cursor: pointer;
}

.iscu_floating_qty_btn:hover {
    background-color: #e6e6e6;
}

.iscu_floating_quantity_wrapper .iscu_floating_qty_input {
    display: flex;
    width: 38px;
    min-height: 38px;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 14px;
    border-radius: 0;
    border: 1px dotted #ccc !important;
    outline: none !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.iscu_floating_qty_input::-webkit-outer-spin-button,
.iscu_floating_qty_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.iscu_floating_right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

button.iscu_select_option_button,
button.iscu_add_to_cart_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 28px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #000 !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
}

button.iscu_select_option_button:hover,
button.iscu_add_to_cart_button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.iscu_floating_product_price {
    font-size: 18px;
    font-weight: 600;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    align-items: center;
    background-color: rgb(247, 247, 247);
    font-weight: 600;
    line-height: 18px;
    margin: 0px 0px 10px 0px;
    outline-width: 0px !important;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    border: 1px solid rgb(247, 247, 247) !important;
    font-size: 14px !important;
    color: black !important;
    border-radius: 3px;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart:hover {
    background: rgb(222 222 222) !important;
}

.wc-block-components-address-card__edit,
.wc-block-cart .wc-block-cart__submit-button,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button,
.wc-block-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.xoo-wsc-container .xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
    background-color: #FEE52C !important;
    color: #000000 !important;
    border: 3px solid #FEE52C !important;
    border-radius: 3px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 6.5px 16px !important;
    transition: all 0.3s ease !important;
}

.wc-block-components-address-card__edit:hover,
.wc-block-cart .wc-block-cart__submit-button:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.xoo-wsc-container .xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

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

    .iscu_floating_bar_wrap {
        padding: 15px 50px;
    }
}

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

    .iscu_floating_bar_wrap {
        padding: 15px 24px;
    }

    .iscu_floating_left {
        display: none;
    }

    .iscu_floating_right {
        margin: auto;
        gap: 24px;
    }

    .iscu_floating_bar_container.active {
        bottom: 32px;
    }
}

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

    button.iscu_add_to_cart_button {
        padding: 12px 18px !important;
    }
}

.iscu_breedcrumbs_divider {
    color: #777;
    font-size: 12px;
    margin: 0 8px !important;
}

.woocommerce-breadcrumb {
    background-color: #FEE52C !important;
    padding: 13px !important;
    color: #000 !important;
}

.woocommerce-breadcrumb a {
    color: #333 !important;
}

.woocommerce-breadcrumb {
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
}

.archive #primary .woocommerce-breadcrumb {
    top: -48px;
}

.iscu_breadcrumb_wrap {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.archive #primary,
.single-product #primary {
    margin: 100px 0px;
    position: relative;
}

.archive #primary {
    margin-top: 48px;
}

.single-product.iscu_breadcrumb_two_line .woocommerce-breadcrumb {
    top: -94px;
}

.single-product.iscu_breadcrumb_two_line #primary {
    margin: 94px 0;
}

.iscu_footer_about_us h5 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.xoo-wsc-sm-left {
    gap: 6px !important;
}

.iscu_mini_cart_mtr {
    margin-bottom: 0 !important;
    text-align: left;
    color: rgb(51, 51, 51) !important;
}

.xoo-wsc-qty-price {
    text-align: start;
    display: flex !important;
    justify-content: start !important;
}

.xoo-wsc-qty-price span {
    font-size: 14px !important;
}

.iscu_side_cart_product_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.iscu_side_cart_product_row_1 {
    display: flex;
}

.xoo-wsc-sm-info {
    align-items: flex-start;
}

.xoo-wsc-pname {
    font-size: 18px !important;
    line-height: 20px !important;
}

.xoo-wsc-product .iscu_side_cart_product_row_2 dl.variation dd,
.xoo-wsc-product .iscu_side_cart_product_row_2 dl.variation dt {
    font-style: normal !important;
    margin-bottom: 4px;
    color: rgb(51, 51, 51) !important;
}

.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dt {
    color: rgb(51, 51, 51) !important;
    font-size: 14px;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin-bottom: 4px !important;
}

.iscu_mini_cart_mtr_label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation dt,
.xoo-wsc-product .iscu_side_cart_product_row_2 dl.variation dt {
    font-weight: 600;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd,
.xoo-wsc-product .iscu_side_cart_product_row_2 dl.variation dd {
    font-weight: 400;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
    padding-bottom: 20px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

body.single-product.woocommerce div.product .product_title {
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}

body.single-product.woocommerce .woocommerce-product-details__short-description {
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    padding-bottom: 4px;
}

.iscu_cart_icon .hfe-cart-container {
    pointer-events: none;
}

.iscu_cart_icon {
    cursor: pointer;
}

body.single-product.woocommerce div.product form.cart .variations th label {
    font-size: 16px;
}

body.single-product .variations_form table.variations tbody {
    flex-direction: column;
    gap: 24px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #content {
    max-width: 1600px !important;
    width: 90%;
    margin: 50px auto;
}

#order_review,
body.woocommerce-checkout #customer_details {
    background-color: #fff;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 32px;
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.woocommerce-checkout #customer_details::before,
body.woocommerce-checkout #customer_details::after {
    display: none;
}

#order_review h3,
body.woocommerce-checkout #customer_details h3 {
    margin-top: 0px !important;
    width: max-content;
    margin-bottom: 16px !important;
}

body.woocommerce-checkout #customer_details .col-1 {
    max-height: fit-content !important;
    width: 100% !important;
}

body.woocommerce-checkout .checkout .form-row .input-text,
body.woocommerce-checkout .checkout .select2-container .select2-selection,
body.woocommerce-checkout .checkout input.input-text {
    border-radius: 3px;
    padding: 8px !important;
    border: 2px solid #f2f2f2;
    min-height: 48px;
    padding-left: 16px !important;
    outline: none !important;
    transition: all 0.3s ease;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #f2f2f2 !important;
}

body.woocommerce-checkout .checkout .form-row .input-text:focus-visible,
body.woocommerce-checkout .checkout .select2-container .select2-selection:focus-visible,
body.woocommerce-checkout .checkout input.input-text:focus-visible {
    border-color: #FEE52C !important;
    outline-color: #FEE52C !important;
    border-width: 2px !important;
}

#billing_address_1_field {
    margin: 0 0 8px;
}

#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

#ship-to-different-address input#ship-to-different-address-checkbox {
    width: 16px;
    height: 16px;
}

.woocommerce-checkout .checkout #payment #place_order {
    background-color: #FEE52C !important;
    color: #000000 !important;
    border: 3px solid #FEE52C !important;
    border-radius: 3px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 6.5px 16px !important;
    transition: all 0.3s ease !important;
    min-height: 3em;
    width: fit-content !important;
    float: right !important;
}

.woocommerce-checkout .checkout #payment #place_order:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.woocommerce .shop_table th.product-image,
.woocommerce .shop_table th.product-name,
.woocommerce .shop_table th.product-total {
    background-color: #FEE52C !important;
    font-size: 18px !important;
}

.iscu_product_quantity,
.iscu_product_title {
    font-weight: 600;
    font-size: 20px;
}

td.product-image {
    width: 130px;
    padding: 10px 0px 10px 18px !important;
    height: fit-content;
}

.woocommerce td.product-name dl.variation:last-child {
    margin-top: 10px;
}

.woocommerce-checkout .checkout table.shop_table .product-total {
    font-weight: 600;
}

.wc_payment_method label {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

#order_comments {
    height: 100px;
}

.woocommerce table:is(.shop_table, .shop_attributes)>tfoot th {
    font-size: 16px;
}

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

    .woocommerce-checkout .checkout {
        display: flex !important;
        flex-direction: column !important;
        gap: 42px !important;
    }
}

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

    .iscu_checkout_order_wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
        margin-bottom: 24px;
    }

    .iscu_checkout_order_wrap table {
        min-width: 600px;
    }
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-savings.xoo-wsc-less,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after {
    display: none;
}

.iscu_footer_call,
.iscu_footer_email {
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s ease;
}

.iscu_footer_call:hover,
.iscu_footer_email:hover {
    color: #FFFFFF !important;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .quantity::before, body.single-product #yith-wapo-container .yith-wapo-block .product-info .quantity::after {
    padding-bottom: 0;
}