.product__filter-count .nice-select.open .list {
    right: 0;
    left: auto;
    width: inherit;
    z-index: 99;
    background: #11151C;
}

.product__filter-count .nice-select ul.list {
    width: 100%;
}

.product__item .product__thumb {
    background: #EAEAEA;
    margin-bottom: 25px;
    position: relative;
}

.product__icon {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product__icon a {
    height: 45px;
    width: 45px;
    line-height: 47px;
    border-radius: 50%;
    background-color: #fff;
    color: #1C1D1B;
    display: inline-block;
    margin-right: 5px;
    transition: 0.3s;
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    transform: scaleX(0);
}

.product__item:hover .product__icon {
    opacity: 1;
    visibility: visible;
}

.product__item:hover .product__icon a {
    transform: scale(1);
}

.product__title:hover {
    color: #3F5AF3;
}

.product__icon a:hover {
    background-color: #3F5AF3;
    color: #fff;
}

.product__item:hover .product__icon {
    visibility: visible;
    opacity: 1;
}

.product__item .product__thumb img {
    max-width: 100%;
    height: auto;
}

.product__price .amount {
    font-size: 18px;
    font-weight: 600;
}

.price del {
    color: #707070;
}

.price ins {
    color: #02050A;
}

.price del .amount {
    color: #707070;
    font-size: 14px;
}

.price del .woocommerce-Price-amount.amount bdi {
    color: #B0B2B7;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.product__icon span.tinvwl_add_to_wishlist-text {
    display: none;
}

.product__icon a.icon-btn.woosq-btn {
    display: inline-block;
}

a.icon-btn.woosq-btn {
    display: none;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    display: none;
}

.product__icon .woocommerce-LoopProduct-link {
    display: none;
}

.product__item .tinv-wraper.tinv-wishlist {
    width: 40px;
    display: inline-block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 0px;
}

a.added_to_cart.wc-forward {
    padding-top: 0px;
}

.product__icon .add_to_cart_button.added {
    display: none;
}

.wc-block-grid__product-add-to-cart a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}

.wc-block-grid__product-add-to-cart a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--rr-color-theme-primary);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    border-radius: 50px;
}

.wc-block-grid__product-add-to-cart a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.product__icon a.added_to_cart.wc-forward {
    background: #3F5AF3;
    color: #fff;
}

.product__item .added_to_cart.wc-forward {
    font-size: 0;
}

a.added_to_cart.wc-forward::after {
    content: '✔';
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700;
}

.tp-header-icon span {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 1px;
    background: #222;
    height: 18px;
    width: 18px;
    line-height: 17px;
    color: #fff;
    border-radius: 11px;
    left: 27px;
}

.woocommerce ul.products li.product .onsale {
    top: 17px;
    right: 19px;
}

.product_title.entry-title {
    font-size: 30px;
    color: #1C1D1B;
    font-weight: 700;
    margin-bottom: 5px;
}

.quantity {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.woocommerce-grouped-product-list-item__quantity .quantity {
    float: none;
    margin-right: 0;
}

table .woocommerce-grouped-product-list-item__label a {
    color: #B0B2B7;
}

table .woocommerce-grouped-product-list-item__label a:hover {
    color: #3F5AF3;
}

.quantity input {
    height: 60px;
    width: 70px;
    padding: 0 14px;
    border: 1px solid var(--rr-color-bg-1);
    text-align: center;
    background: var(--rr-color-bg-1);
    color: #fff;
}

.cart-plus-minus {
    position: relative;
}

.qtybutton {
    position: absolute;
    right: 10px;
    top: 17px;
    line-height: 1;
    font-size: 23px;
    font-weight: 600;
    cursor: pointer;
}

.qtybutton.minus {
    left: 10px;
    right: auto;
}

.product_title.entry-title {
    display: none !important;
}


.product-details-meta .sku span.sku-text {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}

.product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-top: 1.5rem;
}

.product_meta b {
    color: #B0B2B7;
    font-size: 16px;
    font-weight: 400;
}

.product_meta>* {
    margin-bottom: 5px;
}

.product_meta .sku_wrapper .sku {
    text-transform: capitalize;
    padding-left: 10px;
}

.product_meta .posted_in a {
    text-transform: capitalize;
    padding-left: 10px;
}

.product_meta .posted_in a:hover {
    color: #3F5AF3;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list::before {
    content: "\e908";
    margin-right: 0;
}

.woocommerce span.onsale {
    background: #3F5AF3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    text-align: center;
    z-index: 9;
    display: block;
    padding: 8px 16px;
    letter-spacing: 1px;
    cursor: pointer;
    top: 0px;
    left: 0px;
    line-height: 1;
}

.woocommerce .product-single-gallery-main span.onsale {
    left: 20px;
    right: auto;
    top: 20px;
}

.product__price ins {
    text-decoration: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button::before,
a.wishlist_products_counter.top_wishlist-heart::before,
span.wishlist_products_counter.top_wishlist-heart::before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart::before {
    margin-right: 0;
    font-size: 24px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    position: relative;
    padding-right: 25px;
    padding-left: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images img {
    max-width: 100%;
    background: #EAEAEA;
}

.flex-control-nav.flex-control-thumbs {
    list-style: none;
    padding-left: 0;
    position: inherit;
    top: auto;
    left: 0;
    display: flex;
    gap: 15px;
}

.flex-control-nav.flex-control-thumbs li {
    margin-bottom: 15px;
    margin-top: 15px;
}

.details-rating i {
    color: #F9B317;
    font-size: 16px;
    margin-right: 5px;
}

.new-price {
    font-size: 36px;
    color: var(--clr-theme-1);
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    margin-bottom: 15px;
}

.new-price del {
    font-size: 20px;
    color: #cfcfcf;
}

.new-price ins {
    text-decoration: none;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.product-details-meta {
    margin-top: 35px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    position: relative;
}

#thumb-gallery-margin {
    padding-left: 0;
}

.variations table th {
    padding: 0 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 8px 20px;
    text-align: left;
}

.woocommerce-product-attributes td p {
    margin: 0;
}

.variations .nice-select::after {
    right: 13px;
    color: #666;
}

.reset_variations {
    display: none;
}

.woocommerce-grouped-product-list-item__price ins {
    text-decoration: none;
}

.woocommerce-variation-price {
    margin-bottom: 20px;
}

.product__item span.tinvwl_add_to_wishlist-text {
    display: none;
}

.runok-shop-area .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    border: 1px solid #e2e2e2;
    padding: 16px 19px;
    margin-top: 0;
    transition: .3s;
}

.runok-shop-area .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
    background-color: var(--clr-theme-1);
    color: #fff;
}

.rr-single-content-info .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
    color: var(--clr-theme-1);
}


.rr-single-content-info .tinv-wraper.tinv-wishlist {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
}

.rr-single-content-info .rr-single-cart-form .tinv-wraper.woocommerce.tinv-wishlist {
    display: none;
}

.rr-single-content-info .tinvwl_add_to_wishlist-text {
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    opacity: 0.6;
}

.rr-single-content-info .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
    font-size: 18px;
    color: #3F5AF3;
}


.woosq-popup .qty_button {
    width: 45px;
}

.woosq-popup .quantity input {
    width: 60px;
}

.woosq-popup select {
    width: 100%;
    background: #EDEEF5;
    border: 0;
    height: 42px;
    padding: 0 10px;
}

.woocommerce-message {
    background: var(--rr-color-bg-1);
    padding: 9px 20px;
    margin-bottom: 20px;
    border-top: 3px solid #3F5AF3;
}

.button.wc-forward {
    float: right;
    color: #fff;
}

.cart-collaterals .button.wc-forward {
    color: #fff;
}

.woocommerce-tabs h2 {
    font-size: 30px;
    font-family: var(--rr-ff-heading);
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bd-section-title {
    font-size: 48px;
    font-family: var(--rr-ff-heading);
    color: #fff;
    margin-top: 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.bd-section-box.bd-section-box-2 {
    text-align: center;
}

.bd-section-box .bd-section-subtitle {
    color: #3F5AF3;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    font-family: var(--rr-ff-heading);
    line-height: 1;
    position: relative;
    padding: 0 50px;
    overflow: hidden;
}

.bd-section-box .bd-section-subtitle::after, .bd-section-box .bd-section-subtitle::before {
    background: linear-gradient(270deg, rgba(63, 90, 243, 0.4) 0%, transparent 100%);
    content: "";
    width: 37px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    opacity: 0;
    -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;
}

.bd-section-box .bd-section-subtitle::before {
    left: 0;
    opacity: 1;
}
.bd-section-box .bd-section-subtitle::after {
    right: 0;
    opacity: 1;
}

.bd-section-box .bd-section-subtitle::after {
    background: linear-gradient(90deg, rgba(63, 90, 243, 0.4) 0%, transparent 100%);
    left: auto;
    right: 0;
}


#review_form_wrapper .comment-form-comment textarea {
    height: 175px;
    width: 100%;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    outline: none;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    resize: none;
}

#review_form_wrapper .comment-input input {
    height: auto;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    border-radius: 0;
    outline: 0;
    margin-bottom: 10px;
    color: #fff;
}

#review_form_wrapper .post-input {
    display: none;
}

.woocommerce-Reviews .comment-form label{
    margin-bottom: 10px;
}


/*cart page*/
.woocommerce-cart-form table {
    width: 100%;
    border: none;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}

.runok-page-content .shoppong-car-wrap .woocommerce-cart-form table tbody tr td {
    border-top: 1px solid #EDEEF5;
    text-align: left;
}

.woocommerce-cart-form table th {
    border: none;
    border-bottom: 1px solid #EDEEF5;
}

div.runok-page-content table th {
    text-align: left;
}

.woocommerce-cart-form table th {
    font-size: 16px;
    font-weight: 600;
    border-top: 0;
    border-bottom: 1px solid #EDEEF5;
    color: #222;
    text-align: left;
}

.woocommerce-cart-form table tbody td {
    text-align: left;
    line-height: 1.1;
    font-size: 15px;
}

.runok-page-content table .woocommerce-cart-form__cart-item a {
    font-weight: 400;
}

.woocommerce-cart-form table tbody td:first-child {
    padding-left: 0;
}

.woocommerce-cart-form table td.product-thumbnail img {
    max-width: 120px;
    padding: 30px 0;
}

.woocommerce-cart-form .qty_button {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
}

.woocommerce-cart-form .quantity input {
    height: 30px;
    width: 35px;
    padding: 0 6px;
}

.woocommerce-cart-form table td {
    border: none;
    border-top: 1px solid #EDEEF5;
}

.woocommerce-cart-form .actions {
    padding-top: 25px;
    padding-bottom: .625rem;
}
.woocommerce button {
    border: none;
}

.woocommerce-cart-form table tbody td.product-remove {
    text-align: left;
    padding-right: 5px;
}

#coupon_code {
    height: 47px;
    background: #EAEAEA;
    padding: 0 20px;
    margin-right: 10px;
    border: 0;
    border-radius: 4px;
    padding-right: 0;
    line-height: 60px;
}

.woocommerce-cart-form__cart-item .quantity {
    margin-right: 0;
    margin-bottom: 0px;
}

.woocommerce-cart-form table td .quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-cart-form table td .quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.woocommerce-cart-form table tbody tr {
    position: relative;
}

@media (max-width: 767px) {
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
        padding-right: 0;
    }

    .runok-shop-area .sidebar__wrapper {
        padding: 0;
        margin-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .woocommerce-cart-form table td.product-price {
        display: none !important;
    }

    .woocommerce-cart-form table td.product-subtotal {
        display: none !important;
    }

    .woocommerce-cart-form table td.product-remove {
        padding: 0 !important;
        width: 0 !important;
    }

    .woocommerce-cart-form table th.product-price,
    .woocommerce-cart-form table th.product-subtotal,
    .woocommerce-cart-form table th.product-remove {
        display: none !important;
    }

    .runok-shop-area .sidebar__wrapper {
        padding: 0;
        margin-right: 0 !important;
    }

    .woocommerce-cart-form {
        padding-right: 0;
    }

    .woocommerce-cart-form table tbody td.product-quantity {
        padding-right: 0;
    }

    .bd-fill__btn.bd-fill__btn-sm {
        height: 45px;
        line-height: 45px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .bd-fill__btn.bd-fill__btn-sm {
        height: 45px;
        line-height: 45px;
        padding: 0px 30px;
        font-size: 14px;
    }

    .update-cart {
        width: 100%;
        margin-top: 11px;
        text-align: left;
    }

    .woocommerce-cart-form .actions .coupon {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .runok-shop-area .sidebar__wrapper {
        padding: 0;
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .runok-shop-area .sidebar__wrapper {
        padding: 0;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-fill__btn.bd-fill__btn-sm {
        height: 45px;
        line-height: 45px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .bd-fill__btn.bd-fill__btn-sm {
        height: 45px;
        line-height: 45px;
        padding: 0px 30px;
        font-size: 14px;
    }

    .runok-shop-area .sidebar__wrapper {
        padding: 0;
        margin-right: 0 !important;
    }

    .update-cart {
        width: 100%;
        margin-top: 11px;
        text-align: left;
    }

    .woocommerce-cart-form .actions .coupon {
        width: 100%;
    }

    .woocommerce-cart-form {
        padding-right: 0;
    }
}

.woocommerce-cart-form table tbody td.product-name {
    font-size: 15px;
}

.woocommerce-cart-form .actions .coupon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-cart-form .actions .coupon #coupon_code {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
}

.cart-collaterals {
    border: 1px solid #EDEEF5;
    border-radius: 4px;
    padding: 1.25rem;
    height: 100%;
}

.cart-collaterals .cart_totals>h2 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: .9375rem;
    border-bottom: .9375rem;
    border-bottom: 1px solid #EDEEF5;
    color: #1C1D1B;
}

.cart-collaterals .shop_table {
    width: 100%;
    margin: 0;
}

.shoppong-car-wrap table,
.shoppong-car-wrap th,
.shoppong-car-wrap td {
    border: 0;
}

.woocommerce-cart-form table a {
    color: #444;
}

.woocommerce-cart-form .coupon label {
    display: none;
}

.bd-fill__btn.bd-fill__btn-sm {
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}

.cart-collaterals .wc-proceed-to-checkout .bd-fill__btn.bd-fill__btn-sm {
    display: inline-block !important;
    text-align: center;
}

.product-remove a {
    font-size: 25px;
}

.cart-collaterals .shop_table .cart-subtotal th,
.cart-collaterals .shop_table .cart-subtotal td {
    border: none;
    border-bottom: 1px solid #EDEEF5;
    padding-left: 5px;
    padding-right: 5px;
}

.cart-collaterals .shop_table .cart-subtotal th {
    text-align: left;
    color: #1C1D1B;
    font-size: 15px;
    padding: 15px 0;
}

.cart-collaterals .shop_table td {
    text-align: right;
}

.cart-collaterals .shop_table .order-total th {
    text-align: left;
    color: #1C1D1B;
}

.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}

.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td {
    padding-top: 1.25rem;
    padding-bottom: .625rem;
}

.cart-collaterals .shop_table .order-total th strong,
.cart-collaterals .shop_table .order-total td strong {
    font-weight: 600;
    color: #1C1D1B;
}

.cart-collaterals .shop_table .order-total .amount {
    font-size: 1.25rem;
    color: #1C1D1B;
}

.wc-proceed-to-checkout {
    padding-top: .9375rem;
    border-top: 1px solid #EDEEF5;
    text-align: center;
}

.woocommerce-cart-form .actions .coupon button{
    border: none;
}
.woocommerce-cart-form button {
    border: none;
}

.woocommerce-cart-form .actions .bd-fill__btn[name="update_cart"]:disabled {
    color: #C2C2D3;
    background-color: #EAEAEA;
    cursor: not-allowed;
    border-color: #EAEAEA;
}

.woocommerce-cart-form .actions .bd-fill__btn[name="update_cart"]:disabled:after {
    display: none;
}

.coupon {
    float: left;
}

.delport-page-content .cart-collaterals table {
    border: none;
}

.delport-page-content .product-remove a {
    color: #1C1D1B;
}



/*checkcout */
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-additional-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-additional-fields__field-wrapper .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {

    #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field,
    #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field,
    #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
    #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
    #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_first_name_field,
    #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_last_name_field,
    #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_phone_field,
    #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-additional-fields__field-wrapper textarea,
.woocommerce-billing-fields__field-wrapper select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9375rem;
    width: 100%;
    height: 2.5rem;
    padding: 0 .9375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #666;
    background-color: #EAEAEA;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper>textarea {
    min-height: 120px;
    resize: none;
    padding-top: 10px;
}

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper>textarea::placeholder {
    color: #999;
}

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper>textarea:-moz-placeholder {
    color: #999;
}

#order_comments_field {
    margin: 0;
}

.select2-container--default .select2-selection--single {
    display: inline-flex;
    align-items: center;
    font-size: .9375rem;
    width: 100%;
    height: 64px;
    padding: 0 50px 0 27px;
    box-shadow: none;
    outline: none;
    appearance: none;
    color: #444;
    background: transparent !important;
    border: 1px solid rgba(11, 23, 40, 0.14) !important;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 50% !important;
    right: 12px;
    width: 20px;
    transform: translateY(-50%);
}


.woocommerce .wc-block-components-notice-banner.is-info > svg {
    background-color: #3F5AF3;
}
.woocommerce .wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #3F5AF3;
}

.select2-dropdown {
    border: 1px solid #f3f4f7;
}


#customer_form_details {
    border: 1px solid #EDEEF5;
    border-radius: 10px;
    padding: 30px;
}

#customer_form_details h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #EDEEF5;
    color: #1C1D1B;
}

.cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-wrapper .order-review-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25rem;
    flex: 0 0 25rem;
}

.order-review-wrapper {
    border: 2px solid #3F5AF3;
    border-radius: 4px;
    padding: .9375rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
}

.order-review-wrapper h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #EDEEF5;
}

.order-review-wrapper .shop_table {
    width: 100%;
    font-size: .8125rem;
    border: 0;
    text-align: left;
    color: #1C1D1B;
    margin: 0;
}

.order-review-wrapper .shop_table td,
.order-review-wrapper .shop_table th {
    border: 0;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 600;
}

.order-review-wrapper .shop_table thead th {
    color: #1C1D1B;
    padding-bottom: .75rem;
    border-bottom: 1px solid #EDEEF5;
}

.order-review-wrapper .shop_table tfoot tr th {
    border: none;
    border-top: 1px solid #EDEEF5;
    padding-left: 4px;
    color: #71778E;
}

.order-review-wrapper .shop_table tfoot tr td {
    border: none;
    border-top: 1px solid #EDEEF5;
}

.order-review-wrapper .shop_table thead th {
    border: none;
    border-bottom: 1px solid #EDEEF5;
    padding-left: 4px;
}

.order-review-wrapper .shop_table th {
    font-weight: 600;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    max-width: 50%;
    width: 50%;
}

.order-review-wrapper .shop_table tbody td:last-child {
    text-align: right;
}

.order-review-wrapper .shop_table thead th:last-child {
    text-align: right;
}

.order-review-wrapper .shop_table .amount {
    font-size: .9375rem;
}

.order-review-wrapper .shop_table tfoot tr td {
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: right;
    border-top: 1px solid #EDEEF5;
}

.order-review-wrapper .shop_table .amount {
    font-size: .9375rem;
}

.order-review-wrapper .shop_table tfoot tr.order-total .amount {
    font-size: 1.25rem;
    font-weight: 600;
}

.order-review-wrapper .woocommerce-checkout-payment {
    padding-top: .9375rem;
    border-top: 1px solid #EDEEF5;
}

.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
    font-size: .8125rem;
    line-height: 1.6;
}

.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p a {
    color: #3F5AF3;
    font-weight: 500;
    text-decoration: underline;
}

/* .woocommerce-form-coupon-toggle {
    padding: 20px;
    background-color: #EAEAEA;
    padding-left: 45px;
    position: relative;
    font-size: .875rem;
    margin-bottom: 15px;
    border-radius: 4px;
} */

.woocommerce-form-coupon-toggle{
    margin-bottom: 30px;
}

/* .woocommerce-form-coupon-toggle::before {
    color: #3F5AF3;
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f02e';
} */

.checkout_coupon #coupon_code {
    width: 325px;
}

.checkout_coupon p:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}
.checkout_coupon {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 540px;
}

.showcoupon:hover {
    text-decoration: underline;
}

.woocommerce-billing-fields__field-wrapper .form-row>label {
    margin-left: 0;
    margin-bottom: 5px;
}

.cart-wrapper .order-review-wrapper .woocommerce-checkout-review-order-table tbody tr td {
    color: #777777;
}

.woocommerce-Price-amount.amount bdi {
    color: #B0B2B7;
    font-weight: 600;
    font-size: 16px;
}

.rr-single-content-info .woocommerce-Price-amount.amount bdi {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount bdi {
    color: #777777;
}

.woocommerce-additional-fields__field-wrapper .form-row>label {
    margin-bottom: 5px;
}

.woosq-popup .summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 5px;
}

/*wishlist*/
td.product-thumbnail img {
    width: 125px;
}

.wishlist_item .product-thumbnail img {
    max-width: ;
    max-width: 100%;
}

table.tinvwl-table-manage-list {
    font-size: .875rem;
}

.tinv-wishlist table th {
    font-size: 13px;
    color: #71778E;
    font-weight: 600;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear .tinvwl-table-manage-list a {
    font-size: 18px;
    font-weight: 600;
    color: #B0B2B7;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear .tinvwl-table-manage-list a:hover {
    color: var(--rr-color-theme-primary);
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear .tinvwl-table-manage-list .product-date {
    font-size: 16px;
    font-weight: 600;
    color: #B0B2B7;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear .tinvwl-table-manage-list .stock.in-stock span {
    font-size: 16px;
    color: #B0B2B7;
    font-weight: 600;
}

.tinv-wishlist .product-action {
    width: 180px;
    text-align: center;
}

.tinv-wishlist button {
    background: #3F5AF3;
    color: #fff;
    font-family: var(--rr-ff-heading);
    padding: 23px 20px;
    border: inherit;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.tinv-wishlist button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.tinv-wishlist button:hover::before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.tinv-wishlist .social-buttons li a.social {
    color: #B0B2B7;
    transition: .3s;
}

.tinv-wishlist .social-buttons li a.social:hover {
    color: #3F5AF3;
}

.tinv-wishlist .social-buttons>span,
.tinv-wishlist .social-buttons>ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.tinv-wishlist ins {
    text-decoration: none;
}

.runok-page-content .tinv-wishlist table {
    border: 1px solid #EDEEF5;
}

.runok-page-content .tinv-wishlist table th {
    border: 1px solid #EDEEF5;
    text-align: center;
}

.runok-page-content .tinv-wishlist table td {
    border: 1px solid #EDEEF5;
}

.tinvwl-table-manage-list thead tr th {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0;
}

.tinvwl-table-manage-list .product-action button:hover {
    color: #fff;
}

.tinvwl-table-manage-list .tinvwl-to-right button:hover {
    color: #fff;
}

.tinvwl-input-group-btn button:hover {
    color: #fff;
}

.tinvwl-buttons-group.tinv-wishlist-clear button:hover {
    color: #fff;
}

.runok-page-content table .wishlist_item a {
    color: #1C1D1B;
    font-weight: 400;
    font-size: 15px;
    transition: .3s;
}

.runok-page-content table .wishlist_item a:hover {
    color: #3F5AF3;
}

.tinv-wishlist .product-stock p {
    display: inline-block;
    text-align: center;
}

.tinvwl-input-group .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.woocommerce-checkout input, .woocommerce-checkout textarea {
    display: block;
    width: 100%;
    height: 55px;
    padding: 20px;
    border: 1px solid rgba(11, 23, 40, 0.14);
    outline: 0;
    background: var(--rr-color-border-1) !important;
    color: #fff !important;
    border-radius: 0;
    resize: none;
}
.wc-block-checkout__add-note .wc-block-components-textarea:focus {
    background-color: var(--rr-color-border-1);
    box-shadow: none !important;
    color: #fff;
    outline: 0;
    border-color: var(--rr-color-border-1);
}
.wc-block-checkout__add-note .wc-block-components-textarea::placeholder {
    color: #fff;
}

.woocommerce-billing-fields__field-wrapper .select2-selection__arrow {
    top: 50%;
}
.tinv-wishlist .product-remove button {
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
}
.tinv-wishlist .product-remove button:hover {
    color: inherit;
    background: inherit;
}



/*mini cart */
.tp-mini-card {
    display: inline-block;
    position: relative;
}

.mini_shopping_cart_box {
    position: absolute;
    top: 110%;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 1.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
    box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
    border: 1px solid #edeef5;
    border-radius: 10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.tp-mini-card:hover .mini_shopping_cart_box {
    opacity: 1;
    visibility: visible;
    top: 105%;
}

.woocommerce-mini-cart__empty-message {
    margin: 0;
}

.mini_cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.mini_shopping_cart_box .mini_cart_item+.mini_cart_item {
    margin-top: .625rem;
    padding-top: .625rem;
    border-top: 1px solid #EDEEF5;
}

.mini-cart-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.5rem;
    flex: 0 0 3.5rem;
    max-width: 3.5rem;
    padding: 0;
    margin-right: .625rem;
}

.min-cart-content {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

.mini-cart-title {
    font-size: 14px;
    margin-bottom: 2px;
}

.remove.remove_from_cart_button {
    font-size: 20px;
}

.min-cart-price .quantity {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.min-cart-price .woocommerce-Price-amount.amount {
    color: #3F5AF3;
}

.woocommerce-mini-cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #EDEEF5;
}

.woocommerce-mini-cart__total strong {
    font-size: 15px;
    font-weight: 600;
    color: #1C1D1B;
}

.woocommerce-mini-cart__total .amount {
    font-size: 18px;
    font-weight: 600;
    color: #3F5AF3;
}

.woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}

.woocommerce-mini-cart__buttons .button.wc-forward {
    float: none;
    color: #222;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    padding: 7px 15px;
    margin-top: 10px;
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover {
    background-color: #3F5AF3;
    border-color: #3F5AF3;
    color: #fff;
}

.woocommerce-mini-cart__buttons .button.checkout.wc-forward {
    background: #3F5AF3;
    border-color: #3F5AF3;
    color: #fff;
}

.woocommerce-mini-cart__buttons .button.checkout.wc-forward:hover {
    background-color: #eddd5e;
    border-color: #eddd5e;
    color: #1C1D1B;
}



/*account */
.woocommerce-account .col2-set {
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
}

@media(max-width: 600px) {

    .woocommerce-account .col-1,
    .woocommerce-account .col-2 {
        width: 100%;
    }

    .woocommerce-account .col-1+.col-2 {
        margin-top: 30px;
    }
}

#customer_login h2,
.woocommerce-MyAccount-content h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #EDEEF5;
}

.woocommerce-form input[type="text"],
.woocommerce-form input[type="password"],
.woocommerce-form input[type="email"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9375rem;
    width: 100%;
    height: 2.5rem;
    padding: 0 .9375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1C1D1B;
    background-color: #EAEAEA;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

label.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.woocommerce-form button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0 .9375rem;
    border: 1px solid;
    color: #fff;
    background-color: #3F5AF3;
    border-radius: 4px;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.woocommerce-privacy-policy-text p a {
    color: #3F5AF3;
    font-weight: 500;
    text-decoration: underline;
}

/*product sidebar*/
.product-widgets .product_list_widget .product-widget-info del>span {
    color: #707070 !important;
}

.runok-shop-area .sidebar__wrapper {
    padding: 0;
    margin-right: 30px;
}

.widget_price_filter form {
    position: relative;
    color: #72788e;
}

.price_slider_wrapper .ui-widget-content {
    height: 4px;
    background-color: #E0E0E2;
    margin-bottom: 18px;
    border-radius: 4px;
}

.ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border: 0;
    background-color: #3F5AF3;
    border-radius: 8px;
    z-index: 1;
}

.ui-widget-content .ui-slider-handle {
    left: 0%;
    position: absolute;
    z-index: 2;
    outline: 0;
    cursor: pointer;
    background-color: #3F5AF3;
    border-radius: 100%;
    border: 0;
    height: 14px;
    top: -5px;
    width: 14px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.ui-widget-content .ui-slider-handle:last-child {
    left: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price_slider_amount .button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    height: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.price_slider_amount .button {
    color: #1C1D1B;
}

.price_slider_amount .price_label {
    font-size: 15px;
    color: #575757;
    font-weight: 500;
}

.price_slider_amount .price_label span {
    font-weight: 600;
    color: #1C1D1B;
}

.product__widget-title {
    margin-bottom: 25px;
    font-size: 18px;
}

.product-sidebar ul {
    list-style: none;
}

.product-sidebar ul ul {
    padding-left: 15px;
}

.product-sidebar ul li a {
    padding: 5px 0;
    color: #777777;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 400;
}

.product-sidebar ul li a:hover {
    color: #3F5AF3;
}

.wc-layered-nav-term span.count {
    float: right;
}

.product-widget-thumb img {
    width: 75px;
    margin-right: 15px;
    background: #EAEAEA !important;
}

.product-widget-title {
    font-size: 17px;
    margin-bottom: 3px;
    margin-top: 1px;
    color: #0F1B24;
}

.product-widget-title:hover {
    color: #3F5AF3;
}

.product_list_widget .woocommerce-Price-amount.amount {
    color: #3F5AF3;
    font-weight: 700;
}

.product-widget-title a {
    color: inherit !important;
}

.product-widget-info ins {
    text-decoration: none;
}

.product__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.product-title:hover {
    color: #3F5AF3;
}

.woocommerce-product-search {
    position: relative;
    margin-bottom: -25px;
}

.woocommerce-product-search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: var(--tp-grey-1);
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid var(--tp-grey-1);
    outline: none;
    padding-top: 3px;
    padding-right: 80px;
}

.woocommerce-product-search button {
    font-size: 0;
    height: 0;
    border: none;
    outline: none;
    background: transparent;
}

.woocommerce-product-search button::before {
    position: absolute;
    top: 0;
    right: auto;
    left: 22px;
    height: 60px;
    padding: 0;
    color: #1C1D1B;
    line-height: 61px;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    background: transparent;
    content: "\f002";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
}

/*product details review */
p.stars a,
.woocommerce-page p.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    font-size: 16px;
}

p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
    width: 2em;
}

p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
    width: 4em;
}

p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
    width: 5.5em;
}

p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
    width: 7em;
}

p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
    /*width: 10em;*/
}

p.stars a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

p.stars a:last-child {
    border-right: 0;
}

p.stars a.star-1::after,
p.stars a.star-2::after,
p.stars a.star-3::after,
p.stars a.star-4::after,
p.stars a.star-5::after,
.woocommerce-page p.stars a.star-1::after,
.woocommerce-page p.stars a.star-2::after,
.woocommerce-page p.stars a.star-3::after,
.woocommerce-page p.stars a.star-4::after,
.woocommerce-page p.stars a.star-5::after {
    font-family: "Font Awesome 5 Pro";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 3px;
}

p.stars a.star-1::after,
.woocommerce-page p.stars a.star-1::after {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    color: #F8A231;
}

p.stars a.star-2::after,
.woocommerce-page p.stars a.star-2::after {
    content: "\f005\f005";
    font-family: "Font Awesome 5 Pro";
    color: #F8A231;
}

p.stars a.star-3::after,
.woocommerce-page p.stars a.star-3::after {
    content: "\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    color: #F8A231;
}

p.stars a.star-4::after,
.woocommerce-page p.stars a.star-4::after {
    content: "\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    color: #F8A231;
}

p.stars a.star-5::after,
.woocommerce-page p.stars a.star-5::after {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    color: #F8A231;
}

/*active icon*/
.p.stars a.star-1.active::after,
p.stars a.star-1:hover::after,
p.stars a.star-1.active::after,
p.stars a.star-1:hover::after {
    content: "\f005";
    color: #F8A231;
    font-weight: 900;
}

.p.stars a.star-2.active::after,
p.stars a.star-2:hover::after,
p.stars a.star-2.active::after,
p.stars a.star-2:hover::after {
    content: "\f005\f005";
    color: #F8A231;
    font-weight: 900;
}

.p.stars a.star-3.active::after,
p.stars a.star-3:hover::after,
p.stars a.star-3.active::after,
p.stars a.star-3:hover::after {
    content: "\f005\f005\f005";
    color: #F8A231;
    font-weight: 900;
}

.p.stars a.star-4.active::after,
p.stars a.star-4:hover::after,
p.stars a.star-4.active::after,
p.stars a.star-4:hover::after {
    content: "\f005\f005\f005\f005";
    color: #F8A231;
    font-weight: 900;
}

.p.stars a.star-5.active::after,
p.stars a.star-5:hover::after,
p.stars a.star-5.active::after,
p.stars a.star-5:hover::after {
    content: "\f005\f005\f005\f005\f005";
    color: #F8A231;
    font-weight: 900;
}

#review_form_wrapper .comment-form-comment label {
    margin-bottom: 20px;
    line-height: 1;
    color: #B0B2B7;
    font-weight: 600;
}

#review_form_wrapper .comment-form-rating label {
    margin-bottom: 20px;
    color: #B0B2B7;
}

#review_form_wrapper .comment-form-comment textarea {
    margin-bottom: 15px;
}

.woocommerce #commentform p {
    margin: 0;
}

.comment-notes {
    margin-bottom: 15px !important;
}

.comment-form-rating {
    margin-bottom: 20px;
}

.woocommerce-Reviews span#reply-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#review_form_wrapper .form-submit input {
    background-color: #3F5AF3;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    width: auto !important;
    border: 0;
    line-height: 1;
    position: relative;
}

#review_form_wrapper .form-submit input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

#review_form_wrapper .form-submit input:hover::before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.form-submit input[type="submit"] {
    margin-bottom: 0;
}

.woocommerce-Reviews .comment_container {
    display: inline-flex;
}

.woocommerce-Reviews .comment-text .description p {
    margin-bottom: 0;
}

.woocommerce-Reviews .avatar {
    margin-top: 0;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.woocommerce-Reviews .comment-text {
    width: 90%;
}

.commentlist {
    padding-left: 0;
    list-style: none;
}

.product__rating .star-rating {
    margin-bottom: 0;
}

.star-rating {
    position: relative;
    font-size: 13px;
    width: 89px;
    overflow: hidden;
    line-height: 1;
    display: inline-block;
}

.star-rating::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f005\f005\f005\f005\f005';
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #F8A231;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-rating span::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f005\f005\f005\f005\f005';
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #F8A231;
    font-weight: 900;
    display: inline-block;
}

strong.woocommerce-review__author {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.woocommerce-review__published-date {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.single-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews p {
    font-size: 12px;
}

.woocommerce-Reviews-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.shop-details-active .runok-product-main {
    margin: 0 15px;
}

.shop-details-active .slick-list.draggable {
    padding: 0;
}


/*quantity input*/
.qty_button {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: var(--rr-color-bg-1);
    line-height: 58px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.select2-dropdown {
    position: static !important;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-additional-fields__field-wrapper .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.stock.in-stock {
    margin-bottom: 22px;
}

/*Cart page button */
.button.wc-backward {
    background-color: var(--rr-color-theme-primary);
    font-family: var(--rr-ff-heading);
    color: var(--rr-color-common-white);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 22px 30px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.button.wc-backward::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.button.wc-backward:hover {
    color: var(--rr-color-common-white);
}
.button.wc-backward:hover::before {
    transform-origin: left center;
    transform: scale(1, 1);
}


.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}

.wc-block-checkout__add-note .wc-block-components-checkbox input {
    padding: 4px;
}

.wc-block-components-checkout-step__content textarea{
    height: 150px;
}
.wc-block-components-checkout-step__container .wc-block-components-notice-banner.is-error {
    border-color: var(--rr-color-border-1);
    background-color: var(--rr-color-border-1);
}
.wc-block-components-checkout-step__container .wc-block-components-notice-banner.is-error > svg {
    background-color: #3F5AF3;
}
.wc-block-components-button:not(.is-link) {
    border: none;
    background-color: #3F5AF3;
    color: #fff;
}
.wc-block-components-notice-banner__content {
    color: #fff;
}
.wc-block-components-button:not(.is-link):hover{
    background-color: var(--rr-color-border-1);
}
.wc-block-components-checkout-return-to-cart-button:hover {
    color: #3F5AF3;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 30px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: var(--rr-color-bg-1);
    border: 1px solid var(--rr-color-border-1);
    padding: 30px 20px;
}
.wc-block-components-sidebar-layout.wc-block-checkout .wc-block-components-sidebar {
    margin-top: 0;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: #fff !important;
}

/*shop-details-tab*/
.product-additional-tab .nav-tabs .nav-item {
    margin-bottom: 10px;
    list-style: none;
}

.product-additional-tab .nav-tabs .nav-item .nav-links {
    font-size: 16px;
    color: #B0B2B7;
    font-weight: 600;
    text-align: center;
    padding: 15px 30px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    text-transform: capitalize;
    border-radius: 0;
}

.product-additional-tab .nav-tabs .nav-item.active .nav-links {
    background-color: #3F5AF3;
    color: #fff;
    border-color: #3F5AF3;
}

.product-additional-tab {
    display: flex;
}

.product-additional-tab .nav-tabs {
    flex-direction: column;
    border-bottom: 0;
    width: 275px;
    flex: 0 0 auto;
}

.bd-content-tab {
    margin-left: 40px;
    width: 100%;
}

.tinvwl_add_to_wishlist-text:hover {
    color: #3F5AF3;
}

.variations_form .variations {
    margin-bottom: 30px;
}

.variations_form .variations tbody label {
    margin-right: 10px;
    font-size: 16px;
    color: #B0B2B7;
    font-weight: 400;
}

.variations_form .variations tbody tr {
    margin-bottom: 20px;
    display: block;
}

.woocommerce-grouped-product-list.group_table {
    margin-bottom: 20px;
}

.woocommerce-grouped-product-list.group_table tr td {
    margin-right: 20px;
    display: inline-block;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images img {
    width: 100%;
}

/*Shop Sidebar CSS */
/*Search*/

.woocommerce-product-search input {
    width: 100%;
    height: 64px;
    padding: 0 50px 0 27px;
    border: 2px solid var(--clr-common-border-2);
    outline: 0;
    background: transparent;
    color: var(--clr-common-heading);
    border-radius: 6px;
}

/*shop sidebar title */
h6.product-widget-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0F1B24;
}

h6.product-widget-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #3F5AF3;
}

.widget_product_categories ul li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #575757;
    transition: 0.3s;
}

.widget_product_categories ul li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_product_categories ul li {
    list-style: none;
}

.widget_product_categories ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #3F5AF3;
    transition: all 0.3s ease-out 0s;
}

.widget_product_categories li a:hover {
    color: #3F5AF3;
}

.widget_product_categories>ul>li:hover>a::before {
    left: 5px;
}

.sidebar__wrapper .product-widgets ul.product-categories ul.children {
    padding-left: 30px;
}

.sidebar__wrapper .product-widgets ul.product-categories ul li:first-child {
    margin-top: 15px;
}

.sidebar__wrapper .product-widgets ul.product-categories ul li:hover>a::before {
    left: 5px;
}

.product-widgets ul li {
    list-style: none;
}

.product-widgets ul.product_list_widget li:not(:last-child) {
    margin-bottom: 15px;
}

ul.product_list_widget img {
    width: 75px;
    margin-right: 15px;
    background: #EAEAEA !important;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

.sidebar__wrapper ul li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    transition: 0.3s;
}

.sidebar__wrapper .widget_layered_nav ul li a {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.sidebar__wrapper .widget_layered_nav ul li a:hover {
    color: #3F5AF3;
}

.sidebar__wrapper .widget_layered_nav ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    color: #3F5AF3;
}

.sidebar__wrapper .widget_layered_nav ul li:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar__wrapper .widget_layered_nav>ul>li:hover>a::before {
    left: 5px;
}


.sidebar__wrapper .widget_top_rated_products .star-rating {
    display: block;
    margin: 5px 0;
}

/*Button CSS */
.dp-cart-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #3F5AF3;
    height: 60px;
    line-height: 60px;
    padding: 0 38px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
    border-radius: 6px;
    display: inline-block;
}

.dp-cart-btn i {
    padding-right: 7px;
}

.dp-cart-btn:hover {
    color: #fff;
    background: #0F1B24;
}

.product__filter-wrapper .woocommerce-ordering .nice-select {
    background-color: transparent;
    padding: 14px 30px;
    border-radius: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--rr-color-border-1);
    height: auto;
    color: #fff;
}

.product__filter-wrapper .woocommerce-ordering .nice-select .option {
    opacity: 0.6;
}

.product__filter-wrapper .woocommerce-ordering .nice-select .current {
   opacity: 0.6;
   text-transform: capitalize;
}

.product__filter-wrapper .woocommerce-ordering .nice-select .list {
    height: auto;
}

.product__result p {
    margin-bottom: 0;
}


.sidebar-widget.widget_product_search .woocommerce-product-search input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(11, 23, 40, 0.14);
    padding: 15px;
    padding-left: 45px;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #0F1B24;
    background: #fff;
}
.header-btn-1.rr-btn-style-1.ms-cart-btn {
    height: 60px;
}

.header-btn-1.rr-btn-style-1.ms-cart-btn i {
    font-size: 16px;
    margin-right: 5px;
}

.product_list_widget .product-widget-info del .woocommerce-Price-amount.amount {
    font-size: 14px;
}

.lg-ml-20 {
    margin-left: 20px;
}

.shop_table thead th {
    padding-bottom: 20px;
}

.cart.rr-single-cart-form button {
    outline: none;
    border: none;
}


/* Cart Page Block CSS  */
.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    background: #3F5AF3;
    color: #fff;
}
.wc-block-cart .wc-block-cart__submit-container:hover {
    background: #fff;
    color: #fff;
}

.tp-page-content .wp-block-woocommerce-cart .wc-block-cart table tbody td {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    background: var(--rr-color-bg-1);
    border: 1px solid var(--rr-color-border-1);
}
.tp-page-content .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin: auto;
}

.tp-page-content .wc-block-cart-item__wrap .wc-block-components-product-name {
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tp-page-content .is-large.wc-block-cart .wc-block-cart-items td {
    vertical-align: middle;
}

.tp-page-content .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    margin-top: 10px !important;
}

.tp-page-content table.wc-block-cart-items .wc-block-cart-items__header{
    text-transform: uppercase;
    color: #fff;
}

.tp-page-content .is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


.tp-page-content .tinvwl-to-left .tinvwl-input-group .nice-select {
    line-height: 24px;
}

.sidebar__wrapper .product-widgets .tagcloud a {
    font-size: 13px !important;
    color: rgba(11, 23, 40, 0.7);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    border: 1px solid rgba(11, 23, 40, 0.14);
    padding: 10px 12px;
    display: inline-block;
    margin-bottom: 6px;
}
.sidebar__wrapper .product-widgets .tagcloud a:hover {
    color: #fff;
    background-color: var(--theme-secondary);
}

.runok-product-main {
    background-color: var(--rr-color-bg-1);
    padding: 30px;
    margin-bottom: 30px;
}

.runok-shop-area .basic-pagination ul li {
    list-style: none;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid var(--rr-color-border-1);
}
.runok-shop-area .basic-pagination ul {
    display: flex;
}

.runok-shop-area .basic-pagination ul li {
    margin-right: 10px;
}

.runok-shop-area .basic-pagination ul li a:hover {
    color: #fff;
}

.quantity input::placeholder {
    color: #fff;
}

.swiper-container.related-product-active {
    overflow: hidden;
}

.woocommerce-Reviews .commentlist li {
    border: 1px solid var(--rr-color-border-1);
    margin-bottom: 30px;
    padding: 30px;
}




.runok-shop-area .variations_form .variations .nice-select {
    background-color: transparent;
    padding: 14px 30px;
    border-radius: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--rr-color-border-1);
    color: #fff;
}

.runok-shop-area .variations_form .variations .nice-select.open .list {
    background: #11151C;
        height: auto !important;
}

.runok-shop-area .variations_form .variations .nice-select .option {
    opacity: 0.6;
}

.runok-shop-area .variations_form .variations .nice-select .current {
    opacity: 0.6;
    text-transform: capitalize;
}


.rr-cart-btn {
    background-color: var(--rr-color-theme-primary);
    font-family: var(--rr-ff-heading);
    color: var(--rr-color-common-white);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 22px 30px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.rr-cart-btn:focus {
    color: var(--rr-color-common-white);
}
.rr-cart-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.rr-cart-btn:hover {
    color: var(--rr-color-common-white);
}
.rr-cart-btn:hover::before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.rr-cart-btn i{
    margin-right: 5px;
}

#review_form_wrapper .comment-respond {
    margin-top: 0;
}

/* Wishlist  */
.tinv-wishlist .tinv-header {
    display: none;
}
.tinvwl-table-manage-list {
    background: var(--rr-color-bg-1);
    border: 1px solid var(--rr-color-border-1);
}
.tp-page-content .tinv-wishlist table, .tp-page-content .tinv-wishlist th, .tp-page-content .tinv-wishlist td {
    border: none;
}

.tp-page-content .tinv-wishlist.woocommerce .tinvwl-table-manage-list thead tr {
    border-bottom: 1px solid var(--rr-color-border-1);
}

.tp-page-content .tinv-wishlist.woocommerce .tinvwl-table-manage-list tbody tr {
    border-bottom: 1px solid var(--rr-color-border-1);
}

.tp-page-content .tinv-wishlist.woocommerce table td {
    border-color: #ddd;
    padding: 25px 12px;
}

.tinvwl-input-group .form-control {
    height: 60px;
    width: 100%;
    margin: 0;
    background: var(--rr-color-border-1);
    color: var(--rr-color-text-body);
    border: none;
    padding: 15px 20px;
}

.wp-block-woocommerce-cart-order-summary-block {
    background: var(--rr-color-bg-1);
    margin-bottom: 25px;
    padding: 30px;
    border: 1px solid var(--rr-color-border-1);
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
    font-size: 14px;
}

.wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="text"]{
    background-color: var(--rr-color-border-1) !important;
    color: var(--rr-color-text-body) !important;
}
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: #fff !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: var(--rr-color-border-1) !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    border: 1px solid var(--rr-color-border-1) !important;
}

.tp-page-content .woocommerce .woocommerce-form.woocommerce-form-login input {
    color: var(--rr-color-text-body);
    background-color: var(--rr-color-border-1);
    border: 1px solid transparent;
    border-radius: 0;
}

.runok-product-main .product__content .product__rating {
    margin-top: 5px;
}

.woocommerce-Price-amount.amount bdi {
    color: var(--rr-color-theme-primary);
}

.product__item .product__thumb::before {
    position: absolute;
    background: #000;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: ;
    bottom: 0;
    content: "";
    opacity: 0.6;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.product__item .product__thumb:hover::before{
    visibility: visible;
}
.woosq-product > .product .summary {
    background-color: #212529;
}
.mfp-woosq .mfp-close::before {
    color: #fff;
}

.wp-block-heading.has-text-align-center {
    margin-bottom: 50px;
}

.tp-page-content .wc-block-grid .wc-block-grid__product-onsale {
    background: #3F5AF3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    text-align: center;
    z-index: 9;
    display: inline-block;
    padding: 8px 16px;
    letter-spacing: 1px;
    cursor: pointer;
    top: 0px;
    left: 0px;
    line-height: 1;
    right: auto;
    border: none;
    border-radius: 0;
}

.wc-block-grid .wc-block-grid__product-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #fff;
    opacity: 1;
    transition: 0.3s;
}
.wc-block-grid .wc-block-grid__product-title:hover{
    color: #3F5AF3;
}

.wc-block-grid__products .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 600;
    color: #3F5AF3;
}