* {
    font-weight: 300;
    transition: all 0.1s ease;
}

@font-face {
    font-family: iransans;
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\).eot');
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\).ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\).woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\).woff2') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: iransans-bold;
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.eot');
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.woff2') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: iransans-light;
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.eot');
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.woff2') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: iransans-medium;
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.eot');
    src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.woff2') format('truetype');
    font-weight: normal;
}

body {
    text-align: right;
    direction: rtl;
    font-family: iransans;
}

html, body {
    height: 100%;
}

/* new */
#page-section {
    width: calc(100% - 125px);
    margin-left: 125px;
}

@media only screen and (max-width: 576px) {
    #page-section {
        width: calc(100% - 115px);
        margin-left: 115px;
    }
}

.page-section {
    padding-top: 15px;
}

#page-section .page-section:last-child {
    min-height: 800px;
}

.page-section ul {
    padding: 0;
    /* padding-bottom: 15px; */
}

.page-section ul {
    display: flex !important;
    flex-wrap: wrap !important;
}

@media only screen and (max-width: 991px) {
    .page-section ul {
        margin-bottom: 80px;
    }
}
/* .page-section ul{
display: list-item !important;
flex-wrap: wrap !important;
} */
.page-section ul li {
    list-style: none;
    cursor: pointer;
    padding-bottom: 15px;
    background-color: white;
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
    display: inline-block;
}

    .page-section ul li:nth-child(2n+1) {
        margin-left: 22.5px;
        width: calc(33.33% - 15px);
    }

    .page-section ul li:nth-child(2n+0) {
        margin-left: 22.5px;
        width: calc(33.33% - 15px);
    }

    .page-section ul li:nth-child(3n) {
        width: calc(33.33% - 15px);
        margin-left: 0px;
    }

/*  */
@media only screen and (max-width: 991px) {

    .page-section ul li:nth-child(3n) {
        width: calc(50% - 10px);
        margin-left: 0px;
    }

    .page-section ul li:nth-child(2n) {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-left: 0;
    }

    .page-section ul li:nth-child(2n + 1) {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .page-section ul li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

        .page-section ul li:nth-child(2n) {
            width: 100% !important;
            margin-left: 0 !important;
        }

        .page-section ul li:nth-child(2n+1) {
            width: 100% !important;
            margin-left: 0 !important;
        }
}

.page-section ul li h3 {
    font-size: 12pt;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-section ul li .dscp-item {
    font-size: 10pt;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-section ul li img {
    border-radius: 5px;
    font-size: 12px;
}

.page-section .modal-body .title {
    font-size: 15px;
}

.page-section .modal-body .dscp {
    font-size: 14px;
}

@media only screen and (max-width: 576px) {
    .page-section ul li img {
        width: 100%;
    }
}

.navigation {
    position: fixed;
    top: 40px;
    width: 100px;
    background-color: #595856;
    color: #fff;
    /* height: 100%; */
    height: calc(100% - 40px);
    left: 15px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

@media only screen and (max-width: 991px) {
    .navigation {
        height: calc(100% - 110px);
    }
}

#nav {
    background-color: #595856;
    position: fixed;
    width: 100px;
    left: 15px;
    top: 20px;
}

.nav_title {
    font-size: 10pt;
    margin-top: 5px;
}

.navigation__link {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 1em 10px;
    font-weight: 400;
}

    .navigation__link:hover {
        background-color: rgb(68 68 68);
        color: white;
    }

    .navigation__link.active {
        color: white;
        background-color: rgb(255 205 4);
    }

.food_label {
    padding: 10px 0px;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    color: #000;
    /* margin-bottom: 10px; */
    margin-bottom: 0;
    border-radius: 10px;
    background-color: #ffcd04;
    color: #ffffff;
    height: 45px;
    line-height: 26px;
}

#cover {
    background-image: url('../img/bg.jpg');
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* height: 100%; */
    background-position: center;
    /* z-index: +1; */
    background-size: cover;
}

#cover2 {
    background-image: url('../img/bg.jpg');
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.socials {
    justify-content: center;
    align-items: center;
}

    .socials a {
        background-color: #70090A;
        color: white;
        border-radius: 15px;
        width: 50px;
        height: 50px;
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .socials a i {
            font-size: 25px;
        }

.food_modal img {
    border-radius: 20px;
}

.food_modal p {
    margin-top: 15px;
}

.modal-header .close {
    margin-right: auto;
    margin-left: 0;
}

.page-section ul li h3 {
    font-weight: bold !important;
}

.navigation__link i {
    font-size: 45px !important;
}

.return:hover {
    color: white !important;
}

#cover2 {
    background-image: url('http://cafepuzzles.com/images/bg.jpg') !important;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}


.page-section ul li img {
    width: 100% !important;
}

.price {
    font-weight: bold !important;
    display: inline-block !important;
}

.food_label {
    color: #000 !important;
}

.navigation__link.active {
    text-decoration: none !important;
    color: #302d2d !important;
    background-color: rgb(255 205 4) !important;
    ;
}

.navigation__link {
    text-decoration: none !important;
    color: #ddd !important;
}

.img-l {
    width: 60px;
    height: auto;
}

.page-section {
    padding-top: 0px !important;
}

.page-section {
    width: 100% !important;
    /* margin-top: 1% !important; */
    padding-top: 44px !important;
}

/* 1401/03/11 */
:root {
    --first-color: rgb(255, 194, 43);
}

.first-color {
    color: var(--first-color);
}

.reserve-box {
    position: fixed;
    height: 70px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
    background-color: white;
}

.btn-submit {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
    background-color: #70090A;
    color: #ffffff;
    height: 45px;
    line-height: 26px;
    width: 200px;
}

    .btn-submit:hover {
        color: white;
    }

.RestaurantCart {
    z-index: 8;
    position: sticky;
    top: 0;
    bottom: auto;
    border: 1px solid rgb(228, 228, 228);
    transform: translateZ(0px);
    transition: none 0s ease 0s;
    background: white;
}

ul {
    padding-right: 0;
}

p {
    margin-bottom: 0;
}

.RestaurantCart ul li {
    padding: 15px;
    border-bottom: 1px solid rgb(228, 228, 228);
    font-size: 14px;
}

.RestaurantCart .fa-trash {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.finishOrder-btn {
    margin: 15px;
    background: #ffc22b;
    width: calc(100% - 30px);
}

.btn-discount-code {
    color: #ffc22b;
    font-weight: bold;
}

.discount-code-box {
    padding: 0 15px;
}

.btn-discount {
    background-color: rgb(35, 31, 32);
    color: white;
    font-size: 14px;
}

    .btn-discount:hover {
        color: white;
    }

.btn-cancel {
    color: rgb(136, 136, 136);
    font-size: 14px;
}

.discount-code-box label {
    position: absolute;
    top: -11px;
    font-size: 13px;
    background: white;
    right: 5px;
    padding: 0 5px;
}

.sec-address {
    border: 1px solid rgb(228, 228, 228);
    background-color: white;
}

ul {
    list-style-type: none;
    margin-bottom: 0;
}

.sec-address ul li {
    padding: 15px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.sec-address .head-box {
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 15px;
}

.list-address {
    font-size: 14px;
    color: #4c4c4c;
}

    .list-address .custom-control-label::after, .list-address .custom-control-label::before {
        right: -1.5rem;
        left: auto !important;
    }

    .list-address .custom-control {
        padding-right: 1.5rem;
        padding-left: 0 !important;
    }

body {
    background-color: rgb(248, 248, 248);
}

.sec-header {
    background-image: url("https://static.delino.com/Image/Restaurant/Cover/olxau53a.joq_big.jpg");
    background-color: rgb(255, 255, 255);
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    position: relative;
    color: rgb(255, 255, 255);
}

    .sec-header::before {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
    }

.sec-header-dscp {
    font-size: 14px;
    z-index: 1;
    position: relative;
    padding-top: 24px;
}

    .sec-header-dscp .fa-circle {
        margin-left: 5px;
        font-size: 10px;
    }

.jqaRaz {
    float: right;
    width: 100%;
    height: 45px;
    font-size: 1rem;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    appearance: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(204, 204, 204);
    text-align: center;
    direction: ltr;
}

.eZRmzy {
    position: absolute;
    top: 28px;
    pointer-events: none;
    user-select: none;
    display: block;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    right: 5px;
    z-index: 2;
    color: rgba(51, 51, 51, 0.4);
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.jqaRaz:focus + label, .jqaRaz:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 0.6875rem;
    color: rgb(35, 31, 32);
}

.jSxoeg::after {
    content: "";
    clear: both;
    display: block;
}

.eZRmzy::before {
    position: absolute;
    left: 0px;
    height: 2px;
    bottom: 0px;
    width: 100%;
    content: "";
    transform: scaleX(0);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background: rgb(35, 31, 32);
}

.jSxoeg {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.form-control {
    border-radius: 0;
    border-color: rgb(228, 228, 228);
}

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

.btn-submit-mob {
    background: #ffc22b;
    text-align: center;
    width: 100%;
    position: relative;
}

    .btn-submit-mob i {
        margin-right: 15px;
        position: absolute;
        left: 15px;
        top: 10px;
    }

.btn-forget-pass {
    color: #ffc22b;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}

.dtRvuA {
    position: relative;
    margin-bottom: 50px;
    display: block;
    width: 100%;
}

    .dtRvuA .verify-code {
        justify-content: space-evenly;
        direction: ltr;
        display: flex !important;
    }

        .dtRvuA .verify-code input {
            width: 100%;
            margin: 0px 4px;
            text-align: center;
            font-size: 1rem;
            padding: 5px;
            direction: rtl;
            border-top: none;
            border-right: none;
            border-left: none;
            border-image: initial;
            border-bottom: 1px solid rgb(204, 204, 204);
            background-color: rgb(255, 255, 255);
        }

.validate-mob .form-control {
    display: block;
    height: 50px;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    min-width: 0;
}

    .validate-mob .form-control:last-child {
        margin-right: 0;
    }

.btn-default {
    background: #ffc22b;
}

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

.sec-addCart {
    border-top: 1px solid rgb(228, 228, 228);
    padding-top: 13px;
}

    .sec-addCart .btn-default {
        font-size: 14px;
    }

        .sec-addCart .btn-default span {
            display: inline-block;
            padding: 0 10px;
        }

.materials {
    color: rgb(136, 136, 136);
    margin: 0px 0px 20px;
    font-size: 14px;
}

.btn-icon-add {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1px;
    border: 1px solid var(--first-color);
    color: rgb(136, 136, 136);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-icon-add:hover {
        color: rgb(51, 51, 51);
        border-color: var(--first-color);
        background-color: var(--first-color);
    }

    .btn-icon-add i {
        font-size: 14px;
    }

.product-list {
    display: flex;
    flex-wrap: wrap;
}

    .product-list li {
        margin-bottom: 20px;
    }

        .product-list li:nth-child(2n+0) {
            width: calc(33.33% - 20px);
            margin-left: 30px;
        }

        .product-list li:nth-child(2n+1) {
            width: calc(33.33% - 20px);
            margin-left: 30px;
        }

        .product-list li:nth-child(3n+0) {
            width: calc(33.33% - 20px);
            margin-left: 0px !important;
        }

.sec-addCart-p {
    margin-top: 20px;
    margin-bottom: -15px;
}
/*  */
.product-quantity input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    min-width: 20px;
    max-width: 50px;
    border: none;
}

/* .product-quantity {
  border: 1px solid #e4e4e4;
} */

.product-quantity .btn {
    padding: 5px;
    background: var(--first-color) none repeat scroll 0% 0%;
    border: 1px solid var(--first-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1px;
}

.product-quantity i {
    font-size: 11px;
}

.product-quantity .add {
    margin-left: -15px;
    position: relative;
}

.product-quantity .sub {
    margin-right: -15px;
    position: relative;
}

.discount-code-box {
    display: none;
}
/*  */
.price-sec {
    font-size: 14px;
}
/*  */
.cart-product-list {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

    .cart-product-list li {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 20px;
        margin-bottom: 20px;
        min-height: 140px;
    }

        .cart-product-list li:last-child {
            padding-bottom: 0px;
            margin-bottom: 0px;
            border-bottom: none !important;
        }

        .cart-product-list li .fa-trash {
            font-size: 20px;
            color: #e30000;
            cursor: pointer;
        }

        .cart-product-list li img {
            margin-left: 15px;
            margin-right: 15px;
            width: 160px;
            height: 120px;
            object-fit: cover;
            object-position: center;
        }

        .cart-product-list li h5 a {
            font-weight: bold;
            font-size: 16px;
            font-weight: bold;
            color: #0a0a0a;
            margin-bottom: 10px;
        }

.new-price span {
    font-weight: bold;
}

.reserve-box {
    font-size: 14px;
}

    .reserve-box .title {
        margin-left: 10px;
        font-size: 13px;
    }

.coupen-box {
    border: 1px solid rgb(228, 228, 228);
    background-color: white;
    padding: 15px 15px 5px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
}

    .coupen-box label, .coupen-box input, .coupen-box button {
        margin-bottom: 20px !important;
    }

    .coupen-box label {
        margin-left: 10px;
    }

    .coupen-box input {
        width: 150px;
        border-color: var(--first-color);
        margin-left: 10px;
        font-size: 12px;
        height: 38px;
    }

.reserve-box {
    display: none;
}

@media screen and (max-width: 991px) {
    .RestaurantCart {
        margin-bottom: 60px;
    }

    .reserve-box {
        display: block;
    }

    .finishOrder-btn, .total-price {
        display: none;
    }

    .p-lg-0 {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .btn-submit {
        width: auto;
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .cart-product-list li {
        /* display: block; */
        position: relative;
    }

        .cart-product-list li .fa-trash {
            position: absolute;
            top: calc(50% - 20px);
            width: 36px;
            height: 36px;
            border: 1px solid;
            text-align: center;
            line-height: 36px;
            border-radius: 100%;
            right: -14px;
            background: white;
        }

        .cart-product-list li img {
            width: 100px;
            margin-right: 0;
            height: 75px;
        }

        .cart-product-list li .w-100 {
            margin-top: 20px;
        }
}

.btn-add-address {
    font-size: 15px;
}

    .btn-add-address i {
        font-size: 13px;
        margin-left: 4px;
    }

.sec-searchbox {
    max-width: 320px;
    position: absolute;
    right: 15px;
    top: 15px;
    min-width: 300px;
}

    .sec-searchbox input {
        padding-right: 35px;
        font-size: 13px;
    }

    .sec-searchbox i {
        position: absolute;
        right: 9px;
        top: 10px;
    }

.loc-address {
    max-width: 100px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: auto;
    color: rgb(136, 136, 136);
    font-size: 13px;
}

.searchBoxCard {
    display: none;
}

    .searchBoxCard ul {
        max-height: 300px;
        overflow-y: scroll;
        scrollbar-width: thin;
    }

        .searchBoxCard ul li {
            padding: 7px;
        }

            .searchBoxCard ul li:hover {
                background-color: rgb(231, 231, 231);
            }

.addAdresBox {
    min-height: 200px;
    position: relative;
    padding: 0;
}

.order-imgs img {
    width: 50px;
    height: 50px;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0.0625rem solid rgba(58, 61, 66, 0.06);
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
}

.tile-detail i {
    color: #B3B3B3;
}

.btn-view-factor {
    background-color: #B3B3B3;
    font-size: 14px;
}

.btn-reorder {
    background: var(--first-color);
    font-size: 14px;
}

.order-list li {
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 15px;
}

    .order-list li:last-child {
        border-bottom: none;
    }

.sec-orders {
    border: 1px solid rgb(228, 228, 228);
    background-color: white;
}

    .sec-orders .nav-tabs .nav-link.active {
        color: #ef4056;
        background-color: transparent;
        border-color: transparent transparent #ef4056;
        ;
    }

    .sec-orders .nav-tabs .nav-link {
        color: gray;
    }

@media (max-width: 768px) {
    .sec-orders .nav-item {
        font-size: 14px;
    }
}
/*  */
.box-row {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    margin: auto;
    margin-bottom: 50px;
}

.box-button {
    display: flex;
    align-items: center;
}

.box-label {
    text-align: center;
}

@media (max-width: 768px) {
    .box-label {
        font-size: 13px;
    }
}

.box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .box.active {
        color: green;
    }

        .box.active .box-icon {
            border-color: green;
        }

.box-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 50%;
    border: 3px solid #b7b7b7;
    text-align: center;
}

@media (max-width: 480px) {
    .box {
        width: 25px;
        height: 25px;
    }

    .box-icon {
        width: 25px;
        height: 25px;
        line-height: 18px;
        padding: 2px;
    }
}

.box-tag {
    flex-grow: 1;
    min-width: 20px;
    height: 3px;
    background-color: #b7b7b7;
}

.box:first-child .box-tag-left {
    background-color: white;
}

.box:last-child .box-tag-right {
    background-color: white;
}
/*  */
/* order detail */
.orderDetail_status {
    background-color: white;
    box-shadow: 0 0 5px #dadada;
    padding: 16pt 24pt 24pt;
}

    .orderDetail_status .fa-circle {
        color: silver;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 5px !important;
        margin-top: 10px;
    }

    .orderDetail_status .order_detaile_title {
        display: flex;
        flex-wrap: wrap;
    }

        .orderDetail_status .order_detaile_title h5 {
            margin-right: 10px;
            margin-left: 25px;
            color: #232933;
        }

    .orderDetail_status .order_list_item_details {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 33px;
    }

        .orderDetail_status .order_list_item_details .order_list_title {
            color: #81858b;
            font-size: 14px;
            margin-left: 4px;
        }

    .orderDetail_status .order_list_item_details_between {
        padding: 10px 0;
        margin-bottom: 20px;
        position: relative;
    }

        .orderDetail_status .order_list_item_details_between:before {
            position: absolute;
            content: "";
            border-bottom: 1px solid #e5e5e5;
            width: calc(100% + 48px);
            height: 1px;
            background-color: #e5e5e5;
            bottom: -4px;
            right: -24px;
        }

    .orderDetail_status #order_list_items {
        border: 1px solid #e5e5e5;
        border-radius: 10px;
    }

        .orderDetail_status #order_list_items .order_list_item {
            padding: 15px !important;
        }

            .orderDetail_status #order_list_items .order_list_item li {
                line-height: 35px;
            }

        .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product {
            border-top: 1px solid #e5e5e5;
            padding: 20px 10px;
            display: flex;
        }

            .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product .order_list_item_product_img {
                width: 165px;
                text-align: center;
                margin-left: 15px;
            }

                .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product .order_list_item_product_img img {
                    border-radius: 15px;
                }

            .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product ul {
                line-height: 30px;
                margin: 15px 0 !important;
            }

        .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product_title {
            font-size: 16px;
            font-weight: bold;
        }

    .orderDetail_status .order_list_title {
        font-size: 14px;
        margin-left: 4px;
    }

.txt-gray {
    color: #232933;
}

.headline-profile {
    margin: 15px 0;
    font-size: 16px;
}

@media only screen and (max-width:768px) {
    .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product {
        flex-wrap: wrap;
    }

        .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product .order_list_item_product_img {
            width: 80%;
            margin: 0 auto;
        }
}

.card-item .product-quantity {
    display: none;
}

.btn-plus {
    border: 1px solid var(--first-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

    .btn-plus i {
        font-size: 12px;
    }

.btn-shopping {
    position: relative;
}

    .btn-shopping span {
        position: absolute;
        background-color: #47b141d6;
        width: 18px;
        height: 18px;
        display: block;
        top: 1px;
        border-radius: 100%;
        line-height: 17px;
        right: 0;
        color: white;
    }
/*.m-0 {
  color: #ffcd04 !important;
  margin: 0 !important;
}
.return {
  color: #ffcd04;
  height: 40px;
  padding-top: 8px;
}
*/
.return {
    background: #595856;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 10;
}

.return {
    color: white;
    height: 40px;
    padding-top: 8px;
}

    .return i {
        color: white;
    }

.return {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .return .fa-sign-out {
        transform: rotate(180deg);
        font-size: 19px;
    }

@media only screen and (max-width: 576px) {
    .return {
        font-size: 13px;
    }
}

.btn-returnMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}

    .btn-returnMenu i {
        margin-right: 5px;
        font-size: 12px;
    }
/*  */
.sec-password {
    border: 1px solid rgb(228, 228, 228);
    background-color: white;
    padding: 30px 15px;
}

.form-login {
    margin-top: 150px;
}

.date-birth label {
    color: #a3a3a3;
    font-size: 14px;
    color: #9b9b9b;
}

.date-birth .custom-select {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.walletbox {
    border: 1px solid #a3a3a3;
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.star-inserted {
    font-size: .8571428571rem;
    font-weight: 200;
    margin: 8px 0 20px;
    text-align: center;
    color: #9b9b9b;
}

.suggestions-price {
    margin: 20px 0;
    border: 1px solid var(--first-color);
}

    .suggestions-price .btn {
        width: 100%;
        text-align: center;
        border-left: 1px solid var(--first-color);
        border-radius: 0;
    }

    .suggestions-price li:last-child .btn {
        border-left: none;
    }

    .suggestions-price .btn.active {
        background-color: var(--first-color);
    }

    .suggestions-price input {
        border: none !important;
        height: 100%;
    }

.pay-box {
    border: 1px solid #9b9b9b;
    margin: 30px 0;
    min-height: 50px;
}

    .pay-box input:focus ~ label, .pay-box input:valid ~ label {
        top: 0;
        color: #aeaeae;
    }

    .pay-box .custom-control-label::after, .pay-box .custom-control-label::before {
        right: -1.5rem;
        left: auto;
    }

    .pay-box .custom-control-input {
        right: 0;
        left: auto;
    }

    .pay-box .custom-control {
        margin-top: 13px;
        margin-right: 35px;
    }
/*  */
.form {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
    /* .form input{
  width:100%;
  height:100%;
  color:#9b9b9b;
  padding-top:25px;
  border:none;
  outline:none;
} */
    .form label {
        /* position: absolute;
  width:100%;
  height:100%;
  bottom:0px;
  left:0%;
  pointer-events:none;
  border-bottom:1px solid #9b9b9b; */
        font-size: 14px;
        color: #9b9b9b;
    }

        .form label::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-bottom: 3px solid #9b9b9b;
            bottom: -1px;
            left: 0px;
            transform: translateX(-100%);
            transition: all 0.3s ease;
        }

.content-name {
    position: absolute;
    bottom: 5px;
    right: 0px;
    transition: all .3s ease;
}
/* .form input:focus + .label-name .content-name ,
.form input:valid+ .label-name .content-name{
  transform:translateY(-150%);
  font-size:14px;
  color:#9b9b9b;
}
.form input:focus+ .label-name::after, 
.form input:valid+ .label-name::after {
  transform:translateX(0%);   
} */
/*  */
/* .bar-form{
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  bottom: 0px;
  right: 0%;
  pointer-events: none;
  border-bottom: 1px solid #9b9b9b;
  font-size: 14px;
  color: #9b9b9b;
}
.bar-form::after{
  content:"";
  position:absolute;
  width: calc(100% + 16px);
  height:100%;
  border-bottom:3px solid #9b9b9b;
  bottom:-1px;
  right:0px;
  transform:translateX(-100%);
  transition:all 0.3s ease;
  border-color: transparent !important;

} */

.date-birth .custom-select {
    border-bottom: 1px solid #9b9b9b;
    box-shadow: none;
}
/* .date-birth select:focus ~ .bar-form::after{
  transform:translateX(0%);   
  border-bottom:3px solid #9b9b9b !important;
} */

.form-login .btn-primary {
    background-color: var(--first-color);
    border-color: var(--first-color);
    min-width: 150px;
    margin-top: 25px;
    color: #0a0a0a;
}

.form-login .form {
    margin-bottom: 25px;
}

.form-login-h {
    font-size: 24px;
    font-weight: bold;
    color: #70090A;
    margin-bottom: 30px;
}

#amount {
    font-size: 13px;
}

.gender-box input:focus ~ label, .gender-box input:valid ~ label {
    top: 0;
    color: #aeaeae;
}

.gender-box .custom-control-label::after, .gender-box .custom-control-label::before {
    right: -1.5rem;
    left: auto;
}

.gender-box .custom-control-input {
    right: 0;
    left: auto;
}

.form .form-control {
    border: none;
    border-bottom: 1px solid #aeaeae;
}

.form {
    padding-top: 20px;
}

.content-name {
    bottom: 50px;
}

.date-birth {
    margin-top: -10px;
}
/*  */
.overlay {
    display: none;
    background: rgba(0, 0, 0, .8);
    opacity: .3;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    cursor: pointer;
}

.sidebar {
    width: 320px;
    background: #fff;
    position: fixed;
    right: -320px;
    height: 100%;
    transition: .3s;
    z-index: 1000;
    top: 0;
}

    .sidebar.hideSidebar {
        font-size: 18px;
        cursor: pointer;
    }

.side-headBox {
    background-image: url('../img/bg-cover.png');
    position: relative;
    padding: 15px 25px;
    background-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
    height: 97px;
}

.sidebar .list-menus {
    padding: 20px;
}

    .sidebar .list-menus a {
        display: flex;
        justify-content: space-between;
        color: black;
        align-items: center;
        line-height: 40px;
    }

        .sidebar .list-menus a:hover {
            text-decoration: none;
            color: #ffc22b;
        }

    .sidebar .list-menus li {
        min-height: 50px;
    }

        .sidebar .list-menus li i {
            font-size: 19px;
            width: 22px;
            text-align: center;
        }

.exit-btn a {
    border-top: 1px solid gray;
    color: #ffc22b !important;
}

.triggerSidebar {
    border: 1px solid #ffc22b;
}

    .triggerSidebar i {
        font-size: 12px;
        margin-right: 10px;
    }

#frm-basket {
    margin-bottom: 20px;
}

.list-address .dropdown-toggle {
    position: relative;
    padding: 0;
    height: 40px;
    width: 40px;
}

    .list-address .dropdown-toggle::after {
        border: none;
        font: normal normal normal 5px/1 FontAwesome;
        content: "\f111";
        font-size: 5px;
        position: absolute;
        right: 17px;
        color: black;
        top: 3px;
    }

    .list-address .dropdown-toggle::before {
        border: none;
        font: normal normal normal 5px/1 FontAwesome;
        content: "\f111";
        font-size: 5px;
        position: absolute;
        right: 17px;
        top: 21px;
        color: black;
    }

    .list-address .dropdown-toggle .fa-circle {
        font-size: 5px;
        color: black;
        position: absolute;
        right: 17px;
        top: 12px;
    }

.list-address .dropdown {
    margin-left: -11px;
}

.list-address .dropdown-menu {
    text-align: right;
    font-size: 13px;
    padding: 0;
}

    .list-address .dropdown-menu i {
        margin-left: 10px;
    }

    .list-address .dropdown-menu .fa-trash {
        color: #ef4056;
    }

    .list-address .dropdown-menu .fa-edit {
        color: #28a745;
    }

.g-recaptcha {
    transform: scale(0.81);
    -webkit-transform: scale(0.81);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    right: -63px;
    position: relative;
}

.div-orders {
    border-bottom: 1px solid rgb(228, 228, 228);
}

    .div-orders:last-child {
        border-bottom: none;
    }

.profileButton {
    font-size: 14px;
}

    .profileButton .dropdown-menu {
        padding: 0 10px;
    }

    .profileButton .list-menus li {
        min-height: 40px;
        font-size: 13px;
    }

        .profileButton .list-menus li a {
            display: flex;
            justify-content: space-between;
            color: #0d0e0f;
            align-items: center;
            line-height: 40px;
            font-size: 13px;
        }

    .profileButton .list-menus a:hover {
        text-decoration: none;
        color: #ffc22b;
    }

    .profileButton .list-menus li i {
        font-size: 15px;
        width: 22px;
        text-align: center;
        color: #0d0e0f;
    }

.p-userName i {
    font-size: 10px;
}

.p-wallet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profileButton .dropdown-toggle {
    color: white;
}

.p-userName {
    border-bottom: 1px solid #b3b3b3;
    font-weight: bold;
}

    .p-userName i {
        color: gray !important;
        font-size: 12px !important;
    }

.profileButton .exit-btn i {
    color: #ffc22b !important;
    transform: rotate(360deg);
}

.noneradious {
    border: 1px solid rgb(228, 228, 228);
    border-radius: 0;
    margin-bottom: 30px;
}
