@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body{
	padding: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	background: #fafafa7a;
}
button{
	outline: none !important;
	box-shadow: none !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
._flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
._clear{
    clear: both;
}
header{
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    width: 100%;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
header img{
	max-height: 90px;
}
header button{
    background-color: #922828 !important;
    border-color: #922828 !important;
    letter-spacing: 0.5px !important;
    padding: 7px 32px !important;
    font-size: 16px !important;
    border-radius: 40px !important;
}
header button i{
	padding-right: 7px;
}
footer{
    background: #fff;
    border-top: 1px solid #cfcfcf;
    padding: 18px 0;
    width: 100%;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
footer p{
	margin: 0;
    text-align: left;
    font-size: 15px;
}
.banner{
	height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: url('/images/banner.webp');*/
	background-size: cover;
    background: linear-gradient(0deg, rgb(45 45 45 / 88%), rgb(12 12 12 / 71%)), url(/images/banner.webp);
    background-size:cover;
}
.banner h2{
    margin: 0 0 30px 0;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.categories, .about-us, .contact-us{
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-us{
    background: #f6f6f6;
}
h3._heading{
	color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    display: inline-block;
    border: 1px dashed #922828;
    padding: 5px 15px;
}
.search-category{
    width: 100%;
    margin: 0 auto 35px auto;
    display: flex;
    border: none;
    /*border-radius: 50px;*/
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.search-category span{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: goldenrod;
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.search-category span i{
    font-size: 17px;
}
.search-category input{
    background: #fff;
    color: #212121;
    vertical-align: middle;
    font-size: 16px;
    line-height: 2;
    padding: 10px 20px;
    border: none;
    outline: none;
    box-shadow: inset 0 -1px 1px -1px #CCCCCC, inset 0 1px 1px -1px #CCCCCC, inset 1px 0 1px -1px #CCCCCC;
    outline: none;
    box-shadow: none !important;
    height: 50px;
/*    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;*/
    border-radius: 0px !important;
}
.search-category ul{
    display: none;
    width: 87%;
    left: 76.5px;
    top: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ddd;
    max-height: 250px;
    overflow-y: auto;
    /* margin: 0 10px 10px 10px; */
    background: #fff;
    /* margin: 0 15px 10px 0px; */
    list-style-type: none;
    /* padding: 10px 50px 10px 20px; */
    color: #000;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    z-index: 9999;
    top: 45px;
    cursor: pointer;
    border-radius: 0;
}
.search-category ul li{
    padding: 8px 0 !important;
    border-bottom: 1px solid #c4c4c4 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center;
}
.search-category ul li:hover{
    font-weight: 600;
    background: #f6f6f6;
}
.categories .card{
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 20px;
}
.categories .card:hover{
	/*padding: 4px;*/
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.categories .card img{
    width: 100%;
    height: 250px;
}
.categories .card h4{
    margin: 0;
    padding: 25px 10px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #ddd;
}
.categories .card div{
    border-top: 1px solid #b1b1b1;
    background: #f5f5f5;
    padding: 18px 0;
}
.categories .card ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.categories .card ul li{
    padding: 0 16px;
    font-size: 18px;
}
.categories .card ul li i{
    color: #922828;
    padding-right: 6px;
}
.categories .card button{
    background: #922828 !important;
    border-color: #922828 !important;
    font-size: 16px;
}
.categories .card button i{
    padding-right: 5px;
}

.login-page{
    padding-top: 90px;
}
.login-page:before{
    /*background: #922828;*/
    background-image: url('/images/login-banner.svg');
    background-size: cover;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}
.login-banner-content h3{
    margin: 0;
    font-size: 35px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.4px;
}

.user-login-form{
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px 15px;
    width: 450px;
    margin: 50px auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    border-radius: 5px;
}
.user-login-form img{
    max-width: 100px;
    display: inline-block;
}
.user-login-form h4{
    margin: 20px 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.user-login-form p.form_error{
    text-align: center;
    color: #a30808;
}
.user-login-form input{
    border-radius: 3px !important;
    height: 45px !important;
    font-size: 16px;
    padding: 8px 20px;
    background: #f5f5f5;
    box-shadow: none !important;
}
.user-login-form input:focus{
    border-color: #922828 !important;
}
.user-login-form button{
    background-color: #922828 !important;
    border-color: #922828 !important;
    letter-spacing: 0.5px !important;
    padding: 10px 32px !important;
    font-size: 18px !important;
    /* border-radius: 40px !important; */
    width: 100%;
}

.orders-div{
    padding-top: 40px;
    padding-bottom: 40px;
}
.orders-div h2{
    margin: 0 0 25px 0;
    font-weight: 600;
}
.orders-div .order-status{
    background: #f0f0f0;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 40px;
    margin-bottom: 25px;
}
.orders-div .order-status ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orders-div .order-status ul li{
    display: inline-block;
    width: 50%;
    background: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 15px 0 0;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.23);
    display: flex;
    justify-content: center;
    align-items: center;
}
.orders-div .order-status ul li.active{
    background: #922828;
    color: #fff;
}
.orders-div .order-status ul li:last-child{
    margin: 0;
}
.orders-div .order-status ul li span{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.order-card{
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    cursor: pointer;
}
.order-card .order-card-header{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 10px 20px;
    align-items: center;
}
.order-card .order-card-header h4{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.order-card .order-card-header p{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    border: 1px solid #ddd;
}
.order-card .order-card-header p.delivered{
    color: green;
}
.order-card .order-card-header p.pending{
    color: #285892;
}
.order-card .order-card-body{
    padding: 16px 20px 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-card .order-card-body img{
    max-width: 50px;
    /*border: 1px solid #ddd;
    padding: 2px;*/
}
.order-card .order-card-body div{
    margin-left: 30px;
    width: 93%;
}
.order-card .order-card-body div h6{
    margin: 0 0 8px 0;
    color: #606060;
    font-size: 14px;
}
.order-card .order-card-body div h6 span{
    border-right: 1px solid #d2d2d2;
    padding: 0 10px;
}
.order-card .order-card-body div h6 span:first-child{
    padding-left: 0;
}
.order-card .order-card-body div h6 span:last-child{
    border-right: none;
}
.order-card .order-card-body div h4{
    margin: 0px 0 8px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}
.order-card .order-card-body div ul{
    margin: 0;
    line-height: 1.7;
    list-style-type: disclosure-closed;
}
.order-card .order-card-body div ul li{
    font-size: 15px;
}


#order-details-modal .modal-content{
    border-radius: 0;
    border: 1px solid #ddd;
}
#order-details-modal .modal-header button{
    opacity: 1;
}
#order-details-modal .modal-header .modal-title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
#order-details-modal .modal-body ul{
    list-style-type: disclosure-closed;
    margin: 10px 0;
}
#order-details-modal .modal-body ul li{
    margin-bottom: 15px;
}
#order-details-modal .modal-body ul li span{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}
#order-details-modal .modal-body ul li p{
    margin: 0;
    font-size: 16px;
    color: #424242;
}
#order-details-modal ul p.order-status{
    width: 32%;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    border: 1px solid #ddd;
}
#order-details-modal ul p.order-status.delivered{
    color: green;
}
#order-details-modal ul p.order-status.pending{
    color: #285892;
}

.about-us p, .contact-us p{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.contact-us ul{
    padding: 0;
    margin: 30px 0 23px 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contact-us ul li{
    text-align: center;
}
.contact-us ul li i{
    font-size: 25px;
    width: 55px;
    height: 55px;
    background: #922828;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.contact-us ul li span{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

footer ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: end;
}
footer ul li{
    padding: 0 15px;
}
footer ul li a{
    color: #000;
}

#leadModal{

}
#leadModal .modal-content{
    border-radius: 0;
}
#leadModal .modal-body{
    padding: 0;
}
#leadModal .modal-body h2{
    margin: 0;
    background: #922828;
    padding: 15px 10px;
    color: #fff;
    font-size: 21px;
    text-align: center;
}
#leadModal .modal-body form{
    padding: 20px;
}
#leadModal .modal-body form label{
    font-size: 15px;
}
#leadModal .modal-body form label span{
    color: red;
}
#leadModal .modal-body form input{
    border-radius: 0;
    height: 38px;
    box-shadow: none;
    outline: none;
}
#leadModal .modal-body form input:focus{
    border-color: #922828 !important;
}
#leadModal .modal-body form button{
    background: #922828;
    border-color: #922828;
    font-size: 20px;
    border-radius: 2px;
}
#leadModal .modal-body form p.form-error {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: red;
}

#lead-otp-form{
    display: none;
}

.progress-loader{
    margin: 25px 0;
    font-size: 20px;
    font-weight: 600;
    display: none;
}
.progress-loader img{
    max-width: 23px;
    margin-right: 8px;
}

@media only screen and (max-width: 600px) {

	header button {
	    padding: 7px 15px !important;
    	font-size: 15px !important;
	}
	.banner h2 {
	    font-size: 22px;
	    text-align: center;
        line-height: 1.3;
	}
	h3._heading {
	    font-size: 25px;
        /* margin-bottom: 35px; */
        margin-bottom: 30px;
	}
	.categories .card img{
	    height: 150px;
	}
	.categories .card h4{
        font-size: 11px;
        min-height: 57px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 5px;
        line-height: 1.4;
	}
    .user-login-form{
        width: 100%;
    }
    .login-banner-content h3{
        font-size: 22px;
    }
    .orders-div h2{
        font-size: 22px;
    }
    .orders-div .order-status ul li{
        margin: 0 7px 0 0;
    }
    .orders-div .order-status ul li span{
        font-size: 10px;
    }
    .order-card .order-card-header h4{
        font-size: 15px;
    }
    .order-card .order-card-header p{
        font-size: 11px;
    }
    .order-card .order-card-body img{
        max-width: 30px;
    }
    .order-card .order-card-body div{
        margin-left: 20px;
    }
    .order-card .order-card-body{
        padding: 12px 18px 12px 18px;
    }
    .order-card .order-card-body div h4{
        font-size: 16px;
    }
    #order-details-modal ul p.order-status{
        width: 80%;
    }
    
    .categories .col-md-12{
        padding: 0;
    }

    .categories .search-category{
        width: 90%;
    }
    .categories .search-category span{
        width: 22%;
    }
    .banner{
        height: 250px;
        background-size: 100% 125%;
    }
    .search-category span{
        width: 30%;
    }
    .search-category ul{
        width: 78%;
        left: 22%;
    }
    .search-category ul li, .search-category input{
        font-size: 14px;
    }
    .about-us p, .contact-us p{
        font-size: 14px;
        line-height: 1.5;
    }
    .about-us .container, .contact-us .container{
        padding: 0;
    }
    .categories, .about-us, .contact-us{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contact-us ul{
        display: block;
    }
    .contact-us ul li{
        margin-bottom: 25px;
    }
    .contact-us ul li:last-child{
        margin: 0;
    }
    .orders-div .order-status{
        padding: 10px 5px;  
    }
    footer p{
        text-align: center;
        margin-bottom: 10px;
    }
    footer ul{
        justify-content: center;
    }
    .categories .card ul{
        display: block;
        margin-bottom: 15px;
        text-align: left;
    }
    .categories .card ul li{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .products-row>.col-md-4{
        padding: 0 4px;
    }
    .categories .card button{
        font-size: 13px;
    }
    .progress-loader {
        margin: 20px 0;
        font-size: 16px;
    }
    .progress-loader img {
        max-width: 18px;
    }

}