@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

body{
    background-color: #F8F8F8;
    margin:0%
}
.item_details{

    box-sizing: border-box;
    border: none;
    height: 50px;
    width: 55%;
    background-color: var(--color);
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 15%; */
}

.item_text{
    color: white;
    font-size:18px;
    font-family: 'Inter', sans-serif;
    margin-left:2%;
    padding-top: 1.5%;


}

.offer_text{
    margin-left:65%
}

.product_card{
    box-sizing: border-box;
    border: none;
    width: 100%;
    background-color:#FFFFFF;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 3px #c0bebe;
    margin-bottom: 3%;
}

.product_img{
    height:160px;
    width:60%;
    margin-top: 5%;
    margin-left: 18%;
}

.product_img2{

    height:40px;
    width:15%;
    margin-top: 5%;
    margin-left: 2%;
}

.product_margin{
    margin-left: 20%;
}

.product_name{
    font-size:16px;
    font-weight:bold;
    font-family: 'Inter', sans-serif;
    margin-top: 1.5%;

}
.product_type{
    font-size:12px;
    font-family: 'Inter', sans-serif;
    color: #8f8b8b;
    margin-top:-3.5%

}

.product_price{
    font-size:12px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color:var(--color);
    margin-top:-3.5%
}

.product_description{
    font-size:10px;
    font-family: 'Inter', sans-serif;
    margin-top:-3.5%;
    height:50px;
    width: 90%;
    text-align: justify;



}

.qty{
    margin-top:5%;
}

.icon-box{

    box-sizing: border-box;
    border: 1px solid black;
    height: 28px;
    width: 10%;

}

.box-left{
    margin-left: 2%;
}


.icon{
    color: #000;
    padding-left: 14px;
    font-size: 12px;
}

.icon2{
    color: #000;
    padding-left: 14px;
    font-size: 12px;
}



.add_to_cart_btn{
    width:30%;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color);
    border-color: var(--color);
    border:none;

}
.add_text{
    font-size: 13px;
    color: white;
    font-weight: bold;
}


.add_text:hover{
    color: white;
}

.req_text{
    font-size: 13px;
    color: rgb(2, 2, 2);
    font-weight: bold;
}

.req_text:hover{
    color: white;
}

.req_btn{
    width:30%;
    height: 30px;
    border-radius: 8px;
    background-color: #f3f2f1;
    border:none;
    box-shadow: 0px 1px 3px #c0bebe;
    margin-left: 5%;
    font-weight: bold;

}

.req_btn:hover{
    background-color:var(--color);

}





/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */

@media screen and (min-width: 240px) and (max-width:339px) {

    .item_details{

        height: 40px;
        width: 95%;
        /* margin-top: 30%; */
    }

    .item_text{
        font-size:14px;
        margin-left:2%;
        padding-top: 4%;


    }

    .offer_text{
        margin-left:40%
    }
    

    .product_card{
        width: 95%;
        margin-bottom: 3%;
    }

    .product_img{
        width:80%;
        margin-top: 5%;
        margin-left: 10%;
        height:160px
        /* margin-right: 5%; */
    }
    .product_img2{

        width:20%;
        margin-top: 5%;
        margin-left: 3%;
    }

    .product_margin{
        margin-left: 5%;
    }

    .product_margin_text{
               margin-left:6%;
               margin-top: -10%;
    }

    .product_name{
        font-size:16px;
        margin-top: 1%;

    }
    .product_type{
        font-size:12px;
        margin-top:-3.5%

    }

    .product_price{
        font-size:12px;
        margin-top:-3.5%
    }

    .product_description{
        font-size:10px;
        margin-top:-4.5%;
        height:100%;
        width: 90%;



    }

    .qty{
        /* margin-top:-20%; */
    }

    .qty_text{
        font-size:14px
    }

    .m_box{
        margin-left: 4%;
    }
    .icon-box{

        height: 25px;
        width: 40px;

    }

    .box-left{
        margin-left: 2%;
    }


    .icon{
        color: #000;
        padding-left: 14px;
        font-size: 12px;
        margin-top: -4.2px;

    }

    .icon2{
        color: #000;
        padding-left: 14px;
        font-size: 12px;
    }


    .btn_bottom{
        margin-bottom: 10%;
    }

    .add_to_cart_btn{
        width:45%;

    }
    .add_text{
        font-size: 11px;
    }


    .add_text:hover{
        color: white;
    }



    .req_btn{
        width:45%;
        margin-left: 5%;

    }

    .req_text{
        font-size: 11px;
    }




}


/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */

@media screen and (min-width: 340px) and (max-width:767px) {

    .item_details{

        height: 50px;
        width: 95%;
        /* margin-top: 20%; */

    }

    .item_text{
        font-size:14px;
        margin-left:2%;
        margin-top: 3%;
        
    }

    .offer_text{
        margin-left:50%
    }
    



    .product_card{
        width: 95%;
        margin-bottom: 50%;
    }

    .product_img{
        width:50%;
        height: 2%;
        margin-top: 5%;
        margin-left: 25%;
        margin-right: auto;
    }
    .product_img2{

        width:12%;
        height: 1%;
        margin-top: 5%;
        margin-left: 1%;
    }

    .product_margin{
        margin-left: 25%;
    }

    .product_margin_text{
               margin-left:6%;
               margin-top: -10%;
    }

    .product_name{
        font-size:16px;
        margin-top: 1%;

    }
    .product_type{
        font-size:12px;
        margin-top:-3.5%

    }

    .product_price{
        font-size:12px;
        margin-top:-3.5%
    }

    .product_description{
        font-size:10px;
        margin-top:-2%;
        height:100%;
        width: 90%;



    }

    .qty{
        /* margin-top:-20%; */
    }

    .qty_text{
        font-size:14px
    }

    .m_box{
        margin-left: 4%;
    }
    .icon-box{

        height: 25px;
        width: 40px;

    }

    .box-left{
        margin-left: 2%;
    }


    .icon{
        color: #000;
        padding-left: 14px;
        font-size: 12px;
        margin-top: -4.2px;

    }

    .icon2{
        color: #000;
        padding-left: 14px;
        font-size: 12px;
    }


    .btn_bottom{
        margin-bottom: 10%;
        margin-top:5%
    }

    .add_to_cart_btn{
        width:35%;

    }
    .add_text{
        font-size: 11px;
    }


    .add_text:hover{
        color: white;
    }



    .req_btn{
        width:30%;
        margin-left: 2%;

    }

    .req_text{
        font-size: 11px;
    }




}


/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////// */

 @media screen and (min-width:768px) and (max-width:1024px) {

    .item_details{

    height: 50px;
    width: 80%;
    /* margin-top: 20%; */
}

.item_text{
    font-size:16px;
    margin-left:2%;
    padding-top: 2%;


}

.offer_text{
    margin-left:65%
}


.product_card{
    width: 80%;
    margin-bottom: 850px;
}

.product_img{
    height:160px;
    width:80%;
    margin-top: 5%;
    margin-left: 18%;
}

.product_img2{

    height:35px;
    width:80%;
    margin-top: 5%;
    margin-left: 2%;
}

.product_margin{
    margin-left: 20%;
}

.product_name{
    font-size:16px;
    margin-top: 1.5%;

}
.product_type{
    font-size:12px;
    margin-top:-3.5%

}

.product_price{
    font-size:12px;
    margin-top:-3.5%
}

.product_description{
    font-size:10px;
    margin-top:-3.5%;
    height:50px;
    width: 90%;
}

.qty{
    margin-top:5%;
}

.icon-box{

    height: 28px;
    width: 10%;

}

.box-left{
    margin-left: 2%;
}


.icon{
    padding-left: 14px;
    font-size: 12px;
}

.icon2{
    padding-left: 14px;
    font-size: 12px;
}



.add_to_cart_btn{
    width:45%;
    height: 30px;


}
.add_text{
    font-size: 10px;
}



.req_text{
    font-size: 11px;
}



.req_btn{
    width:45%;
    height: 30px;
    margin-left: 5%;

}


}
