/* product-section container */
/* product-section container */
/* product-section container */
#product-section {                                    
    
}
.magnifier{
    direction: ltr!important;
}
.thumb{
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;    
    cursor: pointer;
}
#mainImage{
    width: 100%;
    max-width: 510px;
    height: 290px;
    object-fit: cover;
    border-radius: 12px;    
    
}

.share-btn {    
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
    height: 48px;
    width: 48px;    
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    left: 6px;
    top: 0;
    /*position: relative;*/    
}
[lang="en"] .share-btn{ 
    left: unset;
    right: 6px;
}

.share-popup {
    display: none;
    position: absolute;
    top: 52px;
    left: 6px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
    width: 200px;
}
[lang="en"] .share-popup{
    left: unset;
    right: 6px;
}

.share-popup a, .share-popup button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    color: #333;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
}

.share-popup img {
    width: 20px;
    height: 20px;
}

.share-popup a:hover, .share-popup button:hover {
    background-color: #f0f0f0;
}

#product-section .productTitle{                                    
    font-size: 20px;
    color: #141414;    
    font-weight: 600;
}
#product-section .productMainDescription{
    font-size: 14px;
    color: #737373;    
    font-weight: 500;
}
#product-section .price{
    font-size: 18px;
    color: #031882;    
    font-weight: 600;
    margin-bottom: 0px;
}
#product-section .oldPrice{
    font-size: 12px;
    color: #F04438;    
    font-weight: 500;
    margin-bottom: 0px;
    /*margin-right: 10px;*/
    padding: 4px;
    text-decoration: line-through;
}
#product-section .wh-contact-button{
    
    text-decoration: none;  
    padding: 4px 4px;    
    height: 36px;
    background-color: #4DCB5B;
    border-radius: 6px;
    font-size: 12px;
    color: #FFFFFF;    
    font-weight: 500;
}

#product-section .nav-tabs .nav-link{                                        
    background-color: #F5F7FF;
    border-radius: 360px;
    color: #24418B;
    padding: 10px 18px;
    border: 1px solid #E5E8F3;
    font-weight: 500;
    
}
#product-section .nav-tabs .nav-link.active{                                    
    background-color: #031882;    
    color: #FFFFFF;
    
}
#product-section .nav-tabs a{                                    
    text-decoration: none;
    
}
#product-section .featuredImage{
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 12px;
    
}


#product-section .metaCard h6{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #3C3C43;            
    font-weight: 600;            
}
#product-section .metaCard p{
    font-size: 14px;
    font-weight: 500;
    color: #3C3C43;            
    text-decoration: none;
    margin-bottom: 0px;
    /*font-weight: 400;*/            
}
#product-section .metaCards{
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    border-radius: 16px;

}


#partners-sponsors .partners, #partners-sponsors .sponsors{
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    border-radius: 16px;
}
#partners-sponsors h6{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #3C3C43;            
    font-weight: 600;            
}
#partners-sponsors p{
    font-size: 14px;
    font-weight: 500;
    color: #3C3C43;            
    text-decoration: none;
    margin-bottom: 0px;
    /*font-weight: 400;*/            
}
#partners-sponsors .imgCard{
    max-height: 86px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#partners-sponsors .imgCard img{
    height: 80px;    
    object-fit: contain;
    object-position: center;
}


.external-links {
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    border-radius: 16px;
}
.external-links h6{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #3C3C43;            
    font-weight: 600;            
}

.external-links p{
    font-size: 14px;
    font-weight: 500;
    color: #3C3C43;            
    text-decoration: none;
    margin-bottom: 0px;
    /*font-weight: 400;*/            
}

.external-links a {
    font-size: 14px;
    color: #3C3C43;
    font-weight: 500;    
}
.external-links .social-product-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top;
    height: 100%;
    /*max-height: 150px;*/
}



#image-gallery .bigImg{
    width: 100%;
    height: 358px;
    object-fit: cover;
    border-radius: 12px;
}
#image-gallery .miniImg{
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 12px;
}

#related-products h2{
    font-size: 20px;
    /*font-weight: bold;*/
    color: #141414;            
    font-weight: 600;            
}


@media (max-width: 576px) {  
    .external-links .social-product-bg{
        position: absolute;
        left: 0;
        bottom: 0;
        object-fit: cover;
        object-position: top;
        height: 100%;
        max-height: 100px;
    }
  
}
.related-products-section {
  margin: 50px 0;
}

.related-products-carousel .card {
  margin: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.related-products-carousel .card-img-top {
  height: 200px;
  object-fit: cover;
}

.related-products-carousel .slick-arrow {
  background-color: #007bff;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
}

.related-products-carousel .slick-dots li button:before {
  color: #007bff;
}

/*          .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.star-rating input[type="radio"] {
    display: none;  Hide the radio buttons 
}

.star-rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    padding: 0 5px;
}

.star-rating input:checked ~ label {
    color: #f5b301;  Color of selected stars (gold) 
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f5b301;  Hover effect for stars 
}*/

.star-rating {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

.star {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.star:hover,
.star:hover ~ .star {
    /*filter: brightness(1.2);*/
}


