main{
    margin-top: 100px;
    margin-bottom: 100px;

}
.Product-All{
    height:600px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.Product-All .Product-imgs{
    width: 50%;
    height: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    
}
.Product-All .Product-imgs div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.Product-All .Product-imgs img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.Product-All .Product-content{
    width: 50%;
    height: 100%;
    /* background-color: pink; */
    padding-left: 100px;
}
.Product-All .Product-content h4{
    font-weight: bold;
    max-width: 80%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    margin-top: 10px;
}

.Product-All .Product-help{
    margin-top: 30px;
     padding-left: 30px;
     border-left: 5px solid #e79009;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Product-All button{
    margin-top: 30px;
    border: none;
    color: white;
    background-color: #e79009;
    padding: 10px;
    border-radius: 5px;
}
.Product-All p{
    margin-top: 30px;
}
.Product-All p .iconfont{
    font-size: 30px;
}


.Product-All p .titleq{
    font-size: 30px;
    /* font-weight: bold; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.Product-All p a{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #e79009;
    font-size: 16px;
}


.Product-table{
    /* background-color: pink; */
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    padding: 20px;
}
.Product-table .Product-name{
    max-width: 80%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}
.Product-table .S,
.Product-table  .F{
    font-weight: bold;
    margin-bottom: 20px;
}
.Product-table  .F{
    margin-top: 20px;
}

.Product-table table{
    width: 100%;
    border-collapse: collapse;
}
.Product-table table td{
    border: 1px solid black; 
    padding-left: 20px;
    color: #838181;
    height: 40px;
    font-size: 16px;
    max-width: 80%; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.Product-imgs button{
    display: none !important;
}

.Product-content .Product-cps{
    height: 200px;
    width: 100%;
    margin-top: 20px;
}
.Product-content .Product-cps div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px;
    /* margin: 10px; */
    border-radius: 5px;
   
}
.Product-content .slick-slide{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    margin-right:10px;
}
.Product-content .Product-cps div img{
    height: 100%;
    width: auto;
    /* box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.3); */
    /* border: 1px solid red; */
   
    /* border: 1px solid red; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.Product-cps button{
    display: none !important;
}




.Product-Images{
    margin-top: 50px;
}
.Product-Images .Images-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
.Product-Images .Images-box>div:nth-child(1){
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}



.Product-Images .Images-box .Boxs{
    width:24%;
    height: 250px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    position: relative;
}
.Product-Images .Images-box .Boxs .Image-Maina{
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3); 
}
.Product-Images .Images-box .Boxs .Image-Maina a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.Product-Images .Images-box .Boxs .Image-Maina img{
    width: auto;
    height: 100%;
    transition: 0.3s;
}
.Product-Images .Images-box .Boxs .Image-Maina a:hover img{
    height: 120%;
}
.Product-Images .Images-box .Boxs .Image-Title{
    text-align: center;
    margin: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Product-Images .Images-box .Boxs .Image-Title a{
    width: 90%;
    white-space: nowrap;  
    overflow: hidden; 
    text-overflow: ellipsis; 
    color: black;
    transition: 0.3s;
}
.Product-Images .Images-box .Boxs .Image-Title a:hover{
    color: #e79009;
}



@media screen and (max-width:991px) {
    .Product-All{
        display: block;
        height: auto;
    }
    .Product-All .Product-imgs{
        width: 100%;
    }
    .Product-All .Product-content{
        margin-top: 50px;
        width: 100%;
        padding-left: 0px;
    }
    .Product-Images .Images-box{ 
        margin-top: 30px;
        width: 100%;
        
    }
    .Product-All .Product-imgs div{
        height: 400px;
    }
    .Boxs{
        width: 100% !important; 
        margin-bottom: 30px;
    }
    .Product-Images .Images-box>div:nth-child(1){
        width: 100% !important;
        margin-bottom: 30px; 
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    
     
}
@media scree and (max-width:450px){
    .Product-Images .Images-box>div:nth-child(1){
        display: block;
    }
}
