.box .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 103%;
    background: linear-gradient(90deg, #ddd, #8b8a8a);
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 90deg)) translateZ(calc(100vw / 16));
}

.box .card .imgBx {
    position: relative;
    width: 100%;
    height: 100%;
}



.box .card h2 {
    position: relative;
    top: 5px;
    width: 100%;
    padding-top: 12px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1em;
    height: 70px;
    /* text-transform: uppercase; */
    transform-style: preserve-3d;
    transform: translateZ(0px) translateY(0px);
    backface-visibility: hidden;
    background-color: #cad6e9;
}

.perCent {
    background-color: black;
    color: #fafafa;
    font-size: 1.4rem !important;
    height: 20px;
    line-height: 20px;
}

.regularPrice{
    text-decoration: line-through;
}

.DecPrice {
    
    display: flex;
    height: 20px;
    color: #000000;
    background-color: rgb(255, 255, 255);
    font-size: 1.2rem !important;
    width: 95%;
    margin:0px auto;
    justify-content: space-around;
    align-items: center;
    direction: ltr;
}

.regPrice {
    color: #f80707;
    background-color: rgb(255, 255, 255);
    font-size: 1.9rem !important;
    font-weight: bolder;  
}

