@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: rupee;
    src: url(https://cdn2.shopclues.com/images/banners/2026/Jan/14/IndianRupee.ttf);
}

.rupee {
    font-family: rupee;
    font-style: normal;
    font-weight: 400;;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.text-center {
    text-align: center;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
    outline: none;
    text-decoration: none;
}

.txtHeading {
    box-sizing: border-box;
    padding: 15px 0 0 0;
}

.img-responsive {
    max-width: 100%;
    display: inline-block;
}

.row {
    margin: 0 auto;
    display: inline-block !important;
    width: 100% !important;
}

.col-xs-12 {
    padding: 0;
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
}

.scrollToTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 2;
    display: none;
}

.MainContainer {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden;
}

.lstProducts {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    width: 100%;
}

.lstProducts li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.lstProducts li>a {
    display: block;
    border-right: solid .5px #9c9a9a80;
    border-bottom: solid .5px #9c9a9a80;
    background-color: #fff;
    padding: 10px 8px;
    position: relative;
}

.lstProducts li>a div>span:first-child>img {
    width: 100%;
    border-radius: 12px;
}

.infoPidDiv {
    overflow: hidden;
    padding: 0px;
}

.lstProducts li>a div.infoPidDiv>span:nth-child(2) {
    display: block;
    margin: 6px 0px 6px;
    padding: 5px 0px 4px 0px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    font-size: 12px;
    color: #282c3f;
    text-align: left;
    font-weight: 400;
    opacity: .8;
}

.lstProducts li>a div.infoPidDiv>span:nth-child(3) {
    display: flex;
}

.lstProducts li .one_price {
    float: left;
    display: block;
    font-weight: 700;
    color: #1a1a1b;
    font-size: 14px;
}


.lstProducts li .two_price {
    position: relative;
    /* needed for the pseudo-element */
    display: inline-block;
    /* keeps the line tied to the text width */
    color: #c62828;
    /* optional: make text red as well */
    padding: 0 4px;
    /* small horizontal padding so line extends nicely */
    line-height: 1.2;
    z-index: 1;
    margin: 0px 4px 0px;
    opacity: .5;
    color: #282c3f;
    font-size: 14px;
    /* adjust if your text has larger line-height */
}

/* the rotated "line-through" */
.lstProducts li .two_price::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(160deg);
    /* centered + rotated 65deg */
    transform-origin: center;
    width: 80%;
    /* make line a bit longer than text */
    height: 1px;
    /* line thickness: change to 2px/4px as needed */
    background-color: #282c3f;
    /* red line color */
    border-radius: 2px;
    /* small rounding looks nicer */
    pointer-events: none;
    /* don't block clicks */
    z-index: 1;
}




.lstProducts li>a div.infoPidDiv>span:nth-child(3)>span:nth-child(3) {
    padding: 2px 0px 0px 2px;
    color: rgb(3, 166, 133);
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}

.timer-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 8px;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    color: red;
}

.refresh-timer {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
    background: #fff3cd;
    color: #856404;
    border-bottom: 1px solid #ffeeba;
}
