.crasher .times {
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.43rem 0.81rem;
    /* clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%); */
}
.short-information {
    position: absolute;
    color: #fff;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 5px 5px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.power-deals .products-section-title {
    text-align: left;
    margin: 0;
}

.power-deals .product-miniature {
    flex-direction: column !important;
}
.crasher-bottom {
    bottom: 30px;
}

/* #hotDeals .owl-carousel{
    width: auto;
} */
#hotDeals .power-deals-row-two .owl-next,
#hotDeals .power-deals-row-two .owl-prev {
    top: 30%;
}

.crasher .left-item {
    padding-top: 3rem;
}

.SegoeUI-Bold {
    font-family: SegoeUI-Bold;
}

.SegoeUI-Semibold {
    font-family: SegoeUI-Semibold;
}

.crasher-items {
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 1.8rem 0 0.8rem;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    height: 2rem;
    line-height: 2rem;
}

.crasher .crasher-save {
    line-height: 2rem;
    /* width: max-content; */
}

.crasher .note {
    position: relative;
    /* left: -17%;  */
    text-align: left;
}

.crasher-limit {
    position: relative;
    /* left: -17%;  */
    margin-top: 3.125rem;
    display: block;
}

.crasher .crasher-percent {
    color: #F8D000;
    font-size: 3rem;
}

.crasher-item {
    background-color: #fff;
}

/* .crasher-item img {
    width: 100%;
    height: 11.25rem;
} */


.crasher-price {

    min-width: 55px;
    z-index: 2;
    left: .625rem;
    padding: 0.5rem;
    font-size: .875rem;
}

.crasher-price div[class="column"] {
    padding: 0.5rem;
}

.crasher-price2 {
    background-color: #DA0000;
    color: #fff;
    padding: 0.5rem;
    top: 0px;
    min-width: 55px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
    left: .625rem;
}

.bottomBaner {
    border-radius: 1.8rem;
    padding: .3rem 1.1rem;
    margin-top: 1.2rem;
    left: .625rem;
}



.product-desc-title {
    height: 3.375rem;
}


.square-img-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.square-img-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    /* object-fit: cover; */
    top: 0;
    left: 0;
    padding-right: 15px;
}

.free-shipping {
    height: 30px;
    color: #00368F;
    line-height: 1.5;
    background: transparent;
}


.save-extra img {
    /* z-index: -1; */
}

.power-deals-row-one-slider .owl-dots {
    display: none;
}


.power-deals .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 26px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

#hotDeals .bbb_viewed_slider .owl-next {
}

[v-cloak] {
    display: none;
}






@media(max-width:1699px) {
    .crasher-bottom {
        bottom: 10px;
    }

    .crasher .title {
        font-size: 1.35rem;
        line-height: 1.44rem;
    }

    .crasher .crasher-save {
        font-size: 1.8rem;
    }

    .crasher .crasher-percent {
        font-size: 2rem;
    }

}

@media(min-width:1700px) {
    .crasher .title {
        font-size: 1.65rem;
        line-height: 1.44rem;
    }

    .crasher .crasher-save {
        font-size: 2rem;
    }

    .crasher .crasher-percent {
        font-size: 3rem;
    }
}

@media(max-width:1199px) {
    .crasher .title {
        font-size: 1rem;
        line-height: 1.2rem
    }

    .crasher .crasher-save {
        font-size: 1.25rem;
    }

    .crasher .crasher-percent {
        font-size: 1.3rem;
    }

}

@media(max-width:767px) {
    .crasher-limit {
        margin-top: 1.125rem;
    }

    .crasher .title {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .crasher .crasher-save {
        font-size: 1.05rem;
        line-height: 1.1rem;
    }

    .crasher .crasher-percent {
        font-size: 1.5rem;
    }

    .crasher-item img {
        width: 100%;
        /* height: 8rem; */
    }

    .crasher .times {
        padding: 0.46rem 0.61rem
    }
}

