/* ==================================== font =================================== */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@1,6..96,700&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

body {
    background: #F7F7F7;
    overflow-x: hidden !important;
    width: 100% !important;
    font-family: 'Noto Sans', sans-serif;
    /* font-family: 'Oswald', sans-serif; */

}

.read-more-content {
    display: none;
}

body .main {
    max-width: 1420px;
    margin: auto;
    padding: 0 15px;
    overflow-x: hidden;
}

.my-body {
    position: fixed;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #09158C;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-20 {
    font-size: 20px;
}

.f-40 {
    font-size: 50px;
}

.f-25 {
    font-size: 25px;
}

.f-30 {
    font-size: 30px;
}

.f-50 {
    font-size: 50px;
}

.f-60 {
    font-size: 60px;
}

.bg_red {
    background-color: #C5171C;
}

.bg_blue {
    background-color: #09158C;
}

.c_black {
    color: #000000;
}

.c_white {
    color: #ffffff;
}

.c_white:hover {
    color: #ffffff !important;
}

.c_gray {
    color: #D9D9D9;
}

.c_red {
    color: #C5171C;
}

.c_blue {
    color: #09158C;
}

.c_blue2 {
    color: #4A9DFF;
}

.c_gray2 {
    color: #4B4B4B;
}

.c_gray3 {
    color: #A0A0A0;
}

.c_gray4 {
    color: #707070;
}

.c_gray5 {
    color: #C4C4C4;
}

.c_green {
    color: #89A822;
}

.f-w_300 {
    font-weight: 300;
}

.f-w_400 {
    font-weight: 400;
}

.f-w_500 {
    font-weight: 500;
}

.f-w_600 {
    font-weight: 600;
}

.f-w_bold {
    font-weight: bold;
}

.f_oswald {
    font-family: 'Oswald', sans-serif !important;
}

.ellipse {
    white-space: nowrap;
    display: inline-block;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.one-lines {
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal !important;
}

.two-lines {
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal !important;
}

.three-lines {
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal !important;
}

.box_shadow {
    box-shadow: 0px 3px 6px #00000029;
}

.progress-bar {
    background-color: #09158C !important;
}

.btn-check:focus+.btn {
    box-shadow: none !important;
}

.input {
    border: 1px solid #D6D6D6 !important;
    height: 48px !important;
    border-radius: 12px !important;
    position: relative;
}

.input input {
    border: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: 12px !important;
    outline: none !important;
}

.input input::placeholder,
.input input {

    /*font-size: 14px;
    font-weight: 600;*/
}

.input label {
    position: absolute;
    top: -12px;
    left: 10px;
    background-color: #fff;
    padding: 0 10px;
    color: #09158C;
    font-size: 12px;
    font-weight: 600;
}

.btn_red {
    background-color: #C5171C;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
}

/* .btn_red:hover{
    background: transparent linear-gradient(180deg, #C5171C 0%, #630C0E 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    color: #ffffff !important;
    cursor: pointer;
} */
.form-check-input:checked {
    background-color: #09158C !important;
    border-color: #09158C !important;
}

.form-check-input {
    border-color: #00574b !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

/* .quantity-input-up,
.quantity-input-down{
    cursor: pointer;
} */
.btn_add_cart:hover {
    /* background: #901316 !important; */
    color: #ffffff !important;
    /* border-color: #901316 !important; */
    cursor: pointer !important;
}

/* ==================================== loader =================================== */
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: url('../img/icon/test2.gif') 50% 50% no-repeat #fff;
}

#loader img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

/* ==================================== header =================================== */
.secound_header .category_drop {
    margin-top: 20px !important;
}

.secound_header .category_drop::before {
    content: "";
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    left: 2%;
    top: -14px;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-top-left-radius: 7px;
}

.secound_header .link_header {
    color: #000000;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.location_branche .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    border: 2px solid #D6D6D6 !important;
}

.location_branche .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    left: 86%;
    top: -16px;
    border-top: 2px solid #D6D6D6;
    border-left: 2px solid #D6D6D6;
    border-top-left-radius: 7px;
}

.profile .dropdown-menu {
    left: auto !important;
    /* right: 0 !important; */
    border: 1px solid #D6D6D6 !important;
    margin-top: 20px !important;
}

.profile .dropdown-menu::before {
    content: "";
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    left: 85%;
    top: -14px;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-top-left-radius: 7px;
}

.store {
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
    display: flex;
    /* margin: 10px; */
    padding: -10px;
    height: 48px;
}


.heart {
    cursor: pointer;
}

.store input[type="radio"] {
    position: absolute;
    z-index: 100;
    top: 16px;
    left: 30px;
}

.store input[type="radio"]:checked+label {
    background: #EDF7FF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
}

.store label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    width: 200px;
    padding-left: 40px;
    /* padding: 20px; */
    padding-top: 16px;
}

.profile .dropdown-menu ul li a {
    cursor: pointer;
}

/* ========== auth ======= */
.auth .line {
    width: 100%;
    height: 2px;
    background: #D6D6D6;
}

#cart .modal-dialog {
    margin-right: 15px;
}

.fixed-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* ==================================== Home =================================== */
.card-img,
.card-img-bottom,
.card-img-top {
    max-height: 200px !important;
    width: 100%;
    height: 100%;
    /* margin-top: 20px; */
    /* object-fit: contain; */
}

.image_slider .img_slider_content img,
.image_slider2 .img_slider_content2 img,
.image_slider3 .img_slider_content3 img {
    /* box-shadow: 0px 3px 6px #00000029; */
}

.image_slider .slide-arrow,
.image_slider2 .slide-arrow,
.image_slider3 .slide-arrow {
    border: 0;
    outline: none;
    background: transparent;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.image_slider .slick-dots,
.customer_body .slick-dots,
.image_slider3 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0px auto 30px auto;
}

.image_slider .slick-dots li,
.customer_body .slick-dots li,
.image_slider3 .slick-dots li {
    display: inline-block;
    list-style: none;
}

.image_slider .slick-dots li button,
.customer_body .slick-dots li button,
.image_slider3 .slick-dots li button {
    width: 13px;
    height: 7px;
    background: #D9D9D9 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: 0;
    outline: none;
    margin: 0 3px;
    font-size: 0px;
}

.image_slider .slick-dots .slick-active button,
.customer_body .slick-dots .slick-active button,
.image_slider3 .slick-dots .slick-active button {
    width: 35px;
    background: #4A9DFF 0% 0% no-repeat padding-box;
}

.image_slider2 .slick-dots {
    display: none !important;
}


.ready_meals .slick-active {
    scale: 0.8;
}

.ready_meals .slick-current {
    scale: 1.4;
}

.ready_meals .slick-list {
    padding: 100px 0px !important;
}

.main_categories .active {
    width: 100%;
    text-align: left;
    background: #EDF7FF !important;
    border-left: 4px solid #09158C !important;
}

/* filter */
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0 !important;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: #000000;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.accordion .accordion-body input[type="checkbox"]:checked+label {
    color: #09158C !important;
}

.body_category .dropdown-menu {
    left: auto !important;
    /* right: 0 !important; */
    border: 2px solid #D6D6D6 !important;
    margin-top: 15px !important;
}

.body_category .dropdown-menu::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    left: 83%;
    top: -11px;
    border-top: 2px solid #D6D6D6;
    border-left: 2px solid #D6D6D6;
    border-top-left-radius: 7px;
}


#slider-div>div {
    margin: 8px;
}

.slider-label {
    position: absolute;
    background-color: #eee;
    padding: 4px;
    font-size: 0.75rem;
    top: 25px !important;
}

/* range */
.slider.slider-horizontal {
    width: 100% !important;
}

.slider.slider-horizontal .slider-track {
    height: 6px !important;
}

.slider.slider-horizontal .slider-selection {
    background: #00574b !important;
}

.slider-handle {
    width: 10px !important;
    height: 10px !important;
    background-color: #00574b !important;
    border: 8px solid #00574b !important;
}

/* ==================================== cart =================================== */
.cart_number input {
    border-bottom: 1px solid #000000;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.cart_number .edit {
    display: none;
}

.cart_number input::placeholder {
    color: #000000;
}

.cart_number img {
    /* filter: brightness(0%); */
}

/* ==================================== Profile =================================== */

.radio-check .button {
    float: left;
    margin: 15px 15px 0 0;
    position: relative;
    width: 237px;
    height: 147px;
}

.radio-check .button label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 12px;
}

.radio-check .button input {
    width: 25px;
    z-index: 100;
}

.radio-check .button button {
    z-index: 100;
}

.radio-check .button label {
    padding-top: 40px;
    text-align: center;
    background: #F7F7F7 0% 0% no-repeat padding-box;
}

.radio-check .button label img {
    margin-bottom: 10px;
    width: 60px;
    height: auto;
}

.radio-check .button input[type="radio"]:checked+label {
    background: #EDF7FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #09158C;
    border-radius: 12px;
}

.radio-check .button label {
    cursor: pointer;
    z-index: 90;
}

table {
    border-color: transparent !important;
    text-align: center !important;
}

table th {
    font-size: 14px;
    color: #A0A0A0;
}

table td {
    font-size: 12px;
    color: #000000;
}

table .link_table:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
}

table .link_table,
table .link_table:hover {
    text-decoration: none;
    color: #28221F;
}

table .clickable-row {
    background: #F7F7F7;
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border-radius: 12px; */
}

.table>:not(caption)>*>* {
    padding: 15px !important;
}

.avatar-upload {
    position: relative;
    width: 132px;
    margin: 0 auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-preview {
    width: 132px;
    height: 132px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    margin: auto;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ==================================== Footer =================================== */

footer>div {
    border-radius: 12px;
    padding-bottom: 120px;
}

footer ul li {
    list-style: none;
    margin: 10px 0;
    font-size: 14px;
}

footer ul li a {
    color: #D9D9D9;
    text-decoration: none;
}

footer>div .tree {
    margin-right: -40px !important;
    margin-bottom: -10px !important;
}

#weight:focus-visible {
    outline-color: #dc3545;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: red !important;
    color: white;
}

.select2-results__option--highlighted {
    background-color: red !important;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: red !important;
    color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: red !important;
    color: white !important;
}

.select2-container--default .select2-results__option:hover {
    background-color: red !important;
    color: white !important;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: red !important;
    color: white;
}

.ui-state-active.ui-state-hover {
    background-color: red !important;
    color: white;
}

option:checked {
    background-color: #1a17c5 !important;
    z-index: 1111111111111111111111111111111111;
    color: white;
}




.custom-select {
    position: relative;
    font-family: Arial;
    border: 1px solid #dc3545;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
    border: 1px solid #dc3545;
}

.select-selected {
    background-color: white !important;
    border: 1px solid #dc3545;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #dc3545 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #dc3545 transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: #dc3545;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: white;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #1a17c5;
    color: white !important;
}

.same-as-selected {
    color: white !important;
}

div {
    color: white;
}
.landscapeheight{
    height: calc(100vh - 320px);overflow:auto;
}












