
/* Product Detail Section */

.product-detail-section{
    padding: 50px 0 100px 0;
}
/* .product-slider-image img{
    min-height: 700px;
    width: 100%;
    max-width: 700px;
    border-radius: 15px;
    background-color: #e7e0dd;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.product-slider-image{
    margin-bottom: 10px;
}
.product-slider-image img{
    border-radius: 15px;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.product-thumbs-image img{
    width: 100%;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
}
.product-detail{
    max-width: 650px;
    width: 100%;
    margin: 0 0 0 auto;
    padding-left: 30px;
}

.product-detail h1{
    margin: 0 0 15px 0;
    color: #014D55;
}

.product-detail-review{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 30px 0;
}
.product-detail-review h3,
.product-detail-content h6,
.product-detail-size h4{
    color: #014D55;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'DIN Next LT Pro';
}
.product-detail-review ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-detail-review ul li{
    margin: 0 7px 0 0;
}
.product-detail-review ul li img{
    width: 18px;
}
.product-detail-review .detail-review{
    display: flex;
    align-items: center;
}
.product-detail-review .detail-review h3{
    font-weight: normal;
    margin: 3px 0 0 0;
    line-height: normal;
}


.product-detail-content p{
    margin: 0 0 30px 0;
}
.product-detail-content h6{
    font-weight: bold;
    margin-bottom: 15px;
}
.product-detail-content ul{
    margin: 0 0 40px 25px;
}
.product-detail-content ul li{
    font-weight: 300;
}
.product-detail-skintype ul{
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-detail-skintype ul li a{
    font-size: 12.86px;
    line-height: 15px;
    font-weight: 300;
    background-color: #BFAEA8;
    display: table;
    border-radius: 3.39px;
    padding: 7px 12.5px 6px 12.5px;
    color: #fff;
}
.product-detail-size{
    margin-bottom: 30px;
}
.product-detail-size h4{
    font-weight: bold;
    margin-bottom: 8px;
}
.product-detail-size ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-detail-size ul li span{
    display: table;
    background-color: transparent;
    border: 1px solid #014D55;
    color: #014D55;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 11px 10px 11px;
    border-radius: 3.39px;
}

.product-detail-qty{
    display: flex;
    align-items: center;
    gap: 20px;
}
.quantity-selector {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 3.39px;
    border: 1px solid #014D55;
    height: 58px;
}
.quantity-selector button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 15px;
}
.quantity-selector input.quantity {
    width: 45px;
    text-align: center;
    margin: 0 5px;
    border: none;
    color: #014D55;
    font-weight: 300;
    box-shadow: none!important;
    outline: none!important;
    font-size: 16px;
}
.quantity-selector input.quantity::placeholder{
    color: #014D55;
}
.product-detail-qty .btn.btn-primary{
    font-weight: 400;
    padding: 19px 20px 17px 20px;
    min-width: auto;
}  

.product-detail-ac{
    padding: 30px 0 0 0;
}
.product-accordion-item{
    border-bottom: 1px solid #ccc;
}
.product-ac-button{
    font-weight: bold;
    font-size: 20px;
    color: #014D55;
    font-size: 20px;
    line-height: 25px;
    border: none;
    border-radius: 0;
    padding: 20px 0;
    font-family: 'DIN Next LT Pro';
    background-color: transparent!important;
    width: 100%;
    text-align: left;
    position: relative;
}
.product-ac-button.collapsed::before{
    transform: rotate(0);
}
.product-ac-button::before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../images/down-arrow.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
    transform: rotate(180deg);
}
.product-detail-body{
    padding: 0 0 20px 0;
}
.product-detail-body p a{
    color: #014D55;
}



/* Responsive */
@media screen and (max-width: 1550px) {

    .product-detail-section{
        padding: 50px 0 70px 0;
    }
    .product-slider-image img{
        height: 550px;
    }
    .product-thumbs-image img{
        height: 110px;
    }
}
@media screen and (max-width: 1299px) {

    .product-thumbs-image img{
        height: 100px;
    }
}

@media screen and (max-width: 1199px) {

    .product-detail h1{
        font-size: 30px;
        line-height: normal;
    }
    .product-detail-content p{
        margin-bottom: 15px;
    }
    .product-detail-content h6{
        margin-bottom: 10px;
    }
    .product-detail-content ul{
        margin-bottom: 25px;
    }
    .product-detail-skintype ul{
        gap: 5px;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 991px) {

    .product-detail{
        padding: 30px 0 0 0;
        max-width: 100%;
        margin: 0;
    }
    .product-thumbs-image img{
        height: 120px;
    }
}

@media screen and (max-width: 767px) {

    .product-detail-section{
        padding: 10px 0 50px 0;
    }
    .product-slider-image img{
        height: 420px;
    }
}
@media (min-width:576px) and (max-width:767px) {}