@import url('https://fonts.googleapis.com/css2?family=Grechen+Fuemen&display=swap');

.back a{
    text-decoration: none;
    color: #ff523b;
    text-decoration: underline;
}

.sec{
    background-color:#717171;
    margin-top: -80px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.col-4 img{
    width: 30vh;
    height: 30vh;

}
.title{
    text-align: center;
    margin:  80px;
    position: relative;
    line-height: 60px;
    color: #424d1e;
    font-family: Grechen Fuemen;
   

}
.title::after{
    content: "";
    background: linear-gradient(45deg, #db4444, #133763);
    width: 50%;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
h4{
    color: black;
    font-weight: normal;
}
.rating {
    color: #ebb31a; 

   
}
.col-4:hover{
    transform: translateY(-5px);
    cursor: pointer;
}
#btn{
    visibility: hidden;
}
@media only screen and (max-width:800px){
    .row{
        text-align: center;
    }
    .col-2, .col-4{
        flex-basis: 100%;
    }
    .single-product .row{
        text-align: left;
    }
    .single-product .col-2{
        padding: 20px 0;
    }
    .single-product h1{
        font-size: 26px;
        line-height: 32px;
    }
    #btn{
        visibility: visible;
         display: relative;
        border: none;
        color: #ff523b;
        align-items: center;
        position: absolute;
        right: 96px ;
        font-size: 16px;
        cursor: pointer;
        margin-top: -20px;
        
    }

}
/* for products */
.col-2{
    flex-basis: 40%;
    min-width: 300px;
}
.head{
    color: #ff523b;
}
.col-2 img{
    max-width: 100%;
    padding: 50px 0;
    
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
    font-family:  Grechen Fuemen;
    color: rgb(170, 77, 77);
}
h3{
    font-family:  Grechen Fuemen;
    color: rgb(170, 77, 77);
}

.paraitalic{
    font-family:  Grechen Fuemen;
    font-size: 20px;
     font-weight: bold; 
}
/* product details  */
.single-product{
     margin-top: 80px;
    background-color: rgb(223, 213, 213);
    width: 100%;
    
}
#product-img{
    height: 50%;
}
.single-product .col-2 img {
    padding: 0;
    height: 15vh;
}
.single-product .col-2{
    padding: 20px;
}
.small-img-row{
    display: flex;
    justify-content: space-between;
}
.small-img-col{
    flex-basis:24% ;
    cursor: pointer;
}


