/* #region Font */
@font-face {
    font-family: Shabnam;
    src: url('../font/shabnam/Farsi-Digits/Shabnam-FD.eot');
    src: url('../font/shabnam/Farsi-Digits/Shabnam-FD.eot?#iefix') format('embedded-opentype'), url('../font/shabnam/Farsi-Digits/Shabnam-FD.woff2') format('woff2'), url('../font/shabnam/Farsi-Digits/Shabnam-FD.woff') format('woff'), url('../font/shabnam/Farsi-Digits/Shabnam-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Shabnam;
    src: url('../font/shabnam/Farsi-Digits/Shabnam-Bold-FD.eot');
    src: url('../font/shabnam/Farsi-Digits/Shabnam-Bold-FD.eot?#iefix') format('embedded-opentype'), url('../font/shabnam/Farsi-Digits/Shabnam-Bold-FD.woff2') format('woff2'), url('../font/shabnam/Farsi-Digits/Shabnam-Bold-FD.woff') format('woff'), url('../font/shabnam/Farsi-Digits/Shabnam-Bold-FD.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Shabnam;
    src: url('../font/shabnam/Farsi-Digits/Shabnam-Light-FD.eot');
    src: url('../font/shabnam/Farsi-Digits/Shabnam-Light-FD.eot?#iefix') format('embedded-opentype'), url('../font/shabnam/Farsi-Digits/Shabnam-Light-FD.woff2') format('woff2'), url('../font/shabnam/Farsi-Digits/Shabnam-Light-FD.woff') format('woff'), url('../font/shabnam/Farsi-Digits/Shabnam-Light-FD.ttf') format('truetype');
    font-weight: 300;
}


@font-face {
    font-family: ShabnamEn;
    src: url('../font/shabnam/shabnam.eot');
    src: url('../font/shabnam/Shabnam.eot?#iefix') format('embedded-opentype'), url('../font/shabnam/Shabnam.woff2') format('woff2'), url('../font/shabnam/Shabnam.woff') format('woff'), url('../font/shabnam/Shabnam.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'iraniansans';
    src: url('../font/iranian sans.ttf') format('truetype');
}

@font-face {
    font-family: ShabnamEn;
    src: url('../font/shabnam/Shabnam-Bold.eot');
    src: url('../font/shabnam/Shabnam-Bold.eot?#iefix') format('embedded-opentype'), url('../font/shabnam/Shabnam-Bold.woff2') format('woff2'), url('../font/shabnam/Shabnam-Bold.woff') format('woff'), url('../font/shabnam/Shabnam-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: ShabnamEn;
    src: url('../font/shabnam/Shabnam-Light.eot');
    src: url('../font/shabnam/Shabnam-Light.eot?#iefix') format('embedded-opentype'), url('../font/shabnam/Shabnam-Light.woff2') format('woff2'), url('../font/shabnam/Shabnam-Light.woff') format('woff'), url('../font/shabnam/Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Nastaligh';
    src: url('../font/persian-khat-khati-02.ttf') format('truetype');
}

@font-face {
    font-family: 'far_aman';
    src: url('../font/far_aman.ttf') format('truetype');
}

@font-face {
    font-family: 'shiraz';
    src: url('../font/shiraz.ttf') format('truetype');
}

@font-face {
    font-family: 'nabi';
    src: url('../font/nabi.ttf') format('truetype');
}
/* #endregion Font */


/* #region General */
:root {
    --box-shadow: 3px 2px 20px 0px rgb(0 0 0 / 30%);
    --n-radius: 8px;
    --l-radius: 100px;
    --n-icon: 20px;
    --icon-color: gray;
    --s-font-size: 12px;
    --n-font-size: 13px;
    --m-font-size: 15px;
    --company-color: #f29f05;
    --badge-ppl: #f29f05;
    /* #9966dd */

    --t-shadow-m1: 2px 2px #00000024;
    --t-shadow-m2: 2px 2px 8px #00000040;
    /* --shadow-light: 2px 2px 8px #0000001a; */
    --shadow-light: 2px 2px 8px #0000001a;
    --border-light: 1.255px solid #efefef;
    --gold-color: #f0d123;
    --text-color: #505050;
    --btn-bg-hover: #f3f3f3;
    --content-divider: #ebebeb;
    --tooltip-color: #6f6f6f;
    --tooltip-border-color: #6f6f6f;
    --section-margin: 20px;
}


* {
    scroll-behavior: smooth;
}

body {
    font-family: Shabnam, Tahoma;
    font-size: 14px;
    font-weight: lighter;
    text-align: justify;
    color: #575757;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden;
}

.Spliter {
    height: 25px;
}

.btn.btn-sm, .btn-group-sm .btn, .navbar .navbar-nav > li > a.btn.btn-sm, .btn-group-sm .navbar .navbar-nav > li > a.btn {
    font-size: 14px !important;
}

.btn-orange {
    background-color: #f44336 !important;
    color: #FFFFFF;
}

    .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
        box-shadow: 0 2px 2px 0 rgb(228 63 51 / 14%), 0 3px 1px -2px rgb(224 63 50 / 20%), 0 1px 5px 0 rgb(225 63 50 / 12%) !important;
    }

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #757575;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
        color: #353535;
    }

::-moz-selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

::selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.rtl {
    direction: rtl !important
}

.ltr {
    direction: ltr !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.rtl .text-right {
    text-align: right !important
}

.rtl .text-left {
    text-align: left !important
}

h1, h2, h3, h4, h5, h6 {
    margin: 5px auto
}

h1, .h1 {
    font: 13pt Shabnam
}

h2, .h2 {
    font: 12.5pt Shabnam
}

h3, .h3 {
    font: 11.5pt Shabnam
}

h4, h5, .h4, .h5 {
    font: 11pt Shabnam
}

h6, .h6 {
    font: 9pt Shabnam
}

.tahoma {
    font-family: tahoma !important
}

.shabnam-en {
    font-family: ShabnamEn !important
}

p, ol, ul {
    margin-bottom: 0
}

i {
    vertical-align: middle
}

input, select {
    font-family: Shabnam, tahoma;
    font-size: 10pt;
}

ul {
    list-style: none;
    padding-right: 0;
}

    ul li {
        padding-right: 0
    }

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.img-circle {
    border-radius: 50%;
}

.img-float {
    float: right;
    margin: 10px;
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-75 {
    margin-top: 75px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-r-75 {
    margin-right: 75px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-l-75 {
    margin-left: 75px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-25 {
    padding: 25px !important
}

.p-30 {
    padding: 30px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-t-75 {
    padding-top: 75px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-t-150 {
    padding-top: 150px !important
}

.p-t-200 {
    padding-top: 200px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-b-150 {
    padding-bottom: 150px !important
}

.p-b-200 {
    padding-bottom: 200px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-r-150 {
    padding-right: 150px !important
}

.p-r-200 {
    padding-right: 200px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.p-l-150 {
    padding-left: 150px !important
}

.p-l-200 {
    padding-left: 200px !important
}

.font-xs {
    font-size: 8pt
}

.font-sm {
    font-size: 10pt
}

.font-lg {
    font-size: 14pt
}

.font-xl {
    font-size: 16pt
}

.font-xxl {
    font-size: 18pt
}

.font-3xl {
    font-size: 24pt
}

.font-4xl {
    font-size: 36pt
}

.font-5xl {
    font-size: 48pt
}

.small, small {
    font-size: 75%
}

.ellipsis {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bordered {
    border: 1px solid #d2d2d2
}

.borderless {
    border: none !important
}

.radius, .curve {
    border-radius: 4px
}

.round {
    border-radius: 50%
}

.radio label, .checkbox label {
    padding: 0
}

hr {
    border-top: 1px solid #d2d2d2
}

body.modal-open {
    padding-right: 0 !important
}

.modal {
    direction: ltr
}

    .modal * {
        direction: rtl
    }

.modal-content .modal-header {
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-content .modal-title {
    width: 100% !important;
}

.modal-content .modal-header .close {
    margin: -15px 15px -15px 0 !important;
}

.modal-content .modal-body {
    margin-top: 20px;
}

.modal .modal-header .close {
    float: left;
    padding: 0px 9px;
}

.inline-block {
    display: inline-block !important
}

.block {
    display: block !important
}

.relative {
    position: relative !important;
}

.overhide {
    overflow: hidden
}

.fluid {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

    .row.wide {
        margin: 0;
    }

*[class^='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.wide *[class^='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
    height: 38px;
    padding: 7px;
}

    .form-control:focus {
        border-color: #999;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-control, .btn, .btn:focus, .btn:active, .btn:hover {
    outline: 0 !important;
}

.btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    line-height: 28px;
    border: none;
    color: #fff !important;
}

    .btn, .btn:focus, .btn:active, .btn:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.btn, .navbar .navbar-nav > li > a.btn {
    padding: 6px 30px;
}

    .btn.border {
        border: double medium;
    }

.btn-round {
    border-radius: 50px !important;
}

.btn-curve {
    border-radius: 4px !important;
}

.btn-default {
    background-color: #fff;
    color: #575757 !important;
    border-color: #d2d2d2;
}

    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover,
    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background-color: #fff;
    }

.btn-primary {
    background: #334d5c;
}

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #253843;
    }

.btn-success {
    background: #84b816;
}

    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover,
    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #72a604;
    }

.btn-warning {
    background-color: #e5b000;
}

    .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover,
    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #ffa700;
    }

.btn-info {
    background-color: #019add;
}

    .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover,
    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #008ac7;
    }

.btn-danger {
    background-color: #ff5a5f;
}

    .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover,
    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #ce0000;
    }

.btn-default.btn-border {
    border: 1px solid #d2d2d2;
    background: #fff;
}

.btn.btn-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    border-radius: 25px;
    padding: 0;
}

.btn.btn-sm.btn-icon {
    width: 26px;
    height: 26px;
    line-height: 28px;
}

.btn-transparent {
    background: transparent;
    border: none;
}

.text-primary {
    color: #334d5c
}

.text-success {
    color: #84b816
}

.text-info {
    color: #019add
}

.text-warning {
    color: #e5b000
}

.text-danger {
    color: #f55145
}

.text-white {
    color: #f1f1f1
}

.text-gray {
    color: #999
}

.text-inverse {
    color: #575757
}

.parallax {
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

i {
    display: inline-block
}

a.btn i {
    font-size: 18px;
    line-height: 20px;
}

.flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

th {
    font-weight: normal
}

.table-box {
    display: table;
}

.cell-box {
    display: inline-block;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.tooltip {
    transition: opacity .2s ease;
}

    .tooltip.show {
        opacity: 1;
    }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}

.tooltip-inner {
    font-family: Shabnam;
}

.full-modal {
    padding: 0 !important;
    background: rgba(255,255,255,0.8);
}

.modal-backdrop {
    /*background: rgba(255,255,255,0.8);*/
    background-color: #000;
}

.full-modal .modal-content {
    border-radius: 0;
    border: none;
}

.full-modal .modal-dialog {
    width: 90%;
    height: 100%;
    margin: auto;
    padding: 0 !important;
}

.full-modal .modal-content {
    min-height: 98%;
}

.full-modal.modal .close {
    font-size: 36px;
    outline: none !important;
}

.full-modal .input-group input.form-control {
    height: 41px;
}

.form-body .input-group .input-group-addon {
    padding: 2px 15px;
    border: 1px solid #d2d2d2;
    border-radius: 0 5px 5px 0;
    border-left: none;
}

.form-group.is-focused label, .form-group.is-focused label.control-label {
    color: #212121;
}

.form-group.is-focused .input-group-addon {
    border-color: #999;
}

.form-group.wide {
    width: 100%;
}

.input-group.like-table .input-group-addon, .input-group.like-table .form-group {
    display: table-cell;
    min-width: 40px;
}

    .input-group.like-table .input-group-addon i {
        min-width: 30px;
        font-size: 22px;
        text-align: center;
    }

.input-group.like-table .input-group-addon {
    padding: 8px 5px 0px;
    vertical-align: top;
}

.special-input-group {
    display: block;
    width: 100%;
}

    .special-input-group .form-group {
        width: calc( 100% - 22%);
        display: inline-block;
        text-align: left;
    }

    .special-input-group .input-group-btn, .special-input-group > .form-control {
        width: 21%;
        display: inline-block;
        vertical-align: middle;
    }

.input-group-btn .btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
}

.breadcrumb {
    padding: 4px 15px;
    margin: 20px 0;
    list-style: none;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    background: #f5f5f5;
    font-family: ShabnamEn;
}

    .breadcrumb > .active {
        color: #0a1b37;
    }

    .breadcrumb i {
        font-size: 22px;
        line-height: 22px;
    }

    .breadcrumb > li + li:before {
        font-family: "Ionicons";
        content: "\f3cf";
        padding: 5px 6px 0 6px;
        line-height: 30px;
    }

.alert.alert-warning {
    color: #000000;
}

.pagination {
    display: inline-block;
    margin: 10px 0;
}

    .pagination > li {
        display: inline-block;
    }

        .pagination > li > a, .pagination > li > span {
            padding: 0px 8px;
            color: #575757;
            font-size: 14px;
            border: 1px solid #d2d2d2;
            line-height: 32px;
            float: right;
            margin-right: -1px;
            margin-left: 0;
            position: relative;
        }

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background-color: #dfdfdf;
}

.like-table {
    display: table;
    width: 100%;
}

.like-tablecell {
    display: table-cell
}

.wide {
    width: 100%
}

.bold {
    font-weight: bold
}

.card.card-table {
    margin-bottom: 15px;
    border-radius: 5px;
}

    .card.card-table .table {
        margin-bottom: 0
    }

.table.text-center th {
    text-align: center
}

.ScrollToTop {
    padding: 4px 12px !important;
    z-index: 9 !important;
}
/* #endregion General */


/* #region Customize Scroll */
.customize-scroll::-webkit-scrollbar {
    width: 6px;
}

.customize-scroll::-webkit-scrollbar-track {
    background: #0000001a;
}

.customize-scroll::-webkit-scrollbar-thumb {
    background: #97979741;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(207, 207, 207, 0.1);
}

    .customize-scroll::-webkit-scrollbar-thumb:hover {
        background: #83838341;
    }
/* #endregion Customize Scroll */


/* #region Material */
.checkbox .checkbox-material .check:before {
    margin-left: auto;
    margin-right: 10px;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #353535;
}

.checkbox label, .radio label, label {
    color: #575757;
}

.checkbox .checkbox-material:before {
    display: none;
}

.card-signup .checkbox .checkbox-material, .checkbox .checkbox-material {
    padding-right: 0;
}

.card-signup .content {
    padding: 0px 10px;
}

.card-signup .footer-container a, .card-signup a {
    color: #31a9f4;
    border: 1px solid transparent;
}

    .card-signup .footer-container a:hover {
        color: #80ceff;
        border-bottom: 1px dashed #31a9f4;
    }

    .card-signup a:hover {
        color: #03a9f4;
        border-bottom: 1px dashed #31a9f4;
    }

.rtl .checkbox label {
    padding-right: 0;
}

.radio label span {
    right: 2px;
    top: 0;
    left: inherit;
}

.label {
    border-radius: 25px;
}

.dropdown-menu > li > a {
    color: #575757;
}

textarea.form-control {
    height: auto !important;
}

/*.half .form-control{
    width: 50% !important;
    float: right;
}
.half>.form-control:first-child{
    border-left: none;
}
.half>.form-control:last-child{
    border-right-color: #d2d2d2;
}*/

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f44336;
}

.form-group.is-focused.has-error .form-control,
.form-group.has-error .form-control, .form-group.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #f44336 !important;
}

.checkbox .help-block,
.form-group .help-block {
    display: none;
    position: relative;
}

.checkbox.has-error .help-block,
.form-group.has-error .help-block {
    position: inherit;
    display: block;
}

.modal .modal-header .close {
    border-radius: 25px;
    border: 1px solid #d2d2d2;
    color: #999;
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .modal .modal-header .close:hover, .modal .modal-header .close:focus {
        background: #ff5a5f;
        color: #fff;
        outline: none;
    }
/* #endregion Material */


/* #region Loading Animations */
#loader-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background: #fff;
    top: 0;
}

#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 10000;
    background: #f7b719;
    border-radius: 0;
}

#loading {
    margin: 50px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: .5em solid rgba(255, 255, 255, 0.1);
    border-left: .5em solid rgba(255, 255, 255, 0.1);
    border-bottom: .5em solid rgba(255, 255, 255, 0.1);
    border-right: .5em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading-anim 1.5s infinite linear;
    animation: loading-anim 1.5s infinite linear;
}

#airplane {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    background: url(../images/loading.png);
    position: relative;
    left: -6px;
    top: 60px;
    z-index: 999;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    height: 50px;
    width: 50px;
}

#loading,
#loading:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes loading-anim {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-anim {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Just IE9 */
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    #loader * {
        display: none
    }

    #loader {
        display: block;
        border: none;
        background: #fff url(../images/AjaxLoader.gif) center center no-repeat;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
/* Just IE9 */

.spinner {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* #endregion Loading Animations */


/* #region Icons */
i[class^='icon-'] {
    display: inline-block;
    /*background-image: url(../images/icons.png);*/
    width: 28px;
    height: 28px;
}

.icon-x {
    background-position: -84px -84px;
}



.icons-preview-box {
    margin-bottom: 40px;
}

    .icons-preview-box .all-icons {
        width: 1000px;
    }

    .icons-preview-box .icon-row {
        float: left;
        margin-bottom: 15px;
    }

    .icons-preview-box .preview-icon {
        width: 100px;
        float: left;
    }

        .icons-preview-box .preview-icon i {
            font-size: 48px;
            width: 48px;
            text-align: center;
        }

    .icons-preview-box .usage {
        width: calc(100% - 100px);
        float: left;
        padding-top: 10px;
    }

        .icons-preview-box .usage label {
            margin-left: 20px;
        }

    .icons-preview-box input {
        width: 150px;
        border: 1px solid #d2d2d2;
        background-size: 0 2px, 100% 1px;
        background-repeat: no-repeat;
        background-color: transparent;
        transition: background 0s ease-out;
        float: none;
        box-shadow: none;
        border-radius: 3px;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        text-align: center;
        direction: ltr;
        font-family: tahoma;
    }

        .icons-preview-box input:focus {
            border-color: #999;
        }
/* #endregion Icons */


/* #region Header */
.top-bar {
    padding: 12px 0;
}

    .top-bar .logo-box {
        width: 65px;
        display: inline-block;
    }

    .top-bar .city-and-search {
        width: calc(100% - 70px);
        display: inline-block;
        vertical-align: middle;
    }

#btn-cities {
    width: 130px;
    position: relative;
    padding: 0;
    text-align: right;
    float: right;
    margin-left: 10px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #btn-cities:hover {
        background: #f5f5f5;
    }

    #btn-cities > span {
        padding-right: 0;
        padding-left: 10px;
    }

    #btn-cities i {
        font-size: 16px;
        vertical-align: bottom;
    }

    #btn-cities:after {
        content: "\f3d0";
        position: absolute;
        margin: auto;
        top: -5px;
        bottom: 0;
        left: 10px;
        width: 10px;
        height: 20px;
        display: inline-block;
        font-family: "Ionicons";
    }

.form-search {
    border: 1px solid #d2d2d2 !important;
    border-radius: 25px !important;
    padding: 2px 1px !important;
    position: relative !important;
    width: 100% !important;
    /*    height: 39px;
    overflow: hidden;*/
    float: right !important;
    padding-right: 20px !important;
    /*margin-top: 10px;*/
    position: relative !important;
    /*z-index: 99;*/
    background: #fff !important;
    /* box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12); */
    transition: .2s all ease-in-out;
    box-shadow: 0 0 0 1px #f4c80b;
    /*box-shadow: 0 0 0 1px #961aaf;*/
}

    .form-search:focus, .form-search:active, .form-search:hover {
        box-shadow: 0 0 0 1px #f4c80b, 0 0 0 1.5px #f4c80b;
        /*box-shadow: 0 0 0 1px #961aaf, 0 0 0 1.5px #961aaf;*/
        transition: .2s all ease-in-out;
    }


    .form-search .input-group .input-group-btn {
        padding: 0;
    }

    .form-search .form-group {
        padding: 0;
        width: 100%;
        margin: 0;
    }

        .form-search .form-group .form-control {
            margin-bottom: 0;
        }

    .form-search .btn {
        padding: 3px 20px 2px 20px;
        margin: 0;
    }

    .form-search:before {
        content: "\f4a5";
        position: absolute;
        left: 4px;
        top: 3px;
        display: inline-block;
        font-family: "Ionicons";
        z-index: 2;
        font-size: large;
        background: #f4c80b;
        /*background: #961aaf;*/
        color: white;
        font-weight: 800;
        padding: 0px 9px;
        border-radius: 100px;
        text-shadow: 1px 1px 5px #0000005c;
    }

    .form-search input.form-control {
        border: none;
        border-bottom-right-radius: 25px !important;
        border-top-right-radius: 25px !important;
        height: 30px;
        margin-top: 3px;
        padding: 4px 10px;
        width: 100%;
        text-align: center;
        /*max-width: 199px;*/
    }

.search-background-overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    background: #4613423b;
    backdrop-filter: blur(4px);
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: -9px;
}

.nav-header .close-search-box {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 13px;
    display: none;
}

.nav-search-box {
    display: none;
    width: 50%;
    float: left !important;
    /* margin-left: 10px !important; */
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .nav-search-box .form-search {
        margin-top: 2px;
        box-shadow: 1px 6px 13px 2px #2c29295c;
    }

    .nav-search-box .input-group {
        align-items: center;
        flex-wrap: unset;
    }

.top-bar .logo-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

    .top-bar .logo-image img {
        width: 170px;
    }

.top-bar .nav > li {
    border: 1px solid #d2d2d2;
    border-radius: 25px;
}

    .top-bar .nav > li > a {
        border-radius: 25px;
        color: #575757;
    }

        .top-bar .nav > li > a:hover {
            color: #353535;
        }

        .top-bar .nav > li > a:focus, .top-bar .nav > li > a:hover {
            background: #f5f5f5;
        }

.top-left.navbar-nav {
    display: block;
    text-align: left;
}

    .top-left.navbar-nav > li {
        margin-right: 10px;
        display: inline-block;
    }

        .top-left.navbar-nav > li.user-box .dropdown-toggle::after {
            border: none;
            font-family: "Ionicons";
            font-size: 12px;
            content: "\f3d0";
            position: absolute;
            top: 2px;
            left: 7px;
            font-weight: bold;
        }

        .top-left.navbar-nav > li > a {
            padding: 0;
        }

        .top-left.navbar-nav > li.user-box > a > span.name {
            padding-top: 3px;
            padding-bottom: 2px;
            display: inline-block;
            max-width: 130px;
            overflow: hidden;
            vertical-align: middle;
        }

        .top-left.navbar-nav > li.user-box ul li a {
            display: block;
            padding: 6px 20px;
        }

        .top-left.navbar-nav > li.user-box .dropdown-menu li a:hover, .top-left.navbar-nav > li.user-box .dropdown-menu li a:focus, .top-left.navbar-nav > li.user-box .dropdown-menu li a:active {
            background-color: #e9e9e9;
            color: #000;
        }


    .top-left.navbar-nav > .user-account {
        padding: 5px;
    }

        .top-left.navbar-nav > .user-account a {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 0;
        }

            .top-left.navbar-nav > .user-account a .user-avatar {
                margin-left: 6px;
            }

                .top-left.navbar-nav > .user-account a .user-avatar .avatar-image, .top-left.navbar-nav > .user-account a .user-avatar i {
                    width: 40px;
                    height: auto;
                    border-radius: 100%;
                }

            .top-left.navbar-nav > .user-account a .user-information {
                display: flex;
                flex-direction: column;
                justify-content: center;
                font-size: 13px;
                line-height: 1.6;
                align-items: flex-start;
            }

                .top-left.navbar-nav > .user-account a .user-information .wallet-amount {
                    margin-left: 10px;
                }


.nav > li.user-box > a {
    display: inline-block;
    color: #575757;
    padding: 3px 0 2px;
    margin: 1px;
    min-width: 80px;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
}

    .nav > li.user-box > a:hover {
        border-color: #d2d2d2;
    }

.dropdown.user-box .dropdown-menu > li i, .mobile-user .dropdown-menu > li i {
    font-size: 20px;
    margin-left: 5px;
    color: #575757;
}

.dropdown.user-box .dropdown-menu > li.credit {
    text-align: center;
    font-size: 13px;
}

.dropdown.user-box .dropdown-menu .divider {
    margin: 4px 0;
    height: 1px;
}

.nav > li.user-box > a:last-child:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background: #d2d2d2;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav > li.user-box.dropdown > a {
    padding: 0 7px 0 20px;
}

.top-left.navbar-nav > li#view-basket > a > span {
    padding-right: 0;
    padding-left: 6px;
}

.top-left.navbar-nav > li#view-basket > a,
.top-left.navbar-nav > li.phone-number > a {
    margin: 0;
}

    .top-left.navbar-nav > li.phone-number > a > span {
        padding-right: 8px;
        padding-left: 1px;
    }


    #btn-cities > i,
    #view-basket .count,
    .top-left.navbar-nav > li > .btn-signin > i,
    .top-left.navbar-nav > li.phone-number > a > i {
        font-size: 24px;
        border: 1px solid #d2d2d2;
        border-radius: 25px;
        min-width: 35px;
        height: 35px;
        margin: 1px;
        text-align: center;
        vertical-align: middle;
        line-height: 44px;
    }

    .top-left.navbar-nav > li#view-basket > a > i,
    .top-left.navbar-nav > li > .btn-signup > i {
        font-size: 24px;
        border: 1px solid #d2d2d2;
        border-radius: 25px;
        min-width: 35px;
        height: 35px;
        margin-right: 1px;
        text-align: center;
        vertical-align: middle;
        line-height: 44px;
        margin: 1px;
    }


#view-basket {
    color: #fff;
    text-align: center;
    position: relative;
}

    #view-basket > a > span {
        padding: 0;
    }

    #view-basket .count {
        border-radius: 25px;
        font-size: 11pt;
        margin-left: -5px;
        border: 1px solid #03a9f4;
        display: inline-block;
        line-height: 36px;
        background: #03a9f4;
        color: #fff;
    }

ul#mini-basket li {
    width: 100%;
    display: block;
    min-height: 50px;
    border-bottom: 1px solid #d2d2d2;
    text-align: right;
    margin: 0;
    font-size: 10pt;
    line-height: 24px;
    float: left;
}

    ul#mini-basket li:last-child {
        border: none
    }

    ul#mini-basket li a.btn {
        color: #fff;
    }

    ul#mini-basket,
    ul#mini-basket li a {
        color: #666;
    }

        ul#mini-basket li a.btn-delete {
            color: #ff5a5f;
            font-size: 12pt;
        }

            ul#mini-basket li a.btn-delete i {
                margin-left: 7px
            }

.nav-tabs > li > a:focus, .nav-tabs > li > a:active,
a.btn-delete:focus, a.btn-delete:active {
    outline: none;
}

#mini-basket li p {
    margin: 0;
}

#mini-basket {
    display: none;
    opacity: 0;
    filter: opacity(0);
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0;
    z-index: 1002;
    left: 0;
    top: 38px;
    box-shadow: 0 3px 10px -2px #bbb;
    background: #fff;
    width: 280px;
    border-radius: 5px;
}

    #mini-basket:before,
    #mini-basket:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 10px;
        height: 10px;
        top: -14px;
        right: 0;
        left: -120px;
        margin: 0 auto;
        border: 7px solid transparent;
        border-bottom: 7px solid;
        border-bottom-color: #ccc;
    }

    #mini-basket:after {
        top: -13px;
        border-bottom-color: #fff;
    }

    #mini-basket a > span {
        line-height: 20px;
        overflow: hidden;
    }

    #mini-basket img.mini-icon {
        float: right;
        width: 50px;
        height: 50px;
        border: 1px solid #d2d2d2;
        margin: 5px 0 5px 10px;
        padding: 2px;
        transition: ease 0.2s all;
    }

    #mini-basket a:hover img.mini-icon {
        border-color: #03a9f4;
    }

    #mini-basket li p.white-bg {
        background: #f9f9f9;
        width: 100%;
        padding: 2px 10px;
        margin: 6px auto;
        border: 1px solid #ccc;
    }

    #mini-basket .price {
        font-size: 9pt;
    }

    #mini-basket .total {
        margin: 5px 0;
        text-align: center;
        border-bottom: 1px solid #d2d2d2;
        padding: 6px 0;
    }

.mini-cart-buttons {
    display: block;
    text-align: center;
}

    .mini-cart-buttons a {
        width: 47.5%;
        padding: 6px 2px;
        display: inline-block;
    }

        .mini-cart-buttons a:first-child {
            margin-left: 5px;
        }

.icofont-close:before {
    font-size: 18px;
}

#search-result-box {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 0;
    overflow: visible;
    display: none;
    float: right;
    z-index: 98;
}

#search-result-box__mobile {
    position: absolute;
    top: 48px;
    /* left: 6px; */
    width: 100%;
    max-width: 100%;
    height: 0;
    overflow: visible;
    display: none;
    float: right;
    z-index: 98;
}

#search-result {
    width: 100%;
    height: 390px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 10px;
    overflow-x: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 6px 13px 2px #2c29295c;
    color: #757575;
    border: 1px solid #d2d2d2;
}

#search-result-box .ajax-loading, #search-result-box__mobile .ajax-loading {
    position: absolute;
    /*top: 24px;*/
    left: 10px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    vertical-align: super;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

    #search-result-box .ajax-loading i, #search-result-box__mobile .ajax-loading i {
        width: 24px;
        height: 24px;
    }

#search-result ul > li {
    width: 100%;
    float: right;
    position: relative;
    border-bottom: 1px solid #ddd;
}

    #search-result ul > li:last-child {
        border-bottom: none;
    }

    #search-result ul > li > a {
        color: #757575;
        font-size: 13px;
    }

        #search-result ul > li > a > div {
            height: 28px;
            line-height: 28px;
            word-wrap: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #search-result ul > li > a .title {
            font-size: 14px;
        }

        #search-result ul > li > a .location {
            color: #989898;
            font-size: 13px;
        }

        #search-result ul > li > a:hover {
            color: #121212;
        }

    #search-result ul > li img.mini-icon {
        float: right;
        margin: 5px 0 5px 10px;
        width: 50px;
        height: 50px;
        padding: 1px;
        border: 1px solid #d2d2d2;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    #search-result ul > li > a:hover img.mini-icon {
        border-color: #757575;
    }

    #search-result ul > li > a.btn {
        margin: 10px 0 0;
    }

#btn-responsive-search {
    color: #fff;
    font-size: 20pt;
    float: left;
    margin: 15px 0 0 17px;
    display: none;
}

#responsive-search-box {
    position: relative;
    top: 0;
    bottom: -12px;
    left: 0;
    right: 0;
    background: #575757;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding-top: 4px;
}

    #responsive-search-box .input-group {
        padding: 0 15px;
    }

        #responsive-search-box .input-group .form-group {
            width: calc(100% - 78px);
        }

    #responsive-search-box input {
        border-radius: 25px;
        background: #fff;
    }

    #responsive-search-box .input-group .input-group-btn {
        padding: 0 2px;
    }

    #responsive-search-box .btn {
        font-size: 25px;
        margin-top: 7px;
        line-height: 35px !important;
        width: 35px;
        display: inline-block;
    }

#responsive-user-box {
    display: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 15px 5px;
    text-align: center;
}

    #responsive-user-box .name h3 {
        margin-top: 10px;
    }

    #responsive-user-box .name .btn {
        margin: 0;
    }

    #responsive-user-box .user-account {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        #responsive-user-box .user-account .user-avatar {
            margin-left: 6px;
        }

            #responsive-user-box .user-account .user-avatar img {
                width: 40px;
                height: 40px;
                border-radius: 100%;
                box-shadow: 2px 1px 10px 0 rgb(0 0 0 / 15%);
            }

        #responsive-user-box .user-account .user-information {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
        }

.nav-header .header-left-items-center {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
/* #endregion Header */


/* #region CoreNav */
.top-menu-affix {
    height: 60px;
}

.core-nav-container {
    height: 60px;
    width: 100%;
    float: right;
}

.top-menu-affix .nav-search-box {
    width: 70% !important;
}

.top-menu-affix .top-nav .logo-image {
    width: 180px;
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center
}

.core-content .brand {
    display: none;
}

.toggle-bar > span {
    border-radius: 20px;
    margin-bottom: 0;
    margin: 7px 0 0 0;
    background: #fff;
    height: 1px;
    display: block;
}

    .toggle-bar > span:first-child {
        margin: 0;
    }

.toggle-bar .seconds {
    width: 75%;
}

.toggle-bar .third {
    width: 100%;
}

.core-nav.nav-core-sticky {
    float: right;
    position: relative;
    height: 60px;
    width: 100%;
    z-index: 97;
    background: #f29f05 !important;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.core-nav .dropdown-menu {
    text-align: right;
}

.core-nav .dropdown > .dropdown-menu > li {
    margin: 0;
}

    .core-nav .dropdown > .dropdown-menu > li > a {
        border-bottom: solid 1px #eee;
        padding: 4px 8px;
        text-align: right;
        font-size: 14px;
        color: #333;
        display: block;
        margin: 0;
    }

        .core-nav .dropdown > .dropdown-menu > li > a:hover {
            background: #eee;
            color: #111;
        }

.core-nav ul.menu > li.dropdown > a.dropdown-toggle {
    margin-left: 6px;
}

.core-nav ul.core-nav-list .dropdown-toggle::after,
.core-nav ul.menu > li.megamenu > a::after {
    border: none !important;
    font-family: "Ionicons";
    font-size: 12px;
    content: "\f3d0";
    position: absolute;
    top: 2px;
    left: -14px;
    font-weight: bold;
}
/*.core-nav .dropdown>.dropdown-menu>li>a*/
.core-nav ul.menu > li.dropdown > ul.dropdown-menu li.dropdown > a.dropdown-toggle::after {
    border: none;
    font-family: "Ionicons";
    content: "\f3d2";
    position: absolute;
    top: 6px;
    left: 20px;
    font-weight: bold;
}

/*.core-nav.nav-core-sticky.on-scroll {
    background: rgba(112,72,149, 1);
}*/

.dropdown-overlay.open-dropdown {
    display: none !important;
}

.core-nav .wrap-core-nav-list {
    width: 100%;
}

    .core-nav .wrap-core-nav-list ul.core-nav-list > li {
        display: block;
        float: right;
        padding: 15px 20px;
    }

        .core-nav .wrap-core-nav-list ul.core-nav-list > li.dropdown {
            display: block;
            float: right;
            padding: 15px 8px 15px;
        }

        .core-nav .wrap-core-nav-list ul.core-nav-list > li:first-child, .core-nav .wrap-core-nav-list ul.core-nav-list > li.first-item {
            padding: 15px 0 15px 8px;
        }

.core-nav ul.core-nav-list > li > a {
    padding: 5px;
    color: #fff;
    position: relative;
}

.core-nav ul.core-nav-list > li > label {
    padding: 5px;
    color: #fff;
    position: relative;
}

.core-nav ul.core-nav-list > li > a.special i {
    position: absolute;
    top: -5px;
    right: -12px;
    color: #f44336;
    font-size: 22px;
}

.core-nav ul.core-nav-list > li > a:first-child {
    padding-right: 0;
}

.core-nav ul.core-nav-list > li > a:last-child {
    padding-left: 0;
}

.core-nav ul.core-nav-list > li > a:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    transition: ease-out 0.2s all;
    width: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -3px;
}

.core-nav ul.core-nav-list > li.open > a:before,
.core-nav ul.core-nav-list > li > a:hover:before {
    width: 100%;
}

.core-nav .nav-container {
    width: 1140px;
    max-width: 100%;
}

.core-nav ul.menu > li.dropdown > .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 20px;
    top: -20px;
    right: 20px;
    border: 6px solid transparent;
    border-bottom: 5px solid #ffffff;
}

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu {
    margin-top: -2px;
}

.core-nav .wrap-core-nav-list .core-nav-list {
    margin: 0;
    width: 100%;
}

.core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content {
    width: 1110px;
    max-width: 100%;
    right: 30px;
    left: 0;
    margin-top: -12px;
    border-radius: 5px;
}

.core-nav .dropdown-menu, .core-nav .megamenu-content {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
}

    .core-nav .megamenu-content .title {
        padding-bottom: 5px;
        border-bottom: 1px solid #d2d2d2;
        position: relative;
    }

        .core-nav .megamenu-content .title a {
            color: #019add;
        }

        .core-nav .megamenu-content .title:before {
            content: "";
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 80px;
            height: 1px;
            background: #019add;
        }

.core-nav .megamenu > .megamenu-content {
    text-align: right;
    padding: 20px 30px;
}

.core-nav .wrap-core-nav-list .core-nav-list .megamenu li {
    float: none;
    position: relative;
}

    .core-nav .wrap-core-nav-list .core-nav-list .megamenu li a {
        display: block;
    }

.core-nav .wrap-core-nav-list .core-nav-list .megamenu .list-product li a:hover {
    transform: translateX(-10px);
}

.core-nav .nav-row [class*=col-] {
    float: right;
}

.core-nav .wrap-core-nav-list ul.core-nav-list > li.special-btn {
    float: left;
}

    .core-nav .wrap-core-nav-list ul.core-nav-list > li.special-btn > .link {
        background: #c48b00;
        padding: 5px 15px;
        border-radius: 100px;
        box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 14%);
        text-shadow: 2px 2px 8px #00000040;
    }

        .core-nav .wrap-core-nav-list ul.core-nav-list > li.special-btn > .link > i {
            color: #f44336;
            font-size: 20px;
            position: relative;
            top: 3px;
            margin-left: 3px;
        }

        .core-nav .wrap-core-nav-list ul.core-nav-list > li.special-btn > .link:before {
            /*background: #f44336;*/
            display: none;
        }


.top-nav .SearchMobileForm {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: -8px;
    float: left;
}

    .top-nav .SearchMobileForm .icon {
        cursor: pointer;
        position: relative;
        top: 5px;
        right: 7px;
    }

        .top-nav .SearchMobileForm .icon i {
            color: #d9d9d9;
            font-size: 25px;
            display: inline-block;
        }

.top-nav .nav-header .row {
    margin: 0 !important;
}

@media all and (min-width: 768px) {
    .top-nav .nav-header {
        display: none !important;
    }
}

@media all and (max-width: 768px) {
    .core-nav .wrap-core-nav-list ul.core-nav-list > li.special-btn > .link {
        color: white;
    }
}

@media all and (max-width: 475px) {
    .top-menu-affix .top-nav .logo-image {
        width: 150px;
    }
}
/* #endregion CoreNav */


/* #region Main */
#owl-wide {
    /*margin-top: 30px;*/
}

    #owl-wide img {
        border-radius: 5px;
    }

    #owl-wide.owl-theme .owl-nav [class*=owl-] {
        background: transparent;
        font-size: 48px;
        margin: 0;
        padding: 0;
        position: absolute;
        margin-top: -25px;
        top: 50%;
        background: transparent;
        width: 40px;
        height: 40px;
        line-height: 48px;
        color: #fff;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    #owl-wide:hover .owl-nav [class*=owl-] {
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }

    #owl-wide .owl-nav [class*=owl-]:hover {
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    }

    #owl-wide.owl-theme .owl-nav .disabled {
        opacity: 0.1;
    }

    #owl-wide.owl-theme .owl-nav .owl-prev {
        right: 15px;
    }

    #owl-wide.owl-theme .owl-nav .owl-next {
        left: 15px;
    }

    #owl-wide .owl-dots {
        bottom: 10px;
        position: absolute;
        right: 0;
        left: 0;
    }

    #owl-wide.owl-theme .owl-dots .owl-dot span {
        background: rgba(255, 255, 255, 0.8);
        opacity: 1;
    }

        #owl-wide.owl-theme .owl-dots .owl-dot span:hover {
            background: rgba(255, 255, 255, 1);
        }

    #owl-wide.owl-theme .owl-dots .owl-dot.active span {
        background: #03a9f4;
    }

.home-carousel-box {
    border: 1px solid #d2d2d2;
    margin-top: 25px;
    border-radius: 5px;
    position: relative;
}

.main-slide {
    width: 100%;
}

    .main-slide .texts-box {
        width: 350px;
        float: right;
        padding: 10px 15px 70px 15px;
    }

        .main-slide .texts-box h2 {
            height: 90px;
            color: #000;
            overflow: hidden;
            border-bottom: 1px solid #d2d2d2;
            margin: 0;
        }

.texts-box h2 i {
    color: #711181;
    width: auto;
    display: inline-block;
    font-size: 20px;
}

.shop-carousel .main-slide .texts-box h2 {
    height: 60px;
}

.main-slide .info-row {
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    line-height: 50px;
}

    .main-slide .info-row.info-row-lg {
        height: 90px;
        padding: 10px 0;
    }

    .main-slide .info-row.info-clock {
        height: 70px;
        padding: 10px 0;
    }

        .main-slide .info-row.info-clock .left {
            padding-top: 3px;
            color: #000;
            font-size: 15px;
        }

.main-slide .price-box {
    margin-top: 15px;
}

.main-slide .currency {
    font-size: 14px;
    color: #000;
}

.main-slide .price {
    font-size: 22px;
    color: #000;
    margin-right: 10px;
}

.main-slide .discount {
    background: #ff5a5f;
    color: #000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

    .main-slide .discount > span {
        display: inline-block;
        width: 100%;
    }

.main-slide .discount-percent {
    font-size: 22px;
    margin-top: 18px;
}

.main-slide .discount-title {
    font-size: 11px;
}

.main-slide .del-price {
    position: relative;
    font-size: 15px;
    color: #757575;
}

    .main-slide .del-price:before {
        content: "";
        position: absolute;
        width: 120%;
        height: 1px;
        right: -10%;
        left: -10%;
        top: 50%;
        background: #757575;
        transform: rotate(-10deg);
    }

.main-slide .go-buy {
    position: absolute;
    bottom: 2px;
    right: 15px;
    width: 320px;
}

    .main-slide .go-buy .btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }

.main-slide .info-row i.ion-bag {
    font-size: 22px;
    color: #757575;
}

.main-slide .info-row i.ion-ios-location-outline {
    font-size: 28px;
}

.main-slide .img-box {
    width: calc(100% - 350px);
    float: left;
    position: relative;
    border-right: 1px solid #d2d2d2;
}

    .main-slide .img-box img {
        width: 100%;
        height: auto;
        border-radius: 5px 0 0 0;
    }

    .main-slide .img-box:before,
    .main-slide .img-box:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-right: 8px solid #d2d2d2;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        z-index: 2;
    }

    .main-slide .img-box:after {
        border-right-color: #fff;
        right: -1px;
    }

.owl-theme .owl-nav {
    margin: 0;
}

#owl-details.owl-theme .owl-nav [class*=owl-],
#owl-main.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: -21px;
    top: 50%;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    border: 1px solid #d2d2d2;
    color: #999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#owl-details.owl-theme .owl-nav .disabled,
#owl-main.owl-theme .owl-nav .disabled {
    opacity: 0.1;
}

#owl-main.owl-theme .owl-nav .owl-prev {
    right: 365px;
}

#owl-details.owl-theme .owl-nav .owl-prev,
.category-carousel #owl-main.owl-theme .owl-nav .owl-prev {
    right: 15px;
}

#owl-details.owl-theme .owl-nav .owl-next,
#owl-main.owl-theme .owl-nav .owl-next {
    left: 15px;
}

#owl-details.owl-theme .owl-nav [class*=owl-]:hover,
#owl-main.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #575757;
    border-color: #575757;
}

#owl-titles {
    border-top: 1px solid #d2d2d2;
}

    #owl-titles h3 {
        font-family: ShabnamEn !important;
    }

    #owl-titles .owl-item {
        border-left: 1px solid #d2d2d2;
        text-align: center;
        padding: 10px 3px;
        cursor: pointer;
    }

        #owl-titles .owl-item.current {
            background: #eee;
            cursor: default;
            font-weight: bold;
        }

.loctionrang {
    position: absolute;
    top: calc(100% - 40px);
    right: 0;
    /*background-color: #ffffffe0;*/
    background: #ffffffd4;
    backdrop-filter: blur(6px);
    border-radius: 15px 0 0 15px;
    padding: 0 6px 0 10px;
    border: 1px solid black;
    border-right: none;
    z-index: 1;
}

.Starimg {
    position: absolute;
    top: calc(100% - 37px);
    left: 10px;
    width: 90px !important;
    z-index: 1;
}

.home-clock.flip-clock-wrapper {
    width: 170px;
    margin: 13px 0 0;
}

    .home-clock.flip-clock-wrapper ul {
        width: 22px !important;
        height: 32px !important;
        font-size: 26px !important;
        line-height: 42px !important;
    }

        .home-clock.flip-clock-wrapper ul li a div div.inn {
            font-size: 26px !important;
            line-height: 36px !important;
        }

.has-underline {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0px;
}

    .has-underline .caption {
        display: inline-block;
        font-size: 20px;
        margin: 8px 0;
        position: relative;
    }

        .has-underline .caption:before {
            position: absolute;
            content: "";
            bottom: -9px;
            width: 100%;
            height: 1px;
            background: #03a9f4;
        }

        .has-underline .caption i {
            font-size: 24px;
            line-height: 20px;
        }

.box-buttons {
    margin: 0;
}

    .box-buttons .btn-group, .box-buttons .btn {
        margin: 0;
    }

    .box-buttons a.btn i {
        font-size: 26px;
        vertical-align: bottom;
    }

    .box-buttons .btn-group .btn:first-child {
        border-left: none;
    }


/* ========= Offers section ========== */
.offers-box {
    padding-top: 20px;
}

    .offers-box .offer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }

        .offers-box .offer-header .offer-header__btn .section-btn {
            padding: 0px 8px;
            transition: .2s all ease-in-out;
            border-radius: 5px;
        }

            .offers-box .offer-header .offer-header__btn .section-btn:hover {
                transition: .2s all ease-in-out;
                color: white !important;
            }


    /* ========== (Start) Default style ========== */
    .offers-box .offer-header {
        border-bottom: 2px solid #2b89cf;
    }

    .offers-box.advanced-search .offer-header .offer-header__title .text {
        color: #2b89cf;
    }

    .offers-box .offer-header .offer-header__btn .section-btn {
        border: 1.55px solid #2b89cf;
        color: #2b89cf;
    }

        .offers-box .offer-header .offer-header__btn .section-btn:hover {
            background-color: #2b89cf;
        }
/* =========== (End) Default style =========== */
#restaurant_coffee.offers-box .offer-header {
    border-bottom: 2px solid #ec8d2d;
}

    #restaurant_coffee.offers-box .offer-header .offer-header__btn .section-btn {
        border: 1.55px solid #ec8d2d;
        color: #ec8d2d;
    }

        #restaurant_coffee.offers-box .offer-header .offer-header__btn .section-btn:hover {
            background-color: #ec8d2d;
        }

#health.offers-box .offer-header {
    border-bottom: 2px solid #58b1da;
}

    #health.offers-box .offer-header .offer-header__btn .section-btn {
        border: 1.55px solid #58b1da;
        color: #58b1da;
    }

        #health.offers-box .offer-header .offer-header__btn .section-btn:hover {
            background-color: #58b1da;
        }

#sports.offers-box .offer-header {
    border-bottom: 2px solid #1cbd2f;
}

    #sports.offers-box .offer-header .offer-header__btn .section-btn {
        border: 1.55px solid #1cbd2f;
        color: #1cbd2f;
    }

        #sports.offers-box .offer-header .offer-header__btn .section-btn:hover {
            background-color: #1cbd2f;
        }

#clothing.offers-box .offer-header {
    border-bottom: 2px solid #649edb;
}

    #clothing.offers-box .offer-header .offer-header__btn .section-btn {
        border: 1.55px solid #649edb;
        color: #649edb;
    }

        #clothing.offers-box .offer-header .offer-header__btn .section-btn:hover {
            background-color: #649edb;
        }

#newest.offers-box .offer-header {
    border-bottom: 2px solid #ba68c8;
}

    #newest.offers-box .offer-header .offer-header__btn .section-btn {
        border: 1.55px solid #ba68c8;
        color: #ba68c8;
    }

        #newest.offers-box .offer-header .offer-header__btn .section-btn:hover {
            background-color: #ba68c8;
        }


.offers-box-large .offer-box-large .offer a {
    height: 75%;
}

.product-box .offer .ClubCardImg {
    height: 180px !important;
    object-fit: cover;
    transition: .2s all ease-in-out;
}

.offer-box-large {
    height: calc(100% - 22px);
}

    .offer-box-large .offer {
        height: 100%;
        /*height: 586px;*/
    }

        .offer-box-large .offer .img-box {
            height: 100%;
        }

            .offer-box-large .offer .img-box .ClubCardImg {
                /*height: 385px !important;*/
                height: 100% !important;
                object-fit: cover;
            }

        .offer-box-large .offer .texts-box h2 {
            margin-bottom: 25px;
        }


.show-all-products {
    margin-bottom: 20px;
}

.show-all-products__box {
    background: white;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1.255px solid silver;
    border-radius: 8px;
    box-shadow: 2px 2px 0px 1px #00000038, 3px 3px 8px 1px #0000003b;
    padding: 0 5px;
}

    .show-all-products__box .icon {
        color: #f44336;
        font-size: 60px;
    }

    .show-all-products__box .text {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.8;
        text-align: center;
        margin: 10px auto;
    }

    .show-all-products__box .btn-primary {
        background-color: #FF4739;
        border-color: #f44336;
        padding: 3px 17px 1px;
        border-radius: 100px;
        font-size: 17px;
    }

        .show-all-products__box .btn-primary:hover, .show-all-products__box .btn-primary:active, .show-all-products__box .btn-primary:focus {
            color: #fff;
            background-color: #f44336 !important;
            border-color: #FF4739 !important;
            box-shadow: 0 2px 2px 0 rgb(51 99 205 / 14%), 0 3px 1px -2px rgb(51 99 205 / 20%), 0 1px 5px 0 rgb(51 99 205 / 12%) !important;
        }


.primary-box, .product-box .offer {
    border-radius: 5px;
    box-shadow: 1px 4px 11px 0px #bbbbbb;
    margin-bottom: 22px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .primary-box > a, .product-box .offer > a {
        display: block;
    }

    .product-box .offer .product-box__payment-method {
        position: absolute;
        top: 9px;
        right: 17px;
        z-index: 1;
        background: #ffffffd4;
        backdrop-filter: blur(6px);
        /*padding: 4px 7px;*/
        border-radius: 5px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 26%);
    }

        .product-box .offer .product-box__payment-method .icon {
            margin: 5px 7px 2px;
            display: inline-block;
            min-width: 23px;
        }

            .product-box .offer .product-box__payment-method .icon i {
                text-align: center;
                width: 100%;
            }

            .product-box .offer .product-box__payment-method .icon img {
                width: auto;
                height: 23px;
                opacity: .855;
            }

    .primary-box:hover {
        /*box-shadow: 0 0 15px 0 #666;*/
        box-shadow: 2px 5px 10px 3px #b0b0b0;
        transform: scale(1.01)
    }

    .product-box .offer:hover .ClubCardImg {
        filter: brightness(0.7);
        transition: .2s all ease-in-out;
    }

    .primary-box .img-box, .offer .img-box {
        position: relative;
    }

        .primary-box .img-box .hover {
            position: absolute;
            opacity: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            border-radius: 5px 5px 0 0;
            background: rgba(0, 0, 0, 0.8);
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .primary-box:hover .img-box .hover {
        opacity: 1;
    }

    .primary-box a .img-box > img, .offer a .img-box > img {
        width: 100%;
        height: auto;
        border-radius: 5px 5px 0 0;
    }

.absolute-badge {
    background: #03a9f4;
    font-size: 8pt;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    padding: 5px 15px;
    overflow: hidden;
    min-width: 70px;
}

    .absolute-badge.right {
        float: none;
        left: inherit;
        right: 20px;
    }

    .absolute-badge.success {
        background: #4caf50;
    }

    .absolute-badge.danger {
        background: #f44336;
    }

    .absolute-badge.warning {
        background: #fbc02d;
        color: #000;
    }

.offer a {
    color: #575757;
}

.offer .texts-box {
    position: relative;
    padding: 10px;
}

    .offer .texts-box h2 {
        margin: 0;
        min-height: 50px;
        line-height: 20px;
        word-wrap: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        transition-duration: .3s;
        font-size: 16px;
        font-family: "iraniansans";
        padding-top: 6px;
    }

@media all and (max-width: 376px) {
    .offers-box .offer-header .caption svg {
        width: 20px !important;
        height: 20px !important;
    }

    .offers-box .offer-header .caption .text {
        font-size: 13px !important;
    }

    .offers-box .offer-header .offer-header__btn .section-btn {
        padding: 0px 3px 0px !important;
        font-size: 12px !important;
    }
}

@media all and (max-width: 436px) {
    .offer-box-large .offer .img-box .ClubCardImg {
        height: 240px !important;
    }

    .offers-box-large .offer-box-large .offer a {
        height: 69.5% !important;
    }
}

@media all and (max-width: 481px) {
    .offers-box-large .offer-box-large .offer a {
        height: 63.5%;
    }

    .product-box .offer .ClubCardImg {
        height: 240px !important;
    }

    .offer-box-large .offer .texts-box h2 {
        margin-bottom: 0;
    }

    .show-all-products__box {
        height: 265px;
    }
}

@media all and (max-width: 576px) and (min-width: 481px) {
    .Starimg {
        top: calc(100% - 35px);
        width: 74px !important;
        left: 4px;
    }

    .loctionrang {
        padding: 0 4px 0 7px;
        font-size: 11px;
    }
}

@media all and (max-width: 767px) and (min-width: 481px) {
    .offer-box-large .offer .img-box .ClubCardImg {
        height: 360px !important;
    }
}

@media all and (min-width: 600px) {
    .nav-search-box {
        width: 40% !important;
    }
}

@media only screen and (min-width: 768px) {
    .product-box .offer:hover .texts-box h2 {
        transform: translateX(-3%)
    }

    .product-box .offer:hover .texts-box .ClubIdentitiLabel {
        /*transform: translateX(-5%);*/
        /*text-decoration: underline;*/
        font-weight: bold;
    }

    .offer-box-large .offer .img-box .ClubCardImg {
        height: 385px !important;
    }
}

@media only screen and (max-width: 768px) {
    .offer .texts-box h2 {
        font-size: 12px;
    }

    .top-bar {
        display: none;
    }
    /*.offer-box-large .offer .img-box .ClubCardImg {
        height: 379px !important;
    }*/
}

@media only screen and (max-width: 991px) {
    .product-box .offer .ClubCardImg {
        height: 140px;
    }
}

@media only screen and (min-width: 991px) {
    .offer-box-large .offer .img-box .ClubCardImg {
        height: 100% !important;
    }
}

.ClubIdentitiLabel {
    transition-duration: .5s;
}

.offer .locatoin {
    position: absolute;
    bottom: 115px;
    right: 20px;
    border-radius: 25px;
    min-width: 100px;
    padding: 2px 15px;
    font-size: 13px;
    z-index: 2;
    background: #fff;
    line-height: 24px;
}

    .offer .locatoin i {
        font-size: 20px;
        padding-top: 3px;
    }

.offer .compare-box {
    position: absolute;
    bottom: 25px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    width: 30px;
}

.offer .bottom {
    height: 32px;
    line-height: 34px;
    overflow: hidden;
}

    .offer .bottom i {
        font-size: 20px;
        vertical-align: bottom;
        line-height: 32px;
    }

.offer .price-box {
    float: right;
}

.offer .del-price {
    position: relative;
    font-size: 12px;
    color: #757575;
}

    .offer .del-price:before {
        content: "";
        position: absolute;
        width: 120%;
        height: 1px;
        right: -10%;
        left: -10%;
        top: 50%;
        background: #757575;
        transform: rotate(-10deg);
    }

.offer .price {
    color: #000;
    font-size: 16px;
    margin-right: 5px;
}

.offer .currency {
    color: #000;
    font-size: 12px;
}

.offer .discount {
    padding: 0 7px;
    background: #ff5a5f;
    color: #000;
    border-radius: 50px;
    /* width: 32px; */
    height: 28px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 34px;
    position: relative;
    line-height: 30px;
}

    .offer .discount .discount-percent {
        font-size: 14px;
    }

.video .hover i {
    border: 1px solid #d2d2d2;
    height: 48px;
    width: 48px;
    line-height: 52px;
    font-size: 22px;
    color: #d2d2d2;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.video .texts-box {
    padding: 5px 10px;
    display: table;
    width: 100%;
}

.video h4 {
    height: 52px;
    overflow: hidden;
    text-align: center;
    color: #575757;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.incredible-badge {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 20px;
    width: 220px;
    height: 48px;
    /*background: url(../images/incredible.png) no-repeat;*/
    background-size: 100%;
}
/* #endregion Main */


/* #region Category */
.category-carousel {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    float: right;
    position: relative;
}

.category-carousel-box {
    width: calc(100% - 350px);
    float: left;
}

.category-texts-box {
    width: 350px;
    padding: 10px 0 70px 0;
}

.category-carousel.main-slide .img-box {
    width: 100%;
}

    .category-carousel.main-slide .img-box img {
        border-radius: 5px 0 0 5px;
    }

.side-filter-box {
    width: 300px;
    float: right;
    padding: 0 0 0 15px;
    margin-top: 10px;
    display: block;
}

.side-filter {
    border-radius: 5px;
}

    .side-filter h2 i {
        vertical-align: top;
    }

.side-box {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

    .side-box .has-underline {
        padding-bottom: 5px;
    }

        .side-box .has-underline h3.caption {
            font-size: 16px;
            min-height: 24px;
            margin: 3px 0;
        }

    .side-box .btn-toggle-side-box {
        position: absolute;
        left: 0;
        top: 5px;
        margin: 0;
        font-size: 14px;
    }

.side-box-content ul > li > ul {
    padding-right: 30px;
}

.range-container {
    position: relative;
    top: 10px;
}

    .range-container input {
        border: none;
        width: 49%;
        height: 25px;
    }

        .range-container input:first-child {
            text-align: right;
        }

        .range-container input:last-child {
            text-align: left;
        }

ul.categories li {
    display: block;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

    ul.categories li a {
        display: block;
    }

        ul.categories li a span:first-child {
            display: inline-block;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        ul.categories li a:hover span:first-child {
            transform: translateX(-10px);
        }

        ul.categories li a .count {
            float: left;
            font-weight: bold;
            font-size: 13px;
            background: #f1f1f1;
            padding: 1px 3px;
            border-radius: 25px;
            display: inline-block;
            height: 32px;
            min-width: 32px;
            line-height: 32px;
            text-align: center;
        }

.toggle-filter-box {
    display: none;
    float: left;
}

    .toggle-filter-box #btn-show-sidebar {
        padding: 2px 15px;
        margin: 8px 0;
        font-size: 13px;
    }

.floated {
    float: left;
    width: calc(100% - 300px);
}
/* #endregion Category */


/* #region Business Details */
.details-top-box {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 15px;
}

#owl-thumbs {
    margin-top: 15px;
}

    #owl-thumbs .owl-item {
        opacity: 0.7;
        cursor: pointer;
    }

        #owl-thumbs .owl-item.current {
            opacity: 1;
        }


.details-primary-info h1 {
    color: #000;
    margin: 0;
    height: 85px;
    overflow: hidden;
}

.details-primary-info h2 {
    font-size: 15px;
    margin: 0;
    height: 30px;
}

    .details-primary-info h2 a {
        color: #03a9f4;
    }

.details-primary-info .info-top {
    border-bottom: 1px solid #d2d2d2;
}

.details-primary-info .info-row {
    border-bottom: 1px solid #d2d2d2;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

    .details-primary-info .info-row.info-row-lg {
        height: 90px;
        padding: 10px 0;
    }

    .details-primary-info .info-row.info-row-lg {
        height: 90px;
        padding: 10px 0;
    }

    .details-primary-info .info-row i.ion-ios-location-outline {
        font-size: 28px;
        line-height: 45px;
    }

    .details-primary-info .info-row i.ion-ios-photos-outline,
    .details-primary-info .info-row i.ion-bag {
        font-size: 22px;
        line-height: 45px;
        color: #757575;
    }

.details-primary-info .price-box {
    margin-top: 15px;
}

.details-primary-info .currency {
    font-size: 14px;
    color: #000;
}

.details-primary-info .price {
    font-size: 22px;
    color: #000;
    margin-right: 10px;
}

.details-primary-info .discount {
    background: #ff5a5f;
    color: #000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

    .details-primary-info .discount > span {
        display: inline-block;
        width: 100%;
    }

.details-primary-info .discount-percent {
    font-size: 22px;
    margin-top: 18px;
}

.details-primary-info .discount-title {
    font-size: 11px;
}

.details-primary-info .del-price {
    position: relative;
    font-size: 15px;
    color: #757575;
}

    .details-primary-info .del-price:before {
        content: "";
        position: absolute;
        width: 120%;
        height: 1px;
        right: -10%;
        left: -10%;
        top: 50%;
        background: #757575;
        transform: rotate(-10deg);
    }

.details-clock-box {
    position: relative;
}

.details-clock.flip-clock-wrapper {
    position: relative;
    margin: 20px auto 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 295px;
}

.main-attribute-box {
    border-bottom: 1px solid #d2d2d2;
}

.btn-buy-box {
    position: relative;
    border-radius: 8px;
    background-color: #f1f1f1;
    margin-top: 15px
}

    .btn-buy-box .btn {
        font-size: 18px;
    }

    .btn-buy-box #btn-add-to-card {
        font-size: 15px;
        float: left;
    }

    .btn-buy-box input.inner {
        position: absolute;
        top: 16px;
        left: 15px;
        border-radius: 3px;
        border: none;
        color: #575757;
        width: 60px;
        font-size: 16px;
        text-align: center;
        padding-right: 15px;
        z-index: 2;
    }

    .btn-buy-box .quantity {
        float: right;
        width: calc( 100% - 170px);
        margin-top: 13px;
    }

.public-btn-m {
    background: #f29f05;
    border-radius: 8px;
    box-shadow: 1px 2px 11px 2px rgb(0 0 0 / 25%);
    margin: 20px;
    width: calc(100% - 40px);
    display: inline-block;
    text-align: center;
    color: white;
    padding: 8px 0;
}


/* (Start) Seller PSP */
.seller-psp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.seller-psp-item {
    display: inline-block;
    background: #a3a3a32e;
    padding: 5px 17px;
    border-radius: 100px;
    margin: 10px 5px;
}

    .seller-psp-item .psp-icon {
        width: 30px;
        height: auto;
    }

    .seller-psp-item .psp-title {
        font-size: 13px;
        font-weight: 600;
    }
/* (Edn) Seller PSP */

.details-primary-info .info-row.info-bottom {
    border-bottom: none;
}

ul.socials-share {
    text-align: left;
}

.socials-share li {
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
}

.select-modal .img-box, .select-modal .texts-box {
    display: inline-block;
    vertical-align: top;
}

    .select-modal .img-box img {
        width: 80px;
        height: 80px;
        padding: 2px;
        border: 1px solid #d2d2d2;
    }

.select-modal .texts-box {
    margin-right: 10px;
}

    .select-modal .texts-box h3 {
        margin: 0;
    }

.select-modal .price-box {
    margin-right: 10px;
    display: inline-block;
}

.select-modal .currency {
    font-size: 14px;
    color: #000;
}

.select-modal .price {
    font-size: 22px;
    color: #000;
    margin-right: 10px;
}

.select-modal .discount {
    background: #ff5a5f;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

    .select-modal .discount > span {
        display: inline-block;
        width: 100%;
    }

.select-modal .discount-percent {
    font-size: 13px;
    margin-top: 5px;
}

.select-modal .discount-title {
    font-size: 11px;
}

.select-modal .del-price {
    position: relative;
    color: #757575;
}

    .select-modal .del-price:before {
        content: "";
        position: absolute;
        width: 120%;
        height: 1px;
        right: -10%;
        left: -10%;
        top: 50%;
        background: #757575;
        transform: rotate(-10deg);
    }

.select-modal .sales-counter {
    font-size: 12px;
}

    .select-modal .sales-counter i {
        font-size: 22px;
    }

    .select-modal .sales-counter span {
        font-size: 16px;
    }

.select-modal .choice-row {
    border-top: 1px solid #d2d2d2;
    padding: 10px 0;
}

.details-primary-info .like-table .like-tablecell:first-child {
    width: 100px;
}

.details-primary-info .main-attribute-box {
    padding-top: 7px;
}

.details-primary-info .form-group {
    padding: 0;
    margin: 0;
}

.details-box {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
}

    .details-box.details-main-desc {
        padding: 15px 0;
    }

.details-main-desc .like-tablecell {
    padding: 0 15px;
    width: 50%;
}

.details-main-desc .col-right {
    border-left: 1px solid #d2d2d2;
    width: 50%;
    /*width: 66.66666666%*/
}

.details-main-desc .col-left {
    width: 50%;
    /*width: 33.33333333%;*/
}

.details-box h3.caption {
    margin: 0;
    font-size: 18px;
}

.details-box .has-underline {
    padding-bottom: 4px;
}

.description-info img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
}

ul.product-attributes {
    margin-bottom: 30px;
}

    ul.product-attributes > li {
        border-bottom: 1px solid #d2d2d2;
        display: table;
        width: 100%;
    }

        ul.product-attributes > li > span {
            display: table-cell;
            padding: 7px 10px 7px 10px;
        }

            ul.product-attributes > li > span:first-child {
                border-left: 1px solid #d2d2d2;
                width: 25%;
                max-width: 200px;
                min-width: 100px;
                text-align: left;
            }

    ul.product-attributes ul {
        padding-right: 20px;
        margin-bottom: 0;
    }

        ul.product-attributes ul li {
            line-height: 28px;
            position: relative;
            list-style: none;
        }

            ul.product-attributes ul li:before {
                content: "";
                position: absolute;
                top: 9px;
                right: -15px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #555;
            }

.description-bottom {
    text-align: center;
}

.side-info .info-row {
    border-bottom: 1px solid #d2d2d2;
    padding: 7px 0 6px 0;
}

    .side-info .info-row:last-child {
        border: none;
    }

    .side-info .info-row i {
        font-size: 22px;
    }

        .side-info .info-row i.ion-paper-airplane {
            font-size: 20px;
        }

.lb-data .lb-close {
    width: 32px;
    height: 32px;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=1000);
    opacity: 1;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    position: absolute;
    top: -40px;
    background: #fff;
    border-radius: 25px;
    color: #999;
}

    .lb-data .lb-close:before {
        content: "×";
        position: absolute;
        top: 17px;
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 26px;
    }

    .lb-data .lb-close:hover {
        background: #ff5a5f;
        color: #fff;
    }

.lb-data .lb-details {
    width: 85%;
    float: right;
    text-align: right;
    line-height: 1.1em;
}

.map-box {
    position: relative;
    text-align: center;
}

    .map-box .btn {
        position: absolute;
        width: 280px;
        max-width: 96%;
        height: 36px;
        top: 50px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }

.rating-box .star-rating {
    margin-top: 3px;
}

.rating-box span {
    color: #fbc02d !important;
    font-size: 20px;
    margin-right: 2px;
    vertical-align: top;
}

.star-rating span:nth-child(2) {
    font-size: 17px;
}

.star-rating span:nth-child(3) {
    font-size: 18px;
}

.star-rating span:nth-child(4) {
    font-size: 19px;
}

.star-rating span:nth-child(5) {
    font-size: 20px;
}

.star-rating span:nth-child(6) {
    font-size: 21px;
}

.rating-box span.fa.fa-star-o {
    color: #bbc9d6 !important;
}

.comment-box {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 10px;
    min-height: 100px;
    float: right;
    width: 100%;
}

    .comment-box img {
        border-radius: 50%;
        height: 70px;
        width: 70px;
        margin-right: 0;
        padding: 1px;
        border: 1px solid #d2d2d2;
    }

    .comment-box .seprator {
        color: #ccc;
        margin: 2px 6px;
    }

    .comment-box span.name {
        font-weight: bold;
        color: #575757;
    }

    .comment-box a.name {
        font-weight: bold;
        color: #575757;
    }

    .comment-box .seprator {
        color: #d2d2d2;
        margin: 2px 6px;
    }

    .comment-box .response {
        float: left;
        margin: 10px 0;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        padding: 5px 10px;
        max-width: 95%;
    }

        .comment-box .response > img {
            width: 70px;
            height: 70px;
            float: left;
            margin: 5px 10px 5px 0;
            padding: 1px;
            border: 1px solid #d2d2d2;
        }

.star-rate span {
    color: #fbc02d;
}

    .star-rate span.gray {
        color: #cbcbcb;
    }

.star-retaed > i {
    font-size: 18px;
    color: #fbc02d;
    line-height: 25px;
    padding-top: 4px;
}

.star-retaed i:nth-child(1) {
    font-size: 17px;
}

.star-retaed i:nth-child(2) {
    font-size: 18px;
}

.star-retaed i:nth-child(3) {
    font-size: 19px;
}

.star-retaed i:nth-child(4) {
    font-size: 20px;
}

.star-retaed i:nth-child(5) {
    font-size: 21px;
}

.captcha-box {
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding: 14px 10px;
    text-align: center;
}

.tags ul > li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
}

    .tags ul > li > a {
        position: relative;
        border-radius: 15px;
        border: 1px solid #d2d2d2;
        padding: 2px 15px 2px 10px;
    }

        .tags ul > li > a:hover {
            border-color: #03a9f4;
        }

        .tags ul > li > a:before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #d2d2d2;
            top: 0;
            bottom: 0;
            right: 6px;
            margin: auto;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .tags ul > li > a:hover:before {
            background: #03a9f4;
        }

.details-box.relateds-box {
    padding-bottom: 0;
}

.quantity {
    text-align: center;
}

    .quantity input {
        width: 75px;
        border: 1px solid #d2d2d2;
        background-size: 0 2px, 100% 1px;
        background-repeat: no-repeat;
        background-color: transparent;
        transition: background 0s ease-out;
        float: none;
        box-shadow: none;
        border-radius: 3px;
        font-weight: 400;
        text-align: center;
        display: inline-block;
    }

        .quantity input:focus {
            border-color: #999;
        }

    .quantity .btn.btn-default {
        background: #eee;
        border: 1px solid #d2d2d2;
        margin-top: 0;
        margin-bottom: 0;
    }

.choice-row .btn-select {
    margin-top: 3px;
    margin-bottom: 3px;
}
/* #endregion Business Details */


/* #region Newsletter */
.newsletter-box {
    padding: 100px 0 50px;
    min-height: 300px;
    color: #fff;
    text-align: center;
    background-image: url('../assets/images/bg/newsletter-bg.jpg');
}

    .newsletter-box h4 {
        font-size: 22px;
    }

.form-newsletter {
    border: 1px solid #d2d2d2;
    border-radius: 25px;
    padding: 2px;
    position: relative;
    width: 100%;
    float: right;
    padding-right: 25px;
    margin-top: 10px;
}

    .form-newsletter .input-group {
        display: block;
    }

        .form-newsletter .input-group .input-group-btn {
            padding: 0;
            float: left;
        }

    .form-newsletter .form-group {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .form-newsletter .form-group .form-control {
            margin-bottom: 0;
        }

    .form-newsletter .btn {
        padding: 3px 20px 2px 20px;
        margin: 0;
    }

    .form-newsletter:before {
        content: "\f422";
        position: absolute;
        right: 9px;
        top: 4px;
        width: 28px;
        height: 28px;
        font-size: 22px;
        display: inline-block;
        font-family: "Ionicons";
        z-index: 2;
        transform: rotate(-20deg);
    }

    .form-newsletter input.form-control {
        border: none;
        border-bottom-right-radius: 25px !important;
        border-top-right-radius: 25px !important;
        height: 30px;
        margin-top: 3px;
        padding: 4px 6px;
        color: #fff;
    }
/* #endregion Newsletter */


/* #region Ads */
.ads-box {
    width: 100%;
    display: block;
    margin: 20px 0;
}

    .ads-box .ad-box {
        float: right;
    }

        .ads-box .ad-box.col3 {
            width: calc(33.3%);
            padding: 0 15px;
        }

        .ads-box .ad-box.col4 {
            width: calc(25%);
            padding: 0 15px;
        }

        .ads-box .ad-box.col6 {
            width: calc(50%);
        }

        .ads-box .ad-box:first-child {
            padding-right: 0;
        }

        .ads-box .ad-box:last-child {
            padding-left: 0;
        }
/* #endregion Ads */


/* #region Cart Page */
.cart-box {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px 0;
    margin: 25px 0 50px 0;
}

    .cart-box .price-box {
        float: right;
    }

    .cart-box .del-price {
        position: relative;
        font-size: 12px;
        color: #757575;
    }

        .cart-box .del-price:before {
            content: "";
            position: absolute;
            width: 120%;
            height: 1px;
            right: -10%;
            left: -10%;
            top: 50%;
            background: #757575;
            transform: rotate(-10deg);
        }

    .cart-box .price {
        color: #000;
        font-size: 16px;
        margin-right: 5px;
    }

    .cart-box .currency {
        color: #000;
        font-size: 12px;
    }

.products-list {
    border-radius: 3px;
}

    .products-list > .row {
        border-bottom: 1px solid #e1e1e1;
        padding: 7px 0;
        margin: 0;
    }

    .products-list .product-row:last-child {
        border-bottom: none;
    }

    .products-list .product-row:nth-child(even) {
        background: #f5f5f5;
    }

    .products-list .img-box {
        float: right;
        width: 80px;
        margin-left: 15px;
    }

    .products-list .text-box {
        float: right;
        width: calc(100% - 100px);
    }

.product-row .img-cart {
    width: 80px;
    max-width: 100%;
    height: auto;
}

.product-row, .product-row a.title {
    color: #717171;
    font-size: 12pt;
}

    .product-row a.title:hover {
        color: #757575;
    }

    .product-row .btn-round {
        width: 34px;
        height: 34px;
        padding: 0;
        line-height: 38px;
        overflow: hidden;
    }

    .product-row .total {
        text-align: center;
        min-width: 120px;
    }

        .product-row .total.text-left {
            text-align: left;
        }

    .product-row .end {
        display: table;
        width: 100%;
        padding: 10px 0;
    }

    .product-row .qty,
    .product-row .total,
    .product-row .remove-box {
        display: table-cell;
    }

        .product-row .qty input {
            width: 80px !important;
            display: inline-block;
        }

        .product-row .qty .form-group {
            display: inline-block;
        }

        .product-row .total,
        .product-row .qty .form-control {
            font-size: 20px;
            padding-top: 5px;
        }

    .product-row .remove-box {
        text-align: left;
    }

.table.table-cart {
    margin-bottom: 0;
}

    .table.table-cart tr:first-child > td {
        border-top: none;
    }

    .table.table-cart tr > td:last-child(2) {
        font-size: 16px;
    }
/* #endregion Cart Page */


/* #region Profile Page */
.profile-page .main-raised {
    margin: 45px 10px 0px;
    padding-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0,0,0,.125);
}

.profile-page .buttons-box {
    padding: 0 10px;
}

    .profile-page .buttons-box .btn {
        padding: 5px 2px;
    }

.profile-page .profile img {
    max-width: 100px;
    margin: -50px auto 10px;
}

.table-orders .btn {
    margin: 0 1px;
}

    .table-orders .btn i {
        font-size: 24px;
    }

.side-box.had-padding {
    padding-right: 10px;
    margin-bottom: 15px;
}
/* #endregion Profile Page */


/* #region 404 Page */
.page-404 .parallax1, .page-404 .parallax2 {
    width: 100%;
    height: 650px;
    position: absolute;
    top: 100px;
}

.page-404 .parallax1, .page-404 .parallax2 {
    transition: linear 0.15s all;
}

.page-404 .parallax1 {
    background: url(../images/parallax/parallax1.png) center center;
    z-index: 1;
    opacity: .7
}

.page-404 .parallax2 {
    background: url(../images/parallax/parallax2.png) center center;
    z-index: 2;
}

.page-404 .main-404 {
    text-align: center;
    margin: 100px 0;
    position: relative;
    z-index: 3
}
/* #endregion 404 Page */


/* #region About & Contact Page */
.about-bg {
    background-image: url(../images/parallax/about.jpg);
    padding: 50px 0 125px 0;
}

.meterial-page .parallax h1 {
    font-size: 26pt;
    color: #f2f2f2;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 100px auto;
    z-index: 4;
    display: block;
    max-width: 90%;
    text-shadow: 0 0 10px #333;
}

.profile-page.about-page .gallery img {
    max-width: 266px;
    ;
    margin: 0 auto 20px auto;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgb(3, 169, 244);
    color: #fff;
    box-shadow: 0 16px 26px -10px rgba(3, 169, 244, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 169, 244, 0.2);
}

.profile-page .btn.btn-just-icon, .profile-page .navbar .navbar-nav > li > a.btn.btn-just-icon {
    background: transparent;
    color: #878787 !important;
}

    .profile-page .btn.btn-just-icon:hover {
        color: #232323 !important;
    }

.btn.btn-just-icon i, .navbar .navbar-nav > li > a.btn.btn-just-icon i {
    width: 30px;
    font-size: 30px;
}

    .btn.btn-just-icon i.ion-android-navigate {
        transform: rotate(45deg) translate(-2px, -2px);
    }

.about-page .nav-link {
    font-size: 14pt;
}

.profile-page.meterial-page .main.main-raised {
    margin: -75px 50px 50px;
}

.meterial-page h3.title {
    font-size: 16pt;
}

.count-number {
    font-size: 28pt;
    margin-top: 10px;
}

.count-descr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.count-title {
    color: #7e8082;
}

.row.counter-box > div {
    border-left: 1px solid #d2d2d2;
}

    .row.counter-box > div:last-child {
        border: none;
    }

.contact-bg {
    background-image: url(../images/parallax/contact.jpg);
    padding: 50px 0 125px 0;
}

.contact-object {
    position: relative;
    padding-left: 65px;
    margin-bottom: 10px;
}

.contact-icon {
    position: absolute;
    top: 25px;
    left: 0;
    color: #7e8082;
    font-size: 35px;
}

.contact-text {
    padding: 16px 0px 18px 27px;
    border-left: 1px solid #dedede;
}

#contact-map {
    width: 100%;
    height: 400px;
}
/* #endregion About & Contact Page */


/* #region Footer */
footer {
    padding: 0;
    z-index: 0;
    background: #575757;
    color: #999999;
    font-size: 10pt;
}

.footer-container {
    background: #ededed;
    padding: 25px 0 15px 0;
    border-top: 10px solid #340651;
    color: #eee;
    position: relative;
    margin-top: 112px;
}

    .footer-container:before {
        content: '';
        background-image: url(../img/Club/pattern-about-shopping.jpg);
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .04;
    }

    .footer-container .top-footer-pattern {
        height: 115px;
        position: absolute;
        top: -118px;
        left: 0;
        right: 0;
    }

        .footer-container .top-footer-pattern:before {
            content: '';
            background-image: url(../img/Club/Footer-pattern.jpg);
            width: 100%;
            height: inherit;
            /*background-size: cover;*/
            background-repeat: repeat;
            display: block;
        }

footer hr {
    border-top: 1px solid #999;
}

.footer-container h3.caption {
    padding-bottom: 2px;
    color: #f29f05;
    font-size: 17px;
    margin: 3px 0;
}

.footer-container .has-underline {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 5px;
}

    .footer-container .has-underline .caption:before {
        background: #f29f05;
    }

.footer-container ul li a {
    display: inline-block;
    padding: 0;
}

.footer-container ul li a,
.footer-container a {
    color: #404040;
    font-size: 14px !important;
}

footer ul li a:hover, footer ul li a:active, footer ul li a:focus,
footer a:hover, footer a:active, footer a:focus {
    color: #7F7F7F;
}

.footer-nav-section {
    margin-top: 10px;
}

footer ul.bottom-links {
    margin: 10px 17px 0;
}

    footer ul.bottom-links li a,
    footer ul.bottom-links li {
        display: block;
    }


.footer-container__license-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-container__license-logo img {
        width: 110px;
        margin: 0 10px;
        height: 110px;
        object-fit: contain;
    }

/* ---------- (Start) MapContainer ---------- */
#map {
    height: 500px;
    width: 100%;
}

.footer-container--communication-with-Kartiam {
    display: flex;
    justify-content: space-around;
    background-color: #7111800a;
    width: 85%;
    margin: 12px auto 0;
    padding: 10px 5px !important;
    border-radius: 100px;
}

    .footer-container--communication-with-Kartiam .btn {
        font-weight: 700;
        font-size: 14px;
        border: none;
        padding: 13px 31px;
        border-radius: 5px !important;
        text-transform: uppercase;
        position: relative;
        -webkit-box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
        box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
        z-index: 1;
        -webkit-transition: .9s;
        transition: .9s;
        margin: auto;
        height: unset !important;
        position: unset;
    }

    .footer-container--communication-with-Kartiam .btn-primary {
        background-color: #f29f05 !important;
    }

        .footer-container--communication-with-Kartiam .btn-primary:hover, .footer-container--communication-with-Kartiam .btn-primary:focus, .footer-container--communication-with-Kartiam .btn-primary:active {
            color: #ffffff;
            background: #f29f05;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

    .footer-container--communication-with-Kartiam .communication-with-fartak__wrapper {
        margin: 0;
        font-size: 14px;
        position: relative;
    }

        .footer-container--communication-with-Kartiam .communication-with-fartak__wrapper b {
            color: #212529;
        }

        .footer-container--communication-with-Kartiam .communication-with-fartak__wrapper.PhoneNumber span a {
            color: #818992;
        }

        .footer-container--communication-with-Kartiam .communication-with-fartak__wrapper.PhoneNumber span {
            direction: ltr;
            display: inline-block;
        }


.communication-with-fartak__wrapper #OpenCompanyMap {
    cursor: pointer;
    color: #626262;
    border-bottom: 1px solid;
}

.communication-with-fartak__wrapper .CompanyGoogleMap {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 33px;
}

    .communication-with-fartak__wrapper .CompanyGoogleMap #map {
        height: 300px !important;
        background-color: white;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: var(--t-shadow-m2);
        border-radius: 8px;
    }

        .communication-with-fartak__wrapper .CompanyGoogleMap #map .btn-show-map {
            padding: 13px 31px;
            text-align: center;
            margin-top: 7px;
            background-color: var(--gold-color);
            border-radius: 8px;
            cursor: pointer;
            transition: .9s all ease-in-out;
        }

            .communication-with-fartak__wrapper .CompanyGoogleMap #map .btn-show-map:hover {
                background-color: #E7C716;
                transition: .7s all ease-in-out;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
            }


        .communication-with-fartak__wrapper .CompanyGoogleMap #map .Route_mapPopped {
            z-index: 99999;
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 10px 14px;
            font-size: 15px;
        }

        .communication-with-fartak__wrapper .CompanyGoogleMap #map .leaflet-pane {
            z-index: unset;
        }
/* ---------- (End) MapContainer ---------- */



footer .copyright {
    padding: 7px 0;
}

.copyright {
    background: #f29f05;
    color: White;
    font-size: 9pt;
}

    .copyright a {
        color: #b9b9b9;
        margin: 0 5px;
    }

        .copyright a:hover {
            color: #fff;
        }


.footer-container__CopyRight {
    text-align: center;
}

    .footer-container__CopyRight .social-medias a {
        display: inline-block;
        color: #b9b9b9;
        transition: .2s all ease-in-out;
        font-size: 19px;
        margin: auto 4px;
    }

        .footer-container__CopyRight .social-medias a:hover {
            transition: .18s all ease-in-out;
            color: #e3be00;
        }

@media only screen and (max-width: 768px) {
    .footer-container--communication-with-Kartiam {
        width: 90%;
        align-items: center;
        flex-direction: column;
        /*background-color: transparent;*/
        border-radius: 8px;
    }
}
/* #endregion Footer */


/* #region Responsive */
@media(min-width: 1199px) {
    /*.home-wide-carousel {
        min-height: 440px;
    }
*/
    .home-carousel-box {
        min-height: 380px;
    }
}

@media(max-width: 1199px) {
    .top-left.navbar-nav > li {
        margin-right: 2px;
    }

    .offer .texts-box h2 {
        font-size: 11pt;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*.form-search {
        width: calc(100% - 142px);
    }*/

    /*.form-search .form-group {
            width: calc( 100% - 83px);
        }*/

    .core-nav .nav-container {
        padding: 0 30px;
    }

    .core-nav .wrap-core-nav-list ul.core-nav-list > li {
        padding: 15px 10px;
    }

    .core-nav ul.core-nav-list > li > a {
        font-size: 13px;
        padding: 5px;
        color: #fff;
        position: relative;
    }

    #owl-details.owl-theme .owl-nav [class*=owl-], #owl-main.owl-theme .owl-nav [class*=owl-] {
        margin-top: -48px;
    }

    .main-slide .texts-box h2, .shop-carousel .main-slide .texts-box h2 {
        height: 45px;
        font-size: 11pt;
    }

    .details-clock.flip-clock-wrapper {
        width: 280px;
    }

    .flip-clock-wrapper ul {
        width: 28px !important;
        height: 36px !important;
        font-size: 28px !important;
        line-height: 40px !important;
    }

        .flip-clock-wrapper ul li a div div.inn {
            font-size: 26px !important;
            line-height: 36px !important;
        }

    .btn-buy-box .quantity {
        width: calc( 100% - 164px);
    }

        .btn-buy-box .quantity input {
            width: 40px;
        }

    .map-box img {
        max-width: 100%;
    }

    .product-box .offer .discount {
        margin-right: 2px;
    }

    .product-box .offer .del-price {
        font-size: 10px;
    }

    .product-box .offer .currency {
        font-size: 10px;
    }

    .home-wide-carousel {
        min-height: 370px;
    }

    .home-carousel-box {
        min-height: 330px;
    }
}

@media (min-width: 992px) {
    .side-filter-shadow {
        display: none;
    }

    .modal-dialog.modal-lg {
        width: 900px;
    }

    .details-carousel-box {
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    .core-nav .core-nav-toggle {
        color: #fff;
        height: 40px;
        width: 32px;
        margin-right: 5px;
    }

    .core-nav ul.menu > li.dropdown > a.dropdown-toggle::after {
        top: 2px;
        left: 15px
    }

    .core-nav .wrap-core-nav-list {
        right: -270px;
        left: inherit
    }

        .core-nav .wrap-core-nav-list ul.core-nav-list > li {
            float: right;
            padding: 5px 10px !important;
        }

    .core-content .brand {
        display: block;
        float: left;
        margin-top: 16px;
        color: #fff;
    }

    .core-responsive-slide.open {
        margin-left: 0;
        margin-right: 0;
    }

    .core-responsive-slide .core-nav .wrap-core-nav-list {
        z-index: 3;
    }

    .core-nav-container .core-responsive-slide.open .core-nav .nav-header {
        z-index: 0;
    }

    .core-responsive-slide:before {
        transition: ease 1s all;
    }

    .core-responsive-slide.open:before {
        content: "";
        display: block;
        opacity: 1;
        position: fixed;
        z-index: 9999;
        top: 0;
        bottom: 0;
        right: 270px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    .core-responsive-slide.open .core-nav .wrap-core-nav-list {
        top: 0;
        margin-top: 0;
        margin-left: 0;
        bottom: 0;
        background: #fff;
        right: 0;
    }

    .core-nav .dropdown-menu, .core-nav .megamenu-content {
        box-shadow: none;
    }

    .core-nav ul.core-nav-list > li > a {
        color: #000;
        padding-right: 8px;
        padding-left: 8px;
        padding: 5px;
        position: relative;
    }

    .core-nav ul.core-nav-list > li > label {
        color: #000;
        padding-right: 8px;
        padding-left: 8px;
    }

    .core-nav ul.core-nav-list > li > a:first-child {
        padding-right: 8px;
    }

    .core-nav ul.core-nav-list > li > a:last-child {
        padding-left: 8px;
    }

    .core-nav ul.core-nav-list > li > a:before {
        display: none
    }

    .core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu {
        position: relative !important;
        transform: none !important;
        background: 0 0;
        top: 0;
        left: 0;
        width: 100%;
        margin-right: 0;
        padding: 0 10px 0 0
    }

    .core-nav ul.menu > li.dropdown > .dropdown-menu:before {
        display: none
    }

    .core-nav .wrap-core-nav-list ul.core-nav-list > li a {
        text-align: right
    }

    .core-nav ul.core-nav-list .dropdown-toggle::after, .core-nav ul.menu > li.megamenu > a::after {
        content: "\f48a" !important;
        font-size: 18px;
    }

    .core-nav ul.menu li.dropdown.open > a.dropdown-toggle::after {
        content: "\f463" !important
    }

    .core-nav ul.menu > li.megamenu.open > a::after {
        content: "\f463";
    }

    .core-nav ul.core-nav-list .dropdown-toggle::after, .core-nav ul.menu > li.megamenu > a::after {
        left: 15px;
    }

    .core-nav .wrap-core-nav-list ul.core-nav-list > li {
        float: right;
        padding: 5px !important
    }

    .core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu {
        position: relative !important;
        transform: none !important;
        background: 0 0;
        top: 0;
        left: 0;
        width: 100%;
        margin-right: 0;
        padding: 0 10px 0 0;
    }

    .core-nav .megamenu > .megamenu-content {
        text-align: right;
        padding: 10px 0;
    }

    .core-nav .wrap-core-nav-list.right .megamenu > .megamenu-content {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        position: relative;
        right: 0;
    }

    .core-nav .megamenu-content .title {
        border-bottom: 1px solid #efefef;
        padding-bottom: 8px;
    }

        .core-nav .megamenu-content .title a {
            color: #575757;
            position: relative;
        }

            .core-nav .megamenu-content .title a:before {
                border: none !important;
                font-family: "Ionicons";
                font-size: 18px;
                content: "\f48a";
                position: absolute;
                top: 2px;
                left: 0;
                font-weight: bold;
                color: #000;
            }

            .core-nav .megamenu-content .title a.active:before {
                content: "\f463";
            }

        .core-nav .megamenu-content .title:before, .core-nav .wrap-core-nav-list .core-nav-list .megamenu ul {
            display: none;
        }

    .core-nav .nav-row [class*=col-] {
        padding: 0 15px;
    }

    .core-nav ul.core-nav-list > li > a.special i {
        top: 5px;
        left: 15px;
        right: inherit;
    }

    .core-nav .wrap-core-nav-list .core-nav-list li.show-responsive a.btn {
        display: inline-block;
        width: auto;
        background: #31a9f4;
        border-radius: 25px;
        min-width: 110px;
        text-align: center;
        color: #fff !important;
    }

        .core-nav .wrap-core-nav-list .core-nav-list li.show-responsive a.btn.btn-danger {
            background: #f44336;
        }

    .top-bar .logo-box {
        width: 55px;
        vertical-align: bottom;
    }

    .city-and-search .form-search, .top-left.navbar-nav > li.phone-number, .top-left.navbar-nav > li.user-box {
        /*display: none;*/
    }

    .core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu .dropdown > .dropdown-menu {
        float: none;
        position: relative !important;
        right: 0;
        border: none;
    }

    #view-basket {
        margin: 0;
    }

    #btn-cities > span, .top-left.navbar-nav > li#view-basket > a > span {
        font-size: 12px;
    }

    #btn-cities {
        width: 125px;
        margin: 0;
        padding: 0;
    }

    #btn-responsive-search {
        display: inline-block;
    }

    #responsive-search-box {
        position: absolute;
        display: block;
    }

        #responsive-search-box.show {
            opacity: 1;
            z-index: 2;
            position: absolute;
        }

    #responsive-user-box {
        display: block;
    }
}

@media (max-width: 991px) {
    .main-slide .img-box {
        width: 100%;
        border: none;
    }

    .top-bar .city-and-search {
        margin-top: 10px;
    }

    #owl-main.owl-theme .owl-nav .owl-prev {
        right: 10px;
    }

    #owl-main.owl-theme .owl-nav .owl-next {
        left: 10px;
    }

    #owl-details.owl-theme .owl-nav [class*=owl-], #owl-main.owl-theme .owl-nav [class*=owl-] {
        background: transparent;
        margin-top: 0;
        top: 5px;
        background: rgba(255, 255, 255, 0.5);
        color: #090909;
    }

    .main-slide .img-box:before, .main-slide .img-box:after {
        display: none;
    }

    .main-slide .texts-box h2 {
        height: auto;
        text-align: center;
        padding-bottom: 10px;
        font-size: 11pt;
    }

    .category-carousel-box, .category-texts-box, .main-slide .texts-box {
        width: 100%;
    }

    .main-slide .texts-box {
        padding: 10px 15px 70px 15px;
    }

    .main-slide .info-row.info-row-lg {
        height: 60px;
        padding: 2px 0;
    }

    .main-slide .price-box {
        margin-top: 0;
    }

    .main-slide .discount {
        width: 54px;
        height: 54px;
        line-height: 12px;
    }

    .main-slide .discount-percent {
        font-size: 20px;
        margin-top: 16px;
        font-weight: bold;
    }

    .main-slide .go-buy {
        width: calc( 100% - 20px );
        left: 10px;
        right: 10px;
    }

    .main-slide .img-box, .main-slide .img-box img {
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

    #owl-details.owl-theme .owl-nav .owl-prev {
        right: 5px;
    }

    #owl-details.owl-theme .owl-nav .owl-next {
        left: 5px;
    }

    .side-filter-box {
        position: fixed;
        padding-right: 15px;
        right: 0;
        float: none;
        margin: 0;
        right: -300px;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 99;
        background: #fff;
        box-shadow: 0 0 15px -1px rgba(0,0,0,.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .side-filter-box.active {
            right: 0;
        }

    .side-filter-shadow {
        content: "";
        display: none;
        opacity: 1;
        position: fixed;
        z-index: 99;
        top: 0;
        bottom: 0;
        right: 300px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

        .side-filter-shadow.active {
            display: block;
        }

    .floated {
        width: 100%;
    }

    .toggle-filter-box {
        display: inline-block;
    }

    .profile-box .toggle-filter-box {
        width: 100%;
        margin-bottom: 25px;
    }

    .breadcrumb {
        display: block;
        overflow: auto;
        white-space: nowrap;
    }

        .breadcrumb li {
            display: inline-block;
        }

    .details-primary-info h1 {
        margin: 15px 0;
        height: auto;
    }

    body img {
        max-width: 100%;
    }

    .details-main-desc .col-right, .details-main-desc .col-left {
        width: 100%;
        display: block;
    }

    .btn-buy-box .quantity {
        text-align: right;
    }

    .details-main-desc .col-right {
        border-left: none;
    }

    .right-content-box.floated.m-t-15 {
        margin-top: 0 !important;
    }

    .incredible-badge {
        left: 52px;
        width: 120px;
        height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .core-nav ul.core-nav-list > li > a {
        font-size: 14px;
        padding: 5px;
        color: #fff;
        position: relative;
    }

    .core-nav .wrap-core-nav-list .core-nav-list {
        margin: 0;
    }

    .core-nav .nav-container {
        width: 700px;
    }

    #cities-map .list {
        width: 40% !important;
    }

    #responsive-search-box .input-group {
        padding: 0 5px;
    }

    .modal-dialog.modal-lg {
        width: 760px;
    }

    .contact-object {
        padding-left: 40px;
    }

    .home-carousel-box {
        min-height: 300px;
    }
}

@media (min-width: 768px) {
    #is-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #is-mobile {
        display: block;
    }

    /*.core-nav .core-nav-toggle {
        margin-right: 6px;
    }*/

    #cities-map .map, #cities-map .list {
        width: 100%;
    }

    .select-modal .texts-box {
        float: right;
        width: calc( 100% - 100px);
    }

    .select-modal .img-box {
        float: right;
        width: 80px;
    }

    .choice-row .quantity {
        float: right;
        width: 160px;
    }

    .quantity input {
        width: 60px;
    }

    .choice-row .btn-select {
        float: left;
        width: 152px;
        margin-top: 0;
        font-size: 13px;
        padding: 4px;
    }

    .cart-box .quantity {
        text-align: right;
    }

    #owl-wide.owl-theme .owl-nav .owl-prev {
        right: 7px;
    }

    #owl-wide.owl-theme .owl-nav .owl-next {
        left: 7px;
    }

    .home-wide-carousel {
        min-height: 203px;
    }

    .home-carousel-box {
        min-height: 300px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 98%;
    }
}

@media (max-width: 575px) {
    .has-underline .box-buttons.left .btn-group {
        display: none;
    }

    .has-underline .caption {
        font-size: 16px;
        margin: 10px 0;
    }

        .has-underline .caption:before {
            bottom: -11px;
        }

        .has-underline .caption i {
            font-size: 22px;
            height: 22px;
            /*overflow: hidden;*/
        }

    .side-box .has-underline h3.caption {
        font-size: 16px;
        min-height: 22px;
    }

    .star-retaed {
        display: block;
    }

    .details-box .has-underline {
        padding-bottom: 6px;
    }

    .product-row .end {
        padding: 3px 0 0;
    }

    .product-row .total {
        font-size: 16px;
        font-weight: bold;
        min-width: 80px;
    }

    .footer-container h3.caption {
        padding-bottom: 0;
    }

    #owl-wide.owl-theme .owl-nav .owl-prev, #owl-wide.owl-theme .owl-nav .owl-next {
        display: none;
    }

    .about-bg {
        background-image: url(../images/parallax/about.jpg);
        padding: 10px 0 60px 0;
    }

    .meterial-page .parallax h1 {
        font-size: 22pt;
    }

    .count-number {
        font-size: 22pt;
        margin-top: 35px;
    }

    .profile-page.meterial-page .main.main-raised {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 481px) and (max-width: 576px) {
    .offer .texts-box {
        padding: 10px 4px;
    }

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

    .offer .discount {
        margin-right: 3px;
    }

    .offer .texts-box h2 {
        font-size: 10pt;
    }

    .home-wide-carousel {
        min-height: 180px;
    }
}

@media (max-width: 480px) {
    .xxs-wide {
        width: 100% !important;
    }

        .xxs-wide.product-box {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    #owl-titles {
        display: none;
    }

    .newsletter-box h4 {
        font-size: 16px;
    }

    .form-newsletter {
        padding-right: 20px;
    }

        .form-newsletter .form-group {
            width: 150px;
        }

        .form-newsletter .btn {
            padding: 3px 10px 2px 10px;
            font-size: 13px;
        }

    .special-input-group .form-group {
        width: calc( 100% - 120px);
    }

    .special-input-group .input-group-btn, .special-input-group > .form-control {
        width: 112px;
    }

    .offer .texts-box h2, .product-box .offer .texts-box h2 {
        height: auto;
        word-wrap: normal;
        white-space: inherit;
        overflow: hidden;
        text-overflow: inherit;
    }

    .home-wide-carousel {
        min-height: 140px;
    }
}

@media (max-width: 420px) {
    #select-modal .modal-content .modal-body {
        padding-right: 5px;
        padding-left: 5px;
    }

    .details-clock.flip-clock-wrapper {
        width: 230px;
    }

    .flip-clock-wrapper ul {
        width: 22px !important;
        height: 30px !important;
        font-size: 24px !important;
        line-height: 36px !important;
    }

        .flip-clock-wrapper ul li a div div.inn {
            font-size: 20px !important;
            line-height: 30px !important;
        }

    .btn-buy-box .quantity {
        width: 145px;
    }

    .btn-buy-box #btn-add-to-card {
        width: calc( 100% - 150px );
        padding: 6px;
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    #btn-cities {
        width: 115px;
    }

    .choice-row .btn-select {
        width: 130px;
    }

    .details-primary-info h1 {
        font-size: 11.5pt;
    }

    .btn-buy-box #btn-add-to-card i {
        display: none;
    }

    .details-primary-info .currency {
        font-size: 10px;
    }

    .cart-box .quantity input {
        width: 45px;
    }

    .meterial-page .nav-pills > li > a {
        width: 88px;
        min-width: 60px;
        font-size: 11pt;
        padding: 5px;
    }

    .profile-page.meterial-page .main.main-raised {
        margin-right: 5px;
        margin-left: 5px;
    }

    .contact-object {
        padding-left: 40px;
    }

    .home-wide-carousel {
        min-height: 120px;
    }
}

@media (max-width: 340px) {
    #btn-cities i {
        display: none;
    }

    #btn-cities {
        width: 95px;
        padding-right: 6px;
        height: 38px;
        margin-top: 1px;
    }
}
/* #endregion Responsive */


.clubbody {
    min-height: calc(100vh - 400px);
    margin-bottom: 20px;
}

.SearchImagetop {
    width: 95%;
    height: 95%;
    margin: auto;
}

.searchwrappertop {
    margin-top: 8px;
    border-top: 1px solid silver;
    padding-top: 6px;
}


.tabsToggle {
    text-align: center;
}

    .tabsToggle > li {
        display: inline-block;
        margin-right: 5px;
    }

        .tabsToggle > li > a {
            font-size: 15px;
            padding: 0 5px 0 5px;
        }

.ui-state-active > a {
    background-color: #f29f05;
    color: white;
    font-size: 17px;
    border-radius: 2px;
}

.InfosingleImage {
    width: 90%;
    margin: auto
}

#topSearchEntitys > a, #topSearchEntitys__mobile > a {
    width: 100%;
}


/* #region Advance Search */
.form-control, .form-group .form-control {
    border: 1px solid #e1e1e1;
}

.Advanced-search_container {
    background-image: url(../img/Club/business-club.jpg);
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 220px;
    position: relative;
}

    .Advanced-search_container:before {
        content: '';
        background: #00000042;
        backdrop-filter: blur(6px);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.Advanced-search_header-title {
    z-index: 0;
    color: white;
    margin-bottom: 30px;
    font-size: 20px;
    text-shadow: 2px 2px 10px #000000e0;
}

.Advanced-search_container .search-btn {
    padding: 5px 12px;
    border-radius: 100px;
    background-color: #711181;
}

.Advanced-search_container .ADVTopPanel_select-item--btn_label {
    display: none;
}

.Advanced-search_container .ADVTopPanel_select-item {
    width: 23%;
}

    .Advanced-search_container .ADVTopPanel_select-item select {
        /*background-color: #dbc2df !important;*/
        border-radius: 8px;
        text-align: center !important;
    }

        .Advanced-search_container .ADVTopPanel_select-item select option {
            background-color: white !important;
        }

.bashgah-baner__bottom-slider {
    display: flex;
    align-items: flex-end;
}

    .bashgah-baner__bottom-slider .TopBanner_master {
        margin-top: 0 !important;
    }

.ADVTopPanel {
    position: relative;
    /*margin: 35px 0 5px 0;*/
    padding: 6px;
    border-radius: 5px;
    border: 1.8px solid #e5e5e5;
    box-shadow: 0px 3px 13px 0px #6b6b6b69;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ADVTopPanel .form-control {
        margin-bottom: 0 !important;
    }

.ADVTopPanel_col {
    padding: 4px;
}

    .ADVTopPanel_col select {
        background-color: rgba(255,255,255,.5) !important;
    }


#ADV_backGrand {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0, 0,.5);
    z-index: 5000;
    display: flex;
}

#CloseADV {
    position: absolute;
    top: 8px;
    left: 18px;
    font-size: 18px;
    cursor: pointer;
}

#ADV_Pannel {
    min-height: 10%;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 50%;
    background-color: white;
    margin: auto;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #f29f05;
    transition-duration: .5s;
}

.ADV_logo {
    position: absolute;
    top: 8px;
    right: 10%;
    width: 80%;
    height: auto;
    opacity: .05;
    max-height: 90%
}

.HideADV {
    display: none !important;
}

.ComingSoon {
    background-color: #f29f05;
    text-align: center;
    border-radius: 5px;
    height: 100%;
    width: 75%;
}

    .ComingSoon > label {
        color: white;
        font-size: 17px;
    }

.ComingSoon_Discount {
    width: 25%;
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}
*/

.Advanced-search_container .ADVSearchOpen {
    display: none;
    background: #ffffff;
    position: relative;
    padding: 10px;
    width: 50%;
    margin: 0 auto 20px;
    border-radius: 8px;
    text-align: center;
    text-shadow: 2px 2px 9px #00000082;
}

@media (max-width: 327px) {
    .Advanced-search_container .ADVSearchOpen {
        width: 70%;
    }

    .Advanced-search_header-title {
        font-size: 16px !important;
    }
}

@media (max-width: 428px) {
    .Advanced-search_container .ADVSearchOpen {
        display: block;
    }

    .ADVTopPanel {
        display: none !important;
    }

    .Advanced-search_header-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .Advanced-search_header-title, .Advanced-search_header-title, .ADVTopPanel {
        margin-top: 20px !important;
    }

    .ADVTopPanel {
        margin-top: 0 !important;
    }

    .Advanced-search_container .form-group {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .frtk-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .Advanced-search_container .ADVTopPanel_select-item--btn {
        display: none;
    }

    .Advanced-search_container .ADVTopPanel_select-item--btn_label {
        display: block;
        width: 100%;
    }

    .Advanced-search_container {
        height: auto;
    }

    .Advanced-search_header-title {
        margin-top: 30px;
    }

    .ADVTopPanel {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .Advanced-search_container .col-md-3 {
        -ms-flex: 0 0 21% !important;
        flex: 0 0 21% !important;
        max-width: 21% !important;
    }
}

@media (max-width: 991px) {
    .section-categories-mega-menu {
        display: none
    }

    .section-categories-mega-menu__Mobile {
        display: flex !important;
    }

    .TopBanner_master.offer-baner {
        display: none;
    }

    .categories-modal-box {
        display: block !important;
    }

    .home-wide-carousel {
        min-height: fit-content !important;
    }

    #ADV_Pannel {
        width: 90%;
        max-height: 80%;
    }
}

@media (min-width: 991px) {
    .Advanced-search_container .col-lg-3 {
        -ms-flex: 0 0 22% !important;
        flex: 0 0 22% !important;
        max-width: 22% !important;
    }
}

@media (min-width: 992px) {
    .remodal-wrapper, .remodal-overlay {
        display: none !important;
    }

    .home-wide-carousel .owl-stage {
        height: 260px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #responsive-user-box {
        display: none;
    }

    .core-nav .wrap-core-nav-list {
        right: 0;
    }

        .core-nav .wrap-core-nav-list ul.core-nav-list > li {
            padding: 15px 0 !important;
        }

    .core-nav ul.core-nav-list > li > label, .core-nav ul.core-nav-list > li > a {
        color: #fff;
    }

        .core-nav ul.core-nav-list > li > a.special i {
            top: -5px;
            right: -2px;
        }
}
/* #endregion Advance Search */


/* #region Banner */
.TopBannerWrapper {
    padding: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .TopBannerWrapper img {
        width: 100%;
    }

.TopBanner_slave {
    width: 100%;
    height: 100%;
    box-shadow: -2px 3px 8px 1px black;
}

.TopBanner_master {
    width: 100%;
    height: auto;
    /*box-shadow: -2px 3px 10px 0px rgb(0 0 0 / 26%);*/
    margin-top: 23px;
    border-radius: 8px;
}

.owl-carousel .owl-stage-outer {
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    margin-top: 28px;
    border-radius: 8px;
}

.TopBanner_master_Slider {
    /*width: 100%;*/
    height: auto;
}

.ClubSmallBannerContainer {
    padding: 5px !important;
}

.ClubSmallBanner {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 2px 3px 12px 1px #00000061;
    border: 1px solid gold;
}

.owl-carousel.owl-rtl .owl-item .item {
    height: 100%;
}

.owl-carousel .owl-item img {
    height: 100%;
}

.home-wide-carousel .owl-stage {
    /*height: 260px;*/
    height: auto;
}

.owl-carousel.owl-rtl .owl-item {
    height: 100%;
}

.owl-carousel.owl-rtl {
    height: 91%;
}


.ic-main-megamenu {
    width: 23%;
    margin-left: 15px;
}

.ic-baner-slider {
    width: 75%;
}

@media all and (max-width: 991px) {
    .ic-baner-slider {
        width: 100%;
    }
}
/* #endregion Banner */


/* #region Desktop Categories MegaMenu */
.section-categories-mega-menu {
    height: 260px;
    /*padding-bottom: 22px;*/
    background: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 8px;
}

.categories-mega-menu {
    margin-top: 28px;
    height: 100%;
}

.categories-mega-menu__cat-list {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.categories-mega-menu__cat-item {
    width: 100%;
}

.categories-mega-menu__cat-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

    .categories-mega-menu__cat-item-link:hover {
        background: #fceaff;
        transition: .3s all ease-in-out;
    }

.categories-mega-menu__cat-item--label span {
    margin-right: 8px;
    font-size: 13px;
}

.categories-mega-menu__cat-item--label svg {
    fill: #787878;
}

.categories-mega-menu__cat-item:hover .categories-mega-menu__sub-cat-list {
    display: block;
}

.categories-mega-menu__sub-cat-list {
    position: absolute;
    top: 0;
    left: -600px;
    width: 600px;
    height: 100%;
    /* overflow: auto; */
    background: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 8px;
    z-index: 3;
    display: none;
    padding: 8px;
    overflow: auto;
}

.categories-mega-menu__sub-cat-item {
    display: inline-block;
    padding: 0px 3px;
    transition: .2s all ease-in-out;
}

    .categories-mega-menu__sub-cat-item:hover {
        border-bottom: 1.255px solid silver;
        transition: .15s all ease-in-out;
    }


.categories-mega-menu__sub-cat-item-link {
    display: block;
    padding: 10px;
}

.offer-baner__left-sidebar {
    display: flex;
    justify-content: center;
}

.TopBanner_master.offer-baner {
    max-height: 265px;
    width: auto;
}
/* #endregion Desktop Categories MegaMenu */


/* #region Change Scrollbar */
.section-categories-mega-menu__Mobile::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.section-categories-mega-menu__Mobile::-webkit-scrollbar-track {
    background: #5d5d5d21;
}

/* Handle */
.section-categories-mega-menu__Mobile::-webkit-scrollbar-thumb {
    background: #00000038;
    border-radius: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

    /* Handle on hover */
    .section-categories-mega-menu__Mobile::-webkit-scrollbar-thumb:hover {
        background: rgb(239 81 125 / 0.40);
    }
/* #endregion Change Scrollbar */


/* #region Mobile Categories box item */
.categories-modal-box {
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 14px rgb(0 0 0 / 33%);
    border-radius: 60px;
    margin: 15px;
    background: white;
    cursor: pointer;
    border: 1.255px solid silver;
    display: none;
}

    .categories-modal-box img {
        width: 60px;
        padding: 10px;
        border-radius: 100px;
    }


.remodal-overlay {
    background: rgba(43, 46, 56, 0.6);
}

.remodal-wrapper {
    padding: 0 !important;
    overflow: hidden !important;
    backdrop-filter: blur(3px);
}

.remodal {
    padding: 27px !important;
    box-sizing: border-box;
    width: 100%;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    height: 100%;
    margin: 0 !important;
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 100vw !important;
    }
}

.Cat-modal-size {
    /*max-width: 500px !important;*/
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

.remodal .Cat-modal-header-customize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding-bottom: 20px;
    text-align: right;
    direction: rtl;
    justify-content: space-between;
    align-items: center;
}

.remodal .Cat-modal-header-customize__top-bar--has-line {
    border-bottom: 1px solid #dfdfdf;
}

    .remodal .Cat-modal-header-customize__top-bar--has-line i {
        font-size: 1.8em;
        color: #969696;
        font-weight: 800;
        display: inline-block;
    }

.remodal .Cat-remodal-close {
    cursor: pointer;
    transition: .2s;
}

.remodal Cat-remodal-close:hover {
    transform: scale(1.12);
}

.remodal .Cat-remodal-close:before {
    color: #949494;
    font-size: 8px;
    font-size: 1.514rem;
    transition: .3s all ease-in-out;
    padding: 5px 6px;
}

.remodal .Cat-remodal-close:hover:before {
    color: #646464;
    transition: .3s all ease-in-out;
    background-color: #ececec;
    border-radius: 50px;
}

.remodal .categories-search input {
    border: none;
    border-bottom: 1px solid silver;
    direction: rtl;
    transition: .2s all ease-in-out;
}

    .remodal .categories-search input:focus {
        border-bottom: 1px solid #888888;
        transition: .2s all ease-in-out;
    }

.section-categories-mega-menu__Mobile {
    width: 100%;
    overflow-x: hidden;
    max-height: 87%;
    border-radius: 4px;
    padding-top: 10px;
}

    .section-categories-mega-menu__Mobile ul {
        width: inherit;
    }

        .section-categories-mega-menu__Mobile ul li {
            display: inline-block;
            width: 45%;
            border: 1.255px solid #d2d2d2;
            border-radius: 8px;
            margin: 3px;
            cursor: pointer;
        }

            .section-categories-mega-menu__Mobile ul li:hover {
                border: 1.255px solid #f29f05;
            }

            .section-categories-mega-menu__Mobile ul li a {
                width: 100%;
                height: 100%;
                display: inline-block;
                padding: 10px 13px;
            }

            .section-categories-mega-menu__Mobile ul li i {
                display: inline-block;
                font-size: 2em;
                width: 26px;
                height: 26px;
            }

            .section-categories-mega-menu__Mobile ul li p {
                display: block;
            }


.nav-header .header-categories-modal {
    display: none;
    float: left;
    margin-right: 10px;
}

    .nav-header .header-categories-modal img {
        width: 30px;
        height: 30px;
        opacity: .92;
    }
/* #endregion Mobile Categories box item */


.container-fluid {
    max-width: 1366px;
}


/* #region Fix categories list */
.main-club .col-1 {
    flex: 0 0 0 !important;
    max-width: 0 !important;
}

.main-club .col-11 {
    -ms-flex: 0 0 91.666667% !important;
    flex: 0 0 96.666667% !important;
    max-width: 99.666667% !important;
}

.categories-container {
    position: sticky;
    top: 70px;
    margin-top: 60px;
    z-index: 3;
}

    .categories-container .categories-list {
        width: 40px;
        /*background-color: #3c3c3c;*/
        border-radius: 100px;
        padding: 5px 0;
        margin-right: 22px;
    }

        .categories-container .categories-list .category-item {
            width: 40px;
            height: 40px;
            position: relative;
            color: #3c3c3c;
            overflow: hidden;
            transition: .1s all ease-in-out;
            border-radius: 100px;
            margin: 5px 0 5px;
            position: relative;
            transform: translateY(600px); /*translateX(90px)*/
            background-color: #464646;
        }

            .categories-container .categories-list .category-item .category-title {
                display: inline-block;
                position: relative;
                top: -35px;
                width: max-content;
                color: #fff;
                font-size: 13px;
                right: 20px;
                opacity: 0;
            }

            .categories-container .categories-list .category-item:hover .category-title {
                opacity: 1;
                transition: .15s all ease-in-out;
                right: 40px;
            }

            .categories-container .categories-list .category-item .category-icon {
                width: 40px;
                display: block;
                height: 40px;
                line-height: 3.2;
                text-align: center;
            }

                .categories-container .categories-list .category-item .category-icon i {
                    color: white;
                    font-size: 22px;
                }

            .categories-container .categories-list .category-item.start-animation {
                animation-fill-mode: both;
                animation-name: CatAnimation;
            }


            .categories-container .categories-list .category-item[data-cat-id="1"] {
                animation-duration: .1s;
            }

            .categories-container .categories-list .category-item[data-cat-id="2"] {
                animation-duration: .2s;
            }

            .categories-container .categories-list .category-item[data-cat-id="3"] {
                animation-duration: .3s;
            }

            .categories-container .categories-list .category-item[data-cat-id="4"] {
                animation-duration: .4s;
            }

            .categories-container .categories-list .category-item[data-cat-id="5"] {
                animation-duration: .5s;
            }

            .categories-container .categories-list .category-item[data-cat-id="6"] {
                animation-duration: .6s;
            }

@keyframes CatAnimation {
    from {
        /*transform: translateX(90px);*/
        transform: translateY(300px);
    }

    to {
        transform: translateY(0px);
    }
}

.categories-container .categories-list .category-item[data-cat-id="1"]:hover {
    width: 175px;
    transition: .15s all ease-in-out;
    background-color: #f44336;
}

.categories-container .categories-list .category-item[data-cat-id="2"]:hover {
    width: 175px;
    transition: .15s all ease-in-out;
    background-color: #f98e30;
}

.categories-container .categories-list .category-item[data-cat-id="3"]:hover {
    width: 175px;
    transition: .15s all ease-in-out;
    background-color: #58b1da;
}

.categories-container .categories-list .category-item[data-cat-id="4"]:hover {
    width: 175px;
    transition: .15s all ease-in-out;
    background-color: #1cbd2f;
}

.categories-container .categories-list .category-item[data-cat-id="5"]:hover {
    width: 175px;
    transition: .15s all ease-in-out;
    background-color: #649edb;
}

.categories-container .categories-list .category-item[data-cat-id="6"]:hover {
    width: 175px;
    transition: .15s all ease-in-out;
    background-color: #ba68c8;
}


.categories-list .category-item[data-cat-id="1"].active {
    transition: .15s all ease-in-out;
    background-color: #f44336;
}

.categories-list .category-item[data-cat-id="2"].active {
    transition: .15s all ease-in-out;
    background-color: #f98e30;
}

.categories-list .category-item[data-cat-id="3"].active {
    transition: .15s all ease-in-out;
    background-color: #58b1da;
}

.categories-list .category-item[data-cat-id="4"].active {
    transition: .15s all ease-in-out;
    background-color: #1cbd2f;
}

.categories-list .category-item[data-cat-id="5"].active {
    transition: .15s all ease-in-out;
    background-color: #649edb;
}

.categories-list .category-item[data-cat-id="6"].active {
    transition: .15s all ease-in-out;
    background-color: #ba68c8;
}


/* show in mobile */
.navigation-categories {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: white;
    height: 50px;
}

    .navigation-categories.show-mobile {
        display: none;
    }

.navigation-categories__container {
    height: 100%;
}

    .navigation-categories__container .categories-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

        .navigation-categories__container .categories-list .category-item {
            animation-duration: .2s;
            width: 100%;
            height: 100%;
            cursor: pointer;
            border-top: 4px solid;
            position: relative;
        }

            .navigation-categories__container .categories-list .category-item, .navigation-categories__container .categories-list .category-item .center-item {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .navigation-categories__container .categories-list .ScrollToTop {
            position: unset;
            background: transparent;
            color: gray;
            box-shadow: unset;
            z-index: unset;
            border-radius: unset;
            padding: unset;
            /*margin: 0 30px;*/
            display: block !important;
        }

        .navigation-categories__container .categories-list .category-item .nc-scrollToTop {
            background-color: #dfdfdf;
            font-size: 20px;
            color: #f29f05;
            z-index: 1;
        }


        .navigation-categories__container .categories-list .category-item::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50px;
            right: 0;
            left: 0;
            transition: .15s all ease-in-out;
        }


        .navigation-categories__container .categories-list .category-item[data-type="btn"] {
            border-color: #f29f05;
        }

        .navigation-categories__container .categories-list .category-item[data-cat-id="1"] {
            border-color: #f44336;
            transition: .2s all ease-in-out;
        }

            .navigation-categories__container .categories-list .category-item[data-cat-id="1"] i {
                color: #e74133;
            }

            .navigation-categories__container .categories-list .category-item[data-cat-id="1"]::before {
                background: #e74133;
            }

        .navigation-categories__container .categories-list .category-item[data-cat-id="2"] {
            border-color: #f98e30;
        }

            .navigation-categories__container .categories-list .category-item[data-cat-id="2"] svg {
                fill: #f98e30;
            }

            .navigation-categories__container .categories-list .category-item[data-cat-id="2"]::before {
                background: #f98e30;
            }

        .navigation-categories__container .categories-list .category-item[data-cat-id="3"] {
            border-color: #1cbd2f;
        }

            .navigation-categories__container .categories-list .category-item[data-cat-id="3"] svg {
                fill: #1cbd2f;
            }

            .navigation-categories__container .categories-list .category-item[data-cat-id="3"]::before {
                background: #1cbd2f;
            }

        .navigation-categories__container .categories-list .category-item[data-cat-id="4"] {
            border-color: #ba68c8;
        }

            .navigation-categories__container .categories-list .category-item[data-cat-id="4"] i {
                color: #ba68c8;
            }

            .navigation-categories__container .categories-list .category-item[data-cat-id="4"]::before {
                background: #ba68c8;
            }

        .navigation-categories__container .categories-list .category-item[data-cat-id="5"] {
            border-color: #58b1da;
        }

            .navigation-categories__container .categories-list .category-item[data-cat-id="5"] svg {
                fill: #58b1da;
            }

            .navigation-categories__container .categories-list .category-item[data-cat-id="5"]::before {
                background: #58b1da;
            }

        .navigation-categories__container .categories-list .category-item[data-cat-id="6"] {
            border-color: #649edb;
        }

            .navigation-categories__container .categories-list .category-item[data-cat-id="6"] svg {
                fill: #649edb;
            }

            .navigation-categories__container .categories-list .category-item[data-cat-id="6"]::before {
                background: #649edb;
            }

        .navigation-categories__container .categories-list .category-item:hover::before, .navigation-categories__container .categories-list .category-item.active::before {
            transition: .2s all ease-in-out;
            top: 0;
        }

        .navigation-categories__container .categories-list .category-item:hover i, .navigation-categories__container .categories-list .category-item.active i {
            transition: .25s all ease-in-out;
            color: white !important;
        }

        .navigation-categories__container .categories-list .category-item:hover svg, .navigation-categories__container .categories-list .category-item.active svg {
            transition: .25s all ease-in-out;
            fill: white !important;
        }


        .navigation-categories__container .categories-list .category-item a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
        }

            .navigation-categories__container .categories-list .category-item a .category-icon i {
                font-size: 30px;
            }

            .navigation-categories__container .categories-list .category-item a .category-icon svg {
                /*fill: #757575;*/
                width: 25px !important;
                height: 25px !important;
            }



@media all and (max-width: 767px) {
    .categories-container {
        display: none;
    }

    .navigation-categories.show-mobile {
        display: block;
    }

    .categories-modal-box {
        display: none !important;
    }

    .nav-header .header-categories-modal {
        display: block !important;
    }
}

@media all and (max-width: 1300px) {
    .categories-container .categories-list {
        margin-right: 0;
    }
}
/* #endregion Fix categories list */


/* #region Choose location modal */
.mobile-choose-location-btn {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 9;
    right: 7px;
    box-shadow: 0 0 14px rgb(0 0 0 / 33%);
    border-radius: 60px;
    margin: 15px;
    background: white;
    border: 1.255px solid silver;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

    .mobile-choose-location-btn.with-icon i {
        padding: 7px 12px 3px !important;
        border-radius: 100px;
        color: #2b3343;
    }


.choose-location-btn {
    background: white;
    padding: 0px 12px;
    margin-left: 10px;
    border-radius: 60px;
}

.modal-open .modal {
    overflow: hidden;
    padding: 0;
}

.chooseLocation-modal .modal-content .modal-body {
    margin-top: 0 !important;
}

.chooseLocation-modal.modal-dialog {
    margin-top: 1.75rem !important;
    transform: translate(0,-11%);
    -webkit-transform: translate(0,-11.3%);
}

#ChooseLocationModal {
    padding: 0 !important;
    z-index: 9999;
}

.chooseLocation-modal {
    width: 450px;
    /*height: calc(100% - (1.75rem * 2));*/
    height: fit-content;
    max-width: 100%;
    margin: auto;
}

    .chooseLocation-modal .modal-content, .multi-level-menu {
        height: 100%;
    }

.chooseLocation-container {
    height: 450px;
}

    .chooseLocation-container .chooseLocation__state.hide {
        display: none;
        transition: all .2s ease-in-out;
    }

    .chooseLocation-container .chooseLocation__city {
        display: none;
        transition: all .25s ease-in-out;
    }

        .chooseLocation-container .chooseLocation__city.show {
            display: block;
            transition: all .2s ease-in-out;
        }

.multi-level-menu .multi-level-menu__header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: #710d8026;
    padding: 6px 10px 2px;
    border-radius: 8px;
    box-shadow: var(--shadow-light);
    cursor: pointer;
}

    .multi-level-menu .multi-level-menu__header .icon, .multi-level-menu .multi-level-menu__header .title {
        color: var(--company-color) !important;
    }

.multi-level-menu .multi-level-menu__main {
    height: calc(100% - 45px);
}

    .multi-level-menu .multi-level-menu__main .multi-level-menu__page {
        height: 100%;
        overflow: auto;
        padding-left: 5px;
    }

        .multi-level-menu .multi-level-menu__main .multi-level-menu__page .multi-level-menu__main--item {
            width: 100%;
            padding: 2px 10px 2px 5px;
            margin: 5px 0;
            border: 2px solid #e7e7e7;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            transition: all .25s ease-in;
        }

            .multi-level-menu .multi-level-menu__main .multi-level-menu__page .multi-level-menu__main--item:hover {
                transform: scale(.98);
                background: #f9f9f9;
                transition: all .2s ease-out;
            }

            .multi-level-menu .multi-level-menu__main .multi-level-menu__page .multi-level-menu__main--item .title {
            }

            .multi-level-menu .multi-level-menu__main .multi-level-menu__page .multi-level-menu__main--item .icon {
                font-size: 22px;
                color: gray;
            }

    .multi-level-menu .multi-level-menu__main .multi-level-menu__secondPage--header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
    }

        .multi-level-menu .multi-level-menu__main .multi-level-menu__secondPage--header .icon, .multi-level-menu .multi-level-menu__header .icon {
            font-size: 20px;
            margin-left: 10px;
        }

        .multi-level-menu .multi-level-menu__main .multi-level-menu__secondPage--header .title, .multi-level-menu .multi-level-menu__header .title {
            font-size: 15px;
            color: black;
        }




@media all and (max-width: 991px)and (min-width: 768px) {
    .mobile-choose-location-btn.with-icon {
        display: flex;
        bottom: 75px;
    }
}

@media all and (max-width: 767px) {
    .mobile-choose-location-btn.with-icon {
        display: flex;
        bottom: 55px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .choose-location-btn {
        display: none;
    }
}

@media all and (max-width : 576px) {
    .chooseLocation-modal.modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
        transform: unset;
        width: 100%;
        height: 100%;
    }

    .chooseLocation-modal .modal-content {
        border-radius: 0 !important;
    }

    .chooseLocation-container {
        height: 530px;
    }
}
/* #endregion Choose location modal */
