.pr1 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    color: #1e1e1e;
}

.optSelect {
    border: 1px solid #0c0d10;
    border-radius: 8px;
    width: 40%;
}

.itemCard {
    background-color: #f1f3f4;
    height: 140px;
    width: 140px;
    border-radius: 8px;
}

.itemCard1 {
    height: 140px;
    width: 140px;
    border-radius: 8px;
}

#nInput {
    width: 50px !important;
    padding: 4px;
    border-radius: 8px;
    height: 50px;
    border: 1px solid #000;
}

.qtyBtn {
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    height: 50px !important;
    width: 50px !important;
}

.addCbtn {
    border: 1px solid #0c0d10 !important;
    border-radius: 8px !important;
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
    font-weight: 700 !important;
}

.buyBtn {
    background: #00aeef !important;
    border-radius: 8px !important;
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
    font-weight: 700 !important;
}

.pa2 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #1e1e1e;
}

.sItem {
    border: 1px solid #b8b8b8;
    border-radius: 8px;
}

.itemRemoveColor {
    color: #ea4335;
}

.itemRemoveColor p {
    color: #ea4335;
}

.deBtn {
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #0c0d10 !important;
    border-radius: 8px !important;
}

.IncBtn {
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #0c0d10 !important;
    border-radius: 8px !important;
}

.quantityInp {
    border: 1px solid #0c0d10 !important;
    border-radius: 8px !important;
    height: 24px !important;
    width: 24px !important;
    font-size: small !important;
    padding-left: 7px !important;
}

.itemImg {
    border: 1px solid #b8b8b8 !important;
    border-radius: 8px !important;
    width: fit-content !important;
}

.addBtn {
    border: 1px solid #0c0d10 !important;
    border-radius: 8px !important;
    font-size: small !important;
    font-weight: 600 !important;
    height: 31px !important;
}

.textMcolor {
    font-size: 16px !important;
    color: #727272 !important;
}

/* wrtite review */
.reviewCard {
    border: 1px solid #b8b8b8;
    border-radius: 8px;
    width: 85%;
}

.reviewBtn {
    border: 1px solid #000;
    white-space: nowrap;
}

.rStar {
    cursor: pointer;
}

.rStarColor {
    color: #ffd43b;
}

.upload {
    /* background-image: url("./images/upload.png");
  padding: 70px;
  background-repeat: no-repeat;
  cursor: pointer; */
}

.subBtn {
    padding-left: 70px;
    padding-right: 70px;
    background: #00aeef;
    border-radius: 8px;
    color: #fff;
}

/* write review end */
.reply {
    color: #40c2f3;
    font-weight: 600;
}

/* add to cart modal */
.cartmodalImage {
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    width: fit-content;
    height: fit-content;
}

.circle {
    width: 20px;
    height: 20px;
    /* aspect-ratio: 1; */
    border-radius: 50%;
    border: 2px solid #000;
    margin-top: 0px;
}

.addCartModal {
    position: fixed;
    top: 75px;

    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow-y: scroll;
}

@media only screen and (max-width: 786px) {

    /*Big smartphones [426px -> 600px]*/
    .reviewCard {
        width: 100%;
    }

    .addCartModal {
        position: fixed;
        top: 75px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        overflow-y: scroll;
    }
}
