
/* -------------------------------------single page-------------------------------- */


#pagination{
    text-align: center;

}

#pagination a{
text-decoration: none;
background-color: #088178;
border-radius: 4px;
color: #fff;
font-weight: 600;
padding: 15px 20px;
}
#pagination a i{
    font-size: 16px;
    font-weight: 700;

}



/* -------------------------------------------pro-details------------------------- */



/* ===============copy=========== */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
}

.product .summary.entry-summary {
    margin: 0px;
}

/* ===============copy=========== */



.rates {
    display: flex;
    background-color: #dcdcdc;
    grid-column: auto;
    gap: 50px;
    padding: 50px;
    margin: 30px 54px 21px 52px;
    flex-wrap: wrap;
}

.rates h4{
    background-color: #fff;
    padding: 10px;
}
.rates p {
    margin: 10px 0 0 0;
    font-weight: 700;
    background-color: rgb(52, 52, 52);
    padding: 10px;
    color: #fff;
    width: 102px;
    /* border-radius: 10px; */
}

#pro-details .normal-btn {
    padding: 10px;
    background-color: rgb(52, 52, 52);
    color: #fff;
    /* border-radius: 10px; */
    margin: 20px 0 0 50px;
}


#pro-details{
    display: flex;
    margin-top: 20px;
}


#pro-details .single-pro-img{
width: 40%;
margin-right: 50px;
margin-top: 80px;

}


.small-img-group{
    display: flex;
    justify-content: space-between;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;

}

#pro-details .single-pro-details{
width: 50%;
padding-top: 88px;
}

.single-pro-details strong{
    color: rgb(50, 49, 49);
}

#pro-details .single-pro-details h4{
    padding: 40px 0 20px 0;

}
#pro-details .single-pro-details h2{
    font-size: 26px;

}

#pro-details .single-pro-details select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#pro-details .single-pro-details input{
    width: 90px;
    height: 47px;
    padding-left:10px ;
    font-size: 16px;
    margin-right: 10px;
}

#pro-details .single-pro-details input
:focus{
    outline: none;
}


#pro-details .single-pro-details button{
    background-color: #fdc93b;
    color: white;
}
#pro-details .single-pro-details span{
    line-height: 25px;
font-size: 15px;
}

@media(max-width: 477px){
    .call-btn {
        width: 17%;
    }

    #pro-details{
        display: flex;
        flex-direction: column;
        padding: 0%;
    }

    #pro-details .single-pro-img {
        width: 100%;
        
    margin-top: 108px;
       
        
    }
    #hero h2{
        color: rgb(12, 12, 12);
    }
    h1{
        color: rgb(8, 8, 8);
        font-size: 25px;
    }
    h4{
        color: black;
    }
    #pro-details .single-pro-details {
       width: 100%;
        padding-left: 30px;
        padding-top: 0%;
        
    }
    h4 {
        padding: 15px 0px 4px 0;
    }
    #newsletter h4{
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    #newsletter{
        padding: 40px 20px;
        width: 100%;
    }
    #newsletter p {
        font-size: 16px;
        word-spacing: normal;
        text-align: center;
    }
   
   .col img {
    margin: 20px;
    width: 140px;
   }
   .col h4{
    color: black;
   }

   .product1::before {
    content: 'inani-abrasive';
    width: 25%;
    height: 45px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c41d11;
    padding: 0px 4px;
    transform: rotate(-20deg);
}


}


/* -----------------------------------About------------------------------------- */

.map-container{
    width: 50%;
    /* padding: 10px; */
    background: lightgray;
    height: 50vh;
    border-radius: 10px;
   

}


iframe{
    border-radius: 10px;
}


.about{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(rgba(253, 253, 254, 0.5),rgba(11, 22, 58, 0.550)) ,url(/background/factory-1.jpg);
    background-size: cover;

}





.about .content{
    max-width: 800px;
    text-align: center;

}

.about .content h2{
    font-size: 36px;
    font-weight: 700;
    color: #fff;

}

.about .content p{
    font-weight: 300;
    color: #fff;
    
} 


.container-2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container-2 .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;

}


.container-2 .contactInfo .box{
    position: relative;
    padding: 20px 0px;
    display: flex;
}

.container-2 .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: rgb(3, 3, 3);
    color: rgb(5, 56, 197);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
}

.container-2 .contactInfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    flex-direction: column;
    font-weight: 300;

}
.container-2 .contactInfo .box .text p{
    color: #fff;
}
.container-2 .contactInfo .box .text h3{
    font-weight: 600;
    color: #fdc93b;

}


@media(max-width:991px){
    .rates {
      /* width:; */
      flex-direction: column;
      padding: 10px;
      margin: 5px 5px 5px 5px;
      row-gap: 5px;
    }
    #pro-details .normal-btn{
        margin: 10px 0 10px 5px;
    }
}





@media(max-width:991px){

  
    .about{
        margin-top: 136px;
        margin-bottom: 38px;
        padding: 28px;
        width: 100%;

    }

    .container-2 .contactInfo .box .icon {
        min-width: 42px;
        height: 43px;
      font-size: 20px;
    }
    .about .content p {
    
        line-height: 24px;
        font-size: small;
    }

    .container-2 .contactInfo .box .text p {
     
        font-size: 12px;
    }
    .container-2{
        flex-direction: column;

    }
    .container-2 .contactInfo{
        margin-bottom: 40px;

    }
    .container-2 .contactInfo, 
    iframe{
        width: 100%;
    }
    iframe{
        width: 100%;
    }
    .map-container{
        width: 100%;
    }
}


