@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');
body{
    padding: 0;
    margin: 0;    
}

/*************  Login screens ********************/
.error_msg{
    font-family: Lato;
    color:red !important;
    font-size: 0.6rem !important;
    margin-left: 6px;
}

.featured-custom-noimage{
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.category-b-noimage{
	background: #f1f1f1;
	width: 200px;
    height: 130px;
    float: right;
    border-radius: 10px 0px 0px 10px;
}
.gap-feature-category{
	gap: 0px 74px;
}
.offer-pic-block-noimage {
    border-top-left-radius: 10px;
    height: 255px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
}
.product-noimage{
	background: #f1f1f1;
	width: 350px;
	height: 300px;
	padding: 10px 20px 20px 20px;
	border-radius: 10px;
}
.color-highlet{
    border: 1px solid #631012 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 30px;
}