/*
Theme Name: Allmart

WooCommerce styles override
*/


/**
 * WooCommerce color variables
 */


/**
 * Imports
 */


/**
 * Shop tables
 */


/**
 * Shop tables
 */

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tr td {
    clear: both;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
    display: none;
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    border: none;
}

table th {
    font-family: var(--alt-font-family);
}

.woocommerce-table--order-details,
.my_account_orders {
    border: none;
}

.my_account_orders > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important;

}

.woocommerce-table--order-details th,
.my_account_orders th {
    background: transparent;
    color: #1A1D3E;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.woocommerce-table--order-details tbody tr:nth-child(even),
.my_account_orders tbody tr:nth-child(even) {
    background: transparent;
}

.woocommerce-table--order-details .wc-item-meta {
    display: none;
}

ul.woocommerce-order-overview {
    margin: 0;
    background: #f5f5f5;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.woocommerce-order-received .ncs_box_mcs_common,
.woocommerce-order-received .allmart-woo-my-account .woosc-list,
.woocommerce-order-received .woocommerce-order-details {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 6px;
    min-height: 216px;
    margin-bottom: 20px;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 30px;
}

.woocommerce-table--order-details .woocommerce-table__product-name {
    font-size: 14px;
}

.ncs_order_pr_title {
    font-weight: 600;
    font-size: 17px;
}

.dokan-info {
    background-color: #5bc0de;
    color: #fff;
}

.woocommerce table.wishlist_table thead th,
.wishlist_table tr td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    font-size: 16px;
}

.wishlist_table tr td.product-name {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce .wishlist-title {
    margin-top: 30px;
}

.yith_wcwl_wishlist_footer {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.woocommerce .wishlist-title h2 {
    text-transform: capitalize;
}

table.wishlist_table tbody td {
    text-align: left;
}

table.wishlist_table tbody td.product-add-to-cart {
    text-align: right;
}

table.wishlist_table tr:nth-child(even) {
    background: transparent !important;
}

table.wishlist_table {
    border: none !important;
}

.remove_from_wishlist {
    width: 20px;
    height: 20px;
    background: rgb(255 0 0 / 10%);
    display: inline-block;
    line-height: 20px;
    color: #ff0000;
    text-align: center;
}

.wishlist_table .product-add-to-cart a {
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: var(--main-color);
    display: inline-flex !important;
    align-items: center;
}

.wishlist_table .product-add-to-cart a i {
    padding-right: 8px;
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td:before {
        display: none;
    }
}


/**
 * Products
 */


/**
 * Products
 */

ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.7966666667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    .columns-1 ul.products li.product {
        float: none;
        width: 100%;
    }

    .columns-2 ul.products li.product {
        width: 48.1%;
    }

    .columns-3 ul.products li.product {
        width: 30.7966666667%;
    }

    .columns-4 ul.products li.product {
        width: 22.15%;
    }

    .columns-5 ul.products li.product {
        width: 16.96%;
    }

    .columns-6 ul.products li.product {
        width: 13.4933333333%;
    }
}


/**
 * Single product
 */


/**
 * Single Product
 */

.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: 99;
    width: auto;
    height: auto;
    font-size: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    opacity: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    content: "\EC5F";
    font-family: remixicon;
    font-size: 20px;
    right: 16px;
    position: absolute;
    top: 15px;
}

.single-product div.product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image img {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    border-radius: 4px;
}

.product-thumbnails img {
    border-radius: 4px;
}
.allmart-single-thumbs .vertical-thumbnails::-webkit-scrollbar {
    display: none;
}

.woocommerce-product-gallery__trigger img {
    display: none;
    opacity: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    padding: 0;
    margin: 0 -7.5px;
    display: flex;
    flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
    padding: 7.5px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty:before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

.allmart-cart {
    padding: 33px 0;
}

.allmart-woo-coupon {
    margin-top: 30px;
    margin-bottom: 30px;
}

.allmart-woo-coupon h3 {
    font-size: 18px;
    line-height: 1.4;
}

.xpc-coupon-flex {
    display: flex;
    max-width: 450px;
}

.xpc-coupon-flex input {
    margin-bottom: 0;
}

.product-remove-cart {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    background: red;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    justify-content: center;
}
.product-remove-cart a {
    color: #fff;
    display: flex;
}
.woocommerce-cart table.shop_table tbody td.product-name {
    line-height: 24px;
}

.woocommerce-cart table.shop_table tbody td.product-name a {
    margin-bottom: 10px;
    display: block;
}


.product-remove-cart a i {
    vertical-align: middle;
}

.cart_item .product-name a {
    font-size: 16px;
    font-weight: 600;
    color: #1a1d3e;
}

.cart_item .product-subtotal span {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.woocommerce-cart-form__cart-item .product-subtotal span {
    margin-top: 0;
}

.allmart-cart-unit-price {
    font-size: 16px;
    margin: 0;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.4;
}

.woolentor-notification-content {
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.cart-collaterals .cart_totals {
    background: var(--light-color);
    padding: 30px;
    margin-top: 42px;
}

.cart-collaterals .cart_totals th {
    font-weight: 400;
}

.cart-collaterals .cart_totals h2,
.cart-collaterals h3 {
    margin: 0;
    font-size: 19px;
    line-height: 28px;
    text-transform: capitalize;
}

.cart-collaterals h3 {
    margin-bottom: 10px;
}

.wc-proceed-to-checkout a {
    background: var(--main-color);
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 15px;
    color: #ffffff;
    border-radius: 4px;
}

.wc-proceed-to-checkout a:hover {
    color: #ffffff;
}

.woocommerce-cart-form .coupon {
    position: relative;
}

.woocommerce-cart-form .coupon button.button {
    position: absolute;
    right: 0;
    height: 38px;
    line-height: 30px;
    padding: 0 12px;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 24px;
}

.woocommerce-products-header__title {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 700;
}

.allmart-woo-archive-main {
    padding: 40px 0;
}

.allmart-product-filter .woocommerce-ordering {
    float: right;
}

#allmartCatCanvas {
    width: 300px;
}

.allmart-product-filter,
.allmart-total-product-count {
    margin-top: 0px;
    margin-bottom: 0;
}

.allmart__product-view-style-tab-content {
    padding-top: 40px;
}

.woocommerce-mini-cart {
    list-style: none;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.allmart-mini-cart-p-item {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
}

.allmart-mini-cart-p-item img {
    max-width: 100px !important;
    margin-right: 10px;
}

.mini-p-name {
    width: 100%;
    display: block;
}

.min-title-block .quantity {
    font-size: 14px;
    opacity: .5;
}

.woocommerce-mini-cart-item.mini_cart_item {
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 6px;
    transition: .5s opacity ease, .5s -webkit-transform ease;
}

.woocommerce-mini-cart-item.mini_cart_item img {
    max-width: 80px;
}

.allmart-min-cart-content {
    padding: 0 15px;
    line-height: 20px;
}

.allmart-min-cart-content h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

.mini-cart-bottom-set p.total {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-size: 18px;
}

.mini-cart-bottom-set p.total .amount {
    font-weight: bold;
    color: var(--main-color)
}

.min-cart-quantity {
    line-height: 20px;
}

.min-cart-quantity .amount {
    color: var(--main-color);
}

.mini-cart-bottom-set {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.woocommerce-mini-cart-item.mini_cart_item:last-child {
    border-bottom: none;
}

.mini-p-image img {
    border-radius: 50%;
}

.remove.remove_from_cart_button {
    position: absolute;
    background: var(--main-color);
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    color: #fffdf9;
    top: 8px;
    left: -4px;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    margin: 0 -7.5px;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
    background: #f9f5f5;
    padding: 8px 15px;
    margin: 7.5px;
    color: #373833;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid;
    font-family: var(--alt-font-family);
    text-transform: capitalize;
    border-radius: 4px;
}

.allmart-min-cart-image-box img {
    border-radius: 4px !important;
}

.allmart-product-list-style {
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
}

.allmart-product-list-style img {
    border-radius: 6px;
}

.allmart-product-list-style .product-title h4,
.allmart-product-list-style .product-title h4 a {
    color: #041E42;
}

.allmart_product_wishlist_button_liststl {
    display: inline-flex;
    flex-direction: row-reverse;
    width: auto;
    gap: 5px;
    justify-content: center;
    border-radius: 4px;
    color: #041E42;
    font-size: 14px;
}

.allmart_product_wishlist_button_liststl:before,
.nik-list-wsh-com-bpx a,
.nik-list-wsh-com-bpx a span,
.nick-compare-txt {
    color: #041E42;
    font-size: 14px;
    transition: all .3s;
}

.allmart-product-list-style .woosc-compare-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.nik-list-wsh-com-bpx ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
    line-height: 1;
    justify-content: space-between;
}

.list-style-one-cart a {
    border: #FF7246;
    background: #FF7246;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 6px;
    color: #fff !important;
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.allmart-product-list-style .sell-pro-price {
    margin-bottom: 0;
    text-align: center;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
    background: var(--main-color);
    color: #ffe1ed;
}

.allmart-ms-cart-title {
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 1.5;
}

.woocommerce-mini-cart__empty-message {
    text-align: left;
    font-size: 18px;
}


/**
 * Checkout
 */


/**
 * Checkout
 */

.allmart-ck-review {
    background: var(--light-color);
    padding: 30px;
}

.checkout h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px 0;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    display: block;
    float: left;
}

.woocommerce-checkout form.checkout .form-row {
    margin: 0 0 24px;
}

.woocommerce-checkout form.checkout input {
    margin: 0 !important;
}

.form-row.place-order {
    margin-top: 20px;
}

.checkout_coupon.woocommerce-form-coupon {
    background: var(--light-color);
    padding: 10px 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.checkout_coupon.woocommerce-form-coupon p {
    margin-bottom: 1rem;
    font-size: 1rem
}

.checkout_coupon.woocommerce-form-coupon .input-text {
    background: #fff;
    border-color: #fff;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    width: 50%;
    float: left;
}

.nik-pr-style-sttw-main .product-seller-info {
    margin-left: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #717171;
}

.nik-pr-style-sttw-main .product-seller-info span,
.nik-pr-style-sttw-main .product-seller-info a,
.nik-pr-style-sttw-main .allmart-dsl-label,
.nik-pr-style-sttw-main .product-cateory {
    font-weight: 400;
    font-size: 14px;
    color: #717171;
    text-transform: lowercase;
}

.nik-pr-style-sttw-main .allmart-dsl-label,
.nik-pr-style-ele-main .allmart-dsl-label {
    opacity: .7
}

.nik-pr-style-ele-main .product-seller-info span,
.nik-pr-style-ele-main .product-seller-info a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-transform: lowercase;
}

@media screen and (min-width: 768px) {
    .nik-list-styl-content-part {
        border-right: 1px solid #E7E7E7;
    }

    .checkout_coupon.woocommerce-form-coupon {
        padding: 20px 30px 10px 30px;
    }

    .yith-wcwl-add-to-wishlist {
        margin-top: 0;
    }

    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}


/**
 * General WooCommerce components
 */


/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

.woocommerce .allmart-star-rating,
.woocommerce .allmart-rating-box {
    display: none;
    opacity: 0;
}


/**
 * Star rating
 */


.star-rating {
    display: block;
    overflow: hidden;
    position: relative;
    height: 17px;
    width: 80px;
    margin: 0
}

.star-rating:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjQ0NDQ0NDIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiPjwvcG9seWdvbj48L3N2Zz4=) repeat-x;
    background-size: 16px
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-weight: 400;
    width: 100%
}

.star-rating span:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjRkY5QzAwIj48cG9seWdvbiBwb2ludHM9IjEyIDIgMTUuMDkgOC4yNiAyMiA5LjI3IDE3IDE0LjE0IDE4LjE4IDIxLjAyIDEyIDE3Ljc3IDUuODIgMjEuMDIgNyAxNC4xNCAyIDkuMjcgOC45MSA4LjI2IDEyIDIiPjwvcG9seWdvbj48L3N2Zz4=) repeat-x;
    background-size: 16px
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25;
}

.star-rating span:before {
    font-family: "star";
}

p.stars a:hover ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars:hover a:before {
    content: "\53";
    color: var(--main-color);
    opacity: 1;
}

p.stars.selected a.active:before {
    content: "\53";
    color: var(--main-color);
    opacity: 1;
}

p.stars.selected a.active ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: var(--main-color);
    opacity: 1;
}


/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.woocommerce-tabs ul.tabs li a {
    padding: 0 0 5px 0;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #26211D;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    outline: none;
}

.woocommerce-tabs ul.tabs li.active a {
    color: var(--main-color);
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:focus {
    outline: none;
}


/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3D9CD2;
}


/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: red;
}


/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: rgb(250 111 46 / 8%);
    clear: both;
    color: var(--main-color);
    padding: 20px 20px;
    font-size: 16px;
    width: 100%;
    display: block;
    margin: 8px 0;
    border-radius: 4px;
}

.woocommerce-message a {
    float: right;
    background: var(--main-color);
    color: #ffffff;
    text-align: center;
    padding: 9px 24px;
}

.woocommerce-message a:hover,
.woocommerce-message a:focus {
    color: #ffffff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: rgb(250 109 45 / 8%);
}

.woocommerce-error {
    background-color: rgb(250 109 45 / 8%);
    list-style: none;
}

.allmart-woo-my-account {
    margin-top: 50px;
    margin-bottom: 50px;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3D9CD2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {
    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}


/**
 * WooCommerce widgets
 */


/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: var(--main-color);
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: var(--main-color);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}


/** allmart Custom Css **/

.allmart-product-sale-tag {
    left: 16px;
    top: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    transition: opacity .3s ease;
    z-index: 9;
    position: absolute;
    border-radius: 4px;
}

.allmart__product-label {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-radius: 2px;
    background: #36D286;
    padding: 2px 6px;
    display: inline-block;
}

.allmart-single-thumbs .allmart-product-sale-tag {
    left: 40px;
}


.allmart-product-sale-tag span.onsale {
    color: #373833;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    background: #FFDD33;
    border-radius: 4px;
    padding: 5px 12px;
    text-align: center;
    margin: 4px 0;
}

span.allmart-new-tag {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    background: var(--main-color);
    border-radius: 4px;
    padding: 5px 16px;
    text-align: center;
    margin: 4px 0;


}

.allmart-product-thumbnail {
    overflow: hidden;
}

.allmart-product-thumbnail img {
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    overflow: hidden;
}

.allmart-product-item-box:hover .allmart-product-thumbnail img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.allmart-product-details .woocommerce-loop-product__title {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0;
    color: #373833;
}

.allmart-product-details .price {
    font-size: 1rem;
    font-weight: 400;
}

.allmart-product-item-box:hover .woocommerce-loop-product__title {
    position: relative;
    z-index: 50;
}

span.price {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #101010;
}

span.price ins {
    background: transparent;
}

span.price del {
    color: #A3A3A3;
}

.woocommerce-result-count {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.allmart-product-filter .SumoSelect > .CaptionCont {
    background: transparent;
    border: none;
    margin-top: 2px;
}

.allmart-products-header h1 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #373833;
}

.allmart-product-item-box {
    position: relative;
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    border-radius: 10px;
}

.allmart-product-details {
    padding: 16px 0 0;
    text-align: center;
}

.allmart-product-wrapper {
    position: relative;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.allmart-product-item-box:hover .allmart-content-product-imagin {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease;
}

.allmart-content-product-imagin {
    position: absolute;
    bottom: 0;
    visibility: hidden;
    background: #FFFFFF;
    box-shadow: 0px 32px 128px rgba(18, 15, 31, 0.16);
    border-radius: 24px;
    opacity: 0;
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.allmart-sing-product-cart {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fdf9f385;
    display: flex;
    justify-content: center;
    align-items: center;
    visiblity: hidden;
    opacity: 0;
}

.allmart-product-wrapper:hover .allmart-sing-product-cart {
    visiblity: visible;
    opacity: 1;
}

.allmart-sing-product-cart a {
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.allmart-single-thumbs {
    position: relative;
}


.allmart-single-thumbs span.onsale {
    color: #373833;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    background: #FFDD33;
    padding: 5px 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 4px 0;
}

.pivo-product-img img,
.pivo-product-img-alt img {
    width: 100%;
    border: 1px solid #edeaea;
}

.psv-woo-overlay-d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(34 34 34 / 45%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    opacity: 0;
}

.pivo-product-img:hover .psv-woo-overlay-d,
.pivo-product-img-alt:hover .psv-woo-overlay-d {
    opacity: 1;
}

.psv-woo-overlay-d a.button {
    background: var(--main-color);
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    font-size: 14px;
    line-height: 28px;
    color: #101010;
    vertical-align: middle;
    border: 0;
    display: flex;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb i{
    opacity: 0.7;
}

.woocommerce-breadcrumb a {
    font-weight: 500;
}

.woocommerce-breadcrumb i {
    vertical-align: middle;
    padding: 0 5px;
    line-height: 28px;
    font-size: 16px;
}


.woocommerce-pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
}

.woocommerce-pagination ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
}

.woocommerce-pagination ul li {
    float: left;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    box-sizing: border-box;
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 38px;
    outline: none;
    font-size: 1.15rem;
    opacity: .6;
    color: var(--main-text-color);
}

.wl-size-chart-table th {
    color: var(--main-text-color);
}

.woolentor-sticky-btn-area .wl-size-chart-button,
.woolentor-sticky-btn-area .yith-wcwl-add-button {
    display: none !important;
}

.u-column1.col-1,
.u-column2.col-2 {
    width: 100%;
}

.woocommerce-pagination ul li a.current,
.woocommerce-pagination ul li span.current {
    opacity: 1;
}

.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span:hover {
    color: var(--main-color);
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image img {
    width: 100%;
}

.allmart-woo-breadcrumb {
    margin: 60px 0 0;
}

.allmart-related-products {
    margin: 60px 0;
}

.allmart-single-product-box .product_title {
    margin-bottom: 16px;
    font-style: normal;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
}

.allmart-single-product-box p.price {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: var(--main-color);
}

.allmart-single-product-box p.price ins {
    background: transparent;
}

.allmart-single-product-box p.price del {
    font-size: 16px;
    float: right;
    padding-left: 10px;
    color: #26211D;
    font-weight: 400;
    opacity: .6;
}

.allmart__woo-price-and-rating {
    display: flex;
    align-items: center;
    gap: 68px;
    margin-bottom: 18px;
}

.product_meta {
    margin-top: 24px;
}

.product_meta span,
.product_meta a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.sku_wrapper .sku{
    color: #717171;
}

.allmart-meta-titles,
.product_meta .allmart-dokan-seller-label {
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}

.product_meta .allmart-dokan-seller-name a {
    color: var(--alt-text-color);
}

.product_meta .allmart-dokan-seller-name a:hover {
    color: var(--main-color);
}

.product_meta .allmart-dokan-seller-name {
    display: inline-block;
    margin-bottom: 10px;
}

.allmart-product-stl-ten .pro-review {
    float: left;
    font-size: 12px;
}

.allmart-product-stl-ten .pro-review .product-review-count {
    margin-left: 6px;
    font-size: 12px;
}

.weekly-deal-single-product .pro-review .product-review-count {
    font-size: 12px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 28px;
    opacity: .7;
}

.woocommerce-product-details__short-description ul {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 40px;
}

.woocommerce-product-rating {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-top: 3px;
}

.allmart-rating-dot {
    color: #f9f5f5;
    font-size: 6px;
    padding: 0 14px;
}

.allmart-message-icon {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 9px;
}

.allmart-review-link {
    outline: none;
}

.allmart-review-link i {
    vertical-align: middle;
}

.variations_form .variations td {
    padding: 0;
    padding-bottom: 20px;
    border: none;
    vertical-align: middle;
}

.variations_form .variations label {
    margin-bottom: 0;
    margin-right: 20px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: #717171;
}

.variations_form .variations label .allmart-variation-swatches__selected-label {
    font-weight: 600;
    color: #1A1D3E;
}

.variations_form .variations .value {
    position: relative;
    width: 100%;
}

.variations_form .variations .value select {
    display: inline-block;
    max-width: 260px;
    width: 100%;
}

.variations_form .reset_variations {
    display: inline-flex;
    margin-left: 10px;
    align-items: center;
    vertical-align: middle;
    font-size: 12px;
}

.variations_form.variation-swatch-selected .reset_variations {
    visibility: visible !important;
    pointer-events: visible;
    display: block;
}

.variations_form .reset_variations:before {
    display: inline-block;
    margin-right: 5px;
    content: "\2715";
    font-family: Zeroicons-Line;
}

.allmart-woo-single-add-to-cart form.cart {
    display: flex;
    gap: 16px;
}

.quantity {
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    padding: 12px;
    border-radius: 4px;
}

.quantity input[type=number],
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
}


.quantity input[type=button] {
    padding: 0;
    width: 32px;
    border: none;
    max-height: 32px;
    min-height: 32px;
    background: #fff;
    border-radius: 2px;
    outline: none;
    color: #717171;
    font-size: 17px;
}

.quantity input[type=number] {
    width: 72px;
    height: 32px;
    border-right: none;
    border-left: none;
    text-align: center;
    border-radius: 0px;
    padding: 0 !important;
    background: transparent;
    min-height: auto;
    border: 0;
}


.single_add_to_cart_button,
.added_to_cart.wc-forward {
    background: var(--main-color);
    color: #fff;
    text-transform: capitalize;
    border: 0;
    padding: 16px 0;
    flex-grow: 1;
    text-align: center;
}


.single_add_to_cart_button.added,
.offer-pro-cart-btn .add_to_cart_button.added {
    display: none;
}

.onsale-percent {
    background: #ed0000;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    padding: 5px 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 4px 0;
}

.allmart-single-product-box .onsale-percent {
    min-width: 70px;
}

.allmart-single-price-disocunt .onsale-percent {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #ed0000;
    height: 20px;
    padding: 0 4px;
    min-width: auto;
    background: #FFEBEF;
}

.allmart-remaining-stock {
    font-size: 13px;
}

.woocommerce-variation-availability {
    display: none;
    opacity: 0;
}

.allmart-woo-tab-title {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: none;
    width: 100%;
    float: left;
    opacity: 0;
}

.allmart-wwo-additonal-content {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.allmart-wwo-additonal-content table {
    border: 1px solid #f9f5f5;
    max-width: 600px;
}

.allmart-wwo-additonal-content table td,
.allmart-wwo-additonal-content table th {
    border: none;
    padding: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 54px;
}

h2.woocommerce-Reviews-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    display: block;
    width: 100%;
    float: left;
    text-transform: capitalize;
    font-family: var(--alt-font-family);
}

#reviews ol.commentlist {
    list-style: none;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    display: block;
    float: left;
}

.allmart-woo-rat-container {
    width: 100%;
    float: left;
}

.allmart-woo-rat-desc {
    padding: 0 10px;
}

.woocommerce-review__author {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.woocommerce-review__published-date {
    font-size: 16px;
    line-height: 24px;
    color: var(--alt-text-color);
}

.allmart-woo-rat-main-image img {
    border-radius: 50%;
    margin: 0;
}

.allmart-woo-rat-desc p {
    margin: 0;
}

.comment-text {
    width: 100%;
    float: left;
}

.comment-reply-title {
    width: 100%;
    float: left;
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.comment-notes {
    font-size: 14px;
    line-height: 28px;
    opacity: .7;
}

#review_form_wrapper {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.allmart-related-products h2.related-title-main,
.up-sells.upsells.products h2 {
    font-size: 19px;
    line-height: 28px;
    padding: 0;
    margin: 20px 0 36px 0;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.allmart-woo-account-information {
    margin-bottom: 20px;
}

.allmart-woo-account-information img {
    display: inline-block;
}

.allmart-user-name-woo {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.woocommerce-MyAccount-content {
    padding: 30px 20px;
}

.woocommerce-MyAccount-navigation {
    background: var(--light-color);
    padding: 30px 15px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #373833;
    width: 100%;
    display: block;
    padding: 5px 0;
    transition: all .2s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f9f5f5;
}

.woocommerce-Reviews .comment-text p {
    margin: 0;
}

.woocommerce-Reviews .commentlist li {
    margin-bottom: 32px;
    width: 100%;
    float: left;
}

.woocommerce-Reviews .children li {
    background: #f9f5f5;
    padding: 16px 32px;
    border-radius: 8px;
    margin: 30px 0px;
}

.wc_payment_methods {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.wc_payment_methods label {
    font-weight: 600;
    position: relative;
}

.woocommerce-checkout-payment {
    padding-left: 10px;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type=radio] + label {
    padding-left: 24px;
    font-size: 14px;
}

.wc_payment_methods li {
    padding: 10px 0;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type=radio] {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type=radio] + label:before {
    content: '\2b24';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Zeroicons-Line';
    color: #ccc;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type=radio]:checked + label:before {
    content: '\2705';
    color: #222;
}

.wc_payment_methods li p,
.payment_box.payment_method_cod p {
    font-size: 14px;
    opacity: .6;
    margin: 0;
}

.woocommerce-order-overview {
    list-style: none;
}

.allmart-single-thumbs figure {
    margin: 0;
}

.meta-m-b {
    margin-bottom: 10px;
    white-space: break-spaces;
    flex-wrap: wrap;
}

.nik-tags-meta-bdx {
    width: 100%;
    display: block;
}

.nik-tags-meta-bdx-cats {
    margin-bottom: 8px;
}

.nik-tags-meta-bdx {
    color: #1A1D3E;
}

.meta-m-b a,
.nik-tags-meta-bdx a {
    color: #717171;
}


.woocommerce-grouped-product-list-item__price ins,
.product-price ins {
    background: transparent !important;
}

.woocommerce-grouped-product-list-item__price del,
.product-price del {
    opacity: .8;
}

.woocommerce-grouped-product-list-item__label label {
    font-weight: 600;
}

table.variations {
    margin-bottom: 13px;
    border: none !important;
}

table.variations tr {
    border: none !important;
}

.woocommerce-variation.single_variation .price {
    margin: 10px 0;
    display: inline-block;
}

.allmart-wishlist-sp {
    display: inline-block;
}

.allmart-wishlist-sp .add_to_wishlist {
    border: 1px solid #ccc;
    outline: none;
    vertical-align: middle;
    background: #ffffff;
    color: var(--main-text-color);
    padding: 14px 30px;
    font-weight: 400;
    border: 1px solid var(--alt-text-color);
    max-height: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--alt-font-family);
    text-transform: capitalize;
}

.allmart-wishlist-sp .yith-wcwl-add-button > a i {
    margin-right: 2px;
}

.woocommerce-cart-form__contents td {
    padding-bottom: 20px;
}

.woocommerce-billing-fields label {
    width: 100%;
    margin-bottom: 5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 0;
}

.dokan-dashboard header.dokan-dashboard-header h1,
.dashboard-content-area .entry-title {
    font-size: 32px;
}

.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name='product_listing_search'] {
    min-height: 48px;
}

select.dokan-form-control {
    height: 48px !important;
}

input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme,
input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn {
    min-height: 48px;
    display: inline-block;
}

a.dokan-add-new-product,
.dokan-btn-theme.vendor-dashboard {
    line-height: 35px !important;
    color: #fff;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.diviader {
    display: none;
}

.dokan-dashboard .dokan-dashboard-wrap {
    padding: 34px 0;
}

.dashboard-content-area ul,
.dashboard-content-area ol {
    margin: 0;
    padding: 0;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a,
ul.subsubsub li {
    font-size: 15px !important;
}

.allmart-dokan-custom-header .dokan-store-info,
.allmart-dokan-custom-header ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.allmart-dokan-custom-header .dokan-store-info li,
.allmart-dokan-custom-header ul li {
    float: left;
    width: auto;
    margin: 5px 7.5px
}

.allmart-dokan-sotre-header {
    width: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.allmart-dokan-sotre-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(34 34 34 / 20%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.allmart-seller-item-box {
    margin: 50px 0;
}

.allmart-grid--single--p-thumbs .woocommerce-product-gallery__image {
    width: 100%;
    margin-bottom: 0 !important
}

.allmart-filter-toogle-box {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    border: none;
    background: none;
    margin-bottom: 30px;
    z-index: 999
}

.allmart-filter-offcanvas-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #101010;
    height: auto;
    min-height: auto;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.allmart-filter-offcanvas-btn:hover {
    background: transparent;
    border: none;
    color: #101010;
}

.allmart-product-toogle-btn img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.allmart-product-toogle-btn span,
.allmart-product-toogle-btn i {
    vertical-align: middle;
}

.allmart-product-filter-b {
    text-align: center;
}

.allmart-filter-toogle-box .yith-wcan-filter {
    width: 33.3%;
    float: left;
}

.allmart-filter-toogle-box .filter-title {
    font-size: 16px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    border-radius: 0;
    line-height: 15px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
    background-color: var(--main-color);
    box-shadow: 0 0 0 2px var(--main-color);
    color: #fff;
}

.yith-wcan-reset-filters {
    color: #fff;
    background-color: #fa6e2d;
    border-color: #fa6e2d;
    border-radius: 0;
}

.allmart-variation-swatches__item {
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.allmart-filter-toogle-box {
    display: none;
}

.yith-wcan-filters {
    background: transparent;
}


.trending-cart-st1-btn .added_to_cart {
    display: none;
}

.allmart-single-cart-wsa i {
    margin: 0 !important;
}

.allmart-quick-view {
    min-width: 400px;
    background: #fff;
}

.allmart-quickv-product-details {
    padding: 30px 20px;
    overflow-y: auto;
}

.allmart-quickv-product-details .allmart-out-of-stock {
    font-size: 14px;
    padding: 5px 8px;
}

.allmart-quickv-product-details .price {
    display: inline-block;
}

.allmart-quickv-product-details p.price {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    color: var(--main-color);
}

.allmart-quickv-product-details p.price del {
    font-size: 16px;
    float: right;
    padding-left: 10px;
    color: #26211D;
    font-weight: 400;
    opacity: .6;
}

p.price ins {
    background: transparent;
}

.allmart-quickv-product-details .allmart-wishlist-sp {
    display: none;
}

.allmart-quickv-product-details .allmart-wishlist-sp .add_to_wishlist {
    padding: 14px 20px;
}

.allmart-quickv-product-details .single_add_to_cart_button,
.allmart-quickv-product-details .added_to_cart.wc-forward {
    padding: 10px 20px;
}

.allmart-quickv-product-details .woocommerce-loop-product__title {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 700;
    max-width: 82%;
    text-transform: capitalize;
}

.allmart-quick-view .allmart-wishlist-sp {
    margin-top: 20px;
}

.pro-review .star-rating {
    margin: 0 auto;
}

.add-to-cart-green-btn a {
    text-transform: capitalize;
    width: 100%;
}


.add-to-cart-green-btn .add_to_cart_button.added {
    display: none;
}

.allmart-woo-single-cart-style-one .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
}

.allmart-woo-single-cart-style-one button.single_add_to_cart_button {
    width: calc(100% - 176px);
    height: 56px;
}

.add-to-cart-green-btn .added_to_cart.wc-forward {
    min-height: auto;
    background: transparent;
    border: 0;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #05A845;
}

.allmart-woo-single-cart-style-one .quantity {
    height: 56px;
    margin: 0 16px 12px 0;
    width: 160px;
}

.allmart_product_simple .quantity {
    margin-right: 10px;
}

.add-to-cart-green-btn .added_to_cart.wc-forward:before {
    display: none;
}

.trending-pro-cart-btn .add_to_cart_button.added {
    display: none;
}

.trending-pro-cart-btn i,
.trending-cart-st1-btn i {
    vertical-align: -2px;
    display: inline-block;
}

.allmart-offcanvas-s-icon {
    border: transparent;
    background: transparent;
    color: var(--main-text-color);
}

.allmart-ajax-s-offcanvas {
    height: 24vh;
    min-height: 450px;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}

.offcanvas-body .allmart-search-result,
#allmart-search-box-popup .allmart-search-result {
    max-height: none;
    overflow-y: auto;
    border: none;
    width: 100%;
    margin-top: 5px;
}

.offcanvas-body .allmart-title-s-box {
    margin: 0 auto 10px auto;
    justify-content: space-between;
}

.allmart-ajax-grid-search li a {
    flex-wrap: wrap;
}

.allmart-ajax-grid-search .allmart-ajax-product-image {
    width: 100%;
}

.allmart-ajax-grid-search .allmart-ajax-product-image img {
    max-width: none;
    width: 100%;
}

.allmart-ajax-grid-search .allmart-ajax-product-data {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0px;
}

.allmart-ajax-not-found {
    text-align: center;
}

.offcanvas-full-height {
    height: 100vh;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
}

.allmart-search-result.active {
    transition: width 2s, height 2s, transform 2s, -webkit-transform 2s;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    height: 80vh;
}

.allmart-ajax-s-offcanvas {
    overflow: hidden;
}

.allmart-ajax-s-offcanvas .offcanvas-body {
    padding: 12vh 0 5vh;
    overflow: hidden;
}

.allmart-ajax-s-offcanvas .nice-select .list {
    max-height: 180px;
    overflow-y: scroll;
    width: 100%;
}

.allmart-filter-available .search-wrapper input::placeholder {
    color: #1A1D3E;
}

.allmart-cart-off-canvas {
    overflow: hidden;
}

.allmart-cart-off-canvas .offcanvas-body {
    overflow: hidden;
    text-align: left;
}

.allmart-cart-off-canvas ul {
    margin: 0;
    padding: 0;
    max-height: 58vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.allmart-cart-icon-mini {
    padding: 0;
    background: transparent;
    border: none;
    color: var(--main-text-color);
    position: relative;
    min-height: auto;
}



.widget_shopping_cart_content .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay {
    background-color: #fff !important;
    opacity: .6 !important
}

.widget_shopping_cart_content .blockUI.blockOverlay::before,
.woocommerce-checkout-review-order .blockUI.blockOverlay::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    line-height: 1;
    text-align: center;
    font-size: 2em;
    border-top: 3px solid rgb(250 109 45 / 20%) !important;
    border-right: 3px solid rgb(250 109 45 / 20%) !important;
    border-bottom: 3px solid rgb(250 109 45 / 20%) !important;
    pointer-events: none;
    border-left: 3px solid var(--main-color);
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.allmart_product_wishlist_button:after {
    font-family: 'allmart-icon' !important;
    content: "\e001";
}

.allmart_product_wishlist_button.added:after {
    font-family: 'allmart-icon' !important;
    content: "\e001";
}

.producticons-st3 a {
    position: relative;
}

.woosc-compare-button {
    position: relative;
}

.allmart_product_wishlist_button .tooltip,
.compare-button a .tooltip,
.allmart-grid-quick-view-btn .tooltip,
.woosc-compare-button .tooltip {
    max-width: 15rem;
    transition: all .3s ease;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 5px;
    visibility: hidden;
    pointer-events: none;
    white-space: normal;
    text-align: center;
    padding: 6px 9px 6px 9px !important;
    width: max-content;
    right: 50px;
}

.allmart_product_wishlist_button:hover .tooltip,
.compare-button a:hover .tooltip,
.allmart-grid-quick-view-btn:hover .tooltip,
.woosc-compare-button:hover .tooltip {
    -webkit-animation: shop_tooltip_hover_in .3s;
    animation: shop_tooltip_hover_in .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: visible;
    opacity: 1;
}

.allmart_product_wishlist_button .tooltip.left::before,
.compare-button a .tooltip.left::before,
.allmart-grid-quick-view-btn .tooltip.left::before,
.woosc-compare-button .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.52rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 98%;
    top: 20%;
}

.producticons-st3 .compare.button.added {
    position: relative;
    font-size: 0;
}

.producticons-st3 .compare.button.added:after {
    content: "\F072";
    font-family: "remixicon";
    font-size: 16px;
}

#cboxTopLeft,
#cboxTopRight,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxMiddleCenter,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight {
    display: none;
}

#cboxClose {
    top: 15px;
    right: 30px;
    background: transparent;
    text-indent: unset;
    font-size: 0;
}

#cboxClose:after {
    content: "\EB99";
    font-family: "remixicon";
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    color: #ff0d0d;
    line-height: 30px;
    border-radius: 50%;
}

.allmart-hover-thumb-woo {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.allmart-hover-thumb-woo,
.allmart-hover-thumb-woo img {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.allmart-product-style-seven img {
    width: 100%;
}

.allmart-back-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}


/* .allmart-hover-thumb-woo:hover img.wp-post-image {
    transform: scale(1.1);
} */


/* .allmart-hover-thumb-woo:hover img,
.trending-products-st1:hover .allmart-back-image {
    opacity: 1;
    transform: scale(1.05);
    z-index: 5;
} */

.allmart-out-of-stock {
    background: rgb(40 23 14);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
    line-height: 14px;
}

.allmart-out-of-stock-stacked {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgb(40 23 14);
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 14px;
}

.slider-nav-bottom {
    overflow: hidden !important;
}

.small-columns-4 .flickity-slider > .col {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 15px 5.5px;
    padding-top: 0;
}

.slider .flickity-prev-next-button {
    position: absolute;
    top: 40%;
    bottom: 40%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    border: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    border-radius: 0;
    outline: none;
}

.allmart-single-thumbs .flickity-button {
    background: transparent;
    border: none;
    color: #28170e;
    opacity: 0;
    -webkit-transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: opacity .3s, background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.flickity-prev-next-button.previous {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 2%;
    min-height: auto !important;
}

.flickity-prev-next-button.next {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    right: 2%;
    min-height: auto !important;
}

.slider:hover .flickity-prev-next-button {
    opacity: .7;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.slider .flickity-prev-next-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background: transparent;
    color: #28170e;
}

.yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}

.yith-wcwl-wishlistexistsbrowse a {
    border: 1px solid #ccc;
    outline: none;
    vertical-align: middle;
    background: #ffffff;
    color: var(--main-text-color);
    padding: 14px 30px;
    font-weight: 400;
    border: 1px solid #ebebeb;
    max-height: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    transition: all .2s
}

.yith-wcwl-wishlistexistsbrowse a:hover {
    border-color: var(--main-text-color);
    background: var(--main-text-color);
    color: #fff;
}

.allmart-wishlist-header-bar {
    position: relative;
    font-size: 16px;
    gap: 12px;
}

.allmart-wishlist-header-bar .yith-wcwl-items-count {
    background: #ff7246;
    width: 22px;
    height: 22px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    top: -7px;
    position: absolute;
    left: 22px;
}

.psf-style-7 .allmart-grid-cart-btn span {
    display: none;
}

.psf-style-7 .added_to_cart.wc-forward {
    position: relative;
    font-size: 0;
    width: 40px;
    height: 40px;
}

.psf-style-7 .added_to_cart.wc-forward:before {
    content: "\e01f";
    font-family: "allmart-icon" !important;
    font-size: 16px;
}

.psf-style-7 .allmart-grid-cart-btn i {
    font-size: 16px;
}

.allmart-sale-countdown-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.allmart-image-grid-woo .woocommerce-product-gallery__image {
    float: left;
    width: calc(50% - 24px);
    margin: 0 12px 24px;
}

.allmart-single-thumbs .allmart-image-grid-woo {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.allmart-product-single-grid:hover .woocommerce-product-gallery__trigger {
    opacity: 0;
    display: none;
}

.comment-form-rating {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.comment-form-rating p {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    line-height: 18px;
}


/**
            *  Flip Clock
            */

.xpsc-product-coutdown-wrapper {
    margin: 15px 0px 25px;
}

.flip-clock-wrapper {
    zoom: .5;
    margin: 10px 0px !important;
}

.flip-clock-divider {
    margin-right: 5px;
}

.xpsc-product-countdown-timer .flip-clock-label {
    font-weight: bold;
    font-size: 1.9em;
}

.xpsc-product-countdown-timer.flip-clock-wrapper .flip {
    margin-bottom: 15px !important;
    margin-left: 0px !important;
}

.xpsc-product-countdown-timer .flip-clock-divider.seconds .flip-clock-label {
    right: -105px;
}

.xpsc-product-countdown-timer .flip-clock-divider.minutes .flip-clock-label {
    right: -105px;
}

.xpsc-product-countdown-timer .flip-clock-divider.days .flip-clock-label,
.xpsc-product-countdown-timer .flip-clock-divider.hours .flip-clock-label {
    right: -95px;
}

.yith-wcwl-share ul li .fa.fa-facebook,
.yith-wcwl-share ul li i {
    font-family: remixicon !important;
}

.yith-wcwl-share ul li .fa.fa-facebook::before {
    content: "\ecbc";
}

.yith-wcwl-share ul li .fa.fa-twitter::before {
    content: "\f23a";
}

.yith-wcwl-share ul li .fa.fa-pinterest::before {
    content: "\efff";
}

.yith-wcwl-share ul li .fa.fa-envelope-o::before {
    content: "\eef3";
}

.yith-wcwl-share ul li .fa.fa-whatsapp::before {
    content: "\f2bb";
}

.yith-wcwl-share li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 0;
    display: block;
    border: none;
    min-width: 32px;
    min-height: 32px;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .xpsc-product-countdown-timer.flip-clock-wrapper {
        zoom: 0.48
    }

    .xpsc-product-countdown-timer.flip-clock-wrapper .flip-clock-label {
        font-size: 2.2em;
    }

    .xpsc-product-countdown-timer .flip-clock-divider.seconds .flip-clock-label {
        right: -115px;
    }

    .xpsc-product-countdown-timer .flip-clock-divider.minutes .flip-clock-label {
        right: -110px;
    }
}

@media only screen and (max-width: 320px) {
    .xpsc-product-countdown-timer.flip-clock-wrapper {
        zoom: 0.4
    }

    .xpsc-product-countdown-timer.flip-clock-wrapper .flip-clock-label {
        font-size: 2.5em;
    }

    .xpsc-product-countdown-timer .flip-clock-divider.seconds .flip-clock-label {
        right: -130px;
    }

    .xpsc-product-countdown-timer .flip-clock-divider.minutes .flip-clock-label {
        right: -125px;
    }
}


/**
    * Stock Progressbar
    */

.xpsc-product-coutdown-wrapper .product-stock {
    background: #f1f1f1;
    border-radius: 0;
    height: 10px;
}

.xpsc-product-coutdown-wrapper .product-stock .percent {
    background: #05a845;
    border-radius: 0;
    height: 10px;
}

.xpsc-product-coutdown-wrapper .product-stock-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    float: left;
}

.xpsc-product-coutdown-wrapper .product-stock-wrapper h5 {
    margin-bottom: 10px !important;
    font-size: 16px;
}

#allmarttimer,
#allmarttimeralt {
    font-size: 0;
}

.allmart-timer-style-one #allmarttimer .countdown {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    background: var(--light-color);
}

.sdw_enable #allmarttimer .countdown {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.allmart-timer-style-one .allmart-count-value {
    background: transparent;
    width: auto;
    height: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--main-color);
    min-width: 65px;
    display: block;
    margin: 0 7.5px;
    padding:0;
}

.allmart-timer-style-one .allmart-count-value .label {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: var(--main-text-color);
    margin-top: 7px;
    margin-bottom: 0;
}

.allmart-timer-style-two #allmarttimer .countdown,
#allmarttimeralt .countdown {
    display: flex;
    margin: 0 -7.5px;
    align-items: center;
    font-size: 16px;
}

.xpc-counter-product-woo.text-start #allmarttimeralt .countdown {
    justify-content: flex-start;
}

.xpc-counter-product-woo.text-center #allmarttimeralt .countdown {
    justify-content: center;
}

.xpc-counter-product-woo.text-end #allmarttimeralt .countdown {
    justify-content: flex-end;
}

#allmarttimer .countdown .separator,
#allmarttimeralt .countdown .separator {
    font-size: 24px;
    font-weight: 700;
}

.allmart-count-time-box {
    text-align: center;
}

.allmart-timer-style-two .allmart-count-value,
#allmarttimeralt .allmart-count-value {
    background: #05A845;
    width: auto;
    height: 65px;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    color: #FFF;
    min-width: 65px;
    display: block;
    margin: 0 7.5px;
}

.allmart-timer-style-two .allmart-count-value .label,
#allmarttimeralt .allmart-count-value .label {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--main-text-color);
    margin-top: 7px;
    margin-bottom: 0;
}

.allmart--default--card--item .compare-button .woosc-btn {
    font-size: 0;
}

.compare-button .woosc-btn:before {
    font-family: allmart-icon;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    content: "\e017";
    margin: 0 !important;
}

.td-label {
    font-weight: 600;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-name {
    font-size: 17px;
    line-height: 1.5;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner {
    font-size: 16px;
    line-height: 1.7;
}

.producticons a {
    position: relative;
}

.slider-no-arrows .flickity-prev-next-button.next,
.slider-no-arrows .flickity-prev-next-button.previous {
    display: none !important;
}

#woosq-popup .product_title.entry-title {
    font-size: 36px;
}

#xoopidescaccordion {
    padding: 1rem 0;
}

.allmart-p-accordion .accordion-body {
    overflow: hidden;
    padding: 1rem 0;
}

.allmart-p-accordion .accordion-item {
    border: none;
}

.allmart-p-accordion .accordion-button:foucs,
.accordion-button:focus,
.accordion-button.collapsed:focus {
    box-shadow: none !important;
    border: none;
    outline: none;
}

.allmart-p-accordion .accordion-button {
    border: transparent;
    background: transparent;
    color: var(--main-text-color);
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0;
    outline: none;
    padding: .5rem 0;
}

.allmart-p-accordion .accordion-button:hover {
    background: transparent;
    color: var(--main-text-color);
    border-color: var(--main-text-color);
}

.allmart-p-accordion .accordion-button:not(.collapsed) {
    color: var(--main-color);
    border-color: var(--main-color);
    background-color: transparent;
    box-shadow: none;
}

.allmart-p-accordion .accordion-item:last-of-type,
.allmart-p-accordion .accordion-item:last-of-type .accordion-collapse,
.allmart-p-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button::after {
    background-image: none !important;
    content: "\EA4E";
    font-family: remixicon;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "\EA78";
    font-family: remixicon;
    transform: none;
}

.allmart-ph-tab ul.nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 32px;
    column-gap: 16px;
}

.allmart-ph-tab .nav-item a {
    color: var(--main-text-color);
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 78px;
}
.allmart-ph-tab .nav-item a.active {
    background: #1A1D3E;
    color: #fff;
    border-radius: 4px;
}
.allmart-ph-tab {
    padding: 64px 0 35px;
}

.allmart-p-accordion .accordion-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.allmart-ph-tab .tab-content .tab-pane {
    overflow: hidden;
}

.allmart-image-single-col-woo .woocommerce-product-gallery__image {
    margin-bottom: 24px;
}

.sidebar-xpc .yith-wcan-filters .yith-wcan-filter {
    padding: 20px;
    background: var(--light-color);
    margin-bottom: 24px;
}

.sidebar-xpc .yith-wcan-filters .yith-wcan-filter h4 {
    font-size: 18px;
}


.allmart-product-archive-sidebar .filter-title,
#allmartCatCanvas .filter-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1B1919;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 4px;
    line-height: 28px;
}

.allmart-product-archive-sidebar .filter-title:before,
#allmartCatCanvas .filter-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--alt-text-color);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    box-shadow: none !important;
    border-radius: 4px;
    display: inline-block;
    padding: 7px;
    text-align: center;
    border: 1px solid rgba(34, 34, 34, .20);
    box-sizing: border-box;
    border-radius: 0;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: var(--main-text-color);
    padding: 2px 15px;
    margin: 5px !important;
    transition: all .2s;
    display: inline-block;
}

.yith-wcan-filters .filter-items.filter-checkbox label {
    position: relative;
}

.yith-wcan-filters .filter-items.filter-checkbox label:before {
    content: "\1f532";
    font-family: Zeroicons-Line;
    font-weight: 400;
    font-size: 18px;
    color: #cdcfd1;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.yith-wcan-filters .filter-items.filter-checkbox input[type="checkbox"] {
    display: none;
}

.yith-wcan-filter .filter-item.checkbox.active label:before {
    content: "\e92c";
    font-family: Zeroicons-Line;
    color: var(--main-color);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: var(--main-color);
}

.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
    margin: 0 -5px;
}

.allmart-woo-cat-carousel {
    opacity: 0;
    border-radius: 5px;
}

.allmart-woo-cat-carousel img {
    width: 100%;
    border-radius: 5px;
}

.allmart-woo-cat-carousel.flickity-enabled {
    opacity: 1;
}

.allmart-woo-cat-carousel .carousel-cell {
    width: 100%;
    height: 200px;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}

.allmart-woo-cat-carousel .flickity-page-dots {
    bottom: 30px;
}

.slider-no-dot .flickity-page-dots {
    display: none !important;
}

.allmart-mobile-filter-sidebar {
    text-align: left;
}

#reviews .comment-reply-title {
    display: none;
}

#review_form #commentform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    background: #f5f5f5;
    padding: 70px 30px 30px;
    border-radius: 4px;
    position: relative;
}

#review_form #commentform .comment-form-rating {
    position: absolute;
    top: 20px;
}

#review_form #commentform .comment-notes {
    display: none;
}

#review_form #commentform input[type="text"],
#review_form #commentform input[type="email"],
#review_form #commentform textarea {
    background: #fff;
    border-color: #fff;
}

#review_form #commentform > p,
#review_form #commentform .comment-form-rating {
    padding: 0 10px;
    width: 100%;
}

#reviews input,
#reviews textarea {
    margin-bottom: 0;
}

#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
    margin-bottom: 1em;
}

#reviews .form-submit input[type="submit"] {
    padding: 10px 40px;
}

.comment-form-cookies-consent,
.comment-form-cookies-consent label {
    color: var(--alt-text-color);
    font-size: 14px;
}

.woocommerce-grouped-product-list.group_table {
    table-layout: fixed;
    border: none;
    text-align: left;
}

.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid var(--light-color);
}

.allmart-grid--single--p-thumbs-grid-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.allmart-grid--single--p-thumbs-grid-2 .woocommerce-product-gallery__image {
    width: 47%;
}

.woocommerce-grouped-product-list.group_table td {
    border: none;
    padding: 15px 0;
}

.woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__price {
    text-align: right;
    font-weight: bold;
    color: var(--main-color);
}

.xpsc-product-coutdown-wrapper-alt .allmart-count-value .label {
    margin-top: 3px;
    letter-spacing: 0;
    font-size: 13px;
    font-family: var(--alt-font-family) !important;
}

.xpsc-product-coutdown-wrapper-alt #allmarttimer .countdown .separator {
    opacity:0;
    display:none
}

.xpsc-product-coutdown-wrapper-alt #allmarttimer .countdown {
    background: transparent !important;
}

.woocommerce-shipping-totals ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.woocommerce-shipping-totals h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type=radio] {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type=radio] + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type=radio] + label:before {
    content: '\2b24';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Zeroicons-Line';
    color: #ccc;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type=radio]:checked + label:before {
    content: '\2705';
    color: #222;
}

table.woocommerce-cart-form__contents {
    border: none;
}

table.woocommerce-cart-form__contents tbody tr:nth-child(even) {
    background: transparent;
}

.woocommerce-cart table.shop_table tbody td {
    padding: 30px 0;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
    max-width: 130px;
    width: 100%;
    border-radius: 4px;
}

.woocommerce-cart .cart-collaterals .shop_table tr th {
    font-size: 16px;
    border: none;
    padding: 20px 15px 20px 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr td {
    text-align: right;
    padding: 20px 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr {
    font-size: 15px;
    line-height: 22px;
    color: var(--main-text-color);
}

table.shop_table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--light-color);
}

.cart-collaterals table.shop_table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--alt-border-color);
}

.cart-collaterals .order-total th {
    font-weight: 600 !important;
}

table.shop_table tbody td.product-thumbnail {
    width: 95px;
    padding-right: 24px;
    position: relative;
}

.button.disabled {
    opacity: .7
}

table.shop_table thead th:first-child {
    padding-left: 30px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    border-bottom: 1px solid var(--alt-border-color);
    padding: 0 0 10px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    font-weight: 600;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th:first-child {
    padding-left: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.5;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:first-child td {
    padding-top: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    padding: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid var(--alt-border-color);
}

.stl-seven-thumb-set {
    position: relative;
}

.stl-seven-thumb-set .gridSwatches {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    transform: translateY(10px);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 0;
}

.stl-seven-thumb-set .gridSwatches ul {
    padding: 0;
}

.stl-seven-thumb-set:hover .gridSwatches {
    transform: translateY(-10px);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.woocommerce-shipping-totals.shipping {
    border-bottom: none !important;
}

.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-totals.shipping td {
    border-bottom: none !important;
    text-align: left;
}

.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-totals.shipping input[type=radio] {
    display: none;
}

.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-totals.shipping input[type=radio] + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-totals.shipping input[type=radio] + label:before {
    content: '\2b24';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Zeroicons-Line';
    color: #ccc;
}

.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-totals.shipping input[type=radio]:checked + label:before {
    content: '\2705';
    color: #222;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    font-size: 14px;
    color: var(--alt-text-color);
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    background: #fff;
    padding: 15px 12px 5px 12px;
}

.woocommerce-grouped-product-list.group_table tr:nth-child(even) {
    background: transparent !important;
}

.allmart-product-archive-sidebar .widget {
    background: transparent;
    border: none;
    padding: 0;
}

.single-allmart-img-bpx-css {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.variations_form .variations td.value {
    padding-bottom: 0;
}

.allmart-ph-tab ul li {
    margin: 0;
}

.unevent-grid-trending-product.pst-nine .sell-pro-price,
.unevent-grid-trending-product.pst-nine .pstnine-cat {
    text-align: left;
}

.unevent-grid-trending-product.pst-nine .pstnine-cat {
    margin-top: 15px;
}

.unevent-grid-trending-product.pst-nine .pstnine-cat a {
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
}

.unevent-grid-trending-product.pst-nine h2,
.unevent-grid-trending-product.pst-nine h2 a {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.unevent-grid-trending-product.pst-nine .sell-pro-price {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    opacity: .8;
}

.unevent-grid-trending-icons .add_to_cart_button span {
    display: none;
}

.emrce_slider-single-image .flickity-prev-next-button {
    display: none !important;
}

.allmart-empty-cart-main .cart-empty.woocommerce-info {
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.allmart-empty-cart-main {
    text-align: center;
    padding: 80px 0 30px 0;
}

.allmart-empty-cart-main i {
    font-size: 95px;
    margin: 20px 0;
    display: inline-block;
    opacity: .5;
}

.allmart-empty-cart-main .return-to-shop-btn-allmart {
    background: var(--main-color);
    color: #fff;
    padding: 10px 30px;
    margin: 20px auto;
    display: inline-block;
}

.dokan-store-widget .dokan-btn.dokan-btn-theme {
    float: left !important;
    margin-top: 5px;
    border-radius: 4px !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    border: none !important;
}

.dokan-single-store .dokan-store-tabs {
    display: none;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img {
    padding: 0 !important;
    border: 0 solid transparent !important;
}

.widget.dokan-store-widget {
    background: transparent;
    padding: 0;
    border: none;
}

.widget.dokan-store-widget .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 4px;
    line-height: 28px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    text-shadow: none !important;
}

.widget.dokan-store-widget .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--alt-text-color);
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
    margin-bottom: 0;
}

.dokan-single-store .profile-frame .profile-info-box {
    position: relative;
}

.dokan-single-store .profile-frame .profile-info-box::before {
    content: "";
    height: 400px;
    width: 100%;
    background: rgba(0, 0, 0, 0.47);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    z-index: 10;
}

input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn {
    border-radius: 0 !important;
}

input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--main-top-text-color) !important;
    border-radius: 4px !important
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background: var(--main-color) !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    color: var(--main-top-text-color) !important;
}

.woocommerce-Tabs-panel--seller ul {
    margin: 0;
    padding: 0;
}

.woocommerce-Tabs-panel--seller ul li span,
.woocommerce-Tabs-panel--seller ul li span b {
    font-weight: 500;
}

.woocommerce-Tabs-panel--seller ul li span.details {
    font-weight: 400;
}

.allmart--default--card--item .allmart_product_wishlist_button.added:after {
    content: "\e063";
}

.allmart--default--card--item .allmart_product_wishlist_button.added:hover:after {
    color: #fff;
}

.allmart-product-style-seven .allmart_product_wishlist_button.added:hover:after {
    color: #717171;
}

.allmart-side-meta .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
}

.allmart-side-meta .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\e063";
    font-family: "allmart-icon";
    vertical-align: middle;
    margin-right: 3px;
}

.allmart-side-meta .yith-wcwl-wishlistexistsbrowse a,
.allmart-side-meta .yith-wcwl-wishlistexistsbrowse a:hover {
    border: none;
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1A1D3E;
}

.button.loading {
    color: hsla(0, 0%, 100%, .05);
    opacity: 1 !important;
    pointer-events: none !important;
    position: relative;


}

.button.loading:after {
    animation: spin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.small-columns-4 .flickity-slider > .col img {
    width: 100%;
}
.allmart-single-thumbs .product-thumbnails .col.is-selected.is-nav-selected img {
    border: 1px solid #EBEBEB;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    overflow: hidden;
}
.allmart__single-style-two-counter .allmart-sale-countdown-title {
    display: none;
}

.allmart__single-style-two-counter .allmart-count-value-ct {
    padding: 5px !important;
    display: flex;
    align-items: center;
}

.allmart__single-style-two-counter .label-dd {
    margin-top: 0
}

.allmart__single-style-two-counter .separator {
    font-size: 14px;
}

.allmart__single-style-two-counter .allmart-timer-style-one .allmart-count-value {
    font-size: 16px;
    font-weight: 600;
}

.allmart__single-style-two-counter .label {
    color: #fa6d2d;
}

.trending-products-v6-single.product-fv2 .allmart-icon-shopping-bag-2:before,
.allmart-product-carousel-style-five .allmart-icon-shopping-bag-2:before,
.tranding-style-product.take-deal-oner-style .cart-style-populer a .allmart-icon-shopping-bag-2:before,
.allmart-product-style-five .allmart-icon-shopping-bag-2:before {
    content: "\e01f";
}

.trending-products-v6-single.product-fv2 .allmart-add-to-cart:before,
.trending-products-v6-single.product-fv2 .allmart-add-to-cart:after,
.allmart-product-carousel-style-five .allmart-add-to-cart:before,
.allmart-product-carousel-style-five .allmart-add-to-cart:after,
.allmart-product-style-five .allmart-add-to-cart:before,
.allmart-product-style-five .allmart-add-to-cart:after {
    display: none !important;
}

.tranding-style-product.take-deal-oner-style .cart-style-populer a {
    padding: 12px 24px;
    border-radius: 12px;
    background: #FF7D62;
    color: #fff;
    font-weight: 600;
    transition: all .2s;

}

.tranding-style-product.take-deal-oner-style .cart-style-populer a:hover {
    background: #1A1D3E;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .col2-set {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    table.shop_table tbody td.product-thumbnail {
        width: 16%;
        padding-right: 24px;
    }

    .woocommerce-cart .woocommerce-cart-form {
        padding-right: 50px;
    }

    .single-product #reviews .comment-form-author,
    .single-product #reviews .comment-form-email {
        flex: 50%;
        max-width: 50%;
    }

    .allmart-mobile-filter-sidebar {
        text-align: center;
    }

    .allmart-woo-cat-carousel .carousel-cell {
        height: 400px;
    }

    .woocommerce-ResetPassword.lost_reset_password {
        max-width: 500px;
        margin: 60px auto;
    }

    .allmart-filter-toogle-box .yith-wcan-filter {
        padding: 2%;
    }
}

@media (min-width: 991px) {

    .vertical-thumbnails {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .vertical-thumbnails .flickity-slider,
    .vertical-thumbnails .flickity-viewport {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible !important;
        height: auto !important;
    }

    .vertical-thumbnails .col {
        position: relative !important;
        left: 0 !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin-left: 1px;
        width: 94% !important;
        right: 0 !important;
    }
}

@media (min-width: 1024px) {
    .mini-cart-bottom-set {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }

    .allmart-cart-off-canvas {
        width: 620px;
        padding: 40px;
    }

    .offcanvas-body .allmart-search-result {
        padding: 30px 150px;
    }

    .offcanvas-body .allmart-title-s-box,
    #allmart-search-box-popup .allmart-ajax-search-title {
        max-width: 60%;
    }

    #allmart-search-box-popup .allmart-ajax-search-title {
        margin: 10px auto;
    }

    .offcanvas-body .allmart-ajax-search-title {
        text-align: left;
    }

    .offcanvas-body form.allmart-search-box,
    #allmart-search-box-popup form.allmart-search-box {
        max-width: 60%;
        margin: 0 auto;
    }

    #allmart-search-box-popup {
        min-width: 100vw;
        background: #fff;
        padding: 15vh;
        height: 100vh;
    }

    .allmart-quick-view {
        min-width: 900px;
        max-width: 900px;
    }

    .allmart-quick-view .allmart-wishlist-sp {
        margin-top: 0px;
    }

    .woocommerce-Reviews .children li {
        background: #f9f5f5;
        padding: 16px 32px;
        border-radius: 8px;
        margin: 30px 40px;
    }

    .allmart-vertical-tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .allmart-vertical-tabs ul.tabs {
        width: 20% !important;
        border-right: 1px solid #EBEBEB;
    }

    .allmart-vertical-tabs ul.tabs li {
        width: 100%;
    }

    .allmart-vertical-tabs .allmart-woo-tab-contents {
        width: 80% !important;
        padding: 0 30px;
    }

    .woocommerce-Reviews .comment-text {
    }

    .woocommerce-tabs ul.tabs li {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-tabs ul.tabs li.active a {
        margin-left: 25px;
    }

    .woocommerce-tabs ul.tabs li.active a:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #fa6e2d;
        position: absolute;
        left: 0;
        top: 40%;
    }
}


.allmart-wishlist-icon .yith-wcwl-items-count {
    left: 37px;
    background-color: #FF7246;
}

.allmart-count-tooltip {
    top: 0px;
    position: absolute;
    left: 22px;
}

.allmart-cart-icon .allmart-cart-icon-mini {
    padding: 19px 15px;
    background: #F5F5F5;
    border-radius: 50%;
}

.allmart-cart-icon .allmart-cart-icon-mini:hover {
    background: #F5F5F5;
}

.sell-pro-price del,
.sell-pro-price del .amount bdi {
    color: #717171;
    font-weight: 400;
    font-size: 15px;
}



.allmart--default--card--item .add_to_cart_button:after,
.allmart--default--card--item .allmart-add-to-cart:after,
.allmart--default--card--item .allmart-grid-quick-view-btn:after,
.allmart--default--card--item .allmart-cart-ic-default-d:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent;
    display: none;
    pointer-events: none;
}

.allmart-add-to-wishlist:hover:before, .allmart-add-to-wishlist:hover:after,
.allmart--default--card--item .add_to_cart_button:hover:before,
.allmart--default--card--item .add_to_cart_button:hover:after,
.allmart--default--card--item .allmart-grid-quick-view-btn:hover:before,
.allmart--default--card--item .allmart-grid-quick-view-btn:hover:after,
.allmart--default--card--item .allmart-add-to-cart:hover:before,
.allmart--default--card--item .allmart-add-to-cart:hover:after,
.allmart--default--card--item .allmart-cart-ic-default-d:hover:before,
.allmart--default--card--item .allmart-cart-ic-default-d:hover:after {
    display: inline-block;
}

.allmart--default--card--item .add_to_cart_button:before,
.allmart--default--card--item .allmart-add-to-cart:before,
.allmart--default--card--item .allmart-cart-ic-default-d:before {
    content: "Add to Cart";
    background-color: #000;
    color: #fff;
    top: -40px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    white-space: nowrap;
    display: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px 7px;
    line-height: 1;
    pointer-events: none;
}

.allmart--default--card--item .allmart-grid-quick-view-btn:before {
    content: "Quick View";
    background-color: #000;
    color: #fff;
    top: -40px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    white-space: nowrap;
    display: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px 7px;
    line-height: 1;
    pointer-events: none;
}

.tooltip {
    border-radius: 3px;
}

/******** Product Style 1 ***/
.allmart-product-style-one .allmart-icon-shopping-bag-3:before,
.allmart-product-style-two .allmart-icon-shopping-bag-3:before {
    content: "\e004";
}

.allmart-product-style-one .added_to_cart.wc-forward:before,
.allmart-product-style-two .added_to_cart.wc-forward:before {
    content: "\e004";
}

.allmart-product-style-one .added_to_cart.wc-forward,
.allmart-product-style-two .added_to_cart.wc-forward {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.allmart-product-style-one .allmart-add-to-wishlist:before {
    transform: rotate(90deg);
    top: 28%;
    left: -137%;
}

.allmart-product-style-one .allmart-add-to-wishlist:after,
.allmart-product-style-one .add_to_cart_button:after,
.allmart-product-style-one .allmart-grid-quick-view-btn:after,
.allmart-product-style-one .allmart-add-to-cart:after,
.allmart-product-style-one .allmart-cart-ic-default-d:after {
    transform: rotate(-90deg);
    top: 45%;
    left: -11%;
}

.allmart-product-style-one .add_to_cart_button:before,
.allmart-product-style-one .allmart-add-to-cart:before,
.allmart-product-style-one .allmart-cart-ic-default-d:before {
    transform: rotate(90deg);
    top: 28%;
    left: -167%;
}

.allmart-product-style-one .allmart-grid-quick-view-btn:before {
    transform: rotate(90deg);
    top: 28%;
    left: -162%;
}

/******** Product Style 2 ***/
.allmart-product-style-two a.add_to_cart_button.allmart-grid-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.allmart-product-style-two .producticons-sport a,
.allmart-product-style-two a.add_to_cart_button.allmart-grid-cart-btn {
    color: #717171;
}

.allmart-product-style-two .producticons-sport a:hover,
.allmart-product-style-two a.add_to_cart_button.allmart-grid-cart-btn:hover {
    background: #835BF7;
    color: #fff;
}

.allmart-woo-product-style-two .sell-pro-price del .amount bdi {
    color: #717171;

}

.allmart-product-style-two a.added_to_cart.wc-forward {
    padding: 0 !important;
}

.allmart-product-style-two .product-content {
    padding: 10px 16px 0px 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}

.allmart-product-carousel-style-two .allmart-product-carousel-item {
    background: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 16px;
}

.allmart-product-style-two:hover .product-content {
    border-color: transparent;
}

.allmart-product-style-two .product-content {
    border: 1px solid #E7E7E7;
    border-top: 0;
}

.allmart-product-style-two:hover {
    box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.08);
}

.allmart-product-style-two .prodict-title h4 a {
    color: #101010;
}

.allmart-product-style-two .sell-pro-price .amount {
    font-weight: 500;
}

/******** Product Style 3 ***/
.allmart-product-style-three,
.allmart-woo-product-style-row-three {
    border: .5px solid #E7E7E7;
}

/******** Product Style 4 ***/
.allmart-product-style-four {
    border: 1px solid #E7E7E7;
    padding: 16px;
}

.allmart-product-style-four .pro-review {
    float: left;
}

.nik-p-style-4-bttm-content {
    gap: 10px;
    align-items: flex-end;
}

.nik-style-4-counter {
    width: 80%;
}

.nik-style-4-btn-cart-btn a {
    font-size: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    background: rgb(255 114 70 / 20%);
    align-items: center;
    justify-content: center;
    color: #FF7246;
}

.nik-style-4-btn-cart-btn a i {
    font-size: 24px;
}

.allmart-woo-product-style-four .nik-style-4-btn-cart-btn a.added_to_cart.wc-forward {
    font-size: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    background: rgb(255 114 70 / 20%);
    align-items: center;
    justify-content: center;
    color: #FF7246;
    min-width: auto;
    min-height: auto;
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.allmart-woo-product-style-four .nik-style-4-btn-cart-btn a.added_to_cart.wc-forward:before {
    content: "\e01f";
    font-family: "allmart-icon" !important;
    color: #FF7246;
    font-size: 24px;
}

.nik-style-4-btn-cart-btn:hover a {
    background-color: #FF7246;
}

.nik-style-4-btn-cart-btn:hover a {
    color: #fff;
}

.nik-style-4-btn-cart-btn:hover a:after {
    color: #fff;
}

/******** Product Style 5 ***/
.allmart-product-style-five {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 16px;
    position: relative;
}

.allmart-product-style-five:hover .allmart-product-icon-list-hvr-style5 {
    opacity: 1;
    transform: translateX(-20px);
}

.allmart-product-carousel-style-five .allmart-product-style-five {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}

.allmart-product-style-five .pro-review {
    float: left;
}

.allmart-product-style-five .product-img-vs5,
.allmart-product-style-five .product-img-vs5 img {
    border-radius: 16px;
    width: 100%;
}

.allmart-product-carousel-style-five .allmart-product-style-five .product-img-vs5 .allmart-hover-thumb-woo img {
    border-radius: 16px 16px 0 0;
    width: 100%
}

.allmart-product-style-five .product-content-vs5 {
    padding: 8px 16px 16px 16px;
}

.nik-pstyle-5-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1A1D3E;
    margin-bottom: 2px;
}

.nik-pstyle-5-title a {
    color: #1A1D3E;
}

.allmart-product-style-five .sell-pro-price del,
.allmart-product-style-five .sell-pro-price del span {
    font-weight: 500;
    font-size: 14px;
}

.nik-style-5-btn-cart-btn a,
.nik-style-5-btn-cart-btn .added_to_cart.wc-forward {
    background: #1A1D3E;
    border-radius: 10px !important;
    color: #fff;
    padding: 8px 15px !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    border: none;
    min-height: auto;
    width: auto;
    max-height: 40px;
    position: relative;
}

.nik-style-5-btn-cart-btn .added_to_cart.wc-forward {
    flex-direction: row;
}

.nik-style-5-btn-cart-btn .added_to_cart.wc-forward:after {
    content: "\e01f";
    font-family: "allmart-icon" !important;
    font-weight: 400;
}

.nik-style-5-btn-cart-btn a:hover,
.nik-style-5-btn-cart-btn .added_to_cart.wc-forward:hover {
    background: #FF7D62;
    color: #fff;
}

.allmart-product-icon-list-hvr {
    position: absolute;
    flex-direction: column;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    z-index: 10;
}

.allmart-product-icon-list-hvr-style5 {
    top: 15px;
    right: 0px;
    transform: translateX(0px);
    opacity: 0;
}

.allmart-product-icon-list-hvr-style5 a {
    font-size: 15px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    margin-bottom: 10px;
    line-height: 40px;
    border-radius: 50%;
    color: #717171;
    transition: 0.3s;
    border: 1px solid #E7E7E7;
    display: inline-flex;
    position: relative;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.allmart-product-icon-list-hvr-style5 a:hover {
    color: #fff;
    background: #FF7D62;
    border-color: #FF7D62;
}

.allmart-woo-product-style-five:hover .allmart-product-icon-list-hvr-style5 {
    transform: translateX(-15px);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.allmart-product-style-five .sell-pro-price .amount,
.allmart-product-style-five span.price {
    color: #717171;
}

.allmart-product-style-five .allmart-grid-quick-view-btn:before {
    top: 20%;
    left: -150%;
}

.allmart-product-style-eleven .allmart-grid-quick-view-btn:before {
    top: 20%;
    left: -157%;
}

.allmart-product-style-five .allmart-add-to-wishlist:before {
    top: 20%;
    left: -120%;
}

.allmart-product-style-eleven .allmart-add-to-wishlist:before {
    top: 20%;
    left: -130%;
}

.allmart-product-style-five .allmart-grid-quick-view-btn:after,
.allmart-product-style-five .allmart-add-to-wishlist:after,
.allmart-product-style-eleven .allmart-grid-quick-view-btn:after,
.allmart-product-style-eleven .allmart-add-to-wishlist:after {
    transform: rotate(-90deg);
    top: 40%;
    left: -23%;
}

/******** Product Style 6 ***/
.allmart-product-style-six {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 8px;
}

.product-img-vs6 {
    position: relative;
}

.product-img-vs6 img,
.product-img-v6 img,
.product-img-vs8 img,
.product-img-vs10 img {
    width: 100%;
}

.allmart-product-icon-list-hvr-style6 {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: all .2s;
    transform: translateY(15px);
}

.allmart-product-style-six:hover .allmart-product-icon-list-hvr-style6 {
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.allmart-product-icon-list-hvr-style6 > *,
.allmart-product-icon-list-hvr-style6 .quick-view-button {
    width: 10%;
    position: relative;
}

.allmart--ps6--cart--btn--block {
    width: 60%
}

.allmart-product-icon-list-hvr-style6 i,
.allmart-product-icon-list-hvr-style6 a {
    color: #717171;
}

.allmart--ps6--cart--btn--block a,
.allmart--ps6--cart--btn--block a i {
    color: #FF7246;
    font-size: 14px;
}

.allmart--ps6--cart--btn--block a.added_to_cart.wc-forward {
    padding: 0 !important;
    color: #FF7246;
    font-size: 14px;
    background: transparent !important;
    border: none !important;
    min-height: auto;
    min-width: auto;
    display: inline;
}

.allmart-product-icon-list-hvr-style6 .tooltip.left {
    margin-top: -190%;
    right: -102%;
}

.allmart-product-icon-list-hvr-style6 .quick-view-button .tooltip.left {
    margin-top: -41px;
    right: -200%;
}

.allmart-product-icon-list-hvr-style6 .tooltip.left::before {
    display: none;
}

.product-content-vs6 {
    padding: 8px 8px 0 8px;
}

.product-content-vs6 .pro-review {
    float: left;
    width: 100%;
}

.product-content-vs6 .sell-pro-price del,
.product-content-vs6 .sell-pro-price del span {
    font-size: 14px;
    font-weight: 400;
}

/******** Product Style 7***/
.allmart-product-style-seven {
    position: relative;
}

.product-img-vs7 {
    position: relative;
}

.allmart-product-icon-list-hvr-style7 {
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    background: #fff;
    padding: 5px 18px;
    opacity: 0;
    transition: all .2s;
    transform: translateX(15px);
}

.allmart-product-style-seven:hover .allmart-product-icon-list-hvr-style7 {
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.allmart-product-icon-list-hvr-style7 i,
.allmart-product-icon-list-hvr-style7 a {
    color: #717171;
}

.allmart-product-icon-list-hvr-style7 > *,
.allmart-product-icon-list-hvr-style7 .quick-view-button {
    position: relative;
}

.allmart-product-icon-list-hvr-style7 .tooltip.left {
    margin-top: -41px;
    right: -139%;
}

.allmart-product-icon-list-hvr-style7 .quick-view-button .tooltip.left {
    margin-top: -41px;
    right: -200%;
}

.allmart-product-icon-list-hvr-style7 .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto;
    left: 32%;
}

.allmart-product-icon-list-hvr-style7 .compare-button .tooltip.left {
    margin-top: -41px;
    right: -100%;
}

.allmart-product-icon-list-hvr-style7 .compare-button .tooltip.left::before {
    left: 42%;
    top: 75%;
    z-index: -1;
}

.product-content-vs7 {
    padding-top: 8px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.nik-pstyle-7-title a,
.nik-pstyle-7-title {
    color: #1A1D3E;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

.product-content-vs7 .pro-review {
    float: left;
    width: 100%;
}

.product-content-vs7 .sell-pro-price del,
.product-content-vs7 .sell-pro-price del span {
    font-size: 14px;
    font-weight: 400;
}

.allmart--ps7--cart--btn--block {
    position: absolute;
    opacity: 0;
    bottom: 0;
    transform: translateY(10px);
}

.allmart-product-style-seven:hover .sell-pro-price {
    opacity: 0;
}

.allmart-product-style-seven:hover .allmart--ps7--cart--btn--block {
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;

}

.allmart-product-style-seven a.added_to_cart.wc-forward {
    padding: 0 !important;
    min-width: auto;
    min-height: auto;
    color: #FF7246;
    background: transparent;
    border: none;
    font-weight: 600;
}

.allmart-product-style-seven .allmart-icon-shopping-bag-3:before {
    content: "\e004";
}

.allmart-product-style-seven .allmart--ps7--cart--btn--block a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.allmart-product-style-seven .allmart--ps7--cart--btn--block a.added {
    display: none;
}

.allmart-product-style-seven .added_to_cart.wc-forward {
    position: relative;
}

.allmart-product-style-seven .added_to_cart.wc-forward:before {
    content: "\e004";
    font-family: "allmart-icon" !important;
}

.allmart-product-style-seven .allmart-product-icon-list-hvr-style7 .allmart_product_wishlist_button:before {
    content: 'Wishlist';
    background-color: #000;
    color: #fff;
    top: -40px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    white-space: nowrap;
    display: none;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 12px 7px;
    line-height: 1;
    pointer-events: none;
}


/******** Product Style 8****/
.allmart-product-style-eight {
    position: relative;
}

.product-img-vs8 {
    position: relative;
}

.allmart-product-icon-list-hvr-style8 {
    right: 0;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 5px 18px;
    transition: all .2s;
    transform: translateY(15px);
    width: 100%;
    justify-content: center;
    opacity: 0;
}

.allmart-product-style-eight .allmart-product-icon-list-hvr-style8 a,
.allmart-product-style-eight allmart-product-icon-list-hvr-style8 .quick-view-button > a,
.allmart-product-style-eight .allmart-product-icon-list-hvr-style8 .woosc-compare-button > a {
    width: 48px;
    height: 48px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.allmart-product-icon-list-hvr-style8 > a:hover,
.allmart-product-icon-list-hvr-style8 .quick-view-button > a:hover,
.allmart-product-icon-list-hvr-style8 .woosc-compare-button > a:hover {
    background: #D66534;
    color: #ffffff;
}

.allmart-product-style-eight:hover .allmart-product-icon-list-hvr-style8 {
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.allmart-product-icon-list-hvr-style8 .tooltip.left {
    margin-top: -44px;
    right: -33%;
}


.allmart-product-icon-list-hvr-style8 .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 75%;
    bottom: auto;
    left: 32%;
}

.nik-pstyle-8-title a,
.nik-pstyle-8-title {
    color: #1A1D3E;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

.product-content-vs8 .sell-pro-price del,
.product-content-vs8 .sell-pro-price del span {
    font-size: 14px;
    font-weight: 400;
}

/******** Product Style 9****/
.allmart-product-style-nine {
    position: relative;
}

.product-img-vs9 {
    position: relative;
}

.allmart-product-icon-list-hvr-style9 {
    right: 0;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 5px 18px;
    transition: all .2s;
    transform: translateY(15px);
    width: 100%;
    justify-content: center;
    opacity: 0;
}

.allmart-product-style-nine .allmart-product-icon-list-hvr-style9 a,
.allmart-product-style-nine .allmart-product-icon-list-hvr-style9 .quick-view-button > a,
.allmart-product-style-nine .allmart-product-icon-list-hvr-style9 .woosc-compare-button > a {
    width: 48px;
    height: 48px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.allmart-product-icon-list-hvr-style9 > a:hover,
.allmart-product-icon-list-hvr-style9 .quick-view-button > a:hover,
.allmart-product-icon-list-hvr-style9 .woosc-compare-button > a:hover {
    background: #D66534;
    color: #ffffff;
}

.allmart-product-style-nine:hover .allmart-product-icon-list-hvr-style9 {
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.allmart-product-icon-list-hvr-style9 .tooltip.left {
    margin-top: -44px;
    right: -33%;
}


.allmart-product-icon-list-hvr-style9 .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto;
    left: 32%;
}

.nik-pstyle-9-title a,
.nik-pstyle-9-title {
    color: #1A1D3E;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

.product-content-vs9 .sell-pro-price del,
.product-content-vs9 .sell-pro-price del span {
    font-size: 14px;
    font-weight: 400;
}

.allmart-product-style-nine:hover .sell-pro-price {
    opacity: 0;
}

.allmart--ps9--cart--btn--block {
    display: inline-block;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
}

.allmart-product-style-nine:hover .allmart--ps9--cart--btn--block {
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.product-content-vs9 {
    padding-top: 12px;
}

.allmart-product-style-nine .added_to_cart.wc-forward {
    background: transparent;
    padding: 0;
    min-height: 0;
    border: none;
    color: #fd604f;
}

/******** Product Style 10****/
.allmart-product-style-ten {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.05);
}

.product-img-vs10 {
    position: relative;
    border-radius: 24px;
}

.allmart-product-style-ten .product-img-vs10 img {
    border-radius: 24px;
}

.allmart-product-icon-list-hvr-style10 {
    right: 0;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 5px 18px;
    transition: all .2s;
    transform: translateY(15px);
    width: 100%;
    justify-content: center;
    opacity: 0;
}

.allmart-product-style-ten .pro-review {
    float: left;
    width: 100%;
}

.nik-pstyle-10-title a,
.nik-pstyle-10-title {
    color: #1A1D3E;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

.product-content-vs10 .sell-pro-price del,
.product-content-vs10 .sell-pro-price del span {
    font-size: 14px;
    font-weight: 400;
}

.product-content-vs10 {
    padding-top: 12px;
}

.allmart-product-icon-list-hvr-style10 {
    right: 0;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 5px 18px;
    transition: all .2s;
    transform: translateY(15px);
    width: 100%;
    justify-content: center;
    opacity: 0;

}

.allmart-product-style-ten .allmart-product-icon-list-hvr-style10 a,
.allmart-product-style-ten .allmart-product-icon-list-hvr-style10 .quick-view-button > a,
.allmart-product-style-ten .allmart-product-icon-list-hvr-style10 .woosc-compare-button > a {
    width: 48px;
    height: 48px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    border-radius: 8px;
}

.allmart-product-icon-list-hvr-style10 > a:hover,
.allmart-product-icon-list-hvr-style10 .quick-view-button > a:hover,
.allmart-product-icon-list-hvr-style10 .woosc-compare-button > a:hover {
    background: #D66534;
    color: #ffffff;
}

.allmart-product-style-ten .allmart-product-icon-list-hvr-style10 .quick-view-button > a .xpc-loading-circle {
    background: #D66534;
    border-radius: 8px;
}

.allmart-product-style-ten .allmart-product-icon-list-hvr-style10 .quick-view-button > a .xpc-loading-circle .xpc-spinner .path {
    stroke: #fff;
}

.allmart-product-style-ten:hover .allmart-product-icon-list-hvr-style10 {
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}

.allmart-product-icon-list-hvr-style10 .tooltip.left {
    margin-top: -44px;
    right: -33%;
}


.allmart-product-icon-list-hvr-style10 .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 75%;
    bottom: auto;
    left: 32%;
}


/******** Product Style 11****/
.allmart-product-style-eleven {
    position: relative;
}

.allmart-product-style-eleven .trending-cart-st1-btn {
    position: absolute;
    bottom: 30px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
    z-index: 20;
    left: 0;
    display: flex;
    justify-content: center;
}

.allmart-product-style-eleven .trending-cart-st1-btn a {
    display: inline-block;
}

.allmart-product-style-eleven .product-content {
    padding: 0;
    text-align: left;
}

.allmart-product-style-eleven .product-content h4,
.allmart-product-style-eleven .product-content .sell-pro-price {
    text-align: left !important;
}

.allmart-product-style-eleven .trending-pro-cart-btn a,
.allmart-product-style-eleven .trending-cart-st1-btn a,
.allmart-product-style-eleven .green-bg-btn a {
    border-color: #2D826A;
    background: #2D826A;
    color: #ffffff;
}

.allmart-product-style-eleven .trending-cart-st1-btn a.added_to_cart.wc-forward {
    width: auto;
    min-width: auto;
    border-color: #2D826A;
    background: #2D826A;
    display: inline-flex;
    line-height: 1;
    min-height: 45px;
    padding: 0 20px;
    font-weight: 600;
    align-items: center;
    height: auto;
}

.allmart-product-style-eleven .producticons a {
    width: 36px;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #1A1D3E;
    margin-bottom: 8px;
    display: inline-block;
}

.nik-style-11-grid-botton-b {
    justify-content: space-between;
    align-items: center;
}

.allmart-product-style-eleven .pro-review {
    display: flex !important;
}

.allmart-product-style-eleven .sell-pro-price del,
.allmart-product-style-eleven .sell-pro-price del span {
    font-size: 14px;
    font-weight: 400;
}

.allmart-product-style-eleven .sell-pro-price {
    margin-bottom: 0 !important;
}

.allmart-product-style-eleven .nikstyle-product-grid-title-m {
    font-weight: 500;
    margin: 0 0 5px 0;
}

.allmart-product-style-eleven .add_to_cart_button:before,
.allmart-product-style-eleven .add_to_cart_button:after,
.allmart-woo-product-style-nine .add_to_cart_button:before,
.allmart-woo-product-style-nine .add_to_cart_button:after,
.allmart-product-style-six .add_to_cart_button:before,
.allmart-product-style-six .add_to_cart_button:after,
.allmart-product-style-five .add_to_cart_button:before,
.allmart-product-style-five .add_to_cart_button:after,
.product-content-fv2.nik-pr-style-sttw-main .add_to_cart_button:before,
.product-content-fv2.nik-pr-style-sttw-main .add_to_cart_button:after,
.allmart-product-style-seven .add_to_cart_button:before,
.allmart-product-style-seven .add_to_cart_button:after,
.allmart-product-style-five .allmart-cart-ic-default-d:before,
.allmart-product-style-five .allmart-cart-ic-default-d:after {
    display: none !important;
}

/******** Product List Style 1****/
.nik-prdocuct-list--style--one {
    border: 1px solid #E7E7E7;
    padding: 16px 32px;
}

.nik--msv-product-list-style--one {
    padding: 16px 0;
    border-bottom: 1px solid #E7E7E7;
}

.nik--msv-product-list-style--one:last-child {
    border-bottom: 0
}

.nik-msvlist--styleone-content .nik-listyle-product-title-one h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.nik-msvlist--styleone-content .pro-reviews {
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.nik--msv-product-list-style--one-inner .product-cateory a {
    font-size: 14px;
    color: #717171;
}

.nik--msv-product-list-style--one-inner .row {
    align-items: center;
}

.nik--msv-product-list-style--one-inner .nik-list--style--float-spans .onsale {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    background: #36D286;
    border-radius: 4px;
    padding: 5px 16px;
    text-align: center;
    margin: 4px 0;
}

.nik-msvlist--styleone-img {
    position: relative;
}

.nik--msv-product-list-style--one .producticons-sport.psf-style-7 {
    bottom: 10%;
    right: 12%;
    width: auto;
    left: auto;
    margin: 0;
    z-index: 999;
    opacity: 1;
}

.nik--msv-product-list-style--one:hover .producticons-sport.psf-style-7 a {
    opacity: 1;
    visibility: visible;
}

/******** Product List Style 2****/
.nik--msv-product-list-style--two-inner {
    border: 1px solid #E7E7E7;
    width: 100%;
    margin-bottom: 32px;
    padding: 14px;
}

.nik--msv-product-list-style--two-inner .row {
    align-items: center;
}

.nik--msv-product-list-style--two-inner .prodict-title h4 {
    margin-bottom: 0;
    text-align: left;
}

.nik--msv-product-list-style--two-inner-img a {
    position: relative;
    overflow: hidden;
}

.nik--msv-product-list-style--two-inner-img img {
    transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.nik--msv-product-list-style--two-inner:hover .nik--msv-product-list-style--two-inner-img img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

/******** Product List Style 3****/
.nik--msv-product-list-style--three .nik--msv-product-list-style--three-inner {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 24px;
    padding: 16px;
}

.nik--msv-product-list-style--three .nik--msv-product-list-style--three-inner .product-cateory a {
    font-size: 14px;
}

.nik--msv-product-list-style--three .prodict-title h4 {
    margin: 0;
    text-align: left;
}

.nik--msv-product-list-style--three-inner-img a {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.nik--msv-product-list-style--three-inner-img img {
    border-radius: 4px !important;
    transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.nik--msv-product-list-style--three-inner:hover .nik--msv-product-list-style--three-inner-img img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

/******** Product List Style 4****/
.nik--msv-product-list-style--four .nik--msv-product-list-style--four-inner {
    background: #F5F5F5;
    transition: all .2s;
    margin-bottom: 24px;
    padding: 15px 24px;
}

.nik--msv-product-list-style--four-inner-img a {
    overflow: hidden;
    position: relative;
}

.nik--msv-product-list-style--four .nik--msv-product-list-style--four-inner .row {
    align-items: center;
}

.nik--msv-product-list-style--four:hover .nik--msv-product-list-style--four-inner {
    box-shadow: 0px 25px 85px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.nik--msv-product-list-style--four .prodict-title h4 {
    margin: 0;
    text-align: left;
}

.nik--msv-product-list-style--four-inner-img img {
    transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.nik--msv-product-list-style--four-inner:hover .nik--msv-product-list-style--four-inner-img img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.allmart__woo_single-read-more-and-less ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    transition: all .2s;
}

.allmart__woo_single-read-more-and-less {
    position: relative;
    padding: 30px 0;

}

.allmart__woo_single-read-more-and-less ul li {
    display: flex;
    margin: 0;
    gap: 25px;
    font-size: 14px;
    margin-bottom: 5px;
}

.allmart__woo_single-read-more-and-less ul li .nik-woo-stl2-single-label {
    font-weight: 500;
    color: #1a1d3e;
    width: 45%;

}

.allmart__woo_single-read-more-and-less ul li .nik-woo-stl2-single-value {
    font-weight: 400;
    color: #717171;

}

.allmart-ld-more-btn {
    font-size: 14px;
    font-weight: 500;
    color: #ff7246;
    margin-top: 10px;
    display: inline-block;
}

.allmart-ld-more-btn i {
    vertical-align: middle;
}

@media (min-width: 1400px) and (max-width: 1800px) {

    .allmart-side-meta .quantity {
        max-width: 24%;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {

    .allmart-side-meta .quantity {
        max-width: 29%;
    }

    .allmart-woo-single-cart-style-one button.single_add_to_cart_button {
        width: 68.6%;
    }

    .allmart_product_simple button.single_add_to_cart_button {
        width: 67.6%;
    }

    .allmart_product_simple .quantity {
        max-width: 29%;
    }

    .allmart_product_simple button.single_add_to_cart_button {
        width: 67.6%;
    }
}


input[type="email"].allmart__home_5_newsletter_email {
    border-radius: 24px;
    background: #282828;
    border: none;
    padding: 0 0 0 15px;
    min-height: 48px;
}

input.allmart__home_5_newsletter_submit {
    border-radius: 24px;
    min-height: 48px;
}

.bg5-stl-5-right-ctn a {
    transition: all .2s;
}

.bg5-stl-5-right-ctn a i {
    font-weight: 700;
}

.bg5-stl-5-right-ctn a:hover i {
    margin-left: 7px;
    transition: all .2s;

}

#nik-cat-style-two .category-list p.category-name {
    transition: all .2s;
}

#nik-cat-style-two .category-list:hover p.category-name {
    background: #DE967D;
}

.allmart-add-to-wishlist {
    position: relative;
}

.fa-heart.allmart-icon-heart-1:before {
    font-family: "Font Awesome 6 Free" !important;
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.allmart-icon-loading {
    animation: spinAround 500ms infinite linear;
    display: inline-block;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.details-add-group form.cart {
    gap: 10px;
}

.details-add-group form.cart .added_to_cart.wc-forward {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    flex: 1;
}

.shopping-cart-wrapper .woocommerce-mini-cart-item {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 15px 0;
    width: 100%;
}

.shopping-cart-wrapper .woocommerce-mini-cart-item.loading:after {
    content: "\F064";
    font-family: remixicon !important;
    text-align: center;
    margin-top: -20px;
    margin-left: -20px;
    top: 50%;
    left: 50%;
    position: absolute !important;
    background: transparent !important;
    -webkit-animation: fa-spin 1.5s linear infinite;
    animation: fa-spin 1.5s linear infinite;
    z-index: 9;
    font-size: 40px;
}

.shopping-cart-wrapper .woocommerce-mini-cart-item.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffff;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.shopping-cart-wrapper .woocommerce-mini-cart-item .cart-item-wrapper {
    flex: 1;
    text-align: left;
}

.woo-min-thumbs {
    position: relative;
    max-width: 110px;
}

.woo-min-thumbs .remove.remove_from_cart_button {
    position: absolute;
    background: rgba(0, 0, 0, 0.2) !important;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0px;
    color: #ff3838;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    opacity: 0;
}

.woo-min-thumbs .remove.remove_from_cart_button i {
    font-size: 20px;
    background: #fff;
    width: 30px;
    height: 30px;
    color: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.woo-min-thumbs:hover .remove.remove_from_cart_button {
    opacity: 1;
}

.shopping-cart-wrapper .product-name {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 500;

}

.shopping-cart-wrapper .min-unit-price {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}

.mini-cart-qntt-box {
    width: 100%;
}

.mini-cart-qntt-box .quantity {
    height: 36px;
    background: #f5f5f5;
    padding: 5px;
}

.shopping-cart-wrapper .dropdown-footer {
    padding: 20px 15px 0px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    right: 0;
    z-index: 10;
    background: #fff;
    border-top: 1px solid #F5F5F5;
}

.shopping-cart-wrapper .total {
    font-weight: 600;
    margin-bottom: 20px;
    color: #101010;
    font-size: 17px;
}

.shopping-cart-wrapper .dropdown-footer .button {
    width: 100%;
    background-color: transparent;
    border-color: #1A1D3E;
    color: #1A1D3E;
    padding: 10px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    border: .5px solid;
}

.mini-cart-btn-set-veg {
    border: .5px solid #1A1D3E;
}

.shopping-cart-wrapper .dropdown-footer .button.checkout-button {
    border-color: #1A1D3E;
    background: #1A1D3E;
    color: #fff;
}

.mini-cart-btn-set-veg {
    display: flex;
    gap: 0;
}

ul.cart_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wsb-button.js-wsb-add-to-cart {
    width: 100%;
    height: 56px;
    transition: 0.3s;
    font-weight: 600;
}

.allmart-ajax-list-search li {
    display: flex !important;
    gap: 16px;
    align-items: center;
}

.allmart-ajax-list-search .allmart-ajax-category-data a {
    font-size: 13px;
}

.allmart-ajax-list-search .allmart-ajax-product-data h3 {
    font-size: 16px;
}

.allmart-ajax-list-search .allmart-ajax-product-price span {
    font-size: 15px;
}

.allmart-ajax-list-search .allmart-ajax-product-price del span {
    font-size: 14px;
}

.allmart-deal-style--two--msv .countdown {
    align-items: flex-start !important;
}

.allmart-deal-style--two--msv .countdown .separator {
    margin-top: 8px;
}

/*** Dokan **/
.dokan-single-store .profile-frame .profile-info-box {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    z-index: 99;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    padding: 20px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
    line-height: 1.7;
    text-align: center;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    margin: 0;
}

.dokan-store-products-filter-area {
    margin-top: 40px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
    opacity: .8;
    color: #fff;
}

.allmart-tab-style-one .product-cateory a:hover,
.allmart-tab-style-one .product-seller-info a:hover {
    color: #FF7246;
}

.nik-list-wsh-com-bpx .ri-repeat-2-line {
    display: none
}

.allmart-tab-style-one .one_line_text {
    text-overflow: ellipsis;
    overflow: hidden;
}

.tranding-style-product.take-deal-oner-style .cart-style-populer {
    margin-top: 16px;
}

.wpf-no-products-found {
    padding: 50px;
    max-width: 50%;
    margin: 0 auto;
}

.wpf-no-products-found p {
    background: transparent;
    padding: 0;
}

.allmart-notifications {
    position: fixed;
    top: 150px;
    right: 30px;
    width: 400px;
    pointer-events: none;
    min-height: 200px;
    z-index: 99999;
}

.allmart-popover-cart-close {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    min-height: auto;
    align-items: center;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    color: #000;
    padding: 0;
    float: right;
    position: absolute;
    right: -3%;
    top: -3%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.allmart-ppover-image {
    margin-right: 12px;
}

.allmart-notifications .toast-header {
    background: #f3f3f3;
    color: #101010;
}

.layout1 .fbtpfw_product_image {
    width: 120px;
    flex: 0 0 120px;
}

.layout1 .fbtpfw_product_image img {
    width: 120px;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 991px) {
    .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
        background-color: rgb(26 29 62 / 88%) !important;
    }

    .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
        padding: 30px;
    }

    .allmart-header_cart-off-canvas {
        padding: 40px;
    }

    .shopping-cart-wrapper .dropdown-footer {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .shopping-cart-wrapper .dropdown-footer {
        bottom: 10%;
    }

    .shopping-cart-wrapper .dropdown-footer .checkout-button {
        background-color: #119744;
        border-color: #119744;
        color: #fff;
    }

    .allmart-notifications {
        right: 50%;
        width: 340px;
        transform: translate(50%, 50%);
    }
}

.details-add-group form.cart button, .details-content .details-add-group a, .feature-card .feature-content > a, .product-card .product-content > a, .product-add,
button.woosc-btn, .details-action-group a,
.details-add-group form.cart .added_to_cart.wc-forward {
    font-size: 13px !important;
    text-align: center !important;
}

.coupon.vegfirm-woo-coupon {
    flex-wrap: wrap;
}

.col2-set {
    padding: 0 20px;
}

.woocommerce-cart table.shop_table tbody td.product-subtotal {
    min-width: 130px;
    text-align: right;
}

.main-details-des-review-tab-section .review-box {
    padding: 30px;
    border: 1px solid var(--border-gray);
}

.main-details-des-review-tab-section .ratings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-details-des-review-tab-section .ratings-wrapper .average-ratings {
    line-height: 1;
    font-size: 40px;
    font-weight: 600;
    color: var(--dark-color);
}

.main-details-des-review-tab-section .review-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    text-transform: capitalize;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper:last-child {
    margin-bottom: 0;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .ratings-number {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
    height: 10px;
    overflow: hidden;
    border-radius: 0;
}

.allmart-avg-rating {
    gap: 20px;
    margin: 5px 0 20px
}

.allmart-avg-rating .avg-rating-number {
    font-size: 64px;
    font-weight: bold;
    color: #041E42
}

.allmart-statistic-ratings h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.4;
    display: block;
    font-weight: 700;
    color: #1A1D3E
}

.allmart-rating-bars {
    border: none;
}

.allmart-rating-bar {
    background: transparent !important;
    border: none !important
}

.allmart-rating-bar td {
    border: none !important
}

table.allmart-rating-bars td {
    padding: 5px 0;
    border: none
}

table.allmart-rating-bars .star-rating-wrap {
    width: 60px
}

table.allmart-rating-bars .star-rating-wrap .star-rating {
    margin: 0;
    height: 24px
}

table.allmart-rating-bars .allmart-rating-per-wrap {
    padding: 5px 10px
}

table.allmart-rating-bars .allmart-ratings-number {
    width: 35px;
    color: #999;
    font-size: 90%
}

.allmart-rating-per {
    height: 6px;
    width: 100%;
    position: relative;
    background: #f1f1f1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.allmart-rating-per .allmart-per-content {
    position: relative;
    display: block;
    height: 100%;
    background: #FDC330;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.comment-form .allmart-form-media-wrap {
    display: none;
}

.nik-review-top-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nik-review-bottom-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nik-review-bottom-meta span {
    font-size: 16px;
    line-height: 24px;
    color: var(--alt-text-color);
}

.allmart-wrap-review-thumb {
    gap: 8px;
    margin-top: 12px;
}

.allmart-wrap-review-thumb .allmart-item-review-thumb {
    position: relative;
    display: inline-block;
    border-radius: 4px;
}

.allmart-wrap-review-thumb .allmart-item-review-thumb img {
    border-radius: 4px;
}

.allmart-wrap-review-thumb .allmart-item-review-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1A1D3E;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
}

.allmart-wrap-review-thumb .allmart-item-review-thumb .svg-wrap {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.allmart-wrap-review-thumb .allmart-item-review-thumb:hover::before {
    opacity: 0.4;
    visibility: visible;
}

.allmart-wrap-review-thumb .allmart-item-review-thumb:hover .svg-wrap {
    opacity: 1;
    visibility: visible;
}

.submit-ratings-wrapper h2.nc_review_comment_title {
    font-size: 24px;
}

.allmart-woo-image-part {
    gap: 15px;
}

.allmart-woo-rat-main-image {
    position: relative;
    min-width: 60px;
}

.allmart-woo-rat-main-image .woocommerce-review__verified {
    position: absolute;
    right: 0;
    top: -5px;
    background: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.woolentor-add-to-cart-sticky .wsb-button.js-wsb-add-to-cart {
    width: 170px;
    max-height: 45px;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase
}

.woolentor-add-to-cart-sticky .button {
    max-width: 170px;
    max-height: 50px;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.woolentor-sticky-btn-area .cart {
    flex-wrap: nowrap !important;
}

.woolentor-sticky-wishlist {
    display: none !important
}

.woolentor-add-to-cart-sticky .quantity {
    padding: 10px;
}

.allmart-login-popup {
    overflow-y: auto;
}

.login_loader,
.register_loader {
    width: 100%;
    text-align: center;
}

.login_loader img,
.register_loader img {
    width: 16px !important;
    float: inherit;
}

.allmart-form-media label {
    width: 100%;
    margin-bottom: 5px;
}

.page-template-my-account-template {
    background: #F5F5F5;
}

.ncc_my_ac_header {
    background: #fff;
    min-height: 80px;
    line-height: 80px;
}

.allmart-woo-my-account-page {
    position: relative;
    height: 100%;
}

.allmart-woo-my-account-page .allmart-woo-my-account {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.allmart-woo-my-account-page .woocommerce-MyAccount-navigation {
    background: #ffffff;
    height: calc(100vh - 80px);
    padding: 40px;
}

.allmart-woo-my-account-page .woocommerce-MyAccount-content {
    padding: 40px;
}

.allmart-woo-my-account-page #customer_login {
    padding: 40px;
}

.nc_login_bx_m {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px;
    border-radius: 6px;
}

.nc_login_bx_m h2 {
    font-size: 28px;
}

.nc_extended_ac_user_nav button {
    background: transparent;
    border: none;
    color: #222;
    outline: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.nc_extended_ac_user_nav button:hover {
    background: transparent;
    border: none;
    color: #222;
}

.nc_extended_ac_user_nav img {
    width: 38px;
    border-radius: 50%;
}

.ncc_my_ac_header .row {
    align-items: center;
}

.allmart-flex {
    display: flex;
}

@media (min-width: 768px) {
    .nc_extended_ac_user_nav {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    .nik-review-top-meta,
    .nik-review-bottom-meta {
        flex-wrap: wrap;
    }

    .top-main-carosol-style-one .counter-style-one {
        flex-wrap: wrap;
    }

    .woolentor-notification-content {
        max-width: 250px !important;
        width: 250px !important;
    }

    .main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress {
        -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6;
    }
}

@media (max-width: 424.98px) {
    .main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress .progress-bar {
    background: #FFB82E;
}

.video-icon-canvas img {
    width: 100%;
}

.video-icon-canvas {
    position: relative;
}

.canvas-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 80px;
    height: 80px;
    background: #FA6C2D;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.canvas-icon:hover {
    background: #fff;
    color: #222;
    transition: all 0.3s;
}

.canvas-icon::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #FA6C2DAB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ringa 1.5s infinite;
}

.canvas-icon::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #FA6C2DAB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ringb 1.5s infinite;
}

.canvas-icon:hover::after, .canvas-icon:hover::before {
    animation: none;
    display: none;
    transition: all 0.3s;
}

.video-icon-canvas .text-roted {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    /* animation-timing-function: linear; */
    /* -webkit-animation-name: rotateme; */
    /* -webkit-animation-duration: 15s; */
    /* -webkit-animation-iteration-count: infinite; */
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    border-radius: 50%;
    padding: 10px;
}

@keyframes ringa {
    0% {
        width: 80px;
        height: 80px;
        opacity: 1;
    }
    100% {
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}

@keyframes ringb {
    0% {
        width: 80px;
        height: 80px;
        opacity: 1;
    }
    100% {
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}


@keyframes rotateme {

    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}

.am__flash_countdown {
    margin-top: 20px;
}

.xpsc-product-coutdown-wrapper-alt .countdown {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 0;

}


.xpsc-product-coutdown-wrapper-alt .allmart-count-value-ct {
    display: flex;
    flex-direction: column;
    align-items: center;
    background:rgba(var(--primary-rgb), var(--primary-opacity));
    color:#37257d;
    border-radius:6px;
    margin-right: 10px;
    margin-bottom:10px;
    padding: 5px 0;
}

.xpsc-product-coutdown-wrapper-alt .allmart-count-value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: var(--primary);
}

.xpsc-product-coutdown-wrapper-alt .label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: var(--primary);
    text-transform: uppercase;
}

.allmart-product-container-bx {
    margin-top: 12px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
    font-size: 12px;
    padding: initial;
}

/*
* Woocommerce Single wishlist, compare, ask a question, share
*/
.allmart__woo_wishlist_compare {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBEB;
}

.allmart__woo_single_wishlist .yith-add-to-wishlist-button-block {
    margin: 0;
}

.allmart__woo_single_wishlist span {
    font-size: 16px !important;
}

.allmart__woo_single_wishlist a {
    gap: 0 !important;
}

.allmart__woo_single_wishlist svg {
    margin: 0;
    width: 25px !important;
}
.allmart-icon-share{
    margin-right: 1px;
}


.allmart__woo_single_compare_product .am__compare_btn {
    font-size: 16px;
}

.allmart__woo_single_compare_product .am__compare_btn:before{
    margin-right: 4px !important;
    margin-top: 1px;
}
.allmart__woo_single_free_shipping {
    display: flex;
    gap: 10px;
}

.allmart__woo_single_free_shopping_icon i {
    color: #37257C;
    font-size: 24px;
}

.allmart__woo_single_free_shipping_and_multivendor {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #EBEBEB;
}

/*
* Guarantee Safe Checkout
*/
.allmart__safe_checkout {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 0px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
}

.allmart__safe_checkout_title h2 {
    color: #1A1D3E;
    font-size: 22px;
    margin-top: -26px;
    background: #fff;
    padding: 0 15px;
    font-weight: 500;
}

.allmart_checkout_image {
    display: flex;
    gap: 16px;
    margin-top: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

/*
* Woocommerce Single Buy Now Button
*/
.allmart__woo_single_buy_now{
    margin-top: 16px;
}

/*
* Woocommerce Related Proudct
*/
.allmart__woo_single_related_product{
    margin-top: 50px;
}

/*
* Woocommerce brand and rating
*/
.allamart__woo_single_brand_and_rating {
    display: flex;
    gap: 60px;
    align-items: center;
}
.allmart__woo_single_brand {
    display: flex;
    align-items: center;
    gap: 5px;
}
.allmart__woo_single_brand h3 {
    color: #1A1D3E;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.allmart__woo_single_brand h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #717171;
    font-weight: 400;
}

.allmart-review-link.woocommerce-review-link{
    pointer-events: none;
}

a.am__compare_btn {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.am__compare_btn:before{
    content: "\e058";
    font-family: "allmart-icon";
    color: #5A5A5A;
    font-weight: 400;
    margin-right: initial;
    line-height: initial;
    font-size: 16px;
}
.woosc-btn.woosc-btn-added:before{
    content: "\e058";
    font-family: "allmart-icon";
    margin-right: initial;
}
.card_2_hover a:hover:before{
    color: #ffffff;
}

a.am__wishlist_btn {
    font-size: 0;
}

a.am__wishlist_btn:before {
    content: "\f004";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 18px;
}

a.am__wishlist_btn.woosw-btn.woosw-added:before {
    content: "\f004";
    font-weight: 900;
    margin-right: inherit;
}
span.allmart__woo_single_delivery_icon {
    display: inline-flex;
    margin-top: -2px;
}

a.allmart__woo_single_delivery_title {
    display: flex;
    gap: 5px;
    align-items: center;
}
.delivery_and_return_content p {
    color: #717171;
    font-size: 14px;
}
.allmart__woo_single_additional_meta {
    display: flex;
    gap: 15px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.allmart__woo_single_additional_meta_item {
    display: flex;
    padding: 30px;
    text-align: center;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    width: calc(50% - 7.5px);
}
.allmart-shop-product-grid .hm1_deal_of_img {
    width: initial;
    height: initial;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1 !important;
}

.allmart-woo-single-add-to-cart form.cart.variations_form,
.allmart-woo-single-add-to-cart  .grouped_form{
    flex-wrap:wrap;
}
.single_variation_wrap,
.woocommerce-variation-add-to-cart{
    width:100%
}
.woocommerce-variation-add-to-cart{
    display:flex;
    gap:20px;
}
.single_variation_wrap .single_add_to_cart_button{
    flex:1;

}
.hm2_lookbook_date_count .xpsc-product-coutdown-wrapper-alt .allmart-count-value-ct{
    background:transparent;
    margin:0;
    padding:0;
}

.hm2_lookbook_date_count .xpsc-product-coutdown-wrapper-alt .allmart-count-value,
.hm2_lookbook_date_count .xpsc-product-coutdown-wrapper-alt .label{
color:#110a2c;
}
.hm2_lookbook_date_count .xpsc-product-coutdown-wrapper-alt #allmarttimer .countdown .separator{
opacity: 1;
display: block;
}
.hm2_lookbook_date_count #allmarttimer .countdown{
    border: 1px solid #ebebeb;
    padding: 10px 0;
    border-radius: 6px;
}
@media(max-width:767px){
    .allmart__woo_single_additional_meta_item{
        width: 100%;
    }
    .allmart__woo_wishlist_compare {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .allmart-single-thumbs .row{
        flex-direction: column-reverse;
        gap: 10px;
    }
    .sku_wrapper {
        justify-content: flex-start;
    }
    .allmart-ph-tab ul.nav {
        column-gap: 10px;
    }
    .allmart-ph-tab .nav-item a{
        padding: 8px 10px;
    }
}