/*** Products detail page ***/

#product-slider{
    padding-left: 30px;
}


.res-align{
    text-align: right;
}

.deatils-head{
    /*font-family: "Nunito";*/
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 0px;
}


.details-info{
    font-size: 11px;
    font-weight: 800;
    color: #5a5959;
    letter-spacing: 1px;
    padding-top: 5px;
}


.list li{
       color: #000000;
    /*font-family: "Nunito";*/
    font-family: 'Gill Sans';
    font-size: 15px;
    
}


.list li i{
    color: var(--primary);
}

.pro-price {
    font-size: 30px;
    color: #3a3838;
    font-family: "Poppins", sans-serif !important;
    font-family: 'Gill Sans';
    margin: 10px 0px;
}

.pro-size{
    display: inline-block;
    background: none;
    padding: 10px 20px;
    border: 2px solid #e7e4e4;
    font-family: 'Gill Sans';
    font-weight:600;
}


.quatation-btn{
    display: inline-block;
    padding: 10px 30px;
    background: var(--primary);
    color: #fff;
    border: none;
    font-size: 18px;
    border-radius:5px;
     text-transform: uppercase;
    font-family: "Poppins", sans-serif !important;
}

.quatation-btn:hover{
     background-color: #8B5E3B;
    border-color: #fff;
}



#product-info h4{
    /*text-transform: uppercase;*/
    text-align: center;
    padding: 15px 0px;
    display: inline-block;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
}


#product-info p{
     color: #4d4d4d;
    /*font-size: 14px;*/
    width: 90%;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;

}
#product-info h5{
    text-transform: uppercase;
    font-size: 15px;
    margin: 14px 0px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;


}

.content table td{
      padding: 10px 0px;
    color: #000000ba;
     font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    font-weight: 600;
}

.light{
    font-weight: 400 !important;
}


.content {
  position:relative;
}
.content .text {
  margin-bottom: 5px; 
  color: #777; 
  position:relative; 
  font-family: "Poppins", sans-serif !important; 
  font-size: 14px; 
  display: block;
}
.content .show-more {
       background: transparent;
    color: black;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    
}

.content .show-more-height { 
  height:150px; 
  overflow:hidden; 
}
.content table tr {
    border-bottom: 2px solid #e7e4e4;
    
}


.documents{
    display:flex;
  justify-content: space-around;
}

.documents p a{
    color:black;
    font-size: 15px;
    font-weight:500;
}


.fa-file-alt:hover{
    color:var(--primary);
}

.documents p:hover a{
    color:var(--primary);
    text-decoration:underline;
}

@media(max-width: 991px){
    
    
    #deatils{
        margin-top:50px;
    }
    #product-info h4 {
  text-transform: uppercase;
    text-align: left;
    padding: 15px 0px;
    display: block;
    color: #eb5933;
    text-decoration: underline;
    background: #22191600;}
    
    #listing h1{
        text-align:center;
    }
    .res-align{
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    
    }
    
    .res-mar{
        margin-top:10px !important;
    }

}





@media(max-width:480px){
    
    /*.res-call{*/
    /*    padding:20px !important;*/
    /*}*/
    .res-mar{
        margin-top:10px;
       
    }
    .res-align {
        margin:0px  !important;
        display:none;
    }
    .mobi-mar{
         margin:auto;
        
    }
    
    
    #deatils{
        padding:0px 15px;
        margin-top:10px;
    }
    
    #product-slider {
        padding: 0px;
    
    }
    
    #product-info{
         margin: auto;
    }
    
    .content table{
        margin:auto;
    }
    
    .big-image img {
    width: 100%;
    height: 300px;
    }
    .product{
        margin-bottom: 30px;
    }

    #product-info h4 {
  text-transform: uppercase;
    text-align: left;
    padding: 15px 0px;
    display: block;
    color: #eb5933;
    text-decoration: underline;
    background: #22191600;
    font-size: 15px;
    }
    

    /*#product-info h4:before{*/
    /*     position:relative;*/
    /*     content:"\f101";*/
    /*     font-family: "Font Awesome 5 Free";*/
    /*}*/
    .content table td{
    padding: 10px 0px;
    color: black;
    font-family: "Poppins", sans-serif !important;
    font-family: 'Gill Sans';
    font-size: 15px;
    font-weight: 400;
    text-shadow: none;
     }

     #product-info .container{
        margin-top: 10px !important;
        padding: 0px 20px;
     }

     .res-space{
        margin-top: 10px;
     }
    
    #listing h1{
        text-align: -webkit-center;
    }
    
    
    }
    
    .filters p{
        text-shadow:none;
    }
    
    .design-filter p{
        text-shadow:none;
    }
    
    .product {
    display: flex;
    flex-direction: column-reverse;

    }
    
    .product-smallImg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        
    }
    .product-smallImg img {
   
    margin: 5px 5px;

    }
    .pad{
        padding:20px !important; 
    }
.call-to-action{
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
}