body{
    margin:0;
    background: rgb(51, 49, 51);
}


.product-img{
    width: 70% fit-content;
    
    max-height:79%;
    
    /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
    aspect-ratio: 1/1;
    margin:auto;
    /* object-fit:contain; */
    /* position: absolute; */
    
}
.buy-btn{
    color:white;
    background: #04AA6D;
    position: relative;
    right: 0px;
    margin: 10px;
    height: 3.3rem;
    width: 10rem;
    border: none;
    border-radius: 5px;
    font-size:1.1rem;
    transition: 0.6s ease-in-out;
    
} 
.buy-btn:hover{
    background-color: #025f3d;
    cursor: pointer;
}
.info{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 70%;
    max-width: 70%;
    word-break: break-all;
    
    /* margin: auto 20%; */
    /* min-width: 70dvh;    */
    
    
}
.white{
    color:white;
}
.gray{
    color:rgb(212, 212, 212)
}
.arial{
    font-family: arial;
}
select{
border: none;
height: 1.2rem;
border-radius: 6px;
background: none;
font-size:1.1rem;
width: 220px;
margin-bottom: 10px;
    
}
option{
    color:black
}
.content{
    margin-top:40px;
    min-height: 100dvh;

    /* position:relative; */
}
.border{
    border: 1px solid red;
}
.ot{
    /* position: absolute; */
    display: flex;
    flex-direction: row;
    height: 100%;
    
}
.gallery{
    display:flex;
    flex-direction: column;
    position: relative;
    margin:0px 60px;
    height:45rem ;
    width: 40rem;
    background-color: #2c2b2b;
    border-radius: 10px;
    width: 100%;
    height: 78dvh;
    
}
.r-icon {
    position: absolute;
    font-size: 2rem;
    top:50%;
    right: -50px;
}
.l-icon{
    position: absolute;
    font-size: 2rem;
    top:50%;
    left: -50px;
}
.l-icon,.r-icon{
    cursor: pointer;
    transition: 0.4s;
}
.l-icon:hover,.r-icon:hover{
    filter: brightness(79%);
}
.small-img{
    margin:auto auto;
    width: 5rem;
    height:5rem;
    object-fit:contain;
    transition: 0.46s ease-in-out;
    scale: 1;
    border: 3px solid transparent;
}
.img-list{
    display: flex;
    width: 90%;
    height: 20dvh;
    padding: 10px;
    cursor: pointer;
    overflow-x: scroll;
    bottom: 0;
    
}
.selected{
    border:3px solid #333;
    border-radius:10px;
}
/* .card{
display: flex;
flex-direction: column;
top: 0px;
margin: 20px;
position: relative;

background-color: #2c2b2b;
width: 11rem;
height: 20rem;
border-radius: 10px;
padding: 10px;
transition: 0.52s ease-in-out;

} */
.img{
margin:auto auto;
width: 11rem;
height:11rem;
object-fit:contain;
transition: 0.46s ease-in-out;
scale: 1;
/* border:1px solid red */

}

.description{
font-size:1.4rem;
font-family:arial;
color:white;
margin: 5px;
}
.cards{
    display: flex;
    
    height:  63dvh;
    width: 100%;
    overflow-x: scroll;
    
}
.c-buy-btn{
    color:white;
    background: #04AA6D;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    height: 3rem;
    width: 5rem;
    border: none;
    border-radius: 5px;
    font-size:1rem;
    transition: 0.6s ease-in-out;
    text-align: center;
    
}
.product-grid{
    display: flex;
    flex-wrap: wrap;
}
.desc{
    width: 95%; 
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: normal;
    overflow-wrap: normal;
    white-space: normal; 
    word-break: normal; 
    text-align: justify;    
}

@media (max-width:1225px) {
    .info{
        /* right: 8rem; */
    }
}
@media (max-width:1050px) {
    .info{
        /* right: 4rem; */
    }
}
@media (max-width:1000px) {
    .gallery{
        position: relative;
    }
    .info{
        float: left;
        left:3rem
    }
    .ot{
        flex-direction: column;
    }
}
@media (max-width:670px) {
    .gallery{
        width: 30rem;
        margin: 0 auto    ;
    }
    .product-img{
        width: 30rem;
    }
    .content{
        margin-top: 20px;
    }
}
/* @media (max-width:630px) {
    .gallery{
        width: 29rem;
        margin: 0 auto    ;
    }
    .product-img{
        
        width: 27rem;
    }
    .r-icon,.l-icon{
        margin: 3px;
    }
    .img-list{
        width: 22rem;
        margin: auto;
        overflow-y: scroll;
    }
} */
@media (max-width:580px) {
    .gallery{
        width: 27rem;
        margin: 0 auto    ;
    }
    .content{
        
    }
    .product-img{
        width: 25em;
    }
    .l-icon{
        left: -25px;
    }
    .r-icon{
        right: -25px;
    }
}
@media (max-width:530px) {
    .gallery{
        width: 29rem;
        margin: 0 auto    ;
    }
    .r-icon,.l-icon{
        display: none;
    }
    .product-img{
        width: 27rem;
    }
}
@media (max-width:482px) {
    .gallery{
        width: 85%;
        height: 60dvh;
        margin: 0 auto    ;
    }
    .product-img{
        width: 85%;
        max-height: 90%;
    }
}
@media (max-width:441px) {
    /* .gallery{
        width: 25rem;
        
    }
    .product-img{
        padding: 0;
        margin: 0;
    }
    .info{
        float: left;
        left:1rem
    } */
}
@media (max-width:421px) {
    /* .gallery{
        
        
    }
    .product-img{
        width: 21rem;
        padding: 0;
        margin: 0 auto;
    } */
    .pr{
        font-size:1.5rem !important;
    }
}
@media (max-width:371px) {
    /* .gallery{
        width: 21rem;
        
    } */
    /* .product-img{
        width: 19rem;
        padding: 0;
        margin: 0 auto;
    }
    .img-list{
        width: 19rem;
    } */
}
@media (max-height:563px) {
    .content{
        height: 120dvh;
    }

}