﻿/*@font-face {
    font-family: 'FrutigerLTArabic';
    font-style: normal;
    font-weight: normal;
    src: local('FrutigerLTArabic'), url('www../fonts/frutigerltarabic45light.woff') format('woff');
}*/
/*@font-face {
    font-family: 'frutigerltarabic45light';
    src: url('sitestyle/fonts/frutigerltarabic45light.woff') format('woff');
}*/

@font-face {
    font-family: 'FrutigerLTArabic';
    font-style: normal;
    font-weight: normal;
    src: url('../../SiteStyle/fonts/frutigerltarabic45light.woff') format('woff');
}

html {
    overflow-x: hidden;
}
.required {
    position: absolute;
    color: #ac0000;
}
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'FrutigerLTArabic';
    text-align: start;
}

.width100 {
    width: 100%;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #fff;
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #999;
}

a:hover {
    opacity: .9;
}

.radio {
    cursor: pointer;
}

.flexRow {
    display: flow-root;
}

.noBorder {
    border: none !important
}

.margin-top-10 {
    margin-top: 10px;
}
.dtp {
  z-index: 99999999 !important;
}
.dtp .p10 > a {
    color: #fff;
}

.d-block {
    width: 100%;
}

.dtp table.dtp-picker-days tr > td > a {
    padding: 4px 9px 6px;
}

    .dtp table.dtp-picker-days tr > td > a.selected {
        background: #333;
    }

.year-picker-item.active {
    color: #000;
}

.dtp div.dtp-actual-year {
    color: #fff;
}

.dtp-buttons button {
    color: #fff;
    border-radius: 0;
    padding: 3px 10px;
    margin: 0 5px;
}

.dtp-btn-clear {
    background-color: #f00;
}

.dtp-btn-cancel {
    background-color: #999;
}

.dtp-select-hour {
}

.dtp .dtp-actual-meridien a.selected {
    background: #31344b;
}

.hour-hand {
    stroke: #333;
}

.RedColor {
    color: #f00;
}

.GreenColor {
    color: #5ED124;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-5 {
    width: 41.66666666%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option:focus {
    background-color: #31344b;
    color: #fff;
}

body {
    padding-top: 63px;
    overflow: visible;
}

.btn:focus, btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*==========================================  Location ======================*/
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 999;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow: auto;
}

    .autocomplete-items div {
        padding: 10px 35px 10px 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        font-size: 13px;
    }

        .autocomplete-items div:before {
            background-image: url(../images/icons/marker.svg);
            content: '';
            position: absolute;
            width: 13px;
            height: 20px;
            background-size: 100% 100%;
            right: 14px;
        }
        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.IconPhone {
    display: inline-block;
    width: 26px;
    height: 37px;
    margin: 0px;
    position: relative;
    cursor: pointer;
}
/*.RemovePhone.IconPhone,
.DeletePhone.IconPhone {
    background-color: #f00;
}*/
.RemovePhone.IconPhone {
    display: none;
}

.SavePhone .IconPhone {
    display: none;
}

.SavePhone .RemovePhone.IconPhone {
    display: inline-block;
}

.IconPhone img {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: inherit;
    height: initial;
    max-height: 200px;
    max-width: 70%;
}

.DeletePhone.IconPhone img {
    max-width: 50%;
}
/*============== img upload ===========*/
.file-upload {
    display: none !important;
}

.columns {
    position: relative;
    width: 100px;
    margin: auto;
}

.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    position: relative;
    margin: 5px auto 10px;
}

img.profile-pic {
    width: 100%;
    height: 100%;
    display: none;
}

    img.profile-pic.active {
        display: block;
    }

.p-image {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 50% !important;
    background-color: #fff;
    color: #666666;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .p-image:hover {
        -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        -o-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.UpdateImg .columns {
    width: 100%;
}

    .UpdateImg .columns .circle {
        width: 100%;
        height: 140px;
        border-radius: 0 !important;
        border: 1px dashed #ccc;
    }

    .UpdateImg .columns .p-image {
        margin: 4px;
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        -o-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

/*============== End img upload ===========*/

.collapseContainer {
    margin-bottom: 10px;
}

    .collapseContainer .collapseBtn,
    .collapseContainer .collapseBtn:focus {
        width: 100%;
        text-align: start;
        font-size: 13px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        outline: none;
        background-color: #e2e2e2;
    }

        .collapseContainer .collapseBtn p {
            margin-bottom: 0;
            font-size: 11px;
            line-height: 20px;
        }

            .collapseContainer .collapseBtn p i {
                font-size: 13px;
                margin: 0 5px;
            }

    .collapseContainer .card.card-body {
        font-size: 13px;
        margin: 4px 0;
        border: 1px solid #ededed;
        background-color: #f5f5f5;
    }

.SidebarContainer.AddedItem .collapse {
    border: none;
}

.collapseContainer .card.card-body {
    background-color: #fff;
    display: block;
    border: none;
}

.collapseContainer .card.card-body .collapseContainerCheck .card {
    background-color: #f5f5f5;
}

    .collapseContainer .card.card-body .RadioCheck {
        padding: 0 10px;
    }

    .collapseContainer .card.card-body .AddChoiceWidth {
        display: block;
        width: 100%;
    }

        .collapseContainer .card.card-body .AddChoiceWidth h6 {
            padding: 4px 0px;
            font-size: 14px;
        }

    .collapseContainer .card.card-body .AddChoice {
        display: inline-table;
        width: 49%;
        padding: 0px 5px;
        margin: 5px 0;
    }

.collapseContainer.OneSelect .card.card-body .AddChoice,
.collapseContainer.MultiSelectOffer .card.card-body .AddChoice {
    width: 100%;
    padding: 2px 5px;
    margin: 2px 0;
}

.collapseContainer .card.card-body .AddChoice span.Deatils {
    font-size: 10px;
}

.collapseContainer .card.card-body .AddChoiceWidth.AddChoiceWidthout .AddChoice .Deatils {
    color: #f00 !important;
}

.collapseContainer .card.card-body .AddChoice .container-checkbox2 {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 20px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}
/*footer {
    background-color: #000;
}*/
.SidebarFooter span.font12 {
    font-size: 15px;
    font-weight: 600;
}

    .SidebarFooter span.font12 + span {
        font-size: 15px;
        font-weight: 600;
    }

.SidebarFooter b.font12 {
    font-size: 15px;
}

.radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 26px;
    right: 0;
    top: 0px;
    z-index: 9;
}

.sideBarMyOrders {
    overflow-y: auto;
    height: calc(100vh - 259px);
}

.NoResult {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

    .NoResult img {
        /*position: absolute;
        top: 70%;
        left: 50%;*/
        -ms-transform: translate(-15%, 0);
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0);
        /*width: inherit;
        height: initial;*/
        max-height: 250px;
        /*max-width: 24%;*/
    }

.SidebarContainer.Search .SidebarBody .recommendHelp {
    margin: 90px auto 0;
    text-align: center;
}

    /*.SidebarContainer.Search .SidebarBody .recommendHelp span.helpText{
        
    }*/

    .SidebarContainer.Search .SidebarBody .recommendHelp span.helpText b {
        color: #fc9d4e;
        margin: 5px;
    }

.BeforeSearch {
    position: relative;
    height: 284px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

    .BeforeSearch img {
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: inherit;
        height: initial;
        max-height: 312px;
        max-width: 77%;
    }

.NoResult.OffersNoResult img {
   
    height: 150px;
}

.textNotFoundResult h4 {
    font-size: 17px;
    margin-top: 20px;
}

.textNotFoundResult h5 {
    font-weight: 600;
}

.textNotFoundResult h4 a {
    color: #fff !important;
    padding: 0 10px 4px;
    margin: 0 5px;
    display: inline-block;
    line-height: 27px;
    border-radius: 3px !important;
    text-decoration: none;
    min-width: 80px;
}

.SidebarBody .NoResult img {
    max-height: 200px;
    max-width: 55%;
    margin-top: 20px;
    position: static;
    transform: unset;
}

.NoResult h6 {
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto; 
    /* position: static; */
    /* top: 7px; */
    /* left: 50%; */
    /*-ms-transform: translate(-50%, -50%);*/
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /* width: inherit; */
    /* height: initial; */
    /* max-height: 200px; */
    /* max-width: 95%; */
}

.Search {
    margin-bottom: 5px;
}

    .Search input {
        border-radius: 0;
        border: 1px solid #989898;
        font-size: 13px;
    }

    .Search button,
    .Search button:focus {
        position: relative;
        margin: 0 0px;
        padding: 0 5px;
        top: -30px;
        border: none;
        outline: none;
        background-color: transparent;
        color: #999;
    }

.SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent .Count button,
.SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent .Count button:focus {
    top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
    border: 0;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        font-weight: 900;
        position: absolute;
        font-size: 13px;
        color: #999;
        top: -1px;
    }

.Datetime {
    margin-top: 10px;
    display: none;
    margin-bottom: 10px;
}

    .Datetime:after {
        /*font-family: "Font Awesome 5 Free";
        content: "\f017";
        font-weight: 900;
        position: absolute;
        font-size: 13px;
        color: #cecece;
        top: 4px;
        font-size: 20px;
        font-size: 20px;*/
        display: none;
    }

.select2-container {
    width: 100% !important ;
    z-index: 9999999;
}

span.select2.select2-container.select2-container--default {
    z-index: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    font-size: 13px;
}

.form-control {
    border-radius: 0;
    height: 35px;
    padding: 1px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 37px;
}

    .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 38px;
    padding: 4px;
}

.radio {
    margin: 7px 0;
    position: relative;
}

    .radio label {
        position: relative;
        display: inline-block;
        width: 19px;
        height: 19px;
        background-color: #e2e2e2;
        border-radius: 50% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 3px;
        margin: 0;
    }

        .radio label b {
            content: "";
            position: absolute;
            left: 5%;
            top: 5%;
            width: 90%;
            height: 90%;
            border-radius: 50% !important;
            background-color: #e2e2e2;
            -webkit-transition: background-color 0.25s;
            -o-transition: background-color 0.25s;
            transition: background-color 0.25s;
            border: 2.5px solid #fff;
        }

    .radio input:checked ~ label b {
        -webkit-animation-duration: .05s;
        animation-duration: .05s;
        -webkit-animation-name: select-radio;
        animation-name: select-radio;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: Normal;
        animation-direction: Normal;
        -webkit-box-shadow: 0 0 0 0 transparent, inset 0 0 0 0px transparent, inset 0 0 0 0px transparent, inset 0 0 0 1px transparent, inset 0 0 0 0px transparent;
        box-shadow: 0 0 0 0 transparent, inset 0 0 0 0px transparent, inset 0 0 0 0px transparent, inset 0 0 0 1px transparent, inset 0 0 0 0px transparent;
    }

@-webkit-keyframes select-radio {
    0% {
        -webkit-box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 3px #cccccc;
        box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 3px #cccccc;
    }

    50% {
        -webkit-box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #cccccc;
        box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #cccccc;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 1px #cccccc;
        box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 1px #cccccc;
    }
}

@keyframes select-radio {
    0% {
        -webkit-box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 3px #cccccc;
        box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 3px #cccccc;
    }

    50% {
        -webkit-box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #cccccc;
        box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #cccccc;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 1px #cccccc;
        box-shadow: 0 0 0 0 #cccccc, inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #cccccc, inset 0 0 0 1px #FFFFFF, inset 0 0 0 1px #cccccc;
    }
}

.radio span {
    color: grey;
    vertical-align: top;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    font-size: 13px;
}

.radio :checked ~ span, .checkbox :checked ~ span {
    color: #fc8019;
}

.radio p {
    margin: 0;
    font-size: 12px;
}

.card-header button,
.card-header button:hover,
.card-header button:focus {
    padding: 6px 10px;
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: start;
    font-size: 13px;
    background-color: #fff;
    border-bottom: none;
    border-radius: 0;
}

    .card-header button.collapsed {
        background-color: #f9f9f9 !important;
        border: 1px solid #ccc;
        color: #000;
    }

    .card-header button i {
        position: relative;
        top: -1px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .card-header button.collapsed i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.card {
    padding: 0;
    border: none;
}

    .card .card-body {
        padding: 10px;
    }

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    border-radius: 0 !important;
    border: none;
    margin: 1px 0;
}

.container-checkbox2 {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .container-checkbox2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    /* Create a custom checkbox */

    .container-checkbox2 .checkmark {
        position: absolute;
        top: 2px;
        height: 17px;
        width: 17px;
        background-color: transparent;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
        -webkit-box-shadow: 0 0 0 1px #4a4a4a;
        box-shadow: 0 0 0 1px #4a4a4a;
        border: 2px solid #fff;
        border-radius: 3px !important;
    }
    /* On mouse-over, add a grey background color */
    .container-checkbox2:hover input ~ .checkmark {
        background-color: #fff;
    }
    /* When the checkbox is checked, add a blue background */
    .container-checkbox2 input:disabled ~ .checkmark {
        opacity: .7;
    }

    .container-checkbox2 input:checked ~ .checkmark {
        /*background-color: #fff;*/
        opacity: 1;
    }

.StyleDropDown .dropdown-menu li a,
.StyleDropDown .dropdown-menu li {
    display: block !important;
    text-align: start;
}

.StyleDropDown .dropdown-menu li {
    padding: 3px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

    .StyleDropDown .dropdown-menu li a {
        padding: 0 !important;
        font-size: 11px !important;
        margin: 0 !important;
        line-height: 23px;
    }

    .StyleDropDown .dropdown-menu li:hover {
        background-color: #fafafa;
    }

        .StyleDropDown .dropdown-menu li:hover a {
            text-decoration: none;
        }

.StyleDropDown .dropdown-menu {
    padding: 0;
}

.StyleDropDown .dropdown-toggle::after {
    display: none;
}

*:before, *:after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

a {
    cursor: pointer;
}

.inlineblock {
    display: inline-block;
}

.no-padding {
    padding: 0;
    margin:0!important;
}

.bold {
    font-weight: 600;
}

.font9 {
    font-size: 9px;
}

.padding-5-l-r {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-2-l-r {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-top-btn-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-btn-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.margin-0-l-r {
    margin-right: 0;
    margin-left: 0;
}

.margin-15-l-r {
    margin-right: 15px;
    margin-left: 15px;
}

.marginbtn20 {
    margin-bottom: 20px;
}

.margrinbtn10 {
    margin-bottom: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.styled-select select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 51%);
    z-index: 9999999999999;
}

    .loading .middle {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .loading .middle .main-loader {
            position: fixed;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
        }

        .loading .middle .loader1 {
            width: 20px;
            height: 20px;
            border-radius: 50% !important;
            float: left;
            z-index: 9;
            position: absolute;
            left: 20px;
            top: 20px;
            -webkit-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .loading .middle .loader2 {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            float: left;
            z-index: 8;
            opacity: 0.7;
            position: absolute;
            left: 10px;
            top: 10px;
            -webkit-animation-name: pulse2;
            animation-name: pulse2;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .loading .middle .loader3 {
            width: 60px;
            height: 60px;
            border-radius: 50% !important;
            float: left;
            z-index: 7;
            opacity: 0.4;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-animation-name: pulse3;
            animation-name: pulse3;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0.2, 0.2, 0.2);
        transform: scale3d(0.2, 0.2, 0.2);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0.2, 0.2, 0.2);
        transform: scale3d(0.2, 0.2, 0.2);
    }
}

@-webkit-keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
}

@keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes pulse3 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    90% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse3 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    90% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#scrollUp {
    position: fixed;
    bottom: 55px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 990;
    border-radius: 100% !important;
    -webkit-animation: furnSlideInUp 0.8s ease-in-out 1 both;
    animation: furnSlideInUp 0.8s ease-in-out 1 both;
    color: #fff;
    display: none;
}

.WhatAppIcon {
    position: fixed;
    bottom: 79px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 990;
    border-radius: 100% !important;
    background-color: #00e676;
    color: #fff !important;
}

#scrollUp.active {
    display: block;
    -webkit-animation: furnSlideInUp 0.8s ease-in-out 1 both;
    animation: furnSlideInUp 0.8s ease-in-out 1 both;
}
/*============================= ContainerTobBar =========================*/
.headerLayout {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 777;
    border-bottom: 3px solid #fff;
}

/*.headerLayout .container,
    .ContainerHeaderMenu .container {
        padding: 0 40px;
    }*/

footer {
    padding: 5px;
    background-color: #31344b;
}

    footer .social {
        padding: 0px 70px
    }

        footer .social a {
            margin: 0 10px;
            font-size: 20px;
            color: #fff;
        }

.ContainerTobBar {
    width: 100%;
}

    .ContainerTobBar .LogoContent {
        position: relative;
        width: 220px;
        padding: 10px 0 0;
        height: 80px;
        top: -9px;
    }

        .ContainerTobBar .LogoContent > a {
            height: 40px;
            display: block;
            width: 100%;
            cursor: pointer;
        }

    .ContainerTobBar .LoacationHeader {
        position: absolute;
        bottom: -40px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        font-size: 12px;
        padding: 0 10px;
        margin-top: 5px;
    }

        .ContainerTobBar .LoacationHeader label {
            position: relative;
            top: -9px;
            font-size: 15px;
            cursor: pointer;
        }

        .ContainerTobBar .LoacationHeader .ChangeLocation {
            margin: 0px 10px;
            position: absolute;
            top: 1px;
        }

    .ContainerTobBar .LogoContent img {
        position: absolute;
        top: 55%;
        -ms-transform: translate(-10%, -40%);
        -webkit-transform: translate(-3%, -40%);
        transform: translate(-3%, -40%);
        height: initial;
        max-height: 80px;
        max-width: 95%;
    }

    .ContainerTobBar .TopNav {
        padding: 16px 10px;
        margin-top: 15px;
    }


        .ContainerTobBar .TopNav .TopNavList,
        .ContainerTobBar .TopNav .LangugeCart {
            padding: 0;
            display: inline-block;
            margin-bottom: 0;
        }

            .ContainerTobBar .TopNav .TopNavList li,
            .ContainerTobBar .TopNav li.LangugeCart {
                list-style: none;
                display: inline-block;
            }

        .ContainerTobBar .TopNav li.LangugeCart {
            position: relative;
            top: -1px;
        }

        .ContainerTobBar .TopNav .TopNavList li a i {
            color: inherit;
            font-size: 13px;
            width: 14px;
        }

            .ContainerTobBar .TopNav .TopNavList li a i.fa-store {
                font-size: 11px;
            }

            .ContainerTobBar .TopNav .TopNavList li a i.fa-percent {
                border: 1px solid;
                border-radius: 50% !important;
                font-size: 10px;
                height: 15px;
                text-align: center;
                width: 15px;
                line-height: 13px;
            }

        .ContainerTobBar .TopNav .TopNavList li a img {
            padding: 1px;
            width: 17px;
            height: 17px;
            margin: 0 4px;
        }

        .ContainerTobBar .TopNav .TopNavList li a b {
            font-weight: 100;
            position: relative;
            top: 1px;
            font-size: 13px;
            margin: 0 -3px;
            font-weight: 600;
        }

        .ContainerTobBar .TopNav .TopNavList li a,
        .ContainerTobBar .TopNav .TopNavList li a:hover
        .ContainerTobBar .TopNav li.LangugeCart a {
            margin: 0 10px;
            color: #000;
            text-decoration: none;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
        }

        .ContainerTobBar .TopNav .TopNavList li.LangugeCart a {
            margin: 0 0px;
        }

            .ContainerTobBar .TopNav .TopNavList li.LangugeCart a span {
                font-size: 12px;
                margin: 0 2px;
            }

        .ContainerTobBar .TopNav li.LangugeCart button {
            padding: 0 10px;
        }

            .ContainerTobBar .TopNav li.LangugeCart button:after {
                display: none;
            }

            .ContainerTobBar .TopNav li.LangugeCart button:focus {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .ContainerTobBar .TopNav li.LangugeCart .dropdown-menu li {
            display: block;
            text-align: start;
        }

        .ContainerTobBar .TopNav li.LangugeCart .CartBtn {
            position: relative;
            padding: 0 4px;
        }

            .ContainerTobBar .TopNav li.LangugeCart .CartBtn img {
                height: 20px;
                width: 20px;
                top: 4px;
                position: relative;
            }

            .ContainerTobBar .TopNav li.LangugeCart .CartBtn b {
                font-size: 13px;
                font-weight: 600;
                vertical-align: bottom;
                line-height: 16px;
                margin: 0 -2px;
            }

            .ContainerTobBar .TopNav li.LangugeCart .CartBtn p {
                background-color: #f00;
                color: #fff;
                padding: 0px 3px;
                position: relative;
                display: inline-block;
                border-radius: 5px !important;
                font-size: 12px;
                bottom: -6px;
                margin: 0;
                line-height: 14px;
            }

/*============================= End ContainerTobBar =========================*/

/*=============================  ContainerHeaderMenu =========================*/
.is-hidden {
    display: none !important;
}

.ContainerHeaderMenu {
    width: 100%;
    border: 1px solid #ececec;
    padding: 5px 5px 0;
    -webkit-box-shadow: 0 4px 2px -2px rgba(193, 192, 192, 0.30);
    box-shadow: 0 4px 2px -2px rgba(193, 192, 192, 0.30);
}

    .ContainerHeaderMenu .titleMenu {
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 14px;
        margin-top: 4px;
        padding-bottom: 12px;
    }

    .ContainerHeaderMenu .itemMenu .filters {
        padding: 0;
        display: inline-block;
        margin-bottom: 0;
    }

        .ContainerHeaderMenu .itemMenu .filters li {
            list-style: none;
            display: none;
            padding-bottom: 10px;
            border-bottom: 1px solid #fff;
        }

            .ContainerHeaderMenu .itemMenu .filters li:nth-child(-n+6), .ContainerHeaderMenu .itemMenu .filters li:last-child, .ContainerHeaderMenu .itemMenu .filters li:nth-last-child(2) {
                display: inline-block;
            }

        .ContainerHeaderMenu .itemMenu .filters.filter-list li:nth-child(6) {
            display: none !important;
        }

            .ContainerHeaderMenu .itemMenu .filters.filter-list li:nth-child(6).on,
            .ContainerHeaderMenu .itemMenu .filters.filter-list li:nth-child(-n+6).on ~ li:nth-child(6),
            .ContainerHeaderMenu .itemMenu .filters li:nth-last-child(2) ~ li:nth-child(6) {
                display: inline-block !important;
            }

        .ContainerHeaderMenu .itemMenu .filters.filter-list li:nth-child(-n+6), .ContainerHeaderMenu .itemMenu .filters li:last-child, .ContainerHeaderMenu .itemMenu .filters li:nth-last-child(2) {
            display: inline-block;
        }

        .ContainerHeaderMenu .itemMenu .filters li.active,
        .ContainerHeaderMenu .itemMenu .filters li:hover {
            border-bottom: 1px solid #fc8019;
            color: #fc8019;
        }

        .ContainerHeaderMenu .itemMenu .filters li.on {
            display: inline-block;
        }

        .ContainerHeaderMenu .itemMenu .filters li.active a, .ContainerHeaderMenu .itemMenu .filters li a:hover {
            /*color: #fc8019 !important;*/
        }

        .ContainerHeaderMenu .itemMenu .filters li:hover a {
            text-decoration: none;
        }

        .ContainerHeaderMenu .itemMenu .filters li:last-child {
            border-bottom: none;
            padding-bottom: 0px;
        }

        .ContainerHeaderMenu .itemMenu .filters li:hover:last-child {
            border-bottom: none;
        }

        .ContainerHeaderMenu .itemMenu .filters li a {
            color: #000;
            font-size: 14px;
            margin: 0 10px;
            font-weight: 700;
        }

            .ContainerHeaderMenu .itemMenu .filters li a img {
                height: 24px;
                cursor: pointer;
            }
/*========================== End  ContainerHeaderMenu =========================*/
/*=============================  MenuGallary =========================*/
#dataAppend {
    width: 100%;
    padding-top: 30px;
}

.fixedMenuCategory {
    position: fixed;
    top: 90px;
    width: 100%;
    left: 0;
    margin: 0;
    background-color: #fff;
  
    z-index: 777;
}
.fixedMenuCategory.with-large-logo {
    top: 133px;
}

.MenuGallary {
    padding-top: 30px;
}

    .MenuGallary .gallery .MenuGallary {
        padding-top: 0;
    }

    .MenuGallary .galleryHeader,
    .HeaderPage {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        margin: 15px 30px 20px;
        padding: 0 0 8px;
        width: 100%;
        font-size: 15px;
        font-weight: 600;
    }

        .MenuGallary .galleryHeader p {
            margin-bottom: 0;
            position: relative;
            top: 2px;
            margin: 0 5px;
            font-size: 18px;
        }

            .MenuGallary .galleryHeader p a {
                margin: 0 4px;
                line-height: 15px;
                color: #aaa
            }

                .MenuGallary .galleryHeader p a.active {
                    color: #333;
                }

    .MenuGallary .gallery {
        padding: 0;
        width: 100%;
        display: block;
        margin: 0;
    }

        .MenuGallary .gallery .gallery__item {
            width: calc(25% - 35px);
            margin: 0 15px;
            border: 1px solid #ccc;
            -webkit-box-shadow: 0 0 10px #fff;
            box-shadow: 0 0 10px #fff;
            position: relative;
            display: inline-block;
            list-style: none;
            text-align: start;
            margin-bottom: 20px;
            border-radius: 3px !important;
            padding: 0;
        }

.SidebarBody .MenuGallary .gallery .gallery__item {
    width: calc(50% - 7px);
    margin: 5px 2px;
}

.SidebarBody .MenuGallary {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.MenuGallary .gallery .gallery__item .ImgContainer {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.SidebarBody .MenuGallary .gallery .gallery__item .ImgContainer {
    height: 120px;
}

.MenuGallary .gallery .gallery__item .ImgContainer img {
    width: 100%;
    height: 100%;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.MenuGallary .gallery .gallery__item:hover .ImgContainer img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.MenuGallary .gallery .gallery__item .AddToFav {
    position: absolute;
    z-index: 99;
    top: 5px;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 32px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.31);
    border-radius: 50% !important;
}

.MenuGallary .gallery .gallery__item .OfferLabel {
    position: absolute;
    z-index: 9;
    top: 13px;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    background-color: #fa4a5b;
    padding: 1px 16px 5px;
    line-height: 18px;
}



.MenuGallary .gallery .gallery__item .content {
    padding: 10px 10px 0 5px;
}

    .MenuGallary .gallery .gallery__item .content h5 {
        font-size: 13px;
        overflow: hidden;
        width: 85%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 4px;
        font-weight: 600;
        height: 18px;
    }

    .MenuGallary .gallery .gallery__item .content p {
        font-size: 13px;
        width: 80%;
        margin-bottom: 10px;
        cursor: default;
        min-height: 19px;
    }

    .MenuGallary .gallery .gallery__item .content .footerContent {
        border-top: 1px solid #ccc;
        padding: 7px 5px;
        position: relative;
        min-height: 35px;
    }

    .SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent {
        padding: 7px 0px;
    }

    .MenuGallary .gallery .gallery__item .content .footerContent h6 {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 20px;
        font-weight: 600;
        height: 22px;
        overflow: hidden;
    }

    .MenuGallary .gallery .gallery__item .content .footerContent .AddToCart {
        position: absolute;
        top: 6px;
        padding: 2px 14px;
        color: #fff !important;
        font-size: 12px;
        cursor: pointer;
        z-index: 99;
    }
/*mode 2 */
.MenuGallary .gallery .gallery__item .content .footerContent.item-container-with-count h6, .MenuGallary .gallery .gallery__item .content .footerContent.item-container-with-count a .add-to-cart {
    display: inline-block;
}
.MenuGallary .gallery .gallery__item .content .footerContent.item-container-with-count .item-counter {
    display: inline-block;
    position: relative;
    top: -2px;
    height: 21px;
    padding: 6px 8px;
    border: 1px solid #cbcbcb;
    outline: none;
    max-width: 43%;
}

.MenuGallary .gallery .gallery__item .content .footerContent.item-container-with-count .item-counter {
    outline: none;
    height: 26px;
}
.MenuGallary .gallery .gallery__item .content .footerContent.item-container-with-count .AddToCart {
    left: 0px;
    width: 54%;
    height: 26px;
    top: 4px;
    padding: 4px 14px;
}
.MenuGallary .gallery .gallery__item .content .footerContent.item-container-with-count {
    padding: 6px 0px;
}



.SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent .AddToCart {
    padding: 2px 5px;
}

.AddToCart {
    padding: 2px 14px;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px !important;
}

.disabledOfferbtn {
    opacity: 0.7;
    cursor: no-drop;
}

.MenuGallary .gallery .gallery__item .content .footerContent .Count {
    position: absolute;
    top: 5px;
    z-index: 99;
    display: none;
}

.Count {
    display: inline-block;
}

    .MenuGallary .gallery .gallery__item .content .footerContent .Count input,
    .MenuGallary .gallery .gallery__item .content .footerContent .Count input:focus,
    .Count input,
    .Count input:focus {
        width: 40px;
        text-align: center;
        font-size: 18px;
        height: 24px;
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .MenuGallary .gallery .gallery__item .content .footerContent .Count button,
    .MenuGallary .gallery .gallery__item .content .footerContent .Count button:focus,
    .Count button,
    .Count button:focus {
        line-height: 13px;
        height: 23px;
        font-size: 12px;
        border: none;
        color: #fff;
        outline: none;
        border-radius: 5px !important;
    }

.SidebarContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    /*display: none;*/
    z-index: 999999;
}

    .SidebarContainer .OverLay {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        width: 100%;
        height: 100%;
        top: 0;
        position: fixed;
        z-index: 993;
        background-color: #000;
        opacity: .5;
    }

    /*.SidebarContainer.active {
        display: block;
    }*/

    .SidebarContainer .SidebarContent {
        position: fixed;
        width: 400px;
        background-color: #fff;
        padding: 0px;
        height: 100%;
        top: 0;
        z-index: 993;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }


        .SidebarContainer .SidebarContent .SidebarHeader {
            min-height: 35px;
            background-color: #f5f5f5;
        }

            .SidebarContainer .SidebarContent .SidebarHeader .Controller {
                position: absolute;
                z-index: 9;
                width: 100%;
                padding: 12px;
                color: #fff;
            }

                .SidebarContainer .SidebarContent .SidebarHeader .Controller .AddToFav {
                    font-size: 17px;
                    margin: 0 10px;
                    background-color: #fff;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    line-height: 31px;
                    border-radius: 50% !important;
                    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.31);
                    box-shadow: 0 0 3px rgba(0, 0, 0, 0.31);
                    cursor: pointer;
                }

            .SidebarContainer .SidebarContent .SidebarHeader .ImgContainer {
                width: 100%;
                display: block;
                height: 120px;
                overflow: hidden;
                position: relative;
            }

            .SidebarContainer .SidebarContent .SidebarHeader .OverLaySidebarHeader {
                width: 100%;
                height: 100%;
                top: 0;
                position: absolute;
                z-index: 1;
                background-color: #000;
                opacity: .5;
            }

            .SidebarContainer .SidebarContent .SidebarHeader .ImgContainer img {
                width: 100%;
            }

            .SidebarContainer .SidebarContent .SidebarHeader .HeaderLogin {
                font-size: 13px;
                padding: 2px 25px 10px;
                position: relative;
                border-bottom: 1px solid #ccc;
            }

                .SidebarContainer .SidebarContent .SidebarHeader .HeaderLogin.OnlyRight {
                    padding-bottom: 26px;
                    margin-top: -14px;
                }

                .SidebarContainer .SidebarContent .SidebarHeader .HeaderLogin h6 {
                    font-size: 13px;
                }

                .SidebarContainer .SidebarContent .SidebarHeader .HeaderLogin img {
                    height: 61px;
                    position: absolute;
                    top: -9px;
                }

                    .SidebarContainer .SidebarContent .SidebarHeader .HeaderLogin img.SearchImg {
                        height: 43px;
                        top: -15px;
                    }

            .SidebarContainer .SidebarContent .SidebarHeader .CloseSideBar img {
                height: 15px;
                margin: 5px 15px;
            }

            .SidebarContainer .SidebarContent .SidebarHeader .Controller .CloseSideBar img {
                height: 17px;
                margin: 10px 10px;
            }

        .SidebarContainer .SidebarContent .SidebarBody {
            height: calc(100% - 62px);
            overflow: auto;
            padding: 10px;
        }

        .SidebarContainer .SidebarContent .DescriptionSidebar {
            position: relative;
            top: -50px;
            width: 98%;
            margin: auto;
            background-color: #fff;
            border-radius: 10px !important;
            z-index: 9;
            padding: 3px 10px 3px;
            margin-bottom: -45px;
            height: 99px;
            overflow: hidden;
        }

            .SidebarContainer .SidebarContent .DescriptionSidebar h6 {
                font-size: 13px;
                margin-bottom: 10px;
                font-weight: 600;
            }

            .SidebarContainer .SidebarContent .DescriptionSidebar p {
                margin-bottom: 0;
                color: #000;
                font-size: 12px;
                line-height: 18px;
            }

    .SidebarContainer.AddedItem .SidebarContent .SidebarBody,
    .SidebarContainer.withfooter .SidebarContent .SidebarBody {
        height: calc(100% - 109px);
    }

    .SidebarContainer .SidebarContent .SidebarBody.DescriptionSidebarBody {
        position: relative;
        top: -60px;
        background-color: #fff;
        width: 95%;
        margin: auto;
        z-index: 9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding-top: 15px;
        padding-bottom: 70px;
        height: calc(100% - 108px);
        margin-bottom: -59px;
    }

        .SidebarContainer .SidebarContent .SidebarBody.DescriptionSidebarBody textarea {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 5px;
            height: 60px;
            font-size: 12px;
        }

        .SidebarContainer .SidebarContent .SidebarBody.DescriptionSidebarBody h6 {
            font-weight: 600;
        }

        .SidebarContainer .SidebarContent .SidebarBody.DescriptionSidebarBody h6 {
            font-size: 13px;
        }

            .SidebarContainer .SidebarContent .SidebarBody.DescriptionSidebarBody h6 + p {
                font-size: 11.5px;
            }

    .SidebarContainer.SearchBranch .SidebarContent .SidebarBody {
        height: calc(100% - 99px);
        overflow: auto;
        padding: 10px;
    }

    .SidebarContainer.chooseTime .SidebarContent .SidebarBody {
        height: calc(100% - 144px);
    }

    .SidebarContainer.TotalPrice .SidebarContent .SidebarBody {
        height: calc(100% - 94px);
        padding-top: 0;
    }

    .SidebarContainer.Payment .SidebarContent .SidebarBody {
        height: calc(100% - 120px);
    }

    .SidebarContainer.CartDetails .SidebarContent .SidebarBody {
        height: calc(100% - 192px);
        padding: 4px;
    }

    .SidebarContainer.withImgHeader .SidebarContent .SidebarBody {
        height: calc(100% - 220px) !important;
    }

    .SidebarContainer .SidebarContent .SidebarBody .DiscriptionOffer {
        font-size: 13px;
        padding: 0 5px;
        line-height: 16px;
    }

    .SidebarContainer.OfferDetails .SidebarContent,
    .SidebarContainer.OfferDetailsformReorder .SidebarContent {
        width: 400px;
    }

        .SidebarContainer.OfferDetails .SidebarContent .SidebarBody,
        .SidebarContainer.OfferDetailsformReorder .SidebarContent .SidebarBody {
            height: calc(100% - 82px);
        }

    .SidebarContainer.OfferDetails .SidebarFooter,
    .SidebarContainer.OfferDetailsformReorder .SidebarFooter,
    .SidebarContainer.AddedItem .SidebarFooter,
    .SidebarContainer.withfooter .SidebarFooter {
        background-color: #e4e4e4;
        padding: 10px 10px;
    }

        .SidebarContainer.OfferDetails .SidebarFooter .AddToCart,
        .SidebarContainer.OfferDetailsformReorder .SidebarFooter .AddToCart,
        .SidebarContainer.AddedItem .SidebarFooter .AddToCart,
        .SidebarContainer.withfooter .SidebarFooter .AddToCart {
            position: relative;
            top: -1px;
            padding: 5px 15px;
            margin: 0 2px;
        }

            .SidebarContainer.withfooter .SidebarFooter .AddToCart i {
                position: relative;
                top: 2px;
                margin: 0 2px
            }

    .SidebarContainer.OfferDetails .SidebarContent .SidebarBody .DiscriptionOffer,
    .SidebarContainer.OfferDetailsformReorder .SidebarContent .SidebarBody .DiscriptionOffer {
        font-size: 13px;
        padding: 0 5px;
        line-height: 20px;
        font-weight:600;
    }

    .SidebarContainer.Login .SidebarContent .SidebarBody {
        height: calc(100% - 102px);
    }

    .SidebarContainer .SidebarContent .SidebarBody .filters {
        padding: 0;
        margin: 0;
    }

        .SidebarContainer .SidebarContent .SidebarBody .filters li {
            list-style: none;
            border-bottom: 1px solid #ccc;
        }

            .SidebarContainer .SidebarContent .SidebarBody .filters li:hover {
                background-color: #fafafa;
            }

            .SidebarContainer .SidebarContent .SidebarBody .filters li a,
            .SidebarContainer .SidebarContent .SidebarBody .filters li a:hover {
                padding: 7px;
                color: #000;
                display: block;
                width: 100%;
                text-decoration: none;
            }

.Complaints.SidebarContainer .FormStyle {
    display: block;
}

.SidebarContainer .FormStyle label {
    font-size: 13px;
}

.SidebarContainer .FormStyle .form-group {
    margin-bottom: 10px;
    position: relative;
}

.FooterCartRow a {
    position: relative;
    top: 4px;
    cursor: default;
}

.TotalPrice .EndPrice {
    padding: 3px 10px;
    font-size: 18px;
    font-weight: 600;
}

.TotalPrice .cartHeader h6 {
    font-size: 18px;
    line-height: 14px;
}

.TotalPrice .FooterCartRow {
    padding: 4px;
}

    .TotalPrice .FooterCartRow span {
        font-size: 13px;
    }

    .TotalPrice .FooterCartRow.HeaderSec {
        background-color: #e1e1e1;
        padding: 7px 10px;
        margin-top: 15px;
    }

        .TotalPrice .FooterCartRow.HeaderSec span {
            font-size: 15px;
        }

        .TotalPrice .FooterCartRow.HeaderSec a {
            top: -1px;
        }

            .TotalPrice .FooterCartRow.HeaderSec a img {
                width: 18px;
            }

.TotalPrice .EndPrice.FooterCartRow span {
    font-size: 16px;
}

.TotalPrice .FooterCartRow.Green {
    color: #5ED124;
}

.TotalPrice.SidebarContainer .SidebarContent .SidebarHeader {
    background-color: #fff;
}

.TotalPrice .BgGray {
    background-color: #f5f5f5;
    padding: 0px 10px 10px;
    border-bottom: 1px solid #ccc;
    /*border-top: 1px solid #ccc;*/
    margin: 0 -10px;
}

.ChooseTimeBtn span {
    margin: 0 5px;
    font-size: 14px;
    line-height: 10px;
}

.ChooseTimeBtn b {
    font-size: 14px;
    line-height: 10px;
}

.form-group label {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 0;
}

    .form-group label.container-checkbox2 {
        line-height: 20px;
    }

.SidebarContainer .FormStyle input,
.SidebarContainer .FormStyle select {
    border-radius: 0;
    border: 1px solid #999;
}

.UpdateImg .columns .p-image span.remove-img {
    display: none;
}

    .UpdateImg .columns .p-image span.remove-img.active {
        display: block;
    }

.SidebarContainer .FormStyle input:focus,
.SidebarContainer .FormStyle select:focus {
    outline: none;
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.43);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.43);
}

.SidebarContainer .FormStyle button,
.SidebarContainer .FormStyle button:focus,
.ActionForm,
.ActionForm:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    width: 100%;
    display: block;
    padding: 7px;
    color: #fff;
}

    .SidebarContainer .FormStyle button.BgFirstColor {
        text-align: start;
    }

        .SidebarContainer .FormStyle button.BgFirstColor i {
            position: relative;
            top: 6px;
        }

.SidebarContainer .FormStyle p.error {
    background-color: #af0000;
    color: #fff;
    padding: 0px 10px 2px;
    margin-top: 1px;
    margin-bottom: 10px;
}

.SidebarContainer .FormStyle {
    /*display: none;*/
}

    .SidebarContainer .FormStyle .ForgetPasswordBtn {
        font-size: 13px;
        line-height: 20px;
    }

.Branches .Sec {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

    .Branches .Sec .Content {
        display: block;
        border: 1px solid #ccc;
        padding: 8px 15px;
        cursor: pointer;
        width: calc(100% - 117px);
    }

        .Branches .Sec .Content:hover {
            background-color: #f7f7f7;
        }

        .Branches .Sec .Content h6 {
            margin-bottom: 0;
            color: #333;
            font-size: 12px;
        }

            .Branches .Sec .Content h6 span:before,
            .SecBranchRow .SecBranchHeader > a:before,
            .SecBranchRow .SecBranchHeader > span.font12:before {
                content: '';
                position: relative;
                display: inline-block;
                width: 10px;
                height: 10px;
                background-color: gray;
                margin: 0 5px;
                top: 1px;
                border-radius: 50% !important;
            }

.SecBranchRow .SecBranchHeader > a:before,
.SecBranchRow .SecBranchHeader > span.font12:before {
    top: 3px;
}

.Branches .Sec .Content h6 span.Avilable:before,
.SecBranchRow .SecBranchHeader > a:before {
    background-color: #5ED124;
}

.Branches .Sec .Content h6 span.UnAvilable:before,
.SecBranchRow .SecBranchHeader > span.font12:before {
    background-color: #f00;
}

.SecBranchRow .SecBranchHeader a {
    cursor: pointer;
}

.Branches .Sec .Content p {
    margin-bottom: 0;
    color: #555;
    font-size: 12px;
    min-height: 18px;
    position: relative;
}

    .Branches .Sec .Content p.Title {
        margin-top: 3px;
    }

        .Branches .Sec .Content p.Title.AddressWarp,
        .SecBranch p.Title.AddressWarp {
            width: auto;
            max-width: 100%;
            display: inline-block;
            position: relative;
        }

.Branches .Sec .GoMap {
    width: 117px;
    text-align: center;
    vertical-align: middle;
    position: absolute !important;
    top: 0;
    height: 100%;
}

    .Branches .Sec .GoMap p {
        font-size: 11px;
        padding: 9px 0;
        border-bottom: 2px solid #fff;
    }

    .Branches .Sec .GoMap a,
    .Branches .Sec .GoMap a:hover {
        color: #fff;
        text-decoration: none;
        position: relative;
        top: 5%;
        font-size: 13px;
        padding: 0 0px;
    }

.AddPhoneNumber,
.rowPullright {
    width: 100%;
}

.ContentAddressAdd {
    display: none;
}

.ProfileContentAddressAdd {
    display: none;
}

.ContentAddressAdd {
    width: 97%;
    margin: auto;
}

.AdressControl {
    padding: 3px 10px;
    border: 1px solid #efefef;
}

    .AdressControl h6 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .AdressControl a {
        font-size: 13px;
        line-height: 15px;
    }

.FormAddress {
    border: 1px solid #efefef;
}

.saveAddressHeader,
.removeAddressHeader {
    display: none;
}

.AdressControl.active a {
    display: none;
}

.AdressControl.active .saveAddressHeader,
.AdressControl.active .removeAddressHeader {
    display: inline-block;
    margin: 0 5px;
}

    .AdressControl.active .saveAddressHeader img {
        width: 20px;
        height: 20px;
    }

    .AdressControl.active .removeAddressHeader img {
        height: 15px;
        width: 16px;
    }

.cartHeader {
    position: relative;
    padding: 0 10px 2px;
    width: 100%;
    top: -2px;
}

    .cartHeader h6 {
        font-size: 14px;
    }

    .cartHeader img {
        position: absolute;
        bottom: 1px;
        height: 45px;
        width: 45px;
    }

.CartRowContainer {
    width: 100%;
    padding: 3px 0;
    position: relative;
}

    .CartRowContainer .DetailscartSammary {
        font-size: 11px;
        margin: 0;
        background-color: #FAFAFA;
        padding: 4px;
        color: #555;
    }

    .CartRowContainer .CartRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 5px 5px;
        margin-bottom: 5px;
        position: relative;
        border-bottom: 1px solid #ededed;
    }

        .CartRowContainer .CartRow .HasNote {
            position: absolute;
            top: -3px;
            border-radius: 50px !important;
            z-index: 9;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 15px;
        }

            .CartRowContainer .CartRow .HasNote i {
                color: #fff !important;
                text-align: center;
                font-size: 10px;
            }

        .CartRowContainer .CartRow .content {
            font-size: 12px;
        }

            .CartRowContainer .CartRow .content h5 {
                font-size: 12px;
                margin-bottom: 2px;
            }

                .CartRowContainer .CartRow .content h5 span {
                    font-weight: 600;
                }

                .CartRowContainer .CartRow .content h5 b {
                    font-weight: 500;
                }

p.item-description {
    font-size: 13px;
    width: 80%;
    margin-top: 10px;
    cursor: default;
    min-height: 19px;
}

.item-description span.description-details {
    width: 100%;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 19px;
    overflow: hidden;
}

.CartRowContainer .CartRow .content {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 5px 0;
    width: calc(100% - 70px);
}

.SecSammary .CartRowContainer .CartRow .content {
    width: 100%;
}

.SecSammary .CartRowContainer {
    border: 1px solid #efefef;
    margin: 10px 0;
}

    .SecSammary .CartRowContainer .CartRow {
        border-bottom: 1px solid #efefef;
        margin: 10px 5px;
    }

        .SecSammary .CartRowContainer .CartRow:last-child {
            border-bottom: none;
        }

.SecSammary h6.PatmentWayLabel {
    padding: 7px 10px 10px;
    font-size: 15px;
}

.CartRowContainer .CartRow .content .Edit img {
    margin: 0 5px;
    height: 18px;
}

.CartRowContainer .CartRow .content .DeleteRow img {
    height: 12px;
    position: relative;
    top: -2px;
}

.CartRowContainer .CartRow .content .Price,
.CartRowContainer .CartRow .content .OldPrice {
    font-size: 13px;
    margin: 0 1px;
    line-height: 16px;
    position: relative;
}

.CartRowContainer .CartRow .content span.Price > b {
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
}

.CartRowContainer .CartRow .content .LineModifcationItem {
    display: table;
    width: 100%;
    margin-bottom: 3px;
}

    .CartRowContainer .CartRow .content .LineModifcationItem .Price {
        font-weight: 100;
    }

.CartRowContainer .CartRow .content .OldPrice {
    color: #999;
    font-size: 15px;
}

.CartRowContainer .CartRow .content .Detailscartparagraph {
    margin-bottom: 2px;
    font-size: 10px;
}

    .CartRowContainer .CartRow .content .Detailscartparagraph span {
        color: #525252;
        margin: 0 17px;
    }

    .CartRowContainer .CartRow .content .Detailscartparagraph.Green {
        color: #5ED124;
    }

    .CartRowContainer .CartRow .content .Detailscartparagraph.Red {
        color: #f00;
    }

.RedColor {
    color: #f00;
}

.CartRowContainer .CartRow .content .Detailscartax {
    margin-bottom: 3px;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}

.CartRowContainer .CartRow .content .OldPrice:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #333;
    left: 0;
    top: 16px;
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
}

.CartRowContainer .CartRow .ImgContainer {
    width: 70px;
    height: 60px;
    overflow: hidden;
    display: table-cell;
}

    .CartRowContainer .CartRow .ImgContainer img {
        width: 100%;
        height: 100%;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.CartRowContainer .CartRow:hover .ImgContainer img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.FooterDetailsCart .FooterCartRow {
    padding: 0px 10px;
}

    .FooterDetailsCart .FooterCartRow.GreenColor {
    }

.FooterDetailsCart {
    background-color: #fafafa;
}

.DetailsSec .FooterDetailsCart {
    background-color: #fff;
}

    .DetailsSec .FooterDetailsCart .FooterCartRow {
        padding: 4px 10px;
    }

.FooterCartRow.Taxes span {
    position: relative;
    top: -3px;
}

.FooterCartRow.Taxes a {
    position: relative;
    top: 5px;
}

.FooterDetailsCart .FooterCartRow span,
.FooterDetailsCart .FooterCartRow a {
    font-size: 12px;
    line-height: 13px;
}

.AddPromoCode {
    color: #fff;
    padding: 0px 5px;
    font-size: 12px !important;
    font-weight: 600;
    cursor: pointer;
    display: none;
    padding: 5px 9px;
    position: relative;
    top: 1px;
    margin: 0 5px;
}

.RemovePromocode {
    color: #fff;
    padding: 0px 5px;
    background-color: #f00;
    font-size: 11px !important;
    display: none;
    cursor: pointer;
    padding: 4px 10px;
    margin: 0 5px;
    position: relative;
    top: 1px;
}

    .RemovePromocode.active,
    .AddPromoCode.active {
        display: inline-block
    }

.FooterDetailsCart .FooterCartRow .Redcolor {
    color: #f00;
}

.FooterDetailsCart .FooterCartRow.Total span,
.FooterDetailsCart .FooterCartRow.Total a {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}

.FooterDetailsCart .FooterCartRow.Taxes span,
.FooterDetailsCart .FooterCartRow.Taxes a {
    font-size: 12px;
    line-height: 13px;
    color: #fff;
}

.ActionCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

    .ActionCart button,
    .ActionCart button:hover,
    .ActionCart button:focus {
        width: 100%;
        color: #fff;
        text-align: center;
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 2px 0;
        padding: 10px;
        font-size: 13px;
    }

        .ActionCart button.cancelOrder {
            background-color: #f00;
        }

.SecAddress {
    border: 1px solid #ccc;
    padding: 6px 6px;
    width: 97%;
    margin: 7px auto;
}
.card-body .SecAddress {
    height: 75px;
}

    .card-body .SecAddress .MapAdress {
        height: 60px;
    }
    .SecAddress.active {
        background-color: #fafafa;
    }

.FormAddress {
    display: none;
}

.SecAddress .AdressInformation {
    display: table-row;
}

    .SecAddress .AdressInformation .radio {
        display: table-cell;
    }

    .SecAddress .AdressInformation .AdressInformationContent {
        display: table-cell;
        text-align: start;
        margin-bottom: 5px;
        padding: 4px 7px;
        vertical-align: top;
    }

        .SecAddress .AdressInformation .AdressInformationContent p {
            text-align: start;
            margin-bottom: 4px;
            color: #616161;
            font-size: 11px;
            min-height: 16px;
        }

.SecAddress .MapAdress {
    width: 85%;
    margin: auto;
}

.SecAddress .EditAddress {
    margin-bottom: 10px;
}
form#ProfileAddressForm .form-group select {
    padding: 0 ;
}
/*================================ SecBranchRow ================*/
.SecBranchRow {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: flow-root;
    width: 100%;
}

    .SecBranchRow .SecBranchHeader {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
        padding: 5px 12px;
        font-size: 14px;
    }

    .SecBranchRow .SecBranchBody {
        margin-bottom: 5px;
        font-size: 14px;
        padding: 2px 10px;
    }

.AcceptModal {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    padding: 10px;
    z-index: 999999;
    text-align: center;
    overflow: auto;
}

.ContainerModal {
    width: 400px;
    margin: 60px auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 25px;
    border-radius: 20px !important;
}

.SucessOrder .ContainerModal {
    width: 700px;
    max-width: 95%;
}

    .SucessOrder .ContainerModal .SucessOrderContainer {
        margin-bottom: 25px;
    }

        .SucessOrder .ContainerModal .SucessOrderContainer a {
            color: #fff;
        }

        .SucessOrder .ContainerModal .SucessOrderContainer .WordSec {
            padding: 0 25px;
        }

        .SucessOrder .ContainerModal .SucessOrderContainer h5 {
            margin-top: 50px;
            margin-bottom: 15px
        }

        .SucessOrder .ContainerModal .SucessOrderContainer h6 {
            background-color: #E1E1E1;
            padding: 10px 0;
        }

            .SucessOrder .ContainerModal .SucessOrderContainer h6 span {
                margin: 0 5px;
                font-size: 13px;
            }

        .SucessOrder .ContainerModal .SucessOrderContainer p {
            color: #fff;
            padding: 15px 0 30px;
            margin-bottom: 8px;
        }

            .SucessOrder .ContainerModal .SucessOrderContainer p span {
                margin: 0 5px;
                font-size: 12px;
            }

        .SucessOrder .ContainerModal .SucessOrderContainer img {
            width: 100%;
        }

.ContainerModal .CloseSideBar {
    text-align: start;
}

    .ContainerModal .CloseSideBar img {
        width: 15px;
    }

.ContainerModal.BranchLocation {
    width: 82%;
    margin: 20px auto 0;
    height: calc(100% - 45px);
}

.margin-top-10.row.margin-0-l-r.text-center::-webkit-scrollbar {
    height: 3px
}

.margin-top-10.row.margin-0-l-r.text-center::-webkit-scrollbar-thumb {
    background-color: rgb(186 183 171);
}

.ContainerModal .MessageSec {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
    /*border-bottom: 2px solid #888;*/
}

    .ContainerModal .MessageSec img.emailImg {
        width: auto;
        height: auto;
        max-height: 60px;
        max-width: 100px;
        margin-bottom: 15px;
    }


    .ContainerModal .MessageSec img.LabelImg {
        height: 48px;
        position: relative;
        top: -2px;
    }

.paddingFooterModal {
    padding: 0 30px;
}

.ContainerModal.BranchLocation .MessageSec {
    padding: 0 10px;
    border-bottom: none;
}

    .ContainerModal.BranchLocation .MessageSec .HeaderMap {
        position: relative;
        height: 100px;
        overflow: hidden;
        border-radius: 3px !important;
    }

        .ContainerModal.BranchLocation .MessageSec .HeaderMap label {
            color: #fff;
            position: relative;
            z-index: 10;
            border-radius: 5px !important;
            min-width: 315px;
            width: auto;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            font-size: 12px;
            padding: 13px;
            margin: 20px auto;
            cursor: default !important;
            display: block;
        }

            .ContainerModal.BranchLocation .MessageSec .HeaderMap label a {
                display: inline-block;
                color: #fff;
                padding: 0;
            }

        .ContainerModal.BranchLocation .MessageSec .HeaderMap h5 {
            position: relative;
            z-index: 9;
            font-size: 25px;
        }

        .ContainerModal.BranchLocation .MessageSec .HeaderMap .OverLay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#0000ff00));
            background-image: -o-linear-gradient(top, white, #0000ff00);
            background-image: linear-gradient(180deg, white, #0000ff00);
        }

        .ContainerModal.BranchLocation .MessageSec .HeaderMap img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 0;
        }

    .ContainerModal.BranchLocation .MessageSec .ContainerSecBranch {
        overflow: auto;
    }

.ContainerModal a {
    display: block;
    border-radius: 0px;
    padding: 6px;
    text-decoration: none;
}

.ContainerModal a.BgFirstColor {
    color: #fff !important;
}

.ContainerModal .CheckPromo a {
    color: #fff;
}

.ContainerModal .MessageSec i {
    /*font-size: 46px;
    display: block;
    margin-bottom: 12px;*/
    font-size: 39px;
    display: inline-block;
    margin: 0 10px 15px;
    position: relative;
    top: 8px;
}

.BranchLocation.ContainerModal .MessageSec i {
    top: 0;
}

.SucsessRegisteration .ContainerModal .MessageSec i {
    color: #00be3b;
}

.SucsessRegisteration .ContainerModal .MessageSec h4 {
    font-weight: 900;
    color: #00be3b;
}

.SucsessRegisteration .ContainerModal .MessageSec h6 {
    font-size: 15px;
    width: 80%;
    margin: auto;
    line-height: 21px;
}

.MailActivation .Sucsess i,
.MailActivation .Sucsess h4 {
    color: #00be3b;
    font-weight: 900;
}

.MailActivation .Faild i,
.MailActivation .Faild h5 {
    color: #f00;
    font-weight: 900;
}

.ContainerModal a.Ok {
    color: #fff;
}

.OldOrderSec {
    padding-bottom: 25px;
    border: 1px solid #ccc;
    padding: 8px 7px 30px;
    font-size: 11px;
    margin-bottom: 10px;
    cursor: pointer;
}

.OldOrder.selected .OldOrderSec {
    background-color: #f5f5f5;
}

.OldOrderSec:hover {
    background-color: #fafafa;
}

.OldOrder:nth-child(odd) .OldOrderSec {
    background-color: #fafafa;
}

.OldOrderSec .rowOrder .LabelNumber {
    color: #000;
}

.OldOrderSec .rowOrder {
    margin-bottom: 5px;
}

    .OldOrderSec .rowOrder .LabelNumber b {
        font-weight: 400;
        color: #999;
    }

.OldOrderSec .PreOder a {
    font-size: 13px;
}

.DetailsOrderContainer .DetailsSec {
    display: none;
    margin-bottom: 10px;
}

    .DetailsOrderContainer .DetailsSec h6.font12 {
        margin: 0 2px 5px;
    }

.DetailsOrderContainer .DetailsOrder:first-child {
    display: block;
}

.DetailsSec .HeaderOrder {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}

    .DetailsSec .HeaderOrder .WayPay {
        position: absolute;
        top: 5px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 12px;
    }

    .DetailsSec .HeaderOrder .FollowOrder {
        position: absolute;
        top: 28px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 14px;
        font-weight: 600;
    }

.DetailsSec .AdressOrder .CartRowContainer {
    padding: 6px 0 2px;
    border-bottom: 1px solid #e0e0e0;
}

    .DetailsSec .AdressOrder .CartRowContainer:last-child {
        border-bottom: none;
    }

.DetailsSec .AdressOrder {
    background-color: #fbfbfb;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

    .DetailsSec .AdressOrder p {
        margin-bottom: 3px;
        font-size: 12px;
        margin: 5px 0 !important;
    }

.DetailsSec {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.CloseBg {
    background-color: #f00;
    color: #fff !important;
}


.CloseConfirmationCodeBg {
    background-color: #f00;
    color: #fff !important;
}

.BgFirstColor,
.BgSecondColor {
    color: #fff;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group.account-password {
        position: relative;
    }

.account-password a.show-password {
    position: absolute;
    top: 34px;
}

.containerHomeScreen .FooterHomeScreen {
    background-color: #3a3a3a;
    z-index: 1 !important;
    padding: 30px 0 20px;
}
/*.containerHomeScreen .BodyHomeScreen .HomeScreenImg {
   width: 100%;
   height: 100%;
}*/
.containerHomeScreen .BodyHomeScreen .LogoContent {
    /* position: relative; */
    width: 30%;
    /* padding: 10px 0; */
    /* height: 60px; */
    float: right;
    margin-top: 25px;
}

.headerHomeScreenLocaton .pull-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.containerHomeScreen .BodyHomeScreen .LogoContent img {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    /* width: inherit; */
    /* height: initial; */
    /* max-height: 230px; */
    /* max-width: 95%; */
    width: 100%;
    height: auto;
    max-height: 150px;
}

@media (max-width: 991px) {
    .containerHomeScreen .BodyHomeScreen .LogoContent img {
        /* max-height: 160px; */
    }
}

.containerHomeScreen .FooterHomeScreen .imgContainer {
    position: relative;
    padding: 10px 0;
    height: 110px;
}

.containerHomeScreen .BodyHomeScreen .HomeScreenImg {
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .containerHomeScreen .BodyHomeScreen .HomeScreenImg img {
        position: absolute;
        height: auto;
        width: 100%;
        min-height: 100%;
    }

.containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton {
    width: 100%;
    /* margin-bottom: 40px; */
    position: relative;
    z-index: 10;
}

.MapScreenLocaton .hungry-title {
    margin-bottom: 5px;
}

    .MapScreenLocaton .hungry-title span {
        color: #31344b;
        font-size: 45px;
        font-weight: bold;
    }

.containerHomeScreen .BodyHomeScreen .MapScreenLocaton {
    width: 100%;
    margin-top: 10px;
}

    .containerHomeScreen .BodyHomeScreen .MapScreenLocaton input {
        font-size: 12px;
    }

    .containerHomeScreen .BodyHomeScreen .MapScreenLocaton .input-group {
        position: relative;
        z-index: 9;
    }

        .containerHomeScreen .BodyHomeScreen .MapScreenLocaton .input-group a.searchBtn {
            position: absolute;
            font-size: 12px;
            line-height: 37px;
            line-height: 24px;
            padding: 0 8px;
            background-color: #fff;
            top: 6px;
            z-index: 99;
            text-decoration: none;
            color: #000;
        }

.MapScreenLocaton .near-cities {
    margin-top: 30px;
}

    .MapScreenLocaton .near-cities span {
        color: #969696;
        display: none;
    }

    .MapScreenLocaton .near-cities .odd-painted {
        margin-top: 10px;
        display: none;
    }

        .MapScreenLocaton .near-cities .odd-painted ul {
            padding: 0;
            list-style: none;
        }

            .MapScreenLocaton .near-cities .odd-painted ul li {
                display: inline-block;
                color: #31344b;
            }

                .MapScreenLocaton .near-cities .odd-painted ul li:nth-child(odd) {
                    font-weight: 600;
                }

.containerHomeScreen .BodyHomeScreen .MapScreenLocaton h6 {
    font-size: 17px;
    margin-bottom: 30px;
}

.containerHomeScreen .BodyHomeScreen .MapScreenLocaton .input-group-text {
    font-size: 12px;
    border-radius: 0;
    border: 0px solid;
    border-left: 3px solid;
    border-right: 3px solid;
    background-color: #31344b;
}

    .containerHomeScreen .BodyHomeScreen .MapScreenLocaton .input-group-text a {
        color: #fff;
    }

containerHomeScreen .BodyHomeScreen .MapScreenLocaton input {
    border-radius: 0;
    background-color: #fff;
}

.containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton .pull-right a {
    font-size: 12px;
    position: relative;
    top: 0;
    margin: 0 5px;
    padding: 2px 10px 4px;
    line-height: 18px;
    display: inline-block;
}

.NewCustomer {
    cursor: pointer;
}

.containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton a.NewCustomerBtn {
    color: #fff;
    background-color: #31344b;
}

.containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton a.LanguageTop img {
    height: 30px;
    margin-top: -10px;
    position: relative;
    top: 3px;
}

.containerHomeScreen .FooterHomeScreen .imgContainer img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: inherit;
    height: initial;
    max-height: 95px;
    max-width: 95%;
}

.containerHomeScreen .FooterHomeScreen h6 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
}

.SalaryRadioCheck {
    min-width: 52px;
    line-height: 9px;
    position: relative;
    top: 5px;
}

.SidebarBody .Branches .Sec {
    width: 100%;
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #aaa;
    margin-top: 8px;
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #f00;
}


.mt-multiselect {
    display: block;
    text-align: start;
    font-size: 13px;
    line-height: 30px;
}

    .mt-multiselect .mutliSelect {
    }

    .mt-multiselect .btn-group {
        display: block;
    }

        .mt-multiselect .btn-group .dropdown-toggle {
            background-color: transparent;
            color: #9c9c9c;
            border: none;
            padding: 0;
            display: block;
            border: 1px solid #ccc;
            width: 100%;
            padding: 6px 12px;
        }

.multiselectSearch .mt-multiselect .btn-group .dropdown-toggle {
    padding: 2px 12px;
    height: 30px;
}

.multiselectSearch .mt-multiselect .btn-group .dropdown-toggle {
    background-color: #fff;
}

.multiselectSearch .multiselect-container {
    -webkit-box-shadow: 0px 0px 9px rgba(102,102,102,0.3);
    box-shadow: 0px 0px 9px rgba(102,102,102,0.3);
    z-index: 9999 !important;
    width: 100%;
    overflow-y: auto;
    max-height: 300px;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

.form-group .multiselectSearch label {
    line-height: 20px;
    display: block;
    width: 100%;
    padding: 3px 10px;
    position: relative;
    cursor: pointer;
}

.form-group .multiselectSearch li label:after {
}

.form-group .multiselectSearch li label.checkbox input {
    opacity: 0;
}

.form-group .multiselectSearch li label.checkbox:before {
    position: absolute;
    top: 7px;
    height: 10px;
    width: 10px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 1px #4a4a4a;
    box-shadow: 0 0 0 1px #4a4a4a;
    border: 2px solid #fff;
    border-radius: 3px !important;
    content: '';
}

.form-group .multiselectSearch li label.checkbox span.checkmark {
    position: absolute;
    top: 7px;
    height: 14px;
    width: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 3px !important;
}

.form-group .multiselectSearch li.active label:before {
}

.form-group .multiselectSearch label input {
    position: relative;
    top: 2px;
}

.multiselect-container > li > a {
    display: block;
    width: 100%;
    text-align: start;
    color: #333;
}

    .multiselect-container > li > a:hover,
    .multiselect-container > li > a:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.multiselect-container .input-group {
    padding: 5px 7px !important;
    margin: 0;
}

.dropdown-language a:after {
    display: none;
}

.ContainerTobBar .TopNav .TopNavList li.dropdown-language a {
    display: inline-block;
    min-width: 30px;
    min-height: 21px;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    top: 2px;
    margin: 0;
}

    .ContainerTobBar .TopNav .TopNavList li.dropdown-language a img {
        height: 40px;
        position: absolute;
        top: -5px;
        width: 100%;
    }

.mt-multiselect .btn-group.open .dropdown-toggle,
.mt-multiselect .btn-group .dropdown-toggle:hover {
    color: #333;
    background-color: transparent;
}

.mt-multiselect .btn-group .dropdown-toggle i {
    font-size: 1.3em;
}

.mt-multiselect .btn-group .multiselect-container {
    border: none;
    overflow-y: scroll;
    max-height: 0;
}

.mt-multiselect .btn-group.open .multiselect-container {
    max-height: 145px;
}

.select-arrow .mt-multiselect .btn-group .multiselect-container {
    width: 100%;
    top: 24px;
    position: absolute;
}

.modal .select-arrow .mt-multiselect .btn-group .multiselect-container {
    position: relative;
    top: -10px;
}

.select-arrow.multiselectSearch .mt-multiselect .btn-group .multiselect-container {
    top: 20px;
}

.modal-body .select-arrow.multiselectSearch .mt-multiselect .btn-group .multiselect-container {
    top: -10px;
}

.select-arrow .mt-multiselect .btn-group .multiselect-container li a {
    padding: 0 15px;
}

.mt-multiselect .btn-group .multiselect-container::-webkit-scrollbar-track,
.multiple_emails-container::-webkit-scrollbar-track {
    border-radius: 2px !important;
    background-color: #fff;
}

.mt-multiselect .btn-group .multiselect-container::-webkit-scrollbar,
.multiple_emails-container::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.mt-multiselect .btn-group .multiselect-container::-webkit-scrollbar-thumb,
.multiple_emails-container::-webkit-scrollbar-thumb {
    border-radius: 2px !important;
    background-color: #8cc642;
}

.mt-multiselect .btn-group .multiselect-container:before,
.mt-multiselect .btn-group .multiselect-container:after {
    display: none !important;
}

.mt-multiselect .btn-group .multiselect-container li {
    display: block;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 !important;
}

    .mt-multiselect .btn-group .multiselect-container li.active {
    }

    .mt-multiselect .btn-group .multiselect-container li a {
        color: #5f5f5f;
    }

.multiselectSearch .input-group .multiselect-clear-filter,
.multiselectSearch .input-group-btn {
    height: 30px;
    width: 13px;
    padding: 0;
    opacity: 0;
}

/*.multiselectSearch .glyphicon-remove-circle:before,
    .multiselectSearch .glyphicon-search:before {
        font-size: 16px;
        font-weight: 900;
        position: absolute;
        line-height: 14px;
        display: block;
        font-family: Font Awesome\ 5 Free;
    }

    .multiselectSearch .glyphicon-remove-circle:before {
        content: "\f00d";
        color: #af0000;
        top: -15px;
    }

    .multiselectSearch .glyphicon-search:before {
        content: "\f002";
        color: #8cc642;
        top: -13px;
    }*/

.mt-multiselect .btn-group .multiselect-container li.active a {
    background-color: #fff;
}

.mt-multiselect .btn-group .multiselect-container li a label {
    display: block;
}

    .mt-multiselect .btn-group .multiselect-container li a label input {
        display: none;
    }

    .mt-multiselect .btn-group .multiselect-container li a label:after {
        content: '';
        width: 15px;
        height: 15px;
        background-color: #dcdcdc;
        position: absolute;
        top: 6px;
    }

.mt-multiselect .caret {
    display: none;
}

.mt-multiselect:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    font-size: 13px;
    color: #999;
    top: 6px;
    border: none;
}

.mt-multiselect .btn-group .multiselect-container li.active a label:after {
    background-color: #8cc642;
}

button.multiselect {
    overflow-x: hidden;
}
/*=======             Mutli Select With li         =======*/
.top-menu-multiselect {
}

    .top-menu-multiselect .dropdown-toggle {
        background-color: transparent;
        color: #9c9c9c;
        border: none;
        padding: 0;
    }

        .top-menu-multiselect.open .dropdown-toggle,
        .top-menu-multiselect .dropdown-toggle:hover {
            color: #8cc642;
            background-color: transparent;
        }

        .top-menu-multiselect .dropdown-toggle i {
            font-size: 1.4em;
        }

    .top-menu-multiselect.open .dropdown-toggle {
    }

    .top-menu-multiselect .dropdown-menu {
        float: left;
        right: unset;
    }

        .top-menu-multiselect .dropdown-menu:before,
        .top-menu-multiselect .dropdown-menu:after {
            display: none !important;
        }

        .top-menu-multiselect .dropdown-menu li {
            display: block !important;
            margin: 0 !important;
        }

            .top-menu-multiselect .dropdown-menu li a {
                padding: 5px;
            }

                .top-menu-multiselect .dropdown-menu li.active a,
                .top-menu-multiselect .dropdown-menu li a:focus {
                    background-color: transparent;
                    color: #8cc642 !important;
                }

                .top-menu-multiselect .dropdown-menu li a label {
                    margin: 0;
                }

                    .top-menu-multiselect .dropdown-menu li a label:focus {
                        outline: none;
                    }

            .top-menu-multiselect .dropdown-menu li.active a {
            }

.SecBranch {
    text-align: start;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .38);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .38);
    cursor: pointer;
    margin: 0 0 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.SidebarBody .SecBranch {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.SecBranch:hover {
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .68);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .68);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fafafa;
}

.SidebarBody .SecBranch,
.SidebarBody .SecBranch:hover {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.SecBranch.Select {
    background-color: #e1e1e1;
}

.SecBranch h6 {
    font-size: 15px;
    font-weight: 600;
}

    .SecBranch h6 span {
        font-weight: 400;
        font-size: 13px;
    }

        .SecBranch h6 span:before {
            content: '';
            position: relative;
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: gray;
            margin: 0 5px;
            top: 1px;
            border-radius: 50% !important;
        }

        .SecBranch h6 span:before {
            content: '';
            position: relative;
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: gray;
            margin: 0 5px;
            top: 1px;
            border-radius: 50% !important;
        }

        .SecBranch h6 span.Avilable:before {
            background-color: #5ED124;
        }

.SecBranch p {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}

.SecBranch a i {
    display: inline-block !important;
    font-size: 10px !important;
    margin-bottom: 0 !important;
}

.SecBranch a {
    font-size: 11px;
}

    .SecBranch a.GoToBranch {
        display: block;
        width: 100%;
        margin-top: 5px;
        text-align: center;
        color: #fff !important;
        border-radius: 5px !important;
    }

        .SecBranch a.GoToBranch:hover {
            color: #fff !important;
        }

.Districs {
    padding: 0;
    display: block;
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}

    .Districs li {
        display: inline-block;
        list-style: none;
        font-size: 13px;
        position: relative;
        top: -5px;
        border-top: 3px solid transparent;
        margin: 0 3px;
    }

        .Districs li:hover {
            border-top: 3px solid #ccc !important;
        }

        .Districs li a {
            cursor: pointer;
        }

.Cities {
    padding: 0;
    background-color: #fafafa;
}

.Cities li {
    font-size: 12px;
    text-align: start;
    padding: 1px 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid transparent;
}

.Cities li:first-child {
    border-top: 1px solid #ccc;
}

.Cities li:hover {
    background-color: #fff;
}

.Cities li a {
    font-size: 11px;
}

.TraceOrder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.AdressOrder .TraceOrder .Line {
    height: 8px;
    position: absolute;
    bottom: 5px;
    border-radius: 25px !important;
    width: calc(100% - 10px);
    opacity: .5;
}

.TraceOrder .SecTrace {
    position: relative;
    width: 25%;
    display: inline-table;
}

    .TraceOrder .SecTrace:first-child {
        text-align: start;
    }

    .TraceOrder .SecTrace.DelevirySec a {
        bottom: unset;
        top: 10px;
        left: 50%;
        display: block;
        position: absolute;
        width: 100px;
        padding: 3px 0px;
        font-size: 10px;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 4px !important;
        z-index: 99;
    }

    .TraceOrder .SecTrace.DelevirySec a {
        display: none;
    }

    .TraceOrder .SecTrace.active.DelevirySec a {
        display: block;
    }

        .TraceOrder .SecTrace.active.DelevirySec a i {
            display: none;
        }

        .TraceOrder .SecTrace.active.DelevirySec a b {
            display: block;
            width: 100px;
            text-align: center;
            padding: 5px;
            color: #fff;
        }

    .TraceOrder .SecTrace p {
        position: relative;
    }

    .TraceOrder .SecTrace span {
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 50% !important;
        position: relative;
        top: 5px;
        background-color: #999;
        z-index: 10;
    }

.WarningPage {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: initial;
    border-radius: 50% !important;
    z-index: 0;
    text-align: center;
}

    .WarningPage img {
        width: 340px;
        max-width: 80%;
        margin-right: 80px;
        margin-bottom: 23px;
    }

.ErrorSec h3 {
    color: #f00;
}

.WarningPage h3 {
    font-weight: 500;
    margin-bottom: 10px;
}

.WarningPage h6 {
    margin-bottom: 20px;
}

.ErrorResturant.WarningPage img {
    width: 275px;
    margin: 0px 0 23px !important;
}

.WarningPage a {
    display: inline-block;
    padding: 7px 15px;
    color: #fff !important;
}

.swiper-container {
    height: 45px;
    overflow: hidden;
}

.swiper-slide {
    font-size: 26px;
    opacity: 0
}

    .swiper-slide.swiper-slide-active {
        opacity: 1
    }

.text-danger {
    width: 100%;
    display: block;
    background-color: #af0000;
    color: #fff !important;
    font-size: 13px;
}

    .text-danger span {
        padding: 2px 5px 3px;
    }

.validation-summary-errors ul {
    padding: 0;
}

    .validation-summary-errors ul li {
        list-style: none;
        padding: 3px;
        font-size: 12px;
    }

.field-validation-error {
    display: block;
}

span.field-validation-error {
    display: block;
    font-size: 12px;
    background-color: #af0000;
    color: #fff;
    padding: 2px 4px;
}

.PasswordForm {
    position: relative;
}

    .PasswordForm a,
    .SidebarContainer .FormStyle .form-group .show-password {
        position: absolute;
        top: 10px;
        font-size: 12px;
        cursor: pointer;
    }

.SidebarContainer .FormStyle .form-group .show-password {
    top: 36px;
}
/*===================== chat ========================*/
.accordionOldComplaints,
.accordionOldComplaints .card {
    width: 100%;
    display: block;
}

.MessageSec .Sec:last-child,
.MessageSec .Sec {
    border-bottom: none
}

.MessageSec .ContainerMessage {
    max-height: 400px;
    overflow-y: auto;
}

.MessageSec .Sec .ImgContainer {
    margin: 0 10px;
}

.MessageSec .Sec:hover {
    background-color: #efefef;
}

.MessageSec .Sec a {
    text-decoration: none;
}

.MessageSec .Sec .ImgContainer,
.MessageSec .Sec .Details {
    display: table-cell
}

    .MessageSec .Sec .ImgContainer .ImgStyle {
        background-color: #fff;
        border-radius: 50% !important;
        /*border: solid 1px #707070;*/
        margin: 0 10px;
        width: 32px;
        height: 32px;
        text-align: center;
        overflow: hidden;
        position: relative;
        top: 5px;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a.AddNewChat {
}

.MessageSec .Sec .ImgContainer img {
    height: 100%;
    width: 100%;
    max-height: 100% !important;
}

.page-header .top-menu .nav li.dropdown-notification .dropdown-menu li .dropdown-menu-list li.Sec a {
    padding: 0 !important;
    border-bottom: none !important;
}

.page-header .top-menu .nav .dropdown .dropdown-menu li.Sec a {
    border-bottom: none;
}

    .page-header .top-menu .nav .dropdown .dropdown-menu li.Sec a:hover {
        background-color: transparent;
    }

.MessageSec .Sec .Details h5 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}

.MessageSec .Sec .Details p {
    color: #757575;
    font-size: 12px;
    margin: 5px 0;
    max-height: 36px;
    overflow: hidden;
}

.MessageSec .Sec {
    padding: 10px 7px;
    margin: 15px 0 5px;
    display: table;
    width: 100%;
}

    .MessageSec .Sec .ImgContainer .ImgStyle {
        top: -6px;
    }

    .MessageSec .Sec .DetailsMessage {
        border-radius: 8px !important;
        background-color: #efefef;
        color: #000;
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
        max-width: calc(100% - 200px);
    }

        .MessageSec .Sec .DetailsMessage p {
            margin: 0;
        }

.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    text-align: center;
}

.MessageSec .Sec.SecOtherChat .DetailsMessage {
    background-color: #0f6985;
    color: #fff;
}

.ControlMessage {
    padding: 10px;
    border-top: 2px solid #ccc;
}

    .ControlMessage .input-group {
        width: calc(100% - 105px);
        display: inline-block;
        top: 2px;
    }

    .ControlMessage .inputGroupContainer {
        width: calc(100% - 110px);
        border: none;
        display: inline-block;
    }

    .ControlMessage button {
        border-radius: 5px !important;
        width: 100px;
        height: 35px;
        color: #fff;
        border: none;
    }

    .ControlMessage .input-group-text {
        border-radius: 0;
        background-color: #083a65;
        border-color: #083a65;
        color: #fff;
    }

    .ControlMessage .form-control {
        background-color: #efefef;
        border: none;
        font-size: 15px;
        color: #000;
        width: 100%;
    }

    .ControlMessage .file-input {
        border: none;
        background-color: #083a65;
        border-color: #083a65;
        padding: 0;
    }

    .ControlMessage .input-group-text {
        padding: 0;
    }

.LoginFacebook {
    margin-bottom: 5px;
    margin-top: 30px;
}

.LoginGoogle {
    width: 100% !important;
    display: block;
}

    .LoginGoogle .abcRioButtonLightBlue {
        color: #ffffff;
        width: 100% !important;
        display: block;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    }

.abcRioButtonContents {
    font-size: 15px !important;
    font-family: 'HelveticaNeueLight' !important;
    color: #31344b;
    font-weight: 600 !important;
}

.fb_iframe_widget {
    display: block;
    width: 100%;
}

    .fb_iframe_widget span {
        width: 100% !important;
        height: 46px !important;
    }

/*===================== Notification ========================*/
.SecNotification {
    position: fixed;
    top: -100px;
    z-index: 99999;
    background-color: #E1E1E1;
    margin: 0 20px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #cdcdcd;
    min-width: 250px;
}

    .SecNotification.wating {
        background-color: #E1E1E1;
    }

    .SecNotification.Preparing {
        background-color: #FAFAFA;
    }

    .SecNotification.atWay {
        background-color: #FFD7B6;
    }

    .SecNotification.Done {
        background-color: #CFFCB8;
    }

    .SecNotification .Sec a {
        line-height: 10px;
        padding: 3px;
    }

        .SecNotification .Sec a img {
            height: 10px;
            width: 10px;
        }

    .SecNotification .Sec .Img {
        height: 30px;
        margin: 12px 8px 8px;
    }

    .SecNotification .Sec span {
        font-size: 14px;
        display: inline-block;
        margin: 0 12px;
    }

    .SecNotification.active {
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
        top: 50px;
    }

.MenuGallary .gallery .gallery__item .content p {
    overflow: visible;
    position: relative;
}

.MenuGallary .gallery .gallery__item .CountItem {
    position: absolute;
    z-index: 99;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50% !important;
    color: #fff;
    line-height: 27px;
    top: -11px;
    font-size: 14px;
}

.MenuGallary .gallery .gallery__item .content p span {
    width: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 19px;
    overflow: hidden;
}

.Branches .Sec .Content p.Title.AddressWarp span,
.SecBranchBody p.Title.AddressWarp span {
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

    .Branches .Sec .Content p.Title.AddressWarp span strong,
    .SecBranch p.Title.AddressWarp span strong {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-weight: 100;
        max-width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

.MenuGallary .gallery .gallery__item .content p .tooltipCustom,
.Branches .Sec .Content p.Title.AddressWarp .tooltipCustom,
.SecBranchBody p.Title.AddressWarp .tooltipCustom {
    text-align: center;
    bottom: 100%;
    font-size: 10px;
    color: #fff;
    display: block;
    left: unset;
    /* top: 5px; */
    right: -5px;
    margin-bottom: 9px;
    opacity: 0;
    padding: 6px 4px;
    pointer-events: none;
    position: absolute;
    width: auto;
    min-width: 80%;
    z-index: 99;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .MenuGallary .gallery .gallery__item .content p .tooltipCustom:before,
    .Branches .Sec .Content p.Title.AddressWarp .tooltipCustom:before,
    .SecBranchBody p.Title.AddressWarp .tooltipCustom:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    /* CSS Triangles - see Trevor's post */
    .MenuGallary .gallery .gallery__item .content p .tooltipCustom:after,
    .Branches .Sec .Content p.Title.AddressWarp .tooltipCustom:after,
    .SecBranchBody p.Title.AddressWarp .tooltipCustom:after {
        border-left: solid transparent 8px;
        border-right: solid transparent 8px;
        border-top: solid #ccc 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -12px;
        position: absolute;
        width: 0;
    }

.MenuGallary .gallery .gallery__item .content p:hover .tooltipCustom,
.Branches .Sec .Content p.Title.AddressWarp:hover .tooltipCustom,
.SecBranchBody p.Title.AddressWarp:hover .tooltipCustom {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .MenuGallary .gallery .gallery__item .content p .tooltipCustom,
.Branches .Sec .Content p.Title.AddressWarp .tooltipCustom,
.SecBranchBody p.Title.AddressWarp .tooltipCustom {
    display: none;
}

.lte8 .MenuGallary .gallery .gallery__item .content p:hover .tooltipCustom,
.Branches .Sec .Content p.Title.AddressWarp:hover .tooltipCustom,
.SecBranchBody p.Title.AddressWarp:hover .tooltipCustom {
    display: block;
}

.FinishPrice .SidebarBody {
    text-align: center;
}

.ImgFinishPrice {
    margin-bottom: 40px;
}

    .ImgFinishPrice img {
        width: 190px;
    }

.FinishPrice h5 {
    margin-bottom: 10px;
}

.FinishPrice h6 {
    margin-bottom: 15px;
}

.FinishPrice p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 20px;
    margin: 15px auto;
    display: block;
    background-color: #eeeeee;
    border: 1px solid #d4d4d4;
    border-radius: 2px !important;
    font-size: 14px;
    line-height: 20px;
}

    .FinishPrice p span {
        position: relative;
        top: 2px;
        margin: 0 3px;
    }

.FinishPrice .SidebarBody a {
    display: block;
    width: 80%;
    margin: 10px auto;
    padding: 5px;
    color: #fff !important;
}

.FinishPrice .ImgFinishPrice img {
    width: 190px;
}

.OrLine {
    text-align: center;
    position: relative;
    margin: 15px 0;
}

    .OrLine::after {
        position: absolute;
        content: '';
        border: 1px solid #e8e8e8;
        top: 14px;
        left: 0;
        width: 100%;
    }

    .OrLine span {
        display: inline-block;
        background-color: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 9;
        top: 1px;
    }

#CodeNumber {
    max-width: 330px;
    margin: 25px auto 0;
    direction: ltr;
}

    #CodeNumber input {
        margin: 0 4px;
        text-align: center;
        line-height: 80px;
        font-size: 50px;
        border: solid 1px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc inset;
        box-shadow: 0 0 5px #ccc inset;
        outline: none;
        width: 20%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 3px !important;
    }

        #CodeNumber input:focus {
            border-color: #e84c25;
            -webkit-box-shadow: 0 0 5px #e84c25 inset;
            box-shadow: 0 0 5px #e84c25 inset;
        }

        #CodeNumber input::-moz-selection {
            background: transparent;
        }

        #CodeNumber input::selection {
            background: transparent;
        }

.RecendCode {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0px 0px;
    text-align: start;
    width: calc(100% - 20px);
    margin: 19px auto 0;
}

    .RecendCode button,
    .RecendCode button:hover,
    .RecendCode button:focus {
        display: inline-block;
        color: #fff !important;
        font-size: 14px;
        padding: 8px 15px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

        .RecendCode button:disabled {
            opacity: 0.6;
            cursor: no-drop;
        }

    .RecendCode span {
        line-height: 31px;
        margin: 0 15px;
    }

.alert.animated {
    padding-top: 20px;
}

.statusRequest {
    text-align: start;
    width: calc(100% - 20px);
    margin: 10px;
    background-color: #0daf00;
    border-radius: 4px !important;
}

    .statusRequest.errorrREquest {
        background-color: #af0000;
    }

    .statusRequest.emptyREquest {
        background-color: #af0000;
    }

    .statusRequest.WarningStatus {
        background-color: #eab731;
    }

    .statusRequest label {
        width: auto;
        display: inline-block;
        line-height: 26px;
        margin-bottom: 3px;
        padding-bottom: 0;
        font-size: 13px;
        color: #fff !important;
        background-color: transparent !important;
    }

    .statusRequest i {
        font-size: 17px !important;
        display: inline-block !important;
        color: #fff !important;
        margin: 0 !important;
        top: 2px !important;
        width: 21px;
        position: relative;
    }

.DiscountInRow {
    font-size: 10px;
    margin-top: 2px;
    color: #f00;
}

.HintOffer {
    width: 97%;
    display: block;
    margin: auto;
    padding: 0px 3px 4px;
    border-top: 1px solid #ccc;
    margin-top: 6px;
    text-align: end;
    margin-bottom: 5px;
}

.ErrorMessage {
    background-color: #af0000;
    padding: 2px 10px;
    color: #fff;
    width: 98%;
    margin: 0 auto 10px;
    font-size: 12.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ErrorMessage.fullWidth {
    width: 100%;
}

.DisabledOffer input:disabled + span {
    opacity: 0.5 !important;
    cursor: no-drop;
}

.DisabledOffer .container-checkbox2 {
    cursor: no-drop;
}

.DeleteAddress img {
    width: 14px;
}

.VersionNumber {
    color: #fff;
    font-size: 14px;
    position: relative;
    /*top: 5px;*/
}

.VersionNumber a {
    color: #76c476;
    font-weight: 600;
}

.fixedMenuCategory + .MenuGallary .ShowSidebarOnly {
    display: none;
}

.SidebarBody .HideSidebarOnly {
    display: none;
}

.PaymentContianer .radio input:disabled ~ label {
    opacity: 0.6;
    background-color: #a0a0a0 !important;
}

.PaymentContianer .radio input:disabled ~ span {
    opacity: 0.6;
}

@media only screen and (max-width: 1100px) {
    .container {
        max-width: 95%;
    }

    .ContainerHeaderMenu .container {
        padding: 0 70px;
    }

    .ContainerTobBar .LogoContent {
        width: 25%;
    }

    .ContainerTobBar .LogoContent {
        width: 25%;
    }

    .ContainerHeaderMenu .titleMenu {
        font-size: 13px;
        padding-top: 7px;
    }
}

@media only screen and (min-width: 771px) {
    .ContainerTobBar .TopNav {
        display: block !important;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 770px) {
    .ContainerHeaderMenu .itemMenu .filters li a {
        margin: 0 5px;
    }

    .headerLayout .container {
        max-width: 100%;
    }

    .ContainerTobBar .TopNav .TopNavList li a, .ContainerTobBar .TopNav .TopNavList li a:hover .ContainerTobBar .TopNav li.LangugeCart a {
        margin: 0 2px;
        font-size: 11px;
    }

        .ContainerTobBar .TopNav .TopNavList li a b {
            font-size: 11px;
        }

    .ContainerTobBar .TopNav {
        padding: 16px 2px;
    }
}

@media all and (max-width: 770px) {
    .Branches .Sec .GoMap a, .Branches .Sec .GoMap a:hover {
        top: 8%;
        font-size: 16px;
    }

    .sideBarMyOrders {
        height: auto;
        max-height: 148px;
        margin-bottom: 20px;
    }

    .ContainerModal.BranchLocation .MessageSec .HeaderMap label {
        min-width: 100%;
        font-size: 12px;
        padding: 2px;
        margin: 7px auto;
    }

    .ContainerModal {
        padding: 15px;
    }

    .VersionNumber {
        font-size: 12px;
    }

    #CodeNumber input {
        line-height: 60px;
        font-size: 40px;
        width: 18%;
    }

    .VersionNumber {
        bottom: 5px;
    }

    .footer .social a {
        margin: 0 5px;
        font-size: 16px;
        color: #fff;
        position: relative;
        top: -2px;
    }
}

.ConfirmationCode .center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* stupid browser compat. smh */
}

    .ConfirmationCode .center .change {
        clear: both;
        display: block;
        font-size: 10px;
        color: #ccc;
        margin-top: 10px;
    }

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 25%;
    }
}

#CodeNumber input[type=text] {
    text-align: center;
}

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

@keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

.TabsWallet {
    padding: 0;
}

    .TabsWallet li {
        width: 50%;
    }

        .TabsWallet li a {
            text-align: center;
            border-radius: 0 !important;
            border: none !important;
            background-color: #7d7d7d;
            color: #fff !important;
        }

    .TabsWallet + .tab-content > .tab-pane {
        padding: 10px;
    }

        .TabsWallet + .tab-content > .tab-pane .MyWallet {
            width: 100%;
            background-color: #f7f7f7;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 3px !important;
        }

            .TabsWallet + .tab-content > .tab-pane .MyWallet p {
                margin-bottom: 0;
                font-size: 13px;
                line-height: 14px;
            }

            .TabsWallet + .tab-content > .tab-pane .MyWallet span {
                margin-bottom: 0;
                font-size: 13px;
                font-weight: 600;
            }

        .TabsWallet + .tab-content > .tab-pane .ChooseWalletRow {
            display: block;
            width: 100%;
        }

            .TabsWallet + .tab-content > .tab-pane .ChooseWalletRow img {
                height: 20px;
                margin: 0 2px;
            }

.MethodContainer {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.dataTables_length {
    display: none;
}

.DataTable thead tr {
    color: #fff;
    font-size: 12px;
}

    .DataTable thead tr th,
    .DataTable tbody tr td {
        padding: 6px 3px;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
    }

    .DataTable thead tr th {
        padding-right: 0 !important;
        font-size: 11px;
    }

        .DataTable thead tr th:after,
        .DataTable thead tr th:before {
            display: none !important;
        }

.page-link {
    border-color: #dee2e6;
    padding: 4px 9px;
    font-size: 13px;
    color: #31344b;
}

.page-item.active .page-link {
    background-color: #31344b;
    border-color: #31344b;
    padding: 3px 7px;
    position: relative;
    top: 1px;
}

.containerPhone {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}
/* Chrome, Safari, Edge, Opera */
input.NoCountArrow::-webkit-outer-spin-button,
input.NoCountArrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.NoCountArrow {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    .MobileOnly {
        display: none;
    }

    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    body {
        padding-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .containerHomeScreen .BodyHomeScreen .HomeScreenImg img {
        width: auto;
    }

    .containerHomeScreen .BodyHomeScreen .LogoContent {
        width: 40%;
        margin: 20px auto 0;
        float: unset !important;
    }

    .headerHomeScreenLocaton .pull-right {
        float: unset !important;
        width: 100%;
        position: static !important;
        margin: 50px auto 0;
        text-align: center;
    }

    .MapScreenLocaton .hungry-title span {
        font-size: 25px;
    }
    .SecBranch h6 {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .MenuGallary .gallery .gallery__item {
        width: calc(34% - 44px);
    }

    .containerHomeScreen .BodyHomeScreen .HomeScreenImg img {
        width: auto;
    }

    .containerHomeScreen .BodyHomeScreen .LogoContent {
        /* width: 160px; */
    }

    .containerHomeScreen .BodyHomeScreen .LogoContent {
        width: 30%;
    }

    .ContainerModal.BranchLocation {
        height: unset;
    }
}

.DetailsOrderContainer .NoResult img {
    max-width: 50%;
}

@media (max-width: 770px) {
    .NoResult {
        height: 190px;
    }

    .textNotFoundResult h4 a {
        line-height: 34px;
        display: block;
        margin-top: 14px;
    }

    footer {
        padding: 8px 5px 2px;
    }

    .SidebarBody .NoResult img,
    .NoResult.OffersNoResult img {
        max-width: 50%;
    }

    .Branches .Sec .Content {
        /*width: calc(100% - 61px);*/
    }

    .SecBranchRow .SecBranchBody {
        font-size: 12px;
        padding: 2px 8px;
    }

    .Branches .Sec .Content {
        padding: 8px 6px;
    }

    .Branches .Sec .GoMap {
        /*width: 60px;*/
        font-size: 13px;
    }

    .ContainerTobBar .LogoContent > a {
        display: inline-block;
        width: 70%;
    }

    .MobileOnly {
        display: block;
    }

    .ContainerModal.BranchLocation {
    }

    .contentBody {
        padding-top: 15px;
        min-height: 100%;
    }

    .DetailsSec .HeaderOrder {
        padding-top: 40px;
    }

    .ContainerModal {
        width: 97%;
    }

    body {
        padding-bottom: 55px;
        padding-top: 72px;
    }

    header {
        border-bottom: none;
    }

    .SidebarContainer .SidebarContent {
        width: 100% !important;
    }

    .ContainerTobBar .TopNav, .ContainerTobBar .TopNav ul.TopNavList, .ContainerTobBar .TopNav .LangugeCart {
        display: block;
        width: 100%;
    }

    .ContainerTobBar .TopNav .TopNavList li, .ContainerTobBar .TopNav li.LangugeCart {
        display: block;
        padding: 5px;
        /*border-bottom: 1px solid #e6e6e6;*/
        cursor: pointer;
    }

    .ContainerTobBar.show-mobile {
        width: unset !important;
    }

    .ContainerTobBar.show-mobile .TopNav {
        display: inline-block !important;
        width: unset;
    }

    .ContainerTobBar .TopNav {
        display: none;
        padding: 0;
        /*border-bottom: 2px solid;*/
    }

    .ContainerTobBar .TopNav .TopNavList .StyleDropDown button {
        padding: 0 .75rem;
    }

    .ContainerTobBar .LogoContent {
        border-bottom: 1px solid #ccc;
        max-height: 75px;
        min-height: 75px;
        height: auto;
    }

    .ContainerTobBar .LoacationHeader {
        bottom: -6px;
    }

    .LogoContent .ToggleNav,
    .LogoContent .ToggleNav:focus {
        margin: 1px 10px;
        border: none;
        background-color: transparent;
        font-size: 21px;
        outline: none;
    }

    .ContainerTobBar .LogoContent {
        float: unset !important;
        width: 100%;
    }

    .MenuGallary .gallery {
        padding: 0 10px;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item {
        width: 100%;
        margin: auto;
        margin: 8px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 5px 0px;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .ImgContainer {
        width: 90px;
        height: 70px;
        overflow: hidden;
        display: table-cell;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .content {
        display: table-cell;
        vertical-align: middle;
        padding: 4px 10px 0;
        width: calc(100% - 90px);
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .content .footerContent .AddToCart {
        padding: 2px 4px;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .content h5 {
        margin-bottom: 1px;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .content .footerContent h6 {
        line-height: 29px;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .content p {
        margin-bottom: 0px;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .ImgContainer img {
        width: 90px;
    }

    .MenuGallary .gallery.OneDisplayMobile .gallery__item .AddToFav {
        font-size: 17px;
    }

    .MenuGallary .gallery .gallery__item .content .footerContent {
        border-top: 0;
        padding: 1px 5px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item {
        width: calc(50% - 10px);
        margin: 10px 3px;
        display: inline-block;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .content .footerContent .AddToCart,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .content .footerContent .AddToCart {
        position: absolute;
        top: -2px;
        padding: 2px 4px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .content .footerContent,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .content .footerContent {
        padding: 0px 0 1px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .content h5,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .content h5 {
        margin-bottom: 4px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .content p,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .content p {
        margin-bottom: 5px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .content .footerContent h6,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .content .footerContent h6 {
        margin-bottom: 3px;
        line-height: 20px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .ImgContainer,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .ImgContainer {
        height: 105px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .ImgContainer,
    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .ImgContainer img {
        width: 100%;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery.OneDisplayMobile .gallery__item .content {
        display: block;
        vertical-align: middle;
        padding: 10px 5px 0;
        width: 100%;
    }

    .SidebarContainer .SidebarContent .SidebarHeader {
        background-color: #F5F5F5;
    }

    .MenuGallary .gallery .gallery__item .content .footerContent .Count button, .MenuGallary .gallery .gallery__item .content .footerContent .Count button:focus, .Count button, .Count button:focus {
        height: 19px;
        width: 19px;
        text-align: center;
        font-size: 12px;
        padding: 0;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .content .footerContent .Count {
        top: -4px;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .content .footerContent .AddToCart i {
        display: none;
    }

    .MenuGallary .gallery.TwoDisplayMobile .gallery__item .AddToFav {
        font-size: 20px;
    }


    .ContainerHeaderMenu .itemMenu .filters li a {
        margin: 0 6px;
        font-size: 12px;
    }

    .ContainerTobBar .LoacationHeader {
        bottom: -19px;
        font-size: 16px;
    }

        .ContainerTobBar .LoacationHeader label {
            display: inline-block;
            width: auto;
            font-size: 16px;
            position: relative;
            top: 3px;
        }

    .ContainerHeaderMenu {
        padding: 0;
    }

        .ContainerHeaderMenu .container {
            padding: 0;
        }

        .ContainerHeaderMenu .titleMenu {
            padding: 10px 10px 3px;
        }

            .ContainerHeaderMenu .titleMenu a {
                text-decoration: none;
            }

    .fixedMenuCategory .ContainerHeaderMenu .titleMenu {
        display: none
    }

    .ContainerHeaderMenu .itemMenu .filters li {
        display: none !important;
    }

    .ContainerHeaderMenu .itemMenu {
        float: unset !important;
    }

        .ContainerHeaderMenu .itemMenu .filters li:nth-child(-n+2),
        .ContainerHeaderMenu .itemMenu .filters li:last-child,
        .ContainerHeaderMenu .itemMenu .filters li:nth-last-child(2) {
            display: inline-block !important;
        }

    .MenuGallary .gallery .gallery__item .content h5,
    .MenuGallary .gallery .gallery__item .content p {
        font-size: 12px;
    }

    .MenuGallary .galleryHeader, .HeaderPage {
        margin-bottom: 0;
        margin-top: 0px;
        padding-bottom: 8px;
        font-size: 15px;
    }

    .MenuGallary {
        padding: 30px 5px 0;
    }

        .MenuGallary .MenuGallary {
            padding: 0 !important
        }

    .ContainerHeaderMenu .itemMenu .filters li a.More {
        position: absolute;
        top: 4px;
    }

    .FooterMobile {
        width: 100%;
        position: fixed;
        background-color: #fff;
        bottom: 0;
        border-top: 1px solid #ccc;
        z-index: 777;
        padding: 5px 0;
    }

        .FooterMobile .TopNav {
            width: 100%;
        }

        .FooterMobile .TopNavList {
            padding: 0;
            margin-bottom: 0;
        }

            .FooterMobile .TopNavList li {
                list-style: none;
                display: inline-block;
                width: 23%;
                text-align: center;
                font-size: 12px;
                position: relative;
            }

                .FooterMobile .TopNavList li .dropdown-menu li {
                    display: block;
                    width: 100%;
                }

                    .FooterMobile .TopNavList li .dropdown-menu li img {
                        display: block;
                        margin: auto;
                        width: 20px;
                        margin-top: 2px;
                        display: inline-block;
                        position: relative;
                        top: -2px;
                        margin: 0 3px;
                    }

                .FooterMobile .TopNavList li .CartBtn p {
                    position: absolute;
                    bottom: 16px;
                    margin: 0;
                    background-color: #f00;
                    color: #fff;
                    padding: 3px 4px;
                    line-height: 10px;
                    border-radius: 5px !important;
                    left: 26px;
                }

                .FooterMobile .TopNavList li .CartBtn b {
                    font-weight: 400;
                    display: inline-block
                }

                .FooterMobile .TopNavList li img {
                    display: block;
                    margin: auto;
                    width: 20px;
                    margin-top: 4px;
                }

                .FooterMobile .TopNavList li b {
                    font-weight: 100;
                    display: block;
                    min-height: 11px;
                }

                .FooterMobile .TopNavList li.StyleDropDown b {
                    font-size: 11px;
                    margin-top: 2px;
                }

                .FooterMobile .TopNavList li a {
                    color: #000;
                    display: block;
                    min-width: 84px;
                    max-width: -webkit-max-content;
                    max-width: -moz-max-content;
                    max-width: max-content;
                    position: relative;
                    margin: auto;
                }

    .MenuGallary .gallery .gallery__item .OfferLabel {
        top: 5px;
    }

    .SidebarContainer .SidebarContent .SidebarBody .filters li a, .SidebarContainer .SidebarContent .SidebarBody .filters li a:hover {
        font-size: 13px;
    }

    footer .social {
        padding: 0px 0px;
    }

    .Branches {
        margin-top: 10px;
    }



    .containerHomeScreen .FooterHomeScreen .imgContainer {
        height: 80px;
    }

        .containerHomeScreen .FooterHomeScreen .imgContainer img {
            max-height: 65px;
        }

    .containerHomeScreen .FooterHomeScreen h6 {
        margin-top: 5px;
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 15px;
    }

    .containerHomeScreen .BodyHomeScreen .HomeScreenLocaton {
        padding: 10px 7px;
    }

    /*.containerHomeScreen .BodyHomeScreen .LogoContent {
            margin: auto;
            float: unset !important;
        }*/

    .containerHomeScreen .BodyHomeScreen .MapScreenLocaton .input-group-text {
        border-left: 0px solid;
        border-right: 0px solid;
        padding: 6px;
    }

    .SidebarContainer.OfferDetails .SidebarFooter,
    .SidebarContainer.OfferDetailsformReorder .SidebarFooter,
    .SidebarContainer.AddedItem .SidebarFooter,
    .SidebarContainer.withfooter .SidebarFooter {
        padding: 10px 5px;
    }

        .SidebarContainer.OfferDetails .SidebarFooter .AddToCart, .SidebarContainer.OfferDetailsformReorder .SidebarFooter .AddToCart, .SidebarContainer.AddedItem .SidebarFooter .AddToCart, .SidebarContainer.withfooter .SidebarFooter .AddToCart {
            padding: 5px 10px;
        }

    .SidebarBody .MenuGallary .gallery .gallery__item .content {
        padding: 10px 2px 0;
    }

        .SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent {
            border-top: 0;
            padding: 1px 0px;
        }

            .SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent .AddToCart {
                top: 0px;
                font-size: 11px;
            }

            .SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent h6 {
                margin-bottom: 5px;
                line-height: 17px;
            }

            .SidebarBody .MenuGallary .gallery .gallery__item .content .footerContent .Count {
                position: absolute;
                top: -3px;
            }

    .DetailsSec .AdressOrder p {
        font-size: 9.5px;
    }

    .no-padding-responsive {
        padding: 20px;
    }

    .TraceOrder .SecTrace.DelevirySec.active {
        padding-top: 20px;
    }

    .TraceOrder {
        width: 100%;
    }

        .TraceOrder .SecTrace.active.DelevirySec a {
            bottom: unset;
            top: -5px;
            display: block;
            position: absolute;
            width: 100px;
            font-size: 10px;
            width: 24px;
            text-align: center;
            top: 6px;
            padding: 3px;
        }

            .TraceOrder .SecTrace.active.DelevirySec a i {
                display: inline-block;
                color: #fff;
            }

            .TraceOrder .SecTrace.active.DelevirySec a b {
                display: none;
            }

    .ContainerModal.BranchLocation .MessageSec .HeaderMap {
        height: 50px;
    }

    .MyLocation .ContainerModal.BranchLocation .MessageSec .HeaderMap {
        height: 90px;
    }

    .ContainerModal.BranchLocation .MessageSec .HeaderMap h5 {
        font-size: 23px;
    }

    #dataAppend {
        padding-top: 0;
    }

    .margin-0-l-r label.col-md-3.control-label.no-padding {
        font-size: 11px;
    }
}

@media (max-width: 680px) {

    .ContainerModal .MessageSec i {
        display: block;
    }

    .ContainerModal .MessageSec {
        font-size: 17px;
    }

    .Branches .Sec {
        width: 100%;
    }

    .WarningPage img {
        margin-right: 35px;
    }

    .cartHeader h6 {
        font-size: 12px;
        padding: 0 !important;
    }
}


@media (max-width: 480px) {
    .containerHomeScreen .BodyHomeScreen .LogoContent {
        width: 40%;
    }

        .containerHomeScreen .BodyHomeScreen .LogoContent img {
            max-height: 100px;
        }

    .containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton .ContainerTobBar {
        width: 27%;
        display: inline-block;
    }

    /*.ContainerTobBar .TopNav .TopNavList li a b {
        display: none;
    }*/

    /*.headerHomeScreenLocaton .pull-right {
            margin: 20px auto 0;
        }*/

    .MenuGallary .gallery {
        padding: 20px 10px;
    }

    .MapScreenLocaton .hungry-title span {
        font-size: 20px;
    }

    .containerHomeScreen .BodyHomeScreen .MapScreenLocaton h6 {
        font-size: 14px;
    }

    .MapScreenLocaton .near-cities .odd-painted ul li {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .containerHomeScreen .FooterHomeScreen h6 {
        margin-top: 5px;
        margin-bottom: 14px;
        font-size: 10px;
        line-height: 15px;
    }

    .footer .social a {
        margin: 0 3px;
    }

    .sp-watchingOrders .numberOfOrders {
        font-size: 11px;
    }

    .FinishPrice .SidebarBody .sp-watchingOrders a.watch {
        font-size: 12px;
    }
}

.PaymentRedirect {
}

/*==================================================*/
/*===========         New Style          ===========*/
/*==================================================*/

.SidebarContainer .SidebarContent .SidebarBody .filters li.active a {
    color: #fc8019;
}

/*======================================================*/
/*===========     Start Smartpan Top Menu    ===========*/
/*======================================================*/
.containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton .ContainerTobBar {
    width: 100%;
    display: inline-block;
}
/*======================================================*/
/*===========      End Smartpan Top Menu     ===========*/
/*======================================================*/

/*==================================================*/
/*===========     Start Smartpan Form    ===========*/
/*==================================================*/
.StyleForm {
}

    .StyleForm .form-group {
    }

        .StyleForm .form-group .form-control.error {
            border-color: #ac0000 !important;
            display: block !important;
        }

        .StyleForm .form-group .error {
            display: none !important;
        }
/*==================================================*/
/*===========      End Smartpan Form     ===========*/
/*==================================================*/

/*==========================================================*/
/*===========     Start Smartpan Image Upload    ===========*/
/*==========================================================*/
.UpdateImg .columns.active {
}

    .UpdateImg .columns.active .p-image {
        top: 0;
        background-color: transparent;
        border: none;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .UpdateImg .columns.active .circle .profile-pic {
        display: block;
    }

    .UpdateImg .columns.active .p-image .upload-button,
    .UpdateImg .columns .p-image .remove-img {
        display: none;
    }

    .UpdateImg .columns .p-image .upload-button,
    .UpdateImg .columns.active .p-image .remove-img {
        display: block;
    }

.UpdateImg .columns .p-image .remove-img {
    position: absolute;
    top: 2px;
    background-color: #ac0000;
    color: #fff;
    border-radius: 100% !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
/*==========================================================*/
/*===========      End Smartpan Image Upload     ===========*/
/*==========================================================*/
/*=====================================================*/
/*===========     Start Smartpan Loading    ===========*/
/*=====================================================*/
.sp-loading {
}

    .sp-loading .loading {
        width: 400px;
        background-color: rgb(0 0 0 / 60%);
    }

        .sp-loading .loading .middle .main-loader {
        }
/*=====================================================*/
/*===========      End Smartpan Loading     ===========*/
/*=====================================================*/


.SidebarContainer.callendar .SidebarContent .SidebarBody {
    height: calc(100% - 95px);
}

/*=======           Date Time           =======*/
.datepicker {
    padding-bottom: 7px;
}

    .datepicker.dropdown-menu {
        padding: 0;
    }

    .datepicker table thead tr {
        background-color: #fc8019;
    }

        .datepicker table thead tr th {
            color: #fff;
            text-align: center;
        }

    .datepicker td.day {
        width: 54px;
        height: 40px;
        text-align: center;
    }

        .datepicker td.day.active {
            background-color: #fc8019;
            color: #fff;
        }

        .datepicker td.day.disabled {
            cursor: not-allowed;
            background-color: #efefef;
            color: #7b7b7b;
            opacity: 0.8;
        }




/* Basic Rules */
.sp-switch input {
    display: none;
}

.sp-switch {
    display: inline-block;
    width: 35px;
    height: 15px;
    margin: 8px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    position: relative;
    float: left;
    margin-bottom: 20px;
    bottom: 3px;
    border-radius: 10px !important;
}

    .sp-switch .slider {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        border: 4px solid transparent;
        border-radius: 10px !important;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .sp-switch .slider:before {
            position: absolute;
            content: "";
            width: 21px;
            height: 21px;
            background: #FFF;
            border-radius: 30px !important;
            -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
            transform: translateX(-30px);
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
            bottom: -8px;
            left: 23px;
            -webkit-box-shadow: 0px 1px 3px 2px #ccc;
            box-shadow: 0px 1px 3px 2px #ccc;
        }

    .sp-switch input:checked + .slider:before {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        background: #fc8019;
        -webkit-box-shadow: 0px 1px 3px 2px rgb(252 128 25 / 35%);
        box-shadow: 0px 1px 3px 2px rgb(252 128 25 / 35%);
    }

    .sp-switch input + .slider {
        background-color: #777;
    }

    .sp-switch input:checked + .slider {
        background-color: rgb(252 128 25 / 64%);
    }

/* Orders Scheduiling */
.orders-scheduling {
    margin: 10px 0px;
    background-color: #F7F7F7;
    padding: 10px 10px 0;
}

    .orders-scheduling:after {
        content: '';
        display: block;
        clear: both;
    }

    .orders-scheduling .scheduling-text {
    }

.PaymentRedirect button {
    border: none;
    width: 100%;
    height: 37px;
}

#hubspot-messages-iframe-container {
    margin-bottom: 52px;
}

.hiQFkF {
    width: 18px;
}

.sp-notify {
    padding-top: 10px;
    padding-bottom: 10px;
}

.RedColor {
    color: #f00 !important;
}

@media (max-width: 400px) {
    .SidebarBody .NoResult img,
    .NoResult.OffersNoResult img {
        max-width: 75%;
    }
}


/***** Finished Orders Details  *****/

.sp-watchingOrders {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
    padding: 5px 5px 9px;
    font-size: 14px;
}

    .sp-watchingOrders:after {
        content: '';
        display: block;
        clear: both;
    }

    .sp-watchingOrders .numberOfOrders {
        float: right;
        font-weight: 600;
    }

.FinishPrice .SidebarBody .sp-watchingOrders a.watch {
    float: left;
    font-weight: 500;
    color: #fc8019 !important;
    margin: 0;
    width: unset;
    text-decoration: none;
    padding: 0;
}


/***** Orders Watching Checkbox *****/

label.container-checkbox2.ordersWatching {
    font-size: 13px;
    margin-top: 4px;
}

    label.container-checkbox2.ordersWatching span.checkmark {
        margin-top: 6px;
    }


/**** Orders Payment Numbers and Cost ****/

.ordersNum-Cost {
    background-color: #F8F8F8;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

    .ordersNum-Cost:after {
        content: '';
        display: block;
        clear: both;
    }

    .ordersNum-Cost .ordersNumber {
        float: right;
    }

    .ordersNum-Cost .ordersCost {
        float: left;
        color: #fc8019;
    }

.ContainerTobBar.show-mobile {
    width: unset !important;
}

.headerHomeScreenLocaton .ContainerTobBar .TopNav .TopNavList li a b {
    max-width: 80px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 5px;
}

.MenuGallary .galleryHeader, .HeaderPage {
    margin: 15px 0 20px 0 !important;
}

.MenuGallary .galleryHeader {
    display: none;
}

.HeaderPage .hint {
    font-size: 12px;
    color: #ac0000;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px;
}

@media (max-width: 992px) {
    .ContainerTobBar {
        padding: 0 25px !important;
    }
  
        .ContainerTobBar.show-mobile {
            padding: 0 !important;
        }

        .ContainerTobBar .LogoContent {
            width: 100% !important;
        }

            .ContainerTobBar .LogoContent img {
                width: unset !important;
                top: 0 !important
            }

    .headerLayout .container {
        padding: 0 15px !important;
    }

    .LogoContent .MobileOnly {
        margin-top: 15px !important;
        width: unset;
    }

    .fixedMenuCategory .ContainerHeaderMenu .titleMenu {
        display: block !important;
        margin: 0 !important;
    }

        .fixedMenuCategory .ContainerHeaderMenu .titleMenu label {
            margin: 0 !important;
        }

    .ContainerHeaderMenu .itemMenu {
        margin: 0 !important;
    }

  

    .ContainerHeaderMenu .itemMenu .filters li {
        display: none !important;
    }

        .ContainerHeaderMenu .itemMenu .filters li:nth-child(-n+3),
        .ContainerHeaderMenu .itemMenu .filters li:last-child,
        .ContainerHeaderMenu .itemMenu .filters li:nth-last-child(2) {
            display: inline-block !important;
        }

    .sp-loading .loading .middle .main-loader {
        left: 50% !important;
        right: unset !important;
    }
}

@media (max-width: 576px) {
    .ContainerHeaderMenu .itemMenu .filters {
        float: unset !important;
        width: 100%;
        margin-top: 7px;
       
    }

        .ContainerHeaderMenu .itemMenu .filters li a.More {
            top:9px !important;
        }

    .ContainerTobBar {
        padding: 0 !important;
    }

        .ContainerTobBar .TopNav .TopNavList li.dropdown-language a {
            margin: 0 7px;
        }
}


@media(max-width: 770px) {
    .ContainerHeaderMenu .itemMenu .filters li:nth-child(-n+2),
    .ContainerHeaderMenu .itemMenu .filters li:last-child,
    .ContainerHeaderMenu .itemMenu .filters li:nth-last-child(2) {
        display: inline-block !important;
    }

    .LogoContent .MobileOnly {
        margin-top: 25px !important;
        display: block !important;
    }

    .headerLayout {
        height: unset !important;
    }

    .containerHomeScreen .FooterHomeScreen {
        position: static !important;
        margin-top: 22px !important;
    }

    .MessageSec.SecondColor .margin-top-10.row.margin-0-l-r.text-center {
        overflow: auto;
        white-space: nowrap;
        border-top: 1px solid #ccc;
    }

    .MessageSec.SecondColor .margin-top-10.row.margin-0-l-r.text-center .Districs {
        border-top: none;
    }

    .MessageSec.SecondColor .margin-top-10.row.margin-0-l-r.text-center .Districs li {
        width: 18%;
    }
    .Cities li .ContainerModal a {
        font-size: 11px;
    }
    .ContainerModal.BranchLocation .MessageSec .ContainerSecBranch {
        height: unset !important;
    }
}

@media (max-width: 1200px) {
    .ContainerTobBar {
        padding: 0;
    }

        .ContainerTobBar .LogoContent {
            width: unset !important;
            height: unset !important;
            top: 0 !important;
            padding: 0 !important;
        }

            .ContainerTobBar .LogoContent img {
                position: relative;
                top: 11px !important;
                -webkit-transform: unset;
                -ms-transform: unset;
                transform: unset;
                height: unset;
                max-width: unset;
                max-height: 50px;
            }

        .ContainerTobBar .TopNav {
            margin: 20px 0 0;
            padding: 0;
        }

    .ContainerTobBar .TopNav .TopNavList li a, .ContainerTobBar .TopNav .TopNavList li a:hover .ContainerTobBar .TopNav li.LangugeCart a {
        margin: 0 !important;
    }

    .headerLayout {
        height: 67px;
    }
}

@media (max-width: 480px) {
    .contentBody {
        padding-top: 0;
    }

    .headerHomeScreenLocaton .pull-right {
        top: 25%;
    }

    .containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton .pull-right a.LanguageTop {
        margin: 0;
        padding: 0;
    }

    .containerHomeScreen .BodyHomeScreen .headerHomeScreenLocaton .ContainerTobBar {
    }

    .MessageSec.SecondColor .margin-top-10.row.margin-0-l-r.text-center .Districs {
        border-top: none;
    }

    .MessageSec.SecondColor .margin-top-10.row.margin-0-l-r.text-center .Districs li {
        width: 30%;
    }

    .SecBranch h6 {
        font-size: 15px;
    }

}

@media (max-width: 375px) {
    .containerHomeScreen .FooterHomeScreen {
        margin-top: 37px !important;
    }
    .TraceOrder {
        width: 117%;
    }
    .DetailsSec .AdressOrder p {
        font-size: 8.5px;
    }
}

@media (max-width: 374px) {
    .MenuGallary .gallery.OneDisplayMobile .gallery__item .content .footerContent .AddToCart {
        padding-right: 6px;
    }

    .MenuGallary .gallery .gallery__item .content .footerContent .AddToCart i {
        margin: 0 3px;
    }

    .AddToCart.BgFirstColor span.add-to-cart {
        display: none;
    }

    .containerHomeScreen .FooterHomeScreen {
        margin-top: 37px !important;
    }
}


/*****  قائمة حسب التاريخ  ****/

.margin-0-l-r label.col-md-3.control-label.no-padding {
    margin-top: 5px;
}


/*=====================================================================*/
/*===========      Start Smartpan Cart Schedule Details     ===========*/
/*=====================================================================*/

.cart-schedule-orders {
    margin: 10px 0 0;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    padding: 10px 5px;
}

    .cart-schedule-orders i.fas.fa-calendar-alt {
        color: #fc8019;
        font-size: 20px;
    }

    .cart-schedule-orders span.schedule-orders-number {
        color: #fc8019;
    }

    .cart-schedule-orders span.orders-number-result {
        font-size: 20px;
    }

    .cart-schedule-orders:after {
        content: '';
        display: block;
        clear: both;
    }

.one-order-details {
    background-color: #e1e1e1;
    padding: 4px 8px 9px;
    font-size: 15px;
}

/*=====================================================================*/
/*=============      End Smartpan Cart Schedule Details     ===========*/
/*=====================================================================*/


/*===========================================================*/
/*=============     Start Safari Prefix Style     ===========*/
/*===========================================================*/

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


/*=========================================================*/
/*=============     End Safari Prefix Style     ===========*/
/*=========================================================*/