.shoping-container {
    height: 1888px;
    background-color: #3ab8b441;
}

*::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#countdown {
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
    color: rgb(96, 96, 96);
    padding: 7px 0px;
}

.countdown-numbers {
    font-size: 23px;
    color: rgb(244, 52, 103);

}

.countdown-labels {
    font-size: 12px;
    font-weight: normal;
    color: rgb(96, 96, 96);
}

.mid-2 {
    height: 100%;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.item-details-container {
    width: 100%;
    height: 607px;
}

.path-shortcut {
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    /* background-color: #35a09d; */
    padding: 20px 0px 0px 20px;
}

.path-shortcut a {
    text-decoration: none;
    color: rgb(73, 73, 73);
    font-family: sans-serif;
    font-weight: lighter;

}

.path-shortcut h3 {
    font-weight: lighter;
    font-size: 14px;
}

.path-shortcut h3:hover {
    color: #35a09d;

}

.path {
    display: flex;
    width: 40%;
}

.this-is-itemdiv {
    width: 100%;
    height: 100%;
    display: flex;
}

.right-div {
    width: 50%;
    height: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    font-family: sans-serif;
    /* background-color: antiquewhite; */
}

.left-div {
    width: 53%;
    height: 1100px;
    padding: 10px 0px 0px 17px;
    /* background-color: beige; */
}

.left-div-01 {
    height: 1100px;
    width: 96%;
    border-bottom: 1px solid rgb(156, 156, 156);
}

.img-preview {
    width: 370px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.224);
    margin: 5px;
}


.name-description-rating {
    width: 100%;
    height: 130px;
    padding-top: 7px;
    background-color: white;
    border-bottom: 1px solid rgba(148, 148, 148, 0.418);
}

.brand-name h2 {
    padding: 4px 0px;
}

.brand-des {
    height: 40px;
}

.brand-des label {
    padding: 3px 0px;
    margin-top: 1px;
    font-size: 18px;
}

.Rating-div {
    width: 155px;
    height: 33px;
    border: 1px solid rgb(173, 169, 169);
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 2px;
    cursor: pointer;
    transition: .2s;
}

.Rating-div:hover {
    border: 1px solid rgb(16, 16, 16);
    background-color: rgb(244, 244, 244);
    border-radius: 10px;
}

.price-size {
    width: 100%;
    height: 245px;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(148, 148, 148, 0.418);
    box-sizing: border-box;
}

.mrp {
    display: flex;
    height: 50px;
    box-sizing: border-box;
    padding-top: 10px;
}

.mrp h3 {
    margin: 0px 15px 0px 0px;
    font-size: 22px;
    font-weight: 600;
}

.inclusive {
    font-size: 18px;
    height: 40px;
    padding-top: 5px;
    color: #35a09d;
    box-sizing: border-box;
}

.size button {
    height: 38px;
    width: 95px;
    background-color: rgba(114, 114, 114, 0.178);
    font-size: 16px;
    border-radius: 10px / 20px;
    border: 1.5px solid #35a09d;
    cursor: pointer;
}

.size button:hover {
    color: white;
    background-color: rgba(114, 114, 114, 0.427);
}

.select-size {
    height: 40px;
}

.buy-cart-save {
    margin-top: 10px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 10px;
    display: flex;
}

.buy {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    background: none;
    border: 2px solid rgb(180, 180, 180);
    padding-top: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.buy:hover {
    background-color: #35a09cca;
    color: white;
    border: 2px solid #35a09d;
    border-radius: 20px;
}

.addtocart:hover {
    background-color: #35a09cca;
    color: white;
    border: 2px solid #35a09d;
    border-radius: 20px;
}

.saveitems:hover {
    background-color: #35a09cca;
    color: white;
    border: 2px solid #35a09d;
    border-radius: 20px;
}

.addtocart {
    margin: 0px 20px;
    width: 180px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    background: none;
    border: 2px solid rgb(180, 180, 180);
    padding-top: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.saveitems {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    background: none;
    border: 2px solid rgb(180, 180, 180);
    padding-top: 6px;
    box-sizing: border-box;
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
    transition: .3s;
}

.best-sellers {
    width: 100%;
    height: 80px;
    background-color: white;
    border-bottom: 1px solid rgba(148, 148, 148, 0.418);
}

.flex {
    display: flex;
    height: 12px;
    padding: 15px 0px;

}

.flex h3 {
    margin-right: 10px;
    font-size: 17px;
}

.Delivery-bestoffers {
    width: 100%;
    height: 460px;
    background-color: white;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(148, 148, 148, 0.418);
}

.DELIVERYOPTIONS {
    padding: 15px 0px;
}

.input-check {
    padding-top: 5px;
    box-sizing: border-box;
    height: 40px;
}

.input-check input {
    height: 30px;
    width: 200px;
    box-sizing: border-box;
    padding: 0px 20px;
}

.input-check button {
    height: 30px;
    width: 70px;
    margin-left: -6px;
    cursor: pointer;
}

.input-check button:hover {
    color: #35a09d;
}

.xyz-12 {
    height: 30px;
    font-size: 14px;
}

.bestoffers {
    font-size: 15px;
    padding: 10px 0px;
}

.bestoffers p {
    padding: 10px 0px 0px 0px;
}

.viewplan {
    height: 30px;
    padding: 10px 0px 0px 20px;
    box-sizing: border-box;
}




.bestoffers {
    height: 160px;
}

.buy-cart-save i {
    padding: 0px 5px;
}

.fas {
    color: rgb(255, 0, 47);
}

.Product-details {
    width: 100%;
    height: 607.1px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(148, 148, 148, 0.418);
}

.heading-product h3 {
    font-size: 16px;
    padding: 13px 0px;
}

.pd-00 {
    font-size: 14px;
    padding-top: 6px;
}

.para-pd-00 {
    font-size: 14px;
    margin-top: 20px;
}

.para-pd-00 p {
    padding-bottom: 5px;
}

.size-fit h3 {
    font-size: 16px;
    padding: 10px 0px 5px 0px;
}

.size-fit p {
    font-size: 14px;
    padding: 2px 0px;
}

.MaterialCare h3 {
    font-size: 16px;
    padding: 10px 0px 5px 0px;
}

.MaterialCare p {
    font-size: 14px;
    padding: 2px 0px;
}

.Specifications {
    height: 245px;
    width: 100%;
}

.Specifications h3 {
    padding-top: 10px;
    font-size: 16px;
}

.Specification-table {
    height: 210px;
    width: 100%;
}

.Specification-r {
    width: 90%;
    height: 48px;
    margin: 5px 0px;
    display: flex;
}

.Specification-r1 {
    width: 47%;
    height: 48px;
    border-bottom: 1px solid rgba(199, 199, 199, 0.418);

}

.Specification-r1 label {
    font-size: 12px;
    color: rgb(61, 61, 61);
}

.Specification-r1 h4 {
    padding-top: 6px;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: .8px;
    color: rgb(17, 17, 17);
}

.Rating {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid rgba(148, 148, 148, 0.418);
    box-sizing: border-box;
    padding-top: 10px;
}

.Rating h3 {
    font-size: 16px;
}

.ratings-div {
    height: 170px;
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
}

.ratings-left {
    width: 30%;
    height: 130px;
    border-right: 1px solid rgba(63, 63, 63, 0.418);
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
}

.ratings-left h1 {
    font-size: 45px;
    font-weight: lighter;
    padding-left: 40px;
}

.ratings-right {
    width: 50%;
    height: 130px;
/* background-color: aliceblue; */
    margin-left: 20px;
}

.ratings-left label {
    font-size: 14px;
    padding-left: 30px;
    letter-spacing: .4px;
}

.ratings-right div {
    width: 220px;
    height: 24px;
    margin-bottom: 2px;
    display: flex;
}
.ratings-right .fa-star {
padding: 0px 2px;
}

.checked {
    color: orange;
}

.unchecked {
    color: rgba(169, 168, 167, 0.516);
}

.Productcode-seller {
    width: 100%;
    height: 90px;
}

.Productcode-seller h3 {
    font-size: 16px;
    padding-top: 10px;
    font-weight: lighter;
}

.Productcode-seller a {
    text-decoration: none;
}

.SIMILAR-PRODUCTS {
    height: 715px;
    width: 96%;
    /* background-color: rgba(0, 128, 0, 0.112); */
    /* margin-top: 80px; */
}

.SIMILAR-PRODUCTS-header {
    width: 100%;
    height: 40px;
    /* background-color: orange; */
    padding-top: 10px;
    box-sizing: border-box;
}

.similerpname h3 {
    margin-top: 57px;
      /* background-color: #35a09d; */
    font-family: sans-serif;
    font-weight: lighter;
}

.SIMILARPRODUCTS-rows {
    width: 100%;
    height: 335px;
    /* background-color: #777d7d48; */
    margin-bottom: 4px;
    display: flex;
}

.SIMILARPRODUCTS-rows .product {
    width: 220px;
    height: 335px;
    background-color: rgba(142, 142, 142, 0.144);
    margin: 0px 15px;
}

.s-product-img {
    height: 270px;
    width: 220px;
    /* background-color: yellow; */
}
.s-product-name{
    width: 220px;
    height: 65px;
    /* background-color: rgb(151, 148, 148); */
    box-sizing: border-box;
    padding:5px 0px 0px 20px;
    font-family: sans-serif;
}
.s-product-name label{
    font-size: 15px;
    /* color: rgb(101, 101, 101); */
}
.s-product-name p{
    font-size: 13px;
}
.s-product-name h4{
    font-size: 18px;
    letter-spacing: .8px;
}
.cross-word{
    font-size: 13px;
    padding-left:5px ;
    text-decoration: line-through;
}
Offers{
   font-size: 13px;
   color: rgb(200, 45, 45);
}
.spi-01{
    background-image: url(../img/sarees/similer-p1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.spi-02{
    background-image: url(../img/sarees/similer-p2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.spi-03{
    background-image: url(../img/sarees/similer-p3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.spi-04{
    background-image: url(../img/sarees/similer-p4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.spi-05{
    background-image: url(../img/sarees/saree-20.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.spi-005{
    background-image: url(../img/sarees/similer-p5.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.spi-06{
    background-image: url(../img/sarees/similer-p6.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.seemore-similer{
    height: 30px;width: 20%;margin-left: 78%;text-align: right;
}
.seemore-similer a{
   text-decoration: none;
   font-family: sans-serif;
   transition: .5s;
}
.seemore-similer a:hover{
   text-decoration: underline;
}
