/* green primary :#95C11F
    green hover : #83a91f
    text red hover : #E71D73
*/
:root {
    --bs-primary: #95C11F;
    --bs-active-btn: #95C11F;
    --text-active-btn: #fff;
    --bs-light-primary: #83a91f;
    --aside-text-hover: #E71D73;
    --font-family: Frutiger LT Arabic;
    --br-primary: 25px;
    --br-secondary: 14px;
    --link-info-text-color: #009ef7;
    --link-info-text-hover-color: #108dd4;
    --bg-primary-transparent: #fbfbfb49;
}

@font-face {
    font-family: "Frutiger LT Arabic";
    src: url("../fonts/FrutigerLTArabic-55Roman.ttf");
}

/************************* General Style **********************************/
body {
    background-color: #FBFBFB !important;
    font-family: 'Frutiger LT Arabic' !important; 
}

.page-item.previous:hover .page-link,
.page-item:hover .page-link {
    color: #D2002E !important;
    background-color: #ffe9ec !important;
}

.page-item.active .page-link,
.bg-primary,
.btn-primary {
    color: #F8F8F8 !important;
    background-color: var(--bs-primary) !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--bs-light-primary) !important;
}
.btn-info-link {
    color: var(--link-info-text-color) !important;
}

.btn-info-link:hover {
    color: var(--link-info-text-hover-color);
}

.btn i {
    padding: 0rem !important;
}

.text-primary {
    color: #D2002E !important;
}

.text-info {
    color: #007AD6 !important;
}

.text-success {
    color: #00A130 !important;
}

.form-check-input {
    background-color: #D8D8D8 !important;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #D2002E !important;
}

.text-color {
    color: #272727 !important;
}

.btn-light {
    background-color: #F8F8F8 !important;
}

.text-hover-light {
    color: #272727 !important;
}

.text-hover-light:hover {
    color: #D2002E !important;
}

.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary.show,
.text-hover-primary-2:hover {
    color: #D2002E !important;
}

.text-hover-primary:hover {
    color: #E71D73 !important;
}

.bg-light {
    background-color: #FBFBFB !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.boxShadow {
    box-shadow: 0px 0px 8px #0000000F !important;
}

.text-boxShadow {
    text-shadow: 0px 3px 6px #00000029 !important;
}

.required-star::after {
    content: '*';
    color: #D2002E !important;
    margin: 0px 10px !important;
}

.br-primary {
    border-radius: var(--br-primary) !important;
}
.br-8px{
    border-radius: 8px !important;
}
.br-13px {
    border-radius: 13px !important;
}
.text-primary-800 {
    font-weight: 800 !important;
    color: #D2002E !important;
}

.text-primary-900 {
    font-weight: 900 !important;
    color: #D2002E !important;
}

.text-deleted {
    text-decoration: line-through !important;
}

.text-t-upper {
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.hidden {
    display: none;
}
/* height */
.line-height {
    line-height: 2 !important;
}

.h-35px {
    height: 35px;
}

.minh-40px {
    height: 40px !important;
    min-height: 40px !important;
}

.border-none {
    border: none !important;
}

.br-white {
    border: #fff solid 1px !important;
}
/***********/
/* width */
.w-md-90 {
    width: 90% !important;
}

.w-md-80 {
    width: 80% !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-170px {
    width: 170px;
}

.w-600px {
    width: 600px !important;
}

/********************/

/* Ajax Loader */
.ajax-loader {
    background-color: var(--bg-primary-transparent);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1070;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ajax-loader img{
    width:140px ;
}
/****************/
.boxShadow-hover:hover {
    transition: all 0.4s !important;
    box-shadow: 0px 7px 21px #0000001A !important;
}

.bg-secondary,
.btn-warning {
    background-color: #FFCC00 !important;
    color: #272727 !important;
}

.bg-warning {
    background-color: #FFFBF1 !important;
    color: #272727 !important;
}

.btn-warning:hover {
    background-color: #ecbd01ec !important;
}

.btn-warning-outline {
    background-color: #FFFBF1 !important;
    border: 1px solid #FFCC00 !important;
    color: #272727 !important;
}

    .btn-warning-outline:hover {
        background-color: rgb(250, 242, 220) !important;
    }

.btn-gray {
    color: #272727 !important;
    background-color: #D8D8D8 !important;
}

    .btn-gray:hover {
        background-color: #cacaca !important;
    }

.bg-gray {
    background-color: #ECECEC !important;
    color: #272727 !important;
}

    .bg-gray:hover {
        background-color: #d6d6d6 !important;
    }
/* borders */
.b-primary {
    border: 1px solid #2727276e !important;
}

.b-none {
    border: none !important;
}

.b-dashed {
    border: 1px dashed #D8D8D8;
}

.b-dashed-primary {
    border: 1px dashed #D2002E;
}

.b-light {
    border: 1px solid #ECECEC !important;
}

/**********************/
/* bootstrap-colorpicker style */
/********************************/
.input-group.colorpicker {
    box-sizing: border-box;
}

.colorpicker {
    padding: 0px;
    border: none;
}

.colorpicker::before, .colorpicker::after {
    display: none;
}

/**********************/
/* tagify style */
/********************************/
.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}


/********************* hedaer style start ****************************/

/*************************************************/
.header {
    background-color: rgb(254, 255, 254) !important;
    box-shadow: 0px 0px 16px #0000000F !important;
}

    .header .menu-title {
        color: #272727 !important;
        padding: 0px 5px !important;
    }

.drop-menu {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.header .menu-item:hover {
    background-color: #F8F8F8 !important;
    transition-delay: 0.7ms !important;
    border-radius: 8px !important;
}

.searchIcon, .notificationIcon {
    background-color: #F8F8F8 !important;
    border: 1px solid #F8F8F8 !important;
    border-radius: var(--br-primary) !important;
    width: 40px !important;
    height: 41px !important;
    /* color: black; */
}

.z-index-2{
    z-index:2 !important;
}
.btn.btn-active-light-primary:hover:not(.btn-active), .show > .btn.btn-active-light-primary {
    background-color: #F8F8F8 !important;
    border-radius: var(--br-secondary) !important;
}


.notificationIcon:hover {
    background-color: #F8F8F8 !important;
}

.searchIcon.active, .notificationIcon.show.menu-dropdown {
    border: 1px solid #FFCC00 !important;
    background-color: #F8F8F8 !important;
}

.searchIcon .btn {
    border-radius: var(--br-primary) !important;
    height: 40px !important;
    width: 40px !important;
}

.search-dropdown {
    border-radius: var(--br-primary) !important;
}

    .search-dropdown .searchItem img {
        border-radius: var(--br-primary) !important;
    }

.searchListText {
    color: #D8D8D8 !important;
}

.header-fixed:not([data-kt-sticky-header=on]) .topbar .btn.btn-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-sub-dropdown .svg-icon svg [fill]:not(.permanent):not(g),
.header .svg-icon svg [fill]:not(.permanent):not(g),
.header-fixed:not([data-kt-sticky-header=on]) .topbar .btn.btn-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    fill: #000000 !important;
}

.headerImage {
    border-radius: var(--br-secondary) !important;
    width: 100% !important;
    height: 40px !important;
}

.headerImage-box {
    border: 1px solid #F8F8F8 !important;
    box-shadow: 0px 0px 16px #0000000F !important;
    border-radius: var(--br-secondary) !important;
    width: 40px !important;
    height: 40px !important;
}

    .headerImage-box.show {
        border: 1px solid #FFCC00 !important;
    }

.custom-badge {
    position: relative;
    bottom: 9px !important;
    align-self: center !important;
    color: #D2002E;
    background-color: #FFCC00;
}

.symbol.symbol-50px > img {
    width: 79px !important;
    height: 79px !important;
    border-radius: var(--br-primary) !important;
}

.user-email {
    font: italic normal 300 15px/18px var(--font-family) !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    color: #272727 !important;
    opacity: 0.4 !important;
    margin-bottom: 5px;
}

.user-code {
    color: #D2002E;
}


/*  search dropdown */

.searchInput {
    background-color: #F8F8F8 !important;
    border-radius: 8px !important;
    color: #000000 !important;
}

    .searchInput::placeholder {
        color: #000000 !important;
    }
/**********search dropdown end **********/


/************************ hedaer style end  *************************/

/*************************************************/





/************************ asid style  *************************/

/*************************************************/
.aside {
    border-radius: var(--br-secondary) !important;
    height: auto !important;
}

.aside-menu-header {
    background-color: var(--bs-primary);
    background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    padding: 15px 20px !important;
    overflow: hidden;
    height: 100px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* aside item hover style */
.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
    color: var(--aside-text-hover) !important;
}
/*****************************************/
.user-info-box, .balance-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff96;
}

.user-info-box {
    width: 60%;
}

.balance-box {
    width: 35%;
    position: relative;
}

    .balance-box::before {
        content: '';
        display: block;
        height: 30px !important;
        border-left: #ffffff62 2px solid !important;
        position: absolute;
        left: -11px;
        top: 2px;
    }

.aside-menu-title-active {
    color: #E71D73 !important;
}

.aside-menu-title {
    color: #2727276e !important;
}

.meny-item-text {
    color: #272727 !important;
}

    .meny-item-text:hover {
        color: #D2002E !important;
    }

.balance-currency {
    color: #FFCC00;
}

.aside .separator {
    border-bottom: 1px solid #2727276e !important;
}

.address-clipboard,
.id-clipboard {
    color: #ffffff96 !important;
    transition: all 0.2s !important;
    position: relative;
}

    .address-clipboard:hover, .id-clipboard:hover {
        color: #f8f8f8c2 !important;
        cursor: pointer !important;
    }

.pointer {
    cursor: pointer !important;
}

.adress-copy-icon, .id-copy-icon {
    opacity: 0;
    position: absolute;
    bottom: -15px;
    transition: all 0.5s !important;
}

.address-clipboard:hover .adress-copy-icon, .id-clipboard:hover .id-copy-icon {
    display: inline-block;
    opacity: 1;
    bottom: 2px;
}

.address-clipboard:hover::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #f8f8f8c2;
    width: 105px !important;
}

.balance-clipboard {
    cursor: pointer;
    position: relative;
}

    .balance-clipboard:hover {
        color: #f8f8f8c2 !important;
        transition: all 0.5s !important;
    }

        .id-clipboard:hover::after,
        .balance-clipboard:hover::after {
            content: '';
            display: block;
            position: absolute;
            border-bottom: 1px solid #f8f8f8c2;
            width: 55px !important;
            bottom: 2px !important;
        }

/************************ asid style end  *************************/

/*************************************************/
/********************** Sign up Page************************/
.link-primary {
    color: var(--bs-primary) !important;
}

.btn-light-primary {
    background-color: #F8F8F8 !important;
    color: #272727 !important;
}

.sign-in-btn, .sign-with-btn {
    border: 1px solid #F8F8F8 !important;
    transition: all 0.45s !important;
}

.sign-in-btn:hover, .sign-with-btn:hover {
    border: 1px solid #D2002E !important;
    font-weight: bold !important;
}
input[readonly] {
    background-color: lightgray !important;
}
.form-control:disabled,
.form-control.form-control-solid:disabled,
.form-select:disabled,
.select2-selection.select2-selection--single[aria-disabled="true"] {
    background-color: #EFF2F5;
    border-color: #E4E6EF;
    color: #181C32;
}

.form-control.form-control-solid:not(:disabled),
.form-select:not(:disabled) {
    background-color: #FFFFFF;
    border-color: #C1C1C1;
    color: #272727;
}


.form-control.form-control-solid.disabled,
.form-select.disabled {
    background-color: #FFFFFF !important;
    border-color: #ECECEC !important;
    color: #C1C1C1 !important;
}

input:not(.input-with-prefix), .btn:not(.headerImage-box),
.br-secondary,
.form-control-lg,
.form-select {
    border-radius: var(--br-primary) !important;
}
/* fix phone input border radius with prefix code style */
input.input-with-prefix {
    border-bottom-right-radius: var(--br-primary) !important;
    border-top-right-radius: var(--br-primary) !important;
}
.prefix-input {
    border-bottom-left-radius: var(--br-primary) !important;
    border-top-left-radius: var(--br-primary) !important;
}
/*******************************/
.sing-up-sub-btn {
    width: 176px !important;
    border-radius: var(--br-primary) !important;
}
/*************************************************/

/************** Footer*********************/
.footer .menu-link {
    font-weight: 300 !important;
    margin-right: 20px !important;
}

.footer {
    z-index: 500 !important;
    box-shadow: 0px 0px 16px #0000000F !important;
}
/*************************************************/

/*********************** Deals page *************************/
.tolbar-stores,
.tolbar-deals {
    width: 100% !important;
}

.tolbar-stores-header,
.tolbar-deals-header {
    z-index: 0;
    top: 0px;
    height: 300px !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: 80% !important;
    position: absolute;
}

.tolbar-stores #kt_toolbar_container,
.tolbar-deals #kt_toolbar_container {
    z-index: 1 !important;
}

.btn-active-color-primary:hover {
    color: #D2002E !important;
}

/*.card-offer-image {
    width: 90%;
    height: 230px !important;
}*/

.card-offer-image img {
    height: 100% !important;
}

.card-header {
    position: relative;
}

.offer-price {
    position: absolute;
    z-index: 0 !important;
    bottom: 178px !important;
    right: 15px !important;
    background-image: url(./../media/Deals-page/offer-tag.png);
    background-size: 100% !important;
    background-position: center;
    width: 43px !important;
    height: 43px !important;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-tage-price {
    z-index: 3 !important;
}

.offer-tage-img {
    z-index: 2 !important;
}

.product-title {
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.page-item.next:hover .next {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='red'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/></svg>") !important;
}

.page-item.previous:hover .previous {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='red'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/></svg>") !important;
}

.filter-check-list {
    flex-wrap: wrap !important;
    align-items: baseline;
    width: 595px !important;
}

.offer-page-soonImage {
    position: absolute;
    top: -10px;
    left: 5px;
}
/**************************************************************/
/*********************** store page ***********************/
.store-card {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: center;
    transition: all 0.4s !important;
}

.store-card-header {
    position: relative;
    margin-bottom: 35px !important;
    transition: all 0.4s !important;
    justify-content: center !important;
}

    .store-card-header .card-image {
        height: 70px !important;
        overflow: hidden;
    }

        .store-card-header .card-image img {
            height: 80% !important;
        }

.store-card-body {
    transition: all 0.4s !important;
    opacity: 0 !important;
}

.store-card-body {
    align-items: flex-end !important;
}

    .store-card-body .d-flex {
        justify-content: space-evenly !important;
        align-items: center !important;
    }


.store-card:hover .store-card-header {
}

.store-card:hover .store-card-body {
    display: block;
    margin-bottom: 20px !important;
    opacity: 1 !important;
}
/***************************************************************/


.tagify__tag > div {
    color: rgb(255, 255, 255) !important;
}

.tagify__tag:hover > div {
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
}
/***************************************************************/

/********************** Filter  ****************************/

.accordion-button:not(.collapsed) {
    color: #D2002E !important;
    background-color: #f7f4f4 !important;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }
/*
data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>
*/


/*************************************************************/
/* croppie */

.disp-none {
    display: none;
}

.container-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    padding-bottom: 0;
}

.container-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#selectedFile-img {
    border-radius: 4px;
}

#upload-aphoto {
    background: red;
    border-color: red;
}

/***************************************************************/

/**************** new box modal ********************/
.new-box-modal {
    width: 950px !important;
    max-width: 100%;
}

.img-box {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    min-height: 150px !important;
    width: 100% !important;
}

.new-box-modal .step-box-row {
    width: 80% !important;
    margin: 0 auto !important;
}

.new-box-modal .step-box {
    width: 156px;
}

    .new-box-modal .step-box p {
        word-break: break-word;
    }

.wizard-button {
    width: 185px !important;
    max-width: 100% !important;
}

.order-details-table .table.table-row-bordered,
.new-box-modal .table.table-row-bordered {
    border-collapse: collapse !important;
}

    .order-details-table .table.table-row-bordered thead tr,
    .new-box-modal .table.table-row-bordered thead tr {
        background-color: #FBFBFB !important;
        color: #27272788 !important;
    }

    .order-details-table .table.table-row-bordered tbody tr,
    .new-box-modal .table.table-row-bordered tbody tr {
        color: #272727 !important;
    }

        .shipping-price-table.table-row-gray-300 tbody tr:hover,
        .order-details-table .table.table-row-bordered tbody tr:hover,
        .new-box-modal .table.table-row-bordered tbody tr:hover {
            background-color: #FFFBF1 !important;
        }

    .order-details-table .table tbody tr:last-child,
    .order-details-table .table.table-row-bordered tr,
    .new-box-modal .table tbody tr:last-child,
    .new-box-modal .table.table-row-bordered tr {
        border-bottom: 1px solid #e4e6efa1 !important;
        border-top: 1px solid #e4e6ef52 !important;
    }

/* warning coupon message */

.warning-message {
    display: flex !important;
    align-items: center !important;
    padding: 25px 30px;
    background-color: #FFFBF1 !important;
    border: 1px dashed #FFCC00 !important;
    border-radius: 8px !important;
    margin: 10px 25px !important;
}

    .warning-message div img {
        width: 25px !important;
        height: 25px !important;
    }

    .warning-message div h3, .warning-message div p {
        font-size: 15px !important;
        margin: 7px 20px !important;
    }

    .warning-message.MyTurkishAddress div p {
        font-size: 13px !important;
        margin: 7px 20px !important;
    }
/* confirm shipping modal */
.Shipping-Modal {
    width: 410px !important;
}

.Shipping-Modal-content {
    height: 561px !important;
}

    .Shipping-Modal-content .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
/**************/
/*************************************************/
/* preparing area modal */
.background-img-box-modal {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    height: 170px !important;
}

.preparing-area-box .nav-line-tabs {
    border: none !important;
    width: 400px;
    margin: 0 auto;
    max-width: 100% !important;
}

    .preparing-area-box .nav-line-tabs .nav-item {
        width: 50% !important;
    }

        .preparing-area-box .nav-line-tabs .nav-item .nav-link {
            border: 1px solid #e4e6ef !important;
            margin: 0px !important;
            text-align: center !important;
            transition: all 0.4s !important;
        }

            .preparing-area-box .nav-line-tabs .nav-item .nav-link.active,
            .preparing-area-box .nav-line-tabs .nav-item .nav-link:hover {
                color: #007AD6 !important;
                background-color: #F8F8F8 !important;
            }

        .preparing-area-box .nav-line-tabs .nav-item .left {
            border-top-left-radius: 8px !important;
            border-bottom-left-radius: 8px !important;
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }

        .preparing-area-box .nav-line-tabs .nav-item .right {
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
            border-top-right-radius: 8px !important;
            border-bottom-right-radius: 8px !important;
        }
/******************** preparing area grid *************************/

.info-box-accordion-header {
    cursor: default !important;
}

.box-info-accordion.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    background-position: center center !important;
    background-size: contain !important;
}

.box-info-accordion {
    width: 40px !important;
    height: 40px !important;
    background-color: #F8F8F8 !important;
    display: flex;
    justify-content: center !important;
}

    .box-info-accordion.accordion-button:not(.collapsed) {
        background-color: #F8F8F8 !important;
    }

.boxinfo-actions-toggle {
    background-color: #F8F8F8 !important;
    box-shadow: none !important;
}

.infobox-accordion-body .table.table-row-gray-300 tr {
    margin-top: 20px;
    border-color: #eff2f5 !important;
    border-top: 1px solid #F8F8F8 !important;
}

.infobox-accordion-body .table tbody tr:last-child, .table tfoot tr:last-child {
    border-bottom: 1px solid #F8F8F8 !important;
}

.total-of-items {
    transition: all 0.4s !important;
}

/* hover delete icon */
.infobox-accordion-body .table tbody tr:hover .delete-order-icon {
    opacity: 1;
    bottom: 0px;
}

.delete-order-icon {
    opacity: 0;
    transition: all 0.3s ease-in;
    cursor: pointer !important;
    position: relative;
    bottom: -10px;
    margin: 0px 10px;
}

#statistics {
    display: flex;
    flex-direction: row;
    text-align: center;
    background: rgba(#180e0e0f, 0.3);
    padding: 5px;
    border-radius: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    box-shadow: inset 0 0 3px #180e0e4a;
}

.statistics-box {
    box-sizing: border-box;
    padding: 20px;
    background: #180e0e0f;
    border-radius: 5px;
    flex: 0 0 auto;
    flex-grow: 1;
    flex-basis: 0;
    margin: 5px;
    box-shadow: 0 0 3px #1b111175;
}

.statistics-box--figure {
    display: block;
    margin-top: 20px;
    color: #95c11f;
}

.statistics-box i {
    color: #2115158f;
    width: 100%;
}
.statistics-box  h6{
    color: #95c11f;
}

/*********************/
/*********** media query **************/
@media only screen and (max-width: 600px) {
    .w-600px {
        width: 100% !important;
    }
}

@media only screen and (max-width: 750px) {
    .new-box-modal .step-box-row {
        width: 100% !important;
        justify-content: space-around !important;
    }
}

@media only screen and (max-width: 575px) {
    .Copyright-box {
        justify-content: center !important;
        flex-direction: column;
    }

    .store-card-header {
        width: 60% !important;
    }

    .store-card-body {
        display: block;
        margin-bottom: 20px !important;
        opacity: 1 !important;
    }

        .store-card-body .btn {
            padding: 8px 35px !important;
        }

    .new-box-modal .step-box {
        width: auto !important;
        flex: 1 !important;
    }

    .new-box-modal .step-box-row {
        width: 100% !important;
        justify-content: space-around !important;
    }

    .preparing-area-box .nav-line-tabs {
        width: 90% !important;
    }

        .preparing-area-box .nav-line-tabs .nav-item .nav-link {
            font-size: 10px !important;
        }
}
/*************************************************/

.OrderStatus-date-picker::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23D2002E" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/**********************  Orders Details Modal *******************/

.dispaly-input-orderDetails {
    border: 1px solid #ECECEC !important;
    border-radius: 8px !important;
    padding: 14px 16px;
}

.card-order-image {
    width: 270px;
    height: 237px;
    margin: 0 auto;
    border-radius: var(--br-primary); 
    overflow: hidden;
}

.card-offer-image {
    width: 250px;
    height: 230px;
    border-radius: var(--br-primary); 
    overflow: hidden;
}
    /*
.card-order-image img {
    position: relative !important;
    transform: translate(-50%,-50%);
    top:50%;
    left: 50%;
}*/
    .card-offer-image .img,
    .card-order-image .img {
        height: 100% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .card-offer-image .img {
        position: center center !important;
    }

.form-check.form-check-solid .form-check-input {
    background-color: #F8F8F8 !important;
    border: 1px solid #D8D8D8 !important;
}

    .form-check.form-check-solid .form-check-input:checked {
        border: none !important;
    }

.shipping-price-table thead th,
.my-orders-table th {
    color: #27272779 !important;
}

.my-orders-table .checkColumn {
    width: 30px !important;
    padding: 10px 0px !important;
}

.order-details-table .row {
    padding: 2px 15px !important;
}

    .order-details-table .row select {
        margin: 0 5px !important;
    }
/******************************************************************/

/******************  delete Modal *******************/
.swal2-styled.swal2-confirm {
    background-color: var(--bs-primary) !important;
}

/***************************************************/


/************** Profile *******************/

.symbol.symbol-50px .profile-image {
    width: 140px !important;
    height: 140px !important;
}

.profile-nav {
    border: none !important;
}

.nav-line-tabs .nav-item .nav-link {
    font-weight: 600;
    color: #D8D8D8;
}

.profile-nav.nav-line-tabs .nav-item .nav-link.active,
.profile-nav.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.profile-nav.nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #D2002E !important;
    transition: color .2s ease,background-color .2s ease;
    color: #D2002E;
}

.custom-badge-profile {
    color: #D2002E;
    background-color: #FFCC00;
    border-radius: var(--br-primary); 
}

/* Address Book*/
.address-box {
    width: 48%;
}

    .address-box:last-child {
        min-height: 150px;
        justify-self: flex-start;
    }

.profile-container .btn-light {
    color: #C1C1C1 !important;
}

    .profile-container .btn-light:hover {
        color: #D2002E !important;
    }

.EditPersonalInfoButtons {
    width: 142px !important;
}

/* profile info */

#EditPersonalInfoContaine .fullnameCol {
    width: 48%;
}

#EditPhoneNumber {
    width: 100%;
}

.mobileNumberProfileInfo .iti--allow-dropdown {
    width: 100%;
}
/*****************************************/
/*
    Lockers List in Admin
*/
/*.dataTables_wrapper .col-md-5 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
}
.dataTables_wrapper.col-md-7 {
    flex: 0 0 auto !important;
    width: 58.3333% !important;
}
*/
.dataTables_wrapper .col-md-7 {
    flex: 0 0 auto;
    width: 41.66666667%;
}


.dataTables_wrapper .col-md-5 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
/*
    **********************
*/


/*
    My Turkish Address
*/
.clipboard-icon-myTurkish-Address {
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
    cursor: pointer;
}

.justify-self-sm-start {
    justify-self: start !important;
}

.clipboard-icon-myTurkish-Address:hover img {
    transition: all 0.4s;
    width: 15px;
    height: 15px;
}


/*
    ***********************
*/
/**
    Dashboard 
*/
.background-layer {
    width: 100px;
    cursor: default;
    height: 117px;
    align-items: center;
    border-radius: var(--br-primary); 
}

.background-layer-profile {
    width: 100px;
    cursor: default;
    height: 117px;
    align-items: center;
    border-radius: var(--br-primary); 
    background-color: #F8F8F8;
}

.dashboard-icon-box {
    height: 117px;
}

    .dashboard-icon-box .background-layer:hover {
        transition: all 0.4s;
        background-color: #F8F8F8;
    }

.dashboard-box-icon {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
}

    .dashboard-box-icon img {
        height: 100%;
    }

.dashboard-address-box,
.dashboard-balance-box {
    width: 440px;
    height: 117px;
}

.dashboard-balance-box {
    background-color: #FFCC00;
}

.dashboard-address-box {
    background-color: #272727;
}

.w-sm-440px {
    width: 440px !important;
}

.w-sm-170px {
    width: 170px !important;
}

.button-rounded-layer-container {
    position: relative;
}

.button-rounded.blur-btn.layer {
    width: 75px;
    border: none;
    color: #272727;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    height: 100%;
    background: #ffffff8c;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.button-rounded-layer-container .button-rounded {
    border: none;
    color: #272727;
    background-color: #ffffff02;
    position: relative;
    z-index: 2;
}

.dashboard-balance-box .background-img-box {
    width: 160px;
    background: url('/dashboard-assets/assets/media/dashboard/balanceImage.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.dashboard-address-box .background-img-box {
    width: 160px;
    background: url('/dashboard-assets/assets/media/dashboard/addressImage-min.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    background-size: contain;
}

.dashboard-balance-box .balance {
    font-size: 30px;
    transition: all 0.4s;
}

.dashboard-address-box .cursor-pointer span {
    opacity: 0;
    position: relative;
    bottom: -5px;
    transition: all 0.5s;
}

.dashboard-address-box .cursor-pointer:hover span {
    opacity: 1;
    bottom: auto;
}


.shipping-price-file-card-warning-message {
    display: flex !important;
    padding: 25px 10px;
    background-color: #FFFBF1 !important;
    border: 1px dashed #FFCC00 !important;
    border-radius: 8px !important;
    margin: 10px !important;
}

    .shipping-price-file-card-warning-message div img {
        width: 25px !important;
        height: 25px !important;
    }

    .shipping-price-file-card-warning-message div h3, .warning-message div p {
        font-size: 15px !important;
        margin: 7px 20px !important;
    }

    .shipping-price-file-card-warning-message.MyTurkishAddress div p {
        font-size: 13px !important;
        margin: 7px 20px !important;
    }
/*
  *******************
*/
/* shipping Price page */
.shipping-price-table.table-row-gray-300 tr {
    background-color: #FBFBFB !important;
    margin-top: 20px;
    border-color: #eff2f5 !important;
    border-top: 1px solid #eff2f5 !important;
}

.shipping-price-table.table-row-gray-300 tbody tr:last-child {
    border-bottom: 1px solid #eff2f5 !important;
}

.shipping-price-card {
    width: 580px;
}

.shipping-price-file-card {
    width: 354px;
}

.shipping-price-card input[type=text] {
    width: 222px !important;
    height: 40px !important;
    min-height: 40px !important;
}

/************************/


/* Shipping Area */
.shipmentDetailsModal {
    width: 834px !important;
    min-width: 834px;
}

.shipmentDetails-noteModal {
}

    .shipmentDetails-noteModal .noteMessagebox {
        background-color: #F8F8F8 !important;
        border: 1px dashed #D8D8D8;
    }

.AddMoreOrdersModal .modal-header .action-button .btn-close,
.modal-title-box .btn-close {
    cursor: pointer !important;
    padding: 10px !important;
    background-color: #f6f6f6 !important;
    border-radius: 10px !important;
    color: red !important;
}

/* Addmore item Modal */
.AddMoreOrdersModal {
    width: 965px;
    min-width: 965px;
}


.btn-check:checked + .btn.btn-active-primary,
.btn-check:active + .btn.btn-active-primary,
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.show > .btn.btn-active-primary {
    color: var(--text-active-btn) !important;
    background-color: var(--bs-active-btn) !important;
}

/* login page */
h-50{
    height:50%;
}
.h-10{
    height:10%;
}
.earth-Colored-background {
    height: 72%;
    width: 100%;
    background: url('/dashboard-assets/assets/media/patterns/earth2-background.png');
    background-repeat: no-repeat;
    background-position: right center;
    bottom:0px;
    right:0;
    position:absolute;
    background-size: cover;
}
.earth-white-background {
    height: 18%;
    width: 100%;
    background: url('/dashboard-assets/assets/media/patterns/earth-background.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    bottom:0;
    position:absolute;
}
/********************/

.break-word{
    word-break:break-word !important;
}

/************************/
/**
Media Query
*/
@media screen and ( max-width: 1400px ) {
    .shipping-price-card input {
        width: 160px !important;
    }

    .shipping-price-file-card h2,
    .shipping-price-file-card h3,
    .shipping-price-file-card p,
    .shipping-price-file-card i,
    .shipping-price-file-card .btn,
    .shipping-price-card h2,
    .shipping-price-card input,
    .shipping-price-card tr {
        font-size: 13px !important;
    }

    .shipping-price-file-card-warning-message div h3, .warning-message div p {
        font-size: 13px !important;
    }

    /* shiping price cards */
    .shipping-price-card {
        width: 60%;
    }

    .shipping-price-file-card {
        width: 35%;
    }
    /*****************/

    /* */
    .offer-page-soonImage {
        left: -10px !important;
    }
}

/* user management */
.btn-active-color-primary:hover i {
    color: #D2002E !important;
}
/********************/
@media screen and ( max-width: 1200px ) {
    .dashboard-balance-box .balance {
        font-size: 24px;
    }

    .dashboard-address-box .cursor-pointer:hover span {
        opacity: 0;
        bottom: auto;
    }

    .dashboard-address-box .cursor-pointer span,
    .dashboard-address-box .cursor-pointer {
        font-size: 11px !important;
    }
    /* shiping price cards */
    .shipping-price-card {
        width: 100%;
    }

    .shipping-price-file-card {
        width: 100%;
    }

    .offer-page-soonImage {
        left: 5px !important;
    }
}

@media screen and ( max-width: 1000px ) {

    .dashboard-address-box .cursor-pointer:hover span {
        opacity: 1;
        bottom: auto;
    }
    /* Addmore item Modal and */
    /* shipment Details Modal */
    .AddMoreOrdersModal,
    .shipmentDetailsModal {
        width: 95% !important;
        min-width: 95%;
        margin: 40px auto;
    }
    /**********************/
    .offer-page-soonImage {
        left: 0px !important;
    }
}

@media screen and ( max-width: 600px ) {
    .address-box {
        width: 100% !important;
    }

    .dashboard-balance-box .background-img-box {
        width: 140px;
    }

    .dashboard-address-box p {
        margin: 0px !important;
    }

    .dashboard-address-box .cursor-pointer:hover span {
        opacity: 0 !important;
        bottom: auto;
    }

    .EditPersonalInfoButtons {
        width: 100% !important;
    }

    #EditPersonalInfoContaine .fullnameCol {
        width: 100%;
    }
    /* shiping price cards */
    .shipping-price-card {
        width: 100%;
    }

    .shipping-price-file-card {
        width: 100%;
    }
}

@media screen and ( max-width: 576px ) {
    .info-box-accordion-header .menu-sub.menu-sub-dropdown {
        top: -82px !important;
    }
}
/************
    End of  Media Query 
************/

.nav-line-tabs .nav-item:last-child .nav-link{margin-right:0!important}
#selectLanguageModal{
    right: 0;
    left: 0;
    margin: auto;
}
#selectLanguageModal .modal-dialog{max-width: 285px;}
#selectLanguageModal.show .modal-dialog{
    transform: translate(0,50%);
}
#selectLanguageModal .menu-item .menu-link{
    border: 1px solid #bcbcbc;
    border-radius: 20px;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 1rem 0;
    padding: 0.35rem 1rem;
}

#selectLanguageModal.show .modal-content{
    border-radius: 15px;
}
#selectLanguageModal.show .modal-body{padding: 0rem 2rem 1.75rem;}