body {
    font-family: 'Tajawal', sans-serif;
    background-color: #f5f5f5;
    direction: rtl;
    overflow-x: hidden;
    font-weight: 300 !important;
    line-height: normal;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 5px;
}

.fs-20 {
    font-size: 20px;
}

.yellow,
.yellow:hover {
    color: #D62828;
}

.yellow-bg {
    background-color: #D62828 !important;
    color: #fff;
}

.yellow-bg:hover {
    background-color: #D62828 !important;
    color: #fff;
}

.pink-bg {
    background-color: #FFE8F4;
}

/* ---------------------- main elements ---------------------- */


/* ---- colors ---- */

:root {
    --main-color: #D62828;
    --second-color: #ee474a;
    --main-color-hover: #d29a19;
    --main-header: #565656;
    --second-subtitle: #A1A3A7;
}

.main-color2 {
    color: #D62828;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.main-color-bg {
    background-color: #002F49 !important;
}

.main-color-bg-200 {
    background-color: #4ea5f4 !important;
}

.main-color {
    color: #1D2C77 !important;
}

.main-color-500 {
    color: #3E4763 !important;
}

.second-main-color {
    color: #F3223C !important;
}

.second-main-color-bg {
    background-color: #F3223C !important;
}

.text-red {
    color: #CF637F !important;
}

.text-red-bg {
    background-color: #CF637F !important;
}

.text-red-200 {
    color: #c97187 !important;
}

.text-red-error {
    color: #dc3545 !important;
}

.text-green-ligh {
    color: #20AA9E;
}

.text-green-light-300 {
    color: #9fe9e1;
}

.text-green-ligh-bg {
    background-color: #20AA9E;
}

.text-green-ligh-bg-grad {
    background: linear-gradient(45deg, #1de099, #1dc8cd);

}

.text-petroleum {
    color: #223a66;
}

.text-petroleum-light {
    color: #6F8BA4;
}

.text-petroleum2 {
    color: #1B2050;
}

.text-petroleum2-bg {
    background-color: #1B2050;
}

.text-green {
    color: #52c37f !important;
}

.text-orange {
    color: #CF637F !important;
}

/* - blue - */

.text-blue-200 {
    color: #E4EEFD !important
}

.text-blue-300 {
    color: #BDD4F5 !important
}

.text-blue-400 {
    color: #75a5ea !important
}

.text-blue-700 {
    color: #1d5398 !important
}

.text-blue-800 {
    color: #183c6a !important
}

.active-page a {
    color: #3E4763 !important;
    font-weight: 700;
}

.form-select:focus {
    box-shadow: none;
    outline: none;
}

.form-select option {
    display: flex;
    padding: 3rem !important;
}

.form-select option :hover {
    background-color: var(--main-color);
}

/* - gray - */
.gray {
    color: #AFB4BA;
    font-weight: 400;
}

.text-gray-100 {
    color: #e7e7e7 !important
}

.text-gray-200 {
    color: #D0D0D0 !important
}

.text-gray-300 {
    color: #b5b5b5 !important;
}

.text-gray-400 {
    color: #9C9C9C !important;
}

.text-gray-600 {
    color: #6f6f6f !important;
}

.text-gray-500 {
    color: #757474 !important;
}

.text-gray-700 {
    color: #585858 !important;
}

.text-gray-800 {
    color: #444444 !important
}

.text-gray-900 {
    color: #292929 !important
}

.text-gray-mixed-300 {
    color: #b0b1bd !important
}

.text-gray-mixed-400 {
    color: #858796 !important
}

/* hover element */
.link-cust-text.text-gray-200:hover,
.link-cust-text.text-gray-300:hover,
.link-cust-text.text-gray-400:hover {
    color: #797878 !important;
}

.link-cust-text.text-gray-500:hover {
    color: #303032 !important;
}


.link-hover.main-color-bg:hover {
    background-color: #faab19 !important;
    color: white;
}


.link-hover.main-color-bg:hover {
    background-color: #faab19 !important;
    color: white;
}


/* - white - */
.text-white-op-80 {
    color: rgb(255 255 255 / 78%);
}

/* - background - */
.bg-light-white {
    background-color: #fff;
}

.bg-light-blue {
    background-color: #CEEDFF !important;
}

.bg-light-purple {
    background-color: #CED3FF !important;
}

.bg-light-red {
    background-color: #FFCED4 !important;
}

.bg-light-green {
    background-color: #CEFFED !important;
}

.bg-light-orange {
    background-color: #FFD4CE !important;
}

.bg-light-yellow {
    background-color: #FFF4CE !important;
}

/* - status - */

.main-color-btn {
    background-color: #1a78f1;
    color: #e5f0ff;
}

.active-color-btn {
    background-color: #CFEDFE;
    color: #38799E;
}

.not_accepted-color-btn {
    background-color: #f1f1f1;
    color: #727272;
}

.pend-color-btn {
    background-color: #FFF7E5;
    color: #F3B022;
}

.prog-color-btn {
    background-color: #E5ECFF;
    color: #484782;
}

.cancel-color-btn {
    background-color: #F8DBE7;
    color: #CF637F;
}

.done-color-btn {
    background-color: #DCFAF1;
    color: #5BB799;
}

.done-color-btn:hover {
    background-color: #a8f6de;
    color: #3d806a;
}

.all_hover:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}


.cancel-color {
    color: #ff838f;
}

.cancel-color-bg {
    background-color: #ff838f;
}

.not_accepted-color {
    color: #a3a3a3;
}

.arrived-color {
    color: #b9ac8c;
}

.arrived-color-bg {
    background-color: #ffb200;
}

.paid-color {
    color: #03c2c3 !important;
}

.paid-color-bg {
    background-color: #03c2c3;
}

.notresp-color {
    color: #db90c7;
}

.inprog-color {
    color: #9c90db;
}

.inprog-color-bg {
    background-color: #5035df;
}

.done-color {
    color: #5BB799;
}

.done-color-bg {
    background-color: #52c37f;
}


.accepted-border {
    border-left: 3px solid #1a78f1;
}

.not_accepted-border {
    border-left: 3px solid #a3a3a3;
}

.arrived-border {
    border-left: 3px solid #b9ac8c;
}

.inprog-border {
    border-left: 3px solid #9c90db;
}

.notresp-border {
    border-left: 3px solid #db90c7;
}

.done-border {
    border-left: 3px solid #5BB799;
}

.cancel-border {
    border-left: 3px solid #ff838f;
}

.border-main {
    border: 1px solid var(--main-color);
}

.status-col-link.main-color-btn:hover {
    background-color: #0f5cce;
    color: #ecf2fb;
}

.status-col-link.active-color-btn:hover {
    background-color: #aee2ff;
    color: #1872a5;
}

.status-col-link.cancel-color-btn:hover {
    background-color: #f1bfd4;
    color: #cb4265;
}

/* - borders - */

.border-left-gray {
    border-left: 1px solid #e8e8e8 !important;
}

.border-right-gray {
    border-right: 1px solid #e8e8e8 !important;
}

.border-right-white {
    border-right: 1px solid #e8e8e8 !important;
}

.border-right-blue {
    border-right: 1px solid #508fe0 !important;
}

.border-bottom-blue {
    border-bottom: 1px solid #508fe0 !important;
}

.border-top-gray {
    border-top: 1px solid #e8e8e8 !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #e8e8e8 !important;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important;
}

.border-all {
    border: 1px solid #8080804f !important;
}

.border-flex {
    border-bottom: 1px solid #efefef !important;
    border-right: 0px !important;
}

/* ------ main elements ------ */

/* - ul - */
.ul-no-points {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul {
    list-style: none;
}

/* - shadows - */

.shadow {
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

.shadow-small {
    box-shadow: 0 0.1rem 0.5rem 0 rgb(58 59 69 / 13%) !important
}

.shadow-lgg {
    box-shadow: -1px 20px 27px 3px rgba(0, 0, 0, 0.07) !important;
}

.text-shadow-100 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* - text sizes - */


.text-xxl {
    font-size: 5rem;
}

.text-xl {
    font-size: 2.1rem;
}

.text-xl-2 {
    font-size: 2.1rem;
}

.text-lg {
    font-size: 2rem;
}

.text-s {
    font-size: 0.9rem;
    margin-bottom: .5rem;
}

.text-s2 {
    font-size: 1.1rem;
}

.text-s3 {
    font-size: 1.2rem;
}

.text-m {
    font-size: 1.3rem;
}

.text-xs {
    font-size: .8rem;
}

.text-xxs {
    font-size: .7rem;
}

.text-xxxs {
    font-size: .6rem;
}

/* - text elements - */
.text-truncate-line-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* - position elements - */


.bottom-25 {
    bottom: 25%;
}

.end-25 {
    right: 25%;
}

/* - background elements - */

.gradient-ho {
    background: linear-gradient(269.87deg, #FFFFFF 38.45%, rgb(255 255 255 / 0%) 101.23%);
}

.bg-cover-center {
    background-size: cover;
    background-position: center;
}

/* - background overlay elements - */

.overlay-1 {
    position: relative;
    text-align: center;
}

.overlay-1::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(2 0 36 / 0%) 35%, rgb(255 255 255) 76%);
    z-index: 0;
}


/* - border and border radius - */

.b-r-xs {
    border-radius: 5px;
}

.b-r-s-cont {
    border-radius: 18px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-15 {
    border-radius: 15px;
}

.b-r-l-cont {
    border-radius: 32px;
}

.b-r-l-cont-right {
    border-radius: 0px 32px 32px 0px;

}

.b-r-l-cont-left {
    border-radius: 32px 0px 0px 32px;
}

.b-r-l-cont-top {
    border-radius: 20px 20px 0px 0px;
}

.b-r-l-b-cont {
    border-radius: 0px 0px 32px 32px;
}

.border-bottom-blue-300 {
    border-bottom: 1px solid #4d93ed !important;
}

/* - padding and margin element - */

.pt-6 {
    padding-top: 4rem !important;
}

.padd-xs {
    padding: 1px;
}

.marg-bot-sm {
    margin-bottom: .17rem !important;
}

/* - avatars - */

.avatar-team {
    width: 190px;
    height: 190px;
    object-fit: cover;
}

.avatar-lg {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.avatar-m2 {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.avatar-small {
    width: 43px;
    height: 43px;
    object-fit: cover;
}

.avatar-small2 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.avatar-m {
    width: 43px;
    height: 43px;
    object-fit: cover;
}

.avatar-xs {
    width: 27px;
    height: 27px;
    object-fit: cover;
}

.avatar-request-user {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 2px solid white;
}

.avatar-s-rounded {
    width: 33px;
    height: 33px;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-xs-rounded-border {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid white;
}

/* - status for avatar - */

.status-indicator-img {
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 20px;
    border: 0.125rem solid #fff;
}

.status-indicator-img-small {
    height: 1.1rem;
    width: 1.1rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 12px;
    border: 0.125rem solid #fff;
}

/* - printing - */

@media print {

    .sidebar,
    .topbar,
    .next-form-steps,
    .previous-form-steps {
        display: none !important;
    }

    .page-break {
        page-break-before: always;
    }

}

/* - form inputs- */

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    border: 1px solid #e8e7e3 !important;
    color: #66615b;
    font-size: 14px;
    height: 40px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-control.search {
    border-radius: 20px;
    margin: auto;
}

.form-control-200 {
    border-radius: 20px !important;
}

.form-control-200-without-border {
    border-radius: 20px !important;
    border: 0px !important;
}

.form-control-textarea {
    border: 1px solid #e8e7e3;
    border-radius: 5px !important;
    color: #66615b;
    font-size: 14px;
    padding: 7px 18px !important;
    height: 100px;
    box-shadow: none;
}


.form-control-textarea {
    border: 1px solid #e8e7e3;
    border-radius: 5px !important;
    color: #66615b;
    font-size: 14px;
    padding: 7px 18px !important;
    height: 100px;
    box-shadow: none;
}


.input-group-text {
    height: 100%;
    color: #808183;
    border-radius: .25rem 0rem 0rem .25rem;
}

.form-control-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

.form-control:focus {
    border: 1px solid #e8e7e3;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border-color: #bcd8ff;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
}


.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ababab;
}

.form-control-2 {
    border: 1px solid #e8e7e3;
    border-radius: 25px !important;
}


a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--main-color);
}

/* .navigation a:hover{
    background-color: var(--main-color);
    color: #fff !important;
} */
hr {
    background-color: #bdbdbd;
}

.clickable-item-pointer {
    cursor: pointer;
}

.footer i {
    margin-left: 7px;
}

textarea.form-control {
    max-width: 100%;
    padding: 10px 18px;
    resize: none;
    height: auto !important;
}

.form-label {
    color: #484747;
    font-size: 0.9rem;

}

.form-label small {
    color: #ababab;
}

/* 
.custom-checkbox {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
} */

.custom-control-inline-user {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input-user {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label-user {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #858796;
}

.custom-control-label-user::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #b7b9cc solid 1px;
    border-radius: 0.35rem;
}

.custom-control-label-user::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input-user:checked~.custom-control-label-user::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input-user:checked~.custom-control-label-user::before {
    color: #fff;
    border-color: #1a78f1;
    background-color: #1a78f1;
}

/* custom rating */
.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    color: #ddd;
    /* Personal choice */
}

.rating label {
    cursor: pointer;
    font-size: 2rem !important;
}

.rating input {
    display: none;
}

.rating label:hover,
.rating label:hover~label,
.rating input:checked+label,
.rating input:checked+label~label {
    color: #1a78f1;
    /* Personal color choice. Lifted from Bootstrap 4 */
}

.titlephotos {
    padding: 11px;
    color: #9b9c9ed8 !important;
    border-radius: 5px;
    margin-top: 17px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #e8e7e3 !important;
    width: 100%;
    margin-bottom: 15px;
}

.error-msg-form {
    font-size: .875em;
    color: #dc3545;
    font-weight: 600;
    margin: 4px 0px 4px 0px;
    font-weight: 500;
}

/* - select input - */

.options {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

select {
    font-size: 14px;
    border: none;
    width: 100%;
    background: white;
}

/* - postion - */

.z-index-0 {
    position: absolute;
    z-index: 4;
}

.z-index-1 {
    position: absolute;
    z-index: 4;
}

.z-index-4 {
    position: absolute;
    z-index: 4;
}

.po-bottom-10 {
    top: 10vh;
}

/* - select 2 plugin - */

.select2-container {
    width: 100% !important;
}

.select2-noborder-width-25 .select2-container {
    border: 0px !important;
    width: 100% !important;
}

.select2-noborder-width-25 .select2-container--default .select2-selection--single {
    border-color: transparent;
    background: #f4f3f3;
    border-radius: 50px;
    padding: 0px 19px 0px 19px;
    font-size: 12px;
    height: 33px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #e8e7e3;
    height: 40px;
    border-radius: 4px;
    border-radius: 5px;
    padding: 7px 22px 7px 10px;
}

.packages .select2-container--default .select2-selection--single {
    background-color: rgb(255 255 255);
    border-color: #bebebe;
    height: 40px;
    border-radius: 50rem;
    padding: 10px 13px 7px 15px;
}
.packages .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto;
}

.cont-search-select .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 0px !important;
}

.cont-search-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a9a9a9;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-color: #e8e7e3;
    min-height: 40px;
    border-radius: 4px;
    border-radius: 5px;
    padding: 0px 22px 5px 10px;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #bcd8ff;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676666;
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 5px;
}

.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}

.select2-dropdown,
.select2-container--open .select2-dropdown--below {
    border-color: #e8e7e3;
}

.select2-results__option--selectable {
    padding: 8px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #edf3f9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cfcec9;
    margin-bottom: 4px;
    outline-offset: 1px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-color);
    padding: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--main-color);
    color: white;
    border: 0px;
    padding: 0px 5px 3px 23px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #5298f1;
    color: #a3ccff;
    left: 2px;
    top: 3px;
}

/* - owl plugin - */


.swiper-product .swiper-slide,
.swiper-SuperMarket-product .swiper-slide {
    /* font-size: 18px; */
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center; */
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 1rem;
    border-radius: 20px;
    -webkit-align-item: center;
}


.product_galaery .swiper-button-next,
.product_galaery .swiper-rtl .swiper-button-prev {
    right: 5%;
    left: auto;
    top: 82% !important;
    color: white;
}

.product_galaery .swiper-button-prev,
.product_galaery .swiper-rtl .swiper-button-next {
    left: 5%;
    right: auto;
    top: 82% !important;
    color: white;
}

.product_galaery .swiper-button-next:after,
.product_galaery .swiper-button-prev:after {
    font-size: 2rem;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%) !important;
}

/* - owl plugin - */

.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav .owl-next {
    right: -20px;
}

.owl-prev i,
.owl-next i {
    color: #ccc;
    font-size: 2rem;
}

.owl-prev i:hover,
.owl-next i:hover {
    color: rgb(241, 241, 241);
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #009DFF;
    border: 1px solid transparent;
}

.owl-video-land .owl-item {
    display: flex !important;
    justify-content: center !important;
}


/* - jquery ui datepicker - */

.search_all_invoice .datepicker {
    width: 100% !important;
    border-radius: 15px !important;
}

.datepicker {
    border: 0px !important;
    background-color: #1a78f1;
    border-radius: 6px;
    padding: 3px 5px 3px 5px;
    margin: 3px;
}

.datepicker table tr th {
    background-color: transparent;
    border: 0px;
    color: aliceblue;
}

.datepicker table tr .dow {
    font-size: small;
    color: #d2f0ff;
    font-weight: 300;
}

.ui-datepicker th {
    font-size: small;
    color: #d2f0ff;
    font-weight: 400;
}

.datepicker table tr td {
    width: 34px;
    height: 34px;
    border: 0px;
    border-radius: 50%;
    background-color: transparent;
    color: #c1dcff;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #5f9efb;
}

.datepicker table tr td.today {
    width: 34px;
    height: 34px;
    background-color: white;
    color: var(--main-color);
    border: 0px;
}

.datepicker table tr td.active.active {
    background-color: #10558e;
}

.datepicker table tr td.day:hover,
.datepicker thead tr:first-child th:hover,
.datepicker table tr td span:hover {
    background-color: white;
    color: #2abaff;
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    display: none;
}

/* - group iteam - */
.li-gr-it-no-space-flx {
    border: 0px;
    padding: 0;
    display: flex;
}

/* - buttons - */

.btn-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}

.btn-add-product {
    background: #D62828;
    width: 23%;
    border-radius: 30px;
    padding: 9px;
    color: #ffff;
    height: 44px;
}

.and {
    text-align: center;
    margin-left: 20%;
}

.address-div button {
    border: 0;
    background-color: #D62828;
    color: white;
    border-radius: 20px;
    padding: 0 20px 0 20px;
}

.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}

.btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
}

.btn-google:focus,
.btn-google.focus {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn.btn-link {
    color: #9a9898;
    text-decoration: none;
}

.btn-wide-sec-color-200 {
    border-radius: 20px;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: .8rem;
    background-color: #F3223C !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.btn-wide-sec-color-200:hover {
    background-color: #b71c2e !important;
    color: rgb(255, 255, 255);
}

.main-btn-wide {
    min-width: 127px;
    height: 39px;
    border-radius: 50rem;
    font-size: .8rem !important;
    text-align: center;
    font-size: .8rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
}


.white-btn-border-wide {
    min-width: 127px;
    min-height: 39px;
    border-radius: 50rem;
    text-align: center;
    font-size: .8rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #E8E8E8;
    background-color: white;
    color: #313131;
}

.white-btn-border-wide:hover {
    background-color: #E8E8E8 !important;
    color: rgb(0, 0, 0);
}

.btn-nocolor-white-border-200 {
    height: 37px;
    border-radius: 20px;
    padding: 8px;
    color: white;
    text-align: center;
    font-size: .8rem;
    border: 1px solid white !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    cursor: pointer;
}

.btn-nocolor-white-border-200:hover {
    /* background-color: white !important; */
    color: rgb(0, 0, 0);
}

.btn-wide-sec-color-200:hover {
    background-color: #b71c2e !important;
    color: rgb(255, 255, 255);
}

/* ------ main elements ------- */

.canvas {
    touch-action: none;
}

/* ------ table ------- */

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    color: #858796;
    font-size: 0.9rem;
}

.table tbody {
    border-bottom-color: transparent !important;
}


.table.table-modal thead {
    background-color: #FFFFFF;
    color: #d0d0d0;
}

.table.table-modal td,
.table.table-modal th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 0px;
}

.table.table-modal tbody tr:last-child {
    border-bottom: transparent;
}


.table.table-modal tr:nth-child(even) {
    background-color: #f2faff;
}

/* ------ table calender weekly appointment ------- */

.table-weekly-calender th,
.table-weekly-calender thead,
.table-weekly-calender tr {
    border: 0px;
}

.calendar_weekly_today {
    background-color: var(--main-color) !important;
    border-radius: 17px;
    text-align: left !important;
    color: white;
    text-align: center !important;
}

.calendar_weekly_selected {
    background-color: #b0b1bd !important;
    border-radius: 17px;
    text-align: left !important;
    color: white;
    text-align: center !important;
}

.calendar_weekly_normal p {
    opacity: 0.5;
}

.calendar_weekly_normal:hover {
    background-color: var(--main-color);
    color: white !important;
}

/* .weekly_calendar_childs:last-child {
    margin: left;
} */

.cont-branch-calendar .select2-container--default .select2-selection--single {
    border-radius: 27px;
    padding: 7px 33px 7px 18px;
    border: 1px solid #e8e9eb;
}

.cont-branch-calendar .select2-dropdown,
.select2-container--open .select2-dropdown--below {
    border: 1px solid #e8e7e3;
}

.timeslots_appointment_not_accepted {
    padding: 5px 20px 5px 20px;
    background-color: #e9e9e9;
    color: #5c5c5c;
}

.timeslots_appointment_accepted {
    padding: 5px 20px 5px 20px;
    background-color: #CFEDFE;
    color: #38799E;
}

.timeslots_appointment_arrived {
    padding: 5px 20px 5px 20px;
    background-color: #6cabfd;
    color: #ffffff;
}

.timeslots_appointment_with_doctor {
    padding: 5px 20px 5px 20px;
    background-color: #E5ECFF;
    color: #484782 !important;
}

.timeslots_appointment_done {
    padding: 5px 20px 5px 20px;
    background-color: #cdf3d7;
    color: #48604f !important;
}

.timeslots_appointment-not-respond {
    padding: 5px 20px 5px 20px;
    background-color: #FFF7E5;
    color: #e7a61d;
}


.timeslots_appointment_canceled {
    padding: 5px 20px 5px 20px;
    background-color: #F8DBE7;
    color: #CF637F;
}

.calendar_datapicker_timeslots {
    min-width: 7rem;
    background-color: var(--main-color);
    border: 0px !important;
    color: white !important;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
}

.calendar_datapicker_timeslots::-webkit-scrollbar {
    width: 8px;
}

.calendar_datapicker_timeslots::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #13509f;

}

.calendar_datapicker_timeslots::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0d3a74;
}

.calendar-datepicker .input-group-text {
    border-radius: 32px 0px 0px 32px !important;
    background-color: white;
    border: 1px solid #e8e9eb;
}

.calendar-datepicker input {
    border-radius: 0px 32px 32px 0px !important;
    border: 1px solid #e8e9eb;
}

/* - datatable - */

.table.dataTable {
    margin-top: 8px !important;
    margin-bottom: 7px !important;
    border: 1px solid #ebf3ff;
    border-radius: 7px;
}

.table.dataTable thead tr {
    background-color: #f7fbff;
}

.table.dataTable thead th {
    border-bottom-color: #ebf3ff !important;
    padding: 11px;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    bottom: 1.1em;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
    background-color: #ebf3ff;
    position: relative;
}

table.dataTable tbody td.sorting_1 {
    background-color: #f3f8ff;
}

.table.dataTable tr {
    border-bottom: 1px solid #ebf3ff !important;
}

.table.dataTable tr:last-child {
    border-bottom: 0px solid transparent !important;
}

.table.dataTable td,
.table.dataTable th {
    padding: .75rem;
    vertical-align: top;
    padding: 10px 10px 10px 10px;

}

.table.dataTable td,
.table.dataTable th {
    padding: 8px 7px 6px 7px;
}

.table>:not(:last-child)>:last-child>* {
    border: 0px;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #afafaf;
}

div.dataTables_wrapper div.dataTables_length {
    color: #afafaf;
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_length select {
    color: #858383;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 0.88rem;
    color: #b9b9b9;
    margin-bottom: 0.2rem;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    font-size: 0.82rem;
}

.page-item.active .page-link {
    font-size: 0.82rem;
}

.btn-table-export {
    background-color: #e9f2ff;
    color: #7c8695;
}


.table.dataTable tfoot tr {
    background-color: #e2edfd;
}

.table.dataTable tfoot tr th {
    border: 0px;
}


/* - datatable for modal - */


/* radio button */

.td_calander input[type="radio"] {
    display: none;
}

.td_calander label {
    color: white;
    cursor: pointer;
}

.td_calander input[type="radio"]:checked+label {
    background: #002252;
    color: white;
}

.slots-radio label {
    background-color: #267eff;
    padding: 7px;
    cursor: pointer;
    z-index: 90;
    color: white;
    text-align: center;
    border-radius: 25px;
}

.slots-radio label:hover {
    background: #0099ff;
}

.dropdown-divider {
    border-top: 1px solid #eaecf4;
}


/* switcher */

.switch-checkbox input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch-checkbox label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 22px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    top: -24px;
}

.switch-checkbox label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch-checkbox input:checked+label {
    background: var(--main-color);
}

.switch-checkbox input:checked+label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

.switch-checkbox label:active:after {
    width: 130px;
}


/* validation plugin */

has-error .form-control,
.form-control.error {
    background-color: #ffe2e2;
    color: #c96064;
    border-color: #ffc4c6;
}

label.error:not(.form-control) {
    font-size: .875em;
    color: #dc3545;
    font-weight: 500;
    margin: 4px 0px 4px 0px;
}

.has-success .form-control:focus,
.form-control.valid:focus {
    background-color: #FFFFFF;
    border-color: #d1ecff;
}

/* international telephone input */

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
}

/* ----- components ----- */

/* - cards - */

.card {
    border: 0px solid #e3e6f0;
    border-radius: 15px;
    margin: .5rem 0;
}


/* - model - */

.modal-header {
    padding: 1rem 1.6rem;
}

.modal-footer {
    border-top: 1px solid #DDDDDD;
    padding: 0px;
}

.modal-footer .left-side,
.modal-footer .right-side {
    display: inline-block;
    text-align: center;
    width: 49%;
    padding: 10px;
    margin: 0;
}

.modal-footer .divider {
    background-color: #DDDDDD;
    display: inline-block;
    height: 63px;
    margin: 0px -3px;
    width: 1px;
}

.modal-footer .btn-link {
    width: 100%;
}

/* - model delete - */

.modal-delete {
    border: 1px solid #dee2e6 !important;
}

/* ------ badge ------- */

.badge-padd-l {
    padding: .5rem 1.5rem .5rem 1.5rem;
}

.top-s-badge-number {
    width: 19px;
    height: 19px;
    position: absolute;
    transform-origin: top right;
    right: 0.25rem;
    margin-top: -3.25rem;
    padding: 2px 4px 4px 4px !important;
    font-size: 11px;
    text-align: center;
}

/* - avatar upload - */

.avatar-update-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.avatar-update-container .picture {
    width: 106px;
    height: 106px;
    background-color: #d8d1c9;
    border: 3px solid #d3d3d3;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.avatar-update-container .picture-lab {
    width: 60% !important;
    height: 100% !important;
    border-radius: 10px;
    background-color: transparent !important;
    border: 0px solid #d3d3d3 !important;
}

.avatar-update-container .picture-src {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.avatar-update-container .picture input[type="file"] {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
}

/* ---------------------- Booking appoitnemnt ---------------------- */

.calander_cont {
    width: 100%;
    background-color: var(--main-color);
    padding: 35px 15px 35px 15px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
}

.calander_date {
    width: 100%;
}

.calander_date .date_navigator {
    padding: 0px 10px 5px 10px;
    color: white;
}

.calander_date .date_navigator a {
    color: white;
    margin-bottom: 10px;
}

.calander_date .table_booking {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px 5px;
    margin: 0px;
    table-layout: fixed;
}

.table_booking th {
    border: 0px;
    border: 0px;
    font-size: small;
    color: #d2f0ff;
    font-weight: 400;
}

.table_booking td {
    border: 0px;
    padding: 0px;
}

.td_calander {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.table_booking .td_calander:hover {
    background-color: white;
    color: #2abaff;
}

.table_booking .today_calander {
    background-color: white;
    color: var(--main-color);
}

.calendar_booking_time_div .selected_day_calander {
    background-color: #10558e;
    color: #cae7ff;
    padding: 6px !important;
}

.table_booking .selected_main_day_calander {
    background-color: #10558e;
    color: #cae7ff;
}

.calendar_booking_time_div .firstClick {
    background-color: #093254;
    color: #cae7ff;
    padding: 6px !important;
}

.calendar_booking_time_div .secondClick {
    background-color: #093254;
    color: #cae7ff;
    padding: 6px !important;
}

.calendar_booking_time_div .reserved {
    color: white;
    padding: 6px !important;
}

.table_booking .booked_calander {
    background-color: rgb(255, 93, 120);
    color: white;
}

.table_booking .booked_calander:hover {
    background-color: rgb(255, 93, 120);
}

.table_booking .empty_calander:hover {
    background-color: inherit;
}

.table_booking td a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.calendar_booking_time_div a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    font-size: 14.4px;
}

.calendar_booking_time_div {
    width: 89px;
    height: 32px;
    padding: 6px !important;
}

.full-width-height-link {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 7;
    top: 0px;
    left: 0px;
}

.table_booking td .disabled_link {
    cursor: default;
    color: #72bfff;
    text-decoration: line-through;
}

.table_booking h6 {
    margin-bottom: 0 !important;
}

.timeslots {
    background-color: rgb(255, 255, 255);
}

.calander-left-border {
    border-left: 0px solid #e8e8e8 !important;
}

/* ---------------------- Monthly Booking appoitnemnt ---------------------- */

.calander_date_monthly {
    width: 100%;
}

.calander_date_monthly .date_navigator {
    padding: 0px 10px 5px 10px;
    color: rgb(94, 94, 94);
}

.calander_date_monthly .date_navigator a {
    color: rgb(94, 94, 94);
    margin-bottom: 10px;
}

.calander_date_monthly .table_booking_monthly {
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px 5px;
    margin: 0px;
    table-layout: fixed;
}

.table_booking_monthly th {
    border: 0px;
    border: 0px;
    font-size: small;
    color: rgb(202 202 203);
    font-weight: 400;
}

.table_booking_monthly td {
    border: 0px;
    padding: 0px;
}

.td_calander_monthly {
    width: 100%;
    min-height: 218px;
    background-color: #fbfcff;
    border-radius: 10px;
    color: rgb(185 185 185);
    justify-content: center;
    margin: auto;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.td_calander_monthly_befor_today {
    background-color: rgb(241 244 255);
    color: #acb1c7;
}

.td_calander_monthly_holidays {
    background-color: rgb(28, 54, 221);
    color: #abc4cf;
}

.td_calander_monthly_empty {
    background-color: rgb(247 249 255 / 80%);
    color: #bdc2d5;
}

.td_calander_monthly .td_calander_monthly_num {
    font-size: 1.0rem;
    text-align: start;
    color: #838181;
}

.table_booking_monthly .today_calander .td_calander_monthly_num {
    color: white !important;

}

.td_calander_monthly .calendar_info {
    font-size: 0.9rem;
    text-align: center;
}

.table_booking_monthly td .disabled_link {
    cursor: default;
}

.table_booking_monthly .today_calander {
    background-color: #1a78f1;
    color: #dfedff !important;
}

.table_booking_monthly .selected_day_calander {
    background-color: #10558e;
    color: #30373d;
}

.table_booking_monthly .booked_calander {
    background-color: rgb(255, 93, 120);
    color: rgb(73, 37, 37);
}

.table_booking_monthly .booked_calander:hover {
    background-color: rgb(255, 93, 120);
}

.table_booking_monthly .empty_calander:hover {
    background-color: inherit;
}

.table_booking_monthly td a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding-top: 7px;
}


.table_booking_monthly h6 {
    margin-bottom: 0 !important;
}

.side_modal_prox .modal-dialog {
    margin: 0rem 0rem auto auto;
    transform: translate(57px, 0px) !important;
}

.side_modal_prox .modal-content {
    height: 100vh;
    border-radius: 0px;
}

.side_modal_prox.show .modal-dialog {
    transform: none !important;
    height: 100%;
}

.side_modal_prox.show .modal-dialog .modal-footer {
    padding: 13px;
}

/* ------ mutli steps form ------- */

/*
.multi-setps-form-calander {
    border: 1px solid #ecece9;
    border-radius: 25px;
} */

.mibk-heading-form {
    text-transform: capitalize;
    color: #0b7ede;
    font-weight: normal;
}

.mibk-heading-form p {
    color: var(--second-subtitle);
}

#myform {
    position: relative;
    margin: 20px 0px 0px 0px;
}

/* progressbar */

.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}

.progressbar .active {
    color: var(--main-color);
}

.progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

.progressbar_5icons li {
    width: 20% !important;
}

.progressbar_5icons li span {
    font-size: 0.6rem !important;
}

.progressbar .icon-circle {
    border: 3px solid #F3F2EE;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    font-size: 24px;
    z-index: 1;
}

.progressbar .checked {
    background-color: var(--main-color);
    color: #FFFFFF;
}

.progressbar a {
    color: inherit;
    text-decoration: none;
}

.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e4e3de;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 0;
}

/* .active {
    color: var(--main-color);
} */

.progressbar li.active:before,
.progressbar li.active:after {
    background: var(--main-color)
}

/* to hide all div except first one */
#myform .cont_tap:not(:first-of-type) {
    display: none
}

#myform .cont_tap {
    background: #F3F4F8;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0px 30px 0px 30px;
}

/* for second bar prog (patient) */
#myform .cont_tap_patient:not(:first-of-type) {
    display: none
}

#myform .cont_tap_patient {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0px 30px 0px 30px;
}

/* multi setps buttons */
#myform .action-button-next {
    width: 100px;
}

#myform .action-button-previous {
    width: 100px;
    margin-right: 20px;
}


/* - messages - */

#flash-msg {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    border-radius: 32px;
    background-color: #ee474a;
    color: white;
    padding: 15px 30px 15px 30px;
    transform: translate(-39%, -47%);
}

.patient_popup_window {
    position: fixed;
    width: 96%;
    z-index: 999;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    background-color: #1a78f1;
    color: white;
    padding: 15px 30px 15px 30px;
    transform: translate(-50%, -50%);
    box-shadow: -5px 6px 20px 12px rgb(0 0 0 / 13%) !important;
}

#add_buttn_fixed {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 5%;
    right: 4%;
    border-radius: 55%;
    background-color: #1a78f1;
    color: white;
    padding: 7px 15px 15px 15px;
    font-size: 22px;
    cursor: pointer;
}

#add_buttn_fixed2 {
    position: fixed;
    z-index: 1000;
    bottom: 3%;
    right: 2%;
    border-radius: 20px;
    background-color: #000000;
    color: white;
    padding: 10px 15px 10px 14px;
    font-size: 22px;
    cursor: pointer;
    font-size: 14px;
}

#add_buttn_fixed2:hover {
    background-color: #272727;
}

/* -------------------------- Admin panal -------------------------- */

#wrapper {
    color: var(--main-header);
}

footer.sticky-footer {
    padding: 0.6rem 0 1rem 0;
    flex-shrink: 0;
}

/* ------- sidebar ------- */

.sidebar {
    display: none;
    width: 6.5rem;
    min-height: 100vh;
    background-color: #ee474a;
    color: #FFFFFF;
    box-shadow: -1px 20px 27px 3px rgb(0 0 0 / 12%) !important;
    border-radius: 0px 32px 0px 0px;
    margin-top: 18px;
}

.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 2.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
    color: #FFFFFF;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2.3rem;
}

.sidebar .sidebar-brand .sidebar-brand-text sup {
    color: #fff;
    font-size: .65em;
}

.sidebar .sidebar-divider {
    margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
    color: #8eb8ef;
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: .65rem;
    text-transform: uppercase !important;
}

.sidebar .nav-item {
    position: relative;
    padding: 0rem !important;
}

.sidebar .nav-item .nav-link {
    color: #ffff;
    text-align: center;
    padding: .75rem 1rem;
    width: 6.5rem;
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

.sidebar .nav-item.active .nav-link,
.sidebar .nav-item.active .nav-link i {
    color: #FFFFFF;
    font-weight: 700;
}

.sidebar .nav-item.active .nav-link,
.sidebar .nav-item.active .nav-link span {
    color: #FFFFFF;
    font-weight: 700;
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
    color: #FFFFFF;
}

.sidebar .nav-item .nav-link:active i,
.sidebar .nav-item .nav-link:focus i,
.sidebar .nav-item .nav-link:hover i {
    color: #FFFFFF;
}

.sidebar .nav-item .nav-link i {
    color: #fff;
}

.sidebar .nav-item .nav-link span {
    font-size: .75rem;
    display: block;
    font-weight: normal;
}

.sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;

}

.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 19px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: .5rem 0;
    min-width: 10rem;
    font-size: .85rem;
    margin: 0 0 1rem 0;
    z-index: 999999999;
}

.sidebar .nav-item .collapsing {
    display: none;
    transition: none;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}


body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}


/* side search filter */
.search-accordion .accordion-button::after {
    width: 0.9rem;
    height: 0.9rem;
    background-size: 0.8rem;
}

.search-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.0 rgb(13 110 253 / 25%);
}

.search-accordion .accordion-button {
    padding: 15px 10px 15px 10px;
    color: #565656;
}

.search-accordion .accordion-item {
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid #e3e3e3;
}

.search-accordion .accordion-item:last-child {
    border-bottom: 0px solid #e3e3e3;
}

/* 
.search-accordion .accordion-button:not(.collapsed) {
    color: #1862c3;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
} */


/* #Toggle reduce the sidebar via button (.toggled) which will change many action inside the sidebar*/

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    color: #ee474a;
}

.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.sidebar #sidebarToggle:focus {
    outline: none;
}

.sidebar.toggled #sidebarToggle::after {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-left: 0.25rem;
}

.sidebar.toggled .sidebar-card {
    display: none;
}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

/* ------- topbar ------- */

#wrapper #content-wrapper {
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

.topbar {
    height: 6.1rem;
    padding-top: 1.0rem;
    background-color: white;
    margin-bottom: 20px !important;
    border-radius: 0px 0px 30px 32px;
    padding: 10px 10px 10px 10px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
}

.topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
}

.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}


.topbar .pagetitle-navbar {
    align-items: center;
}

.topbar .pagetitle-navbar span {
    font-size: 1.4rem;
}


.topbar .navbar-search {
    width: 25rem;
}

.topbar .navbar-search .btn-seacrh {
    background-color: var(--main-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.topbar .navbar-search .btn-seacrh:hover {
    background-color: var(--main-color-hover);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.topbar .dropdown {
    position: static;
}

.navbar-nav {
    z-index: 99;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #9da0b3;
}

.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 4px;
    position: relative;
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

.topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 12px;
    left: unset;
    font-size: .85rem;
    float: none;
    border-radius: .90rem;
    border: 1px solid #e3e6f0;
    top: 100%;
    margin: 6px 0 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}


.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
    padding: .25em .4em;

}

.badge-danger {
    color: #fff;
    background-color: #e74a3b;
}

.topbar .dropdown-list {
    padding: 0;
    border: none;
}


.topbar .dropdown-list-profile {
    padding: 0;
    border: none;
}

.topbar .dropdown-list .dropdown-header,
.topbar .dropdown-list-profile .dropdown-header {
    background-color: var(--main-color);
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
    font-weight: 800;
    font-size: .65rem;
}

.topbar .dropdown-list .dropdown-item,
.topbar .dropdown-list-profile .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
    color: #3a3b45;

}

.topbar .dropdown-list .dropdown-item:last-child,
.topbar .dropdown-list-profile .dropdown-item:last-child {
    border-bottom: 0px solid #e3e6f0;
}

.dropdown-item {
    padding: 0.65rem 1rem !important;
    color: #000 !important;
    text-align: right !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #dc3545 !important;
}

.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading,
.text-uppercase {
    text-transform: uppercase !important;
    border-top-left-radius: 0.90rem;
    border-top-right-radius: 0.90rem;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .dropdown-list .small {
    color: #b7b9cc !important;
    font-size: 80%;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2.8rem;
    width: 2.8rem;
}



/* nav tabs */

.nav-tabs .nav-link {
    color: #D62828 !important;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #D62828 !important;
    color: #D62828 !important;
}

.nav-tabs .active {
    /* border-bottom: 3px solid #D62828 !important; */
    color: #D62828 !important;
}

.nav-tabs .order_tabs {
    /* color: #D62828 !important; */
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    /* font-size: 16px; */
    cursor: default;
    background-color: #D62828 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: 600;
}

.nav-tabs>li>a {
    margin-right: 13px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    PADDING: 7PX;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}



.nav-tabs-nobg .nav-link.active {
    background-color: #f2dbdb00 !important;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #848b8f;
    color: #848b8f;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #626e7a;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.nav-tabs-cat {
    border-bottom: 0px;
}

.nav-tabs-cat .nav-link {
    color: #9eafc5;
    border-bottom: 0px;
}

.nav-tabs-cat .nav-link.active {
    border-color: transparent;
    border-bottom: 0px;
    font-weight: 600;
}

.nav-tabs-cat .nav-link:hover {
    border-color: transparent;
    border-bottom: 0px;
    color: #2c6fc4;
}

.nav-tabs-cat .nav-item.show .nav-link,
.nav-tabs-cat .nav-link.active {
    color: #2c6fc4;
}

/* -------- Content (cards - reports etc..) of the admin panal -------- */

.loader-page {
    height: 100vh;
    width: 100vw;
    background-color: #FFFFFF;
    position: fixed;
    overflow: hidden;
    z-index: 9999999999999999;
}


.loader-page .loader-page-cont {
    height: 160;
    /* width: 156px; */
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: -22px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ee474a;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis-load div {
    position: absolute;
    top: 20 px;
    margin-left: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #25a79d;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}


.video_intro_log {
    position: fixed;
    height: 100px;
    width: 275px;
    bottom: 70px;
    right: 18px;
    border-radius: 35px;
    z-index: 2;
    background-color: transparent;
}

/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
} */

.wlc-msg img {
    margin-top: 0rem;
}

/*
.notes-dashbaord{
    /* min-height: 90%;

}*/


.chart-area {
    position: relative;
    width: 100%;
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

/* ---------------------- Pages ---------------------- */


/*************************************/

nav#navigation1 {
    background-color: white;
    box-shadow: rgb(0 0 0 / 5%) 0px 20px 25px -5px, rgb(0 0 0 / 1%) 0px 10px 10px -5px;
}

header {
    border-bottom: 1px solid #e7e7e7;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/* 
.navigation-portrait {
    height: 48px;
} */

.nav-header {
    float: left;
    width: 100%;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
    float: left;
}

.nav-logo>img {
    height: 43px;
    margin: 11px auto;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
    top: 65px;
    right: 11px;
    position: absolute;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 75%;
    height: 100%;
    top: 0;
    right: -75%;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}


.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    /* right: -400px; */
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0;
    background-color: #fff;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 90%;
    display: none;
    color: #343a40;
    font-size: 26px;
    text-align: end;
    margin-left: 30px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    padding: 10px;
    padding-bottom: 0;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    /* border-top: solid 1px #f0f0f0; */
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.navigation-portrait .nav-menu>li>a {
    /* width: 100%;
    height: auto; */
    padding: 12px 15px 12px 26px;

}

section {
    margin-top: 3rem;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: var(--main-color);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-right: 6px;
    transition: all 0.2s;
}

.bg-banner {
    background-color: #002F49 !important;
    color: #fff;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 2%;
    text-align: center;
    z-index: 20000;
}

.card-border {
    border-radius: 20px 20px 0 0;
}

.active-card {
    border: 1px solid var(--main-color);
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -14px, rgb(0 0 0 / 21%) 0px 20px 10px -5px
}

.mySwiper2 .swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: #D62828;
    width: 40px;
    height: 40px;
    font-size: 15px !important;
    border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 20px;
}

.mySubscription .card {
    cursor: pointer;
}



.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #000;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    text-align: left;

}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    right: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    background-color: #eee;
    /* border-top: solid 1px #f0f0f0; */
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: black !important;
    background-color: rgb(199 199 199 / 24%);

}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #000;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    /* display: none; */
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    /* color: inherit; */
    /* border-top: solid 1px #f0f0f0; */
    /* background-color: rgb(199 199 199 / 34%); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

ul {
    padding: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
    text-align: left;
    font-size: 14px;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;

    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
}

.megamenu-list>li>a:hover {
    background-color: #F9B81B;
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-dropdown>li>a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.navbar.center .navbar-inner .nav {
    display: inline-block;
    float: none;
}

.w-30 {
    width: 30px;
}

.h-30 {
    height: 30px;
}

.h-40 {
    height: 40px;
}

.h-110 {
    height: 110px;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #ff6b00;

}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    /* width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
    color: #000; */
    line-height: 33px;
}

.nav-dropdown .submenu-indicator {
    right: 0;
    top: 10px;
    position: absolute;
    transform: rotate(-180deg);
}

.icon-nav {
    display: none;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    border-color: #ddd;
    color: #CCCCCC;
    width: 53px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 20px;
}

.select {
    border-color: #F9B81B;
}

/* Start CSS cart */




input {
    background-color: #F3F4F8;
    border: aliceblue;
}

.white-btn-border {
    min-width: 65px;
    min-height: 40px;
    border-radius: 50rem;
    text-align: center;
    cursor: pointer;
    line-height: 1.25rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #b71c2e;
    background-color: #b71c2e;
    color: #fff !important;
}

.main-btn {
    min-width: 127px;
    height: 39px;
    border-radius: 50rem;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 0px;
}

.hr-line {
    width: 100%;
}

.prog.prog::-webkit-progress-value {
    background-color: var(--prm-color);

    transition: .5s ease;
}

.quantity-shopping-order {
    width: 12%;
    height: 38px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(128, 128, 128, 0.31);
    border-image: initial;
    border-radius: 20px;
}

/* End Css Cart */

/* start seller dashbaord */

.bg-gray {
    background-color: #5deba7 !important;
}

/* start live shopping */

/* custom range */
.main-btn-wide-range {
    background-color: #F9B81B !important;
    border: none;
    width: 50px;
}


h2 {
    margin-bottom: 5px;
}

/* end live shopping */


/* Start updatePassword */
.field-icon {
    float: right;
    margin-top: -27px;
    margin-right: 12px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* End updatePassword */
/* -------------------------------------------------------------------------------
-------------------------------basmala------------------------------------------------
------------------------------------------------------------------------------- */
.container-special {
    width: 95%;
    margin: auto;
}

.btn-search {
    background-color: #D62828;
    color: #ffff;
    height: 40px !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.nav-item a i {
    color: #3E4763;
    margin-right: 13px;
    font-size: 20px;
}

#wishlist_add_new,
#cart_qty_topbar {
    position: absolute;
    right: 24px;
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
    justify-content: center;
    vertical-align: middle !important;
    border-radius: 50% !important;
    color: #fff;
    display: flex;
    top: -14px !important;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
}

ul.header-icons li {
    margin: 0 1rem;
}

.packages .btn-packages,
.buy {
    border: 1px solid #D62828 !important;
    border-radius: 20px;
    background-color: transparent;
    width: 127px;
}

.btn.btn-login2 {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn.btn-login {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn-register {
    border-radius: 20px;
    padding: 7px 15px;
    text-align: center;
}

.btn-register,
.btn-register:hover,
.addCart-single_product,
.search-btn,
.search-btn:hover,
.subscribe-btn,
.subscribe-btn:hover,
.add-btn,
.add-btn:hover {
    background-color: var(--main-color);
}

/* Mohamed elshimy search-btn*/

.search-btn {
    color: white;
    /* float: right; */
    /* width: 40px; */
    /* height: 40px; */
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.btn.btn-login2:hover {
    background-color: var(--main-color);
    color: #fff;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #D52728 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(213 39 40 / 25%) !important;
}

.active-section {
    transition: all .5s ease-in-out;
}

.background-offer {
    background-color: #D62828 !important;
}

.background-offer2 {
    background-color: #e6e5db !important;
}

.border-20 {
    border-radius: 20px;
}

.home-slider .all-product img {
    width: 100px;
    object-fit: contain;
    height: 80px;
}

/* .all-product .active-section:hover {
    background-color: #D62828 !important;
    color: #fff !important;
} */

.all-product a {
    color: #fff;
}

.swiper-product span,
.swiper-SuperMarket-product .span_top,
.card-product .span_top {
    background-color: var(--main-color);
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 14px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

.sale {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: var(--main-color);
    padding: 10px;
    display: flex;
    color: white !important;
}

.swiper-product img,
.swiper-SuperMarket-product img,
.card-product img,
.product_seller .card img {
    height: 150px;
    object-fit: contain;
    width: 100%;
}

.swiper-slide h2,
.card-product h2 {
    font-size: 14px !important;
    color: #3E4763;
}

.rate i {
    color: #F67F00;
    font-size: 14px;
}

.btn-save2,
.add-cart {
    background-color: #D62828 !important;
    border-radius: 10px !important;
    border-width: 0px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.btn-save,
.add-cart2 {
    background-color: #363131 !important;
    border-radius: 10px !important;
    border-width: 0px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.btn-save3 {
    background-color: #D62828 !important;
    border-radius: 10px !important;
    border-width: 0px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.dis-count {
    display: inline-block;
    text-decoration: line-through;
    font-size: 12px !important;
}

.cover-add-product {
    background-image: url(../image/MaskGroup25.png);
    background-size: cover;
    height: 745px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.input-select-add-product {
    width: 100% !important;
    border-radius: 20px !important;
    text-align: center !important;
    color: rgb(199, 199, 199) !important;
    height: 56px !important;
    margin-bottom: 10px !important;
    padding-right: 20px !important;
}

.packages-offcan-btn,
.packages-offcan-btn:hover {
    background-color: #D62828;
    color: #fff;
    border: 0 !important;
    border-radius: 0 50% 50% 0%;
    left: -5px;
    position: fixed;
}

.packages-offcan-btn {
    position: fixed;
    left: -5px;
    z-index: 1111;
    top: 50%;
    border-radius: 0 50% 50% 0%;
}

.packages-offcan-btn-inside,
.packages-offcan-btn-inside:hover {
    border-radius: 0 50% 50% 0%;
    background-color: #D62828;
    border: none;
    position: absolute;
    right: -8.6%;
    transition: 0s;
}

.offcanvas.offcanvas-start {
    z-index: 99999;
}

.btn-more,
.register-now {
    border: 1px solid #003049;
    border-radius: 20px;
    font-size: 14px;
    color: #003049;
    background-color: transparent;
    align-items: center;
}

.btn-more:hover {
    color: #fff;
    background-color: var(--main-color);
}

.des {
    font-size: 14px;
    font-weight: 500;
    color: #747883;
}

.banner img {
    width: 100%;
}

.children-banner {
    object-fit: cover;
    height: 741px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper.swiper-Home img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: fill;
}

header {
    background-color: #fff;
}

@media screen and (max-width :990px) {
    .swiper.swiper-Home img {
        height: auto;
    }

    .navigation-portrait .nav-menus-wrapper {
        flex-direction: column;
    }

    .menu-nav-mobile {
        display: flex !important;
    }

    .nav-menu>li {
        margin: 0 !important;
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
        justify-content: space-around !important;
    }
}

@media screen and (min-width :990px) {
    .menu-nav-mobile {
        display: none !important;
    }
}

@media screen and (max-width :470px) {
    .offcanvas.offcanvas-start {
        width: 90%;
    }

    .packages-offcan-btn-inside {
        right: -10%;
    }
}

.swiper-bannerHome2 .swiper-wrapper,
.swiper-bannerHome .swiper-wrapper,
.swiper-bannerHome3 .swiper-wrapper,
.swiper-bannerHome4 .swiper-wrapper {
    height: 150px;
    object-fit: cover;

}

.seller-banner {
    background-image: url(../image/Mask-Group-25.png);
    height: 355px;
    text-align: center;
    background-size: cover;
}

.subscribe-banner {
    background-image: url(../image/Group1974.png);
    height: 355px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
}

.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto;
}

.loyalty-bannar {
    background-image: url(../image/Group2270.png);
    text-align: center;
    background-size: cover;
    background-position: center;

}

.second-color {
    color: #ffffff;
}

/* main background */
.main-background {
    background-color: #D62828;
    color: white !important;
    height: 56px !important;
    border: none;
    width: 100%;
    margin-top: 11px;
}

.btn:hover {
    background-color: #D62828;
    color: white !important;
    /* border: 1px solid #D62828 !important; */
}


.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: inherit;
}

#logIn,
#register {
    background-image: url(images/bg-form.png);
    /* text-align: center; */
    background-size: cover;
    height: 100vh;
}

.btn-subscribe {
    text-align: center;
    border: 0;
    border-radius: 20px;
    left: 27px;
    padding: 1rem 2rem;
    color: white;
    background-color: #D62828;
    /* position: absolute; */
}

.btn-subscribe:hover {
    color: #fff;
}

.input-email {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 20px;
    padding: 1rem .5rem;
}

.input-email:focus {
    outline: 0;
}

footer li {
    margin-bottom: 10px;
}

.font-social i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #002F49 !important;
}

/* ------------------------------------------------------
-------------swipper of product details--------------- */

.product_detail-slider {
    height: auto;
    margin: 0 0 10px 0;
}

.product_detail-slider .swiper-slide {
    width: auto;
    height: 500px;
    object-fit: contain;
}

.product_detail-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: contain;
    border-radius: 20px;
    margin: 0 auto;
}

.product_detail-thumbs {
    width: 100%;
    margin-top: -85px;
    padding: 0;
    overflow: hidden;
}

.product_detail-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}

.product_detail-thumbs .swiper-slide-active {
    opacity: 1;
}

.product_detail-thumbs .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 93%;
    border-radius: 20px;
}

.btns-plus,
.btns-minus {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: 0;
}

input#num-counter {
    width: 50px;
    background-color: #fff;
}

img.package-photo {
    width: 70px;
    height: 70px;
    margin-left: 20px;
    object-fit: cover;
}

.h-270 {
    height: 270px;
}

.package-Swipper img {
    object-fit: cover;
}

.seller-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.accordion {
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-icon-width: 1rem;
    --bs-accordion-active-color: #000;
    --bs-accordion-border-color: none;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.accordion-button:not(.collapsed),
.accordion-button {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    box-shadow: rgb(0 0 0 / 3%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;

}

.titleOfCAtegory {
    background-image: url(../image/Group-1461\ \(1\).png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titleOfCurrentOrder {
    background-image: url(../image/Group\ 2269.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

button.btn-close:focus {
    box-shadow: none;
}

.form-check-input[type=checkbox] {
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
}

.wallet-banner {
    background-image: url(../image/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
}

.wallet-banner2 {
    background-image: url(../image/banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
}

.form-check-input:checked {
    background-color: #D62828;
    border-color: #D62828;
    border-color: #F67F00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(246 127 0 / 25%);
}

.form-check-input:checked[type=checkbox] {
    border-radius: 50% !important;
}

.statue {
    width: 100%;
    text-align: center;
    height: 26px;
    margin: 0;
    z-index: 99;
    border-radius: 15px;
    padding-top: 8px;
    font-size: 12px !important;
}

.accordion-button:focus {
    box-shadow: none;
}

@media only screen and (min-width: 1025px) {
    .filter-offcanvas {
        display: none;
    }
}

@media only screen and (max-width: 1025px) {
    .card.filter {
        display: none;
    }
}

.price-field input[type="range"] {
    background-color: #000;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 5px;
    border: 1px solid #000;
    -webkit-appearance: none;
}

/* Style toddler input range */

.price-field input[type="range"]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    margin-top: -8px;
    background-color: #fff;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type="range"]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #ffff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type="range"]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

/* Style track input range */

.price-field input[type="range"]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
}

.price-field input[type="range"]::-moz-range-track {
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
}

.price-field input[type="range"]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
    display: flex;
    color: #242424;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
}

.price-wrap #one,
.price-wrap #two,
.price-wrap #one-offcan,
.price-wrap #two-offcan {
    border: 0;
    outline: 0;
    width: 50px;
    font-family: "Karla", "Arial", sans-serif;
}

.price-field input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

#reachyWork .card img,
#registerMethod .card img {
    height: 150px !important;
    width: 75px !important;
}

button.btn-secondary {
    color: #000;
    background-color: transparent !important;
    border: 1px solid #D62828 !important;
}

button.btn-secondary:hover {
    color: #000;
    background-color: transparent !important;
    border: 1px solid #D62828 !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.swiper-reachyPackage .swiper-slide,
#registerMethod card {
    height: 350px;
}

.card-package {
    background-image: url(images/Group-2194.png);
    background-size: cover;
}

.table-order .row h5,
.table-shopping .row h5 {
    padding: 20px 0;
    font-size: 15px;
}

.icon-loyalty {
    background-color: #ebeced;
    color: #003049;
    border-radius: 10px;
    font-size: 17px;
    text-align: center;
    padding: 0.5rem 1rem;
}



/* Mohamed elshimy */

/************navbar****************/
ul {
    list-style: none;
}

/* main color */
.main-color {
    color: #D62828;
}

/* second background */
.second-background {
    background-color: #ffffff;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* border */
.border {
    border: 1px solid #D62828 !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-8 {
    font-size: 0.6rem !important;
}

.cat-check {
    border-radius: 20px;
    padding: 17px;
    /* box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    */
}

/* .btn:hover {
    background-color:#D62828;
    color: white !important;
    border: 1px solid #D62828 !important;
} */
.icon-madya li {
    margin-left: 30px !important;
    margin-top: 0 !important;
}

/* ************************* */
.subescribe {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 20px;
}

.search {
    width: 100%;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.bt-close {
    margin: 0 !important;
}

.gold {
    background-color: #F67F00 !important;
    color: white !important;
    padding-top: 9px !important;
    padding-bottom: 28px !important;
}

.gold ul {
    color: white !important;
}

.gold span {
    color: white !important;
}

.gold i {
    color: white !important;
}

.gold .bt-new {
    border: 1px solid white !important;
}

.gold .bt-new:hover {
    color: white !important;
}

.gold ul {
    color: white !important;
}

.gold span {
    color: white !important;
}

.gold i {
    color: white !important;
}

.gold .bt-new {
    border: 1px solid white !important;
}

.gold .bt-new:hover {
    color: white !important;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

.man-pare {
    background-color: #D62828;
    height: 40px;
}

.man-pare p {
    text-align: center;
    color: #ffff;
    /* color: #002F49; */
    padding: 11px;
    font-size: 14px;
}

.form-select {
    width: 126px;
}

.form-select:focus {
    border-color: #3E4763;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(245 126 0 / 48%);
}

.navbar {
    /* background-color:white; */
    color: #FFE9A1;
}

.nav-menus-wrapper img {
    width: 50px;
}

.hared {
    position: relative;
}

.hared span {
    background-color: #F67F00;
    border-radius: 31px;
    width: 20px;
    position: absolute;
    padding: 1px;
    text-align: center;
    font-size: 9px;
    height: 15px;
    top: 0px;
    color: #fff;
    right: auto;
    left: 45px;
}

.btn-packages {
    border: 1px solid #003049;
    color: #003049;
    border-radius: 20px;
}

.bt-register {
    background-color: #F67F00;
    border-radius: 35px;
    width: 10%;
    height: 46px;
    color: #ffff;
}

.cover {
    background-color: #002F49;
    position: absolute;
    width: 1116px;
    height: 100%;
}

/*.bt-new{
    background-color: #F67F00;
    border-radius: 35px;
    width: 131px;
    height: 46px;
    color: #ffff;
}
.bt-new:hover{
    background-color: #fff;
    color: #F67F00;
}
*/
.bt-register:hover {
    background-color: #ffff;
    color: #F67F00;
}

.icon {
    position: relative;
}

.icon span {
    position: absolute !important;
    top: -20px;
    left: 1px !important;
    /* right: 28px !important; */
    background-color: #D62828 !important;
    color: #ffffff !important;
    text-align: center !important;
    width: 22px;
    height: 22px;
    font-size: 9px;
    border-radius: 15px !important;
    /* height: 20px; */
    /* padding: 2px; */
    text-align: center;
}

.form-check-input:focus {
    border-color: #F67F00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(246 127 0 / 25%);
}

.btn-login-submit {
    background-color: #fff;
    border-radius: 35px;
    border: 1px solid #F67F00;
    color: #F67F00;
}

/*   */
.form-check label {
    font-size: 11px;
}

.btn-submit-login {
    width: 81%;
    background: #F67F00;
}

.reset p {
    font-size: 11px;
    margin-top: 7px;
}

.label-email {
    margin-bottom: 10px;
}

.password {
    width: 301px;
    margin-bottom: 12px;
    margin: auto;
}

.password label {
    margin-bottom: 10px;
}

.modal-content {
    width: 78%;
    border-radius: 16px;
    margin: auto;
}

.digit-group input {
    width: 60px;
    height: 70px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin: 0 2px;
    background-color: #D8D8D8;
}

.digit-group input:focus {
    outline: 0 !important;
    color: var(--bs-btn-active-color);
    background-color: #D62828;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.digit-group input:focus {
    outline: 0 !important;
}

.no-acount {
    font-size: 11px;
}

.email {
    text-align: end;
}

.btn-login-google img {
    width: 24px;
    margin-right: 13px;
}

.btn-login-Facebook img {
    width: 11px;
    margin-right: 18px;
    margin-top: 3px;
}

.btn-login-submit:hover {
    background-color: #F67F00;
    border-radius: 35px;
    border: 1px solid #F67F00;
    color: #ffffff;
}

.btn-login {
    border-radius: 20px;
    color: #003049;
}

.btn-login:focus {
    color: #D62828 !important;
}

.swiper {
    /* background-color: #fff; */
    padding: 10px;
    width: 100%;
    border-radius: 22px;
    /* height: 60%; */
}

.swiper-pagination {
    left: 0;
    right: 47%;
}

.food-dec {
    padding: 24px;
}

.btn-foot {
    border: 1px solid #000;
    border-radius: 34px;
    font-size: 14px;
    width: 101px;
}

.btn-foot2 {
    border: 1px solid #003049 !important;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 10px 15px 10px 15px !important;
    color: #000 !important;
    background-color: transparent;
}

.btn-foot3 {
    border: 1px solid #D62828 !important;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 10px 15px 10px 15px !important;
    color: #D62828 !important;
    background-color: transparent;
}

.Promo-Code-label {
    background: #FFFFFF;
    width: 35px;
    padding: 6px;
    border: 1px solid #83899A;
    border-radius: 38px;
    font-size: 13px;
    text-align: center;
    color: #83899A;
}

.text-grey2 {
    /* color: #676666; */
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.bannar-3 {
    background-image: url('../img/prodect/Mask.png');
    border-radius: 16px;
    background-size: cover;
    padding: 24px;
}

.sub-scribe-home {
    background-color: #F5F1CE;
}

.btn-sub-button {
    background-color: #F67F00;
    height: 46px;
    color: #ffff;
    position: relative;
    font-size: 13px;
    border-top-left-radius: 50px;
    /* border-radius: 50px;
    */
    border-bottom-left-radius: 50px;
}

.btn-sub-button:hover {
    background-color: #ffffff;
    color: #F67F00;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #D52728 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(213 39 40 / 25%) !important;
}

.form-control {
    font-size: 12px;
    height: 44px;
}

.form-control {
    border: 1px solid #e8e7e3;
    border-radius: 5px;
    color: #66615b;
    font-size: 14px;
    /* padding: 7px 18px !important; */
    /* height: 40px !important; */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 10px;
}

.btn-form {
    width: 100%;
    border: 0;
    margin-top: 20px;
    background-color: #D62828;
    color: white;
    padding: 8px;
    border-radius: 20px;
    transition: all .3s ease-in-out;
}

.content-address {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 5%;
    margin-top: 2%;
}

.text-grey {
    color: #676666;
    font-size: 14px !important;
    font-weight: 400;
}

.dropdown-toggle {
    border: 0 !important;
}

.dropdown-toggle {
    /* width: 100%; */
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 20px;
    background-color: transparent;
}

.form-control::placeholder {
    color: rgb(199, 199, 199);
}

.sub-title {
    margin: auto;
    text-align: center;
}



.swiper-pagination {
    transform: translateY(5px)translateX(10px) !important;
}

/******************navbar*******************/
.profile-nav img {
    width: 40px;
    height: 40px;
}

.profile-nav .dropdown {
    border: 0 !important;
    color: #000 !important;
    background-color: #fff;
}

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
    float: left;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    left: 11px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40
}


.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    right: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.nav-menu>li>a {
    /* height: 70px; */
    padding: 20px 0px;
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    /* color: #fff !important; */
    transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #D62828;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    position: absolute;
    line-height: 16px;
    /* transform: scale(1.4); */
    left: -19px;
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-right: 6px;
    margin-top: 6px;
    float: left;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 248px;
    text-align: center;
    z-index: 2000;
}


.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #D62828;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    text-align: right;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    right: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
    margin-top: 8px !important;
}



.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 15px;
    color: black !important;
    background-color: #fff;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #D62828;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    z-index: 98;
    text-align: left;
    color: black;
    border-top: solid 1px #f0f0f0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
    text-align: right;
    font-size: 14px;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: right;
    list-style: none;
}

.megamenu-list img {
    width: 100% !important;
    height: 250px !important;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 15px;
}

.megamenu-list>li>a:hover {
    background-color: #D62828;
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu>li>a {
    text-transform: uppercase;
    text-align: right;
    position: relative;
}

.nav-dropdown>li>a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
    text-align: right;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #D62828;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

.nav-dropdown .submenu-indicator {
    right: 92px;
    top: 10px;
    position: absolute;
    transform: rotate(-180deg);
}

.icon-nav {
    display: none;
}

.navbar-nav {
    margin-right: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 769px) {
    .navbar-nav {
        margin-right: 0px;
        /*float: left;*/
    }

    .cart_content_right {
        margin-bottom: 20px;
    }

    .icon-madya-2 li {
        margin-left: 5px !important;
    }

    .navbar-nav {
        visibility: visible !important;
    }

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%;
        float: right;
    }

    .nav-dropdown .submenu-indicator {
        right: 246px !important;
        top: 10px;
        position: absolute;
        transform: rotate(-180deg);
    }

    .icon-nav {
        display: block;
        margin-top: 17px;
    }

    .header-navbar {
        display: none !important;
    }

    .navbar-togglers {
        border: 0 !important;
    }
}

/**********************************************/















/*****************************/
.title-order-2 {
    float: right !important;
}

.product-swiper {
    position: relative;
    background-color: white;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 20px;
}

.product-swiper i {
    color: #F67F00;
    font-size: 14px;
}

.product-swiper h2 {
    font-weight: bold;
    font-size: 16px;
    color: #3E4763;
    margin-top: -11px;
}

.product-swiper h5 {
    font-size: 15px;
    color: #747883;
}

.product-swiper p {
    color: #747883;
    font-size: 14px;
}

.product-swiper .add-cart {
    border-radius: 5px;
    background-color: #D62828;
    color: white;
    border: 0;
    font-size: 14px;
}


/* Mohamed elshimy navbar*/




@media only screen and (max-width: 3000px) and (min-width: 2000px) {
    .swiper {
        height: auto !important;
    }
}

.btn-sub-button {
    background-color: #F67F00;
    height: 46px;
    color: #ffff;
    position: relative;
    font-size: 13px;
    border-top-left-radius: 50px;
    /* border-radius: 50px;
    */
    border-bottom-left-radius: 50px;
}

.btn-sub-button:hover {
    background-color: #ffffff;
    color: #F67F00;
}

.form-control::placeholder {
    color: rgb(199, 199, 199);
}

.sub-title {
    margin: auto;
    text-align: center;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    flex-direction: row-reverse;
}

.active-link {
    color: #000000 !important;
    font-weight: bold !important;
}

@media only screen and (max-width: 600px) {
    .offers-slider-sp .swiper-slide::after {
        content: "";
        position: absolute;
        background-color: #000000;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }

    .market p {
        font-size: 12px;
    }

    .bt-new {
        z-index: 999;
    }

    .swiper-slide .width {
        margin: auto;
    }

    .swiper-slide {
        padding-right: 0px !important;
    }

    .swiper-slide .width h2 {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }

    .swiper-slide .width p {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }

    .over1 .product-swiper {
        margin: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .man-pare p {
        font-size: 10px;
    }

    .shadow-small {
        padding: 5px !important;
        font-size: 14px !important;
        display: contents;
    }

    .shadow-small img {
        margin-top: 12px;
        width: 50px !important;
        height: 50px !important;
    }

    .shadow-small p {
        margin-bottom: 20px !important;
    }

    .prodact-slider .prodact .swiper-slide {
        width: 45% !important;
        height: 179px !important;
    }

    .offers-slider-sp .swiper-slide::after {
        content: "";
        position: absolute;
        background-color: #000000;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
    }

    .over1 .product-swiper {
        margin: auto;
        margin-bottom: 15px;
    }

    .bt-new {
        z-index: 999;
    }

    .swiper-slide .width {
        margin: auto;
    }

    .swiper-slide {
        padding-right: 0px !important;
    }

    .swiper-slide .width h2 {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }

    .swiper-slide .width p {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }
}

.swiper-pagination {
    transform: translateY(5px)translateX(10px) !important;
}

.icon-nav {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%;
        float: right;
    }

    .logo-form {
        width: 61px;
    }

    .img-market img {
        width: 100px !important;
    }

    .login-2 {
        width: 100%;
    }

    /*.language{*/
    /*   display: none;*/
    /*}*/
    .text-login {
        font-size: 19px;
        margin-top: 19px;
    }

    .nav-dropdown .submenu-indicator {
        right: 246px !important;
        top: 10px;
        position: absolute;
        transform: rotate(-180deg);
    }

    .icon-nav {
        display: block;
        margin-top: 0;
    }

    .navbar-togglers {
        border: 0 !important;
    }
}

@media only screen and (max-width: 990px) {
    .register-form-2 {
        width: 50%;
        left: 27%;
        top: 15%;
    }

    .register-2 {
        width: 100%;
    }

    .info-nav {
        position: absolute;
        right: 55px;
        top: -5px;
    }

    .info-nav-2 {
        position: absolute;
        right: 115px;
        /* top: 10px; */
    }

    .info-nav-3 {
        position: absolute;
        right: 160px;
        /* top: 13px; */
    }
    
    .header-navbar {
        display: none !important;
    }

    .info-nav-4 {
        position: absolute;
        right: 70px;
        /* top: 13px; */
    }
}

@media only screen and (max-width: 500px) {
    .register-form-2 {
        width: 69%;
        margin: auto;
        left: 17%;
        top: 30%;
    }

    .register-2 {
        width: 100%;
    }
}

@media only screen and (max-width:1124px) {
    .phone-delete {
        display: none;
    }


    .address .navbar {
        display: block;
    }

    .back-gift {
        margin-top: 20px;
    }

    .address {
        width: 100%;
    }

}

@media only screen and (max-width: 400px) {
    .phone-delete {
        display: none;
    }

    .address .navbar {
        display: block;
    }

    .offcanvas.offcanvas-end {
        width: 80%;
    }

    .back-gift {
        margin-top: 20px;
    }
}

/* navbar Mohamed */
@media only screen and (min-width:1124px) {
    .phone-delete {
        display: none;
    }



    .transfer-points .point {
        margin-bottom: 30px;
    }

    .nav-loyalty .navbar {
        display: block !important;
    }

    .product-swiper img {
        width: 50%;
    }

    .header-navbar {
        /* display: none !important; */
    }

    .icon-nav {
        display: block !important;
    }
}

/************************************************* search ************************************/

/********************/
.search-box {
    position: absolute;
    top: 600px;
    left: 34%;
    transform: translate(-50%, -50%);
    background: #f1f1f1;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    display: none;
}

.search-box:hover>.search-text {
    width: 260px;
    padding: 0 5px;
}

.search-box:hover>.search-btn {
    background: white;
    color: black;

}

.search-btn {
    color: white;
    /* float: right; */
    /* width: 40px; */
    /* height: 40px; */
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.search-btn>i {
    color: #000 !important;
    margin-right: 25px !important;
}

.search-text {
    border: none;
    background: none;
    color: #000 !important;
    text-align: left;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 16px;
    font-weight: normal;
    transition: 0.4s;
    width: 0px;
    /*   width: 250px; */
}

/* S.H */
.loader-page {
    height: 100vh;
    width: 100vw;
    background-color: #FFFFFF;
    position: fixed;
    overflow: hidden;
    z-index: 9999999999999999;
}


.loader-page .loader-page-cont {
    height: 160;
    width: 156px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-green {
    color: #52c37f !important;
}

.text-red-error {
    color: #dc3545 !important;
}

.text-red {
    color: #CF637F !important;
}


.text_through {
    text-decoration-line: line-through;
}

.clickable-item-pointer {
    cursor: pointer !important;
}

hr {
    background-color: #bdbdbd;
    opacity: .09 !important;
}

/*Register*/
@media only screen and (max-width:1124px) {
    .register {
        width: 100% !important;
    }

    .register-form {
        width: 100% !important;
        left: 0;
    }
}

@media only screen and (max-width: 768px) {


    .register {
        width: 100% !important;
    }

    .register-form {
        width: 100% !important;
        left: 0;
    }

    .shadow-small {
        padding: 5px !important;
        font-size: 14px !important;
        display: contents;
    }

    .shadow-small img {
        margin-top: 12px;
        width: 50px !important;
        height: 50px !important;
    }

    .shadow-small p {
        margin-bottom: 20px !important;
    }
}

@media only screen and (min-width:1130px) and (max-width:1240) {

    .icon-nav {
        display: block !important;
    }

    .form-search {
        margin-right: -55px !important;
    }

    .btn-register {
        margin-right: 17px !important;
    }

    .icon-madya {
        margin-right: 30px !important;
    }
}

.login {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../image/bg-form.png);
    background-size: cover;
    float:
        left;
    font-family: 'Tajawal', sans-serif;
}

.register .form-control {
    margin-bottom: 8px;
    height: 45px !important;
}

.register .form-check {
    display: flex !important;
}

.register .form-control::placeholder {
    color: rgb(168, 168, 168) !important;
    font-size: 14px !important;
    padding: 5px;
}


.register .form-check-label {
    margin-top: 1px;
    font-size: 16px;
}


.register-form h1 {
    font-size: 30px;
    margin-top: 10px;
    color: #003049;
}

.register-2 {
    position: relative;
    width: 85%;
    height: 100%;
    background: url(../image/Mask\ Group\ 24.png);
    background-size: cover;
    float: left;
    font-family: 'Tajawal', sans-serif;
}

.register-form-2 {
    border-radius: 20px;
    width: 30%;
    background-color: white;
    position: absolute;
    top: 28%;
    left: 85%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.register-form-2 button {
    border: 0;
    background-color: #D62828;
    color: white;
    border-radius: 20px;
}

.register-form-2 p {
    color: #003049;
}

.register-form-2 h1 {
    font-size: 30px;
    margin-top: 30px;
    color: #003049 !important;
}

.register-form-3 .form-control {
    margin-bottom: 20px;
    height: 45px;
}

.logo-form {
    width: 100px;
}

.register-form-3 .form-control::placeholder {
    color: rgb(168, 168, 168) !important;
    font-size: 14px !important;
    padding: 5px;
}

.register-form-3 button {
    border: 0;
    background-color: #D62828;
    color: white;
    border-radius: 20px;
}


.register-form-3 a {
    color: #D62828;
    margin-right: 5px;
    text-decoration: underline !important;
}

.register-form-3 h1 {
    font-size: 30px;
    margin-top: 30px;
    color: #003049 !important;
}

.register-form-3 p {
    color: #003049;
}

@media only screen and (max-width: 600px) {
    .register-form-3 {
        width: 93% !important;
        margin: auto !important;
        left: 14px !important;
        top: 7% !important;
    }

    .register-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 990px) {
    .register-form-2 {
        width: 50%;
        left: 27%;
        top: 15%;
    }

    .register-2 {
        width: 100%;
    }


}

@media only screen and (max-width: 500px) {
    .register-form-2 {
        width: 69%;
        margin: auto;
        left: 17%;
        top: 30%;
    }

    .register-2 {
        width: 100%;
    }
}

@media only screen and (max-width:1124px) {

    .register {
        width: 100% !important;
    }

    .register-form {
        width: 100% !important;
        left: 0;
    }
}

@media only screen and (max-width: 768px) {

    .register {
        width: 100% !important;
    }

    .register-form {
        width: 100% !important;
        left: 0;
    }


}

.register {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../image/bg-form.png);
    background-size: cover;
    float:
        left;
    font-family: 'Tajawal', sans-serif;
}

.btn-register {
    border-radius: 20px;
    padding: 7px 15px;
    text-align: center;
}

.register-form {
    border-radius: 20px;
    width: 42%;
    background-color: white;
    position: absolute;
    top: 3%;
    left: 57%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.register .form-check-label {
    margin-top: 1px;
    font-size: 16px;
    margin-right: 33px;
}

.register-form button {
    border: 0;
    background-color: #D62828;
    color: white;
    border-radius: 20px;
}

.register-form a {
    color: #D62828;
    margin-right: 5px;
    text-decoration: underline !important;
}

.register-form p {
    color: #003049;
}

@media only screen and (max-width: 980px) {
    .link-vendor {
        display: block !important;
    }

    .register-form {
        width: 100%;
        margin: auto;
        left: 0;
        top: 0;
    }

    .register {
        width: 100%;
    }
}

.register-form-2 a {
    color: #F67F00;
    margin-right: 5px;
    text-decoration: underline !important;
}

.register-form-2 h1 {
    font-size: 30px;
    margin-top: 30px;
    color: #003049 !important;
}

.register-3 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../image/bg-form.png');
    background-size: cover;
    float: left;
    font-family: 'Tajawal', sans-serif;
}

.register-form-3 {
    border-radius: 20px;
    width: 42%;
    background-color: white;
    position: absolute;
    top: 10%;
    left: 57%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.register-form-3 .form-control {
    margin-bottom: 20px;
    height: 45px;
}

.logo-form {
    width: 100px;
}

.register-form-3 .language {
    text-decoration: none !important;
    color: #003049 !important;
}


@media only screen and (max-width: 950px) {
    .register-form-2 {
        width: 50%;
        left: 27%;
        top: 15%;
    }

    .register-2 {
        width: 100%;
    }

    .search-box {
        left: 50% !important;
    }
}

@media only screen and (max-width: 500px) {
    .register-form-2 {
        width: 69%;
        margin: auto;
        left: 17%;
        top: 30%;
    }

    .register-2 {
        width: 100%;
    }
}

@media only screen and (max-width:1124px) {
    .add-address .navbar {
        display: block !important;
    }

    .navbar-togglers {
        border: 0 !important;
    }

    .order .navbar {
        display: block !important;
    }

    .register {
        width: 100% !important;
    }

    .register-form {
        width: 100% !important;
        left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .profile .navbar {
        width: 100%;
        display: none;
    }


    .register {
        width: 100% !important;
    }

    .register-form {
        width: 95% !important;
        left: 10px;
        margin-top: 30px;
        padding: 15px !important;
        border-radius: none !important;
        border: none !important;
    }

    .grid-none {
        display: none;
        box-shadow: none !important;
    }

    .navbar .pro-info {
        display: block !important;
        width: 100%;
    }

    .add-product .navbar {
        display: block !important;
    }

    .phone-delete {
        display: none;
    }

    .offcanvas.offcanvas-end {
        width: 80%;
    }
}


/*Order details*/

.deliver-product {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    background-color: white;
}


.qr_sticker {
    border-radius: 10px;
    border: 1px solid #a2a2a2;
    background-color: white;
}


.product-img {
    width: 132px;
    height: auto;
    object-fit: cover;
}


@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.horizontal-timeline .items {
    border-top: 2px solid #ddd;
}

.horizontal-timeline .items .items-list {
    position: relative;
    margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ddd;
    top: 0;
    margin-top: -5px;
}

.horizontal-timeline .items .items-list {
    padding-top: 15px;
}


/* Subscription*/
.package {
    border-radius: 20px;
    padding-bottom: 16px;
    margin: auto;
}

.package li {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
    color: #000;
}

.back-gift-filter {
    background: url('../img/Group-1461.png');
    width: 100%;
    background-size: cover;
    height: 250px;
    border-radius: 20px;
}

.back-gift-product {
    background: url('../img/Group-2271.png');
    width: 100%;
    background-size: cover;
    height: 250px;
    border-radius: 20px;
}

.your-current-points-wallet-card {
    background-color: #FFFAEC;
    padding: 24px;
    border-radius: 20px;
}

.active-page .main-color2 {
    color: #D62828 !important;
}

.your-current-points-wallet-card-2 {
    background-color: #FFEFE7;
    padding: 24px;
    border-radius: 20px;

}

.wallet-card i {
    font-size: 20px;
    height: 40px;
    margin-left: 15px;
    color: #003049;
    background-color: #f2eaa6;
    padding: 10px;
    border-radius: 10px;
}

.credit-card i {
    font-size: 23px;
    margin-left: 10px;
    margin-top: 5px;
}

.package h3 {
    font-size: 15px;
    padding: 14px 14px 14px 14px;
    text-align: center;
    background-color: #003049;
    font-weight: bold;
    color: #FFE9A1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
}

.package-photo img {
    margin: auto;
    width: 100%;
    margin-left: 0 !important;
    height: 269px;
    object-fit: cover;
}

.package-select {
    border-radius: 20px;
    background-color: #003049;
    border: 0;
    color: #FFE9A1;
    width: 67%;
    text-align: center;
}


/* Cart*/
.cart_content_right {
    background-color: white;
    border-radius: 20px;
    padding: 25px;
}

.form-container .next,
.submit,
.form-container .next:focus {
    background-color: #D62828;
    border: 1px solid #D62828;
    box-shadow: none;
    color: white;
    border-radius: 20px;
    padding: 8px 30px 8px 30px;
}

.form-container .back,
.form-container .back:focus {
    box-shadow: none;
    background-color: #D62828;
    border: 1px solid #D62828;
    color: white;
    border-radius: 20px;
    padding: 6px 20px 5px 20px;
}

.form-container {
    clear: both;
    display: none;
    left: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -oborder-radius: 4px;
    border-radius: 4px;
}

.price-total {
    border: 1px solid #DEE0E4;
    /* padding: 5px;
    */
    border-radius: 10px;
    text-align: center;
    /* padding-top: 0px;
    */
}

.description h6 {
    color: #D52728;
}

.form-wizard {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1203px;
    */
}

.steps {
    margin: 40px 0px 20px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
}

.steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.steps ul li {
    display: flex;
    float: right;
    padding: .2rem 2rem;
    /* padding: 1px 74px;
    */
    position: relative;
    text-align: center;
    /* width: auto;
    */
    font-weight: 500;
    width: 100%;
    color: #D8D8D8;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    width: auto;
}

.steps ul li.active {
    color: #D62828;
}

.steps ul li.active span {
    background: #D62828;
    color: #fff;
    /* border: 1px solid black;
    */
}

.steps ul li.active::after {
    background: #D62828 !important;
    width: 48%;
    height: 1px;
}

.titel-process {
    background-color: whitesmoke;
    width: auto;
    height: 20px;
    z-index: 2;
    font-size: .8rem;
}

.steps ul li:first-child::before,
.steps ul li:first-child::after {
    display: none;
}

.steps ul li span {
    display: flex;
    align-items: center;
    margin: 0 auto 0px;
    width: 3rem;
    height: 3rem;

    justify-content: center;
    /* width: 50px;
    height: 50px; */
    text-align: center;
    background: #fff;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    color: #d8d8d8;
    position: relative;
    border: 1px solid #0303030d;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    border-radius: 50%;
    /* padding-top: 11px;
    */
}

.back {
    top: -35px;
    right: 0;
    border-radius: 10px;
}

.steps ul li span i {
    /* font-size: 15px!important;
    */
    padding: 1rem;
    font-size: 1rem;
}

.mySwiper2 .swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: #D62828;
    width: 40px;
    height: 40px;
    font-size: 15px !important;
    border-radius: 50%;
}

.steps ul li::before {
    content: "";
    position: absolute;
    right: -15%;
    top: 32px;
    width: 35%;
    height: 1px;
    background: #dfdfdf;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.Promo-Code {
    border: 1px solid #DEE0E4;
    padding: 12px;
    border-radius: 10px;
}

.Promo-Code-input:focus-visible {
    outline: none;
}

.form-container.active {
    display: block;
}




.content-address .phone {
    color: #000;
}

.content-address .phone i {
    color: black !important;
}

/**************popUp****************/
.back-pop1 {
    background: url(../image/back-pop.png);
    background-size: cover;
    background-position: center;
}

.modal-header {
    display: block;
    color: #000 !important;
    border-bottom: 0;
}

.btn-close {
    position: absolute;
    left: 19px;
    top: 20px;
}

.back-pop1 input {
    width: 82%;
    margin: auto;
    text-align: center;
    background-color: transparent;
    margin-bottom: 10px;
    border: 1px solid #1D2C77;
    padding: 5px;
    border-radius: 5px;
}

.back-pop1 .pop-btn {
    border-radius: 5px;
    border: 1px solid white;
    color: #1D2C77;
    background-color: white;
}

/*landing page*/


/********************landing-page******************************/


.navbar .dropdown-toggle:focus {
    box-shadow: none !important;
    border-color: none !important;
    color: #000 !important;
    border: 1px solid #003049;
    background-color: transparent;

}

/* .navbar img {
    width: 150px;
    height: 50px;

} */




.info-reachy strong {
    color: #D62828;
}

.info-reachy p {
    line-height: 30px;
}

.btn-all {
    padding: 5px 15px;
    background-color: transparent;
    color: #D62828;
    border: 1px solid #D62828;
}

.play-reachy img {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}

.package-landing .package {
    background: url('../image/Group-2194.png');
    color: white !important;
    height: 450px !important;
}

.package-landing .package span {
    color: white !important;
}

.package-landing .package i {
    color: white;
}

.package-landing .package li {
    color: white;
}

.border-50 {
    border-radius: 50%;
}

/*****************************/
:root {
    --hue: 223;
    --bg: hsl(var(--hue), 10%, 90%);
    --fg: hsl(var(--hue), 10%, 10%);
    --primary: hsl(var(--hue), 90%, 55%);
    --trans-dur: 0.3s;
}

.preloader {
    text-align: center;
    max-width: 20em;
    width: 100%;
}

.preloader__text {
    position: relative;
    height: 1.5em;
}

.preloader__msg {
    animation: msg 0.3s 13.7s linear forwards;
    position: absolute;
    width: 100%;
}

.preloader__msg--last {
    animation-direction: reverse;
    animation-delay: 14s;
    visibility: hidden;
}

.cart {
    display: block;
    margin: 0 auto 1.5em auto;
    width: 8em;
    height: 8em;
}

.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
    animation: cartLines 2s ease-in-out infinite;
}

.cart__lines {
    stroke: #D62828;
}

.cart__top {
    animation-name: cartTop;
}

.cart__wheel1 {
    animation-name: cartWheel1;
    transform: rotate(-0.25turn);
    transform-origin: 43px 111px;
}

.cart__wheel2 {
    animation-name: cartWheel2;
    transform: rotate(0.25turn);
    transform-origin: 102px 111px;
}

.cart__wheel-stroke {
    animation-name: cartWheelStroke
}

.cart__track {
    stroke: hsla(var(--hue), 10%, 10%, 0.1);
    transition: stroke var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 10%, 10%);
        --fg: hsl(var(--hue), 10%, 90%);
    }

    .cart__track {
        stroke: hsla(var(--hue), 10%, 90%, 0.1);
    }
}

/* Animations */
@keyframes msg {
    from {
        opacity: 1;
        visibility: visible;
    }

    99.9% {
        opacity: 0;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes cartLines {

    from,
    to {
        opacity: 0;
    }

    8%,
    92% {
        opacity: 1;
    }
}

@keyframes cartTop {
    from {
        stroke-dashoffset: -338;
    }

    50% {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 338;
    }
}

@keyframes cartWheel1 {
    from {
        transform: rotate(-0.25turn);
    }

    to {
        transform: rotate(2.75turn);
    }
}

@keyframes cartWheel2 {
    from {
        transform: rotate(0.25turn);
    }

    to {
        transform: rotate(3.25turn);
    }
}

@keyframes cartWheelStroke {

    from,
    to {
        stroke-dashoffset: 81.68;
    }

    50% {
        stroke-dashoffset: 40.84;
    }
}

.loading-page {
    height: 100%;
    background-color: #d9d9d9;
}

.videos {
    display: grid;
    padding: 100px 100px;
}

.videos ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.videos ul li {
    display: flex;
    height: 300px;
    /* margin: 5px;
    */
    /* border-radius: 50%;
    */
    position: relative;
    justify-content: center;
    align-items: center;
}

.videos ul li.grid-col-temp-auto::before {
    content: '';
    background-color: #f00;
    position: absolute;
    bottom: -42px;
    height: 207px;
    width: 458px;
    z-index: -1;
    /* border-bottom-left-radius: 97%;
    */
    /* border-bottom-right-radius: 97%;
    */
    clip-path: circle(58% at 50% 51%);
    clip-path: circle(53% at 50% 9%);
}

.videos ul li iframe {
    border-radius: 50%;
    width: 311px;
    height: 311px;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .videos ul {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .videos ul li {
        margin-bottom: 50px;
        text-align: center;
    }

}

@media screen and (max-width:767px) {
    .videos ul {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        margin-left: -37px;
    }

    .videos ul li {
        margin-bottom: 50px;
    }
}

.mySwiper2 .swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: #D62828;
    width: 40px;
    height: 40px;
    font-size: 15px !important;
    border-radius: 50%;
}

.mySwiper2 {
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 20px;
}

.active-page {
    color: #3E4763 !important;

}

.color-text {
    color: #D62828 !important;
}

.btn-subscribtion {
    background-color: #D62828;
    color: white;
    border-radius: 20px;
    border: 0;
    padding: 5px 15px !important;
}

.btn-save i {
    color: white !important;
}

.package .bt-new:hover {
    color: #fff !important;
    background-color: #D62828 !important;

}



.package .bt-new {
    border: 1px solid #D62828;
    border-radius: 20px;
    width: 50%;
    background-color: #D62828;
    color: white;
    text-align: center;
    margin-right: 25%;
}

.package .bt-details {
    border: 1px solid #003049;
    border-radius: 20px;
    width: 50%;
    background-color: #003049;
    color: white;
    text-align: center;
    margin-right: 25%;
}

.package ul {
    list-style: none;
    color: #747883;
    margin-top: 8px;
    margin-right: 13px;
}

.package-landing .package .package-title {
    margin-top: 170px !important;
}

.package-title {
    text-align: center;
}

/* .package {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 20px;
    padding-bottom: 16px;
    margin: auto;
} */

.swiper .package {
    width: 500px;
}

.swiper .package li {
    text-align: -webkit-right;
    font-size: 12px;
    margin-bottom: 22px;
}

.package-landing .swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slides {
    font-size: 18px;
    /* Center slide text vertically */

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.reet_cart {
    margin-right: 20px;
    background-color: #D62828;
    color: #fff;
    padding: 3px;
    border-radius: 8px;
    /* width: 46px; */
    text-align: center;
    cursor: pointer;
}


.details p,
span {
    font-size: 15px !important;
    font-weight: 600;
    /* display: block; */
}

.icon span {
    font-size: 10px !important;
    width: 17px !important;
    height: 15px !important;
    top: -13px !important;
    padding-top: 2px;
}
/*category*/

.select-menu .select-btn {
    display: flex;
    height: 55px;
    background: #fff;
    padding: 20px;
    font-size: 16px;
    border-radius: 15px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.select-menu .options {
    overflow-y: auto;
    height: auto;
    padding: 10px;
    margin-top: 10px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}



.wrapper {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 24px;
}

.wrapper .bt-filter {
    background-color: #D62828;
    color: white;
    border-radius: 20px;
    border: 0;
    padding: 5px 20px 5px 20px;
    margin-top: 15px;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    padding-top: 15px;
    padding-right: 16px;
    border-radius: 3px;
}

.accordion-item {
    border: 0 !important;
    margin-bottom: 20px;
}

.accordion-button:focus {
    background-color: white !important;
    color: #000 !important;
    border-color: none !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button::after {
    position: absolute;
    left: 0;
    font-size: 15px;
}

.accordion-button {
    background-color: white !important;
    border-color: white !important;
}

.accordion-item .form-check label {
    margin-top: 4px !important;
}

.active .options {
    color: #000;
}

/*tabs*/
.ctFpWJ {
    display: flex;
    flex-direction: column;
    background: rgb(247, 247, 250);
    border-top: 1px solid rgb(226, 229, 241);
}

.ctFpWJ {
    display: flex;
    flex-direction: column;
    background: rgb(247, 247, 250);
    border-top: 1px solid rgb(226, 229, 241);
}

.btdujq {
    width: 100%;
    max-width: 1440px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
    transition: padding 0.25s ease-in-out 0s;
    padding: 20px;
}

.gtuRoL {
    padding-left: 20px;
    padding-right: 20px;
}

.fkmPaB {
    padding-left: 10px;
}

.fQxFAU {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.hMCqSv {
    display: flex;
    box-sizing: border-box;
    padding: 20px 0px;
}

.gtzMil {
    border: 1px solid rgb(226, 229, 241);
    background-color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 7px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
}

.bRyWRW {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 770px) {
    .fQxFAU {
        flex: 3 1 0%;
        flex-flow: column wrap;
        /* height: 110px; */
        place-content: center;
        -webkit-box-align: baseline;
        align-items: baseline;
    }
}

.dxPUeI {
    display: block;
    font-size: 0.83333rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgb(126, 133, 155);
}

.iQBZXh {
    font-weight: 600;
    font-size: 1.41667rem;
    color: rgb(64, 69, 83);
    line-height: 1.4;
    white-space: nowrap;
}

.kyIfyH {
    display: flex !important;
    flex: 1 1 0% !important;
}

.kosbgy {
    max-width: 100%;
    height: 20px;
    max-height: unset;
}

.hZdEDE {
    border-top: 1px solid rgb(226, 229, 241);
    flex-flow: column wrap;
    background-color: white !important;
}

.bjapWQ {
    border-top: 1px solid rgb(226, 229, 241);
    padding: 12px 45px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.YNxBl>a {
    display: block;
    padding: 7px 6px 0px;
    font-size: 14px;
    font-weight: 400;
}

.gGlyWD {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(64, 69, 83);
}

.YNxBl {
    display: inline-block;
}

.kFDoRl {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(64, 69, 83);
    margin-bottom: 8px;
}

.jDGdeX {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.ctfWZd {
    height: 35px;
    cursor: pointer;
    transition: opacity 250ms ease-in-out 0s;
}

.ieXEYQ {
    flex: 1 1 0%;
    place-content: center space-around;
}

.bsMYbX {
    cursor: pointer;
    padding: 7px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0px 10px;
}

.bwREVj .noonReviewItem .reviewTitle {
    display: flex;
    align-items: flex-start;
    line-height: 14px;
    margin-bottom: 12px;
}

.bwREVj .noonReviewItem .reviewTitle .userDetailis .mainDetails .userName {
    display: flex;
    align-items: flex-start;
    font-weight: 900;
    font-size: 15px;
}

.bwREVj .noonReviewItem .reviewTitle .userDetailis .mainDetails .ratingCover {
    margin: 6px 0px;
    display: flex;
}



.hMgSsl {
    font-weight: 600;
    margin-bottom: 4px;
}

.bwREVj .noonReviewItem .reviewDesc {
    width: 75%;
    word-break: break-all;
    white-space: pre-wrap;
}

.bwREVj .noonReviewItem:first-of-type {
    border-top: 2px solid rgb(240, 242, 247);
}

.bwREVj .noonReviewItem .reviewTitle {
    display: flex;
    align-items: flex-start;
    line-height: 14px;
    margin-bottom: 12px;
}

.bwREVj .noonReviewItem .reviewTitle .userDetailis {
    display: flex;
    align-items: flex-start;
    margin-left: 12px;
}

.dAgqIs {
    filter: invert(45%) sepia(24%) saturate(4053%) hue-rotate(69deg) brightness(102%) contrast(97%);
}




/* subscription details */
.starter-template {
    padding: 33px 15px;
    text-align: center;
}

.hover-div span.lower-text {
    color: #000;
    font-size: 25px;
    /* display: block; */
}

.hover-div {
    padding: 20px 20px;
    text-align: center;
    min-height: 350px;
}

.hover-div {
    border-top: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0px;

}





.sub_text {
    text-align: center;
    border: 0;
    border-radius: 10px;
    left: 27px;
    padding: 1rem 2rem;
    color: white;
    background-color: #D62828;
    font-weight: 800;
}

.sub_text2 {
    text-align: center;
    border: 0;
    border-radius: 10px;
    left: 27px;
    padding: 1rem 2rem;
    color: white;
    background-color: #003049;
    font-weight: 800;
}

.subscription a:hover {
    color: #fff !important;
}


/* media query */


@media (min-width: 992px) {
    .nav-header {
        /*         display: block !important; */
    }

    .icon-nav {
        display: none !important;
    }


    .nav-menu>li {
        padding: 8px;
    }
}

@media (min-width: 1024px) {
    .nav-menu>li>a {
        font-size: 12px;
    }

    .icon-nav {
        display: block !important;
        margin: 0 !important;
    }

    .navbar .nav-link {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .add_cart_phone {
        padding: 11px 7px 11px !important;
    }

    input#num-counter {
        width: 40px !important;
    }

    .btns-plus,
    .btns-minus {
        padding: 6px !important;
    }

}

@media (min-width: 1440px) {
    .nav-menu>li>a {
        font-size: 14px;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

}

@media (min-width: 2560px) {


    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 30px !important;
        font-weight: 600 !important;
    }

}

@media (min-width: 992px) {

    .navbar .nav-link {
        font-size: 12px !important;
        padding: 0 !important;
        font-weight: 600 !important;
    }
}

@media (min-width: 1024px) and(min-width:2560px) {

    .link-vendor {
        font-size: 14px;
    }

    .navbar-collapse.collapse {
        display: flex !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .icon-nav {
        display: block !important;
    }

    .navbar .nav-link {
        font-size: 9px !important;
        font-weight: 600 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12.5 !important;
    }

    .search {
        width: 50%;
    }

}


@media (min-width: 768px) and (max-width: 1023px) {
    .nav-menu>li>a {
        font-size: 11px;
    }

    .icon-nav {
        display: block !important;
    }

    .navbar-collapse.collapse {
        /* display: none !important; */
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .nav-menu {
        display: block;
    }

    .nav-menu>li>a {
        font-size: 11px;
    }

    .nav-menu>li>a>i,
    .nav-menu>li>a>[class*="ion-"] {
        left: 20px;
    }

    .navbar .nav-link {
        font-size: 10px !important;
        font-weight: 600 !important;

    }

    .saved_amount {
        font-size: 9px !important;
        font-weight: 600 !important;
    }

    .btn-foot2 {
        margin-top: -8px !important;
        padding: 5px !important;
        font-size: 10px !important;
    }

    .img {
        width: 100% !important;
    }

    .navbar-collapse.collapse {
        /* display: flex !important; */
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

}


@media (max-width: 767px) {
    .nav-menu {
        display: block;
    }

    .navbar-collapse.collapse {
        /* display: none !important; */
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .nav-menu>li>a {
        font-size: 11px;
    }

    .nav-menu>li>a>i,
    .nav-menu>li>a>[class*="ion-"] {
        left: 20px;
    }

    .swiper-slide h2 {
        font-size: 9px !important;
        margin-top: 10px !important;
    }

    .rate {
        font-size: 8px !important;
        font-weight: 400;
    }

    .margin_cart {
        margin-top: 9px;
        display: flex;
    }

    .des {
        margin-top: 10px;
        font-size: 10px;
        font-weight: 500;
    }


    .add-cart {
        font-size: 10px !important;
    }

    .btn-save3 {
        font-size: 10px !important;
    }

    .btn-more {
        font-size: 9px !important;
        font-weight: 600;
    }

    .title {
        font-size: 11px !important;
        font-weight: 600;
    }

    .title_cat {
        font-size: 15px !important;
        font-weight: 600;
        width: 67% !important;
    }

    .wafar {
        padding: 5px !important;
    }

    .farz {
        font-size: 15px !important;
    }

    .steps ul li {
        padding: 0 !important;
    }

    .steps ul li span {
        width: 2rem !important;
        height: 2rem !important;
    }

    .check_cart {
        margin-right: 15px !important;
        display: block !important;
        margin-top: 4px !important;
    }

    .saved_amount {
        font-size: 13px !important;
    }

    .title_show_product_phone {
        font-size: 17px;
        font-weight: 900;
    }

    .modal-content {
        width: 100%;
        border-radius: 16px;
        margin: auto;
    }

    .title_client {
        font-size: 14px;
        font-weight: 600 !important;
        margin-bottom: 8px;
        text-align: center;
    }

    .subscription_client {
        font-size: 9px;
        width: 119px;
        font-weight: 600;
    }

    .photo_client {

        height: 60px !important;
        width: 60px;
        margin-top: 17px;
    }

    .phone_size {
        width: 100px;

    }

    .card_dashboard {
        display: block !important;
    }

    .card_dashboard .fw-bolder {
        font-size: 14px;
        margin-top: 10px;
    }

    .card_dashboard p {
        font-size: 15px;
        font-weight: 600;
    }

    .card_dashboard .code {
        display: inline !important;
    }

    .card_dashboard div {
        margin: 0 !important;
    }

    .invoice {
        font-size: 11px;
        font-weight: 600;
    }

    .points {
        margin-top: 3px;
    }

    .btn-add-product {
        width: 71%;
    }

    .nav-tabs .order_tabs {
        color: #000 !important;
        font-size: 8px !important;
        font-weight: 900 !important;
        text-align: center !important;
    }

    .statue {
        text-align: center !important;
        padding-top: 2px !important;
        margin-top: 2px !important;
        align-items: center !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        /* vertical-align: middle !important; */
        margin: 0;
    }

    .header_area .form-search {
        display: none !important;
    }


}

@media (max-width: 768px) {
    .add_cart_phone {
        padding: 11px 7px 11px !important;
    }

    input#num-counter {
        width: 40px !important;
    }

    .btns-plus,
    .btns-minus {
        padding: 0 !important;
    }
}

@media (min-width: 1440px) {

    .nav-header {
        display: none !important;
    }

}

@media (max-width: 1024px) {
    .saved_amount {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .btn-foot2 {
        margin-top: -8px !important;
        padding: 5px !important;
        font-size: 10px !important;
    }

}

@media (min-width: 1024) {
    .saved_amount {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .btn-foot2 {
        margin-top: -8px !important;
        padding: 5px !important;
        font-size: 10px !important;
    }

}

@media only screen and (max-width: 560px) {
    .steps {
        margin-bottom: 20px;
    }

    .steps ul li span i {
        /* padding: .5rem !important;
        */
        font-size: 13px !important;
        padding: 8px !important;
    }

    .titel-process {
        background-color: whitesmoke;
        /* width: auto; */
        height: 16px;
        z-index: 2;
        margin-top: 10px !important;
        font-size: 15px;
        font-weight: 600;
    }

    .form-container .back,
    .form-container .back:focus {
        margin-top: 18px !important;
        padding: 1px 10px 1px 12px !important;
    }

    .title_cart {
        font-size: 14px !important;
    }

    .paragraph_cart {
        font-size: 12px !important;
    }

    .content-address {
        margin-top: 18px !important;
        font-size: 12px !important;
        /* text-align: center !important; */
        padding: 13px !important;
        height: 127px !important;
    }

    .terms {

        display: block !important;
        margin-top: -27px !important;
    }

    .text-grey {
        font-size: 12px !important;
    }

    .text-grey2 {
        font-size: 12px !important;
        /* position: absolute; */
        top: 432px !important;
        margin-top: 3px !important;
        margin-right: 1px !important;
        right: 41px;
    }

    .terms p {
        font-size: 11px !important;
        margin-right: 20px !important;
    }

    .terms lable {
        font-size: 9px !important;
    }

    .check_cart {
        margin-right: 0 !important;
        display: block !important;
        margin-top: 4px !important;
        font-weight: bold !important;
    }

    .saved_amount {
        font-size: 13px !important;
    }

    .btn-foot2 {
        margin-top: -7px !important;
        padding: 8px !important;
        font-size: 10px !important;
    }

    .subscription_cart {
        color: #000 !important;
        font-size: 9px !important;

    }

    .form_check_scbscription .form-check-label {
        font-size: 9px !important;
    }

    .form_check_scbscription .price-2 {
        font-size: 9px !important;
        color: #000;
    }

    .modal-header h4 {
        font-size: 11px !important;
        font-weight: 600 !important;
    }

    .details p,
    span {
        font-size: 14px !important;
        font-weight: 600;
        /* display: block; */
    }

    .steps ul li span {
        width: 1.7rem !important;
        height: 1.7rem !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .desc_mobile {
        font-size: 9px;
    }

    .h6_mobile {
        font-size: 12px;
    }

    .display_mpbile {
        display: flex;
    }

    input#num-counter {
        width: 40px !important;

    }

    .btns-plus,
    .btns-minus {
        padding: 5px !important;
    }

    .add_cart_phone {
        height: 50px !important;
        font-size: 14px !important;
    }


}



@media (min-width: 375px) {
    .add_cart_phone {
        height: 50px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 425px) {
    .add_cart_phone {
        height: 50px !important;
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 600px) {

    .content-product {
        padding: 20px !important;
        margin: 0 !important;
    }

    #search_seller_product {
        width: 100%;
    }

    .search-text::placeholder {
        font-size: 10px;
    }

    .product-image img {
        width: 60%;
    }

    .content-form {
        width: 100% !important;
    }

    .back-pop1 .pop-btn {
        width: 90% !important;
    }

    .navigation-portrait .submenu-indicator {
        color: #000 !important;
    }

    .offers-slider-sp .swiper-slide::after {
        content: "";
        position: absolute;
        background-color: #000000;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
    }

    .market p {
        font-size: 12px;
    }

    .bt-new {
        z-index: 999;
    }

    .swiper-slide .width {
        margin: auto;
    }

    .swiper-slide {
        padding-right: 0px !important;
    }

    .swiper-slide .width h2 {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }

    .swiper-slide .width p {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }

    .over1 .product-swiper {
        margin: auto;
        margin-bottom: 20px;
    }

    .nav-menus-wrapper-close-button {
        float: left !important;
        font-size: 20px !important;
    }

    .link-vendor {
        /* margin-top: 40px !important; */
    }

    .navigation-portrait .nav-menu {
        margin-top: 18px !important;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 20px 10px !important;
    }

}

@media only screen and (max-width: 1324px) {
    #search_seller_product {
        width: 84.5% !important;
        margin-top: -8px;
    }

    .content-form {
        width: 100% !important;
    }

    .header_area .form-search {
        width: 35% !important;
        align-items: end;
        margin-right: 220px !important;
    }

    .nav-menus-wrapper .form-search {
        margin-top: 50px !important;
        margin-right: 30px !important;
    }

    .nav-menus-wrapper-close-button {
        float: left !important;
        font-size: 20px !important;
    }

    .product-image-2 img {
        width: 125px;
        margin-top: 30px;
    }

    .product-image img {
        width: 60%;
    }

    .price {
        font-size: 10px !important;
    }

    .back-pop1 .pop-btn {
        width: 90% !important;
    }

    .man-pare p {
        font-size: 10px;
    }

    .prodact-slider .prodact .swiper-slide {
        width: 45% !important;
        height: 179px !important;
    }

    .back-pop1 input {
        width: 100% !important;
    }

    .img-submit img {
        width: 100% !important;
    }

    .sales .price {
        font-size: 13px !important;
    }

    .sales .dis-count {
        font-size: 10px !important;
    }

    .offers-slider-sp .swiper-slide::after {
        content: "";
        position: absolute;
        background-color: #000000;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
    }

    .over1 .product-swiper {
        margin: auto;
        margin-bottom: 15px;
    }

    .bt-new {
        z-index: 999;
    }

    .swiper-slide .width {
        margin: auto;
    }

    .swiper-slide {
        padding-right: 0px !important;
    }

    .swiper-slide .width h2 {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }

    .swiper-slide .width p {
        color: #ffff;
        z-index: 999;
        font-size: 14px;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #D62828 !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000 !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.fDJOVP {
    margin-top: 10px;
    padding: 0px;
    background-color: rgb(245, 247, 254);
}

.gSOvUG {
    padding: 12px;
    display: flex;
    flex-direction: column;
    color: rgb(64, 69, 83);
}


.timeline ul {
    margin: 0;
    padding: 0;
    list-style: none;
    direction: ltr;

}

.timeline li {
    list-style-type: none;
    margin: 1rem 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
}

.timeline li.active,
.timeline li.active {
    color: #D62828;
    font-weight: bold;
}

.deliver-product {
    border-radius: 10px;
    background: white;
}

.timeline li:after {
    background: #aaa;
    content: "";
    display: inline-block;
    height: 2rem;
    position: absolute;
    width: 1px;
    left: 0.28rem;
    top: 20px;
}

.timeline li:last-child:after {
    background-color: #fff;
}

.text-decoration-line-through{
     text-decoration: line-through;
}
