.single-pro-details {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 10px;
    
    padding: 24px 20px;
    
}

figure.product-img {
    padding: 20px 20px;
    background: #00506d;
    border-radius: 8px;
    margin-bottom: 0px ;
}

.product-info-00 {
    border: 1px solid;
    padding: 22px 8px;
    border-radius: 8px;
    width: 100%;
    height: 130px;
}

.product-info-00 h3 {
    font-size: 22px;
    margin: 0px;
}

.product-info-00 h4 {
    display: flex;
    font-size: 18px;
    gap: 5px !important;
    color: #000;
    margin: 0px;
}

.button-sub {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-sub {
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #ffffff;
    background: #135b7c;
}

section.product-detail-pg {
    background: #cccccc12;
}

.product-detail-sidebar {
    margin: 30px 20px;
    /* border: 1px solid #000; */
    background: #fff;
    box-shadow: 2px 6px 8px 0px #ccc;
    border-radius: 8px;
} 


.headding {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 15px 20px;
    background: #005371;
    font-size: 20px;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
}

li{
    list-style-type: none;
}

ul{
    padding: 0px ;
}

ul.name-product li {
    margin: 20px 8px;
    padding: 10px 8px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}


