*{
    font-family: 'YekanBakh' ;
    --_fa-family: 'FontAwesome';
}
.wpc-filter-title {
    background: #FF7643;
    border-radius: 10px;
    padding: 6px;
    color: white;
    font-weight: 900;
}
.wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label span.wpc-filter-label-wrapper, .wpc-filters-scroll-container, .wpc_show_bottom_widget .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list.wpc-empty-chips-container {
    padding: 6px;
    border-radius: 10px;
    background: #ffffff;
    border: 3px solid #c9c9c936;
}
.swiper-pagination-bullet {
    border-radius: 4px;
    height: 15px;
    background: #f15a22;
}

.swiper-pagination-bullet-active {
    border-radius: 4px;
    height: 25px;
}

.swiper-pagination-bullets {


    padding: 15px;

    top: 0 !important;
    right: 0;
    left: 80% !important;
    width: auto !important;
    height: min-content !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    border-radius: 9px;
    padding: 13px;
    background: #00000052;
    font-size: smaller;
    content: 'next';
    color: white;
    /* padding-left: 38px; */
}

.swiper-button-prev {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 50px !important;
}

.swiper-button-next {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 100px !important;
}

.slider-swiper .swiper-wrapper {
    margin-bottom: -50px;
}


.autoplay-progress {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #f15a22;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: white;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.dgwt-wcas-search-input {
    text-align: right !important;
    font-family: "Yekan Bakh" !important;
    font-size: 10px !important;
}

.dgwt-wcas-search-submit {
    /*top:13px !important;*/
    right: 80% !important;
    left: 0 !important;
}

.dgwt-wcas-search-input {
    padding: 5px 10px !important;
}

.dgwt-wcas-sf-wrapp {
    font-family: "Yekan Bakh" !important;
}

.dgwt-wcas-search-wrapp {
    z-index: 50 !important;
}

.star-rating .star-rating::before .rating .woocommerce-product-rating {
    font-family: WooCommerce !important;
}

.woocommerce .star-rating span::before {
    font-family: WooCommerce !important;
}

:root {
    --woof-sd-ie-vertex_enabled_bg_color: #f15a22;
    --woof-sd-ie-substrate_enabled_bg_color: #ffbea6;
}

.irs--round .irs-handle {

    border: 4px solid #f15a22 !important;

    box-shadow: 0 1px 3px #be3500 !important;
}

.irs-bar {
    background-color: #f15a22 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #f15a22 !important;
}

.woof_redraw_zone {
    text-align: right !important;
    justify-items: right !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: right !important;
}

.woocommerce-ordering {
    float: left !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    content: none;
}

.dgwt-wcas-search-submit {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 30px !important;
}

.dgwt-wcas-ico-magnifier > path {
    fill: #000000 !important;
}

#dgwt-wcas-search-input-1 {
    background-color: #F6F6F6 !important;
    border-radius: 30px;
}

#dgwt-wcas-search-input-1::placeholder {
    font-weight: bolder !important;
    font-family: 'Yekan Bakh' !important;
}

#comments #wpdcom span, #respond #wpdcom span, #wpdcom span {
    display: inline;
    letter-spacing: normal;
    transform: none;
    font-size: small;
}

#wpdcom .ql-editor::before {

    font-style: normal !important;
    letter-spacing: normal !important;

}

#wpdcom .ql-container {

    border-bottom: 1px solid #DDDDDD !important;
    border-radius: 13px;
}

#wpdcom .ql-toolbar {
    margin-top: 10px;
    border-top: 1px solid #DDDDDD !important;
    border-radius: 13px;
}

.wpd-editor-buttons-right {
    padding: 3px 5px;
    margin-top: 10px;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value {
    border: none !important;
    background-color: #dedede !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0.7rem, 0.7rem 0, calc(100% - 0.7rem) 0, 100% 0.7rem, 100% calc(100% - 0.7rem), calc(100% - 0.7rem) 100%, 0.7rem 100%, 0 calc(100% - 0.7rem)) !important;
}



.border-gradient {
    --c: rgba(255, 255, 255, 0.8);
    --p: 10%;
    background: linear-gradient(var(--c), var(--c)) padding-box,
    conic-gradient(
            from var(--gradient-angle, 0deg),
            transparent,
            #000000 var(--p),
            transparent calc(var(--p) * 2)
    ) border-box;
    border: 1px solid transparent;
}


.ribbon {
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: -2px;
    display: block;
    width: 6rem;
    height: 4rem;
    background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
    color: white;
    margin: 1em 0.5em 0;
    float: right;
    padding-top: 1rem;
    position: relative;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
    transform: translate3d(0, 0, 0);
}

ul.products {
    height: 24rem;
}

.ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 1.5rem solid #CCCCCC;
    position: absolute;
    top: 100%;
    right: 0;
}


.ribbon.ribbon--orange {
    background: linear-gradient(to bottom, #e9e9e9 0%, #f15a22 100%);
    right: 70%;
    left: 0;
    top: -40px;
    z-index: 25;
    position: absolute;
}

.ribbon.ribbon--orange:after {
    border-top: 1.5rem solid #f15a22;
}




.kt-blog-item {
    transform: scale(0.7, 0.7);
    display: flex !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: relative;
    opacity: 0.7;
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
}

.kt-blog-item:after {
    position: absolute;
    content: "";
    top: 2vw;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 30%;
    margin: 0 auto;
    transform: scale(0.75);
    -moz-filter: blur(5vw);
    -ms-filter: blur(5vw);
    filter: blur(5vw);
    background: linear-gradient(270deg, #f15a22, #FFFFFF00);
    background-size: 200% 200%;
    -webkit-animation: animateGlow 5s ease infinite;
    animation: animateGlow 5s ease infinite;
}


/* .slide.slick-active, */
.slick-center > div > div {
    transform: scale(1, 1);
    border-radius: 10px;
    opacity: 1;
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slick-center > div > div > img {
    box-shadow: 0 20px 50px 5px rgba(0, 0, 0, 0.2);
}

.highcharts-background {
    fill: transparent;
}

.highcharts-point {
    stroke: #D56F38FF;
}

.highcharts-title {
    display: none;
}

.kt-buy-button {
    height: 100px;
    width: 100px;
    overflow: hidden;
    top: 0%;
    left: 0%;
    background-color: #ffffff;
}

.kt-buy-button canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
}

.kt-buy-button span {
    display: block;
    z-index: 6;
    font-weight: bolder;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%) scale(1);
    font-size: 0.7rem;
    color: #fff;
    pointer-events: none;
}

.kt-buy-button a {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    font-size: 0.3rem;
    color: #fff;
    background-color: #f15a22;
    border-radius: 1rem;
    padding: 0px 50px;
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}

.kt-buy-button a span {

    position: relative;
    opacity: 0;
}

.kt-buy-button a:after {
    content: "";
    background: linear-gradient(56deg, #fb6161 0%, #ff430f 46%, #f20505 100%);
    width: 80%;
    height: 20%;
    position: absolute;
    bottom: -4px;
    left: 10%;
    opacity: 0;
    filter: blur(15px);
    border-radius: 10rem;
    transform: translateZ(-1px);
    transition: opacity 0.6s ease;
}

.kt-buy-button a:before {
    content: "";
    background: linear-gradient(56deg, #fb6161 0%, #ff430f 46%, #f20505 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10rem;
    transition: opacity 0.4s ease;
}

.kt-buy-button-enabled {
    transition: all 0.6s ease !important;
    transform: translate(-50%, -50%) scale(1.35) !important;
    transform-origin: center !important;
}

.kt-buy-button-enabled:after {
    opacity: 1 !important;
    transition: opacity 0.6s ease !important;
}

.kt-buy-button-enabled:before {
    opacity: 1 !important;
    transition: opacity 0.6s linear !important;
}

@keyframes glow {
    from {
        text-shadow: 0px 0px 5px #fff, 0px 0px 5px #9d9d9d;
    }
    to {
        text-shadow: 0px 0px 20px #fff, 0px 0px 20px #808080;
    }
}

.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}


/*.wishlist_table > *:nth-child(n) {*/
/*	background-color: rgb(41, 48, 61) !important;*/
/*}*/


.woocommerce-product-attributes {
    color: #6b7280;
    /* background-color: #ffffff; */
    border-radius: 12px;
    border: black 7px;
    margin: 14px;
}

.shop_table {
    width: 100%;
}

.shop_table tbody th {
    padding-top: 10px;
    text-align: right;
}

.shop_table tbody td {
    text-align: left;
}

::-webkit-scrollbar {
    display: none;
}

.show-scroll-bar::-webkit-scrollbar {
    display: block
}

.show-scroll-bar::-webkit-scrollbar-track {

    border-radius: 6px;
    background-color: #F5F5F5;
}

.show-scroll-bar::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.show-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 6px;

    background-color: #ff7643;
}

video {
    object-fit: cover;
}

@keyframes swiper-bg-anim-1 {
    0% {
        right: -40px;
    }
    50% {
        right: -25px
    }
    100% {
        right: -40px;
    }
}

@keyframes swiper-bg-anim-2 {
    0% {
        right: -60px;
    }
    50% {
        right: -25px
    }
    100% {
        right: -60px;
    }
}

#swiper-background-animation::before {
    content: ' ';
    display: block;
    width: 100px;
    top: 8%;
    bottom: 8%;
    position: absolute;
    z-index: 0;
    right: -40px;
    border-radius: 20px;
    background-color: #EEEEEE;
}

#swiper-background-animation::after {
    content: ' ';
    display: block;
    width: 100px;
    top: 13%;
    bottom: 13%;
    position: absolute;
    z-index: 0;
    right: -60px;
    border-radius: 20px;
    background-color: #EEEEEEa3;
}

.swiper-background-animation-toggle-2::after {
    animation-name: swiper-bg-anim-2;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.swiper-background-animation-toggle-1::before {
    animation-name: swiper-bg-anim-1;
    animation-duration: 1s;
    animation-iteration-count: 1;

}

#swiper-background-animation {
    position: relative;
    background-color: white;
}

.woocommerce-product-attributes-item__value {
    font-style: normal !important;
}

.magnify-lens {
    width: 100% !important;
    height: 100% !important;
}

.magnify {
    width: 100% !important;
    height: 100% !important;
}

.input-text {
    border-radius: 5px;
    /*width:50px !important;*/
}

.wpc-filters-widget-content input[type=email], .wpc-filters-widget-content input[type=number], .wpc-filters-widget-content input[type=password], .wpc-filters-widget-content input[type=search], .wpc-filters-widget-content input[type=tel], .wpc-filters-widget-content input[type=text], .wpc-filters-widget-content input[type=url], .wpc-filters-widget-content select {

    border-radius: 10px;
}

#dgwt-wcas-search-input-1 {
    font-size: 12px !important;
}

.minus {
    display: none;
}

.plus {
    display: none;
}

/*.product-thumbnail{*/
/*	width:110px !important;*/
/*	border-radius:40px !important;*/
/*	padding: 10px 0px !important;*/
/*}*/
/*td.product-thumbnail > a > img {*/
/*	border-radius: 10px;*/
/*}*/
/*.shop_table tbody td {*/
/*	text-align: start;*/
/*}*/
/*.product-name {*/
/*	text-align:start !important;*/
/*}*/
/*.product-price {*/
/*	text-align:start !important;*/
/*}*/
/*.product-quantity{*/
/*	text-align:start !important;*/
/*}*/
/*.product-subtotal{*/
/*	text-align:start !important;*/
/*}*/
/*tr.cart-subtotal > td{*/
/*	text-align:left !important;*/
/*}*/
/*tr.order-total > td{*/
/*	text-align:left !important;*/
/*}*/

th.woocommerce-product-attributes-item__label {
    text-align: start !important;
}

.kt-card {

    min-width: 180px;
    height: 300px;

    float: left;
    perspective: 500px;
}

.kt-content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.kt-card:hover .kt-content {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.kt-front,
.kt-back {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

.kt-back {
    transform: rotateY(180deg);
}

.page-content > *, .entry-content > * {
    max-width: 80% !important;
}

.kt-circular-progress {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.kt-circular-progress svg {
    transform: rotate(270deg);
}

.kt-circular-progress circle {
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
}

.kt-circular-progress circle:nth-of-type(1) {
    stroke: #dadada;
}

.kt-circular-progress circle:nth-of-type(2) {
    /*stroke: #FFD885;*/
    stroke-dasharray: 251.4285714286;
    stroke-dashoffset: 1.4285714286;
}

.kt-circular-progress .kt-pct {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0turn;
    inherits: false;
}

.kt-border-card {
    animation: 2s gradient-angle infinite linear;
    border: 2px solid transparent;
    background-image: linear-gradient(#584827, #2d230f),
    conic-gradient(
            from var(--gradient-angle),
            #584827 0%,
            #c7a03c 37%,
            #f9de90 30%,
            #c7a03c 33%,
            #584827 40%,
            #584827 50%,
            #c7a03c 77%,
            #f9de90 80%,
            #c7a03c 83%,
            #584827 90%
    );
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

@keyframes gradient-angle {
    to {
        --gradient-angle: 1turn;
    }
}

:root {
    --plyr-color-main: #f15a22; /* your custom orange */
}

.plyr {
    height: 100% !important;
}

.image-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}

.image-box {
    position: relative;
    width: 100%;


    overflow: hidden;
}

.woocommerce ul.products li.product .price {
    color: black;
    font-size: small;
    display: flex;
    flex-direction: column;

}

span.price {
    width: min-content !important;
}

.woocommerce-Price-currencySymbol {
    font-weight: bold;

}

span.woocommerce-Price-amount.amount {
    font-size: medium;
}

.woocommerce ul.products li.product a img {
    height: 80%;
    object-fit: contain;
}

.attachment-woocommerce_thumbnail {
    margin: auto;
    height: 80% !important;
    object-fit: contain !important;
}

.yith-wcwl-icon {
    color: rgba(215, 83, 31, 0.84);
}

@keyframes flashGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.animate-flashGradient {
    background-size: 200% 200%;
    animation: flashGradient 3s ease-in-out infinite;
}

.yith-add-to-wishlist-button-block {
    margin: 0 !important;
}

html {
    background: white !important;
}

.card-swiper > .swiper-slide {
    width: 280px !important;
}

.video-swiper > .swiper-slide {
    width: 310px !important;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.nav-links {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.nav-links .nav-link {
    text-decoration: none;
    background-color: #edf2f7; /* خاکستری روشن */
    color: #2d3748; /* خاکستری تیره */
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid transparent;
}

.nav-links .nav-link:hover {
    background-color: #ce7831; /* آبی */
    color: white;
    border-color: #ce7231;
}

.nav-links .current,
.nav-links .page-numbers.current {
    background-color: #b04e2b; /* آبی پررنگ */
    color: white;
    font-weight: 700;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #2b6cb0;
}

.nav-links .dots {
    padding: 0.5rem 0.75rem;
    color: #718096;
    font-weight: 600;
    user-select: none;
}

.tawcvs-swatches .swatch {
    color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tawcvs-swatches .swatch.selected {
    border-color: #ff6600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.tawcvs-swatches .swatch:hover {
    border-color: #ff6600;
    transform: scale(1.05);
}

.tawcvs-swatches .swatch-label {
    width: auto;
    min-width: 80px;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #333;
}

.tawcvs-swatches .swatch-label.selected {
    background-color: #ff6600;
    color: #fff;
}


.variations_form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 15px;
    border: 2px solid #ccc;
    border-radius: 12px;
    font-size: 14px;
    background: #fff url("data:image/svg+xml;...") no-repeat right 12px center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.variations_form select:focus {
    border-color: #ff6600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tawcvs-swatches.oss- {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.woocommerce-variation-price {
    display: none;
}

.swatch-item-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.variations {
    border-collapse: separate;
    border-spacing: 5px 15px;
}


.transition-fade {
    transition: opacity 0.4s ease;
    opacity: 1;
}

html.is-changing .transition-fade {
    opacity: 0;
}


.kt-corner-sm {
    clip-path: polygon(0 0.5rem, 0.5rem 0, calc(100% - 0.5rem) 0, 100% 0.5rem, 100% calc(100% - 0.5rem), calc(100% - 0.5rem) 100%, 0.5rem 100%, 0 calc(100% - 0.5rem))
}

.kt-corner-sm-left {
    clip-path: polygon(0 0.92rem, 0.5rem 0.5rem, 0.92rem 0, 100% 0, 100% 100%, 0.92rem 100%, 0.5rem calc(100% - 0.5rem), 0 calc(100% - 0.92rem));
}

.kt-corner-sm-right {
    clip-path: polygon(0 0, calc(100% - 0.92rem) 0, calc(100% - 0.5rem) 0.5rem, 100% 0.92rem, 100% calc(100% - 0.92rem), calc(100% - 0.5rem) calc(100% - 0.5rem), calc(100% - 0.92rem) 100%, 0 100%);
}

.kt-corner-md {
    clip-path: polygon(0 0.7rem, 0.7rem 0, calc(100% - 0.7rem) 0, 100% 0.7rem, 100% calc(100% - 0.7rem), calc(100% - 0.7rem) 100%, 0.7rem 100%, 0 calc(100% - 0.7rem))
}

.kt-corner-lg {
    clip-path: polygon(0 1rem, 1rem 0, calc(100% - 1rem) 0, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0 calc(100% - 1rem))
}

.kt-corner-lg-1 {
    clip-path: initial;
}


.kt-corner-xl {
    clip-path: polygon(0 1.5rem, 1.5rem 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 1.5rem 100%, 0 calc(100% - 1.5rem))
}

.dgwt-wcas-ico-magnifier {
    fill: #fff !important;
}

.hiddenx {
    display: none !important;
}

.woocommerce-checkout .input-text.form-control {
    @apply w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition-all duration-200 bg-white text-gray-900 placeholder:text-gray-400;
}

.reset_variations {
    display: none !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.woocommerce .star-rating::before {
    color: #d1d5db;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {

    font-family: var(--_fa-family) !important;

}
#wpas_files_wrapper{
    display:none !important;
}
.widget_wpc_filters_widget > div:last-of-type {
    display: block !important;
}

.widget_wpc_filters_widget > div {
    display: none !important;
}
.no-scrollbar::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.odometer.strike {
    position: relative;
}

.odometer.strike::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
    pointer-events: none;
}

