@font-face {
    font-family: "Fractul";
    src: url("../fonts/FractulAlt-Regular.woff2") format("woff2"), url("../fonts/FractulAlt-Regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
    font-weight: normal;
}

@font-face {
    font-family: "Fractul";
    src: url("../fonts/FractulAlt-SemiBold.woff2") format("woff2"), url("../fonts/FractulAlt-SemiBold.woff2") format("woff");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: "Fractul";
    src: url("../fonts/FractulAlt-Light.woff2") format("woff2"), url("../fonts/FractulAlt-Light.woff2") format("woff");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Dorsa";
    src: url("../fonts/Dorsa-Regular.woff2") format("woff2"), url("../fonts/Dorsa-Regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
    font-weight: normal;
}

@font-face {
    font-family: "Dorsa";
    src: url("../fonts/Dorsa-Bold.woff2") format("woff2"), url("../fonts/Dorsa-Bold.woff") format("woff");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

[x-cloak] {
    display: none;
}

.max-wrap {
    max-width: 1980px;
    margin: 0 auto;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}

img, input, a, textarea, select, button {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-right: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: right;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: right;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: right;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
    direction: ltr;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (max-width: 576px){
    .swiper-row .tabs-select {
        position: relative !important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (max-width : 768px) {
    .cat-links {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1340px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-right: 8.33333333%;
}

.offset-2 {
    margin-right: 16.66666667%;
}

.offset-3 {
    margin-right: 25%;
}

.offset-4 {
    margin-right: 33.33333333%;
}

.offset-5 {
    margin-right: 41.66666667%;
}

.offset-6 {
    margin-right: 50%;
}

.offset-7 {
    margin-right: 58.33333333%;
}

.offset-8 {
    margin-right: 66.66666667%;
}

.offset-9 {
    margin-right: 75%;
}

.offset-10 {
    margin-right: 83.33333333%;
}

.offset-11 {
    margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-right: 0;
    }

    .offset-sm-1 {
        margin-right: 8.33333333%;
    }

    .offset-sm-2 {
        margin-right: 16.66666667%;
    }

    .offset-sm-3 {
        margin-right: 25%;
    }

    .offset-sm-4 {
        margin-right: 33.33333333%;
    }

    .offset-sm-5 {
        margin-right: 41.66666667%;
    }

    .offset-sm-6 {
        margin-right: 50%;
    }

    .offset-sm-7 {
        margin-right: 58.33333333%;
    }

    .offset-sm-8 {
        margin-right: 66.66666667%;
    }

    .offset-sm-9 {
        margin-right: 75%;
    }

    .offset-sm-10 {
        margin-right: 83.33333333%;
    }

    .offset-sm-11 {
        margin-right: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-right: 0;
    }

    .offset-md-1 {
        margin-right: 8.33333333%;
    }

    .offset-md-2 {
        margin-right: 16.66666667%;
    }

    .offset-md-3 {
        margin-right: 25%;
    }

    .offset-md-4 {
        margin-right: 33.33333333%;
    }

    .offset-md-5 {
        margin-right: 41.66666667%;
    }

    .offset-md-6 {
        margin-right: 50%;
    }

    .offset-md-7 {
        margin-right: 58.33333333%;
    }

    .offset-md-8 {
        margin-right: 66.66666667%;
    }

    .offset-md-9 {
        margin-right: 75%;
    }

    .offset-md-10 {
        margin-right: 83.33333333%;
    }

    .offset-md-11 {
        margin-right: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-right: 0;
    }

    .offset-lg-1 {
        margin-right: 8.33333333%;
    }

    .offset-lg-2 {
        margin-right: 16.66666667%;
    }

    .offset-lg-3 {
        margin-right: 25%;
    }

    .offset-lg-4 {
        margin-right: 33.33333333%;
    }

    .offset-lg-5 {
        margin-right: 41.66666667%;
    }

    .offset-lg-6 {
        margin-right: 50%;
    }

    .offset-lg-7 {
        margin-right: 58.33333333%;
    }

    .offset-lg-8 {
        margin-right: 66.66666667%;
    }

    .offset-lg-9 {
        margin-right: 75%;
    }

    .offset-lg-10 {
        margin-right: 83.33333333%;
    }

    .offset-lg-11 {
        margin-right: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-right: 0;
    }

    .offset-xl-1 {
        margin-right: 8.33333333%;
    }

    .offset-xl-2 {
        margin-right: 16.66666667%;
    }

    .offset-xl-3 {
        margin-right: 25%;
    }

    .offset-xl-4 {
        margin-right: 33.33333333%;
    }

    .offset-xl-5 {
        margin-right: 41.66666667%;
    }

    .offset-xl-6 {
        margin-right: 50%;
    }

    .offset-xl-7 {
        margin-right: 58.33333333%;
    }

    .offset-xl-8 {
        margin-right: 66.66666667%;
    }

    .offset-xl-9 {
        margin-right: 75%;
    }

    .offset-xl-10 {
        margin-right: 83.33333333%;
    }

    .offset-xl-11 {
        margin-right: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-right: 0;
    }

    .offset-xxl-1 {
        margin-right: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-right: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-right: 25%;
    }

    .offset-xxl-4 {
        margin-right: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-right: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-right: 50%;
    }

    .offset-xxl-7 {
        margin-right: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-right: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-right: 75%;
    }

    .offset-xxl-10 {
        margin-right: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-right: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

a {
    text-decoration: none;
    color: #111;
}

body {
    background: #fff;
    direction: rtl;
    text-align: right;
    color: #222;
    font: 16px/1.4 "Dorsa", "Fractul";
    padding-top: 120px;
}

input, button, textarea, select, .btn, .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#stickmeupthere {
    transition: all 0.4s;
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

    #stickmeupthere img {
        transition: all 0.4s;
    }

.logo-section {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.stuck .main-header {
    height: 70px;
}

    .stuck .main-header .secondary-menu {
        -webkit-transform: scale(0) translateY(-20px);
        -moz-transform: scale(0) translateY(-20px);
        -ms-transform: scale(0) translateY(-20px);
        -o-transform: scale(0) translateY(-20px);
        transform-origin: center top;
        transform: translateY(-20px);
        overflow: hidden;
        height: 0;
        opacity: 0;
    }

    .stuck .main-header .logo-section {
        height: 70px;
        padding: 14px 0;
    }

        .stuck .main-header .logo-section a {
            overflow: hidden;
        }

    /*        .stuck .main-header .logo-section img {
            max-height: calc(100% + 20px);
            margin-top: -11.5px !important;
        }*/

    .stuck .main-header .hbtn {
        height: 69px;
        padding: 10px 0;
    }

        .stuck .main-header .hbtn .title {
            font-size: 0;
        }

    .stuck .main-header .primary-menu {
        margin-top: -1px;
    }

.main-header .logo-section,
.main-header .menu-section,
.main-header .secondary-menu,
.main-header .logo-section,
.main-header .logo-section img,
.main-header .hbtn,
.main-header .hbtn .title {
    transition: all 0.4s;
}

.main-header {
    background: #fff;
    position: relative;
    z-index: 10;
    height: 120px;
    border: 1px #E6E6E6 solid;
    border-top: none;
    transition: all 0.4s;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .main-header .logo-section {
        height: 120px;
        border-left: 1px #E6E6E6 solid;
        text-align: center;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 0px;
    }

        .main-header .logo-section a {
            display: block;
            height: 100%;
        }

        .main-header .logo-section img {
            max-height: 100%;
            max-width: 100%;
            display: block;
        }

    .main-header .menu-section {
        width: calc(100% - 240px);
        float: right;
    }

    .main-header .cart-account-section {
        float: left;
    }

    .main-header .hbtn {
        width: 120px;
        border-right: 1px #E6E6E6 solid;
        height: 119px;
        float: left;
        cursor: pointer;
        transition: all 0.4s;
    }

        .main-header .hbtn:first-of-type {
            -webkit-border-radius: 0 0 0 3px;
            -moz-border-radius: 0 0 0 3px;
            border-radius: 0 0 0 3px;
        }

        .main-header .hbtn .title {
            transition: all 0.4s;
        }

        .main-header .hbtn:hover {
            background: #333;
        }

            .main-header .hbtn:hover .title {
                color: #fff;
            }

        .main-header .hbtn.active {
            background: #F3C716;
        }

            .main-header .hbtn.active .title {
                font-weight: bold;
                color: #333;
            }

    .main-header .secondary-menu {
        height: 50px;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 30px;
    }

        .main-header .secondary-menu li {
            display: inline-block;
            margin-left: 15px;
        }

            .main-header .secondary-menu li a {
                color: #777;
                line-height: 50px;
                font-size: 16px;
            }

    .main-header .primary-menu {
        height: 70px;
        position: relative;
    }

        .main-header .primary-menu li {
            display: inline-block;
        }

            .main-header .primary-menu li a {
                padding: 10px 40px;
                line-height: 70px;
                font-weight: bold;
                color: #555;
                font-size: 18px;
            }

                .main-header .primary-menu li a:after {
                    display: inline-block;
                    content: "";
                    margin-right: 10px;
                    width: 12px;
                    height: 8px;
                    vertical-align: middle;
                    background: url(../images/arrow-down-yellow.svg) center center no-repeat;
                    -webkit-background-size: cover;
                    background-size: cover;
                }

            .main-header .primary-menu li:hover {
                background: #F3C716;
            }

                .main-header .primary-menu li:hover a {
                    color: #222;
                }

                    .main-header .primary-menu li:hover a::after {
                        mix-blend-mode: difference;
                    }

                .main-header .primary-menu li:hover .submenu {
                    opacity: 1;
                    z-index: 3;
                    top: 69px;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

            .main-header .primary-menu li li:hover {
                background: transparent;
            }

                .main-header .primary-menu li li:hover a {
                    color: #333;
                }

            .main-header .primary-menu li li a:hover {
                color: #111;
                font-weight: bold;
            }

        .main-header .primary-menu .submenu {
            border: 1px solid #ddd;
            border-top: 3px solid #F3C716;
            opacity: 0;
            z-index: -9;
            position: absolute;
            right: 0;
            left: 0;
            top: 69px;
            transform-origin: top center;
            -webkit-transform: scale(0) translateY(-30px);
            -moz-transform: scale(0) translateY(-30px);
            -ms-transform: scale(0) translateY(-30px);
            -o-transform: scale(0) translateY(-30px);
            transform: scale(0) translateY(-30px);
            background: #eee;
            padding: 30px 50px;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            font-size: 0;
        }

            .main-header .primary-menu .submenu ul {
                margin: 0;
                padding: 0;
            }

            .main-header .primary-menu .submenu::before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: block;
                content: "";
                background: #fefefe;
                -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
                box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
                z-index: -2;
                -webkit-border-radius: 0 0 3px 3px;
                -moz-border-radius: 0 0 3px 3px;
                border-radius: 0 0 3px 3px;
            }

            .main-header .primary-menu .submenu:hover > ul > li {
                opacity: 0.8;
            }

            .main-header .primary-menu .submenu > ul > li {
                width: 25%;
                display: inline-block;
                padding: 20px 0 0;
                margin-bottom: 20px;
                margin-top: 20px;
                vertical-align: top;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
                border-right: 1px solid #eee;
                position: relative;
            }

                .main-header .primary-menu .submenu > ul > li:hover {
                    opacity: 1;
                }

                    .main-header .primary-menu .submenu > ul > li:hover a.heading {
                        color: #111;
                    }

                .main-header .primary-menu .submenu > ul > li::after {
                    position: absolute;
                    content: "";
                    height: 1px;
                    width: 4px;
                    background: #eee;
                    bottom: 0;
                    right: -2px;
                }

                .main-header .primary-menu .submenu > ul > li::before {
                    position: absolute;
                    content: "";
                    height: 6px;
                    width: 6px;
                    background: #eee;
                    top: -2px;
                    right: -3px;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .main-header .primary-menu .submenu > ul > li a.heading {
                    display: block;
                    padding: 0 0 6px;
                    margin-bottom: 0px;
                    line-height: 1.4;
                    font-weight: bold;
                    font-size: 20px;
                    color: #333;
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -ms-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                    margin-top: -34px;
                    margin-right: 10px;
                }

                    .main-header .primary-menu .submenu > ul > li a.heading::after {
                        display: none;
                    }

                    .main-header .primary-menu .submenu > ul > li a.heading::before {
                        content: "";
                        width: 6px;
                        margin-left: 5px;
                        height: 1px;
                        background: #eee;
                        display: inline-block;
                        margin-top: 6px;
                        -webkit-transition: all 0.4s;
                        -moz-transition: all 0.4s;
                        -ms-transition: all 0.4s;
                        -o-transition: all 0.4s;
                        transition: all 0.4s;
                        display: none;
                    }

                .main-header .primary-menu .submenu > ul > li:hover {
                    border-right: 1px solid #F3C716;
                }

                    .main-header .primary-menu .submenu > ul > li:hover::before {
                        background: #F3C716;
                    }

                .main-header .primary-menu .submenu > ul > li li {
                    display: block;
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -ms-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .main-header .primary-menu .submenu > ul > li li a {
                        line-height: 1.5;
                        padding: 10px 0;
                        font-size: 18px;
                        font-weight: normal;
                    }

                        .main-header .primary-menu .submenu > ul > li li a::after {
                            display: none;
                        }

                        .main-header .primary-menu .submenu > ul > li li a:hover::before {
                            height: 3px;
                            background: #F3C716;
                            width: 14px;
                            margin-left: 8px;
                        }

                        .main-header .primary-menu .submenu > ul > li li a::before {
                            content: "";
                            width: 12px;
                            margin-left: 5px;
                            height: 1px;
                            background: #ccc;
                            display: inline-block;
                            margin-top: 6px;
                            -webkit-transition: all 0.4s;
                            -moz-transition: all 0.4s;
                            -ms-transition: all 0.4s;
                            -o-transition: all 0.4s;
                            transition: all 0.4s;
                        }

#main-footer .footer-wrapper {
    background: #555 url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

#main-footer .footer-menu {
    background: rgba(54, 54, 54, 0.8);
    padding: 50px;
    margin-bottom: 60px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    #main-footer .footer-menu .menu-widget {
        border-right: 1px #F3C716 solid;
    }

        #main-footer .footer-menu .menu-widget .title {
            position: relative;
            top: -10px;
            line-height: 20px;
            color: #F3C716;
            padding-right: 30px;
        }

            #main-footer .footer-menu .menu-widget .title:before {
                width: 20px;
                height: 1px;
                background: #F3C716;
                content: "";
                position: absolute;
                right: 0;
                top: 10px;
            }

        #main-footer .footer-menu .menu-widget ul {
            padding-right: 30px;
        }

            #main-footer .footer-menu .menu-widget ul a {
                color: #A2A2A2;
            }

.yellow-contact {
    background: #F3C716;
    padding: 20px 50px;
    color: #333;
}

    .yellow-contact .sup-call {
        text-align: right;
        font-size: 24px;
        line-height: 1;
    }

        .yellow-contact .sup-call strong {
            font-size: 28px;
        }

        .yellow-contact .sup-call small {
            font-size: 20px;
            color: #555;
        }

    .yellow-contact .footer-secondary-menu {
        text-align: left;
    }

        .yellow-contact .footer-secondary-menu a {
            margin-right: 10px;
            color: #222;
            line-height: 24px;
            display: inline-block;
        }

.footer-stores .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

    .footer-stores .title strong {
        font-size: 52px;
        color: #F3C716;
        padding-left: 10px;
    }

.footer-stores .btn {
    color: #1e1e1e;
    background: #F3C716;
    padding: 10px 30px;
    display: inline-block;
}

.footer-social {
    text-align: left;
}

    .footer-social svg {
        height: 28px;
        width: auto;
        margin-right: 10px;
    }

        .footer-social svg path {
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }

        .footer-social svg:hover path {
            fill: #F3C716;
        }

.footer-shahin {
    text-align: left;
    mix-blend-mode: lighten;
    margin-top: 30px;
}

.footer-tape {
    height: 50px;
    background: url(../images/dorsa-rep-bar.png) center bottom repeat-x;
    margin-top: 60px;
}

.oo-wrap {
    margin: 0 auto;
    max-width: 1820px;
    width: 96%;
}

.color-dy {
    color: #F3C716;
}

.hbtn {
    text-align: center;
    padding: 30px 10px;
}

    .hbtn img {
        height: 20px;
        width: auto;
        margin: 10px 0;
    }

    .hbtn .title {
        color: #777;
        line-height: 20px;
        font-size: 14px;
    }

.product-item-alt {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    direction: ltr;
    text-align: center;
}

    .product-item-alt .over-link {
        position: absolute;
        inset: 0;
    }

    .product-item-alt .per-badge {
        position: absolute;
        left: 10px;
        top: 10px;
        background: #F3C716;
        padding: 6px 10px;
        line-height: 1;
    }

        .product-item-alt .per-badge span {
            font-weight: bold;
            font-size: 18px;
            line-height: 1;
            color: #fff;
        }

        .product-item-alt .per-badge img {
            vertical-align: top;
            height: 18px;
            width: auto;
        }

    .product-item-alt .title {
        font-size: 16px;
        color: #666;
    }

    .product-item-alt .price {
        direction: rtl;
    }

        .product-item-alt .price del {
            color: #aaa;
            display: inline-block;
            margin: 0 3px;
        }

        .product-item-alt .price strong {
            color: #F3C716;
            display: inline-block;
            margin: 0 3px;
        }

.product-item-swiper-alt {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    direction: ltr;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .product-item-swiper-alt .over-link {
        position: absolute;
        inset: 0;
    }

    .product-item-swiper-alt .corner-per {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .product-item-swiper-alt .title {
        font-size: 14px;
        color: #666;
    }

    .product-item-swiper-alt .price {
        direction: rtl;
    }

        .product-item-swiper-alt .price del {
            color: #aaa;
            display: inline-block;
            margin: 0 3px;
        }

        .product-item-swiper-alt .price strong {
            color: #555;
            display: inline-block;
            margin: 0 3px;
        }

.section-padding {
    padding: 100px 0;
}

.global-fancy-banners {
    background: #F8F8F8;
}

    .global-fancy-banners img {
        mix-blend-mode: darken;
        max-height: 240px;
    }

    .global-fancy-banners .titlebox {
        padding: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        height: 100%;
    }

        .global-fancy-banners .titlebox .title {
            font-weight: bold;
            font-size: 38px;
            line-height: 1.2;
            margin-bottom: 20px;
        }

    .global-fancy-banners .small-grey-btn, .global-fancy-banners img, .global-fancy-banners {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

        .global-fancy-banners:hover {
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -ms-transform: scale(1.03);
            -o-transform: scale(1.03);
            transform: scale(1.03);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            z-index: 3;
        }

            .global-fancy-banners:hover .small-grey-btn {
                background: #F3C716;
            }

            .global-fancy-banners:hover img {
                -webkit-transform: scale(1.03);
                -moz-transform: scale(1.03);
                -ms-transform: scale(1.03);
                -o-transform: scale(1.03);
                transform: scale(1.03);
                transform-origin: top right;
            }

.small-grey-btn {
    padding: 6px 16px;
    background: #333;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.br1 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.over-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.pos-r {
    position: relative;
}

.general-page-wrapper, .account-page-wrapper {
    margin: -120px 0 0;
    background: linear-gradient(to bottom, #f3f3f3 200px, transparent 700px);
    padding-top: 200px;
    padding-bottom: 100px;
}

    .general-page-wrapper h1 {
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 32px;
    }

    .account-page-wrapper h1 {
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 32px;
        position: relative;
        padding: 10px 40px 10px 10px;
    }

        .account-page-wrapper h1:before {
            width: 30px;
            height: 2px;
            background: #000;
            content: "";
            position: absolute;
            right: 0;
            top: 31px;
        }

.general-page-container {
    padding: 60px;
    background: #fff;
    margin: 0px 0 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.account-page-container {
    padding: 22px 30px;
    background: #fff;
    margin: 0px 0 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.general-page-body {
    background: linear-gradient(180deg, #F4F4F4 0%, rgba(217, 217, 217, 0) 500px);
}

.cart-page .cart-side {
    height: 100%;
}

    .cart-page .cart-side .infobox {
        padding: 30px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cart-page .cart-side .cat {
        position: sticky;
        top: 100px;
        background: #f3f3f3;
        padding: 30px;
        margin-bottom: 30px;
        z-index: 2;
    }

    .cart-page .cart-side .total-line {
        padding: 3px 0;
    }

        .cart-page .cart-side .total-line .col:nth-of-type(2n) {
            text-align: left;
        }

    .cart-page .cart-side .the-total {
        font-weight: bold;
        border-top: 1px solid #ddd;
        padding: 5px 0 0;
        margin-top: 20px;
    }

    .cart-page .cart-side .action-btn {
        background: #F3C716;
        padding: 20px 10px;
        text-align: center;
        display: block;
        font-weight: bold;
        color: #222;
        margin-top: 20px;
        font-size: 20px;
    }

.cart-items .cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
}

    .cart-items .cart-item .cart-remove {
        height: 1em;
        width: 1.2em;
        background: url(../images/icon-trash.svg) center center no-repeat;
        display: inline-block;
        background-size: cover;
        line-height: 1;
        opacity: 0.7;
        vertical-align: text-top;
    }

.cart-items .price {
    font-size: 18px;
    color: #888;
    margin-top: 10px;
}

.cart-items h2 {
    font-size: 20px;
}

.cart-items .col-8, .cart-items .col-1 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.cart-items .qs {
    width: 100%;
}

    .cart-items .qs button {
        width: 100%;
        padding: 6px 5px;
        text-align: center;
        background: #E6E6E6;
        border: 1px solid #DADADA;
    }

    .cart-items .qs input {
        width: 100%;
        padding: 6px 5px;
        text-align: center;
        background: #FFFFFF;
        border-width: 0px 1px;
        border-style: solid;
        border-color: #DADADA;
    }

.step-nav .step-action-btn {
    background: #222;
    display: inline-block;
    padding: 20px 100px 20px 60px;
    float: left;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .step-nav .step-action-btn small {
        display: block;
        color: #F3C716;
    }

    .step-nav .step-action-btn strong {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .step-nav .step-action-btn .chevron {
        right: 30px;
        top: 50%;
        height: 20px;
        margin-top: -10px;
        width: auto;
        position: absolute;
        z-index: 2;
        rotate: 180deg;
    }

.show-on-phone-only {
    display: none;
}

.cart-account-section {
    position: relative;
    display: flex;
}

.head-cart {
    position: absolute;
    left: -1px;
    background: #fff;
    top: 119px;
    width: 420px;
    border-top: 2px solid #F3C716;
    padding: 20px;
}

    .head-cart .title {
        font-weight: bold;
        font-size: 18px;
        color: #222;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .head-cart .cart-buttons {
        position: absolute;
        bottom: -50px;
        right: 0;
        left: 0;
        background: #fff;
        padding: 10px;
    }

    .head-cart .checkout {
        height: 40px;
        display: block;
        padding: 10px 5px;
        background: #222222;
        color: #fff;
        text-align: center;
    }

    .head-cart .head-cart-items {
        max-height: calc(100vh - 300px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .head-cart .item .pname {
        font-weight: bold;
        color: #333;
        font-size: 16px;
    }

    .head-cart .item .details {
        font-size: 14px;
        color: #666;
    }

    .head-cart .item .qbox {
        width: 32px;
        float: left;
        padding-top: 1px;
    }

        .head-cart .item .qbox button {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 18px;
            background: transparent;
            border: 1px solid #eee;
            margin-top: -1px;
        }

        .head-cart .item .qbox input {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 18px;
            background: transparent;
            border: 1px solid #eee;
            margin-top: -1px;
        }

.page-fader {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    z-index: 9;
}

.head-user-page {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 80px;
    background: #fff;
    z-index: 10;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    border: 3px solid #333;
    width: 700px;
}

    .head-user-page::after {
        position: absolute;
        left: -13px;
        bottom: -13px;
        height: 26px;
        width: 26px;
        background: #333;
        content: "";
    }

    .head-user-page::before {
        position: absolute;
        top: -13px;
        right: -13px;
        height: 26px;
        width: 26px;
        background: #333;
        content: "";
    }

    .head-user-page .title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .head-user-page form label {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #555;
    }

        .head-user-page form label small {
            font-size: 18px;
            color: #777;
            display: block;
        }

    .head-user-page form input {
        width: 100%;
        text-align: center;
        direction: ltr;
        font-size: 28px;
        border: 1px solid #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-top: 20px;
        letter-spacing: 8px;
        padding: 10px 0;
    }

    .head-user-page form button {
        background: #222;
        float: left;
        padding: 10px 30px;
        margin-top: 15px;
        color: #fff;
        font-size: 18px;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.fly-box {
    z-index: 99999;
    -webkit-transform: translate(-50%, -20%) scale(0);
    -moz-transform: translate(-50%, -20%) scale(0);
    -ms-transform: translate(-50%, -20%) scale(0);
    -o-transform: translate(-50%, -20%) scale(0);
    transform: translate(-50%, -20%) scale(0);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    background: #fff;
    -webkit-box-shadow: -6px 6px 0 #aaa, 0px 10px 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -6px 6px 0 #aaa, 0px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -6px 6px 0 #aaa, 0px 10px 50px rgba(0, 0, 0, 0.1);
    border: 2px solid #222;
    opacity: 0;
    margin-bottom: -200px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .fly-box.active {
        opacity: 1;
        margin-bottom: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    .fly-box .content {
        max-height: 600px;
        overflow-x: hidden;
        padding: 40px;
    }

    .fly-box .closer {
        position: absolute;
        right: -20px;
        top: -20px;
        background: #222;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 28px;
        border: 2px solid #fff;
        color: #fff;
        cursor: pointer;
        font-size: 30px;
    }

        .fly-box .closer:hover {
            background: #555;
        }

.checkout-auth-wrapper .phone-input-wrap {
    position: relative;
}

    .checkout-auth-wrapper .phone-input-wrap input {
        padding-left: 80px;
    }

    .checkout-auth-wrapper .phone-input-wrap .sefrnoh {
        height: 56px;
        width: 80px;
        text-align: right;
        color: #777;
        position: absolute;
        padding-right: 15px;
        left: 0;
        top: 0;
        font: 32px/56px "Fractul";
    }

.checkout-auth-wrapper input {
    font: 32px "Fractul";
    height: 56px;
    color: #555;
}

    .checkout-auth-wrapper input::placeholder {
        color: #666;
    }

.checkout-auth-wrapper label {
    font-size: 24px;
}

    .checkout-auth-wrapper label small {
        font-size: 22px;
        color: #888;
        display: block;
    }

.checkout-auth-wrapper .code {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 30px;
    margin-top: 20px;
}

    .checkout-auth-wrapper .code label {
        margin-top: 0;
    }

    .checkout-auth-wrapper .code input {
        letter-spacing: 30px;
        text-align: center;
        text-indent: 30px;
    }

    .checkout-auth-wrapper .code .footer {
        margin: 30px -30px 0;
        padding: 30px 30px 0;
        font-size: 18px;
        border-top: 1px solid rgba(0, 0, 0, 0.03);
    }

        .checkout-auth-wrapper .code .footer button.outline {
            background: transparent;
            border: 1px solid #333;
            color: #333;
            display: block;
            width: 100%;
            float: none;
            padding: 6px 20px;
            margin-top: 0;
        }

.checkout-auth-wrapper .phone {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .checkout-auth-wrapper .phone.sent {
        opacity: 0.6;
    }

        .checkout-auth-wrapper .phone.sent button {
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
            transform: scale(0.7);
            transform-origin: left top;
        }

.blog-side .cats {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
}

    .blog-side .cats ul {
        padding: 0;
        margin: 0;
    }

    .blog-side .cats li a {
        padding: 12px 16px;
        display: block;
        border-bottom: 1px solid #ddd;
    }

    .blog-side .cats li.active a {
        background: #222;
        border-bottom: 1px solid #222;
        color: #fff;
    }

    .blog-side .cats li:last-of-type a {
        border-bottom: none;
    }

section.blog-list {
    padding-right: 30px;
    margin-right: 40px;
    border-right: 2px solid #F3C716;
    margin-top: 30px;
}

    section.blog-list:nth-of-type(1) {
        margin-top: 0;
    }

    section.blog-list .blog-section-title {
        padding: 12px 36px;
        margin-right: -30px;
        background: #F3C716;
        color: #222;
        font-size: 32px;
        font-weight: bold;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        display: inline-block;
        margin-bottom: 30px;
    }

    section.blog-list .blog-item {
        background: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 15px 0;
        -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
    }

        section.blog-list .blog-item img {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: calc(100% - 2px);
            height: auto;
            margin-top: 1px;
            margin-right: 1px;
            margin-left: 1px;
        }

        section.blog-list .blog-item .content {
            padding: 30px;
            position: relative;
        }

            section.blog-list .blog-item .content:before {
                position: absolute;
                content: "";
                top: -30px;
                border: 15px solid transparent;
                border-bottom-color: #fff;
                right: 30px;
            }

        section.blog-list .blog-item h2 {
            font-weight: bold;
            font-size: 24px;
            color: #222;
        }

        section.blog-list .blog-item .date {
            font-size: 18px;
            color: #888;
        }

.single-blog-content {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .single-blog-content header {
        padding: 30px 40px 40px 30px;
        margin-bottom: 10px;
        line-height: 1.2;
        margin-right: 0;
        color: #333;
        background: #F3C716;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        position: relative;
    }

        .single-blog-content header::before {
            content: "";
            position: absolute;
            right: 30px;
            bottom: 0px;
            display: block;
            border: 30px solid transparent;
            border-bottom: 14px solid #fff;
        }

        .single-blog-content header h1 {
            font-weight: bold;
            margin: 0;
        }

        .single-blog-content header .date {
            font-size: 20px;
            color: #555;
        }

    .single-blog-content .blog-post-content {
        padding: 30px 40px;
        font-size: 20px;
    }

section.blog-related {
    margin-right: 0;
    margin-top: 60px !important;
}

.add-address-form {
    width: 820px;
}

.oo-pop-wrapper .smslogin .phone-input-wrap {
    position: relative;
}

    .oo-pop-wrapper .smslogin .phone-input-wrap input {
        padding-left: 80px;
    }

    .oo-pop-wrapper .smslogin .phone-input-wrap .sefrnoh {
        height: 56px;
        width: 80px;
        text-align: right;
        color: #777;
        position: absolute;
        padding-right: 15px;
        left: 0;
        top: 0;
        font: 32px/56px "Fractul";
    }

.oo-pop-wrapper .smslogin button {
    padding: 10px 40px;
    background: #333;
    color: #fff;
    margin-top: 20px;
    border: none;
    font-size: 20px;
    float: none;
    width: 100%;
}

.oo-pop-wrapper .smslogin label {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.oo-pop-wrapper .smslogin input {
    font-size: 20px;
    display: block;
    width: 100%;
    direction: ltr;
    text-align: left;
    padding: 10px 30px;
    background: #F7F7F7;
}

.oo-pop-wrapper .smslogin input {
    font: 32px "Fractul";
    height: 56px;
    color: #555;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .oo-pop-wrapper .smslogin input::placeholder {
        color: #666;
    }

.oo-pop-wrapper .smslogin label {
    font-size: 24px;
}

    .oo-pop-wrapper .smslogin label small {
        font-size: 22px;
        color: #888;
        display: block;
    }

.oo-pop-wrapper .smslogin .code {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 30px;
    margin-top: 20px;
}

    .oo-pop-wrapper .smslogin .code label {
        margin-top: 0;
    }

    .oo-pop-wrapper .smslogin .code input {
        letter-spacing: 30px;
        text-align: center;
        text-indent: 30px;
    }

    .oo-pop-wrapper .smslogin .code .footer {
        margin: 30px -30px 0;
        padding: 30px 30px 0;
        font-size: 18px;
        border-top: 1px solid rgba(0, 0, 0, 0.03);
    }

        .oo-pop-wrapper .smslogin .code .footer button.outline {
            background: transparent;
            border: 1px solid #333;
            color: #333;
            display: block;
            width: 100%;
            float: none;
            padding: 6px 20px;
            margin-top: 0;
        }

.oo-pop-wrapper .smslogin .phone {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .oo-pop-wrapper .smslogin .phone.sent {
        opacity: 0.6;
        transform-origin: center center;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

.user-main-login {
    width: 460px;
}

.footer-trust {
    text-align: center;
}

    .footer-trust .item {
        background: rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 15px;
        width: 100px;
        min-height: 100px;
        vertical-align: middle;
        margin: 20px 10px;
        display: inline-block;
    }

        .footer-trust .item img {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 100%;
            display: block;
            height: auto;
        }

.about-content {
    padding-top: 120px;
    font-size: 24px;
}

    .about-content .p1 {
        margin-top: -80px;
        font-size: 26px;
        padding-left: 30px;
    }

    .about-content img {
        width: 100%;
        height: auto;
    }

    .about-content .p6 {
        padding: 80px;
        margin-top: 40px;
        font-size: 28px;
        background: #eee;
    }

        .about-content .p6 strong {
            font-size: 36px;
            font-weight: bold;
            color: #F3C716;
            display: block;
        }

    .about-content .blacksq {
        padding: 60px;
        background: #222222;
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        width: 56%;
        left: 25%;
        margin-top: -42%;
        position: relative;
        margin-bottom: 60px;
    }

.search-section {
    float: left;
}

    .search-section .search-icon {
        height: 100%;
        border-right: 1px solid #eee;
        line-height: 70px;
        width: 70px;
        text-align: center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
    }

        .search-section .search-icon path {
            fill: #333;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }

        .search-section .search-icon:hover {
            background: #aaa;
        }

            .search-section .search-icon:hover path {
                color: #111;
                fill: #111;
            }

        .search-section .search-icon.active {
            background: #F3C716;
        }

            .search-section .search-icon.active path {
                color: #111;
                fill: #111;
            }

    .search-section input {
        width: 100%;
        height: 52px;
        font-size: 20px;
        font-weight: bold;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        border: 2px solid #222;
        padding: 0 20px 0 120px;
    }

        .search-section input:focus {
            outline: none;
        }

    .search-section .search-form {
        position: relative;
    }

        .search-section .search-form button {
            position: absolute;
            left: 5px;
            top: 5px;
            line-height: 32px;
            padding: 5px 15px;
            background: #222;
            color: #fff;
            border: none;
        }

            .search-section .search-form button svg path {
                fill: #eee;
            }

    .search-section .search-box {
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        padding: 30px;
        border: 1px solid #ddd;
        border-top: 3px solid #F3C716;
        opacity: 0;
        z-index: -9;
        top: 69px;
        transform-origin: top center;
        -webkit-transform: scale(0) translateY(-30px);
        -moz-transform: scale(0) translateY(-30px);
        -ms-transform: scale(0) translateY(-30px);
        -o-transform: scale(0) translateY(-30px);
        transform: scale(0) translateY(-30px);
        background: #eee;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

        .search-section .search-box.active {
            opacity: 1;
            -webkit-transform: scale(1) translateY(0px);
            -moz-transform: scale(1) translateY(0px);
            -ms-transform: scale(1) translateY(0px);
            -o-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
        }

        .search-section .search-box::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            content: "";
            background: #fefefe;
            -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            z-index: -2;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }

.primary-menu-wrap {
    display: inline-block;
}

.oo-pop-wrapper {
    border: 1px solid #ddd;
    /*padding: 30px 40px;*/
    top: 50%;
    right: 50%;
    min-width: 200px;
    min-height: 100px;
    background: #fff;
    position: fixed;
    transform: scale(0.8) translate(50%, -59%);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    z-index: -1;
}

    .oo-pop-wrapper.active {
        opacity: 1;
        z-index: 11;
        transform: scale(1) translate(50%, -50%);
    }

.oo-pop-close {
    width: 28px;
    height: 28px;
    background: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    left: -14px;
    top: -14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 24px;
    position: absolute;
    cursor: pointer;
}

    .oo-pop-close:hover {
        background: #666;
    }

@media screen and (max-width: 600px) {
    .oo-pop-wrapper {
        margin-top: 30px;
        max-width: calc(100% - 80px);
    }
}

.oo-form {
    font-size: 18px;
}

    .oo-form input, .oo-form textarea, .oo-form select {
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 18px;
        padding: 6px 16px;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .oo-form input:focus, .oo-form textarea:focus, .oo-form select:focus {
            outline: none;
            border-color: #F3C716;
        }

    .oo-form label {
        font-weight: normal;
        margin-top: 15px;
        margin-bottom: 5px;
        color: #333;
        width: 100%;
        display: block;
    }

        .oo-form label small {
            display: block;
            width: 100%;
            color: #777;
        }

    .oo-form button {
        border: none;
        background: #434343;
        padding: 6px 20px;
        color: #eee;
        margin-top: 20px;
        float: left;
    }

.fly-cart {
    position: fixed;
    background: #fff;
    top: 60%;
    -webkit-transform: translate(50%, -50%) scale(0.9);
    -moz-transform: translate(50%, -50%) scale(0.9);
    -ms-transform: translate(50%, -50%) scale(0.9);
    -o-transform: translate(50%, -50%) scale(0.9);
    transform: translate(50%, -50%) scale(0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    right: 50%;
    width: 960px;
    border: 1px solid #E2E2E2;
    box-shadow: -3px 4px 0px 4px rgba(176, 176, 176, 0.12);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .fly-cart.open {
        z-index: 11;
        opacity: 1;
        top: 50%;
        -webkit-transform: translate(50%, -50%) scale(1);
        -moz-transform: translate(50%, -50%) scale(1);
        -ms-transform: translate(50%, -50%) scale(1);
        -o-transform: translate(50%, -50%) scale(1);
        transform: translate(50%, -50%) scale(1);
    }

    .fly-cart .in {
        display: flex;
        flex-direction: row;
    }

    .fly-cart .r {
        width: 32%;
        padding: 20px;
    }

    .fly-cart .added-item .bub {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #444;
        padding: 20px;
        color: #eee;
    }

        .fly-cart .added-item .bub .var {
            color: #aaa;
        }

        .fly-cart .added-item .bub .price {
            color: #ddd;
        }

        .fly-cart .added-item .bub .bub-title {
            font-weight: bold;
            color: #F3C716;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
        }

            .fly-cart .added-item .bub .bub-title img {
                margin-left: 5px;
            }

    .fly-cart .l {
        background: #F6F6F6;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

        .fly-cart .l .heading {
            padding: 20px 30px 15px;
            margin: 0 0px 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        }

            .fly-cart .l .heading img {
                display: inline-block;
                margin-left: 15px;
                height: 32px;
            }

            .fly-cart .l .heading .title {
                overflow: hidden;
                display: inline-flex;
                flex-direction: column;
                vertical-align: top;
            }

                .fly-cart .l .heading .title strong {
                    font-size: 20px;
                    font-weight: 800;
                    color: #555;
                    line-height: 1;
                }

                .fly-cart .l .heading .title span {
                    color: #aaa;
                    line-height: 1;
                }

            .fly-cart .l .heading .go-cart {
                float: left;
                color: #555;
                font-size: 18px;
            }

                .fly-cart .l .heading .go-cart img {
                    width: 0;
                }

    .fly-cart .cart-items .items {
        display: flex;
        flex-wrap: wrap;
        padding: 0 30px;
        flex: 1 1 auto;
    }

    .fly-cart .cart-items .qm {
        font-size: 16px;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #EDEDED;
        border-top: 1px solid #efefef;
        margin-top: -1px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

        .fly-cart .cart-items .qm input, .fly-cart .cart-items .qm button {
            border: none;
            background: #fff;
            text-align: center;
            line-height: 24px;
        }

        .fly-cart .cart-items .qm input {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            width: 40px;
        }

        .fly-cart .cart-items .qm button {
            border-right: 1px solid #ededed;
            border-left: 1px solid #EDEDED;
            width: 100%;
        }

        .fly-cart .cart-items .qm .q-less {
            -webkit-border-radius: 0 0 3px 0;
            -moz-border-radius: 0 0 3px 0;
            border-radius: 0 0 3px 0;
        }

        .fly-cart .cart-items .qm .q-more {
            -webkit-border-radius: 0 0 0 3px;
            -moz-border-radius: 0 0 0 3px;
            border-radius: 0 0 0 3px;
        }

    .fly-cart .cart-items .q-del {
        height: 1em;
        width: 1em;
        background: url(../images/icon-trash.svg) center center no-repeat;
        display: inline-block;
        background-size: cover;
        opacity: 0.7;
        vertical-align: text-top;
    }

    .fly-cart .cart-items .item {
        width: 50%;
        margin-bottom: 20px;
        padding-left: 15px;
    }

        .fly-cart .cart-items .item .title {
            font-weight: bold;
            color: #555;
            font-size: 16px;
        }

        .fly-cart .cart-items .item .var {
            color: #777;
            font-size: 14px;
        }

        .fly-cart .cart-items .item .price {
            color: #F3C716;
        }

        .fly-cart .cart-items .item img {
            max-width: 100%;
            height: auto;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            border: 1px solid #EDEDED;
        }

    .fly-cart .footer {
        padding: 20px 30px;
        margin: auto 0px 0px;
        background: rgba(255, 255, 255, 0.3);
        border-top: 1px dotted rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
        font-size: 18px;
    }

        .fly-cart .footer .total {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .fly-cart .footer .go-checkout {
            padding: 12px 32px;
            background: #F3C716;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #222;
            font-size: 18px;
            font-weight: bold;
            box-shadow: -1px 1px 0px 2px rgba(0, 0, 0, 0.04);
            display: inline-block;
        }

            .fly-cart .footer .go-checkout img {
                margin-left: 10px;
                rotate: 180deg;
            }

@media only screen and (max-width: 1024px) {
    .fly-cart .l .heading {
        background: #f3c716;
        margin-bottom: 0;
    }

        .fly-cart .l .heading .title span {
            color: #727272;
            line-height: 1;
        }

        .fly-cart .l .heading .go-cart {
            text-align: left;
        }

            .fly-cart .l .heading .go-cart img {
                margin-left: 0;
                width: 12px;
                height: auto;
                vertical-align: middle;
                display: inline-block;
            }

            .fly-cart .l .heading .go-cart span {
                display: none;
            }

    .fly-cart {
        max-height: 80% !important;
        overflow-y: scroll !important;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
        max-width: calc(100% - 80px) !important;
    }

        .fly-cart.open {
            transform: none;
            inset: 40px;
            max-height: calc(100% - 80px) !important;
        }

        .fly-cart .cart-items .items {
            display: flex;
            flex-wrap: wrap;
            padding: 0 0px;
            flex: 1 1 auto;
        }

            .fly-cart .cart-items .items .item {
                padding: 15px;
                margin: 0;
                border-left: 1px solid #eee;
                border-bottom: 1px solid #eee;
            }

                .fly-cart .cart-items .items .item .title {
                    font-size: 18px;
                    margin-top: 10px;
                }

        .fly-cart .footer {
            justify-content: space-between;
            font-size: 18px;
            flex-wrap: wrap;
            flex-direction: column;
            background: #fff;
        }

            .fly-cart .footer .total {
                margin: 0 0 10px;
                color: #333;
            }

            .fly-cart .footer .go-checkout {
                text-align: center;
                margin-top: 5px;
            }

        .fly-cart .cart-items .qm input, .fly-cart .cart-items .qm button {
            border: none;
            background: #fbfbfb;
            text-align: center;
            line-height: 24px;
        }

        .fly-cart .cart-items .qm button {
            border-right: 1px solid #e3e3e3;
            border-left: 1px solid #e3e3e3;
            width: 100%;
        }

    .cat-link .links {
        padding: 0 !important;
    }
}

.checkout-wrap .general-page-container {
    position: relative;
    margin-top: 80px;
}

.checkout-wrap .steps {
    position: absolute;
    height: 50px;
    top: -50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    right: 0;
    left: 0;
    justify-content: space-evenly;
    border-bottom: 2px dotted #aaa;
}

    .checkout-wrap .steps .item {
        position: relative;
        height: 100%;
        margin-bottom: -4px;
        border-bottom: 2px solid transparent;
        font-size: 22px;
        flex-grow: 1;
        font-weight: bold;
        text-align: center;
    }

        .checkout-wrap .steps .item:after {
            position: absolute;
            bottom: -6px;
            width: 10px;
            height: 10px;
            background: #aaa;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 50%;
            margin-right: -5px;
            content: "";
        }

        .checkout-wrap .steps .item.done {
            border-bottom: 2px solid #aaa;
        }

        .checkout-wrap .steps .item.active {
            color: #F3C716;
        }

            .checkout-wrap .steps .item.active:before {
                content: "";
                right: 0;
                position: absolute;
                left: 50%;
                border-bottom: 2px solid #aaa;
                bottom: -2px;
            }

            .checkout-wrap .steps .item.active:after {
                background: #F3C716;
            }

.checkout-auth-wrapper {
    padding: 100px;
}

    .checkout-auth-wrapper img {
        margin-bottom: 30px;
        width: 240px;
        height: auto;
    }

    .checkout-auth-wrapper .form button {
        padding: 10px 40px;
        background: #333;
        color: #fff;
        margin-top: 20px;
        border: none;
        font-size: 20px;
        float: left;
    }

    .checkout-auth-wrapper label {
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .checkout-auth-wrapper input {
        font-size: 20px;
        display: block;
        width: 100%;
        direction: ltr;
        text-align: left;
        padding: 10px 30px;
        background: #F7F7F7;
        border: 2px solid #ECECEC;
    }

.address-item {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .address-item .meta {
        background: rgba(0, 0, 0, 0.01);
    }

    .address-item:hover {
        background: #fefefe;
        box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.1);
    }

    .address-item.active, .address-item:focus {
        border-color: #F3C716;
        box-shadow: -5px 5px 0 rgba(243, 199, 22, 0.6);
    }

        .address-item.active .meta, .address-item:focus .meta {
            border-color: #F3C716;
            background: rgba(243, 199, 22, 0.1);
        }

        .address-item.active h2, .address-item:focus h2 {
            color: #F3C716;
            position: relative;
        }

            .address-item.active h2:before, .address-item:focus h2:before {
                content: "";
                position: absolute;
                right: -10px;
                top: 30px;
                height: 20px;
                width: 20px;
                background: #F3C716;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

    .address-item h2 {
        margin: 0;
        font-size: 20px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        font-weight: bold;
        padding: 30px 30px 10px;
    }

    .address-item p {
        margin: 0;
        padding: 0 30px 30px;
    }

    .address-item .meta {
        padding: 10px 30px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        border-top: 1px solid #ddd;
    }

        .address-item .meta span {
            margin-right: 10px;
        }

        .address-item .meta .col-4 {
            font-weight: bold;
            color: #888;
        }

        .address-item .meta .col-8 {
            text-align: left;
        }

.checkout-address-wrapper .title {
    margin-bottom: 40px;
}

    .checkout-address-wrapper .title h1 {
        display: inline-block;
    }

    .checkout-address-wrapper .title .title-btn {
        float: left;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        border: 1px solid #323232;
        color: #232323;
        padding: 6px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .checkout-address-wrapper .title .title-btn strong {
            margin-left: 5px;
            font-size: 24px;
            line-height: 1;
        }

    .checkout-address-wrapper .title:after {
        content: "";
        display: block;
        clear: both;
    }

.checkout-pay-wrapper .total-line {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}

    .checkout-pay-wrapper .total-line .col:nth-of-type(2n) {
        text-align: left;
    }

.checkout-pay-wrapper .the-total {
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding: 30px 30px 30px;
    margin: 20px -30px -30px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.02);
}

    .checkout-pay-wrapper .the-total .taxes {
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 0;
    }

.checkout-pay-wrapper .bullet {
    width: 28px;
    height: 28px;
    border: 1px solid #222;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .checkout-pay-wrapper .bullet.active {
        background: #F3C716;
        -webkit-transform: rotate(45deg) scale(0.82);
        -moz-transform: rotate(45deg) scale(0.82);
        -ms-transform: rotate(45deg) scale(0.82);
        -o-transform: rotate(45deg) scale(0.82);
        transform: rotate(45deg) scale(0.82);
        margin-left: 15px;
    }

.checkout-pay-wrapper .pay-side {
    padding: 30px;
    background: #FAFAFA;
    border: 1px solid #BDBDBD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.checkout-pay-wrapper .gatewallet .gateways {
    padding-bottom: 20px;
}

    .checkout-pay-wrapper .gatewallet .gateways .item {
        padding: 20px;
        border: 1px solid #222;
        margin-bottom: 10px;
        line-height: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
    }

        .checkout-pay-wrapper .gatewallet .gateways .item:hover {
            box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
        }

        .checkout-pay-wrapper .gatewallet .gateways .item.active {
            background: #222;
            font-size: 20px;
            line-height: 20px;
            color: #F3C716;
        }

.checkout-pay-wrapper .gatewallet .wallet {
    padding: 40px 30px 40px;
    margin: 0 -30px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

    .checkout-pay-wrapper .gatewallet .wallet .amount span {
        float: left;
        margin-right: 10px;
    }

    .checkout-pay-wrapper .gatewallet .wallet .using input {
        width: 100%;
        background: transparent;
        padding: 10px 20px 10px 100px;
        text-align: center;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        font-size: 22px;
    }

    .checkout-pay-wrapper .gatewallet .wallet .using .inp {
        position: relative;
    }

        .checkout-pay-wrapper .gatewallet .wallet .using .inp span {
            position: absolute;
            left: 25px;
            top: 15px;
            font-size: 16px;
            color: #bbb;
        }

    .checkout-pay-wrapper .gatewallet .wallet .using .actions {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .checkout-pay-wrapper .gatewallet .wallet .using button.save {
        background: #323232;
        color: #eee;
        padding: 10px 20px;
        border: none;
    }

    .checkout-pay-wrapper .gatewallet .wallet .using .helpbtns {
        font-size: 0;
    }

        .checkout-pay-wrapper .gatewallet .wallet .using .helpbtns button {
            color: #222;
            border: 1px solid #323232;
            font: 500 12px "Fractul";
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding: 4px 10px;
            border-left: none;
            background: transparent;
        }

            .checkout-pay-wrapper .gatewallet .wallet .using .helpbtns button:first-of-type {
                -webkit-border-radius: 0 3px 3px 0;
                -moz-border-radius: 0 3px 3px 0;
                border-radius: 0 3px 3px 0;
            }

            .checkout-pay-wrapper .gatewallet .wallet .using .helpbtns button:last-of-type {
                -webkit-border-radius: 3px 0 0 3px;
                -moz-border-radius: 3px 0 0 3px;
                border-radius: 3px 0 0 3px;
                border: 1px solid #323232;
            }

    .checkout-pay-wrapper .gatewallet .wallet .using {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ddd;
        padding: 10px;
        background: rgba(0, 0, 0, 0.02);
        margin-top: 20px;
    }

    .checkout-pay-wrapper .gatewallet .wallet .use {
        cursor: pointer;
        color: #555;
        margin-bottom: 15px;
    }

.checkout-pay-wrapper .action-btn {
    padding: 20px 10px;
    text-align: center;
    border: none;
    display: block;
    background: #F3C716;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-top: 30px;
    box-shadow: -3px 3px 0 rgba(239, 239, 239, 0.9);
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .checkout-pay-wrapper .action-btn img {
        margin-left: 10px;
    }

    .checkout-pay-wrapper .action-btn:hover {
        box-shadow: -4px 4px 0 rgba(0, 0, 0, 0.6);
        -webkit-transform: translate(4px, -4px);
        -moz-transform: translate(4px, -4px);
        -ms-transform: translate(4px, -4px);
        -o-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    .checkout-pay-wrapper .action-btn:focus {
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

.checkout-pay-wrapper .totals-section {
    padding: 30px;
    border: 1px solid #EAEAEA;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.checkout-pay-wrapper .credits-section {
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .checkout-pay-wrapper .credits-section .title {
        cursor: pointer;
        margin: 0;
        padding: 30px;
    }

        .checkout-pay-wrapper .credits-section .title.open {
            border-bottom: 1px solid #EAEAEA;
        }

        .checkout-pay-wrapper .credits-section .title img {
            margin-right: 10px;
            float: left;
            display: inline-block;
            line-height: 2;
            margin-top: 4px;
        }

            .checkout-pay-wrapper .credits-section .title img.active {
                -webkit-transform: rotate(-0.5turn);
                -moz-transform: rotate(-0.5turn);
                -ms-transform: rotate(-0.5turn);
                -o-transform: rotate(-0.5turn);
                transform: rotate(-0.5turn);
            }

    .checkout-pay-wrapper .credits-section .content {
        padding: 30px;
        padding-top: 0px;
    }

    .checkout-pay-wrapper .credits-section .discode input {
        width: calc(100% - 180px);
        border: 1px solid #272727;
        height: 40px;
        padding: 0 30px;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

    .checkout-pay-wrapper .credits-section .discode button {
        background: #272727;
        color: #eee;
        width: 180px;
        height: 40px;
        border: none;
        float: left;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .checkout-pay-wrapper .credits-section .table {
        margin-top: 30px;
    }

        .checkout-pay-wrapper .credits-section .table table {
            width: 100%;
            font-size: 14px;
        }

        .checkout-pay-wrapper .credits-section .table td, .checkout-pay-wrapper .credits-section .table th {
            border: 1px solid #DDDDDD;
            padding: 6px 8px;
            text-align: center;
        }

        .checkout-pay-wrapper .credits-section .table th {
            background: #FBFBFB;
            font-size: 12px;
        }

        .checkout-pay-wrapper .credits-section .table button {
            width: 100%;
            display: block;
            border: 1px solid #333;
            text-align: center;
            font-size: 14px;
            background: transparent;
            padding: 6px 10px;
        }

.checkout-pay-wrapper .cart-products {
    margin-right: 30px;
    margin-bottom: 40px;
}

    .checkout-pay-wrapper .cart-products img {
        display: inline-block;
        width: 100px;
        height: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        position: relative;
        margin-right: -30px;
    }

        .checkout-pay-wrapper .cart-products img:hover {
            z-index: 2;
        }

    .checkout-pay-wrapper .cart-products .title {
        display: inline-block;
        margin-left: 40px;
    }

        .checkout-pay-wrapper .cart-products .title strong {
            color: #444;
            display: block;
            font-size: 20px;
            padding-top: 20px;
        }

        .checkout-pay-wrapper .cart-products .title a {
            color: #666;
            text-decoration: underline;
        }

.checkout-pay-wrapper .cart-list {
    margin: -30px -30px 0;
    position: relative;
}

    .checkout-pay-wrapper .cart-list .lines {
        padding: 30px 30px 30px;
        border-bottom: 1px solid #eee;
    }

    .checkout-pay-wrapper .cart-list .line {
        padding: 10px 20px;
    }

        .checkout-pay-wrapper .cart-list .line .col-md-4 {
            display: flex;
            align-content: center;
            align-items: center;
        }

        .checkout-pay-wrapper .cart-list .line .product {
            font-size: 16px;
            display: block;
            width: 100%;
        }

            .checkout-pay-wrapper .cart-list .line .product img {
                width: 64px;
                float: right;
                margin-left: 15px;
            }

            .checkout-pay-wrapper .cart-list .line .product span, .checkout-pay-wrapper .cart-list .line .product small, .checkout-pay-wrapper .cart-list .line .product strong {
                display: block;
            }

            .checkout-pay-wrapper .cart-list .line .product small {
                font-size: 14px;
            }

            .checkout-pay-wrapper .cart-list .line .product span {
                color: #666;
            }

        .checkout-pay-wrapper .cart-list .line .single-price,
        .checkout-pay-wrapper .cart-list .line .product-sum {
            text-align: left;
        }

            .checkout-pay-wrapper .cart-list .line .single-price span, .checkout-pay-wrapper .cart-list .line .single-price strong,
            .checkout-pay-wrapper .cart-list .line .product-sum span,
            .checkout-pay-wrapper .cart-list .line .product-sum strong {
                display: block;
            }

            .checkout-pay-wrapper .cart-list .line .single-price span,
            .checkout-pay-wrapper .cart-list .line .product-sum span {
                color: #888;
                font-size: 14px;
            }

        .checkout-pay-wrapper .cart-list .line .product-sum {
            font-size: 18px;
        }

    .checkout-pay-wrapper .cart-list .cart-sum {
        margin: 0px 30px 0px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: #222;
        text-align: left;
    }

        .checkout-pay-wrapper .cart-list .cart-sum .in {
            background: #fff;
            display: inline-block;
            padding: 0 20px;
        }

            .checkout-pay-wrapper .cart-list .cart-sum .in span {
                color: #666;
                padding-left: 10px;
            }

            .checkout-pay-wrapper .cart-list .cart-sum .in strong {
                font-weight: bold;
            }

.checkout-pay-wrapper .discount-lines {
    font-size: 16px;
    padding: 10px 20px 0;
}

    .checkout-pay-wrapper .discount-lines .line {
        padding: 5px 0;
        padding-right: 40px;
        position: relative;
    }

        .checkout-pay-wrapper .discount-lines .line:before, .checkout-pay-wrapper .discount-lines .line:after {
            content: "";
            position: absolute;
        }

        .checkout-pay-wrapper .discount-lines .line:before {
            right: 0;
            width: 100%;
            top: 20px;
            background: #eee;
            height: 1px;
        }

        .checkout-pay-wrapper .discount-lines .line:after {
            right: 0;
            width: 1px;
            top: 5px;
            background: #eee;
            height: 15px;
        }

        .checkout-pay-wrapper .discount-lines .line .title {
            font-size: 16px;
            font-weight: 200;
            background: #fff;
            padding: 0 15px;
            display: inline-block;
        }

            .checkout-pay-wrapper .discount-lines .line .title span {
                color: #666;
            }

            .checkout-pay-wrapper .discount-lines .line .title strong {
                font-weight: 200;
                color: #333;
                padding-right: 10px;
            }

        .checkout-pay-wrapper .discount-lines .line .amount, .checkout-pay-wrapper .discount-lines .line button, .checkout-pay-wrapper .discount-lines .line .title {
            background: #fff;
            position: relative;
            z-index: 2;
        }

        .checkout-pay-wrapper .discount-lines .line .amount {
            padding: 0 10px 0 0;
        }

        .checkout-pay-wrapper .discount-lines .line button {
            border: none;
            padding: 0 5px 0 10px;
            margin-left: 10px;
        }

            .checkout-pay-wrapper .discount-lines .line button:after {
                content: "] ";
                font-size: 10px;
            }

            .checkout-pay-wrapper .discount-lines .line button:before {
                content: "[ ";
                font-size: 10px;
            }

            .checkout-pay-wrapper .discount-lines .line button img {
                height: 1em;
                line-height: 1;
            }

.faq-sidebar .cats .item {
    border: 2px solid #232323;
    color: #232323;
    margin-top: -2px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .faq-sidebar .cats .item:hover {
        background: #eee;
    }

    .faq-sidebar .cats .item:first-of-type {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .faq-sidebar .cats .item:last-of-type {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

    .faq-sidebar .cats .item.active {
        background: #232323;
        color: #fff;
    }

.faq-items .faq-item {
    font-size: 18px;
    border: 1px solid #323232;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

    .faq-items .faq-item.active .q {
        background-color: #eee;
        border-bottom: 1px solid #323232;
    }

        .faq-items .faq-item.active .q::before {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .faq-items .faq-item.active .a {
        padding-top: 30px;
        padding-bottom: 30px;
        max-height: 999em;
        opacity: 1;
    }

    .faq-items .faq-item .q {
        padding: 12px 30px 12px 60px;
        border-bottom: 1px solid transparent;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 20px;
        color: #323232;
        position: relative;
        font-weight: bold;
    }

        .faq-items .faq-item .q::before {
            top: 0;
            bottom: 0;
            width: 50px;
            height: 100%;
            position: absolute;
            content: "";
            background: url(../images/icon-arrow-left.svg) no-repeat center center;
            background-size: 12px auto;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
            left: 0px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .faq-items .faq-item .q:hover:before {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .faq-items .faq-item .q::after {
            position: absolute;
            height: 100%;
            left: 0px;
            width: 50px;
            top: 0;
            bottom: 0;
            border-right: 1px solid #323232;
            content: "";
        }

    .faq-items .faq-item .a {
        padding: 0 30px;
        font-size: 18px;
        opacity: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.stores-wrapper {
    height: 700px;
}

    .stores-wrapper > .row {
        height: 100%;
    }

        .stores-wrapper > .row > * {
            max-height: 100%;
        }

.stores-list {
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

    .stores-list .stores-items {
        margin-top: 20px;
        padding-left: 10px;
        overflow-y: scroll;
    }

        .stores-list .stores-items .item {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #eee;
            padding: 20px;
            margin-bottom: 15px;
            font-size: 18px;
            color: #666;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
            cursor: pointer;
        }

            .stores-list .stores-items .item:hover {
                background: #eee;
            }

            .stores-list .stores-items .item:focus {
                background: #ddd;
            }

            .stores-list .stores-items .item h3 {
                font-weight: bold;
                color: #222;
                font-size: 20px;
            }

            .stores-list .stores-items .item .phone {
                font: 20px "Fractul";
                letter-spacing: 1px;
                direction: ltr;
                text-align: left;
            }

.stores-filter-box {
    background: #fefefe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

.stores-filters {
    display: flex;
    flex-wrap: wrap;
}

    .stores-filters span {
        display: block;
        margin: 0;
        border: 1px solid #ccc;
        padding: 2px 6px;
        text-align: center;
        cursor: pointer;
        width: 50%;
        font-size: 14px;
    }

        .stores-filters span.active {
            background: #F3C716;
            color: #333;
        }

        .stores-filters span:nth-of-type(1) {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
            border-bottom: none;
            border-left: none;
        }

        .stores-filters span:nth-of-type(2) {
            -webkit-border-radius: 3px 0 0 0;
            -moz-border-radius: 3px 0 0 0;
            border-radius: 3px 0 0 0;
            border-bottom: none;
        }

        .stores-filters span:nth-of-type(3) {
            -webkit-border-radius: 0 0 3px 0;
            -moz-border-radius: 0 0 3px 0;
            border-radius: 0 0 3px 0;
            border-left: none;
        }

        .stores-filters span:nth-of-type(4) {
            -webkit-border-radius: 0 0 0 3px;
            -moz-border-radius: 0 0 0 3px;
            border-radius: 0 0 0 3px;
        }

.stores-search select {
    width: 100%;
    display: block;
    border: 1px solid #434343;
    padding: 6px 12px 6px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}

.stores-page-map {
    z-index: 7;
    padding-left: 30px;
    position: relative;
    height: 100%;
}

    .stores-page-map #map {
        height: 100%;
    }

.contact-page-map {
    direction: ltr;
    text-align: left;
    margin: -60px -60px 0;
    position: relative;
    z-index: 7;
}

    .contact-page-map #map {
        direction: ltr;
        text-align: left;
        height: 520px;
    }

.contact-wrapper {
    position: relative;
    z-index: 8;
    margin-top: -50px;
    padding: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.page-contact .contact-info .big {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 40px;
    margin-bottom: 40px;
    background: #F3C716;
    font-size: 24px;
    color: #232323;
}

    .page-contact .contact-info .big .line.ltr {
        font-size: 36px;
        line-height: 1.2;
        text-align: left;
        direction: ltr;
        font-weight: bold;
        font-family: "Fractul";
    }

    .page-contact .contact-info .big hr {
        margin: 20px 0;
        background: transparent;
        height: 0;
        border-bottom: 2px dotted #323232 !important;
    }

.page-contact .section {
    margin-bottom: 30px;
    font-size: 22px;
    padding-right: 30px;
    border-right: 2px solid #F3C716;
}

    .page-contact .section h2 {
        font-weight: bold;
        color: #F3C716;
        font-size: 28px;
    }

        .page-contact .section h2 .line {
            text-align: left;
        }

            .page-contact .section h2 .line strong {
                font-weight: bold;
                float: right;
            }

.page-contact .contact-form form {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 40px 40px;
    background: #eee;
}

.page-contact input, .page-contact textarea {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 8px 14px;
    margin: 5px 0 15px;
    font-size: 18px;
}

.page-contact #input_the_email, .page-contact #input_the_phone {
    direction: ltr;
    text-align: left;
}

.page-contact label {
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 18px;
    margin: 5px 0;
}

    .page-contact label strong {
        font-size: 22px;
        color: #F3C716;
    }

.page-contact button {
    background: #323232;
    padding: 10px 32px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

@media only screen and (max-width: 1024px) {
    .hidden-mobile {
        display: none;
    }

    .contact-page-map {
        margin: -20px -20px 0;
    }

    .cart-items .cart-item {
        padding-left: 0;
    }

    .general-page-wrapper, .account-page-wrapper {
        margin: 20px 0 0;
        padding: 0 10px;
    }

    .general-page-container, .account-page-container {
        margin: 0px 0 40px;
        padding: 20px;
    }

    .step-nav .step-action-btn {
        float: none;
        width: 100%;
    }

    .checkout-address-wrapper .title {
        margin: 40px 0 20px;
    }

    .checkout-auth-wrapper {
        padding: 40px 30px;
    }

        .checkout-auth-wrapper ul {
            padding: 0;
        }

    .general-page-wrapper h1, .account-page-wrapper h1 {
        font-size: 24px;
    }

    .checkout-auth-wrapper img {
        margin: 0 0 20px;
        width: 28%;
        height: auto;
    }

    .single-blog-wrapper .blog-side {
        display: none;
    }

    .general-page-wrapper, .account-page-wrapper {
        margin: 0px 0 0;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    body {
        padding-top: 60px;
    }

    section.blog-list {
        margin-right: 0 !important;
    }

    .main-header .menu-section {
        top: 59px;
        bottom: auto;
        height: calc(100vh - 59px);
    }

    .cart-account-section .title {
        display: none;
    }

    .oo-wrap {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .home-hero-slider, .landing-home-slider {
        position: relative;
        margin-top: 0;
    }

    .menu-section {
        display: none;
    }

    .main-header,
    .stuck .main-header {
        background: #fff;
        position: relative;
        height: 60px;
        border: 1px #E6E6E6 solid;
        transition: all 0.4s;
    }

        .main-header .logo-section,
        .stuck .main-header .logo-section {
            height: 60px;
            border-left: 1px #E6E6E6 solid;
            text-align: center;
            display: flex;
            align-content: center;
            justify-content: center;
            flex-wrap: wrap;
            padding: 0;
        }

            .main-header .logo-section img,
            .stuck .main-header .logo-section img {
                width: auto;
                height: auto;
                margin: 0;
            }

        .main-header .head-user-page,
        .stuck .main-header .head-user-page {
            width: 80vw;
            padding: 30px;
        }

        .main-header .hbtn,
        .stuck .main-header .hbtn {
            width: 60px;
            height: 59px;
            float: left;
            padding: 10px;
        }

    .primary-menu-wrap {
        width: 100%;
        display: block;
        order: 2;
    }

    .search-section {
        float: none;
        order: 1;
    }

        .search-section .search-icon {
            display: none;
        }

        .search-section .search-box {
            width: 100%;
            position: static;
            padding: 15px;
            border: none;
            opacity: 1;
            z-index: 2;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            background: rgba(255, 255, 255, 0.3);
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            .search-section .search-box input {
                padding-left: 80px;
                border-width: 1px;
            }

            .search-section .search-box button span {
                display: none;
            }

    #main-footer .footer-menu {
        padding: 20px;
    }

        #main-footer .footer-menu .menu-widget {
            margin: 20px 0;
        }

    .footer-stores {
        padding: 0 40px 0;
        text-align: center;
    }

    .footer-social, .footer-shahin {
        text-align: center;
        padding: 20px 0 0;
    }

    .yellow-contact .sup-call,
    .yellow-contact .footer-secondary-menu {
        text-align: center;
    }

    .show-on-phone-only {
        display: block;
    }

    .main-header .primary-menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        overflow: scroll;
    }

        .main-header .primary-menu li {
            position: relative;
        }

            .main-header .primary-menu li:hover {
                background: transparent;
            }

        .main-header .primary-menu .mobile-open-sub {
            position: absolute;
            left: 20px;
            top: 10px;
            height: 50px;
            width: 50px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

        .main-header .primary-menu .submenu {
            display: none;
            opacity: 1;
            z-index: 1;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: none;
            position: static;
            transform-origin: top center;
            transform: none;
            background: transparent;
            padding: 10px 20px 20px;
            margin-top: 10px;
        }

            .main-header .primary-menu .submenu.sub-open-mobile {
                display: block;
            }

            .main-header .primary-menu .submenu > ul > li {
                width: 100%;
                display: block;
                padding-top: 20px !important;
                margin-bottom: 40px !important;
            }

                .main-header .primary-menu .submenu > ul > li li {
                    display: block;
                    padding: 0 !important;
                }

                    .main-header .primary-menu .submenu > ul > li li a {
                        line-height: 1.5;
                        padding: 10px 0;
                        font-size: 16px;
                        font-weight: normal;
                    }

                        .main-header .primary-menu .submenu > ul > li li a::after {
                            display: none;
                        }

    .main-header .menu-section {
        overflow: scroll;
        float: right;
        display: none;
        position: fixed;
        top: 60px;
        bottom: 0;
        background: #eee;
        right: 0;
        left: 0;
        width: 100%;
    }

        .main-header .menu-section.open-mobile {
            display: block;
        }

        .main-header .menu-section .primary-menu {
            height: auto;
        }

            .main-header .menu-section .primary-menu li {
                display: block;
                padding: 10px 20px;
                font-size: 20px;
            }

                .main-header .menu-section .primary-menu li li {
                    padding: 10px 0;
                }

                .main-header .menu-section .primary-menu li a {
                    padding: 14px 10px;
                    line-height: normal;
                    font-weight: bold;
                    color: #555;
                    font-size: 20px;
                    display: block;
                }

                    .main-header .menu-section .primary-menu li a::after {
                        display: inline-block;
                        content: "";
                        margin-left: 10px;
                        width: 20px;
                        float: left;
                        height: 12px;
                        margin-top: 6px;
                    }

        .main-header .menu-section .secondary-menu {
            height: auto;
            border-bottom: 1px solid #ddd;
            padding: 20px;
            background: #f3f3f3;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            overflow: auto;
            height: auto;
            opacity: 1;
        }

            .main-header .menu-section .secondary-menu ul {
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .main-header .menu-section .secondary-menu li {
                display: inline-block;
                margin-left: 10px;
                margin-bottom: 10px;
            }

                .main-header .menu-section .secondary-menu li a {
                    color: #777;
                    line-height: 1.3;
                    font-size: 16px;
                    border: 1px solid #ccc;
                    padding: 6px 20px;
                    display: inline-block;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

    .head-cart {
        top: 58px;
        width: 100vw;
    }

    .about-content {
        padding-top: 0px;
        font-size: 22px;
    }

        .about-content .p1 {
            margin-top: 0px;
        }

        .about-content img {
            width: 100%;
            height: auto;
        }

        .about-content .p6 {
            padding: 30px;
            margin-top: 20px;
            font-size: 22px;
            background: #eee;
        }

            .about-content .p6 strong {
                font-size: 26px;
                font-weight: bold;
                color: #F3C716;
                display: block;
            }

        .about-content .blacksq {
            padding: 40px 30px;
            font-size: 26px;
            font-weight: bold;
            width: 100%;
            margin-top: 20px;
            position: static;
            margin-bottom: 30px;
        }

    .stores-page-map {
        padding-left: 0;
    }

        .stores-page-map #map {
            padding-left: 0;
            height: 280px;
        }

    .page-single-store .store-type-list span {
        padding: 4px 12px !important;
    }

    .oo-pop-wrapper .smslogin label[for=phone-input] {
        margin-top: 0;
    }

    .oo-pop-wrapper .smslogin button {
        font-size: 16px;
    }
}

.fashion-hero {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

    .fashion-hero .image {
        margin-top: -80px;
        padding-right: 30px;
        padding-bottom: 30px;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .fashion-hero .text {
        padding-right: 80px;
        position: relative;
        color: #555;
    }

        .fashion-hero .text .daal {
            right: 0px;
            top: -60px;
            width: 40px;
            height: auto;
            position: absolute;
        }

        .fashion-hero .text h1 {
            margin-bottom: 20px;
            font-weight: bold;
        }

            .fashion-hero .text h1 span {
                color: #F3C716;
                display: block;
            }

.fashion-main-nav {
    background: url(../images/landings/cats-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 80px 0;
}

    .fashion-main-nav .gen-banners {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .fashion-main-nav .gen-banner {
        position: relative;
    }

        .fashion-main-nav .gen-banner:nth-of-type(2n) {
            margin-top: 30px;
        }

        .fashion-main-nav .gen-banner .over-grey {
            background: linear-gradient(79.91deg, #5D5D5D 3.83%, rgba(159, 159, 159, 0) 100%);
            position: absolute;
            inset: 0;
        }

        .fashion-main-nav .gen-banner .over-link {
            position: absolute;
            inset: 0;
        }

        .fashion-main-nav .gen-banner .over-text {
            position: absolute;
            left: 60px;
            bottom: 40px;
            text-align: left;
        }

            .fashion-main-nav .gen-banner .over-text img {
                width: 40px;
                height: 40px;
                margin-bottom: 20px;
            }

            .fashion-main-nav .gen-banner .over-text h2 {
                font-size: 32px;
                font-weight: bold;
                color: #fff;
                line-height: 1;
            }

            .fashion-main-nav .gen-banner .over-text h3 {
                font-size: 30px;
                font-weight: bold;
                color: #C6C6C6;
                line-height: 1;
            }

.cat-links {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cat-link {
    background: #fff;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
    text-align: center;
    border: 1px solid #eee;
    margin-right: -1px;
    margin-top: -1px;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

    .cat-link .icon {
        mix-blend-mode: darken;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

        .cat-link .icon img {
            height: 80px;
            width: auto;
        }

    .cat-link .title {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        line-height: 30px;
    }

    .cat-link:hover {
        background: #F3C716;
    }

        .cat-link:hover .icon {
            -webkit-transform: scale(0.6) translateY(-40px);
            -moz-transform: scale(0.6) translateY(-40px);
            -ms-transform: scale(0.6) translateY(-40px);
            -o-transform: scale(0.6) translateY(-40px);
            transform: scale(0.6) translateY(-40px);
        }

        .cat-link:hover .title {
            -webkit-transform: scale(0.9) translateY(-50px);
            -moz-transform: scale(0.9) translateY(-50px);
            -ms-transform: scale(0.9) translateY(-50px);
            -o-transform: scale(0.9) translateY(-50px);
            transform: scale(0.9) translateY(-50px);
        }

    .cat-link .links {
        position: absolute;
        bottom: 10px;
        right: 20px;
        left: 20px;
        padding: 0 40px;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

        .cat-link .links a {
            display: block;
            margin-top: 5px;
            border: 1px solid #222;
            color: #222;
            height: 24px;
            line-height: 24px;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }

            .cat-link .links a:hover {
                color: #fff;
                background: #222;
            }

    .cat-link:hover .links {
        opacity: 1;
        bottom: 20px;
    }

.fashion-main-nav .wide-banner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    background: #fff;
    margin-top: 20px;
}

    .fashion-main-nav .wide-banner .col-md {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .fashion-main-nav .wide-banner h4 {
        font-weight: bold;
        margin-bottom: 0;
        color: #555;
    }

        .fashion-main-nav .wide-banner h4 span {
            color: #F3C716;
        }

    .fashion-main-nav .wide-banner .more {
        margin-top: 5px;
        color: #666;
        font-size: 18px;
    }

.fashion-collection {
    background: #303030;
    padding: 110px 0;
}

    .fashion-collection .collection-wrap {
        margin: 0 100px;
    }

        .fashion-collection .collection-wrap .col {
            display: flex;
        }

        .fashion-collection .collection-wrap img {
            padding-left: 20px;
        }

        .fashion-collection .collection-wrap .text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .fashion-collection .collection-wrap .text h2 {
                font-size: 36px;
                font-weight: bold;
                color: #fff;
            }

            .fashion-collection .collection-wrap .text p {
                font-size: 18px;
                color: #aaa;
            }

    .fashion-collection .products {
        margin-top: -60px;
    }

.swiper-row {
    padding: 80px 0px 100px;
}

    .swiper-row:nth-of-type(2n) {
        background: #fbfbfb;
    }

        .swiper-row:nth-of-type(2n) img {
            mix-blend-mode: darken;
        }

        .swiper-row:nth-of-type(2n) .tabs-select span.active {
            border-top: 1px solid #fbfbfb;
            background: #fbfbfb;
        }

    .swiper-row .swiper-custom-wrapper {
        padding-bottom: 30px;
        position: relative;
        border-bottom: 1px solid #eee;
    }

        .swiper-row .swiper-custom-wrapper .swiper-custom-button {
            position: absolute;
            left: 0;
            background: #fff;
            width: 60px;
            height: 30px;
            right: auto;
            bottom: -30px;
            border: 1px solid #eee;
            display: inline-block;
            padding: 5px 12px;
            font-size: 16px;
            color: #888;
            -webkit-border-radius: 0 0 0 4px;
            -moz-border-radius: 0 0 0 4px;
            border-radius: 0 0 0 4px;
            text-align: center;
        }

            .swiper-row .swiper-custom-wrapper .swiper-custom-button:after {
                font-family: swiper-icons;
                font-size: 14px;
                text-transform: none !important;
                letter-spacing: 0;
                font-variant: initial;
                line-height: 1;
                content: "prev";
            }

        .swiper-row .swiper-custom-wrapper .swiper-custom-button-prev {
            left: 59px;
            -webkit-border-radius: 0 0 4px 0;
            -moz-border-radius: 0 0 4px 0;
            border-radius: 0 0 4px 0;
        }

            .swiper-row .swiper-custom-wrapper .swiper-custom-button-prev:after {
                content: "next";
            }

    .swiper-row .row-title {
        text-align: center;
    }

        .swiper-row .row-title h3 {
            margin-top: -20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 0;
        }

        .swiper-row .row-title .more {
            color: #F3C716;
            font-weight: bold;
        }

            .swiper-row .row-title .more img {
                margin-right: 3px;
            }

    .swiper-row .tabs-select {
        position: absolute;
        right: 0;
        bottom: -30px;
        font-size: 0;
    }

        .swiper-row .tabs-select span {
            border: 1px solid #eee;
            display: inline-block;
            height: 30px;
            padding: 5px 12px;
            font-size: 16px;
            background: #F9F9F9;
            -webkit-border-radius: 0 0 4px 0;
            -moz-border-radius: 0 0 4px 0;
            border-radius: 0 0 4px 0;
            cursor: pointer;
        }

            .swiper-row .tabs-select span:nth-of-type(2n) {
                border-right: 0;
                -webkit-border-radius: 0 0 0 4px;
                -moz-border-radius: 0 0 0 4px;
                border-radius: 0 0 0 4px;
            }

            .swiper-row .tabs-select span.active {
                border-top: 1px solid #fff;
                background: #fff;
            }

.fashion-acc {
    padding: 80px 0;
    font-size: 20px;
    text-align: center;
}

    .fashion-acc img {
        max-width: 60%;
        height: auto;
        clear: both;
    }

    .fashion-acc strong {
        display: block;
    }

    .fashion-acc .big .title {
        font-size: 28px;
    }

    .fashion-acc .col-7 .col-6 {
        padding: 30px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        .fashion-acc .col-7 .col-6:nth-of-type(n+3) {
            border-bottom: none;
        }

.home-acc {
    background: url(../images/landings/home-acc-bg-2.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
}

    .home-acc .right h2 {
        padding-top: 70px;
    }

        .home-acc .right h2 strong {
            display: block;
            font-weight: bold;
            color: #F3C716;
        }

    .home-acc .right img {
        width: 100%;
        height: auto;
    }

    .home-acc .acc-cat-item {
        padding: 0 10px 30px;
        border: 1px solid #DBDBDB;
        box-shadow: 0 4px 4px rgba(202, 202, 202, 0.25);
        background: #fff;
        margin-bottom: 30px;
        font-size: 14px;
        position: relative;
    }

        .home-acc .acc-cat-item img {
            width: 80%;
            height: auto;
            margin: 0 auto 10px;
        }

        .home-acc .acc-cat-item a {
            position: absolute;
            inset: 0;
        }

.home-cats-tabs {
    margin-top: 300px;
}

    .home-cats-tabs .cats {
        background: url(../images/landings/home-cats-bg.jpg) center center no-repeat;
        background-size: cover;
        padding: 0 0 10px;
        position: relative;
    }

        .home-cats-tabs .cats:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #FAFAFA 100%);
            height: 40%;
        }

        .home-cats-tabs .cats .head {
            text-align: center;
            display: block;
            position: relative;
            top: -150px;
            z-index: 2;
        }

            .home-cats-tabs .cats .head img {
                display: block;
                width: 50%;
                height: auto;
                mix-blend-mode: darken;
                margin: 0 auto;
            }

            .home-cats-tabs .cats .head h2 {
                font-weight: bold;
                font-size: 36px;
            }

    .home-cats-tabs .cat-items {
        z-index: 2;
        position: relative;
    }

    .home-cats-tabs .cat-item {
        -webkit-border-radius: 50% 50% 0 0;
        -moz-border-radius: 50% 50% 0 0;
        border-radius: 50% 50% 0 0;
        background: #FFFFFF;
        border: 1px solid #F3F3F3;
        box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.03);
        text-align: center;
        padding: 0px 20px 40px;
    }

        .home-cats-tabs .cat-item img.poster {
            margin: 50px auto 20px;
            width: 120px;
            height: auto;
            display: block;
        }

        .home-cats-tabs .cat-item .title {
            margin-top: 30px;
        }

    .home-cats-tabs .tabs {
        padding: 60px 0 80px;
        background: #F9F9F9;
    }

        .home-cats-tabs .tabs .title-item {
            display: inline-block;
            color: #777;
            font-size: 20px;
            margin-left: 20px;
            cursor: pointer;
        }

            .home-cats-tabs .tabs .title-item.active {
                color: #F3C716;
            }

        .home-cats-tabs .tabs .contents {
            margin: 30px -80px 0;
        }

.home-hero {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

    .home-hero .story {
        font-size: 20px;
        font-weight: 300;
        color: #777;
        text-align: center;
        margin: 60px 0 40px;
    }

    .home-hero .home-hero-icon {
        mix-blend-mode: darken;
    }

        .home-hero .home-hero-icon img {
            mix-blend-mode: darken;
        }

    .home-hero .bigtitle {
        font-size: 38px;
        font-weight: bold;
        margin-top: 40px;
        padding-right: 60px;
        position: relative;
    }

        .home-hero .bigtitle .daal {
            position: absolute;
            left: 120px;
            top: 20px;
            width: 20px;
            height: auto;
        }

        .home-hero .bigtitle strong {
            font-size: 44px;
            color: #5E5E5E;
            display: block;
        }

    .home-hero a.more {
        padding-right: 60px;
        font-weight: bold;
        color: #F3C716;
        font-size: 22px;
    }

        .home-hero a.more img {
            margin-right: 10px;
        }

.hero-swiper {
    padding: 60px 180px 0 0;
}

.home-pulse {
    position: relative;
}

    .home-pulse .pulsing {
        position: absolute;
    }

        .home-pulse .pulsing:nth-of-type(2) .pulse-icon {
            animation-delay: 2.4s;
        }

        .home-pulse .pulsing:nth-of-type(3) .pulse-icon {
            animation-delay: 0.3s;
        }

        .home-pulse .pulsing:nth-of-type(4) .pulse-icon {
            animation-delay: 0.6s;
        }

        .home-pulse .pulsing:nth-of-type(5) .pulse-icon {
            animation-delay: 3.1s;
        }

        .home-pulse .pulsing:nth-of-type(6) .pulse-icon {
            animation-delay: 1.8s;
        }

        .home-pulse .pulsing .pulse-icon {
            background: rgba(255, 255, 255, 0.6);
            width: 50px;
            height: 50px;
            transform: rotate(45deg);
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
            animation: ease 3s pulsePulsing infinite;
        }

@keyframes pulsePulsing {
    50% {
        -webkit-transform: scale(0.9) rotate(45deg);
        -moz-transform: scale(0.9) rotate(45deg);
        -ms-transform: scale(0.9) rotate(45deg);
        -o-transform: scale(0.9) rotate(45deg);
        transform: scale(0.9) rotate(45deg);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2);
    }
}

.data-pop.active .pop-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.data-pop.left .pop-container {
    margin-left: -560px;
}

.pop-container {
    border: 2px solid #222;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    background: #fff;
    width: 560px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

    .pop-container .images {
        height: 100%;
        padding: 20px;
    }

        .pop-container .images .smalls {
            margin-top: 20px;
        }

            .pop-container .images .smalls a {
                padding: 5px;
                border: 1px solid #eee;
                display: block;
            }

    .pop-container .content {
        padding: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background: #f9f9f9;
        height: 100%;
    }

        .pop-container .content h3 {
            font-weight: bold;
            font-size: 24px;
        }

        .pop-container .content .cat a {
            display: block;
            padding: 10px 20px;
            margin-top: 10px;
            background: #333;
            margin-left: 40px;
            color: #fff;
            text-align: center;
        }

.home-office {
    background: url(../images/landings/home-office-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

    .home-office .titlebox {
        display: flex;
        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
        font-weight: bold;
    }

    .home-office a.more {
        color: #F3C716;
    }

        .home-office a.more img {
            margin-right: 5px;
        }

    .home-office .office-item {
        position: relative;
        padding: 20px;
        background: #fff;
        margin: 5px 0;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

        .home-office .office-item a {
            position: absolute;
            inset: 0;
        }

        .home-office .office-item .col-7 {
            display: flex;
            justify-content: flex-start;
            align-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

.jew-hero {
    padding: 120px 0 0;
    position: relative;
}

    .jew-hero:after {
        position: absolute;
        top: 340px;
        bottom: 0;
        right: 0;
        left: 0;
        content: "";
        background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
        z-index: 1;
    }

    .jew-hero h1 {
        margin: 0;
        font-size: 32px;
        color: #666;
        font-weight: bold;
    }

    .jew-hero .titles {
        position: relative;
        z-index: 2;
    }

        .jew-hero .titles img {
            width: 260px;
            float: left;
            height: auto;
            margin-top: 30px;
            margin-left: 30px;
        }

    .jew-hero p {
        font-size: 18px;
        color: #666;
        padding: 30px;
        position: relative;
        z-index: 2;
    }

    .jew-hero .pullupp {
        margin-top: -200px;
    }

    .jew-hero .l2 {
        font-weight: 900;
        font-size: 42px;
    }

        .jew-hero .l2 strong {
            color: #222;
        }

    .jew-hero h2 {
        margin: 0;
        font-size: 38px;
        font-weight: bold;
        color: #666;
    }

        .jew-hero h2 strong {
            color: #222;
        }

    .jew-hero .rings {
        position: relative;
        mix-blend-mode: darken;
        z-index: 2;
    }

        .jew-hero .rings .ring1 {
            animation: ease 6s ringflow infinite;
        }

        .jew-hero .rings .ring2 {
            position: absolute;
            top: 0;
            mix-blend-mode: darken;
            right: 0;
            animation: ease 8s ringflow infinite;
            animation-delay: 1s;
        }

@keyframes ringflow {
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.hands .hand {
    padding: 0 30px;
    font-size: 24px;
    font-weight: bold;
}

    .hands .hand .title {
        color: #222;
        background: transparent;
        padding: 6px 0;
        display: inline-block;
    }

        .hands .hand .title img {
            margin-right: 5px;
        }

    .hands .hand .title, .hands .hand img, .hands .hand small {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .hands .hand:hover .title {
        color: #fff;
        background: #333;
        padding: 6px 30px;
    }

        .hands .hand:hover .title img {
            margin-right: 10px;
        }

        .hands .hand:hover .title small {
            color: #aaa;
        }

    .hands .hand:hover img {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        transform-origin: bottom right;
    }

    .hands .hand small {
        color: #999;
        font-size: 100%;
    }

    .hands .hand.right {
        padding-left: 0;
    }

        .hands .hand.right img {
            transform-origin: top left;
        }

        .hands .hand.right .title {
            float: left;
        }

    .hands .hand.left {
        margin-top: 70px;
        padding-right: 0;
    }

.jew-collection {
    background: #373737;
}

    .jew-collection .jew-col-wrap {
        background: url(../images/landings/jew-collection-bg.jpg) top center no-repeat;
        background-size: cover;
        padding: 0 0 40px;
        margin-bottom: 100px;
    }

    .jew-collection .items {
        padding: 0px 60px 0;
        margin-top: -40px;
    }

    .jew-collection .col-item {
        background: #4D4D4D;
        position: relative;
        bottom: -100px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

        .jew-collection .col-item, .jew-collection .col-item .img:after, .jew-collection .col-item .img:before, .jew-collection .col-item h2 {
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }

            .jew-collection .col-item:hover {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
                background: #F3C716;
                color: #333;
            }

                .jew-collection .col-item:hover .img:after {
                    opacity: 0;
                }

                .jew-collection .col-item:hover .img:before {
                    opacity: 1;
                }

                .jew-collection .col-item:hover .title {
                    color: #333;
                }

            .jew-collection .col-item .title {
                font-size: 18px;
                color: #ddd;
                text-align: center;
                padding: 20px 20px 30px;
            }

    .jew-collection .img {
        position: relative;
    }

        .jew-collection .img:after, .jew-collection .img:before {
            height: 140px;
            content: "";
            bottom: 0;
            right: 0;
            left: 0;
            position: absolute;
            background: linear-gradient(to top, #4D4D4D, rgba(77, 77, 77, 0));
        }

        .jew-collection .img:before {
            background: linear-gradient(to top, #F3C716, rgba(243, 199, 22, 0));
            opacity: 0;
            bottom: -1px;
        }

    .jew-collection .text {
        padding: 0 20% 0;
        font-size: 20px;
        color: #ccc;
        text-align: center;
        margin-top: -40px;
    }

        .jew-collection .text h2 {
            color: #F3C716;
            font-size: 56px;
        }

.jew-swipers .swiper-slide {
    width: 320px;
}

.jew-swipers .one-swiper-row:nth-of-type(2n) {
    background: #f9f9f9;
}

.jew-swipers .swiper-row-title-box {
    padding: 150px 60px;
    text-align: center;
}

    .jew-swipers .swiper-row-title-box h3 {
        margin-top: 30px;
        font-weight: bold;
        color: #666;
    }

        .jew-swipers .swiper-row-title-box h3 strong {
            color: #222;
        }

    .jew-swipers .swiper-row-title-box img {
        mix-blend-mode: darken;
    }

    .jew-swipers .swiper-row-title-box .more {
        color: #F3C716;
        font-weight: bold;
        font-size: 20px;
    }

        .jew-swipers .swiper-row-title-box .more img {
            margin-right: 5px;
        }

.product-item-swiper-alt-2 {
    border: 1px solid #eee;
    padding: 20px 20px 30px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .product-item-swiper-alt-2 h3 {
        font-size: 16px;
        color: #666;
        margin-top: 30px;
    }

    .product-item-swiper-alt-2 .price {
        font-size: 18px;
        color: #333;
    }

.jew-swarcer {
    background: #F3F3F3;
}

    .jew-swarcer .col-4 img {
        margin-top: -160px;
    }

    .jew-swarcer .col-8 img {
        width: 120px;
        height: auto;
        margin-bottom: 30px;
        margin-top: -40px;
    }

    .jew-swarcer h2 {
        color: #222;
        font-weight: bold;
        margin-bottom: 30px;
    }

        .jew-swarcer h2 strong {
            padding: 6px 18px;
            background: #222;
            color: #fff;
        }

    .jew-swarcer p {
        color: #444;
        font-size: 20px;
    }

@media only screen and (max-width: 1024px) {
    .jew-hero {
        padding: 60px 0 0;
    }

        .jew-hero .titles {
            text-align: center;
            padding: 0 20px;
        }

            .jew-hero .titles img {
                width: 55%;
                float: none;
                height: auto;
                margin: 60px auto 30px;
            }

        .jew-hero .pullupp {
            display: none;
        }

    .hands.section-padding {
        padding: 0 40px 60px;
    }

    .hands .hand {
        padding: 0px;
    }

    .jew-collection {
        padding: 0;
    }

        .jew-collection .container {
            padding: 0;
        }

    .jew-swipers .swiper-row-title-box {
        padding: 50px 60px 0px;
        text-align: center;
    }

    .jew-swarcer {
        text-align: center;
        padding: 50px;
    }

        .jew-swarcer .col-md-8 img {
            clear: both;
            display: block;
            margin: -50px auto 40px;
        }

    .fashion-hero {
        padding-bottom: 0;
    }

        .fashion-hero .image {
            margin-top: -20px;
            border-right: none;
            border-bottom: none;
            padding: 30px;
        }

        .fashion-hero .text {
            padding: 80px 40px 40px;
        }

            .fashion-hero .text .daal {
                right: 60px;
                top: -80px;
                width: 40px;
                height: auto;
            }

    .fashion-main-nav {
        padding: 40px 30px;
    }

        .fashion-main-nav .gen-banner .over-text img {
            width: 40px;
            height: 40px;
            margin-bottom: 20px;
            position: absolute;
            left: 15px;
            top: 50%;
            margin-top: -20px;
        }

        .fashion-main-nav .gen-banner .over-text {
            position: absolute;
            left: 20px;
            bottom: 40px;
            text-align: left;
            padding-left: 80px;
        }

    .cat-link .icon img {
        height: 60px;
        width: auto;
    }

    .cat-link {
        padding: 20px 30px;
    }

    .fashion-main-nav .wide-banner {
        padding: 30px 30px 0;
        text-align: center;
        margin-top: 40px;
    }

        .fashion-main-nav .wide-banner .row {
            flex-direction: column-reverse;
        }

    .fashion-collection {
        padding: 20px 0;
        overflow: hidden;
    }

        .fashion-collection .collection-wrap {
            margin: 0;
        }

        .fashion-collection .text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 30px;
        }

        .fashion-collection .products {
            margin: 0 0 0 -30px;
            padding: 0 30px 60px;
        }

            .fashion-collection .products .row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                overflow-y: scroll;
            }

                .fashion-collection .products .row .col-md-3 {
                    flex: 0 0 70%;
                }

    .swiper-custom-wrapper {
        margin-top: 40px;
    }

    .home-hero {
        margin-top: 0;
        position: relative;
        z-index: 3;
        padding: 30px;
    }

        .home-hero .bigtitle .daal {
            right: 20px;
            top: 20px;
        }

    .hero-swiper {
        padding: 60px 0px 0 0;
    }

    .home-cats-tabs {
        margin-top: 30px;
    }

        .home-cats-tabs .cats .head {
            text-align: center;
            display: block;
            position: static;
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .home-cats-tabs .cat-items {
            z-index: 2;
            position: relative;
            padding: 40px;
        }

        .home-cats-tabs .cat-item {
            -webkit-border-radius: 50% 50% 0 0;
            -moz-border-radius: 50% 50% 0 0;
            border-radius: 6px;
            margin-bottom: 30px;
            background: #FFFFFF;
            border: 1px solid #F3F3F3;
            box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.03);
            text-align: center;
            padding: 0px 20px 40px;
        }

        .home-cats-tabs .tabs {
            padding: 0 20px 60px;
            background: #F9F9F9;
        }

            .home-cats-tabs .tabs .contents {
                margin: 30px 0px 0 -30px;
            }

    .home-pulse .pulsing .pulse-icon {
        width: 20px;
        height: 20px;
    }

    .home-acc {
        padding: 40px 20px;
    }

    .home-office {
        padding: 40px 30px;
    }

        .home-office .cat-title {
            min-height: 3em;
            display: block;
            margin-top: 10px;
            text-align: center;
        }

        .home-office .titlebox {
            margin-bottom: 30px;
        }
}

.account-page-header {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
}

    .account-page-header a {
        color: #fff;
        width: 100%;
        display: block;
    }

    .account-page-header > div {
        padding: 16px 0;
    }

    .account-page-header > .current-page {
        background-color: #F3C716;
        color: #000;
        position: relative;
    }

        .account-page-header > .current-page a {
            color: #000;
        }

        .account-page-header > .current-page > div {
            position: absolute;
            background-color: #F3C716;
            width: 100%;
            height: 7px;
            bottom: -7px;
        }

            .account-page-header > .current-page > div:after {
                content: '';
                position: absolute;
                top: 7px;
                width: 0;
                height: 0;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-top: 15px solid #F3C716;
                right: 44%;
            }

.account-page-content {
    padding: 20px;
    margin-top: 20px;
}

.landing-home-slider .swiper-pagination {
    text-align: right;
    margin-right: 1rem;
    width: auto;
    right: 0;
}
    .landing-home-slider .swiper-pagination .swiper-pagination-bullet {
       border-radius:0;
    }
    .landing-home-slider .swiper-pagination .swiper-pagination-bullet-active {
        background: #F3C716;
    }

.landing-home-banner {
    display: flex;
    flex-direction: row;
}
.mr-1 {
    margin-right: 1rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.landing-home-banner .img {
    width: 50%;
  
}
.landing-home-banner .img:first-child {
        margin-right:1rem;
}
.landing-home-banner img{
    width:100%;
}

.landing-home-banner .img .img-container {
    position: relative;
}

.landing-home-banner-text {
    position: absolute;
    bottom: 10%;
    color: #fff;
    left: 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

    .landing-home-banner-text span {
        display: block;
        margin-bottom: 1.5rem;
    }

    .landing-home-banner-text a {
        padding: 0.8rem 4rem;
        color: #fff;
        font-size: 18px;
        background-color: #d5d3d3ad;
    }

        .landing-home-banner-text a:hover {
            border: solid 1px gray;
        }

.landing-home-banner2, .landing-home-banner3, .landing-home-banner5 {
    position: relative;
}

    .landing-home-banner2 .landing-home-banner2-text {
        position: absolute;
        top: 3rem;
        left: 2.5rem;
        color: #fffcfc;
        padding-left: 0.8rem;
    }

    .landing-home-banner2 .landing-home-banner2-text:before {
        content: "";
        height: 33px;
        left: 0;
        bottom: -8px;
        background: url(../images/home/dorsa-daal-white.png) no-repeat;
        display: block;
        position: absolute;
        width: 8px;
        background-size: contain;
    }

.landing-home-banner2 .landing-home-banner2-text:after {
    width: 22px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    right: -26px;
    top: 10px;
}

.landing-home-banner3 .landing-home-banner3-content {
    position: absolute;
    bottom: 40px;
    right: 30px;
    color: #000;
    background-color: #d5d3d3ad;
    border: solid 1px #000;
    padding: 1rem;
    width:350px;
}

.landing-home-banner3 .landing-home-banner3-content p{
    font-size:14px;
}

.landing-home-banner3 .landing-home-banner3-content a {
    width: 100%;
    border: solid 1px #000;
    display: block;
    text-align: center;
    padding: 0.3rem 0;
    font-size: 14px;
}

.landing-home-banner3 .landing-home-banner3-content a:hover {
    color:#000;
}

.landing-home-banner4 .landing-home-banner4-container {
    padding:2rem;
}

.landing-home-banner4 .landing-home-banner4-container h1{
    font-size: 20px;
    margin-bottom: 1rem;
}

.landing-home-banner4 .landing-home-banner4-container .product-title {
    display: block;
    margin: 0.5rem 0;
}

.landing-home-banner4 .landing-home-banner4-container a:hover{
    color:#fff;
}

.landing-home-banner5 .landing-home-banner5-content {
    position: absolute;
    top: 40px;
    right: 30px;
    color: #fff;
    background-color: #0000007d;
    padding: 1rem;
    width: 350px;
}

.landing-home-banner5 .landing-home-banner5-content p {
    font-size: 14px;
}

.landing-home-banner5 .landing-home-banner5-content a {
    width: 100%;
    border: solid 1px #fff;
    display: block;
    text-align: center;
    padding: 0.3rem 0;
    font-size: 14px;
    color: #fff;
}

.landing-home-banner5 .landing-home-banner5-content a:hover {
    color: #fff;
}

.page-static ul {
    list-style: inherit;
}

@media (max-width: 800px) {
    .landing-home-banner {
    flex-direction: column;
    }

    .landing-home-banner .img {
        width: 100%;
        margin-right:0;
    }

    .landing-home-banner .img:first-child {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    .landing-home-banner3 .landing-home-banner3-content {
        width: auto;
        bottom: 0;
        right: 0;
    }

    .landing-home-banner5 .landing-home-banner5-content {
        width: auto;
        top:auto;
        bottom:0;
        right:0;
    }

    .mt-1 {
        margin-top: 0.5rem;
    }

    .mb-1 {
        margin-bottom: 0.5rem;
    }
}

@media (min-width : 0) {
    .swiper-button-next {
        margin-top: 120px;
    }

    .swiper-button-prev {
        margin-top: 120px;
    }
}

@media (min-width : 350px) {
    .swiper-button-next {
        margin-top: 75px;
    }

    .swiper-button-prev {
        margin-top: 75px;
    }
}

@media (min-width : 768px) {
    .swiper-button-next {
        margin-top: 55px;
    }

    .swiper-button-prev {
        margin-top: 55px;
    }
}

@media (min-width : 993px) {
    .swiper-button-next {
        margin-top: 30px;
    }

    .swiper-button-prev {
        margin-top: 30px;
    }
}
@media (min-width : 1025px) {
    .swiper-button-next {
        margin-top: 0;
    }

    .swiper-button-prev {
        margin-top: 0;
    }
}
/*# sourceMappingURL=landings.css.map */

.blog-post-content img {
    max-width: 100%;
    height: auto;
}