/*
Template Name: Grofar - Online Grocery Supermarket HTML Mobile Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/
/*
- Extra
- Detail Page
- Cart Page
- List Page
- Landing Page
- Bootstrap custom
- Filter
- Dark Mode
*/

/* Sallat Work */

.main-logo {
    width: 100%;
}

body {
    font-family: 'Almarai', sans-serif;
    font-size: 13px;
    background-color: #f0f2f5;
}

.sallat-btn {
    cursor: pointer;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 12px 14px;
    border: none;
    border-radius: 0.4rem;
    font-size: 17px;
    width: 100%;
    line-height: 1.5;
    color: #ffffff;
    background-color: #45372e;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 7px;
}

    .sallat-btn:active {
        color: #f8f6f4;
        background-color: #ffac1f;
        border-color: #00a319;
        box-shadow: 0px 4px 8px #a9a5a48a;
        transform: scale(0.99);
    }

    .sallat-btn:hover {
        color: #ffffff;
        background-color: #ffac1f;
        border-color: #00a319;
        text-decoration: none !important;
        font-weight: bold;
    }

.fixed-question-bottom {
    font-weight: bold;
    height: 59px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 12px 14px;
    border: none;
    text-decoration: none;
    color: #fff;
    margin-bottom: 0.5rem !important;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .fixed-question-bottom:hover {
        color: #fff;
        font-weight: bold;
        text-decoration:none;
    }

    .video-container {
    }

    .video-container video {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: 124% !important;
    }

.main-logo {
    width: 100%;
    z-index: 1;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10vh;
}

.gray-bg-shadow {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 114% !important;
    z-index: 0;
    background: #0400002e;
}

/* =========== */