﻿body {
}
.IL_Header {
color: #acafb3;
font-weight: 600;
            display: none;
            font-size: 0.5vw;
            text-align:left;
}
.IL_TT {
font-size: 1.2vw;
font-weight: 600;
}
.IL_DescText {
    font-size: 1vw;
font-weight: 400;
color: #000c;
}
.IL_SellPrice {
color: black;
font-weight: 800;
            font-size: 1.5vw;
white-space:nowrap;
}
.IL_CartButton {
border-style: none;
padding: 2vh;
font-size: 1vw;
font-weight: 800;
float: right;
cursor:pointer;
transition:all ease 2s;

 margin-top: 0vh;
            position: inherit;
            border-radius: 4px;
            color:white;
            background-color:red;
}
.IL_CartButton_Added {
background-color: #d2b9b9;
border-radius: 4px;
border-style: none;
padding: 2vh;
color: #9d3434;
font-size: 1vw;
font-weight: 800;
float: right;
cursor: pointer;
transition: all ease 2s;
}