﻿@import "/Plugin/css/common.css";


/*post-details*/
.post-details .post-header h1 {
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 33px;
    color: #204B96;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width:768px) {
    .post-details h1 {
        font-size: 25px;
    }
}

/*product-details*/
.product-details{
    margin-bottom:20px;
}
.product-header .product-img{
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*.product-details{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap:50px;
}
.product-details .product-img{
    width:30%;
}
.product-details .product-box-title{
    width:60%
}*/
.product-details h1{
    color:#204B96;
    font-size:29px;
    font-weight:700;
}
.product-details .details-product-price {
    color: #EF4130;
    text-align: left;
    border-bottom: 1px solid #BFBFC0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-details .details-product-price h3{
    font-size: 29px;
    font-weight: 600;
}
.product-details .details-product-price h4{
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
}

@media (max-width: 768px) {
    .product-details .details-product-price h3 {
        font-size: 25px;
    }
    .product-details .details-product-price h4 {
        font-size: 18px;
    }
    .product-details .details-product-price {
        color: #EF4130;
        text-align: left;
        min-height: 0;
        border-bottom: 1px solid #BFBFC0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-details .product-img{
        margin-right:0;
        margin-bottom: 20px;
    }
    .product-related{
        box-shadow: none;
        border:none;
    }
    .product-related .product-related-title {
        border-radius:0;
    }
    .product-related .product-related-container {
        padding: 0 15px;
    }
    .product-related-item .related-item-title {
        margin-bottom: 0;
    }
    .product-related-item .related-item-title h3 {
        font-size: 20px;
    }    
    .product-related-item .related-item-price {
        margin-bottom: 15px;
    }
    .product-related-item .related-item-price h3{
        font-size: 17px;
    }
}

/*product-related*/
.product-related{
    position: -webkit-sticky;
    position: sticky;
    top: 40px;

    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
   
}
.product-related .product-related-container{
    padding:0 15px;
}
.product-related .product-related-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    background: #00328B;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
}
.product-related-item{
    margin:15px 0;
    text-align:center;    
}
.product-related-item .related-item-img{
    /*background-color: #ededed;*/
    padding: 10px 0;
    border-radius: 22px;
    margin-top: 0;
    margin-bottom:12px;    
}
.product-related-item .related-item-img img {
    object-fit: cover;
}
.product-related-item .related-item-title{
    margin-bottom:0;
}
.product-related-item .related-item-title h3{
    font-size: 18px;
    font-weight: 700;   
    line-height: 25px;
    margin-bottom: 0;
}
.product-related-item .related-item-title h3 a{    
    color: #204B96;
}
.product-related-item .related-item-price{
    margin-bottom:20px;
}
.product-related-item .related-item-price h3{
    font-size: 18px;
    font-weight: 700;   
    line-height: 33px;
    color: #EF4130;
    margin: 0;
}
.product-related-item .related-item-price h4{
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through; 
    color: #EF4130;
    margin:0;
}
.fs-new-17{
    font-weight: 700;
    text-align: center;
}



