/*  Product Sectio Star5t  */
img {
    width: 100px;
    height: auto;
}

.product-main-section {
    margin-top: 5%;
}

/*  Product Main Sec  */
.product-img-desc-sec {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
}

/*  Images Section  */
.main-product-img-sec {
    flex: 0 0 50%;
    width: 50%;
    padding: 10px;
}

.product-main-img {
    height: 400px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.product-main-img img {
    height: 380px;
    width: auto;

}

/*  Product Image Swiper  */

.product-img-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 5px;
}

.product-img {
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
    cursor: pointer;
    transition: 0.7s;
    overflow: hidden;
}

.product-img:hover {
    border: 1px solid var(--text-small-h-100);
}

.product-img img {
    height: 150px;
    width: auto;
    transition: 0.7s;
}

.product-img:hover img {
    transform: scale(0.9);
}

.pro-swip-Next {
    right: 0;
    top: 50%;
}

.pro-swip-Pre {
    left: 0;
    top: 50%;
}

/*  Desc Section  */

.main-product-desc-sec {
    flex: 0 0 50%;
    width: 50%;
    padding: 10px;
}

/*  Product Title  */
.product-title {
    font-family: 'Raleway-700';
    font-size: 28px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin-top: 15px;
}

/*  Product Price  */
.product-price-sec {
    color: var(--text-small-h-100);
    font-family: sans-serif;
    font-size: 26px;
    letter-spacing: 0.7px;
    word-spacing: 5px;
    margin: 15px 0;
}

.product-pres-price {
    font-size: 30px;
}

.product-past-price {
    font-size: 22px;
    text-decoration: underline;
    text-decoration-line: line-through;
    font-weight: 500;
}

/*  Product Review  */
.product-rev-avail-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    margin: 15px 0;
}

.product-rev {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}


.stars .fa-star {
    color: #FEB006;
}

.product-rev-count {
    font-family: sans-serif;
    color: var(--text-small-h-100);
    margin-left: 15px;
}

/*  Product Available  */
.product-available-sec {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-sub-title {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Raleway-700';
    font-weight: 600;
}

.product-avail-count {
    font-family: sans-serif;
    color: var(--text-small-h-100);
}

/*  Product Main Sec  */
.product-main-desc {
    color: var(--text-h-700);
    letter-spacing: 0.7px;
    font-weight: 500;
    font-family: sans-serif;
    font-style: italic;
    margin: 15px 0;
}

/*  Product Color  */
.product-color-sec {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
    flex-wrap: wrap;
}

.product-sec-colors {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.product-color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.product-color:hover {
    opacity: 0.7;
}

/*  product Size  */
.product-size-sec {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

.product-sec-size {
    margin-left: 30px;
}

.product-size {
    border: 1px solid #7B9596;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.product-sec-size .size-active {
    background: #7B9596;
    color: #fff;
}

.product-size:hover {
    background: #7B9596;
    color: #fff
}

/*  BTn  */
.product-btn-sec {
    margin-left: 65px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-btn-sec input {
    font-size: 17px;
    height: 45px;
    width: 80px;
}


/*  SKU  */
.product-sku-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sku-num {
    margin-left: 30px;
}

/*  TAG  */
.product-tag-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-tags {
    margin-left: 30px;
}

/* Share */
.product-share-sec{

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}
.share-icon{
    margin-left: 23px;
}

/*  Product Feature Section  */
.product-feature-section {
    margin: 5% 0px;
    transition: all 1s ease-in-out;
}

/* product Feature head */
.product-feature-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid var(--text-50);
    padding-bottom: 3px;
    letter-spacing: 0.8px;
    transition: all 0.5s;
}

.product-feature-heading li {
    padding: 10px 0;
    font-size: 17px;
    cursor: pointer;
    margin: 0 20px;
    transition: all 0.5s;
}

.product-feature-heading li:hover {
    color: #000;
}

.product-feature-active {
    font-weight: 600;
    color: var(--text-h-900);
    transform: scale(1.2);
    border-bottom: 2px solid var(--text-h-900);
    transition: all 0.5s;
}


/*  Drescription  */
.Product-Description-sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%;
    transition: all 1s ease-in-out;
}

.Product-Description-sec h2,
.Product-Review-sec h2 {
    margin-bottom: 25px;
}

.Product-Detail {
    flex: 0 0 49%;
    width: 50%;
}

.short-desc {
    letter-spacing: 0.7px;
    word-spacing: 0.5px;
    margin-bottom: 20px;
}

.long-desc {
    letter-spacing: 0.7px;
    word-spacing: 0.5px;
}

.Product-Features {
    flex: 0 0 49%;
    width: 50%;
}

.Pro-arrow {
    display: inline;
    margin-right: 15px;
    color: #9EBCBE;
    font-weight: 900;
    letter-spacing: -2px;
}

.feature {
    letter-spacing: 0.7px;
    margin-bottom: 20px;
}

.Padd-Top-Bot {
    padding-top: 4%;
    padding-bottom: 4%;
}


/* Addition Information */

.Product-Information-sec {
    flex: 0 0 100%;
    width: 100%;
    transition: all 1s ease-in-out;

}

.info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.info-title {
    width: 150px;
}

.product-info {
    font-family: sans-serif;
    /* padding-left: 4%; */
    color: var(--text-a-700);
    letter-spacing: 1px;
}


/* Review Item */

.Product-Review-sec {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    transition: all 1s ease-in-out;

}

.product-review {
    flex: 0 0 49%;
    width: 50%;
    padding: 0 10px;
}


/* Review Item Start */
.review-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    margin: 25px 0;
    border-bottom: 1px solid var(--text-small-h-100);
    overflow: auto;
}

.review-item:last-child {
    border-bottom: none;
}

.review-img {
    flex: 0 0 20%;
    width: 20%;
    border-radius: 50%;
    text-align: center;
}

.review-img img {
    width: 90%;
    height: 100px;
    border-radius: 50%;
}

.review-detail {
    flex: 0 0 79%;
    width: 80%;
}

.review-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.review-email {
    margin-bottom: 15px;
    letter-spacing: 1px;

}

.review-msg {
    letter-spacing: 1px;
    margin-bottom: 15px;
    word-spacing: 0.5px;
}

.review-star {
    margin-bottom: 15px;
}

.review-star .fa-solid {
    color: var(--star-color)
}

.review-id {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Raleway-700';
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.review-name {
    letter-spacing: 1px;
    font-size: 17px;
}

.review-date {
    margin-left: 10px;
    letter-spacing: 0.7px;
}

/* Review Submit */
.product-review-submit {
    flex: 0 0 49%;
    width: 50%;
    padding: 0 10px;
}

/* Rating */
.rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}


.rating-title p {
    font-size: 17px;
    letter-spacing: 0.7px;
    font-weight: 600;

}

.rating-star {
    margin-left: 15px;

}



.review-input-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
}

.review-input-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
}

.review_title,
.filePic {
    flex: 0 0 100%;
    width: 100%;
}

.review_name,
.review_email {
    flex: 0 0 49%;
    width: 50%;
}

.product-review-submit input {
    padding: 15px 25px;
    border-radius: 25px;
    border: 1px solid var(--text-small-h-100);
    font-size: 16px;
    margin: 15px 0;
    letter-spacing: 0.7px;
}

.product-review-submit textarea {
    flex: 0 0 100%;
    width: 100%;
    padding: 15px 25px;
    border-radius: 15px;
    border: 1px solid var(--text-small-h-100);
    font-size: 16px;
    height: 130px;
    resize: vertical;
    letter-spacing: 0.7px;
}

.upload-img {
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 20px 0;
    border-radius: 15px;
}

.upload-img img {
    width: auto;
    height: 100%;
    border-radius: 15px;
}

.review-hide {
    display: none;
    transition: all 1s ease-in-out;

}

/* .feature-all-sec {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    transition: all 1s ease-in-out;
    overflow: hidden;
} */
.more-product-section {
    margin-top: 5%;
    margin-bottom: 5%;

}
.star-border{
    color: var(--star-color)
}
.star-solid{
    color: var(--star-color)
}




/* Media Query */
@media (max-width: 1030px) {
    .product-img {
        flex: 0 0 33.33%;
        width: 33.33%;
    }

    .review-img img {
        width: 85%;
        height: 80px;
    }
}

@media (max-width: 900px) {
    .review-img img {
        width: 80%;
        height: 65px;
    }
}

@media (max-width: 750px) {
    .main-product-img-sec {
        flex: 0 0 100%;
        width: 100%;
    }

    .product-img {
        flex: 0 0 20%;
        width: 20%;
    }


    .main-product-desc-sec {
        flex: 0 0 100%;
        width: 100%;

    }

    .Product-Detail {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 25px;
    }

    .Product-Features {
        flex: 0 0 100%;
        width: 100%;
    }

    .product-review {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }

    .product-review-submit {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 650px) {
    .product-img {
        flex: 0 0 25%;
        width: 25%;
    }

    .feature {
        letter-spacing: 0.3px;
    }

    .Pro-arrow {
        margin-right: 10px;
    }

    .review-img img {
        width: 80%;
        height: 100px;
        border-radius: 50%;
    }

}

@media (max-width: 580px) {
    .product-feature-heading li {
        padding: 10px 0;
        font-size: 16px;
        margin: 0 10px;
    }
}

@media (max-width: 520px) {
    .product-img {
        flex: 0 0 33.33%;
        width: 33.33%;
    }

    .review-img img {
        width: 80%;
        height: 82px;
    }
}

@media (max-width: 480px) {
    .product-feature-heading {
        flex-direction: column;
    }

    .product-feature-heading li {
        padding: 15px 0;
    }

    .info-title {
        width: 120px;
    }

    .review-img img {
        width: 90%;
        height: 80px;
    }

}

@media (max-width: 430px) {
    .info-item {
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .info-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .review-img img {
        width: 85%;
        height: 70px;
    }

    .review_name,
    .review_email {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .product-img {
        flex: 0 0 50%;
        width: 50%;
    }

    .review-img img {
        width: 85%;
        height: 60px
    }
}