* :not(i) {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
}
.mainbodycontainer {
    padding: 40px 120px 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
.singleproduct {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
}
.header {
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
}
.heading {
    /* font-size: 36px; */
    font-size: 30px;
    font-weight: 500;
    color: #575757;
    margin: 0;
}
.singleproduct, .rightsection {
    padding: 15px;
    border-radius: 10px;
border: 1px solid #F1F1F1;
background: #FAFBFC;
}
.productimage {
    height: 200px;
    width: 200px;
    border-radius: 5px;
    object-fit: cover;
}
.leftsection {
    width: 75%;
}
.rightsection {
    width: 25%;
    min-width: 260px;
}
.productheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}
.imgdetails {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: space-between;
    gap: 15px;
}
.quantitychanger {
    display: flex;
    align-items: center;
    border-radius: 5px;
    width: 95px;
    gap: 5px;
    padding: 2px 8px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    justify-content: space-between;
}
.quantitybutton {
    display: flex;
}
.quantityicon  {
    width: 16px;
    height: 16px;
}
.quantitytext {
    margin: 0;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 500;
}
.quantitydiv {
    color: #2b2b2b;
    font-size: 14px;
    /* margin: 15px 0 20px; */
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
}
.rightheader {
    margin-bottom: 15px;
}
.subheading {
    /* font-size: 30px; */
    font-size: 26px;
    color: #575757;
    font-weight: 500;
    margin: 0;
}
.smallheading {
    color: #575757;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.productheading {
    /* font-size: 28px; */
    font-size: 24px;
    color: #575757;
    margin: 0;
    font-weight: 500;
}
.mainprice {
    /* font-size: 24px; */
    font-size: 20px;
    color: #575757;
    margin: 0;
    font-weight: 500;
}
.slashedprice {
    color: #BCBCBC;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
}
.description {
    color: #BCBCBC;
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 12px;
}
.cartproductbtn {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.carticons {
    height: 20px;
    width: 20px;
}
.buttonsection {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.couponform {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}
.couponinput {
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    padding: 5px 10px;
    width: 100%;
}
.couponapply {
    padding: 6px 20px;
    border-radius: 5px;
    border: none;
    background-color: #8c59c8;
    color: white;
    font-weight: 500;
    font-size: 14px;
}
.couponinput::placeholder {
    color: #BDBDBD !important;
    opacity: 1;
  }
  .couponinput::-ms-input-placeholder {
    color: #BDBDBD !important;
  }

  .couponinput::-webkit-input-placeholder {
    color: #BDBDBD !important;
  }
.pricedetail-container {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
  .pricedetails, .pricedetail-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pricedetail-total {
    margin: 15px 0 20px;
  }
  .pricedetail-total .pricedetail, .pricedetail-total .pricedetailtext {
    font-size: 16px;
    font-weight: 500;
  }
.pricedetailtext {
    margin: 0;

        color: #575757;
        font-size: 15px;
        font-weight: 400;
}
.pricedetail {
    margin: 0;

    color: #575757;
    font-size: 15px;
    font-weight: 500;
}
.buttonsection-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.rightbutton {
        padding: 6px 20px;
        border-radius: 5px;
        border: none;
        background-color: #8c59c8;
        color: white;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
}
.right-continue {
    background-color: #FFF;
border: 1px  solid #8C59C8;
padding: 5px 20px;
color: #8C59C8;
}
.slashed-delivery {
    text-decoration: line-through;
}
.detailtext-purple {
    color: #8C59C8;
}

@media only screen and (max-width: 992px) {
    .mainbodycontainer {
        flex-direction: column;
    }  
    .leftsection, .rightsection {
        width: 100%;
    } 
    /* .heading {
        font-size: 33px;
    }  */
    .header {
        /* margin-bottom: 25px; */
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .productimage {
        height: 150px;
        width: 150px;
    }
}

@media only screen and (max-width: 550px) {
    .productimage {
        height: 100px;
        width: 100px;
    }
    .heading {
        font-size: 28px;
        /* font-size: 30px; */
    } 
    /* .header {
        margin-bottom: 20px;
    } */
}

@media only screen and (max-width: 500px) {
    .singleproduct {
        flex-direction: column;
        gap: 15px;
    }
    .productimage {
        height: 150px;
        width: 150px;
    }
}