/*
Theme Name: Nikstore

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.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;
}
.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;
}

.pivoo-cart {
    padding: 33px 0;
}

.nikstore-woo-coupon {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nikstore-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 {
    display: flex;
    align-items: center;
    color: var(--alt-text-color);
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}

.product-remove-cart a {
    color: var(--alt-text-color);
}



.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;
}

.pivoo-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;
}

.nikstore-woo-archive-main {
    padding: 40px 0;
}

.pivoo-product-filter .woocommerce-ordering {
    float: right;
}

#nikstoreCatCanvas {
    width: 300px;
}

.pivoo-product-filter,
.pivoo-total-product-count {
    margin-top: 0px;
    margin-bottom:0;
}
.nikstore__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;
}

.pivoo-mini-cart-p-item {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
}

.pivoo-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;
}

.nikstore-min-cart-content {
    padding: 0 15px;
    line-height: 20px;
}

.nikstore-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;
}
.nikstore-min-cart-image-box img{
    border-radius: 4px !important;
}
.nikstore-product-list-style{
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
}
.nikstore-product-list-style img{
    border-radius: 6px;
}
.nikstore-product-list-style .product-title h4,
.nikstore-product-list-style .product-title h4 a{
    color: #041E42;
}
.nikstore_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;
}
.nikstore_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;
}
.nikstore-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;
}
.nikstore-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;
}

.pivoo-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
 */

.pivoo-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 .nikstore-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 .nikstore-dsl-label,
.nik-pr-style-ele-main .nikstore-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 .pivoo-star-rating,
.woocommerce .pivoo-rating-box {
    display: none;
    opacity: 0;
}


/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-weight: 400;
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: 'star';
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--main-color);
}

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;
}

.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;
}

.pivoo-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%;
}


/** pivoo Custom Css **/

.pivoo-product-sale-tag {
    left: 16px;
    top: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 12%;
    transition: opacity .3s ease;
    z-index: 9;
    position: absolute;
    border-radius: 4px;
}

.pivoo-single-thumbs .pivoo-product-sale-tag {
    left: 40px;
}



.pivoo-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.pivoo-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;
    
    
}

.pivoo-product-thumbnail {
    overflow: hidden;
}

.pivoo-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;
}

.pivoo-product-item-box:hover .pivoo-product-thumbnail img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.pivoo-product-details .woocommerce-loop-product__title {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0;
    color: #373833;
}

.pivoo-product-details .price {
    font-size: 1rem;
    font-weight: 400;
}

.pivoo-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: #fd6050;
}

span.price ins {
    background: transparent;
}

span.price del {
    color: #A3A3A3;
}

.woocommerce-result-count {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.pivoo-product-filter .SumoSelect>.CaptionCont {
    background: transparent;
    border: none;
    margin-top: 2px;
}

.pivoo-products-header h1 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #373833;
}

.pivoo-product-item-box {
    position: relative;
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    border-radius: 10px;
}

.pivoo-product-details {
    padding: 16px 0 0;
    text-align: center;
}

.pivoo-product-wrapper {
    position: relative;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.pivoo-product-item-box:hover .pivoo-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;
}

.pivoo-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);
}

.pivoo-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;
}

.pivoo-product-wrapper:hover .pivoo-sing-product-cart {
    visiblity: visible;
    opacity: 1;
}

.pivoo-sing-product-cart a {
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.pivoo-single-thumbs {
    position: relative;
}

.pivoo-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: #26211D;
    vertical-align: middle;
}

.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%;
}

.pivoo-woo-breadcrumb {
    margin: 60px 0 0;
}

.pivoo-related-products {
    margin: 60px 0;
}

.pivoo-single-product-box .product_title {
    margin: 0 3px 17px 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: Urbanist;
}

.pivoo-single-product-box 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);
}

.pivoo-single-product-box p.price ins {
    background: transparent;
}

.pivoo-single-product-box p.price del {
    font-size: 16px;
    float: right;
    padding-left: 10px;
    color: #26211D;
    font-weight: 400;
    opacity: .6;
}

.pivoo-price-full-block {
    margin-bottom: 15px;
}

.product_meta {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 30px;
    padding: 32px 0 18px 0;
}

.product_meta span,
.product_meta a {
    font-size: 16px;
    line-height: 1.4;
}

.pivoo-meta-titles,
.product_meta .nikstore-dokan-seller-label {
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}

.product_meta .nikstore-dokan-seller-name a {
    color: var(--alt-text-color);
}

.product_meta .nikstore-dokan-seller-name a:hover {
    color: var(--main-color);
}

.product_meta .nikstore-dokan-seller-name {
    display: inline-block;
    margin-bottom: 10px;
}

.nikstore-product-stl-ten .pro-review {
    float: left;
    font-size: 12px;
}

.nikstore-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;
}

.pivoo-rating-dot {
    color: #f9f5f5;
    font-size: 6px;
    padding: 0 14px;
}

.pivoo-message-icon {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 9px;
}

.pivoo-review-link {
    outline: none;
}

.pivoo-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 .nikstore-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;
}

.quantity {
    background: #f5f5f5;
    height: 50px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    min-width: 120px;
    justify-content: space-between;
    border: none;
}

.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: textfield;
}

.quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
}

.quantity input[type=button] {
    padding: 0 5px;
    min-width: 35px;
    max-width: 35px;
    border: none;
    min-height: auto;
    background: 0 0;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    outline: none;
    color: #373833;
    font-size: 17px;
    height: 100%;
}

.quantity input[type=number] {
    width: 30px;
    height: 42px;
    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 {
    outline: none;
    vertical-align: middle;
    margin: 0 5px;
    background: var(--main-color);
    color: #fff;
    padding: 10px 30px;
    font-weight: 400;
    border: 1px solid var(--main-color);
    min-height: 50px;
    font-family: var(--alt-font-family);
    text-transform: capitalize;
}

.added_to_cart.wc-forward {
    display: inline-block;
}

.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;
}

.pivoo-single-product-box .onsale-percent {
    min-width: 70px;
}

.pivoo-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;
}

.pivoo-remaining-stock {
    font-size: 13px;
}

.woocommerce-variation-availability {
    display: none;
    opacity: 0;
}

.pivoo-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;
}

.pivoo-wwo-additonal-content {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.pivoo-wwo-additonal-content table {
    border: 1px solid #f9f5f5;
    max-width: 600px;
}

.pivoo-wwo-additonal-content table td,
.pivoo-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;
}

.pivoo-woo-rat-container {
    width: 100%;
    float: left;
}

.pivoo-woo-rat-desc {
    padding: 0 10px;
}

.woocommerce-review__author {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.woocommerce-review__dash {
    display: none;
    opacity: 0;
}

.woocommerce-review__published-date {
    font-size: 13px;
    line-height: 20px;
    color: var(--alt-text-color);
}

.pivoo-woo-rat-main-image img {
    border-radius: 50%;
    margin: 0;
}

.pivoo-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;
}

.pivoo-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;
}

.pivoo-woo-account-information {
    margin-bottom: 20px;
}

.pivoo-woo-account-information img {
    display: inline-block;
}

.pivoo-user-name-woo {
    font-size: 19px;
    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;
}

.pivoo-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;
}

.nikstore-wishlist-sp {
    display: inline-block;
}

.nikstore-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;
}

.nikstore-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;
}

.nikstore-dokan-custom-header .dokan-store-info,
.nikstore-dokan-custom-header ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.nikstore-dokan-custom-header .dokan-store-info li,
.nikstore-dokan-custom-header ul li {
    float: left;
    width: auto;
    margin: 5px 7.5px
}

.nikstore-dokan-sotre-header {
    width: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.nikstore-dokan-sotre-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(34 34 34 / 20%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.nikstore-seller-item-box {
    margin: 50px 0;
}

.nikstore-grid--single--p-thumbs .woocommerce-product-gallery__image{
    width:100%;
    margin-bottom: 0 !important
}
.nikstore-filter-toogle-box {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    border: none;
    background: none;
    margin-bottom: 30px;
    z-index:999
}
.nikstore-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;
}
.nikstore-filter-offcanvas-btn:hover{
    background:transparent;
    border:none;
    color:#101010;
}
.nikstore-product-toogle-btn img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.nikstore-product-toogle-btn span,
.nikstore-product-toogle-btn i {
    vertical-align: middle;
}

.nikstore-product-filter-b {
    text-align: center;
}

.nikstore-filter-toogle-box .yith-wcan-filter {
    width: 33.3%;
    float: left;
}

.nikstore-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;
}

.nikstore-variation-swatches__item {
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.nikstore-filter-toogle-box {
    display: none;
}

.yith-wcan-filters {
    background: transparent;
}



.trending-cart-st1-btn .added_to_cart {
    display: none;
}

.nikstore-single-cart-wsa i {
    margin: 0 !important;
}

.nikstore-quick-view {
    min-width: 400px;
    background: #fff;
}

.nikstore-quickv-product-details {
    padding: 30px 20px;
    overflow-y: auto;
}

.nikstore-quickv-product-details .nikstore-out-of-stock {
    font-size: 14px;
    padding: 5px 8px;
}

.nikstore-quickv-product-details .price {
    display: inline-block;
}

.nikstore-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);
}

.nikstore-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;
}

.nikstore-quickv-product-details .nikstore-wishlist-sp {
    display: none;
}

.nikstore-quickv-product-details .nikstore-wishlist-sp .add_to_wishlist {
    padding: 14px 20px;
}

.nikstore-quickv-product-details .single_add_to_cart_button,
.nikstore-quickv-product-details .added_to_cart.wc-forward {
    padding: 10px 20px;
}

.nikstore-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;
}

.nikstore-quick-view .nikstore-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;
}
.nickstore-woo-single-cart-style-one .woocommerce-variation-add-to-cart{
    display: flex;
    flex-wrap: wrap;
}

.nickstore-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;
}
.nickstore-woo-single-cart-style-one .quantity{
    height:56px;
    margin: 0 16px 12px 0;
    width: 160px;
}
.nikstore_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;
}

.nikstore-offcanvas-s-icon {
    border: transparent;
    background: transparent;
    color: var(--main-text-color);
}

.nikstore-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 .nikstore-search-result,
#nikstore-search-box-popup .nikstore-search-result {
    max-height: none;
    overflow-y: auto;
    border: none;
    width: 100%;
    margin-top: 5px;
}

.offcanvas-body .nikstore-title-s-box {
    margin: 0 auto 10px auto;
    justify-content: space-between;
}

.nikstore-ajax-grid-search li a {
    flex-wrap: wrap;
}

.nikstore-ajax-grid-search .nikstore-ajax-product-image {
    width: 100%;
}

.nikstore-ajax-grid-search .nikstore-ajax-product-image img {
    max-width: none;
    width: 100%;
}

.nikstore-ajax-grid-search .nikstore-ajax-product-data {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0px;
}

.nikstore-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);
}

.nikstore-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;
}

.nikstore-ajax-s-offcanvas {
    overflow: hidden;
}

.nikstore-ajax-s-offcanvas .offcanvas-body {
    padding: 12vh 0 5vh;
    overflow: hidden;
}

.nikstore-ajax-s-offcanvas .nice-select .list {
    max-height: 180px;
    overflow-y: scroll;
    width: 100%;
}

.nikstore-ajax-search-btn {
    background: transparent;
    border: transparent;
    min-height: auto;
    position: absolute;
    right: 0;
    line-height: 36px;
    height: 55px;
    display: inline-block;
    z-index: 10;
    border-radius:0;
}
.nikstore-filter-available .search-wrapper input::placeholder {
    color:#1A1D3E;
}
.nikstore-cart-off-canvas {
    overflow: hidden;
}

.nikstore-cart-off-canvas .offcanvas-body {
    overflow: hidden;
    text-align: left;
}

.nikstore-cart-off-canvas ul {
    margin: 0;
    padding: 0;
    max-height: 58vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.nikstore-cart-icon-mini {
    padding: 0;
    background: transparent;
    border: none;
    color: var(--main-text-color);
    position: relative;
    min-height: auto;
}

.nikstore-count-tooltip {
    background: #fd604f;
    width: 22px;
    height: 22px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;
    top: 3px;
    position: absolute;
    left: 18px;
    border: 2px solid #fff;
}

.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
}

.nikstore_product_wishlist_button:after {
    font-family: 'nikstore-icon' !important;
    content: "\e001";
}

.nikstore_product_wishlist_button.added:after {
    font-family: 'nikstore-icon' !important;
    content: "\e001";
}

.producticons-st3 a {
    position: relative;
}

.woosc-compare-button {
    position: relative;
}

.nikstore_product_wishlist_button .tooltip,
.compare-button a .tooltip,
.nikstore-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;
}

.nikstore_product_wishlist_button:hover .tooltip,
.compare-button a:hover .tooltip,
.nikstore-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;
}

.nikstore_product_wishlist_button .tooltip.left::before,
.compare-button a .tooltip.left::before,
.nikstore-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%;
}

.nikstore-hover-thumb-woo {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.nikstore-hover-thumb-woo,
.nikstore-hover-thumb-woo img {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.nikstore-product-style-seven img {
    width: 100%;
}

.nikstore-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;
}


/* .nikstore-hover-thumb-woo:hover img.wp-post-image {
    transform: scale(1.1);
} */


/* .nikstore-hover-thumb-woo:hover img,
.trending-products-st1:hover .nikstore-back-image {
    opacity: 1;
    transform: scale(1.05);
    z-index: 5;
} */

.nikstore-out-of-stock {
    background: rgb(40 23 14);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
    line-height: 14px;
}

.nikstore-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;
}

.small-columns-4 .flickity-viewport {
    margin: 0 -5.5px;
}

.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;
}

.pivoo-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;
}

.nikstore-wishlist-header-bar {
    position: relative;
    font-size: 16px;
    gap:12px;
}

.nikstore-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 .nikstore-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: "nikstore-icon" !important;
    font-size:16px;
}
.psf-style-7 .nikstore-grid-cart-btn i{
    font-size:16px;
}
.nikstore-sale-countdown-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.nikstore-image-grid-woo .woocommerce-product-gallery__image {
    float: left;
    width: calc(50% - 24px);
    margin: 0 12px 24px;
}

.pivoo-single-thumbs .nikstore-image-grid-woo {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.nikstore-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;
}

#nikstoretimer,
#nikstoretimeralt {
    font-size: 0;
}

.nikstore-timer-style-one #nikstoretimer .countdown {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    background: var(--light-color);
}

.sdw_enable #nikstoretimer .countdown {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.nikstore-timer-style-one .nikstore-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: 15px 10px;
}

.nikstore-timer-style-one .nikstore-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;
}

.nikstore-timer-style-two #nikstoretimer .countdown,
#nikstoretimeralt .countdown {
    display: flex;
    margin: 0 -7.5px;
    align-items: center;
    font-size: 16px;
}

.xpc-counter-product-woo.text-start #nikstoretimeralt .countdown {
    justify-content: flex-start;
}

.xpc-counter-product-woo.text-center #nikstoretimeralt .countdown {
    justify-content: center;
}

.xpc-counter-product-woo.text-end #nikstoretimeralt .countdown {
    justify-content: flex-end;
}

#nikstoretimer .countdown .separator,
#nikstoretimeralt .countdown .separator {
    font-size: 24px;
    font-weight: 700;
}

.nikstore-count-time-box {
    text-align: center;
}

.nikstore-timer-style-two .nikstore-count-value,
#nikstoretimeralt .nikstore-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;
}

.nikstore-timer-style-two .nikstore-count-value .label,
#nikstoretimeralt .nikstore-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;
}

.nikstore--default--card--item .compare-button .woosc-btn {
    font-size: 0;
}

.compare-button .woosc-btn:before {
    font-family: nikstore-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;
}

.nikstore-p-accordion .accordion-body {
    overflow: hidden;
    padding: 1rem 0;
}

.nikstore-p-accordion .accordion-item {
    border: none;
}

.nikstore-p-accordion .accordion-button:foucs,
.accordion-button:focus,
.accordion-button.collapsed:focus {
    box-shadow: none !important;
    border: none;
    outline: none;
}

.nikstore-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;
}

.nikstore-p-accordion .accordion-button:hover {
    background: transparent;
    color: var(--main-text-color);
    border-color: var(--main-text-color);
}

.nikstore-p-accordion .accordion-button:not(.collapsed) {
    color: var(--main-color);
    border-color: var(--main-color);
    background-color: transparent;
    box-shadow: none;
}

.nikstore-p-accordion .accordion-item:last-of-type,
.nikstore-p-accordion .accordion-item:last-of-type .accordion-collapse,
.nikstore-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;
}

.nikstore-ph-tab ul.nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 32px;
}

.nikstore-ph-tab .nav-item a {
    color: var(--main-text-color);
    text-align: center;
    cursor: pointer;
}

.nikstore-ph-tab {
    padding: 64px 0 35px;
}

.nikstore-p-accordion .accordion-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
.nikstore-ph-tab .tab-content .tab-pane{
    overflow: hidden;
}

.nikstore-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;
}


.nikstore-product-archive-sidebar .filter-title,
#nikstoreCatCanvas .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;
}

.nikstore-product-archive-sidebar .filter-title:before,
#nikstoreCatCanvas .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;
}
.nikstore-woo-cat-carousel {
    opacity: 0;
    border-radius: 5px;
}
.nikstore-woo-cat-carousel img {
    width: 100%;
    border-radius: 5px;
}
.nikstore-woo-cat-carousel.flickity-enabled {
    opacity: 1;
}

.nikstore-woo-cat-carousel .carousel-cell {
    width: 100%;
    height: 200px;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}

.nikstore-woo-cat-carousel .flickity-page-dots {
    bottom: 30px;
}

.slider-no-dot .flickity-page-dots {
    display: none !important;
}

.nikstore-mobile-filter-sidebar {
    text-align: left;
}

#reviews .comment-reply-title {
    display: none;
}

#review_form #commentform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#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);
}
.nikstore-grid--single--p-thumbs-grid-2{
    display: flex;
    flex-wrap: wrap;
    gap:24px;
}
.nikstore-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 .nikstore-count-value {
    background: transparent;
    width: auto;
    height: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    min-width: 37px;
    display: block;
    margin: 0 0px;
    padding: 15px 8px;
    font-family: var(--alt-font-family) !important;
}

.xpsc-product-coutdown-wrapper-alt .nikstore-count-value .label {
    margin-top: 3px;
    letter-spacing: 0;
    font-size: 13px;
    font-family: var(--alt-font-family) !important;
}

.xpsc-product-coutdown-wrapper-alt #nikstoretimer .countdown .separator {
    font-size: 24px;
    font-weight: 300;
    color: #EBEBEB !important;
}

.xpsc-product-coutdown-wrapper-alt #nikstoretimer .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;
}

.nikstore-product-archive-sidebar .widget {
    background: transparent;
    border: none;
    padding: 0;
}

.single-nikstore-img-bpx-css {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.variations_form .variations td.value {
    padding-bottom: 0;
}

.nikstore-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;
}

.nikstore-empty-cart-main .cart-empty.woocommerce-info {
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.nikstore-empty-cart-main {
    text-align: center;
    padding: 80px 0 30px 0;
}

.nikstore-empty-cart-main i {
    font-size: 95px;
    margin: 20px 0;
    display: inline-block;
    opacity: .5;
}

.nikstore-empty-cart-main .return-to-shop-btn-nikstore {
    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;
}

.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;
}

.nikstore--default--card--item .nikstore_product_wishlist_button.added:after{
   content:"\e063";
}
.nikstore--default--card--item .nikstore_product_wishlist_button.added:hover:after{
    color:#fff;
}
.nikstore-product-style-seven .nikstore_product_wishlist_button.added:hover:after{
    color:#717171;
}
.nikstore-side-meta .yith-wcwl-wishlistexistsbrowse a{
    position: relative;
}
.nikstore-side-meta .yith-wcwl-wishlistexistsbrowse a:before{
    content:"\e063";
    font-family: "nikstore-icon";
    vertical-align: middle;
    margin-right: 3px;
}

.nikstore-side-meta .yith-wcwl-wishlistexistsbrowse a,
.nikstore-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
}
.single-product a.added_to_cart.wc-forward{
    line-height: 2;
}
.small-columns-4 .flickity-slider>.col img{
    width:100%;
}
.nikstore__single-style-two-counter .nikstore-sale-countdown-title{
    display: none;
}
.nikstore__single-style-two-counter .nikstore-count-value-ct{
    padding: 5px !important;
    display: flex;
    align-items: center;
}
.nikstore__single-style-two-counter .label-dd{
    margin-top:0
}
.nikstore__single-style-two-counter  .separator{
    font-size:14px;
}
.nikstore__single-style-two-counter .nikstore-timer-style-one .nikstore-count-value{
    font-size:16px;
    font-weight:600;
}
.nikstore__single-style-two-counter .label{
    color:#fa6d2d;
}
.trending-products-v6-single.product-fv2 .nikstore-icon-shopping-bag-2:before,
.nikstore-product-carousel-style-five .nikstore-icon-shopping-bag-2:before,
.tranding-style-product.take-deal-oner-style .cart-style-populer a .nikstore-icon-shopping-bag-2:before,
.nikstore-product-style-five .nikstore-icon-shopping-bag-2:before {
    content: "\e01f";
}
.trending-products-v6-single.product-fv2 .nikstore-add-to-cart:before,
.trending-products-v6-single.product-fv2 .nikstore-add-to-cart:after,
.nikstore-product-carousel-style-five .nikstore-add-to-cart:before,
.nikstore-product-carousel-style-five .nikstore-add-to-cart:after,
.nikstore-product-style-five .nikstore-add-to-cart:before,
.nikstore-product-style-five .nikstore-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%;
    }
    .nikstore-mobile-filter-sidebar {
        text-align: center;
    }
    .nikstore-woo-cat-carousel .carousel-cell {
        height: 400px;
    }
    .woocommerce-ResetPassword.lost_reset_password {
        max-width: 500px;
        margin: 60px auto;
    }
    .nikstore-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;
        padding: 0 0 15px !important;
    }
}

@media (min-width: 1024px) {
    .mini-cart-bottom-set {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }
    .nikstore-cart-off-canvas {
        width: 620px;
        padding: 40px;
    }
    .offcanvas-body .nikstore-search-result {
        padding: 30px 150px;
    }
    .offcanvas-body .nikstore-title-s-box,
    #nikstore-search-box-popup .nikstore-ajax-search-title {
        max-width: 60%;
    }
    #nikstore-search-box-popup .nikstore-ajax-search-title {
        margin: 10px auto;
    }
    .offcanvas-body .nikstore-ajax-search-title {
        text-align: left;
    }
    .offcanvas-body form.nikstore-search-box,
    #nikstore-search-box-popup form.nikstore-search-box {
        max-width: 60%;
        margin: 0 auto;
    }
    #nikstore-search-box-popup {
        min-width: 100vw;
        background: #fff;
        padding: 15vh;
        height: 100vh;
    }
    .nikstore-quick-view {
        min-width: 900px;
        max-width: 900px;
    }
    .nikstore-quick-view .nikstore-wishlist-sp {
        margin-top: 0px;
    }
    .woocommerce-Reviews .children li {
        background: #f9f5f5;
        padding: 16px 32px;
        border-radius: 8px;
        margin: 30px 40px;
    }
    .nikstore-vertical-tabs {
        display: flex;
        flex-wrap: wrap;
    }
    .nikstore-vertical-tabs ul.tabs {
        width: 20% !important;
        border-right: 1px solid #EBEBEB;
    }
    .nikstore-vertical-tabs ul.tabs li {
        width: 100%;
    }
    .nikstore-vertical-tabs .nikstore-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%;
    }
}

.nikstore-ajax-search-btn-element {
    background-color: #835BF7;
    display: flex;
    gap: 10px;
    border-radius: 0px 2px 2px 0px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.nikstore-ajax-search-btn-element:hover {
    background-color: #835BF7;
}

.nikstore-wishlist-icon .yith-wcwl-items-count {
    left: 37px;
    background-color: #FF7246;
}

.nikstore-count-tooltip {
    top: 0px;
    position: absolute;
    left: 22px;
}

.nikstore-cart-icon .nikstore-cart-icon-mini {
    padding: 19px 15px;
    background: #F5F5F5;
    border-radius: 50%;
}

.nikstore-cart-icon .nikstore-cart-icon-mini:hover {
    background: #F5F5F5;
}
.sell-pro-price del,
.sell-pro-price del .amount bdi{
    color: #717171;
    font-weight:400;
    font-size: 15px;
}
.nikstore-add-to-wishlist:before {
    content: "Wishlist";
    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;
}
.nikstore-add-to-wishlist:after,
.nikstore--default--card--item .add_to_cart_button:after,
.nikstore--default--card--item .nikstore-add-to-cart:after,
.nikstore--default--card--item .nikstore-grid-quick-view-btn:after,
.nikstore--default--card--item .nikstore-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;
}
.nikstore-add-to-wishlist:hover:before,.nikstore-add-to-wishlist:hover:after,
.nikstore--default--card--item .add_to_cart_button:hover:before,
.nikstore--default--card--item .add_to_cart_button:hover:after,
.nikstore--default--card--item .nikstore-grid-quick-view-btn:hover:before,
.nikstore--default--card--item .nikstore-grid-quick-view-btn:hover:after,
.nikstore--default--card--item .nikstore-add-to-cart:hover:before,
.nikstore--default--card--item .nikstore-add-to-cart:hover:after,
.nikstore--default--card--item .nikstore-cart-ic-default-d:hover:before,
.nikstore--default--card--item .nikstore-cart-ic-default-d:hover:after{
    display: inline-block;
}
.nikstore--default--card--item .add_to_cart_button:before,
.nikstore--default--card--item .nikstore-add-to-cart:before,
.nikstore--default--card--item .nikstore-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;
}
.nikstore--default--card--item .nikstore-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 ***/
.nikstore-product-style-one .nikstore-icon-shopping-bag-3:before,
.nikstore-product-style-two .nikstore-icon-shopping-bag-3:before{
    content: "\e004";
}
.nikstore-product-style-one .added_to_cart.wc-forward:before,
.nikstore-product-style-two .added_to_cart.wc-forward:before{
    content: "\e004";
}
.nikstore-product-style-one .added_to_cart.wc-forward,
.nikstore-product-style-two .added_to_cart.wc-forward{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nikstore-product-style-one .nikstore-add-to-wishlist:before{
    transform: rotate(90deg);
        top: 28%;
    left: -137%;
}
.nikstore-product-style-one .nikstore-add-to-wishlist:after,
.nikstore-product-style-one .add_to_cart_button:after,
.nikstore-product-style-one .nikstore-grid-quick-view-btn:after,
.nikstore-product-style-one .nikstore-add-to-cart:after,
.nikstore-product-style-one .nikstore-cart-ic-default-d:after{
        transform: rotate(-90deg);
            top: 45%;
    left: -11%;
}
.nikstore-product-style-one .add_to_cart_button:before,
.nikstore-product-style-one .nikstore-add-to-cart:before,
.nikstore-product-style-one .nikstore-cart-ic-default-d:before{
     transform: rotate(90deg);
        top: 28%;
    left: -167%;
}
.nikstore-product-style-one .nikstore-grid-quick-view-btn:before{
     transform: rotate(90deg);
        top: 28%;
    left: -162%;
}

/******** Product Style 2 ***/
.nikstore-product-style-two a.add_to_cart_button.nikstore-grid-cart-btn{
        display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nikstore-product-style-two .producticons-sport a,
.nikstore-product-style-two a.add_to_cart_button.nikstore-grid-cart-btn{
    color: #717171;
}
.nikstore-product-style-two .producticons-sport a:hover,
.nikstore-product-style-two a.add_to_cart_button.nikstore-grid-cart-btn:hover{
    background: #835BF7;
    color: #fff;
}
.nikstore-woo-product-style-two .sell-pro-price del .amount bdi{
    color: #717171;

}
.nikstore-product-style-two a.added_to_cart.wc-forward {
    padding:0 !important;
}
.nikstore-product-style-two .product-content {
    padding: 10px 16px 0px 16px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    text-align:center;
}
.nikstore-product-carousel-style-two .nikstore-product-carousel-item {
    background: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 16px;
}

.nikstore-product-style-two:hover .product-content{
    border-color:transparent;
}
.nikstore-product-style-two .product-content{
    border:1px solid #E7E7E7;
    border-top:0;
}
.nikstore-product-style-two:hover{
    box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.08);
}
.nikstore-product-style-two .prodict-title h4 a{
    color:#101010;
}
.nikstore-product-style-two .sell-pro-price .amount{
    font-weight:500;
}
/******** Product Style 3 ***/
.nikstore-product-style-three,
.nikstore-woo-product-style-row-three{
    border:.5px solid #E7E7E7;
}
/******** Product Style 4 ***/
.nikstore-product-style-four{
     border:1px solid #E7E7E7;
     padding:16px;
}
.nikstore-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;
}
.nikstore-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;
}
.nikstore-woo-product-style-four .nik-style-4-btn-cart-btn a.added_to_cart.wc-forward:before {
    content: "\e01f";
    font-family: "nikstore-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 ***/
.nikstore-product-style-five{
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 16px;
    position: relative;
}
.nikstore-product-style-five:hover .nikstore-product-icon-list-hvr-style5{
    opacity:1;
        transform: translateX(-20px);
}
.nikstore-product-carousel-style-five .nikstore-product-style-five{
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}
.nikstore-product-style-five .pro-review{
    float:left;
}
.nikstore-product-style-five .product-img-vs5,
.nikstore-product-style-five .product-img-vs5 img{
   border-radius: 16px; 
   width:100%;
}
.nikstore-product-carousel-style-five .nikstore-product-style-five .product-img-vs5 .nikstore-hover-thumb-woo img {
    border-radius: 16px 16px 0 0;
    width: 100%
}
.nikstore-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;
}
.nikstore-product-style-five .sell-pro-price del,
.nikstore-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: "nikstore-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;
}
.nikstore-product-icon-list-hvr{
    position: absolute;
    flex-direction: column;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    z-index: 10;
}
.nikstore-product-icon-list-hvr-style5{
    top: 15px;
    right: 0px;
    transform: translateX(0px);
    opacity: 0;
}
.nikstore-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;
}

.nikstore-product-icon-list-hvr-style5 a:hover{
    color: #fff;
    background:#FF7D62;
    border-color:#FF7D62;
}
.nikstore-woo-product-style-five:hover .nikstore-product-icon-list-hvr-style5 {
    transform: translateX(-15px);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}
.nikstore-product-style-five .sell-pro-price .amount,
.nikstore-product-style-five span.price {
    color: #717171;
}
.nikstore-product-style-five .nikstore-grid-quick-view-btn:before{
        top: 20%;
    left: -150%;
}

.nikstore-product-style-eleven .nikstore-grid-quick-view-btn:before{
       top: 20%;
    left: -157%;
}
.nikstore-product-style-five .nikstore-add-to-wishlist:before{
      top: 20%;
    left: -120%;
}

.nikstore-product-style-eleven .nikstore-add-to-wishlist:before{
      top: 20%;
    left: -130%;
}
.nikstore-product-style-five .nikstore-grid-quick-view-btn:after,
.nikstore-product-style-five .nikstore-add-to-wishlist:after,
.nikstore-product-style-eleven .nikstore-grid-quick-view-btn:after,
.nikstore-product-style-eleven .nikstore-add-to-wishlist:after{
    transform: rotate(-90deg);
    top: 40%;
    left: -23%;
}
/******** Product Style 6 ***/
.nikstore-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%;
}
.nikstore-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);
}
.nikstore-product-style-six:hover .nikstore-product-icon-list-hvr-style6{
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}
.nikstore-product-icon-list-hvr-style6 > *,
.nikstore-product-icon-list-hvr-style6 .quick-view-button{
    width:10%;
    position: relative;
}
.nikstore--ps6--cart--btn--block{
width:60%
}
.nikstore-product-icon-list-hvr-style6 i,
.nikstore-product-icon-list-hvr-style6 a{
   color: #717171;
}
.nikstore--ps6--cart--btn--block a,
.nikstore--ps6--cart--btn--block a i{
    color:#FF7246;
    font-size:14px;
}
.nikstore--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;
}
.nikstore-product-icon-list-hvr-style6 .tooltip.left {
    margin-top: -190%;
    right: -102%;
}

.nikstore-product-icon-list-hvr-style6 .quick-view-button .tooltip.left {
    margin-top: -41px;
    right: -200%;
}
.nikstore-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***/
.nikstore-product-style-seven{
    position: relative;
}
.product-img-vs7{
    position: relative;
}
.nikstore-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);
}
.nikstore-product-style-seven:hover .nikstore-product-icon-list-hvr-style7{
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}
.nikstore-product-icon-list-hvr-style7 i,
.nikstore-product-icon-list-hvr-style7 a{
    color: #717171;
}
.nikstore-product-icon-list-hvr-style7 > *,
.nikstore-product-icon-list-hvr-style7 .quick-view-button{
    position: relative;
}
.nikstore-product-icon-list-hvr-style7 .tooltip.left {
    margin-top: -41px;
    right: -139%;
}

.nikstore-product-icon-list-hvr-style7 .quick-view-button .tooltip.left {
    margin-top: -41px;
    right: -200%;
}
.nikstore-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%;
}
.nikstore-product-icon-list-hvr-style7 .compare-button .tooltip.left {
    margin-top: -41px;
    right: -100%;
}
.nikstore-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;
}
.nikstore--ps7--cart--btn--block{
    position: absolute;
    opacity: 0;
    bottom:0;
    transform: translateY(10px);
}
.nikstore-product-style-seven:hover .sell-pro-price{
    opacity: 0;
}
.nikstore-product-style-seven:hover .nikstore--ps7--cart--btn--block {
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;

}
.nikstore-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;
}
.nikstore-product-style-seven .nikstore-icon-shopping-bag-3:before {
    content: "\e004";
}
.nikstore-product-style-seven .nikstore--ps7--cart--btn--block a{
        display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
.nikstore-product-style-seven .nikstore--ps7--cart--btn--block a.added{
    display:none;
}
.nikstore-product-style-seven .added_to_cart.wc-forward{
    position:relative;
}
.nikstore-product-style-seven .added_to_cart.wc-forward:before{
   content: "\e004";
    font-family: "nikstore-icon" !important;
}
.nikstore-product-style-seven .nikstore-product-icon-list-hvr-style7 .nikstore_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****/
.nikstore-product-style-eight{
    position: relative;
}
.product-img-vs8{
    position: relative;
}
.nikstore-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;
}
.nikstore-product-style-eight .nikstore-product-icon-list-hvr-style8 a,
.nikstore-product-style-eight nikstore-product-icon-list-hvr-style8 .quick-view-button > a,
.nikstore-product-style-eight .nikstore-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;
}
.nikstore-product-icon-list-hvr-style8 > a:hover,
.nikstore-product-icon-list-hvr-style8 .quick-view-button > a:hover,
.nikstore-product-icon-list-hvr-style8 .woosc-compare-button> a:hover{
    background: #D66534;
    color:#ffffff;
}
.nikstore-product-style-eight:hover .nikstore-product-icon-list-hvr-style8{
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}
.nikstore-product-icon-list-hvr-style8 .tooltip.left {
    margin-top: -44px;
    right: -33%;
}


.nikstore-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****/
.nikstore-product-style-nine{
    position: relative;
}
.product-img-vs9{
    position: relative;
}
.nikstore-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;
}
.nikstore-product-style-nine .nikstore-product-icon-list-hvr-style9 a,
.nikstore-product-style-nine .nikstore-product-icon-list-hvr-style9 .quick-view-button > a,
.nikstore-product-style-nine .nikstore-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;
}
.nikstore-product-icon-list-hvr-style9 > a:hover,
.nikstore-product-icon-list-hvr-style9 .quick-view-button > a:hover,
.nikstore-product-icon-list-hvr-style9 .woosc-compare-button> a:hover{
    background: #D66534;
    color:#ffffff;
}
.nikstore-product-style-nine:hover .nikstore-product-icon-list-hvr-style9{
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}
.nikstore-product-icon-list-hvr-style9 .tooltip.left {
    margin-top: -44px;
    right: -33%;
}


.nikstore-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;
}
.nikstore-product-style-nine:hover .sell-pro-price{
    opacity: 0;
}
.nikstore--ps9--cart--btn--block{
    display: inline-block;
    position: absolute;
    left:0;
    opacity: 0;
    transform: translateY(10px);
}
.nikstore-product-style-nine:hover .nikstore--ps9--cart--btn--block{
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}
.product-content-vs9{
    padding-top:12px;
}
.nikstore-product-style-nine .added_to_cart.wc-forward{
    background:transparent;
    padding:0;
    min-height: 0;
    border:none;
    color:#fd604f;
}
/******** Product Style 10****/
.nikstore-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;
}
.nikstore-product-style-ten .product-img-vs10 img{
    border-radius: 24px;
}
.nikstore-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;
}
.nikstore-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;
}
.nikstore-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;

}
.nikstore-product-style-ten .nikstore-product-icon-list-hvr-style10 a,
.nikstore-product-style-ten .nikstore-product-icon-list-hvr-style10 .quick-view-button > a,
.nikstore-product-style-ten .nikstore-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;
}
.nikstore-product-icon-list-hvr-style10 > a:hover,
.nikstore-product-icon-list-hvr-style10 .quick-view-button > a:hover,
.nikstore-product-icon-list-hvr-style10 .woosc-compare-button> a:hover{
    background: #D66534;
    color:#ffffff;
}
.nikstore-product-style-ten .nikstore-product-icon-list-hvr-style10 .quick-view-button > a .xpc-loading-circle{
    background: #D66534;
    border-radius: 8px;
}
.nikstore-product-style-ten .nikstore-product-icon-list-hvr-style10 .quick-view-button > a .xpc-loading-circle .xpc-spinner .path{
    stroke:#fff;
}
.nikstore-product-style-ten:hover .nikstore-product-icon-list-hvr-style10{
    transform: translateY(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
}
.nikstore-product-icon-list-hvr-style10 .tooltip.left {
    margin-top: -44px;
    right: -33%;
}


.nikstore-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****/
.nikstore-product-style-eleven{
    position: relative;
}
.nikstore-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;
}
.nikstore-product-style-eleven .trending-cart-st1-btn a{
    display: inline-block;
}
.nikstore-product-style-eleven .product-content{
    padding:0;
    text-align: left;
}
.nikstore-product-style-eleven .product-content h4,
.nikstore-product-style-eleven .product-content .sell-pro-price{
    text-align: left !important;
}
.nikstore-product-style-eleven .trending-pro-cart-btn a,
.nikstore-product-style-eleven .trending-cart-st1-btn a,
.nikstore-product-style-eleven .green-bg-btn a {
    border-color: #2D826A;
    background:#2D826A;
    color:#ffffff;
}
.nikstore-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;
}
.nikstore-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;
}
.nikstore-product-style-eleven  .pro-review{
    display: flex !important;
}
.nikstore-product-style-eleven .sell-pro-price del,
.nikstore-product-style-eleven .sell-pro-price del span{
    font-size:14px;
    font-weight:400;
}
.nikstore-product-style-eleven .sell-pro-price{
    margin-bottom:0 !important;
}
.nikstore-product-style-eleven .nikstyle-product-grid-title-m{
    font-weight:500;
    margin:0 0 5px 0;
}
.nikstore-product-style-eleven .add_to_cart_button:before,
.nikstore-product-style-eleven .add_to_cart_button:after,
.nikstore-woo-product-style-nine .add_to_cart_button:before,
.nikstore-woo-product-style-nine .add_to_cart_button:after,
.nikstore-product-style-six .add_to_cart_button:before,
.nikstore-product-style-six .add_to_cart_button:after,
.nikstore-product-style-five .add_to_cart_button:before,
.nikstore-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,
.nikstore-product-style-seven .add_to_cart_button:before,
.nikstore-product-style-seven .add_to_cart_button:after,
.nikstore-product-style-five .nikstore-cart-ic-default-d:before,
.nikstore-product-style-five .nikstore-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;
}

.nikstore__woo_single-read-more-and-less ul{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
     transition: all .2s;
}
.nikstore__woo_single-read-more-and-less{
    position:relative;
    padding:30px 0;
     
}
.nikstore__woo_single-read-more-and-less ul li{
    display:flex;
    margin:0;
    gap:25px;
     font-size:14px;
         margin-bottom: 5px;
}
.nikstore__woo_single-read-more-and-less ul li .nik-woo-stl2-single-label{
   font-weight:500;
    color: #1a1d3e;
    width:45%;
    
}
.nikstore__woo_single-read-more-and-less ul li .nik-woo-stl2-single-value{
   font-weight:400;
    color: #717171;
    
}
.nikstore-ld-more-btn{
    font-size: 14px;
    font-weight: 500;
    color: #ff7246;
    margin-top: 10px;
    display: inline-block;
}
.nikstore-ld-more-btn i{
    vertical-align:middle;
}
@media (min-width: 1400px) and (max-width: 1800px) {

    .nikstore-side-meta .quantity {
        max-width: 24%;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {

    .nikstore-side-meta .quantity {
        max-width: 29%;
    }
    .nickstore-woo-single-cart-style-one button.single_add_to_cart_button {
        width: 68.6%;
    }
    .nikstore_product_simple button.single_add_to_cart_button {
        width: 67.6%;
    }
    .nikstore_product_simple .quantity {
        max-width: 29%;
    }
    .nikstore_product_simple button.single_add_to_cart_button {
        width: 67.6%;
    }
}


input[type="email"].nikstore__home_5_newsletter_email {
    border-radius: 24px;
    background: #282828;
    border: none;
    padding: 0 0 0 15px;
    min-height: 48px;
}
input.nikstore__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;
}
.nikstore-add-to-wishlist{
    position:relative;
}

.nik-wishlist-full.nikstore-icon-heart-1:before{
    content:"\e063";
}
@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.nikstore-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;
}
.nikstore-ajax-list-search li {
    display:flex !important;
    gap:16px;
    align-items: center;
}
.nikstore-ajax-list-search .nikstore-ajax-category-data a {
    font-size:13px;
}
.nikstore-ajax-list-search .nikstore-ajax-product-data h3 {
    font-size:16px;
}
.nikstore-ajax-list-search .nikstore-ajax-product-price span {
    font-size:15px;
}
.nikstore-ajax-list-search .nikstore-ajax-product-price del span {
    font-size:14px;
}
.nikstore-deal-style--two--msv .countdown {
    align-items: flex-start !important;
}
.nikstore-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;
}
.nikstore-tab-style-one .product-cateory a:hover,
.nikstore-tab-style-one .product-seller-info a:hover{
    color:#FF7246;
}
.nik-list-wsh-com-bpx .ri-repeat-2-line{
    display:none
}
.nikstore-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;
}
.nikstore-notifications {
    position: fixed;
    top: 150px;
    right: 30px;
    width: 400px;
    pointer-events: none;
    min-height: 200px;
    z-index: 99999;
}
.nikstore-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;
}
.nikstore-ppover-image{
    margin-right:12px;
}
.nikstore-notifications .toast-header{
    background: #f3f3f3;
    color: #101010;
}
@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;
    }
    .nikstore-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;
    }
}
.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;
}





