.product_header{
    display: flex;
    justify-content: right;
    margin-top: 130px;
    gap:2rem;
}
.product_images{
    width: 39%;

}
.swiper{
width: 100%;
    height:467px ;
    margin: 0%;
display: flex;
}
.main_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFFFFF75;
}
.swiper-pagination-bullet-active{
    width: 27px;
     border-radius: 10px;
     background-color: white;
}
      .swiper-container-thumbs {
            margin-top: 10px;
            height: 80px;
        }
        .swiper-container-thumbs .swiper-slide {
            width: 80px !important;
            height: 80px;
            cursor: pointer;
          }
      
        .swiper-container-thumbs .swiper-slide img{
            width: 100%;
            object-fit: cover;
            height: 100%;
        }
        .seeall{
            min-width: 80px;
            min-height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
border: 1px solid #E9E9E8;
            font-size: 12px;
        cursor: pointer;
        color: #6F6F6F;
        }


        
       .modal-swiper-container-thumbs {
            margin-top: 10px;
            height: 80px;
        }
        .modal-swiper-container-thumbs .swiper-slide {
            width: 80px !important;
            height: 80px;
            cursor: pointer;
          }
      
        .modal-swiper-container-thumbs .swiper-slide img{
            width: 100%;
            object-fit: cover;
            height: 100%;
        }
     .mainmodal_swiper {
        width: 100%;
        height: 100%;
     }
     .product_titles{
        width: 39%;
        display: flex;
        flex-direction: column;
     padding: 20px 0;
     }
     .product_titles h1{
        font-size: 24px;
        font-weight: 700;
        color: #1C142A;
     }
     .product_titles_header p{
        word-spacing: 4px;
        color: black !important;
font-size: 14px;
     }
     .brand{
        font-weight: 500;
        font-size: 16px;
     }
     .brand span{
        color: #2616FF;
     }
     .product_titles p{
        font-size: 14px;
        color:#8E8E8E ;
        text-align: justify;
     line-height: 30px;
     }
     .product_titles h6{
        font-weight: 600;
        font-size: 18px;
        color: #1C142A;
     }
     .product_titles label{
                font-size: 12px;
        color:#8E8E8E ;
        cursor: pointer;
     
     }
  .selectboxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .selectbox_container{
    width: 32%;
    display: flex;
    flex-direction: column;
    color:#656565 ;
  position: relative;
  }
  .selectbox_container p{
    font-size: 10px;
  margin-top: 20px;
  margin-bottom: 0%;
  }
  .selectbox{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
border: 1px solid #E9E9E8;
font-size: 12px;
color: #808080;
cursor: pointer;
  }
  .selectbox_popup{
    width: 100%;
    position: absolute;
 top: 95px;
 display: none;
border: 1px solid #E9E9E8;
 font-size: 12px;
color: #808080;    
background-color: white;
z-index: 2;
    }
    .selectbox_popup ul{
        margin: 0%;
        list-style: none;
    }
    .selectbox_popup ul li{
        width: 100%;
        padding: 10px;
        cursor: pointer;
        transition: .4s;
    }
    .selectbox_popup ul li:hover{
        color: black;
        font-size: 13px;
    }
    .product_cart{
        width: 20%;
          clip-path: polygon(12.5% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 15%);
          background-color: #F5F4F4;
          padding: 20px;
          display: flex;
          flex-direction: column;
          height: fit-content;
    }
    .product_cart span{
    color: #717171;
    font-size: 14px;
    }
    .price {
        font-size: 22px;
        width: 100%;
        text-align: end;
        margin-top: 40px;
    
    color: #717171;
    }
    .price b{
        color: #5D5D5D;
    }
    .product_cart button{
        width: 100%;
        height: 51px;
        background-color: #2616FF;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        transition: .3s;
    }
    .product_cart button:hover{
        border-radius: 30px;
    }
    .product_titles_header{
        align-items: center;
    }
    .new_products {
        height: fit-contenta;
    }
    .newproduct {
        margin-top: 30px;
    }
    .about_product{
padding: 30px;
border: 1px solid #D2D2D2;
margin-top: 60px;
    }
    .about_product_tabbar{
        width: 100%;
        height: 120px;
        background-color:#F0F0F0 ;
        
    }
    .about_product_tabbar ul{
        width: 100%;
        list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0%;
    padding: 0%;
    }
    .about_product_tabbar ul li{
        width: 149px;
        margin: 0 20px;
        height: 50px;
        background-color: white;
        color: #0A0097;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
transition: .3s;
cursor: pointer;
    }
     .about_product_tabbar ul li:hover{
        background-color: #0A0097;
        color: white;
    }
    .about_product_tabbar ul .active{
        background-color: #0A0097;
        color: white;
    }
    .product_tab{
        margin-top: 50px;
      display: none;
    }
    .product_active{
        display: block;
        animation-name: fade;
animation-duration: 1s;
animation-fill-mode: forwards;
    }
    @keyframes fade {
    from{opacity: 0;}
    to{opacity: 1;}
    
}
    .product_tab p{
          color:#7A7B7F ;
        font-size: 15px;
        margin: 20px 0;
        line-height: 30px;
        text-align: justify;
    }
    .comment{
        margin-top: 30px;
    }
    .comment_profile p{
        margin: 0%;
    }
    .product_tab img{
        width: 100%;
        object-fit: cover;
        max-height: 60vh;
    }
 @media (max-width: 1200px) {
 .product_images{
    width: 46%;
 }
.product_header {
    flex-wrap: wrap;
}
.product_titles{
    width: 46%;
}
.product_cart{
    margin-top: 40px;
    width: 100%;
}
 }
  @media (max-width: 992px) {
 .product_images{
    width: 49%;
 }
.product_header {
    flex-wrap: wrap;
    padding: 0%;
}
.product_titles{
    width: 49%;
}
 .swiper-container-thumbs .swiper-slide , .seeall{
    width: 60px !important;
    height: 60px !important;
    min-width: 60px;
    min-height: 60px;
 }
 .product_titles h1{
    font-size:18px;
 }
 .selectbox{
    padding: 0 5px;
 }
 }
  @media (max-width: 768px) {
     .product_images{
    width: 100%;
 }
 
.product_titles{
    width: 100%;
}
.brand {
    margin: 5px 0 !important;
}
  }
  @media (max-width: 576px) {
    .product_titles{
    padding: 0 20px;
}
.about_product_tabbar{
    width: 100%;
}
.about_product{
    padding: 30px 0;
}
.product_tab {
    padding: 0 10px;
}
.about_product_tabbar ul{
    justify-content: space-between;
padding: 10px;
}
.about_product_tabbar ul li{
    margin: 0%;
    font-size: 10px;
    width: 32%;
}
.product_tab p{
    font-size: 12px;
}
  }