.myRating {
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 10px;
}

.myRating span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--main-color);
}

.rating--star input {
    display: none;
}

.rating--star {
    display: flex;
    flex-direction: row-reverse;
    gap: 3px;
}

.rating--star label {
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;

    background-image: url('../images/greystar.svg');
}

.rating--star input:checked~label,
.rating--star input:checked~label~label {
    background-image: url('../images/star.svg');
}

.rating--star input:not(:checked)~label:hover,
.rating--star input:not(:checked)~label:hover~label {
    background-image: url('../images/star.svg');
}

.rating--star i {
    color: var(--grey-color);
}



.categories_img__flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.big-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    cursor: pointer;
    object-position: center;
}

.small-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.small-img img {
    height: 150px;
    width: 200px;
    cursor: pointer;
    object-fit: cover;
}

.product_details {
    padding-left: 3rem;
}

.product_details h3 {
    font-size: 30px;
    max-width: 500px;
    font-weight: 600;
    color: var(--black-color);
}

.price p {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.price p del {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin-right: 1rem;
}

.price span {
    display: block;
    margin-top: 2px;
    color: #434343;
}

.select-size p {
    font-weight: 600;
    font-size: 24px;
    margin-top: 1rem;
}

.size-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.select-size-input {
    position: relative;
    width: 70px;
    height: 35px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: .3s ease-in-out;
    /* background-color: #791AEF;
    color: white; */
}

.select-size-input-form {
    position: relative;
    width: 70px;
    height: 35px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: .3s ease-in-out;

}

.select-size-input.active {
    background-color: var(--main-color);
    color: var(--white-color);
}

.select-size-input-form.active {
    background-color: var(--main-color);
    color: var(--white-color);
}

.select-size-input input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.select-size-input-form input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.select-size-input label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.select-size-input-form label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.select-size {
    margin-top: 25px;
}

.quantity {
    margin-top: 30px;

}

.quantity h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.quantity-list {
    display: flex;
    margin-top: 14px;
}

.quantity-list button,
.quantity-list input {
    width: 45px;
    height: 47px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 18px;
    text-align: center;
}

.buy-now {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.buy-now button:first-child {
    background-color: transparent;
    color: var(--main-color);
}

.buy-now .order-now {
    padding: 12px;
}

.buy-now .buy-now-active {
    width: 100%;
    border-radius: 4px;
    padding: 12px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.buy-now button i {
    font-size: 24px;
}

.offer {
    margin-top: 1rem;
}

.offer strong {
    font-style: italic;
    color: #666;
}

.product-parra {
    margin-top: 1rem;
}

.product-parra p {
    font-size: 17px;
    margin-top: 1rem;
    color: #434343;
}

.also-like {
    background-color: ghostwhite;
}

.modal-body .contact-form {
    padding: 1rem;
}

.form--flex {
    display: flex;
    gap: 10px;
}

.form--flex .contact-form-details {
    width: 100%;
}

.form--flex .contact-form-details input {
    width: 100%;
}

.clothes-info {
    margin-top: 1rem;
}

.clothes-info h6 {
    display: flex;
    margin-bottom: 10px !important;
    align-items: center;
    gap: 6px;
    text-transform: capitalize;
    font-size: 18px;
    color: var(--black-color);
}

.clothes-info h6 span {
    color: #434343;
}

.review_box {
    margin-bottom: 20px;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border-radius: 10px;
}

.review_img i {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
}

.review_content h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
}

.rating_star {
    display: flex;
    gap: 5px;
    margin-top: 1rem;
    align-items: center;
}

.rating_star i {
    color: gold;
}

.review_parra p {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 26px;
}

.review_wrapper__right {
    padding-left: 3rem;
}

.review_right__heading h3 {
    font-size: 24px;
    color: var(--main-color);
    text-transform: capitalize;
}

.review_right__heading p {
    color: #434343;
    font-size: 18px;
    margin-top: 4px;
}

.review_form__input {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.myRating {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 14px;
}

.review_form__input {
    margin-top: 1rem;
}

.review_form__input textarea {
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
}

.myRating span,
.review_form__input label {
    font-size: 18px;
    color: var(--main-color);
    text-transform: capitalize;
}

.review_wrapper {
    padding-bottom: 80px;
}

.categories_img {
    position: sticky;
    top: 5rem;
}

@media(max-width:1200px) {
    .small-img img {
        width: 150px;
    }
}

@media(max-width:992px) {
    /* .review_wrapper__flex {
        flex-direction: column-reverse;
        gap: 1rem;
    } */

    .review_wrapper__right {
        padding-left: 0;
    }

    .product_details {
        padding-left: 0;
        margin-top: 1rem;
    }

    .product_details h3 {
        max-width: 100%;
    }
}

@media(max-width:768px) {
    .review_wrapper {
        padding-bottom: 50px;
    }

    .review_content h3 {
        font-size: 18px;
    }

    .rating_star,
    .review_parra p {
        margin-top: 7px;
    }

    .clothes-info h6 {
        font-size: 16px;
        margin-bottom: 6px !important;
    }

    .modal-title {
        font-size: 18px;
        font-weight: 600;
    }

    .modal-header {
        padding: 10px;
    }

    .small-img img {
        width: 116px;
        height: 116px;
    }

    .modal-body {
        padding: 10px !important;
    }

    .product_details h3 {
        font-size: 20px;
    }

    .price p {
        margin-top: 5px;
        font-size: 22px;
    }

    .select-size {
        margin-top: 14px;
    }

    .select-size p {
        font-size: 20px;
    }

    .product-parra p {
        font-size: 15px;
        margin-top: 10px;
    }

    .offer strong {
        font-size: 14px;
    }
}