﻿
@font-face {
    font-family: 'Poppins';
    src: url(../Fonts/Poppins-Regular.ttf);
    font-style: normal;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: red;
}

body {
    font-family: Poppins;
}

.mobile-main {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 450px;
}


.mobile-top {
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 10px;
}

    .mobile-top img {
        width: 35%;
        margin-bottom: -7px;
        margin-top: 5px;
    }

.hidden {
    display: none;
}

.auto-yes {
    display: none;
}

.mobile-body {
    border-top: 2px solid rgba(225,225,225, 0.3);
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: absolute;
    bottom: 80px;
    top: 70px;
    overflow-y: auto;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.mobile-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-radius: 25px 25px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -5px 20px 0px;
}

.modal {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.loader {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 32%;
    top: 44%;
    text-align: center;
    background: white;
    border-radius: 20px;
}

    .loader img {
        width: 60%;
        margin-top: 22%;
    }

.message-box {
    position: absolute;
    width: 80%;
    min-height: 200px;
    left: 10%;
    top: 36%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    z-index: 100;
    border-radius: 6px;
    background-color: white;
}

.successBtn {
    background-color: #049e72;
    color:white;
}

.message-body {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.message-content {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.login-logo {
    margin-top: 35%;
}

    .login-logo img {
        width: 60%;
    }

.login-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.mobile-header {
    font-size: 16px;
    font-weight: 600;
}

.mobile-caption {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
}

.mobile-checkbox {
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 32px;
}

.frame {
    border-radius: 20px;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(125, 125, 125);
    float: left;
}

    .frame img {
        width: 16px;
        margin-top: 2px;
        margin-left: 2px;
        display: none;
    }

.active-frame {
    background-color: rgb(1, 104, 218);
}

    .active-frame img {
        display: block;
    }

.checkbox-text {
    font-size: 13px;
    margin-left: 30px;
    padding-top: 2.5px;
}

.control-container {
    margin-top: 5px;
}

.link {
    margin-top: 10px;
    font-size: 13px;
    padding-top: 2px;
    cursor: pointer;
}

.button {
    margin-top: 20px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.green {
    background-color: rgb(5, 158, 114);
    color: white;
    text-align: center;
    margin: auto;
}

.message-button {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
}

.close-button {
    background-color: rgb(208, 39, 1);
    color: white;
    width: 100px;
    margin: auto;
}

.messagebox-no {
    color: white;
    width: 100px;
    background-color: rgb(208, 39, 1);
    text-align: center;
    float: right;
}

.messagebox-yes {
    color: white;
    width: 100px;
    background-color: rgb(1, 104, 218);
    text-align: center;
}

.blue {
    background-color: rgb(1, 104, 218);
    color: white;
}


/*##################main page#################*/
.place-indicator {
    padding-left: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
    font-size: 17px;
}

#img-big-plus {
    width: 32px;
    margin-top: 5px;
    margin-left: -10px;
}

#btn-validate-mobile-cart {
    position: fixed !important;
    bottom: 80px !important;
    left: 25% !important;
}

.menu-item {
    position: relative;
    text-align: center;
}

.menu-image {
    position: relative;
    width: 36px;
    top: 10px;
    margin: auto;
    margin-bottom: 8px;
}

    .menu-image img {
        width: 100%;
        display: none;
    }

.menu-text {
    position: relative;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    color: black;
}

.active-text {
    color: rgb(208, 39, 1);
}

.cart-total {
    position: absolute;
    color: beige;
    left: 25%;
    top: 3px;
    font-size: 13px;
    text-align: center;
    width: 21px;
}


/*################## cart #################*/
.cart-item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100px;
    border-bottom: 5px solid rgb(241, 241, 241);
}

.product-header {
    font-weight: 600;
    padding-right: 20px;
}

.cart-image {
    border: 0.5px solid rgb(216, 216, 216);
    width: 140%;
    aspect-ratio: 1;
}

.numeric-updown {
    border: 1px solid rgb(216, 216, 216);
    width: 110px;
    height: 46px;
    margin-top: 5px;
}

.mc-numeric-button {
    text-align: center;
    width: 29px;
    margin-left: 80px;
    height: 23px;
}

    .mc-numeric-button img {
        width: 8px;
    }

.mobile-input {
    width: 80px;
    border-right: 1px solid rgb(216, 216, 216);
    height: 100%;
    float: left;
    padding-top: 12px;
    padding-left: 15px;
    font-size: 16px;
}

.mobile-plus {
    border-bottom: 1px solid rgb(216, 216, 216);
}

.cart-delete {
    position: absolute;
    right: 5px;
    top: 5px;
}

.cart-to-cart {
    text-align: center;
    padding: 20px;
}


.product-description {
    display: none;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    padding-left: 35px;
    text-align: left;
}


.font14 {
    font-size: 12px !important;
}

.bigPhoto {
    width: 60% !important;
    margin-left: 22% !important;
}


.card-header .font14 {
    display: block;
}

.card-header {
    height: fit-content !important;
}

#btnAjouterMobile {
    display: block !important;
}

.auto-order {
    font-size: 14px;
}

.mobil-settings {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 15px;
    right: 5px;
    cursor: pointer;
}

.auto-order select {
    font-size: 14px;
}

.auto-order div {
    margin-top: 10px;
}

.dt-flex {
    display: flex;
    width: 100%;
}

.dt-finition-box {
    width: 49%;
    margin-left: 0;
    border: 1px solid black;
    position: relative;
    height: 40px;
    cursor: pointer;
}


.finition-radio {
    border-radius: 50px;
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    top: 0;
    left: 5px;
    border: 1px solid black;
    padding-top: 1px;
    padding-left: 2px;
}

.active-bg {
    display: none;
    background-color: rgba(229, 240, 251, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.red-color {
    color: red;
}

.green-color {
    color: green;
}

.finition-radio img {
    width: 13px !important;
    height: 13px !important;
    display: none;
}

.finition-active {
    border-color: rgb(1, 104, 218);
    /*background-color: rgba(229, 240, 251, 100);*/
    border-width: 1.5px;
}

    .finition-active .active-bg {
        display: block;
    }

    .finition-active .finition-radio {
        background-color: rgb(1, 104, 218);
        border: 0;
        padding-top: 1px;
        padding-left: 2px;
    }

        .finition-active .finition-radio img {
            display: block;
        }

.dt-box-text {
    margin-left: 30px;
    height: 100%;
    text-align: left;
    line-height: 14px;
    display: table;
    position: relative;
    bottom: 0;
    margin-top: 12px !important;
}

.blue-button {
    border: 0;
    background-color: rgb(1, 104, 218);
    color: white;
    padding: 10px;
    min-width: 100px;
    width: 100%;
    max-width: 250px;
}

.radio-container {
}

.radio {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border: 1px solid black;
    margin-right: 10px;
    float: left;
}

    .radio img {
        display: none;
        width: 12px;
        margin-left: 2px;
        margin-top: 2px;
    }

.radio-text {
    margin-top: 0 !important;
}

.radio-active {
    background-color: rgb(1, 104, 218);
    border: 0;
}

    .radio-active img {
        display: block;
    }

#notification-part {
    display: none;
}

.number-input {
    display: inline-flex;
    width: 80%;
    height: 30px;
    border: 1px solid black;
}

    .number-input div {
        margin-top: 0;
    }

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 0px;
    padding: 0;
    box-shadow: none !important;
    font-family: sans-serif;
    font-size: 14px;
    height: 100%;
    padding-right: 3px;
    text-align: right;
    background-color: #f9f9f9;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.numeric-button {
    position: relative;
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    cursor: pointer;
    margin: 0;
    font-family: "Helvetica";
    font-size: 18px;
    color: rgb(1, 104, 218);
    font-weight: normal;
    position: relative;
}

.left40pc {
    text-align: right;
    width: calc(50% - 20px);
    border-left: 1px solid black;
}

.right40pc {
    width: calc(50% - 20px);
    padding-top: 3px;
    border-right: 1px solid black;
}

.plus-minus-button {
    width: 30px;
}

#message-div {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

@media (max-width:789px) {
    .dt-box-text {
        margin-top: 11px !important;
    }

    .form-control {
        width: 100% !important;
        max-width: 100% !important;
    }

    .number-input {
        width: 100% !important;
    }

    .pb-2, .py-2 {
        display: none !important;
    }
}
