@charset "UTF-8";

/*!
@import  "style.css";
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@font-face {
    font-family: 'Samim-Bold';
    font-style: normal;
    font-weight: 400;

    src: url("/javax.faces.resource/fonts/Samim-Bold.ttf.html") format('truetype') ;

}

body{
    font-family: 'Samim-Bold' !important;

}
.ui-widget {
    font-family: 'Samim-Bold' !important;

}

/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --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-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --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));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
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: none;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
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: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button: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: left;
    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: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-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;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "— ";
}
.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-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: 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%;
}
.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-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 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 {
        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%;
    }
    .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-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 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 {
        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%;
    }
    .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-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 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 {
        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%;
    }
    .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-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 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 {
        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%;
    }
    .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-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 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 {
        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-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-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 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;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}
.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}
.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}
.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control-ltr {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
      direction: ltr !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
     
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropstart .dropdown-toggle::after {
    display: none;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}
.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}
.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}
.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}
.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}
.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}
.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}
.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}
.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}
.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.offcanvas.show {
    transform: none;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.link-primary {
    color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
    color: #0a58ca;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.link-success {
    color: #198754;
}
.link-success:focus,
.link-success:hover {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}
.link-warning {
    color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
    color: #ffcd39;
}
.link-danger {
    color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}
.link-light {
    color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
    height: 100px;
    width: 100px;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 0;
    margin-top: 0;
    direction: ltr
}

.datepicker-inline {
    width: 100%
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    width: 100%
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    color: #2879fe;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    color: #2879fe
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    color: #2879fe
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    color: #2879fe
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer
}

.datepicker table tr td span:hover {
    color: #2879fe
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #2879fe;
    color: #fff
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #2879fe
}

.datepicker table tr td span.old {
    color: #777
}

.datepicker th.switch {
    width: 145px
}

.datepicker tfoot tr:first-child th,
.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker tfoot tr:first-child th:hover,
.datepicker thead tr:first-child th:hover {
    color: #fff;
    background: #2879fe
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 14%;
    height: 20px;
    border: none;
    padding: 4px 3px 2px;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -webkit-transition: .3s linear
}

.datepicker thead tr:first-child th {
    padding: 9px 3px 7px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase
}

.datepicker thead tr:first-child {
    background: #191919
}

.datepicker thead th.dow {
    font-weight: 700;
    color: #191919;
    font-family: 'Samim-Bold' !important;
    text-transform: uppercase
}

.datepicker thead tr:last-child th:not(.switch):not(.prev):not(.next) {
    padding-top: 14px
}

.datepicker thead .icon-arrow-left,
.datepicker thead .icon-arrow-right {
    display: block;
    font-family: wokiee;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.datepicker thead .icon-arrow-right:before {
    content: "\e90e"
}

.datepicker thead .icon-arrow-left:before {
    content: "\e90d"
}

.datepicker thead th.next:hover i,
.datepicker thead th.prev:hover i {
    color: #fff
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider img {
    width: 100%;
    height: auto
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-slider .slick-list:focus {
    outline: 0
}

.slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-slider .slick-track:after,
.slick-slider .slick-track:before {
    content: "";
    display: table
}

.slick-slider .slick-track:after {
    clear: both
}

.slick-loading .slick-slider .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .5)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    position: fixed;
    outline: 0;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 20
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-hide,
.mfp-loading.mfp-figure {
    display: none
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 20
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 21;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -43px;
    top: -44px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #fff;
    font-size: 0;
    line-height: 0;
    font-family: wokiee;
    transition: .3s linear
}

.mfp-close:before {
    content: "\ea0f";
    font-size: 20px;
    line-height: 1
}

.mfp-close:hover {
    color: #2879fe
}

.mfp-counter {
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
    white-space: nowrap
}

button.mfp-arrow {
    position: absolute;
    margin: -25px 0 0;
    top: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: .3s linear
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: inset transparent
}

.mfp-arrow {
    display: block;
    font-family: wokiee;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-arrow:hover,
button.mfp-arrow:hover {
    color: #2879fe
}

.mfp-arrow:before {
    display: block
}

.mfp-arrow-right {
    right: 10px
}

.mfp-arrow-right:before {
    content: "\e90e";
    left: 10px
}

.mfp-arrow-left:before {
    content: "\e90d";
    left: 7px
}

.mfp-arrow-left {
    left: 0
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -21px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    text-align: center;
    font-family: 'Samim-Bold' !important;
}

.mfp-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    word-wrap: break-word
}

.mfp-image-holder .mfp-content {
    max-width: 72%
}

.mfp-gallery img.mfp-img {
    max-height: 80vh !important
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.ps-container {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    z-index: 21;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 5px
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0;
    left: 0
}

.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
    visibility: hidden !important;
    display: none !important
}

.tp-caption {
    z-index: 1
}

.tp-caption-demo .tp-caption {
    position: relative !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px !important
}

.tp-caption.whitedivider3px {
    min-width: 408px;
    min-height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    color: #000;
    text-shadow: none;
    background-color: #fff;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 468px;
    min-height: 3px;
    border: 0 #000
}

.tp-caption.finewide_large_white {
    text-transform: uppercase;
    letter-spacing: 8px
}

.tp-caption.finewide_medium_white {
    text-transform: uppercase;
    letter-spacing: 5px
}

.tp-caption.boldwide_small_white {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: 0 #000
}

.tp-caption.whitedivider3px_vertical {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 3px;
    min-height: 130px;
    border: 0 #000
}

.tp-caption.finewide_small_white {
    color: #fff;
    text-shadow: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: 0 #000
}

.tp-caption.finewide_verysmall_white_mw {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    max-width: 470px;
    white-space: normal !important;
    border: 0 #000
}

.tp-caption.finewide_large_white {
    color: #fff;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border: 0 #000
}

.tp-caption.finewide_medium_white {
    color: #fff;
    text-shadow: none;
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: 0 #000
}

.tp-caption.huge_red {
    position: absolute;
    color: #df4b6b;
    font-weight: 400;
    font-size: 150px;
    line-height: 130px;
    font-family: Oswald, sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    background-color: #2d3136;
    padding: 0
}

.tp-caption.middle_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.huge_thin_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    letter-spacing: 20px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.big_dark {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    font-family: "Open Sans";
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_dark {
    position: absolute;
    color: #333;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    font-family: "Open Sans";
    margin: 0;
    letter-spacing: 5px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border: 0 #fff
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border: 0 #fff
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_bold_grey {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border: 0 #ffd658
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #000
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #fff
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 1px 10px 3px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none
}

.tp-caption.medium_bg_red a:hover {
    color: #fff;
    text-decoration: underline
}

.tp-caption.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px;
    border: 0 #000
}

.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 0 20px 5px;
    text-shadow: none;
    border: 0 #fff
}

.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0 20px;
    border-radius: 0
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #fff;
    padding: 0 20px;
    border-radius: 0
}

.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0 20px;
    border-radius: 0
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    text-shadow: none;
    margin: 0;
    letter-spacing: -1.5px;
    padding: 1px 4px 0;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border: 0 #fff
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border: 0 #ffd658
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border: 0 #ffd658
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #757575;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border: 0 #ffd658
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: #ebebeb;
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border: 0 #222
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    border: 0 #ffd658
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
    padding: 10px;
    border: 0 #ffd658
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0 #ffd658
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0 #ffd658
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #e33a0c;
    padding: 10px;
    border: 0 #ffd658
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #f39c12;
    text-decoration: none;
    background-color: transparent;
    border: 0 #ffd658
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border: 0 #ffd658
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: #a0b397;
    width: 4000px;
    height: 150px;
    border: 0 #222
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 0 #ffd658
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0 #ffd658
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0 #ffd658
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border: 0 #ffd658
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border: 0 #ffd658
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0 #ffd658
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: 0 #ffd658
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0 #ffd658
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border: 0 #ffd658
}

.tp-caption.roundedimage {
    border: 0 #222
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 10px 20px 15px;
    border: 0 #ffd658
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 15px 10px;
    text-shadow: none;
    border: 0 #000
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border: 0 #ffd658
}

.tp-caption.boxshadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.tp-simpleresponsive .button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../images/gradient/g30.html) top repeat-x;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px
}

.tp-simpleresponsive .button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(../images/gradient/g40.html) top repeat-x
}

.tp-simpleresponsive .button.big:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .purchase:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tp-simpleresponsive .button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: 400
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .tp-simpleresponsive .button {
        padding: 2px 5px;
        line-height: 20px !important;
        font-size: 10px !important
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important
}

.tp-simpleresponsive img {
    max-width: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.noFilterClass {
    -webkit-filter: none !important;
    filter: none !important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background: url(../external/rs-plugin/assets/shadow1.png) 0 0/100% 100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../external/rs-plugin/assets/shadow2.png) 0 0/100% 100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../external/rs-plugin/assets/shadow3.png) 0 0/100% 100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.html5vid.videoisplaying .tp-poster {
    display: none
}

.tp-video-play-button {
    background: rgba(0, 0, 0, .3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none
}

.html5vid.videoisplaying .tp-revstop {
    display: block
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none
}

.html5vid:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.13, #000), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: 0
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-seek-bar,
.tp-volume-bar {
    width: 100%;
    cursor: pointer;
    outline: 0;
    line-height: 12px;
    margin: 0;
    padding: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.tp-dottedoverlay.twoxtwo {
    background: url(../external/rs-plugin/assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../external/rs-plugin/assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(../external/rs-plugin/assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../external/rs-plugin/assets/gridtile_3x3_white.png)
}

.tpclear {
    clear: both
}

.tp-bullets {
    bottom: 13% !important;
    z-index: 1000;
    position: absolute;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

@media (max-width:789px) {
    .tp-bullets {
        bottom: 1.5em !important
    }
}

@media (max-width:475px) {
    .tp-bullets {
        bottom: 1em !important
    }
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../external/rs-plugin/assets/boxed_bgtile.png);
    height: 40px;
    padding: 0 10px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../external/rs-plugin/assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0 10px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullets.png) bottom left no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullets2.png) bottom left no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullets2.png) bottom left no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullet_boxed.png) top left no-repeat;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/navigdots.png) bottom left no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
    background-position: top left
}

.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-position: bottom left
}

.tparrows {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    z-index: 600;
    position: relative
}

.tparrows.hidearrows {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_left.png) top left no-repeat;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_right.png) top left no-repeat;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_left.png) top left no-repeat;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_right.png) top left no-repeat;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_left.png) top left no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_right.png) top left no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_left_boxed.png) top left no-repeat;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_right_boxed.png) top left no-repeat;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrowleft.png) top left no-repeat;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrowright.png) top left no-repeat;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_left2.png) top left no-repeat;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_right2.png) top left no-repeat;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_left2.png) top left no-repeat;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_right2.png) top left no-repeat;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_left.png) no-repeat;
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_right.png) no-repeat;
    width: 40px;
    height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0 0;
    margin: 0;
    float: left;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet.selected,
.tp-bullets.tp-thumbs .bullet:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../external/rs-plugin/assets/timer.png);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none
}

.tp-simpleresponsive>ul>li {
    list-style: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../external/rs-plugin/assets/coloredbg.png)
}

.tp-caption.slidelink a span {
    background: url(../external/rs-plugin/assets/coloredbg.png)
}

.tparrows .tp-arr-imgholder,
.tparrows .tp-arr-titleholder {
    display: none
}

.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: 0 0
}

.tparrows.preview1:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: revicons;
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: rgba(0, 0, 0, .15);
    z-index: 2;
    line-height: 100px;
    transition: background .3s, color .3s
}

.tp-rightarrow.preview1:after {
    content: '\e825'
}

.tp-leftarrow.preview1:after {
    content: '\e824'
}

.tparrows.preview1:hover:after {
    background: #fff;
    color: #aaa
}

.tparrows.preview1 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview1 .tp-arr-iwrapper {
    transition: .3s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .responsive .tp-bullets,
    .responsive .tparrows {
        display: none
    }
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

.tp-bullets.preview1 {
    height: 21px
}

.tp-bullets.preview1 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .15) !important;
    box-shadow: none;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid transparent !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview1 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview1 .bullet.selected,
.tp-bullets.preview1 .bullet:hover {
    box-shadow: none;
    background: #aaa !important;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid #fff !important
}

.tparrows.preview2 {
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    transition: width .3s, background-color .3s, opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    color: #aaa;
    font-size: 25px;
    margin-top: -12px;
    transition: color .3s
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px
}

.tparrows.preview2 .tp-arr-titleholder {
    background-size: cover;
    background-position: center center;
    display: block;
    visibility: hidden;
    position: relative;
    top: 0;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding: 0 10px
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.tparrows.preview2.hovered {
    width: 300px
}

.tparrows.preview2:hover {
    background: #fff
}

.tparrows.preview2:hover:after {
    color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    position: absolute
}

.tp-bullets.preview2 {
    height: 17px
}

.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 10px;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview2 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview2 .bullet.selected,
.tp-bullets.preview2 .bullet:hover {
    box-shadow: none;
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid #000 !important
}

.tp-arr-titleholder.alwayshidden {
    display: none !important
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .tparrows.preview2 {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px
    }
    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: revicons;
        font-size: 20px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0
    }
    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px
    }
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }
    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: revicons;
        font-size: 14px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0;
        display: none;
        visibility: none
    }
    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px
    }
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 25px
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }
    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: revicons;
        font-size: 14px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }
    .tparrows.preview2:hover {
        width: 30px !important;
        height: 30px !important
    }
}

.tparrows.preview3 {
    width: 70px;
    height: 70px;
    background: #fff;
    -webkit-transform-style: flat
}

.tparrows.preview3:after {
    position: absolute;
    line-height: 70px;
    text-align: center;
    font-family: revicons;
    color: #aaa;
    font-size: 30px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    width: 70px;
    height: 70px;
    transition: color .3s
}

.tparrows.preview3:hover:after {
    color: #000
}

.tp-rightarrow.preview3:after {
    content: '\e825'
}

.tp-leftarrow.preview3:after {
    content: '\e824'
}

.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, .75);
    display: table;
    min-height: 90px;
    top: -10px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    left: 0;
    direction: rtl;
    padding-left: 70px
}

.tparrows.preview3 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: table-cell;
    min-width: 90px;
    height: 90px;
    position: relative;
    top: 0
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right: 0;
    padding-right: 70px
}

.tparrows.preview3 .tp-arr-titleholder {
    display: table-cell;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    clear: right;
    vertical-align: middle
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tp-bullets.preview3 {
    height: 17px
}

.tp-bullets.preview3 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 10px;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview3 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview3 .bullet.selected,
.tp-bullets.preview3 .bullet:hover {
    box-shadow: none;
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid #000 !important
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .tparrows.preview3,
    .tparrows.preview3:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }
    .tparrows.preview3 .tp-arr-imgholder {
        min-width: 70px;
        height: 70px
    }
    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px
    }
    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left: 50px
    }
    .tparrows.preview3 .tp-arr-titleholder {
        padding: 10px;
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .tparrows.preview3,
    .tparrows.preview3:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }
}

.tparrows.preview4 {
    width: 30px;
    height: 110px;
    background: 0 0;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000
}

.tparrows.preview4:after {
    position: absolute;
    line-height: 110px;
    text-align: center;
    font-family: revicons;
    color: #fff;
    font-size: 20px;
    top: 0;
    left: 0;
    z-index: 0;
    width: 30px;
    height: 110px;
    background: rgba(0, 0, 0, .25);
    transition: .2s ease-in-out;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-rightarrow.preview4:after {
    content: '\e825'
}

.tparrows.preview4 .tp-arr-allwrapper {
    visibility: hidden;
    width: 180px;
    position: absolute;
    z-index: 1;
    min-height: 120px;
    top: 0;
    left: -150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0
}

.tparrows.preview4 .tp-arr-iwrapper {
    position: relative
}

.tparrows.preview4 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: relative;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview4 .tp-arr-imgholder2 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -180px
}

.tparrows.preview4 .tp-arr-titleholder {
    display: block;
    padding: 0 10px;
    text-align: left;
    position: relative;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    transition: .3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%
}

.tp-leftarrow.preview4:after {
    content: '\e824';
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@media only screen and (min-width:768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
    .tparrows.preview4:hover .tp-arr-titleholder {
        transition-delay: .4s;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.tp-bullets.preview4 {
    height: 17px
}

.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 10px;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview4 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
    box-shadow: none;
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid #000 !important
}

@media only screen and (max-width:767px) {
    .tparrows.preview4 {
        width: 20px;
        height: 80px
    }
    .tparrows.preview4:after {
        width: 20px;
        height: 80px;
        line-height: 80px;
        font-size: 14px
    }
    .tparrows.preview1 .tp-arr-allwrapper,
    .tparrows.preview2 .tp-arr-allwrapper,
    .tparrows.preview3 .tp-arr-allwrapper,
    .tparrows.preview4 .tp-arr-allwrapper {
        display: none !important
    }
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(../external/rs-plugin/assets/loader.gif) center center no-repeat #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: 1.2s ease-in-out infinite tp-rotateplane;
    animation: 1.2s ease-in-out infinite tp-rotateplane;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: 1.2s ease-in-out infinite tp-rotateplane;
    animation: 1.2s ease-in-out infinite tp-rotateplane;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner5 {
    background: url(../external/rs-plugin/assets/loader.gif) 10px 10px no-repeat #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    -webkit-animation: 1s ease-in-out infinite tp-scaleout;
    animation: 1s ease-in-out infinite tp-scaleout
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: 1.4s ease-in-out infinite both tp-bouncedelay;
    animation: 1.4s ease-in-out infinite both tp-bouncedelay
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes tp-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: 2s linear infinite tp-rotate;
    animation: 2s linear infinite tp-rotate
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: 2s ease-in-out infinite tp-bounce;
    animation: 2s ease-in-out infinite tp-bounce;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.tp-transparentimg {
    content: "url(../external/rs-plugin/assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.tp-caption img {
    background: 0 0;
    zoom: 1
}

@font-face {
    font-family: revicons;
    src: url(../external/rs-plugin/font/revicons90c6.eot?5510888);
    src: url(../external/rs-plugin/font/revicons90c6.eot?5510888#iefix) format("embedded-opentype"), url(../external/rs-plugin/font/revicons90c6.woff?5510888) format("woff"), url(../external/rs-plugin/font/revicons90c6.ttf?5510888) format("truetype"), url(../external/rs-plugin/font/revicons90c6.svg?5510888#revicons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" revicon-"]:before,
[class^=revicon-]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

@font-face {
    font-family: wokiee;
    src: url(../font/fonts/wokiee0959.eot?g7nf10);
    src: url(../font/fonts/wokiee0959.eot?g7nf10#iefix) format("embedded-opentype"), url(../font/fonts/wokiee0959.ttf?g7nf10) format("truetype"), url(../font/fonts/wokiee0959.woff?g7nf10) format("woff"), url(../font/fonts/wokiee0959.svg?g7nf10#wokiee) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: wokiee !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-sale:before {
    content: "\eae1"
}

.icon-theme:before {
    content: "\eae2"
}

.icon-women:before {
    content: "\eae3"
}

.icon-categories:before {
    content: "\eae4"
}

.icon-men:before {
    content: "\eae5"
}

.icon-new:before {
    content: "\eae6"
}

.icon-paypal-22 .path1:before {
    content: "\ea52";
    color: #469bdb
}

.icon-paypal-22 .path2:before {
    content: "\ea53";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-22 .path3:before {
    content: "\ea54";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-22 .path4:before {
    content: "\ea55";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-paypal-22 .path5:before {
    content: "\ea56";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-22 .path6:before {
    content: "\ea57";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-shopify2 .path1:before {
    content: "\ea62";
    color: #fff
}

.icon-shopify2 .path2:before {
    content: "\ea63";
    margin-left: -3.0185546875em;
    color: #fff
}

.icon-shopify2 .path3:before {
    content: "\ea64";
    margin-left: -3.0185546875em;
    color: #fff
}

.icon-shopify2 .path4:before {
    content: "\ea65";
    margin-left: -3.0185546875em;
    color: #fff
}

.icon-shopify2 .path5:before {
    content: "\ea66";
    margin-left: -3.0185546875em;
    color: #fff
}

.icon-shopify2 .path6:before {
    content: "\ea67";
    margin-left: -3.0185546875em;
    color: #fff
}

.icon-shopify2 .path7:before {
    content: "\ea68";
    margin-left: -3.0185546875em;
    color: #fff
}

.icon-shopify2 .path8:before {
    content: "\ea69";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path9:before {
    content: "\ea6a";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path10:before {
    content: "\ea6b";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path11:before {
    content: "\ea6c";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path12:before {
    content: "\ea6d";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path13:before {
    content: "\ea6e";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path14:before {
    content: "\ea6f";
    margin-left: -3.0185546875em;
    color: #94c044
}

.icon-Stripe2 .path1:before {
    content: "\ea70";
    color: #6772e5
}

.icon-Stripe2 .path2:before {
    content: "\ea71";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path3:before {
    content: "\ea72";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path4:before {
    content: "\ea73";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path5:before {
    content: "\ea74";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path6:before {
    content: "\ea75";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path7:before {
    content: "\ea76";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path8:before {
    content: "\ea77";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path9:before {
    content: "\ea78";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path10:before {
    content: "\ea79";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path11:before {
    content: "\ea7a";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe2 .path12:before {
    content: "\ea7b";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-visa2 .path1:before {
    content: "\ea7c";
    color: #005dac
}

.icon-visa2 .path2:before {
    content: "\ea7d";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa2 .path3:before {
    content: "\ea7e";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa2 .path4:before {
    content: "\ea7f";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa2 .path5:before {
    content: "\ea80";
    margin-left: -3.22265625em;
    color: #fbb120
}

.icon-american-express2 .path1:before {
    content: "\eae9";
    color: #017aab
}

.icon-american-express2 .path2:before {
    content: "\eaea";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path3:before {
    content: "\eaeb";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path4:before {
    content: "\eaec";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path5:before {
    content: "\eaed";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path6:before {
    content: "\eaee";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path7:before {
    content: "\eaef";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path8:before {
    content: "\eaf0";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path9:before {
    content: "\eaf1";
    margin-left: -2.9443359375em;
    color: #228fe0
}

.icon-american-express2 .path10:before {
    content: "\eaf2";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path11:before {
    content: "\eaf3";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-discover2 .path1:before {
    content: "\eaf4";
    color: #f5821e
}

.icon-discover2 .path2:before {
    content: "\eaf5";
    margin-left: -3.1640625em;
    color: #fff
}

.icon-discover2 .path3:before {
    content: "\eaf6";
    margin-left: -3.1640625em;
    color: #fff
}

.icon-discover2 .path4:before {
    content: "\eaf7";
    margin-left: -3.1640625em;
    color: #fff
}

.icon-discover2 .path5:before {
    content: "\eaf8";
    margin-left: -3.1640625em;
    color: #fff
}

.icon-discover2 .path6:before {
    content: "\eaf9";
    margin-left: -3.1640625em;
    color: #fff
}

.icon-discover2 .path7:before {
    content: "\eafa";
    margin-left: -3.1640625em;
    color: #fff
}

.icon-discover2 .path8:before {
    content: "\eafb";
    margin-left: -3.1640625em;
    color: #fff
}

.icon-discover2 .path9:before {
    content: "\eafc";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path10:before {
    content: "\eafd";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path11:before {
    content: "\eafe";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path12:before {
    content: "\eaff";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path13:before {
    content: "\eb00";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path14:before {
    content: "\eb01";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path15:before {
    content: "\eb02";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-mastercard2 .path1:before {
    content: "\eb03";
    color: #ea192a
}

.icon-mastercard2 .path2:before {
    content: "\eb04";
    margin-left: -1.6728515625em;
    color: #f9b532
}

.icon-mastercard2 .path3:before {
    content: "\eb05";
    margin-left: -1.6728515625em;
    color: #ea192a
}

.icon-mastercard2 .path4:before {
    content: "\eb06";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path5:before {
    content: "\eb07";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path6:before {
    content: "\eb08";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path7:before {
    content: "\eb09";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path8:before {
    content: "\eb0a";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path9:before {
    content: "\eb0b";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path10:before {
    content: "\eb0c";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path11:before {
    content: "\eb0d";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path12:before {
    content: "\eb0e";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard2 .path13:before {
    content: "\eb0f";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path1:before {
    content: "\ea84";
    color: #ea192a
}

.icon-mastercard .path2:before {
    content: "\ea85";
    margin-left: -1.6728515625em;
    color: #f9b532
}

.icon-mastercard .path3:before {
    content: "\ea86";
    margin-left: -1.6728515625em;
    color: #ea192a
}

.icon-mastercard .path4:before {
    content: "\ea87";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path5:before {
    content: "\ea88";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path6:before {
    content: "\ea89";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path7:before {
    content: "\ea8a";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path8:before {
    content: "\ea8b";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path9:before {
    content: "\ea8c";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path10:before {
    content: "\ea8d";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path11:before {
    content: "\ea8e";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path12:before {
    content: "\ea8f";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-mastercard .path13:before {
    content: "\ea90";
    margin-left: -1.6728515625em;
    color: #fff
}

.icon-paypal-2 .path1:before {
    content: "\ea91";
    color: #469bdb
}

.icon-paypal-2 .path2:before {
    content: "\ea92";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-2 .path3:before {
    content: "\ea93";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-2 .path4:before {
    content: "\ea94";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-paypal-2 .path5:before {
    content: "\ea95";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-2 .path6:before {
    content: "\ea96";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-shopify .path1:before {
    content: "\ea97";
    color: #141414
}

.icon-shopify .path2:before {
    content: "\ea98";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path3:before {
    content: "\ea99";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path4:before {
    content: "\ea9a";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path5:before {
    content: "\ea9b";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path6:before {
    content: "\ea9c";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path7:before {
    content: "\ea9d";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path8:before {
    content: "\ea9e";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path9:before {
    content: "\ea9f";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path10:before {
    content: "\eaa0";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path11:before {
    content: "\eaa1";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path12:before {
    content: "\eaa2";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path13:before {
    content: "\eaa3";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path14:before {
    content: "\eaa4";
    margin-left: -3.0185546875em;
    color: #94c044
}

.icon-Stripe .path1:before {
    content: "\eaa5";
    color: #6772e5
}

.icon-Stripe .path2:before {
    content: "\eaa6";
    margin-left: -2.7041015625em;
    color: #fff
}

.icon-Stripe .path3:before {
    content: "\eaa7";
    margin-left: -2.7041015625em;
    color: #141414
}

.icon-Stripe .path4:before {
    content: "\eaa8";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path5:before {
    content: "\eaa9";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path6:before {
    content: "\eaaa";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path7:before {
    content: "\eaab";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path8:before {
    content: "\eaac";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path9:before {
    content: "\eaad";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path10:before {
    content: "\eaae";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path11:before {
    content: "\eaaf";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-Stripe .path12:before {
    content: "\eab0";
    margin-left: -2.7041015625em;
    color: #000
}

.icon-visa .path1:before {
    content: "\eab1";
    color: #005dac
}

.icon-visa .path2:before {
    content: "\eab2";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa .path3:before {
    content: "\eab3";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa .path4:before {
    content: "\eab4";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa .path5:before {
    content: "\eab5";
    margin-left: -3.22265625em;
    color: #fbb120
}

.icon-AES256 .path1:before {
    content: "\eab6";
    color: #2879fe
}

.icon-AES256 .path2:before {
    content: "\eab7";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path3:before {
    content: "\eab8";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path4:before {
    content: "\eabb";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path5:before {
    content: "\eabc";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path6:before {
    content: "\eabd";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path7:before {
    content: "\eabe";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path8:before {
    content: "\eabf";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path9:before {
    content: "\eac0";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path10:before {
    content: "\eac1";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path11:before {
    content: "\eac2";
    margin-left: -1.9072265625em;
    color: #2879fe
}

.icon-american-express .path1:before {
    content: "\eac3";
    color: #017aab
}

.icon-american-express .path2:before {
    content: "\eac4";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path3:before {
    content: "\eac5";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path4:before {
    content: "\eac6";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path5:before {
    content: "\eac7";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path6:before {
    content: "\eac8";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path7:before {
    content: "\eac9";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path8:before {
    content: "\eaca";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path9:before {
    content: "\eacb";
    margin-left: -2.9443359375em;
    color: #228fe0
}

.icon-american-express .path10:before {
    content: "\eacc";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path11:before {
    content: "\eacd";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-discover .path1:before {
    content: "\eace";
    color: #f5821e
}

.icon-discover .path2:before {
    content: "\eacf";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path3:before {
    content: "\ead0";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path4:before {
    content: "\ead1";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path5:before {
    content: "\ead2";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path6:before {
    content: "\ead3";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path7:before {
    content: "\ead4";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path8:before {
    content: "\ead5";
    margin-left: -3.1640625em;
    color: #4d4d4d
}

.icon-discover .path9:before {
    content: "\ead6";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path10:before {
    content: "\ead7";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path11:before {
    content: "\ead8";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path12:before {
    content: "\ead9";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path13:before {
    content: "\eada";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path14:before {
    content: "\eadb";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path15:before {
    content: "\eadc";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path16:before {
    content: "\eadd";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-03:before {
    content: "\ea81"
}

.icon-01:before {
    content: "\ea82"
}

.icon-02:before {
    content: "\ea83"
}

.icon-n-07:before {
    content: "\ea61"
}

.icon-n-02:before {
    content: "\ea5e"
}

.icon-n-05:before {
    content: "\ea5f"
}

.icon-n-06:before {
    content: "\ea60"
}

.icon-h-58:before {
    content: "\ea59"
}

.icon-h-59:before {
    content: "\ea5a"
}

.icon-h-60:before {
    content: "\ea5b"
}

.icon-h-61:before {
    content: "\ea5c"
}

.icon-h-62:before {
    content: "\ea5d"
}

.icon-e-01:before {
    content: "\e900"
}

.icon-e-02:before {
    content: "\e901"
}

.icon-e-03:before {
    content: "\e902"
}

.icon-e-04:before {
    content: "\e903"
}

.icon-e-05:before {
    content: "\e904"
}

.icon-e-06:before {
    content: "\e905"
}

.icon-e-07:before {
    content: "\e906"
}

.icon-e-08:before {
    content: "\e907"
}

.icon-e-09:before {
    content: "\e908"
}

.icon-e-10:before {
    content: "\e909"
}

.icon-e-11:before {
    content: "\e90a"
}

.icon-e-12:before {
    content: "\e90b"
}

.icon-e-13:before {
    content: "\e90c"
}

.icon-e-14:before {
    content: "\e90d"
}

.icon-e-15:before {
    content: "\e90e"
}

.icon-e-16:before {
    content: "\e90f"
}

.icon-e-17:before {
    content: "\e910"
}

.icon-e-18:before {
    content: "\e911"
}

.icon-e-19:before {
    content: "\e912"
}

.icon-e-20:before {
    content: "\e913"
}

.icon-e-21:before {
    content: "\e914"
}

.icon-e-22:before {
    content: "\e915"
}

.icon-e-23:before {
    content: "\e916"
}

.icon-e-24:before {
    content: "\e917"
}

.icon-e-25:before {
    content: "\e918"
}

.icon-e-26:before {
    content: "\e919"
}

.icon-e-27:before {
    content: "\e91a"
}

.icon-e-28:before {
    content: "\e91b"
}

.icon-e-29:before {
    content: "\e91c"
}

.icon-e-30:before {
    content: "\e91d"
}

.icon-e-31:before {
    content: "\e91e"
}

.icon-e-32:before {
    content: "\e91f"
}

.icon-e-33:before {
    content: "\e920"
}

.icon-e-34:before {
    content: "\e921"
}

.icon-e-35:before {
    content: "\e922"
}

.icon-e-36:before {
    content: "\e923"
}

.icon-e-37:before {
    content: "\e924"
}

.icon-e-38:before {
    content: "\e925"
}

.icon-e-39:before {
    content: "\e926"
}

.icon-e-40:before {
    content: "\e927"
}

.icon-e-41:before {
    content: "\e928"
}

.icon-e-42:before {
    content: "\e929"
}

.icon-e-43:before {
    content: "\e92a"
}

.icon-e-44:before {
    content: "\e92b"
}

.icon-e-45:before {
    content: "\e92c"
}

.icon-e-46:before {
    content: "\e92d"
}

.icon-e-47:before {
    content: "\e92e"
}

.icon-e-48:before {
    content: "\e92f"
}

.icon-e-49:before {
    content: "\e930"
}

.icon-e-50:before {
    content: "\e931"
}

.icon-e-51:before {
    content: "\e932"
}

.icon-e-52:before {
    content: "\e933"
}

.icon-e-53:before {
    content: "\e934"
}

.icon-e-54:before {
    content: "\e935"
}

.icon-e-55:before {
    content: "\e936"
}

.icon-e-56:before {
    content: "\e937"
}

.icon-e-57:before {
    content: "\e938"
}

.icon-e-58:before {
    content: "\e939"
}

.icon-e-59:before {
    content: "\e93a"
}

.icon-e-60:before {
    content: "\e93b"
}

.icon-e-61:before {
    content: "\e93c"
}

.icon-e-62:before {
    content: "\e93d"
}

.icon-e-63:before {
    content: "\e93e"
}

.icon-e-64:before {
    content: "\e93f"
}

.icon-e-65:before {
    content: "\e940"
}

.icon-e-66:before {
    content: "\e941"
}

.icon-e-67:before {
    content: "\e942"
}

.icon-e-68:before {
    content: "\e943"
}

.icon-e-69:before {
    content: "\e944"
}

.icon-e-70:before {
    content: "\e945"
}

.icon-e-71:before {
    content: "\e946"
}

.icon-e-72:before {
    content: "\e947"
}

.icon-e-73:before {
    content: "\e948"
}

.icon-e-74:before {
    content: "\e949"
}

.icon-e-75:before {
    content: "\e94a"
}

.icon-e-76:before {
    content: "\e94b"
}

.icon-e-77:before {
    content: "\e94c"
}

.icon-e-78:before {
    content: "\e94d"
}

.icon-e-79:before {
    content: "\e94e"
}

.icon-e-80:before {
    content: "\e94f"
}

.icon-e-81:before {
    content: "\e950"
}

.icon-e-82:before {
    content: "\e951"
}

.icon-e-83:before {
    content: "\e952"
}

.icon-e-84:before {
    content: "\e953"
}

.icon-e-85:before {
    content: "\e954"
}

.icon-e-86:before {
    content: "\e955"
}

.icon-e-87:before {
    content: "\e956"
}

.icon-e-88:before {
    content: "\e957"
}

.icon-e-89:before {
    content: "\e958"
}

.icon-e-90:before {
    content: "\e959"
}

.icon-e-91:before {
    content: "\e95a"
}

.icon-e-92:before {
    content: "\e95b"
}

.icon-e-93:before {
    content: "\e95c"
}

.icon-e-94:before {
    content: "\e95d"
}

.icon-e-95:before {
    content: "\e95e"
}

.icon-e-96:before {
    content: "\e95f"
}

.icon-f-01:before {
    content: "\e960"
}

.icon-f-02:before {
    content: "\e961"
}

.icon-f-03:before {
    content: "\e962"
}

.icon-f-04:before {
    content: "\e963"
}

.icon-f-05:before {
    content: "\e964"
}

.icon-f-06:before {
    content: "\e965"
}

.icon-f-07:before {
    content: "\e966"
}

.icon-f-08:before {
    content: "\e967"
}

.icon-f-09:before {
    content: "\e968"
}

.icon-f-10:before {
    content: "\e969"
}

.icon-f-11:before {
    content: "\e96a"
}

.icon-f-12:before {
    content: "\e96b"
}

.icon-f-13:before {
    content: "\e96c"
}

.icon-f-14:before {
    content: "\e96d"
}

.icon-f-15:before {
    content: "\e96e"
}

.icon-f-16:before {
    content: "\e96f"
}

.icon-f-17:before {
    content: "\e970"
}

.icon-f-18:before {
    content: "\e971"
}

.icon-f-19:before {
    content: "\e972"
}

.icon-f-20:before {
    content: "\e973"
}

.icon-f-21:before {
    content: "\e974"
}

.icon-f-22:before {
    content: "\e975"
}

.icon-f-23:before {
    content: "\e976"
}

.icon-f-24:before {
    content: "\e977"
}

.icon-f-25:before {
    content: "\e978"
}

.icon-f-26:before {
    content: "\e979"
}

.icon-f-27:before {
    content: "\e97a"
}

.icon-f-28:before {
    content: "\e97b"
}

.icon-f-29:before {
    content: "\e97c"
}

.icon-f-30:before {
    content: "\e97d"
}

.icon-f-31:before {
    content: "\e97e"
}

.icon-f-32:before {
    content: "\e97f"
}

.icon-f-33:before {
    content: "\e980"
}

.icon-f-34:before {
    content: "\e981"
}

.icon-f-35:before {
    content: "\e982"
}

.icon-f-36:before {
    content: "\e983"
}

.icon-f-37:before {
    content: "\e984"
}

.icon-f-38:before {
    content: "\e985"
}

.icon-f-39:before {
    content: "\e986"
}

.icon-f-40:before {
    content: "\e987"
}

.icon-f-41:before {
    content: "\e988"
}

.icon-f-42:before {
    content: "\e989"
}

.icon-f-43:before {
    content: "\e98a"
}

.icon-f-44:before {
    content: "\e98b"
}

.icon-f-45:before {
    content: "\e98c"
}

.icon-f-46:before {
    content: "\e98d"
}

.icon-f-47:before {
    content: "\e98e"
}

.icon-f-48:before {
    content: "\e98f"
}

.icon-f-49:before {
    content: "\e990"
}

.icon-f-50:before {
    content: "\e991"
}

.icon-f-51:before {
    content: "\e992"
}

.icon-f-52:before {
    content: "\e993"
}

.icon-f-53:before {
    content: "\e994"
}

.icon-f-54:before {
    content: "\e995"
}

.icon-f-55:before {
    content: "\e996"
}

.icon-f-56:before {
    content: "\e997"
}

.icon-f-57:before {
    content: "\e998"
}

.icon-f-58:before {
    content: "\e999"
}

.icon-f-59:before {
    content: "\e99a"
}

.icon-f-60:before {
    content: "\e99b"
}

.icon-f-61:before {
    content: "\e99c"
}

.icon-f-62:before {
    content: "\e99d"
}

.icon-f-63:before {
    content: "\e99e"
}

.icon-f-64:before {
    content: "\e99f"
}

.icon-f-65:before {
    content: "\e9a0"
}

.icon-f-66:before {
    content: "\e9a1"
}

.icon-f-67:before {
    content: "\e9a2"
}

.icon-f-68:before {
    content: "\e9a3"
}

.icon-f-69:before {
    content: "\e9a4"
}

.icon-f-70:before {
    content: "\e9a5"
}

.icon-f-71:before {
    content: "\e9a6"
}

.icon-f-72:before {
    content: "\e9a7"
}

.icon-f-73:before {
    content: "\e9a8"
}

.icon-f-74:before {
    content: "\e9a9"
}

.icon-f-75:before {
    content: "\e9aa"
}

.icon-f-76:before {
    content: "\e9ab"
}

.icon-f-77:before {
    content: "\e9ac"
}

.icon-f-78:before {
    content: "\e9ad"
}

.icon-f-79:before {
    content: "\e9ae"
}

.icon-f-80:before {
    content: "\e9af"
}

.icon-f-81:before {
    content: "\e9b0"
}

.icon-f-82:before {
    content: "\e9b1"
}

.icon-f-83:before {
    content: "\e9b2"
}

.icon-f-84:before {
    content: "\e9b3"
}

.icon-f-85:before {
    content: "\e9b4"
}

.icon-f-86:before {
    content: "\e9b5"
}

.icon-f-87:before {
    content: "\e9b6"
}

.icon-f-88:before {
    content: "\e9b7"
}

.icon-f-89:before {
    content: "\e9b8"
}

.icon-f-90:before {
    content: "\e9b9"
}

.icon-f-91:before {
    content: "\e9ba"
}

.icon-f-92:before {
    content: "\e9bb"
}

.icon-f-93:before {
    content: "\e9bc"
}

.icon-f-94:before {
    content: "\e9bd"
}

.icon-f-95:before {
    content: "\e9be"
}

.icon-f-96:before {
    content: "\e9bf"
}

.icon-g-01:before {
    content: "\e9c0"
}

.icon-g-02:before {
    content: "\e9c1"
}

.icon-g-03:before {
    content: "\e9c2"
}

.icon-g-04:before {
    content: "\e9c3"
}

.icon-g-05:before {
    content: "\e9c4"
}

.icon-g-06:before {
    content: "\e9c5"
}

.icon-g-07:before {
    content: "\e9c6"
}

.icon-g-08:before {
    content: "\e9c7"
}

.icon-g-09:before {
    content: "\e9c8"
}

.icon-g-10:before {
    content: "\e9c9"
}

.icon-g-11:before {
    content: "\e9ca"
}

.icon-g-12:before {
    content: "\e9cb"
}

.icon-g-13:before {
    content: "\e9cc"
}

.icon-g-14:before {
    content: "\e9cd"
}

.icon-g-15:before {
    content: "\e9ce"
}

.icon-g-16:before {
    content: "\e9cf"
}

.icon-g-17:before {
    content: "\e9d0"
}

.icon-g-18:before {
    content: "\e9d1"
}

.icon-g-19:before {
    content: "\e9d2"
}

.icon-g-20:before {
    content: "\e9d3"
}

.icon-g-21:before {
    content: "\e9d4"
}

.icon-g-22:before {
    content: "\e9d5"
}

.icon-g-23:before {
    content: "\e9d6"
}

.icon-g-24:before {
    content: "\e9d7"
}

.icon-g-25:before {
    content: "\e9d8"
}

.icon-g-26:before {
    content: "\e9d9"
}

.icon-g-27:before {
    content: "\e9da"
}

.icon-g-28:before {
    content: "\e9db"
}

.icon-g-29:before {
    content: "\e9dc"
}

.icon-g-30:before {
    content: "\e9dd"
}

.icon-g-31:before {
    content: "\e9de"
}

.icon-g-32:before {
    content: "\e9df"
}

.icon-g-33:before {
    content: "\e9e0"
}

.icon-g-34:before {
    content: "\e9e1"
}

.icon-g-35:before {
    content: "\e9e2"
}

.icon-g-36:before {
    content: "\e9e3"
}

.icon-g-37:before {
    content: "\e9e4"
}

.icon-g-38:before {
    content: "\e9e5"
}

.icon-g-39:before {
    content: "\e9e6"
}

.icon-g-40:before {
    content: "\e9e7"
}

.icon-g-41:before {
    content: "\e9e8"
}

.icon-g-42:before {
    content: "\e9e9"
}

.icon-g-43:before {
    content: "\e9ea"
}

.icon-g-44:before {
    content: "\e9eb"
}

.icon-g-45:before {
    content: "\e9ec"
}

.icon-g-46:before {
    content: "\e9ed"
}

.icon-g-47:before {
    content: "\e9ee"
}

.icon-g-48:before {
    content: "\e9ef"
}

.icon-g-49:before {
    content: "\e9f0"
}

.icon-g-50:before {
    content: "\e9f1"
}

.icon-g-51:before {
    content: "\e9f2"
}

.icon-g-52:before {
    content: "\e9f3"
}

.icon-g-53:before {
    content: "\e9f4"
}

.icon-g-54:before {
    content: "\e9f5"
}

.icon-g-55:before {
    content: "\e9f6"
}

.icon-g-56:before {
    content: "\e9f7"
}

.icon-g-57:before {
    content: "\e9f8"
}

.icon-g-58:before {
    content: "\e9f9"
}

.icon-g-59:before {
    content: "\e9fa"
}

.icon-g-60:before {
    content: "\e9fb"
}

.icon-g-61:before {
    content: "\e9fc"
}

.icon-g-62:before {
    content: "\e9fd"
}

.icon-g-63:before {
    content: "\e9fe"
}

.icon-g-64:before {
    content: "\e9ff"
}

.icon-g-65:before {
    content: "\ea00"
}

.icon-g-66:before {
    content: "\ea01"
}

.icon-g-67:before {
    content: "\ea02"
}

.icon-g-68:before {
    content: "\ea03"
}

.icon-g-69:before {
    content: "\ea04"
}

.icon-g-70:before {
    content: "\ea05"
}

.icon-g-71:before {
    content: "\ea06"
}

.icon-g-72:before {
    content: "\ea07"
}

.icon-g-73:before {
    content: "\ea08"
}

.icon-g-74:before {
    content: "\ea09"
}

.icon-g-75:before {
    content: "\ea0a"
}

.icon-g-76:before {
    content: "\ea0b"
}

.icon-g-77:before {
    content: "\ea0c"
}

.icon-g-78:before {
    content: "\ea0d"
}

.icon-g-79:before {
    content: "\ea0e"
}

.icon-g-80:before {
    content: "\ea0f"
}

.icon-g-81:before {
    content: "\ea10"
}

.icon-g-82:before {
    content: "\ea11"
}

.icon-g-83:before {
    content: "\ea12"
}

.icon-g-84:before {
    content: "\ea13"
}

.icon-g-85:before {
    content: "\ea14"
}

.icon-g-86:before {
    content: "\ea15"
}

.icon-g-87:before {
    content: "\ea16"
}

.icon-g-88:before {
    content: "\ea17"
}

.icon-g-89:before {
    content: "\ea18"
}

.icon-g-90:before {
    content: "\ea19"
}

.icon-g-91:before {
    content: "\ea1a"
}

.icon-g-92:before {
    content: "\ea1b"
}

.icon-g-93:before {
    content: "\ea1c"
}

.icon-g-94:before {
    content: "\ea1d"
}

.icon-g-95:before {
    content: "\ea1e"
}

.icon-g-96:before {
    content: "\ea1f"
}

.icon-h-01:before {
    content: "\ea20"
}

.icon-h-02:before {
    content: "\ea21"
}

.icon-h-03:before {
    content: "\ea22"
}

.icon-h-04:before {
    content: "\ea23"
}

.icon-h-05:before {
    content: "\ea24"
}

.icon-h-06:before {
    content: "\ea25"
}

.icon-h-07:before {
    content: "\ea26"
}

.icon-h-08:before {
    content: "\ea27"
}

.icon-h-09:before {
    content: "\ea28"
}

.icon-h-10:before {
    content: "\ea29"
}

.icon-h-11:before {
    content: "\ea2a"
}

.icon-h-12:before {
    content: "\ea2b"
}

.icon-h-13:before {
    content: "\ea2c"
}

.icon-h-14:before {
    content: "\ea2d"
}

.icon-h-15:before {
    content: "\ea2e"
}

.icon-h-16:before {
    content: "\ea2f"
}

.icon-h-17:before {
    content: "\ea30"
}

.icon-h-18:before {
    content: "\ea31"
}

.icon-h-19:before {
    content: "\ea32"
}

.icon-h-20:before {
    content: "\ea33"
}

.icon-h-21:before {
    content: "\ea34"
}

.icon-h-22:before {
    content: "\ea35"
}

.icon-h-23:before {
    content: "\ea36"
}

.icon-h-24:before {
    content: "\ea37"
}

.icon-h-25:before {
    content: "\ea38"
}

.icon-h-26:before {
    content: "\ea39"
}

.icon-h-27:before {
    content: "\ea3a"
}

.icon-h-28:before {
    content: "\ea3b"
}

.icon-h-29:before {
    content: "\ea3c"
}

.icon-h-30:before {
    content: "\ea3d"
}

.icon-h-31:before {
    content: "\ea3e"
}

.icon-h-32:before {
    content: "\ea3f"
}

.icon-h-33:before {
    content: "\ea40"
}

.icon-h-34:before {
    content: "\ea41"
}

.icon-h-35:before {
    content: "\ea42"
}

.icon-h-36:before {
    content: "\ea43"
}

.icon-h-37:before {
    content: "\ea44"
}

.icon-h-38:before {
    content: "\ea45"
}

.icon-h-39:before {
    content: "\ea46"
}

.icon-h-40:before {
    content: "\ea47"
}

.icon-h-41:before {
    content: "\ea48"
}

.icon-h-42:before {
    content: "\ea49"
}

.icon-h-43:before {
    content: "\ea4a"
}

.icon-h-44:before {
    content: "\ea4b"
}

.icon-h-45:before {
    content: "\ea4c"
}

.icon-h-46:before {
    content: "\ea4d"
}

.icon-h-47:before {
    content: "\ea4e"
}

.icon-h-48:before {
    content: "\ea4f"
}

.icon-h-49:before {
    content: "\ea50"
}

.icon-h-50:before {
    content: "\ea51"
}

.icon-h-57:before {
    content: "\ea58"
}

.icon-Nowishlist .path1:before {
    content: "\eade";
    color: #fff
}

.icon-Nowishlist .path2:before {
    content: "\eadf";
    margin-left: -1em;
    color: #c4c4c4
}

.icon-Nowishlist .path3:before {
    content: "\eae0";
    margin-left: -1em;
    color: #191919
}

.icon-n-01:before {
    content: "\eb10"
}

.icon-n-022:before {
    content: "\eb11"
}

.icon-n-03:before {
    content: "\eb12"
}

.icon-n-04:before {
    content: "\eb13"
}

.icon-n-052:before {
    content: "\eb14"
}

.icon-n-062:before {
    content: "\eb15"
}

.icon-n-072:before {
    content: "\eb16"
}

.icon-Vector:before {
    content: "\eb17"
}

.icon-n-08:before {
    content: "\eb18"
}

.icon-tumblr:before {
    content: "\eab9"
}

.icon-tumblr2:before {
    content: "\eaba"
}

.tt-top-panel {
    background: #2879fe
}

.tt-top-panel .tt-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding: 24px 15px 15px;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-family: 'Samim-Bold' !important;
    letter-spacing: .06em;
    word-spacing: .03em;
    position: relative
}

.tt-top-panel .tt-row a:not([class]) {
    display: inline-block;
    color: #fff;
    position: relative
}

.tt-top-panel .tt-row a:not([class]):before {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: background-color .2s linear
}

.tt-top-panel .tt-row a:not([class]):hover:before {
    background-color: transparent
}

.tt-top-panel .tt-row .tt-description {
    text-align: center
}

.tt-top-panel .tt-row .tt-btn-close {
    text-decoration: none;
    margin-left: 27px;
    padding: 2px;
    cursor: pointer;
    background: 0 0;
    border: none;
    font-weight: 500;
    position: relative;
    top: -1px
}

.tt-top-panel .tt-row .tt-btn-close:before {
    font-family: wokiee;
    content: "\ea0f";
    color: #fff;
    font-size: 20px;
    line-height: 1;
    transition: color .2s linear
}

.tt-top-panel .tt-row .tt-btn-close:hover:before {
    color: #fff
}

.tt-top-panel.tt-color-dark {
    background: #191919
}

.tt-top-panel.tt-color-dark a:not([class]) {
    color: #2879fe
}

.tt-top-panel.tt-color-dark a:not([class]):before {
    background-color: #2879fe
}

.tt-top-panel.tt-color-dark .tt-btn-close:before {
    color: #777
}

.tt-top-panel.tt-color-dark .tt-btn-close:hover:before {
    color: #fff
}

.tt-top-panel.tt-color-02 {
    background-color: #373e48;
    color: #fff
}

.tt-top-panel.tt-top-panel-large .tt-row {
    font-size: 15px;
    font-weight: 500
}

.tt-top-panel.tt-top-panel-largexl .tt-text-large {
    font-size: 28px
}

.tt-top-panel.tt-top-panel-largexl .tt-row {
    padding: 26px 15px 18px;
    font-size: 18px;
    font-weight: 500
}

.header-popup-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none
}

@media (max-width:1024px) {
    body.tt-popup-dropdown .header-popup-bg {
        display: block
    }
    body.tt-popup-dropdown .tt-stuck-nav.stuck {
        z-index: 22
    }
    body.tt-popup-dropdown .tt-stuck-nav.stuck:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 10
    }
}

header .tt-logo {
    position: relative;
    display: inline-flex
}

header .tt-logo .tt-title {
    padding: 0;
    display: inline-block;
    font-size: 19px;
    line-height: 1.1;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    color: #2879fe;
    text-transform: uppercase
}

header .tt-logo:hover .tt-title {
    color: #191919
}

header .tt-logo-alignment {
    position: relative
}

header .tt-desktop-header .tt-logo {
    margin-top: 13px;
    margin-bottom: 17px
}

header .tt-desktop-header .tt-logo .tt-title {
    margin-top: 6px;
    transition: color .2s linear
}

header .tt-dropdown-obj {
    display: inline-flex
}

header .tt-dropdown-obj .tt-dropdown-toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 20px;
    line-height: 1;
    color: #191919;
    background: 0 0;
    border: none;
    display: inline-block;
    transition: color .2s linear
}

header .tt-dropdown-obj .tt-dropdown-toggle i {
    pointer-events: none
}

header .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #2879fe
}

header .tt-dropdown-obj .tt-dropdown-menu {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    /*top: 100%;*/
    z-index: 22
}

header .tt-dropdown-obj.active .tt-dropdown-toggle {
    z-index: 2;
    color: #2879fe
}

header .tt-account .tt-dropdown-menu,
header .tt-cart .tt-dropdown-menu,
header .tt-multi-obj .tt-dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

@media (min-width:1025px) {
    header .tt-account .tt-dropdown-menu,
    header .tt-cart .tt-dropdown-menu,
    header .tt-multi-obj .tt-dropdown-menu {
        width: 280px
    }
}

@media (max-width:1024px) {
    header .tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
        display: block;
        right: auto;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        position: fixed
    }
    header .container {
        max-width: inherit
    }
    header .tt-account .tt-dropdown-menu,
    header .tt-cart .tt-dropdown-menu,
    header .tt-multi-obj .tt-dropdown-menu {
        width: 270px
    }
    header .tt-cart .tt-dropdown-menu {
        width: 320px
    }
    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content {
        padding: 26px 30px 23px
    }
    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-row {
        margin-top: 30px;
        padding-top: 24px
    }
    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn {
        margin-top: 4px
    }
    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
        margin-top: 20px
    }
    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
        font-weight: 500
    }
    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn:not(.btn-border) {
        font-size: 12px
    }
    header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-title {
        letter-spacing: .02em
    }
}

header .tt-parent-box:first-child .tt-dropdown-toggle {
    padding-left: 0
}

header .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 0
}

header .tt-parent-box {
    display: inline-flex;
    vertical-align: top
}

header .tt-box-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

header .tt-box-info ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: .01em;
    font-size: 14px
}

header .tt-box-info ul li a {
    transition: color .2s linear
}

header .tt-box-info ul li a.tt-link-underline {
    display: inline-block;
    position: relative
}

header .tt-box-info ul li a.tt-link-underline:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 1px;
    transition: background-color .1s linear
}

header .tt-box-info ul li a.tt-link-underline:hover:before {
    background-color: transparent
}

header .tt-box-info ul li [class^=icon-] {
    margin-right: 4px;
    font-size: 18px;
    position: relative;
    top: 2px
}

header .tt-box-info ul li:not(:first-child) {
    margin-left: 15px
}

@media (min-width:1025px) {
    header .tt-account.active .tt-dropdown-menu,
    header .tt-cart.active .tt-dropdown-menu,
    header .tt-multi-obj.active .tt-dropdown-menu {
        display: none
    }
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
        padding: 33px 20px 37px 39px
    }
}

@media (max-width:1024px) {
    header .tt-account.active .tt-dropdown-menu,
    header .tt-cart.active .tt-dropdown-menu,
    header .tt-multi-obj.active .tt-dropdown-menu {
        display: block;
        right: auto;
        top: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
        padding: 15px 20px 37px 29px
    }
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li {
        letter-spacing: .01em
    }
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a {
        display: inline-block;
        padding: 7px 0;
        color: #191919
    }
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a [class^=icon-] {
        top: 3px;
        margin-right: 7px;
        color: #191919
    }
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a .icon-n-072,
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a .icon-n-08 {
        margin-right: 10px
    }
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover,
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover [class^=icon-] {
        color: #2879fe
    }
}

header .tt-account ul {
    list-style: none;
    margin: -1px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

header .tt-account ul li {
    font-size: 14px
}

header .tt-account ul li a {
    color: #191919;
    padding: 1px 0;
    display: block;
    transition: color .2s linear
}

header .tt-account ul li a [class^=icon-] {
    font-size: 20px;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 4px;
    color: #191919;
    transition: color .2s linear
}

header .tt-account ul li a .icon-n-072,
header .tt-account ul li a .icon-n-08 {
    font-size: 16px;
    margin-right: 11px
}

header .tt-account ul li a:hover,
header .tt-account ul li a:hover [class^=icon-] {
    color: #2879fe
}

@media (max-width:1024px) {
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul {
        padding: 16px 30px 16px 31px;
        position: relative;
        margin-top: 0
    }
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li {
        letter-spacing: .02em
    }
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a {
        padding: 9px 0;
        color: #191919
    }
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a [class^=icon-] {
        font-size: 20px;
        color: #191919
    }
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover,
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover [class^=icon-],
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active a,
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active a [class^=icon-] {
        color: #2879fe
    }
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul:not(:first-child) {
        border-top: 1px solid #e9e7e7
    }
}

header .tt-multi-obj ul {
    list-style: none;
    margin: -4px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

header .tt-multi-obj ul li {
    font-size: 14px
}

header .tt-multi-obj ul li a {
    color: #191919;
    padding: 3px 0;
    display: block;
    transition: color .2s linear
}

header .tt-multi-obj ul li a [class^=icon-] {
    font-size: 15px;
    line-height: 1;
    margin-right: 8px;
    margin-left: -3px;
    position: relative;
    top: 1px;
    color: #191919;
    transition: color .2s linear
}

header .tt-multi-obj ul li a:hover,
header .tt-multi-obj ul li a:hover [class^=icon-],
header .tt-multi-obj ul li.active a,
header .tt-multi-obj ul li.active a [class^=icon-] {
    color: #2879fe
}

header .tt-multi-obj ul:not(:first-child) {
    margin-top: 22px
}

header .tt-multi-obj .tt-mobile-add+ul {
    margin-top: 0
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
    border-bottom: 1px solid #e9e7e7
}

@media (min-width:1025px) {
    header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner {
        padding: 35px 20px 30px 41px
    }
    header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
        display: none
    }
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
    color: #191919;
    font-size: 14px;
    line-height: 1.1;
    pointer-events: none
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
    font-size: 14px;
    padding: 13px 12px 13px 29px;
    display: block;
    color: #777;
    transition: color .2s linear;
    background: 0 0;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:before {
    font-family: wokiee;
    content: "\e9b3";
    padding-right: 6px;
    font-size: 14px;
    position: relative;
    top: 1px;
    color: #777;
    transition: color .2s linear
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover,
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover:before {
    color: #2879fe
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
    padding: 18px 0 17px 30px
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title+.tt-close {
    position: absolute;
    right: 9px;
    top: 0;
    font-size: 0;
    text-align: right
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #2879fe;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 12px;
    line-height: 1.7;
    pointer-events: none
}

header .tt-cart .tt-cart-layout .tt-cart-empty {
    padding: 21px 20px 19px;
    text-align: center;
    display: block
}

header .tt-cart .tt-cart-layout .tt-cart-empty [class^=icon-] {
    font-size: 40px;
    line-height: 1;
    color: #cdcdcd
}

header .tt-cart .tt-cart-layout .tt-cart-empty p {
    margin-top: 7px;
    letter-spacing: .01em;
    color: #777
}

header .tt-cart .tt-cart-layout .tt-cart-content {
    padding: 26px 0px 23px 5px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img {
    margin-top: 4px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img img {
    width: 67px;
    height: auto
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]) {
    display: flex;
    width: 100%;
    transition: color .2s linear
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]) .tt-title {
    color: #191919
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]):hover .tt-title {
    color: #2879fe
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img+.tt-item-descriptions {
    margin-left: 20px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions {
    flex: 2 1 auto
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-title {
    font-family: 'Samim-Bold' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    transition: color .2s linear
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info {
    list-style: none;
    margin: 4px 0 0;
    padding: 0 0 5px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info li {
    color: #999;
    font-size: 11px;
    line-height: 16px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-quantity {
    display: inline-flex;
    font-size: 14px;
    color: #777
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price {
    display: inline-flex;
    font-size: 16px;
    color: #191919;
    font-weight: 500
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions>:nth-child(1) {
    margin-top: 0
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item:not(:first-child) {
    margin-top: 16px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
    padding: 4px;
    margin-right: -6px;
    position: relative;
    top: -1px;
    background: 0 0;
    border: none
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close:before {
    content: "\ea83";
    color: #191919;
    font-size: 15px;
    line-height: 22px;
    font-family: wokiee;
    transition: color .2s linear
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close:hover:before {
    color: #2879fe
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    border-top: 1px solid #e9e7e7;
    margin-top: 20px;
    padding-top: 14px
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-title {
    font-weight: 500;
    color: #191919;
    font-size: 14px;
    font-family: 'Samim-Bold' !important;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
    flex: 2 1 auto;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #191919
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: center
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
    margin-top: 11px;
    width: 100%
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
    padding-left: 13px;
    padding-right: 13px;
    width: 100%
}

header .tt-dropdown-obj .tt-dropdown-toggle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media (min-width:1025px) {
    header .tt-search .tt-dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, .08);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
        transition: .2s linear
    }
    header .tt-search .tt-dropdown-menu .container {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px
    }
    header .tt-search .tt-dropdown-menu form {
        position: relative;
        display: block
    }
    header .tt-search .tt-dropdown-menu .tt-search-input {
        background: 0 0;
        font-size: 24px;
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #eceaea;
        padding: 11px 12px 10px 0;
        font-family: 'Samim-Bold' !important;
        box-shadow: none;
        outline: 0;
        width: 100%;
        text-transform: uppercase;
        color: #191919;
        margin-top: 28px;
        border-right: 0;
        transition: .2s linear
    }
    header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu .tt-btn-search {
        color: #333;
        font-size: 30px;
        line-height: 1;
        font-family: wokiee;
        position: absolute;
        cursor: pointer;
        top: 41px;
        padding: 4px 0 4px 4px;
        margin-top: -4px;
        right: 0;
        z-index: 3;
        display: inline-block;
        background: 0 0;
        border: none;
        transition: color .2s linear
    }
    header .tt-search .tt-dropdown-menu .tt-btn-search:before {
        content: "\e9b4"
    }
    header .tt-search .tt-dropdown-menu .tt-btn-search:hover {
        color: #2879fe
    }
    header .tt-search .tt-dropdown-menu .tt-info-text {
        position: absolute;
        top: 0;
        left: 0
    }
    header .tt-search .tt-dropdown-menu .tt-btn-close {
        display: inline-flex;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -1px;
        color: #777;
        font-size: 14px;
        line-height: 1;
        font-family: wokiee;
        padding: 5px 0 5px 5px;
        background: 0 0;
        border: none;
        cursor: pointer;
        transition: color .2s linear
    }
    header .tt-search .tt-dropdown-menu .tt-btn-close:before {
        font-family: wokiee;
        content: "\e9b3";
        line-height: 1
    }
    header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
        color: #2879fe
    }
    header .tt-search .tt-dropdown-menu .tt-description {
        text-align: center
    }
    header .tt-search .tt-dropdown-menu .tt-price {
        justify-content: center
    }
    header .tt-search .tt-dropdown-menu>.container {
        display: none
    }
}

@media (max-width:1024px) {
    header .tt-search .tt-dropdown-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: center;
        background: #fff;
        position: absolute;
        z-index: -2;
        opacity: 0;
        width: 100%;
        top: 0;
        left: 0
    }
    header .tt-search .tt-dropdown-menu:before {
        content: '';
        display: block;
        width: calc(100% + 40px);
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        margin-left: -20px;
        margin-right: -20px
    }
    header .tt-search .tt-dropdown-menu .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        position: relative
    }
    header .tt-search .tt-dropdown-menu .container [class^=tt-col]:first-child:first-child {
        padding-left: 0
    }
    header .tt-search .tt-dropdown-menu .tt-info-text {
        display: none
    }
    header .tt-search .tt-dropdown-menu form {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-end;
        align-items: center
    }
    header .tt-search .tt-dropdown-menu form .tt-col:first-child {
        flex: 2 1 auto
    }
    header .tt-search .tt-dropdown-menu form .tt-col:last-child {
        margin-left: 20px
    }
    header .tt-search .tt-dropdown-menu form .tt-search-input {
        background: 0 0;
        font-size: 16px;
        border: 1px solid transparent;
        padding: 14px 12px 8px 0;
        font-family: 'Samim-Bold' !important;
        box-shadow: none;
        outline: 0;
        width: calc(100% - 40px);
        color: #777;
        border-right: 0;
        transition: .2s linear
    }
    header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus)::-moz-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus):-moz-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus):-ms-input-placeholder {
        color: #191919;
        text-transform: uppercase
    }
    header .tt-search .tt-dropdown-menu .tt-btn-close {
        display: inline-flex;
        color: #777;
        font-size: 20px;
        line-height: 1;
        font-family: wokiee;
        padding: 3px 0 5px 5px;
        background: 0 0;
        border: none;
        cursor: pointer;
        position: relative;
        top: 3px;
        transition: color .2s linear
    }
    header .tt-search .tt-dropdown-menu .tt-btn-close:before {
        font-family: wokiee;
        content: "\e9b3";
        font-size: 20px;
        line-height: 1
    }
    header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
        color: #2879fe
    }
    header .tt-search .tt-dropdown-menu .tt-btn-search {
        color: #2879fe;
        font-size: 20px;
        line-height: 1;
        font-family: wokiee;
        position: absolute;
        cursor: pointer;
        top: 50%;
        margin-top: -10px;
        right: 40px;
        z-index: 3;
        display: inline-block;
        background: 0 0;
        border: none;
        transition: color .2s linear
    }
    header .tt-search .tt-dropdown-menu .tt-btn-search:before {
        content: "\e9b4"
    }
    header .tt-search .tt-dropdown-menu .search-results {
        position: absolute;
        top: 38px;
        left: 0;
        padding: 11px 11px 19px
    }
    header .tt-search .search-results {
        background: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .04);
        margin-top: 22px
    }
}

@media (max-width:1024px) and (min-width:481px) {
    header .tt-search .tt-dropdown-menu .search-results {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

header .tt-search .search-results {
    position: relative;
    padding: 0;
    width: 100%;
    display: none
}

@media (max-width:1024px) and (max-width:1024px) and (min-width:481px) {
    header .tt-search .search-results {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1024px) and (max-width:481px) {
    header .tt-search .tt-dropdown-menu .search-results {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px
    }
    header .tt-search .search-results {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1024px) {
    header .tt-search .search-results ul {
        list-style: none;
        padding: 0;
        margin: 0
    }
    header .tt-search .search-results ul>li {
        display: none;
        width: 100%;
        margin: 0;
        overflow: hidden
    }
    header .tt-search .search-results ul>li a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        color: #777;
        padding: 0;
        position: relative;
        background-color: transparent;
        transition: background-color .2s linear
    }
    header .tt-search .search-results ul>li a .thumbnail {
        width: 50px;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        border-right: 2px solid #fff
    }
    header .tt-search .search-results ul>li a .thumbnail img {
        width: 100%;
        height: auto
    }
    header .tt-search .search-results ul>li a .tt-description {
        padding: 5px 15px 5px 16px;
        white-space: normal;
        font-size: 14px;
        line-height: 24px
    }
    header .tt-search .search-results ul>li a .tt-description .tt-title {
        font-size: 14px;
        line-height: 24px;
        color: #333
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #191919
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price .old-price {
        color: #191919;
        text-decoration: line-through
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price .old-price .money {
        text-decoration: line-through
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price span {
        display: inline-block
    }
    header .tt-search .search-results ul>li a:hover {
        background-color: #f7f8fa
    }
    header .tt-search .search-results ul>li:not(:first-child) {
        margin-top: 10px
    }
    header .tt-search .search-results ul li:nth-child(-n+3) {
        display: block
    }
    header .tt-search.active .tt-dropdown-menu {
        z-index: 3;
        opacity: 1
    }
}

@media (min-width:1025px) {
    header .tt-search .search-results {
        margin-top: 27px;
        background: #fff
    }
    header .tt-search .search-results ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
        list-style: none;
        padding: 0;
        overflow: hidden;
        margin-right: -10px;
        margin-left: -10px
    }
    header .tt-search .search-results ul>li {
        display: block;
        width: 16.666%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }
    header .tt-search .search-results ul>li a {
        display: block;
        color: #777
    }
    header .tt-search .search-results ul>li a .thumbnail img {
        width: 100%;
        height: auto
    }
    header .tt-search .search-results ul>li a .tt-description {
        padding: 14px 0 5px;
        white-space: normal;
        font-size: 14px;
        line-height: 24px
    }
    header .tt-search .search-results ul>li a .tt-description .tt-title {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        transition: color .2s linear
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #191919
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price .old-price {
        color: #191919;
        text-decoration: line-through
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price .old-price .money {
        text-decoration: line-through
    }
    header .tt-search .search-results ul>li a .tt-description .tt-price span {
        display: inline-block
    }
    header .tt-search .search-results ul>li a:hover .tt-title {
        color: #2879fe
    }
    header .tt-search.active .tt-dropdown-menu {
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    header .tt-search.active .tt-dropdown-menu>.container {
        display: block
    }
}

header .tt-search .tt-view-all {
    background: 0 0;
    border: none;
    padding: 0;
    margin-top: 15px;
    color: #2879fe;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s linear
}

header .tt-search .tt-view-all:hover {
    text-decoration: none;
    color: #191919
}

header .tt-social-icon {
    margin-top: 7px;
    padding-bottom: 5px
}

header .tt-social-icon li:first-child a {
    padding-left: 0
}

header .tt-social-icon li:last-child a {
    padding-right: 0
}

header ul.tt-listing-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-align: center;
    transition: border .2s linear;
    margin-top: -4px;
    margin-left: -8px
}

header ul.tt-listing-01 li {
    margin-top: 8px;
    margin-left: 8px;
    width: calc(50% - 8px)
}

header ul.tt-listing-01 li a {
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

header ul.tt-listing-01 li a img {
    width: 100%;
    max-width: 100%;
    height: auto
}

header ul.tt-listing-01 li a:before {
    content: '';
    width: 100%;
    height: 100%;
    outline: #e9e7e7 solid 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: outline-color .2s linear
}

@media (min-width:1230px) {
    header ul.tt-listing-01 li a {
        height: 78px;
        padding: 9px
    }
}

header ul.tt-listing-01 li a:hover:before {
    outline-color: #191919
}

header .tt-color-scheme-01 {
    background: #303030;
    color: #888
}

header .tt-color-scheme-01 .tt-box-info ul li a,
header .tt-color-scheme-01 .tt-box-info ul li a:hover {
    color: #888
}

header .tt-color-scheme-01 .tt-box-info ul li a.tt-link-underline {
    color: #2879fe
}

header .tt-color-scheme-01 .tt-box-info ul li a.tt-link-underline:before {
    background-color: #2879fe
}

header .tt-color-scheme-01 .tt-box-info ul li a.tt-link-underline:hover:before {
    background-color: transparent
}

header .tt-color-scheme-01 .tt-box-info ul li [class^=icon-] {
    color: #fff
}

header .tt-color-scheme-01 .tt-social-icon li a {
    color: #777
}

header .tt-color-scheme-01 .tt-social-icon li a:hover {
    color: #fff
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a {
    color: #fff;
    background: 0 0
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.active>a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.selected>a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a:hover {
    color: #fff;
    background: #2879fe
}

header .tt-color-scheme-01 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown>a {
    color: #fff;
    background: 0 0
}

header .tt-color-scheme-01 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown.active>a,
header .tt-color-scheme-01 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown.selected>a,
header .tt-color-scheme-01 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown>a:hover {
    color: #2879fe;
    background: 0 0
}

header .tt-color-scheme-01 .tt-dropdown-obj .tt-dropdown-toggle {
    color: #fff
}

header .tt-color-scheme-01 .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #2879fe
}

header .tt-color-scheme-01 .tt-menu-toggle:not(:hover) i {
    color: #fff
}

header .tt-color-scheme-02 {
    background: #f7f8fa;
    color: #888
}

header .tt-color-scheme-02 .tt-box-info ul li a,
header .tt-color-scheme-02 .tt-box-info ul li a:hover {
    color: #888
}

header .tt-color-scheme-02 .tt-box-info ul li [class^=icon-] {
    color: #2879fe
}

header .tt-color-scheme-02 .tt-social-icon li a {
    color: #cdcdcd
}

header .tt-color-scheme-02 .tt-social-icon li a:hover {
    color: #191919
}

header .tt-color-scheme-02 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a {
    color: #191919;
    background: 0 0
}

header .tt-color-scheme-02 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.active>a,
header .tt-color-scheme-02 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.selected>a,
header .tt-color-scheme-02 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a:hover {
    color: #fff;
    background: #2879fe
}

header .tt-color-scheme-02 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown>a {
    color: #191919;
    background: 0 0
}

header .tt-color-scheme-02 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown.active>a,
header .tt-color-scheme-02 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown.selected>a,
header .tt-color-scheme-02 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown>a:hover {
    color: #2879fe;
    background: 0 0
}

header .tt-color-scheme-02 .tt-dropdown-obj .tt-dropdown-toggle {
    color: #191919
}

header .tt-color-scheme-02 .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #2879fe
}

header .tt-color-scheme-03 {
    background: 0 0;
    color: #888
}

header .tt-color-scheme-03 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a {
    color: #fff;
    background: 0 0
}

header .tt-color-scheme-03 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.active>a,
header .tt-color-scheme-03 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.selected>a,
header .tt-color-scheme-03 .tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a:hover {
    color: #fff;
    background: #2879fe
}

header .tt-color-scheme-03 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown>a {
    color: #fff;
    background: 0 0
}

header .tt-color-scheme-03 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown.active>a,
header .tt-color-scheme-03 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown.selected>a,
header .tt-color-scheme-03 .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown>a:hover {
    color: #2879fe;
    background: 0 0
}

header .tt-color-scheme-03 .tt-dropdown-obj .tt-dropdown-toggle {
    color: #fff
}

header .tt-color-scheme-03 .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #2879fe
}

header [class^=tt-color-scheme-].tt-search-container {
    background: #fff
}

html.ie .tt-desctop-parent-menu {
    line-height: 0
}

html.ie .tt-desctop-parent-menu .dropdown-menu {
    line-height: 22px
}

.tt-desktop-header {
    position: relative;
    z-index: 8
}

@media (max-width:1024px) {
    .tt-desktop-header {
        display: none
    }
}

.tt-desktop-header .tt-dropdown-obj {
    margin-top: 9px;
    padding-bottom: 7px
}

.tt-desktop-header .tt-obj-desktop-hidden02 {
    display: none
}

.tt-header-static {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: 0 0
}

header .container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

.tt-desktop-header .container-fluid .container {
    position: relative
}

.headerunderline {
    border-bottom: 1px solid #e9e7e7
}

.tt-header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 40px
}

.tt-header-row .tt-col-right {
    vertical-align: top;
    align-items: flex-end
}

.tt-header-row .tt-col-right div.tt-desctop-parent-menu:not(:last-child) {
    margin-right: 15px
}

.tt-header-row .tt-row-left {
    vertical-align: top;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.tt-header-row .tt-row-left .tt-logo:not(:last-child) {
    margin-bottom: 0
}

.tt-header-row .tt-row-left .tt-logo+.tt-desctop-parent-menu .tt-desctop-menu nav>ul li.dropdown>a {
    padding-top: 13px;
    padding-bottom: 22px
}

.tt-header-row .tt-row-left .tt-logo+.tt-desctop-parent-menu .tt-desctop-menu nav>ul li.dropdown>a .tt-badge {
    top: -6px
}

.tt-header-row .tt-row-left>:nth-child(1):not(.tt-logo) {
    margin-top: 0
}

.tt-header-row .tt-col-left {
    display: flex;
    vertical-align: top
}

.tt-header-row .tt-col-left:last-child .tt-desctop-menu:last-child:first-child nav>ul li.dropdown>a {
    padding-top: 18px;
    padding-bottom: 17px
}

.tt-header-row .tt-col-left:last-child .tt-desctop-menu:last-child:first-child nav>ul li.dropdown>a .tt-badge {
    top: 2px
}

.tt-header-row .tt-col-left:not(.tt-row-center):not(.tt-row-left) .tt-logo {
    margin-right: 30px
}

.tt-header-row .tt-position-absolute:not(:first-child) {
    position: absolute
}

.tt-header-row .tt-position-absolute.tt-search-active {
    left: 0
}

.tt-header-row .tt-col-right.tt-position-absolute:not(:first-child) {
    right: 0
}

.tt-header-row .tt-col-left.tt-position-absolute {
    left: 0;
    position: absolute
}

.tt-header-row .tt-row-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    vertical-align: top
}

.tt-header-row .tt-row-center .tt-logo:not(:last-child) {
    margin-bottom: 0
}

.tt-header-row .tt-row-center .tt-logo+.tt-desctop-parent-menu .tt-desctop-menu nav>ul li.dropdown>a {
    padding-top: 13px;
    padding-bottom: 22px
}

.tt-header-row .tt-row-center .tt-logo+.tt-desctop-parent-menu .tt-desctop-menu nav>ul li.dropdown>a .tt-badge {
    top: -6px
}

.tt-header-row .tt-row-center>:nth-child(1):not(.tt-logo) {
    margin-top: 0
}

.tt-header-row .tt-col-large {
    flex: 2 1 auto
}

.tt-header-row .tt-col-center,
.tt-header-row .tt-col-center .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

@media (max-width:870px) {
    .tt-header-row.tt-top-row {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 12px 0 7px
    }
    .tt-header-row.tt-top-row>div {
        max-width: inherit;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-header-row.tt-top-row .tt-box-info {
        width: 100%;
        margin-top: 6px
    }
    .tt-header-row.tt-top-row .tt-box-info ul {
        flex-direction: column;
        align-items: center
    }
    .tt-header-row.tt-top-row .tt-box-info ul li {
        margin-left: 0;
        margin-right: 0;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: center
    }
    .tt-header-row.tt-top-row .tt-social-icon {
        margin-top: 6px
    }
    .tt-header-row.tt-top-row .tt-social-icon li:first-child {
        margin-right: 10px
    }
    .tt-header-row.tt-top-row .tt-social-icon li:not(:last-child):not(:first-child) {
        margin: 0 10px
    }
    .tt-header-row.tt-top-row .tt-social-icon li:last-child {
        margin-left: 10px
    }
}

@media (min-width:481px) and (max-width:1024px) {
    .tt-header-row.tt-top-row {
        padding-left: 10px;
        padding-right: 10px
    }
}

.container-fluid.tt-search-container {
    padding-left: 0;
    padding-right: 0
}

.container-fluid.tt-search-container .tt-search .tt-dropdown-menu form {
    padding-left: 10px;
    padding-right: 10px
}

.container-fluid.tt-search-container .tt-search .tt-dropdown-menu .tt-btn-search {
    right: 60px
}

.tt-desctop-menu img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.tt-desctop-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-desctop-menu ul li {
    display: inline-block
}

.tt-desctop-menu>ul>li>a {
    transition: color .2s linear, background-color .2s linear;
    display: inline-block;
    position: relative
}

.tt-desctop-menu ul.popup-left {
    left: auto;
    right: 100%
}

.tt-desctop-menu .dropdown {
    position: inherit
}

.tt-desctop-menu .dropdown>a {
    transition: color .2s linear, background-color .2s linear;
    position: relative
}

.tt-desctop-menu .dropdown .dropdown-menu {
    display: none;
    top: -10000px;
    background: #fff
}

.tt-desctop-menu .dropdown:hover,
.tt-desctop-menu .dropdown:hover .dropdown-menu {
    top: auto
}

.tt-desctop-menu .dropdown-menu {
    padding: 33px 5px 27px 39px;
    margin-top: 0;
    border: none;
    display: block;
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

.tt-desctop-menu .dropdown-menu.one-col {
    min-width: 202px;
    margin-left: 0;
    width: auto
}

.tt-desctop-menu .dropdown-menu.large-width {
    width: 290px
}

.tt-desctop-menu .dropdown-menu.large-width>li>a {
    white-space: normal
}

.tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown:first-child .dropdown-menu {
    margin-left: 0
}

.tt-desctop-menu .dropdown>a .tt-badge {
    position: absolute;
    top: 9px;
    right: 0
}

.tt-desctop-menu .tt-badge {
    display: inline-block;
    font-family: 'Samim-Bold' !important;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    line-height: 1;
    padding: 3px 4px 1px;
    position: relative;
    top: -1px;
    border-right: 2px
}

.tt-desctop-menu .tt-new {
    color: #fff;
    background-color: #1393f5
}

.tt-desctop-menu .tt-fatured {
    color: #fff;
    background-color: #fdbc20
}

.tt-desctop-menu .tt-sale {
    color: #fff;
    background-color: #f8353e
}

.tt-desctop-menu .header-menu-product a {
    display: block
}

.tt-desctop-menu .header-menu-product a .tt-title {
    color: #191919;
    transition: color .2s linear
}

.tt-desctop-menu .header-menu-product a:hover .tt-title {
    color: #2879fe
}

.tt-desctop-menu .header-menu-product .tt-product .tt-description {
    padding-top: 6px
}

.tt-desctop-menu nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-desctop-menu nav>ul>li.dropdown>a {
    font-family: 'Samim-Bold' !important;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .04em;
    padding: 17px 12px 16px;
    display: inline-flex
}

.tt-desctop-menu .tt-title-submenu {
    font-size: 14px;
    display: block;
    line-height: 24px;
    letter-spacing: .03em;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
    color: #191919;
    transition: .2s linear
}

.tt-desctop-menu .tt-title-submenu img {
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 7px
}

.tt-desctop-menu .tt-title-submenu a {
    color: #191919;
    transition: .2s linear
}

.tt-desctop-menu .tt-title-submenu.active,
.tt-desctop-menu .tt-title-submenu.active a,
.tt-desctop-menu .tt-title-submenu:hover,
.tt-desctop-menu .tt-title-submenu:hover a {
    color: #2879fe
}

.tt-desctop-menu .tt-title-submenu+.slick-slider,
.tt-desctop-menu .tt-title-submenu+.tt-menu-slider {
    margin-top: 4px
}

.tt-desctop-menu .tt-megamenu-submenu {
    margin-top: -3px;
    display: inline-block
}

.tt-desctop-menu .tt-megamenu-submenu>li {
    display: block;
    position: relative
}

.tt-desctop-menu .tt-megamenu-submenu>li>a {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-right: 23px;
    padding-bottom: 1px;
    transition: .2s linear
}

.tt-desctop-menu .tt-megamenu-submenu>li>a img {
    width: auto;
    position: absolute;
    right: -8px;
    top: 0;
    visibility: hidden;
    z-index: 3;
    opacity: 0;
    transition: .2s linear
}

.tt-desctop-menu .tt-megamenu-submenu>li>a:hover {
    color: #2879fe
}

.tt-desctop-menu .tt-megamenu-submenu>li>a:hover img {
    visibility: visible;
    right: -34px;
    opacity: 1
}

.tt-desctop-menu .tt-megamenu-submenu>li>a:hover:before {
    left: 0;
    opacity: 1
}

.tt-desctop-menu .tt-megamenu-submenu>li.active>a {
    color: #2879fe
}

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after {
    content: "";
    speak: none;
    right: 13px;
    margin-top: 6px;
    border-top: 4px solid transparent;
    border-left: 4px solid #191919;
    border-bottom: 4px solid transparent;
    position: relative;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
    transition: border .2s linear
}

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
    position: relative;
    top: 1px
}

.tt-desctop-menu .tt-megamenu-submenu>li>a:not(:only-child):after {
    right: -13px
}

.tt-desctop-menu .tt-megamenu-submenu>li ul {
    display: none;
    margin-top: 0;
    background: #fff;
    position: absolute;
    z-index: 13;
    left: 100%;
    top: -13px;
    padding: 13px 0 10px;
    min-width: 210px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

.tt-desctop-menu .tt-megamenu-submenu>li ul ul.right,
.tt-desctop-menu .tt-megamenu-submenu>li ul ul.right ul {
    left: auto;
    right: 100%
}

.tt-desctop-menu .tt-megamenu-submenu>li ul ul.right .left,
.tt-desctop-menu .tt-megamenu-submenu>li ul ul.right .left ul {
    left: 100%;
    right: auto
}

.tt-desctop-menu .tt-megamenu-submenu>li ul li {
    margin-bottom: 0;
    display: block;
    position: relative
}

.tt-desctop-menu .tt-megamenu-submenu>li ul li a {
    padding: 1px 7px 1px 20px;
    font-size: 14px;
    display: block;
    color: #777;
    transition: .2s linear
}

.tt-desctop-menu .tt-megamenu-submenu>li ul li a:hover,
.tt-desctop-menu .tt-megamenu-submenu>li ul li.active>a {
    color: #2879fe
}

.tt-desctop-menu ul.tt-sub-img,
.tt-desctop-menu ul.tt-sub-img li,
.tt-desctop-menu ul.tt-sub-img li a {
    display: block
}

.tt-desctop-menu ul.tt-sub-img li a img {
    width: auto;
    position: absolute;
    right: -34px;
    top: -5px;
    visibility: hidden;
    z-index: 3;
    max-width: 141px;
    opacity: 0;
    transition: .2s linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

.tt-desctop-menu ul.tt-sub-img li a:hover img {
    visibility: visible;
    top: 0;
    opacity: 1
}

.tt-desctop-menu ul.tt-sub-img li.tt-sub-menu>a {
    display: inline-block
}

.tt-desctop-menu .dropdown-menu>.row:not(:first-child) {
    margin-top: 26px
}

.tt-desctop-menu .megamenu .dropdown-menu {
    left: 0;
    width: 100%;
    padding: 33px 39px 39px
}

.tt-desctop-menu .megamenu .col {
    max-width: 281px
}

@media (max-width:1229px) {
    header ul.tt-listing-01 li a {
        height: 65px;
        padding: 5px
    }
    .tt-desctop-menu .megamenu .col {
        max-width: 228px
    }
}

.tt-desctop-menu .tt-megamenu-col-01 .dropdown-menu {
    width: 280px;
    margin-left: -40px
}

.tt-desctop-menu .tt-megamenu-col-01 .col {
    max-width: 281px;
    min-width: 281px
}

.tt-desctop-menu .tt-megamenu-col-02 .dropdown-menu {
    width: 630px;
    margin-left: -40px
}

.tt-desctop-menu .tt-megamenu-col-02 .col {
    max-width: 281px;
    min-width: 281px
}

.tt-desctop-menu .tt-col-list {
    margin-top: -23px
}

.tt-desctop-menu .tt-col-list [class^=col] {
    margin-top: 23px
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown:first-child>a {
    padding-left: 0
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown:last-child>a {
    padding-right: 0
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown>a {
    color: #191919;
    background: 0 0
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown.active>a,
.tt-desctop-menu:not(.tt-hover-02) li.dropdown.selected>a,
.tt-desctop-menu:not(.tt-hover-02) li.dropdown>a:hover {
    color: #2879fe;
    background: 0 0
}

.tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a {
    padding-left: 13px;
    padding-right: 13px;
    color: #191919;
    background: 0 0
}

.tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.active>a,
.tt-desctop-menu.tt-hover-02 nav>ul li.dropdown.selected>a,
.tt-desctop-menu.tt-hover-02 nav>ul li.dropdown>a:hover {
    color: #fff;
    background: #2879fe
}

.tt-mobile-header .tt-top-line {
    border-top: 1px solid #e9e7e7
}

.tt-mobile-header .tt-dropdown-obj {
    margin-top: 11px;
    padding-bottom: 7px
}

.tt-mobile-header .tt-parent-box {
    margin-left: 20px
}

.tt-mobile-header .tt-search .tt-dropdown-menu form {
    height: 50px
}

.tt-mobile-header .container-fluid {
    min-height: 50px
}

.tt-mobile-header .tt-logo-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 80px;
    width: 100%

}

.tt-mobile-header .tt-logo-container .tt-logo-alignment {
    top: -3px
}

.tt-mobile-header .tt-logo-container .tt-logo-alignment .tt-title {
    margin-top: 11px
}

.tt-mobile-header .tt-logo-container .tt-logo img {
    max-height: 20px
}

@media (min-width:481px) {
    .tt-mobile-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
    .tt-mobile-header .tt-mobile-parent-menu {
        flex: 2 1 auto
    }
}

@media (max-width:480px) {
    header .tt-mobile-header .container-fluid {
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-mobile-header .tt-header-row.tt-top-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-mobile-header .tt-header-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around
    }
    .tt-mobile-header .tt-header-row .tt-parent-box {
        margin-left: inherit
    }
    .tt-mobile-header .tt-header-row .tt-menu-toggle {
        padding-left: 8px;
        padding-right: 8px
    }
    .tt-mobile-header .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
        padding-right: 8px
    }
}

.tt-menu-toggle {
    position: relative;
    display: inline-block;
    padding: 12px 5px 5px 0;
    cursor: pointer;
    margin-left: 1px
}

.tt-menu-toggle i {
    color: #191919;
    font-size: 20px;
    line-height: 1;
    position: relative;
    display: inline-block
}

.tt-menu-toggle.stylization-02 {
    background-color: #2879fe;
    padding: 10px 11px 5px;
    transition: background-color .2s linear;
    border-radius: 6px
}

.tt-menu-toggle.stylization-02 [class^=icon] {
    color: #fff;
    font-size: 18px
}

.tt-menu-toggle.stylization-02:hover {
    background-color: #191919
}

.tt-menu-toggle.stylization-02:hover [class^=icon] {
    color: #fff
}

body:not(.touch-device) .tt-menu-toggle:not(.stylization-02):hover i {
    color: #2879fe
}

@media (max-width:1024px) {
    .tt-desktop-header {
        display: none
    }
    .tt-mobile-header {
        display: block
    }
    .tt-stuck-nav .container {
        max-width: 100%
    }
    .tt-stuck-nav .tt-parent-box {
        margin-left: 20px
    }
    .tt-stuck-nav .tt-stuck-desctop-menu-categories {
        display: none
    }
}

@media (min-width:1025px) {
    .tt-obj-desktop-hidden {
        visibility: hidden;
        pointer-events: none;
        opacity: 0
    }
    .tt-desktop-header {
        display: block
    }
    .tt-mobile-header {
        display: none
    }
    .tt-stuck-nav .tt-stuck-desctop-menu-categories+.tt-stuck-parent-menu {
        margin-left: 26px
    }
}

.tt-stuck-nav {
    width: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    top: -100%;
    z-index: 20;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    min-height: 45px
}

.tt-stuck-nav .tt-dropdown-obj {
    margin-top: 8px;
    padding-bottom: 6px
}

.tt-stuck-nav .tt-desctop-menu nav>ul li.dropdown>a {
    padding-top: 17px;
    padding-bottom: 16px
}

.tt-stuck-nav .tt-desctop-menu nav>ul li.dropdown>a .tt-badge {
    top: 2px;
    padding: 1px 3px
}

.tt-stuck-nav .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown:first-child>a {
    padding-left: 0
}

.tt-stuck-nav .tt-menu-toggle {
    top: -1px
}

.tt-stuck-nav .tt-menu-toggle.stylization-02 {
    margin-top: 1px
}

.tt-stuck-nav .tt-btn-close {
    position: relative;
    top: 1px
}

.tt-stuck-nav .tt-menu-categories:not(.opened) .tt-dropdown-toggle {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

@media (min-width:1025px) {
    .tt-stuck-nav .tt-stuck-mobile-menu-categories {
        display: none
    }
    .tt-stuck-nav .container-fluid .tt-desctop-menu .dropdown-menu {
        max-width: 990px
    }
}

@media (min-width:481px) {
    .tt-stuck-nav .tt-stuck-parent-menu {
        flex: 2 1 auto
    }
}

@media (min-width:481px) and (max-width:1024px) {
    .tt-stuck-nav .container,
    .tt-stuck-nav .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:480px) {
    .tt-stuck-nav .tt-header-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-stuck-nav .tt-header-row .tt-parent-box {
        margin-left: inherit
    }
    .tt-stuck-nav .tt-header-row .tt-menu-toggle {
        padding-left: 8px;
        padding-right: 8px
    }
    .tt-stuck-nav .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
        padding-right: 8px
    }
}

.stuck.tt-stuck-nav {
    top: 0
}

@media (max-width:1024px) {
    .stuck.tt-stuck-nav {
        background: #fff
    }
    .stuck.tt-stuck-nav .tt-search .tt-dropdown-menu .search-results {
        top: 23px;
        border-top: 1px solid #e9e7e7;
        padding-top: 20px
    }
    .stuck.tt-stuck-nav .tt-search.active .tt-dropdown-menu::before {
        content: '';
        display: block;
        width: calc(100% + 40px);
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:1025px) {
    .stuck.tt-stuck-nav {
        background: #fff
    }
}

.tt-promo-02 {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tt-promo-02>img {
    width: 100%;
    height: auto
}

.tt-promo-02 .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 39px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #777;
    transition: color .2s linear
}

.tt-promo-02 .tt-description .tt-title-small {
    font-family: 'Samim-Bold' !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .04em;
    transition: color .2s linear
}

.tt-promo-02 .tt-description .tt-title-large {
    font-family: 'Samim-Bold' !important;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .04em;
    transition: color .2s linear
}

.tt-promo-02 .tt-description .tt-title-xlarge {
    font-family: 'Samim-Bold' !important;
    font-size: 36px;
    line-height: 41px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 2px;
    transition: color .2s linear
}

.tt-promo-02 .tt-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    letter-spacing: .02em;
    transition: color .2s linear
}

.tt-promo-02 .tt-description .tt-obj-bottom {
    position: absolute;
    bottom: 30px
}

.tt-promo-02 .tt-description [class^=btn] {
    margin-top: 20px
}

.tt-promo-02 .tt-description .tt-title-large:not([class$=color]),
.tt-promo-02 .tt-description .tt-title-small:not([class$=color]) {
    color: #191919
}

.tt-promo-02 .tt-description img {
    max-width: 100%;
    height: auto
}

@media (max-width:1229px) {
    .tt-promo-02 .tt-description .tt-title-xlarge {
        font-size: 29px;
        line-height: 41px
    }
}

@media (max-width:575px) {
    .tt-promo-02 .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px
    }
    .tt-promo-02 .tt-description .tt-title-large {
        font-size: 20px;
        line-height: 29px
    }
    .tt-promo-02 .tt-description p {
        margin-top: 0;
        line-height: 20px
    }
    .tt-promo-02 .tt-description [class^=btn] {
        margin-top: 10px
    }
}

.tt-promo-02 .tt-description :nth-child(1) {
    margin-top: 0
}

.tt-promo-02 .tt-description:not(.tt-point-v-t) {
    padding: 20px 39px
}

.tt-promo-02 .tt-description.tt-point-v-t {
    padding: 26px 46px 26px 28px
}

@media (max-width:1229px) {
    .tt-promo-02 .tt-description.tt-point-v-t {
        padding: 26px 28px
    }
    .tt-header-static .tt-obj-menu.obj-aligment-left .tt-desctop-menu .megamenu>.dropdown-menu {
        left: 0;
        right: 0;
        max-width: 100%
    }
}

.tt-promo-02 .tt-point-v-t {
    align-items: flex-start
}

.tt-promo-02 .tt-point-v-b {
    align-items: flex-end
}

.tt-promo-02 .tt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.tt-promo-02 .tt-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.tt-promo-02:hover .btn-underline,
.tt-promo-02:hover .btn-underline.tt-white-color {
    border-color: transparent !important
}

.tt-promo-02:hover .btn-underline.tt-white-color {
    color: #fff
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu {
    width: 20%
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
    margin-left: -12px
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav>ul {
    display: inline-flex
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav>ul>li.dropdown>a {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 1
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav>ul>li.dropdown:first-child>a {
    padding-left: 12px
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav>ul>li.dropdown .dropdown-menu {
    z-index: 2
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01):not(.tt-menu-small) {
    padding-top: 20px;
    padding-bottom: 20px
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu.tt-menu-small {
    padding-bottom: 14px
}

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu.tt-menu-small nav>ul>li.dropdown>a {
    padding-top: 0
}

@media (max-width:1735px) {
    .desctop-menu-large .tt-desktop-header.tt-header-static .tt-position-absolute+.tt-obj-menu .tt-desctop-menu {
        padding-left: 225px;
        padding-right: 225px
    }
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu {
    width: 20%
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
    padding-top: 8px;
    padding-bottom: 9px;
    margin-left: -12px
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu {
    margin-left: -12px
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav>ul {
    display: inline-flex
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav>ul>li.dropdown>a {
    position: relative;
    z-index: 1
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav>ul>li.dropdown:first-child>a {
    padding-left: 12px
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav>ul>li.dropdown .dropdown-menu {
    z-index: 2
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav>ul>li.dropdown>a {
    padding-top: 8px;
    padding-bottom: 8px
}

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav>ul li.dropdown:first-child>a {
    padding-left: 12px
}

.justify-content-md-center .tt-desctop-menu nav>ul,
.tt-obj-menu.obj-aligment-center .tt-desctop-menu nav>ul {
    justify-content: center
}

html.ie .desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav>ul,
html.ie .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav>ul {
    display: inline-block
}

.tt-desctop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav>ul li.dropdown>a span {
    position: relative;
    display: inline-block
}

.tt-desctop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav>ul li.dropdown>a span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #191919;
    transition: width .3s ease-out
}

.tt-desctop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav>ul li.dropdown.active>a span:before,
.tt-desctop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav>ul li.dropdown.selected>a span:before,
.tt-desctop-menu.tt-hover-03:not(.tt-hover-02):not(.tt-hover-01) nav>ul li.dropdown>a:hover span:before {
    width: 100%
}

.mmpanels,
.mmpanels>.mmpanel,
.panel-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: inherit
}

.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.panel-menu ul li {
    margin: 0;
    width: 100%
}

.panel-menu ul li a {
    display: flex;
    padding: 9px 27px 9px 30px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: #191919;
    background: 0 0;
    transition: .2s linear;
    position: relative
}

.panel-menu ul li a:hover {
    color: #2879fe;
    background: 0 0
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    color: #191919;
    background-color: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close):after {
    color: #191919
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
    color: #2879fe;
    background-color: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
    color: #2879fe
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
    top: 12px
}

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
    font-family: 'Samim-Bold' !important;
    font-weight: 400
}

.panel-menu .mmpanel .tt-badge {
    display: inline-block;
    font-family: 'Samim-Bold' !important;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 4px 1px;
    max-height: 16px;
    top: 2px;
    position: relative;
    margin-left: 7px;
    border-right: 2px
}

.panel-menu .mmpanel .tt-new {
    color: #fff;
    background-color: #1393f5
}

.panel-menu .mmpanel .tt-fatured {
    color: #fff;
    background-color: #fdbc20
}

.panel-menu .mmpanel .tt-sale {
    color: #fff;
    background-color: #f8353e
}

.panel-menu .mmpanel .mm-original-link .tt-badge {
    top: -1px
}

.panel-menu .mm-close,
.panel-menu .mm-original-link,
.panel-menu .mm-prev-level {
    display: block;
    color: #777;
    background-color: transparent
}

.panel-menu .mm-close:before,
.panel-menu .mm-next-level:after,
.panel-menu .mm-prev-level:before {
    font-family: wokiee;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: .2s linear;
    color: #777
}

.panel-menu .mm-close:hover,
.panel-menu .mm-next-level:hover,
.panel-menu .mm-prev-level:hover {
    color: #2879fe;
    background-color: transparent
}

.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
    color: #2879fe
}

.panel-menu li.mm-close-parent {
    margin-bottom: 15px
}

.panel-menu li.mm-close-parent .mm-close {
    padding: 15px 16px 13px 29px;
    color: #777;
    border-bottom: 1px solid #e9e7e7;
    background-color: transparent
}

.panel-menu li.mm-close-parent .mm-close:before {
    content: "\e9b3";
    padding-right: 6px;
    position: relative;
    top: 1px;
    color: #777
}

.panel-menu li.mm-close-parent .mm-close:hover {
    color: #2879fe;
    background-color: transparent
}

.panel-menu li.mm-close-parent .mm-close:hover:before {
    color: #2879fe
}

.panel-menu .mm-prev-level {
    padding: 15px 16px 13px 29px;
    color: #777;
    background-color: transparent;
    border-bottom: 1px solid #e9e7e7;
    margin-bottom: 15px
}

.panel-menu .mm-prev-level:before {
    content: "\e90d";
    padding-right: 10px;
    position: relative;
    top: 1px;
    color: #777
}

.panel-menu .mm-prev-level:hover {
    color: #2879fe;
    background-color: transparent
}

.panel-menu .mm-prev-level:hover:before {
    color: #2879fe
}

.panel-menu .mm-next-level {
    color: #191919;
    background-color: transparent
}

.panel-menu .mm-next-level:after {
    content: "\e90e";
    padding-left: 10px;
    top: 12px;
    right: 30px;
    position: absolute;
    color: #777
}

.panel-menu .mm-next-level:hover {
    color: #2879fe;
    background-color: transparent
}

.panel-menu .mm-next-level:hover:after {
    color: #2879fe
}

.panel-menu .mm-original-link {
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    color: #191919;
    background-color: transparent
}

.panel-menu .mm-original-link:before {
    padding-right: 10px;
    color: #777
}

.panel-menu .mm-original-link:hover {
    color: #2879fe;
    background-color: transparent
}

.panel-menu .mm-original-link:hover:before {
    color: #2879fe
}

.mm-open {
    overflow: hidden
}

.mm-open .mm-fullscreen-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none
}

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.panel-menu {
    width: 270px;
    background: #fff;
    position: fixed;
    z-index: 22;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mmitemopen.panel-menu.mm-right.mmhide,
.panel-menu.mm-right {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mmitemopen.panel-menu.mmhide {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mmpanel {
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mmpanels {
    overflow: hidden
}

.mmpanel.mmopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mmpanel.mmsubopened {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

.mmpanels>.mmpanel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto
}

.mmpanels,
.mmpanels>.mmpanel {
    background: inherit;
    border-color: inherit
}

.mmpanels>.mmpanel:not(.mmhidden) {
    display: block
}

.mmpanels>.mmpanel:after {
    content: '';
    display: block;
    height: 20px
}

.mm-nav-btn,
.mmhidden {
    display: none
}

.mm-fullscreen-bg,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:hover {
    outline: 0
}

.tt-menu-slider {
    max-height: 389px
}

.tt-search-container .tt-obj-options {
    width: 100%;
    position: absolute;
    top: 0
}

header .tt-dropdown-obj.obj-move-left .tt-dropdown-menu {
    left: 0;
    right: auto
}

.tt-header-holder {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    align-items: center
}

.tt-header-holder .tt-col-obj {
    order: 1
}

.tt-header-holder .tt-obj-menu {
    flex: 2 1 auto
}

.tt-header-holder .obj-move-left {
    order: 0;
    margin-right: auto !important
}

.tt-header-holder .obj-move-right {
    order: 3;
    margin-left: auto !important
}

.tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child),
.tt-header-holder .tt-obj-options.obj-move-right {
    right: 0
}

.tt-header-holder .tt-search-active {
    width: 100%
}

.tt-header-holder .obj-aligment-left {
    text-align: left
}

.tt-header-holder .obj-aligment-center {
    flex: 2 1 auto;
    text-align: center
}

.tt-header-holder .obj-aligment-center>* {
    text-align: left;
    margin-left: 0;
    margin-right: 0
}

.tt-header-holder .obj-aligment-right {
    flex: 2 1 auto;
    text-align: right
}

.tt-header-holder .obj-aligment-right>* {
    text-align: left
}

.tt-header-holder .obj-aligment-right:not(:first-child):not(:last-child)>* {
    margin-right: 30px
}

.tt-header-holder .tt-position-absolute {
    position: absolute;
    top: 0
}

.tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {
    margin-right: 33px
}

.tt-header-holder .tt-col-obj.obj-move-right .tt-desctop-menu,
.tt-header-holder .tt-col-obj.obj-move-right .tt-logo {
    margin-left: 30px
}

.tt-header-holder .tt-obj-menu:last-child:first-child .tt-desctop-menu:not(.tt-menu-small) nav>ul li.dropdown>a {
    padding-top: 18px;
    padding-bottom: 17px
}

.tt-header-holder .tt-desctop-menu.tt-menu-small {
    margin-top: -10px
}

.tt-header-holder .tt-desctop-menu.tt-menu-small nav>ul li.dropdown>a {
    padding-top: 10px;
    padding-bottom: 15px
}

.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown:first-child>a {
    padding-left: 0
}

.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav>ul li.dropdown:last-child>a {
    padding-right: 0
}

html.ie .tt-header-holder .tt-desctop-menu.tt-menu-small {
    margin-top: -7px
}

.tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu>.dropdown-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu .dropdown-menu {
    left: auto;
    right: 0
}

@media (min-width:1230px) {
    .tt-stuck-nav .container-fluid .tt-desctop-menu .dropdown-menu {
        max-width: 1200px
    }
    .desctop-menu-large .tt-desktop-header.tt-header-static .tt-obj-menu.obj-aligment-center {
        position: inherit
    }
    .tt-header-static .tt-obj-menu.obj-aligment-center,
    .tt-header-static .tt-obj-menu.obj-aligment-left,
    .tt-header-static .tt-obj-menu.obj-aligment-right {
        position: relative
    }
    .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo,
    .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo+.obj-aligment-center+.tt-obj-options.obj-move-right {
        width: 208px
    }
    .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
        padding-bottom: 17px
    }
}

@media (max-width:1229px) {
    .tt-header-static .tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu>.dropdown-menu,
    .tt-header-static .tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu>.dropdown-menu {
        left: 0;
        right: 0;
        max-width: 100%
    }
    .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo,
    .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo+.obj-aligment-center+.tt-obj-options.obj-move-right {
        width: 195px
    }
}

.tt-header-static .container-fluid .tt-header-holder .tt-obj-logo+.obj-aligment-center+.obj-move-right {
    text-align: right
}

.header-tel-info {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    color: #777
}

.header-tel-info [class^=icon] {
    color: #2879fe;
    font-size: 18px;
    line-height: 1
}

@media (max-width:1024px) {
    .tt-mobile-header .header-tel-info {
        text-align: center;
        padding-top: 13px
    }
    .tt-mobile-header .container-fluid {
        overflow: hidden
    }
}

.small-header .tt-desctop-menu nav>ul>li.dropdown>a {
    padding-top: 13px;
    padding-bottom: 11px
}

.small-header .tt-dropdown-obj {
    margin-top: 0
}

.tt-header-holder .tt-obj-logo+.tt-obj-search-type2 {
    margin-left: 100px
}

.tt-search-type2 {
    position: relative
}

.tt-search-type2 [class^=icon] {
    position: absolute;
    font-size: 18px;
    top: 5px;
    left: 9px;
    color: #191919
}

.tt-search-type2 .tt-search-input {
    border: 1px solid #e9e7e7;
    outline: 0;
    padding: 4px 10px 2px 34px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #777;
    background: #f7f8fa;
    width: 360px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.tt-search-type2 .tt-btn-search {
    position: relative;
    padding: 5px 20px 3px;
    border: none;
    outline: 0;
    color: #fff;
    background: #2879fe;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    left: -4px;
    cursor: pointer;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.tt-search-type2 .tt-btn-search:hover {
    color: #fff;
    background: #2267d8
}

.tt-search-type2 .tt-search-input:focus::-webkit-input-placeholder {
    color: transparent
}

.tt-search-type2 .tt-search-input:focus:-moz-placeholder {
    color: transparent
}

.tt-search-type2 .tt-search-input:focus::-moz-placeholder {
    color: transparent
}

.tt-search-type2 .tt-search-input:focus:-ms-input-placeholder {
    color: transparent
}

.tt-search-type2 .search-results {
    background: #fff;
    border-radius: 6px;
    position: absolute;
    z-index: 4;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    width: 100%;
    margin-top: 10px;
    display: none
}

.tt-search-type2 .search-results ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px
}

.tt-search-type2 .search-results ul>li {
    display: block;
    width: 25%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden
}

.tt-search-type2 .search-results ul>li a {
    display: block;
    color: #777
}

.tt-search-type2 .search-results ul>li a .thumbnail img {
    width: 100%;
    height: auto
}

.tt-search-type2 .search-results ul>li a .tt-description {
    padding: 14px 0 5px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px
}

.tt-search-type2 .search-results ul>li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    transition: color .2s linear
}

.tt-search-type2 .search-results ul>li a .tt-description .tt-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919
}

.tt-search-type2 .search-results ul>li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-search-type2 .search-results ul>li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-search-type2 .search-results ul>li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through
}

.tt-search-type2 .search-results ul>li a .tt-description .tt-price span {
    display: inline-block
}

.tt-search-type2 .search-results ul>li a:hover .tt-title {
    color: #2879fe
}

.tt-search-type2 .tt-view-all {
    background: 0 0;
    border: none;
    padding: 0;
    margin-top: 15px;
    color: #2879fe;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s linear
}

.tt-search-type2 .tt-view-all:hover {
    text-decoration: none;
    color: #191919
}

.tt-search-type2.tt-full-width,
.tt-search-type2.tt-full-width .tt-search-input {
    width: 100%
}

.tt-search-type2.tt-no-btn .tt-search-input {
    border-radius: 6px
}

.tt-search-type2.tt-no-btn .tt-btn-search {
    display: none
}

.tt-search-type2.size-large [class^=icon] {
    font-size: 22px;
    top: 13px;
    left: 19px
}

.tt-search-type2.size-large .tt-search-input {
    padding: 14px 10px 12px 50px
}

.panel-menu ul li a svg {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 13px;
    height: auto
}

.panel-menu ul li a svg path {
    fill: #999;
    transition: fill .2s linear
}

.panel-menu ul li a [class^=icon-] {
    position: absolute;
    top: 10px;
    color: #999
}

.panel-menu ul li a span {
    display: inline-block
}

.panel-menu ul li a>[class^=icon-]+span,
.panel-menu ul li a>svg+span {
    margin-left: 24px
}

.panel-menu ul li a:hover svg path {
    fill: #191919
}

.panel-menu ul li a:hover [class^=icon-] {
    color: #191919
}

.tt-desctop-menu .tt-megamenu-submenu>li ul li a svg {
    left: 20px
}

.tt-desctop-menu ul li a {
    position: relative
}

.tt-desctop-menu>nav>ul>li>a .tt-icon {
    position: absolute;
    top: 17px;
    left: 16px
}

.tt-desctop-menu>nav>ul>li>a .tt-icon svg {
    width: 13px;
    height: auto
}

.tt-desctop-menu>nav>ul>li>a .tt-icon svg path {
    fill: #999;
    transition: fill .2s linear
}

.tt-desctop-menu>nav>ul>li>a .tt-icon [class^=icon-] {
    color: #999;
    transition: color .2s linear
}

.tt-desctop-menu>nav>ul>li>a .tt-icon:hover {
    fill: #191919
}

.tt-desctop-menu>nav>ul>li>a .tt-icon+span {
    margin-left: 37px
}

.tt-desctop-menu>nav>ul>li.active>a .tt-icon [class^=icon-] {
    color: #191919
}

.tt-desctop-menu>nav>ul>li.active>a .tt-icon svg path {
    fill: #191919 !important
}

.tt-desctop-menu .dropdown-menu ul li>a .tt-icon {
    position: absolute;
    top: 3px
}

.tt-desctop-menu .dropdown-menu ul li>a .tt-icon [class^=icon-] {
    transition: color .2s linear
}

.tt-desctop-menu .dropdown-menu ul li>a .tt-icon svg {
    width: 13px;
    height: auto
}

.tt-desctop-menu .dropdown-menu ul li>a .tt-icon svg path {
    fill: #999;
    transition: fill .2s linear
}

.tt-desctop-menu .dropdown-menu ul li>a .tt-icon+span {
    margin-left: 24px;
    display: inline-block
}

.tt-desctop-menu .dropdown-menu ul li>a:hover .tt-icon svg path {
    fill: #191919
}

.tt-desctop-menu .dropdown-menu ul li.active>a .tt-icon [class^=icon-] {
    color: #191919
}

.tt-menu-small>nav>ul>li>a .tt-icon {
    top: 9px
}

.small-header .tt-desctop-menu>nav>ul>li>a .tt-icon {
    top: 12px
}

.header-inline-options-box>* {
    display: inline-block;
    position: relative
}

.tt-visible-onlydesktop {
    display: none
}

.tt-desktop-header .tt-visible-onlydesktop {
    display: inline-block
}

.single-currency-box .tt-dropdown-toggle .tt-icon {
    margin-right: 3px
}

.single-currency-box .tt-dropdown-toggle i {
    position: relative;
    top: 1px;
    font-size: 12px
}

.single-currency-box .tt-dropdown-toggle .tt-text {
    color: #191919;
    transition: color .2s linear
}

.single-currency-box .tt-dropdown-toggle:hover .tt-text {
    color: #2879fe
}

.headertype3 .header-inline-options-box>:not(:first-child) {
    margin-left: 25px
}

.headertype3 .header-inline-options-box>:not(:first-child):after {
    content: '';
    display: block;
    background: #e7e9e8;
    width: 1px;
    height: 20px;
    position: absolute;
    left: -13px;
    top: 0
}

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle {
    font-weight: 300;
    line-height: 15px;
    font-size: 14px;
    padding: 1px 8px 3px;
    color: #191919
}

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle .tt-arrow {
    position: relative;
    top: 1px;
    font-size: 12px;
    margin-left: 1px
}

.headertype3 .header-inline-options-box .tt-dropdown-obj:last-child .tt-dropdown-toggle {
    padding-right: 0
}

.headertype3 .tt-desktop-header .tt-obj-options:not(.header-inline-options-box)>* {
    margin-left: 10px
}

.headertype3 .tt-desktop-header .tt-logo {
    margin: 0px 0px !important
}

.headertype3 .tt-desktop-header .tt-logo img {
    min-height: 26px
}

.headertype3 .tt-desktop-header .tt-obj-options .header-tel-info {
    margin-top: 4px
}

.headertype3 .tt-desktop-header .tt-obj-options .header-tel-info+.tt-parent-box {
    margin-left: 43px
}

.headertype3 .tt-desktop-header .categories-btn-noclick .tt-dropdown-toggle {
    pointer-events: none
}

.headertype3 .tt-desktop-header .categories-btn-noclick .tt-dropdown-toggle:before {
    display: none
}

.tt-offset-14 {
    margin-top: 14px
}

.tt-account-textlink {
    display: inline-block;
    font-weight: 300;
    line-height: 15px;
    font-size: 14px;
    padding: 0;
    margin: 0
}

.tt-account-textlink a {
    display: inline-block;
    padding: 0 4px;
    color: #777;
    transition: color .2s linear
}

.tt-account-textlink a:hover {
    color: #2879fe
}

.single-currency-box.tt-dropdown-obj {
    margin: 0;
    padding: 0
}

.single-currency-box .tt-dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

@media (min-width:1025px) {
    .single-currency-box .tt-dropdown-menu {
        width: 280px
    }
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner {
        padding: 35px 20px 30px 41px
    }
    .single-currency-box.active .tt-dropdown-menu {
        display: none
    }
}

@media (max-width:1024px) {
    .single-currency-box .tt-dropdown-menu {
        width: 270px
    }
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul {
        padding: 16px 30px 16px 31px;
        position: relative;
        margin-top: 0
    }
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul li {
        letter-spacing: .02em
    }
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul li a {
        padding: 9px 0;
        color: #191919
    }
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul li a [class^=icon-] {
        font-size: 20px;
        color: #191919
    }
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul li a:hover,
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul li a:hover [class^=icon-],
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul li.active a,
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul li.active a [class^=icon-] {
        color: #2879fe
    }
    .single-currency-box .tt-dropdown-menu .tt-dropdown-inner ul:not(:first-child) {
        border-top: 1px solid #e9e7e7
    }
}

.single-currency-box ul {
    list-style: none;
    margin: -4px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.single-currency-box ul li {
    font-size: 14px
}

.single-currency-box ul li a {
    color: #191919;
    padding: 3px 0;
    display: block;
    transition: color .2s linear
}

.single-currency-box ul li a [class^=icon-] {
    font-size: 15px;
    line-height: 1;
    margin-right: 8px;
    margin-left: -3px;
    position: relative;
    top: 1px;
    color: #191919;
    transition: color .2s linear
}

.single-currency-box ul li a:hover,
.single-currency-box ul li a:hover [class^=icon-],
.single-currency-box ul li.active a,
.single-currency-box ul li.active a [class^=icon-] {
    color: #2879fe
}

.single-currency-box ul:not(:first-child) {
    margin-top: 22px
}

.single-currency-box .tt-mobile-add+ul {
    margin-top: 0
}

@media (max-width:1024px) {
    .single-currency-box.active .tt-dropdown-menu {
        display: block;
        right: auto;
        top: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.tt-zindex5 {
    z-index: 5;
    position: relative
}

.header-tel-info .tt-title {
    color: #191919;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: -1px
}

.header-tel-info p {
    margin: 0;
    padding: 0
}

.tt-obj-link {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: relative;
    margin-top: 9px;
    padding-bottom: 7px
}

.tt-obj-link .tt-dropdown-toggle {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    background: 0 0;
    border: none;
    box-shadow: none
}

.tt-obj-link .tt-dropdown-toggle .tt-text {
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px;
    margin-top: -9px;
    font-weight: 400
}

.tt-obj-link .tt-dropdown-toggle .tt-badge-cart {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #2879fe;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 27px;
    font-size: 12px;
    line-height: 1.7;
    pointer-events: none
}

.tt-obj-link .tt-dropdown-toggle i {
    font-size: 37px;
    line-height: 1;
    color: #2879fe;
    top: 0;
    position: relative;
    transition: color .2s linear
}

.tt-obj-link .tt-dropdown-toggle:hover i {
    color: #191919
}

.tt-obj-link.tt-compare-wrapper {
    margin-top: 8px
}

.tt-cart02 .tt-dropdown-toggle .tt-text {
    display: none
}

.tt-desktop-header .tt-cart02 {
    margin-top: 0;
    padding-bottom: 0
}

.tt-desktop-header .tt-cart02 .tt-dropdown-toggle {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-desktop-header .tt-cart02 .tt-dropdown-toggle .tt-text {
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px;
    display: inline-block
}

.tt-desktop-header .tt-cart02 .tt-dropdown-toggle .tt-badge-cart {
    right: inherit;
    left: 27px;
    top: -2px;
    width: 21px;
    height: 21px;
    font-size: 14px
}

.tt-desktop-header .tt-cart02 .tt-dropdown-toggle i {
    font-size: 37px;
    line-height: 1;
    color: #2879fe;
    top: -1px;
    position: relative
}

.tt-menu-categories.categories-btn-nobtn,
.tt-menu-categories.tt-categories-btn-full-width,
.tt-menu-categories.tt-categories-btn-full-width .tt-dropdown-toggle {
    width: 100%
}

.tt-menu-categories.categories-btn-nobtn .tt-dropdown-toggle {
    display: none
}

.tt-menu-categories.categories-btn-nobtn .tt-dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e9e7e7
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-toggle,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-toggle {
    font-size: 18px;
    letter-spacing: 0;
    padding: 15px 40px 13px 20px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul .tt-title-submenu,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul .tt-title-submenu {
    font-size: 18px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a {
    padding-top: 16px;
    padding-bottom: 16px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg {
    width: 24px;
    top: 12px;
    left: 19px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a [class^=icon],
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a [class^=icon] {
    font-size: 25px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a>span,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a>span {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 1px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a [class^=icon]+span,
#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a img+span,
#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg+span,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a [class^=icon]+span,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a img+span,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg+span {
    margin-left: 36px
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li.tt-submenu>a:after,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li.tt-submenu>a:after {
    top: 17px
}

.categories-btn-align {
    margin-top: -20px
}

.stuck-layout-02 .tt-desctop-menu nav>ul {
    justify-content: center
}

@media (max-width:1024px) {
    .stuck-layout-02 .tt-header-row {
        flex-wrap: wrap
    }
    .stuck-layout-02 .col-left {
        flex: 2 1 auto;
        order: 2
    }
    .stuck-layout-02 .col-left:before {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + 40px);
        left: -20px;
        height: 1px;
        background-color: #e9e7e7
    }
    .stuck-layout-02 .col-left .tt-stuck-parent-logo {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        min-height: 55px
    }
}

.stuck-layout-02 .col-right {
    text-align: right
}

.stuck-layout-02 .col-right .tt-dropdown-obj {
    text-align: left
}

.stuck-layout-02 .col-center .tt-desctop-menu {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:480px) {
    .stuck-layout-02 .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

footer {
    margin-top: 60px
}

footer .tt-logo .tt-title {
    padding: 0;
    display: inline-block;
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    top: 5px;
    font-family: 'Samim-Bold' !important;
    color: #2879fe;
    font-weight: 500;
    transition: color .2s linear
}

footer .tt-logo .tt-title span {
    font-weight: 400
}

footer .tt-logo img {
    height: auto;
    max-height: 20px
}

footer .tt-logo-alignment {
    position: relative
}

@media (min-width:790px) {
    footer .tt-logo-alignment {
        top: 1px
    }
    footer .tt-footer-col {
        padding-bottom: 49px
    }
    footer .tt-footer-col div[class^=col-] {
        margin-top: 55px
    }
    footer .tt-footer-col .tt-social-icon {
        margin-left: -8px
    }
    footer .tt-footer-col .tt-newsletter {
        padding-bottom: 0
    }
    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content form {
        margin-top: 24px
    }
    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }
    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content>:nth-child(1) {
        margin-top: 0
    }
    footer .tt-footer-col .tt-newsletter.tt-indent-item .form-group {
        margin-bottom: 0
    }
    footer .tt-footer-col .tt-newsletter.tt-indent-item .tt-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }
    footer .tt-footer-col .tt-newsletter.tt-indent-item .tt-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        border: 1px solid #e9e7e7
    }
    footer .tt-footer-col .tt-newsletter.tt-indent-item .tt-collapse-content .form-inline .form-group .btn {
        margin-left: 10px
    }
    footer .tt-footer-col .tt-newsletter.tt-indent-item .tt-collapse-content>:nth-child(1) {
        margin-top: 0
    }
    footer .tt-footer-col .tt-newsletter.tt-indent-item .tt-collapse-content form {
        margin-top: 13px
    }
    footer .tt-footer-col .tt-collapse-listing div[class^=col-] {
        margin-top: 35px
    }
    footer .tt-footer-custom {
        padding: 10px 0
    }
    footer .tt-footer-custom .tt-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-custom .tt-col-left {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-left: -10px
    }
    footer .tt-footer-custom .tt-col-left .tt-col-item {
        margin-left: 10px
    }
    footer .tt-footer-custom .tt-col-center {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        flex: 1 1 auto
    }
    footer .tt-footer-custom .tt-col-right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-custom .tt-payment-list {
        margin-top: 7px;
        padding-bottom: 5px
    }
    footer .tt-footer-custom .tt-box-copyright {
        padding: 19px 0 7px
    }
    footer .tt-footer-custom .tt-logo-col+.tt-col-item .tt-box-copyright {
        padding-top: 19px;
        padding-bottom: 7px
    }
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 106px
    }
    footer .tt-footer-custom .tt-newsletter .tt-mobile-collapse {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-custom .tt-newsletter .tt-collapse-content p {
        display: none
    }
    footer .tt-footer-center {
        padding-top: 54px;
        padding-bottom: 44px
    }
    footer .tt-footer-center .tt-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center
    }
}

@media (min-width:790px) and (min-width:1230px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 106px
    }
    footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
        width: 507px
    }
}

@media (min-width:790px) and (max-width:1229px) and (min-width:1025px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }
    footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
        width: 340px
    }
}

@media (min-width:790px) and (max-width:1024px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }
    footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
        width: auto
    }
}

@media (min-width:790px) and (min-width:1025px) {
    footer .tt-footer-center .tt-row {
        max-width: 587px
    }
}

@media (min-width:790px) and (max-width:1229px) {
    footer .tt-footer-center .tt-row {
        max-width: 500px
    }
}

footer .tt-footer-box .tt-logo img {
    max-height: 27px
}

footer .tt-footer-box>:not(address) {
    margin-top: 28px
}

footer .tt-footer-box address.tt-address01 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 32px;
    color: #191919
}

footer .tt-footer-box address.tt-address01 .tt-text-large {
    font-size: 24px;
    line-height: 31px;
    display: block
}

footer .tt-footer-box address.tt-address01 .tt-text-large .tt-icon {
    position: relative;
    top: 4px
}

footer .tt-footer-box address.tt-address02 {
    margin-top: 22px;
    font-size: 14px;
    line-height: 22px
}

footer .tt-footer-box address.tt-address02 p {
    margin-top: 30px
}

footer .tt-footer-box .tt-link-icon .tt-icon {
    position: relative;
    top: 3px;
    color: #2879fe
}

footer .tt-footer-box .tt-link-icon .tt-icon+.tt-text {
    margin-left: 10px
}

footer .tt-footer-box .tt-link-icon .tt-text {
    color: #2879fe;
    text-decoration: underline;
    transition: color .2s linear
}

footer .tt-footer-box .tt-link-icon:hover .tt-text {
    color: #191919;
    text-decoration: none
}

footer .tt-footer-box .tt-social-icon {
    margin-top: 32px
}

footer .tt-footer-box .tt-social-icon li a {
    font-size: 24px
}

footer .tt-footer-box>:nth-child(1) {
    margin-top: 0
}

@media (max-width:789px) {
    footer .tt-logo .tt-title,
    footer .tt-logo-alignment {
        top: 0
    }
    footer .tt-footer-box {
        margin-top: 35px
    }
}

footer .tt-footer-default {
    width: 100%
}

@media (min-width:790px) {
    footer .tt-footer-center .tt-row>:nth-child(1) {
        margin-top: 0
    }
    footer .tt-footer-center .tt-newsletter {
        padding-bottom: 4px
    }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content,
    footer .tt-footer-center .tt-newsletter .tt-mobile-collapse {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content form {
        margin-top: 24px
    }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
        width: 100%
    }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content>:nth-child(1) {
        margin-top: 0
    }
    footer .tt-footer-default {
        padding: 10px 0
    }
    footer .tt-footer-default .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-default .tt-payment-list {
        margin-top: 8px;
        padding-bottom: 14px
    }
    footer .tt-footer-default .tt-box-copyright {
        padding: 19px 0 7px
    }
    footer .tt-footer-default .tt-logo-col+.tt-col-item .tt-box-copyright {
        padding-top: 19px;
        padding-bottom: 7px
    }
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 106px;
        white-space: nowrap;
        padding-top: 3px
    }
    footer .tt-footer-default .tt-newsletter .tt-mobile-collapse {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-default .tt-newsletter .tt-collapse-content {
        width: 100%
    }
    footer .tt-footer-default .tt-newsletter .tt-collapse-content p {
        display: none
    }
    footer .tt-footer-default .tt-newsletter .tt-collapse-content .form-group {
        width: 100%
    }
    footer .tt-footer-default .tt-newsletter .form-group {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center
    }
    footer .tt-footer-default .tt-newsletter .form-group .form-control {
        flex: 2 1 auto
    }
    footer .tt-footer-default .tt-social-icon {
        justify-content: flex-end
    }
}

@media (min-width:790px) and (min-width:790px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        padding-bottom: 0
    }
    footer .tt-footer-custom .tt-newsletter .form-default .form-group {
        margin-bottom: 0
    }
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        padding-bottom: 0
    }
    footer .tt-footer-default .tt-newsletter .form-default .form-group {
        margin-bottom: 0
    }
    footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    footer .tt-footer-default .tt-newsletter .form-default .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width:790px) and (min-width:1230px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 106px
    }
}

@media (min-width:790px) and (max-width:1229px) and (min-width:1025px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }
}

@media (min-width:790px) and (max-width:1024px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 50px
    }
    footer .tt-footer-default .tt-newsletter .tt-collapse-content .form-control {
        width: auto
    }
}

footer .form-default [class^=btn] {
    padding-left: 20px;
    padding-right: 20px
}

footer .tt-box-copyright {
    font-size: 14px;
    letter-spacing: .01em
}

footer .tt-payment-list {
    list-style: none;
    margin: -6px 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

footer .tt-payment-list li {
    margin-top: 6px
}

footer .tt-payment-list li a {
    transition: opacity .2s linear;
    padding: 0 5px
}

footer .tt-payment-list li a>[class^=icon] {
    font-size: 17px
}

footer .tt-payment-list li a:hover {
    opacity: .7;
    color: inherit
}

footer .tt-payment-list li:first-child a {
    padding-left: 0
}

footer .tt-payment-list li:last-child a {
    padding-right: 0
}

footer .tt-mobile-collapse .tt-collapse-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .04em;
    font-weight: 500
}

footer .tt-mobile-collapse .tt-collapse-content {
    display: block
}

footer .tt-mobile-collapse .tt-collapse-content>:nth-child(1) {
    margin-top: 0
}

footer .tt-mobile-collapse .tt-collapse-content>.tt-list:nth-child(1) {
    margin-top: -1px
}

footer .tt-list {
    list-style: none;
    margin: -3px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

footer .tt-list li a {
    display: inline-block;
    padding: 3px 0;
    transition: color .2s linear
}

footer address {
    margin-right: 9px
}

footer address p:first-child {
    margin-top: 0
}

footer address p:not(:first-child) {
    margin-top: 6px
}

footer address a {
    transition: color .2s linear
}

footer .tt-newsletter form {
    position: relative
}

footer .tt-newsletter form .errors:not(label) {
    position: absolute;
    top: 56px;
    left: 0
}

footer .tt-newsletter form .errors:not(label) ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    background: #f8353e
}

footer .tt-newsletter form .errors:not(label) ul li {
    position: relative;
    padding: 6px 19px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

footer .tt-newsletter form .errors:not(label) ul li:before {
    content: '\ea27';
    font-family: wokiee;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 4px;
    margin-right: 7px;
    color: #fff
}

footer .tt-newsletter form .errors:not(label):before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e
}

footer .tt-newsletter form label.error {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 8px 19px 6px 43px;
    background: #f8353e;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 1
}

footer .tt-newsletter form label.error:before {
    content: '\ea27';
    font-family: wokiee;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 19px;
    color: #fff
}

footer .tt-newsletter form label.error:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e
}

footer .tt-top-border {
    border-top: 1px solid #e9e7e7
}

@media (min-width:790px) {
    footer .tt-mobile-collapse .tt-collapse-title {
        padding-bottom: 13px
    }
    footer .f-visible-mobile {
        display: none !important
    }
    footer .tt-color-scheme-01 {
        background: #f7f8fa;
        color: #777
    }
    footer .tt-color-scheme-01 .tt-collapse-title,
    footer .tt-color-scheme-01 .tt-collapse-title a {
        color: #191919
    }
    footer .tt-color-scheme-01 .tt-collapse-title a:hover {
        color: #2879fe
    }
    footer .tt-color-scheme-01 .tt-collapse-content {
        color: #777
    }
    footer .tt-color-scheme-01 .tt-collapse-content a {
        color: #2879fe
    }
    footer .tt-color-scheme-01 .tt-collapse-content a:hover {
        color: #191919
    }
    footer .tt-color-scheme-01 .tt-list li a,
    footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
        color: #777
    }
    footer .tt-color-scheme-01 .tt-list li a:hover,
    footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
        color: #2879fe
    }
    footer .tt-color-scheme-01 address span {
        color: #191919
    }
    footer .tt-color-scheme-01 .tt-newsletter .form-control:not(:active):not(:focus) {
        color: #777;
        background: #fff;
        border-color: #fff
    }
    footer .tt-color-scheme-01 .tt-newsletter .form-control:focus {
        color: #777;
        border-color: #2879fe;
        background: #fff
    }
    footer .tt-color-scheme-01 .tt-newsletter ::-webkit-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-01 .tt-newsletter ::-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-01 .tt-newsletter :-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-01 .tt-newsletter :-ms-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-01 .tt-newsletter .btn {
        background: #2879fe;
        color: #fff
    }
    footer .tt-color-scheme-01 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }
    footer .tt-color-scheme-01 .tt-social-icon li a {
        color: #d8d8d8
    }
    footer .tt-color-scheme-01 .tt-footer-box .tt-social-icon li a,
    footer .tt-color-scheme-01 .tt-social-icon li a:hover {
        color: #191919
    }
    footer .tt-color-scheme-01 .tt-footer-box .tt-social-icon li a:hover {
        color: #2879fe
    }
    footer .tt-color-scheme-01 .tt-footer-box .tt-social-icon li:not(:last-child):not(:first-child) {
        margin: 0 9px
    }
    footer .tt-color-scheme-02 {
        background: #2879fe;
        color: #fff
    }
    footer .tt-color-scheme-02 .tt-list li a,
    footer .tt-color-scheme-02 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
        color: #fff
    }
    footer .tt-color-scheme-02 .tt-list li a:hover,
    footer .tt-color-scheme-02 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
        color: #191919
    }
    footer .tt-color-scheme-02 address a {
        color: #fff
    }
    footer .tt-color-scheme-02 address a:hover,
    footer .tt-color-scheme-02 address span {
        color: #191919
    }
    footer .tt-color-scheme-02 .tt-collapse-title {
        color: #fff
    }
    footer .tt-color-scheme-02 .tt-newsletter .form-control:not(:active):not(:focus) {
        color: #777;
        background: #fff;
        border-color: #fff
    }
    footer .tt-color-scheme-02 .tt-newsletter .form-control:focus {
        color: #777;
        border-color: #191919;
        background: #fff
    }
    footer .tt-color-scheme-02 .tt-newsletter ::-webkit-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-02 .tt-newsletter ::-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-02 .tt-newsletter :-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-02 .tt-newsletter :-ms-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-02 .tt-newsletter .btn {
        background: #303030;
        color: #fff
    }
    footer .tt-color-scheme-02 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }
    footer .tt-color-scheme-02 .tt-social-icon li a {
        color: #fff
    }
    footer .tt-color-scheme-02 .tt-social-icon li a:hover {
        color: #1c302d
    }
    footer .tt-color-scheme-03 {
        background: #303030;
        color: #888
    }
    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-title {
        color: #fff
    }
    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content {
        color: #888
    }
    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a {
        color: #2879fe
    }
    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a:hover {
        color: #fff
    }
    footer .tt-color-scheme-03 .tt-box-copyright,
    footer .tt-color-scheme-03 .tt-list li a,
    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
        color: #888
    }
    footer .tt-color-scheme-03 .tt-list li a:hover,
    footer .tt-color-scheme-03 .tt-list li.active a,
    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover,
    footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li.active a {
        color: #2879fe
    }
    footer .tt-color-scheme-03 address span {
        color: #fff
    }
    footer .tt-color-scheme-03 .tt-social-icon li a {
        color: #777
    }
    footer .tt-color-scheme-03 .tt-social-icon li a:hover {
        color: #fff
    }
    footer .tt-color-scheme-03 .tt-newsletter .form-control:not(:active):not(:focus) {
        background: #fff;
        border-color: #fff;
        color: #777
    }
    footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
        border-color: #2879fe;
        background: #fff;
        color: #777
    }
    footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-03 .tt-newsletter .btn {
        background: #2879fe;
        color: #fff
    }
    footer .tt-color-scheme-03 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }
    footer .tt-color-scheme-04 {
        background: #222;
        color: #888
    }
    footer .tt-color-scheme-04 .tt-box-copyright {
        color: #888
    }
    footer .tt-color-scheme-04 .tt-logo .tt-title {
        color: #fff
    }
    footer .tt-color-scheme-04 .tt-social-icon li a {
        color: #777
    }
    footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-title,
    footer .tt-color-scheme-04 .tt-social-icon li a:hover {
        color: #fff
    }
    footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content,
    footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content a {
        color: #888
    }
    footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content a:hover {
        color: #fff
    }
    footer .tt-color-scheme-04 .tt-newsletter .form-control:not(:active):not(:focus) {
        background: #fff;
        border-color: #fff;
        color: #fff
    }
    footer .tt-color-scheme-04 .tt-newsletter .form-control:focus {
        border-color: #2879fe;
        background: #fff;
        color: #fff
    }
    footer .tt-color-scheme-04 .tt-newsletter ::-webkit-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-04 .tt-newsletter ::-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-04 .tt-newsletter :-moz-placeholder {
        color: #777
    }
    footer .tt-color-scheme-04 .tt-newsletter :-ms-input-placeholder {
        color: #777
    }
    footer .tt-color-scheme-04 .tt-newsletter .btn {
        background: #2879fe;
        color: #fff
    }
    footer .tt-color-scheme-04 .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }
    html.ie footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        width: auto
    }
    html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content,
    html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content p {
        width: 590px
    }
    html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
        width: auto
    }
    html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        width: auto;
        min-width: 370px
    }
}

@media (max-width:789px) {
    footer .f-visible-desctope {
        display: none !important
    }
    footer {
        background: #f7f8fa;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }
    footer .tt-footer-center,
    footer .tt-footer-col {
        background: #f7f8fa;
        color: #888;
        padding: 0;
        width: 100%
    }
    footer .tt-footer-center .container,
    footer .tt-footer-col .container,
    footer .tt-footer-custom .container,
    footer .tt-footer-default .container {
        padding-left: 30px;
        padding-right: 30px
    }
    footer .tt-footer-custom:not(:last-child) {
        order: 3;
        width: 100%;
        background: #f7f8fa;
        color: #888
    }
    footer .tt-footer-custom:not(:last-child) .tt-col-left,
    footer .tt-footer-custom:not(:last-child) .tt-col-right,
    footer .tt-footer-custom:not(:last-child) .tt-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%
    }
    footer .tt-footer-custom:not(:last-child) .tt-col-item {
        width: 100%
    }
    footer .tt-footer-default:not(:last-child) {
        order: 3
    }
    footer .tt-footer-custom:last-child:not(:first-child) {
        margin-top: 34px
    }
    footer .tt-footer-custom:last-child {
        background: #fff;
        padding: 32px 0;
        order: 4;
        width: 100%
    }
    footer .tt-footer-custom:last-child .tt-row,
    footer .tt-footer-custom:last-child .tt-row .tt-col-left,
    footer .tt-footer-custom:last-child .tt-row .tt-col-right {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-custom:last-child .tt-box-copyright {
        margin-top: 16px;
        text-align: center
    }
    footer .tt-footer-custom:last-child .tt-payment-list {
        margin-top: 17px;
        margin-bottom: -15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    footer .tt-footer-custom:last-child .tt-payment-list li a>[class^=icon] {
        font-size: 17px
    }
    footer .tt-footer-custom:last-child>:nth-child(1) {
        margin-top: 0
    }
    footer .tt-footer-center {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%
    }
    footer .tt-mobile-collapse .tt-collapse-title {
        cursor: pointer;
        color: #191919;
        padding-bottom: 12px;
        padding-right: 20px;
        border-bottom: 1px solid #e9e7e7;
        transition: color .2s linear;
        width: 100%;
        text-align: left;
        outline: 0
    }
    footer .tt-mobile-collapse .tt-collapse-title:hover:not(:focus) {
        color: #2879fe
    }
    footer .tt-mobile-collapse .tt-collapse-title:before {
        content: '\e9b1';
        font-family: wokiee;
        position: absolute;
        right: 0;
        top: 1px;
        font-size: 20px;
        line-height: 1;
        color: #777
    }
    footer .tt-mobile-collapse .tt-collapse-title.tt-open:before {
        content: '\e9b2'
    }
    footer .tt-mobile-collapse .tt-collapse-content {
        margin-top: 16px;
        display: none
    }
    footer .tt-mobile-collapse .tt-collapse-title.tt-open+.tt-collapse-content {
        display: block
    }
    footer .tt-mobile-collapse {
        margin-top: 35px
    }
    footer .tt-newsletter form {
        margin-top: 24px
    }
    footer .tt-newsletter form .form-group {
        width: 100%;
        margin-bottom: 0
    }
    footer .tt-newsletter form .form-group .form-control {
        width: 100%
    }
    footer .tt-newsletter form .btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
        display: block;
        align-items: center;
        justify-content: center;
        align-content: center
    }
    footer .tt-newsletter .form-control:not(:active):not(:focus) {
        color: #777;
        background: #fff;
        border-color: #fff
    }
    footer .tt-newsletter .form-control:focus {
        color: #777;
        border-color: #2879fe;
        background: #fff
    }
    footer .tt-newsletter ::-webkit-input-placeholder {
        color: #777
    }
    footer .tt-newsletter ::-moz-placeholder {
        color: #777
    }
    footer .tt-newsletter :-moz-placeholder {
        color: #777
    }
    footer .tt-newsletter :-ms-input-placeholder {
        color: #777
    }
    footer .tt-newsletter .btn {
        background: #2879fe;
        color: #fff
    }
    footer .tt-newsletter .btn:hover {
        background: #000;
        color: #fff
    }
    footer .tt-list li a {
        color: #888
    }
    footer .tt-list li a:hover,
    footer address a {
        color: #2879fe
    }
    footer address a:hover,
    footer address span {
        color: #191919
    }
    footer .tt-social-icon {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 26px;
        margin-left: -7px
    }
    footer .tt-social-icon li a {
        color: #777
    }
    footer .tt-social-icon li a:hover {
        color: #191919
    }
    footer .tt-logo .tt-title {
        color: #2879fe
    }
    .f-mobile-dark {
        background: #303030
    }
    .f-mobile-dark .tt-footer-custom:last-child {
        background: #222
    }
    .f-mobile-dark .tt-footer-center,
    .f-mobile-dark .tt-footer-col {
        background: #303030;
        color: #888
    }
    .f-mobile-dark .tt-mobile-collapse .tt-collapse-title {
        color: #fff;
        border-bottom: 1px solid rgba(233, 231, 231, .14)
    }
    .f-mobile-dark .tt-social-icon li a:hover,
    .f-mobile-dark address a:hover,
    .f-mobile-dark address span {
        color: #fff
    }
    .f-mobile-dark+.tt-back-to-top {
        background: #222;
        color: #fff
    }
    .f-mobile-dark+.tt-back-to-top:hover {
        background: #222;
        color: #2879fe
    }
}

footer>:nth-child(1) {
    margin-top: 0
}

.tt-post:not(:first-child) {
    margin-top: 60px
}

@media (min-width:789px) and (max-width:1024px) {
    .leftColumn:not(.rightColumn) {
        padding-right: 25px;
        margin-top: -6px
    }
    .rightColumn {
        padding-left: 25px;
        margin-top: -6px
    }
}

@media (min-width:1025px) {
    .leftColumn:not(.rightColumn) {
        padding-right: 50px;
        margin-top: 1px
    }
}

@media (min-width:1025px) {
    .rightColumn {
        padding-left: 50px;
        margin-top: 1px
    }
    .tt-listing-post:not(.tt-half) .tt-post {
        display: flex;
        flex-wrap: wrap
    }
    .tt-listing-post:not(.tt-half) .tt-post .tt-post-img {
        flex: 0 0 calc(59% - 39px);
        max-width: calc(59% - 39px);
        width: calc(59% - 39px);
        margin-right: 39px
    }
    .tt-listing-post:not(.tt-half) .tt-post .tt-post-img+.tt-post-content {
        flex: 0 0 41%;
        max-width: 41%
    }
    .tt-listing-post:not(.tt-half) .tt-post .tt-post-content {
        margin-top: -3px;
        width: 100%
    }
}

@media (max-width:790px) {
    .leftColumn:not(.rightColumn),
    .rightColumn {
        margin-top: 54px
    }
    .tt-list-sm-shift [class^=col-xs] {
        order: 2
    }
}

@media (max-width:1024px) {
    footer {
        margin-top: 50px
    }
    .tt-listing-post:not(.tt-half) .tt-post .tt-post-content {
        margin-top: 15px
    }
}

@media (min-width:790px) {
    .tt-listing-post.tt-half .tt-post {
        display: flex;
        flex-wrap: wrap
    }
    .tt-listing-post.tt-half .tt-post .tt-post-img {
        flex: 0 0 calc(52.5% - 40px);
        max-width: calc(52.5% - 40px);
        width: calc(52.5% - 40px);
        margin-right: 40px
    }
    .tt-listing-post.tt-half .tt-post .tt-post-img+.tt-post-content {
        flex: 0 0 47.5%;
        max-width: 47.5%
    }
    .tt-listing-post.tt-half .tt-post .tt-post-content {
        margin-top: -3px;
        width: 100%
    }
}

@media (max-width:789px) {
    .tt-listing-post.tt-half .tt-post .tt-post-content {
        margin-top: 15px
    }
}

.tt-listing-post .tt-post .tt-post-img {
    position: relative
}

.tt-listing-post .tt-post .tt-post-img img {
    width: 100%;
    height: auto
}

.tt-listing-post .tt-post .tt-post-content .tt-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em
}

.tt-listing-post .tt-post .tt-post-content .tt-tag a {
    display: inline-block;
    padding: 2px 5px;
    color: #2879fe;
    transition: color .2s linear, background-color .2s linear
}

.tt-listing-post .tt-post .tt-post-content .tt-tag a:hover {
    color: #191919
}

.tt-listing-post .tt-post .tt-post-content .tt-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 3px;
    font-weight: 500;
    letter-spacing: -.02em
}

.tt-listing-post .tt-post .tt-post-content .tt-title a {
    color: #191919;
    display: inline-block
}

.tt-listing-post .tt-post .tt-post-content .tt-title a:hover {
    color: #2879fe
}

.tt-listing-post .tt-post .tt-post-content .tt-description {
    margin-top: 24px
}

.tt-listing-post .tt-post .tt-post-content .tt-meta {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin-top: 21px;
    font-size: 12px;
    color: #999
}

.tt-listing-post .tt-post .tt-post-content .tt-meta span {
    color: #191919
}

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-autor {
    margin-top: 5px;
    letter-spacing: .01em;
    margin-right: 20px
}

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a {
    display: inline-block;
    margin-top: 1px;
    color: #999;
    transition: color .2s linear, background-color .2s linear
}

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
    font-size: 20px;
    line-height: 20px;
    color: #191919;
    position: relative;
    top: 4px;
    margin-right: 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover,
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover .tt-icon {
    color: #2879fe
}

.tt-listing-post .tt-post .tt-post-content .tt-btn {
    margin-top: 33px
}

.tt-listing-post .tt-post .tt-post-content>:nth-child(1):not(.tt-tag) {
    margin-top: 0
}

.tt-video-block:not(:first-child) {
    margin-top: 34px
}

@media (max-width:1229px) {
    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a,
    .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a {
        padding-top: 12px;
        padding-bottom: 11px
    }
    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg,
    .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg {
        width: 20px;
        top: 9px;
        left: 19px
    }
    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a [class^=icon]+span,
    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a img+span,
    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg+span,
    .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a [class^=icon]+span,
    .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a img+span,
    .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a svg+span {
        margin-left: 30px
    }
    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li.tt-submenu>a:after,
    .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li.tt-submenu>a:after {
        top: 14px
    }
    .tt-listing-post .tt-post:not(:first-child) {
        margin-top: 54px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-title {
        font-size: 26px;
        line-height: 36px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-description {
        margin-top: 17px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-btn {
        margin-top: 24px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-meta {
        margin-top: 13px
    }
    .tt-video-block:not(:first-child) {
        margin-top: 28px
    }
}

@media (max-width:575px) {
    footer {
        margin-top: 40px
    }
    .tt-listing-post .tt-post:not(:first-child) {
        margin-top: 35px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-title {
        font-size: 20px;
        line-height: 30px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-description {
        margin-top: 11px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-btn {
        margin-top: 17px
    }
    .tt-listing-post .tt-post .tt-post-content .tt-meta {
        margin-top: 6px
    }
    .tt-video-block:not(:first-child) {
        margin-top: 22px
    }
}

.tt-video-block {
    position: relative;
    line-height: 0;
    width: 100%
}

.tt-video-block video {
    width: 100%
}

.tt-video-block .link-video {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    top: 0
}

.tt-video-block .link-video:before {
    color: #fff;
    font-size: 65px;
    line-height: 1;
    float: left;
    transition: color .2s linear;
    content: '\ea0b';
    font-family: wokiee;
    display: inline-block;
    z-index: 3
}

.tt-video-block .link-video:hover:before {
    color: #2879fe
}

.tt-video-block.play .link-video:before {
    content: '\e97b'
}

.tt-box-link {
    background: #f7f8fa;
    color: #2879fe;
    display: block;
    font-size: 14px;
    padding: 5px 16px 9px 12px;
    transition: color .2s linear, background-color .2s linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 6px
}

.tt-box-link .tt-icon {
    margin-right: 6px;
    position: relative;
    top: 3px;
    font-size: 20px;
    line-height: 20px
}

.tt-box-link:hover {
    background: #222;
    color: #fff
}

.tt-box-link:not(:first-child) {
    margin-top: 21px
}

.tt-post-single {
    text-align: center;
    padding-top: 3px
}

.tt-post-single .tt-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em
}

.tt-post-single .tt-tag a {
    display: inline-block;
    padding: 2px 5px;
    color: #2879fe;
    transition: color .2s linear, background-color .2s linear
}

.tt-post-single .tt-tag a:hover {
    color: #191919
}

.tt-post-single h1.tt-title:not(:first-child) {
    margin-top: 24px
}

.tt-post-single h1.tt-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: .03em
}

@media (max-width:1024px) {
    .tt-post-single h1.tt-title {
        font-size: 26px;
        line-height: 36px
    }
}

.tt-post-single .tt-autor {
    margin-top: 23px;
    font-size: 12px;
    color: #999
}

.tt-post-single .tt-autor span {
    color: #191919
}

.tt-post-single .tt-post-content {
    text-align: left;
    margin-top: 33px
}

.tt-post-single .tt-post-content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px
}

.tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
    margin-top: 32px
}

.tt-post-single .tt-post-content h2.tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em
}

.tt-post-single .tt-post-content p {
    margin-top: 25px
}

.tt-post-single .tt-post-content p img {
    margin-top: 8px;
    margin-bottom: 8px
}

.tt-post-single .tt-post-content blockquote {
    margin-top: 34px
}

.tt-post-single .tt-post-content .tt-blockquote {
    padding-top: 49px;
    padding-bottom: 44px
}

.tt-post-single .tt-post-content blockquote+p {
    margin-top: 33px
}

.tt-post-single .tt-post-content .tt-box-link:not(:first-child) {
    margin-top: 34px
}

.tt-post-single .tt-post-content .tt-box-link+p {
    margin-top: 33px
}

.tt-post-single .tt-post-content .tt-box-link {
    text-align: center;
    padding: 29px 16px 33px 12px
}

.tt-post-single .tt-post-content .slick-slider img,
.tt-post-single .tt-post-content>:nth-child(1),
.tt-post-single .tt-post-content>:nth-child(1) div[class^=col-]>:nth-child(1) {
    margin-top: 0
}

.tt-post-single .tt-post-content .tt-slick-row {
    margin-top: 20px
}

@media (max-width:575px) {
    .tt-post-single h1.tt-title {
        font-size: 23px;
        line-height: 33px
    }
    .tt-post-single .tt-post-content .tt-slick-row {
        margin-top: 10px
    }
}

.tt-post-single .post-meta:not(:first-child) {
    margin-top: 27px
}

.tt-post-single .post-meta {
    font-size: 12px;
    color: #999;
    text-align: left
}

.tt-post-single .post-meta a {
    color: #2879fe;
    letter-spacing: .02em;
    transition: color .2s linear, background-color .2s linear
}

.tt-post-single .post-meta a:hover {
    color: #191919
}

.tt-post-single>:nth-child(1) {
    margin-top: 0
}

@media (max-width:1229px) {
    .tt-post-single h1.tt-title:not(:first-child) {
        margin-top: 18px
    }
    .tt-post-single .tt-autor {
        margin-top: 17px
    }
    .tt-post-single .tt-post-content {
        margin-top: 21px
    }
    .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
        margin-top: 26px
    }
    .tt-post-single .tt-post-content p {
        margin-top: 19px
    }
    .tt-post-single .tt-post-content p img {
        margin-top: 2px;
        margin-bottom: 2px
    }
    .tt-post-single .tt-post-content blockquote {
        margin-top: 21px
    }
    .tt-post-single .tt-post-content .tt-blockquote {
        padding-top: 43px;
        padding-bottom: 38px
    }
    .tt-post-single .tt-post-content .post-meta:not(:first-child),
    .tt-post-single .tt-post-content blockquote+p {
        margin-top: 21px
    }
    .tt-post-single .tt-post-content .tt-box-link {
        text-align: center;
        padding: 23px 12px 27px
    }
}

@media (max-width:575px) {
    .tt-post-single h1.tt-title:not(:first-child) {
        margin-top: 12px
    }
    .tt-post-single .tt-autor {
        margin-top: 10px
    }
    .tt-post-single .tt-post-content {
        margin-top: 18px
    }
    .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
        margin-top: 20px
    }
    .tt-post-single .tt-post-content img {
        margin-top: 10px
    }
    .tt-post-single .tt-post-content p {
        margin-top: 13px
    }
    .tt-post-single .tt-post-content p img {
        margin-top: 2px;
        margin-bottom: 2px
    }
    .tt-post-single .tt-post-content blockquote {
        margin-top: 21px
    }
    .tt-post-single .tt-post-content .tt-blockquote {
        padding-top: 37px;
        padding-bottom: 32px
    }
    .tt-post-single .tt-post-content blockquote+p {
        margin-top: 21px
    }
    .tt-post-single .tt-post-content .post-meta:not(:first-child) {
        margin-top: 15px
    }
    .tt-post-single .tt-post-content .tt-box-link {
        text-align: center;
        padding: 17px 12px 21px
    }
}

.tt-comments-layout {
    margin-top: -7px
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar {
    width: 59px;
    min-width: 59px;
    height: 60px;
    position: relative;
    margin-right: 22px;
    margin-top: 6px
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar:empty:before {
    font-family: wokiee;
    content: "\ea43";
    font-size: 20px;
    line-height: 58px;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    color: #191919;
    opacity: .4
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar:empty:after {
    content: '';
    background: #f7f8fa;
    width: 100%;
    height: 100%;
    min-width: 59px;
    display: block;
    top: 0;
    left: 0;
    z-index: 0
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title {
    font-size: 12px;
    color: #777
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .username span {
    color: #191919
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content p {
    margin-top: 7px
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn {
    color: #2879fe;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    margin-top: 8px;
    transition: color .2s linear, background-color .2s linear
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn:hover {
    color: #191919
}

.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content>:nth-child(1) {
    margin-top: 0
}

.tt-comments-layout .tt-item:not(:last-child) {
    padding-bottom: 21px;
    border-bottom: 1px solid #e9e7e7
}

.tt-comments-layout .tt-item {
    margin-top: 24px
}

.tt-comments-layout .tt-comments-level-2 {
    margin-left: 81px;
    margin-top: 16px
}

.tt-blog-thumb-list {
    margin-top: -35px
}

@media (max-width:575px) {
    .tt-comments-layout .tt-item div[class^=tt-comments-level-] {
        flex-direction: column
    }
    .tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content,
    .tt-comments-layout .tt-item:not(:first-child) {
        margin-top: 10px
    }
    .tt-comments-layout .tt-item:not(:last-child) {
        padding-bottom: 9px
    }
    .tt-comments-layout .tt-comments-level-2 {
        margin-top: 2px;
        margin-left: 59px
    }
    .tt-blog-thumb-list {
        margin-top: -27px
    }
    .tt-blog-thumb-list [class^=col-] {
        padding-left: 0;
        padding-right: 0
    }
    .tt-blog-thumb-list [class^=col-] .tt-title-description {
        margin-left: 10px;
        margin-right: 10px
    }
}

.tt-blog-thumb {
    margin-top: 35px
}

.tt-blog-thumb .tt-img {
    text-align: center
}

.tt-blog-thumb .tt-img img {
    max-width: 100%;
    height: auto
}

.tt-blog-thumb .tt-img+.tt-title-description {
    margin-top: -70px
}

.tt-blog-thumb .tt-title-description {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 23px 15px 0;
    text-align: center;
    min-height: 80px;
    color: #777;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-thumb .tt-title-description .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.tt-blog-thumb .tt-title-description>:not(.tt-background) {
    position: relative
}

.tt-blog-thumb .tt-title-description .tt-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    font-family: 'Samim-Bold' !important;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em;
    color: #2879fe
}

.tt-blog-thumb .tt-title-description .tt-tag a {
    display: inline-block;
    padding: 2px 5px;
    color: #2879fe;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-thumb .tt-title-description .tt-tag a:hover {
    color: #191919
}

.tt-blog-thumb .tt-title-description .tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: 'Samim-Bold' !important;
    position: relative;
    margin: 7px 0 0;
    color: #191919
}

.tt-blog-thumb .tt-title-description .tt-title a {
    color: #191919;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-thumb .tt-title-description .tt-title a:hover {
    color: #2879fe
}

.tt-blog-thumb .tt-title-description p {
    margin-top: 13px
}

.tt-blog-thumb .tt-title-description .tt-meta {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center
}

.tt-blog-thumb .tt-title-description .tt-meta>div {
    padding: 0 10px
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-autor {
    letter-spacing: .01em;
    margin-top: 4px
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-autor a {
    color: #191919;
    text-decoration: none
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-autor a:hover {
    text-decoration: underline
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a {
    display: inline-block;
    color: #999;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a .tt-icon {
    font-size: 20px;
    line-height: 20px;
    color: #191919;
    position: relative;
    top: 5px;
    margin-right: 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a:hover,
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a:hover .tt-icon {
    color: #2879fe
}

.tt-blog-thumb .tt-title-description>:nth-child(1) {
    margin-top: 0
}

@media (max-width:575px) {
    .tt-blog-thumb {
        margin-top: 18px
    }
    .tt-blog-thumb .tt-title-description {
        padding-top: 16px
    }
    .tt-blog-thumb .tt-title-description .tt-title {
        margin-top: 6px
    }
}

.tt-blog-thumb:hover .tt-title-description .tt-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

html:not(.ie) .tt-blog-thumb .tt-title-description .tt-background {
    transition: color .2s linear, background-color .2s linear
}

.tt-block-aside .tt-aside-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e7e7
}

.tt-block-aside .tt-aside-title+.tt-aside-content {
    margin-top: 24px
}

.tt-block-aside:not(:first-child) {
    margin-top: 45px
}

@media (min-width:1025px) {
    .tt-block-aside:first-child {
        margin-top: -7px
    }
}

@media (max-width:1024px) {
    .tt-block-aside .tt-aside-title+.tt-aside-content {
        margin-top: 18px
    }
    .tt-block-aside:not(:first-child) {
        margin-top: 39px
    }
}

@media (max-width:575px) {
    .tt-block-aside .tt-aside-title+.tt-aside-content {
        margin-top: 14px
    }
    .tt-block-aside:not(:first-child) {
        margin-top: 35px
    }
}

.tt-form-search {
    position: relative;
    margin-top: 30px;
    padding-bottom: 9px;
    background-color: #fff
}

.tt-form-search .tt-btn-icon {
    background: 0 0;
    border: none;
    color: #191919;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
    padding: 9px 7px;
    cursor: pointer;
    transition: color .2s linear, background-color .2s linear
}

.tt-form-search .tt-btn-icon:hover {
    color: #2879fe
}

.tt-aside-info {
    position: relative
}

.tt-aside-info .tt-aside-img {
    margin-top: 6px;
    display: inline-block
}

.tt-aside-info .tt-aside-img img {
    width: 100%;
    height: auto
}

.tt-aside-info p {
    margin-top: 12px
}

.tt-aside-info .btn-top {
    margin-top: 18px
}

.tt-list-inline {
    list-style: none;
    margin: -2px 0 0 -11px;
    padding: 0 0 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.tt-list-inline li {
    margin: 0 6px;
    color: #777
}

.tt-list-inline li a {
    color: #777;
    padding: 0 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.tt-list-inline li a:hover {
    color: #2879fe
}

.tt-aside-subscribe-box form {
    margin-top: 14px
}

.tt-aside-subscribe-box .form-default .form-group {
    margin-bottom: 10px
}

.tt-aside-subscribe-box .btn {
    width: 100%;
    display: block
}

.tt-aside-post .item .tt-tag {
    font-size: 12px;
    line-height: 22px;
    color: #2879fe;
    font-weight: 400;
    margin: -2px 0 0 -5px;
    padding: 0 0 5px;
    font-family: 'Samim-Bold' !important;
    letter-spacing: .02em
}

.tt-aside-post .item .tt-tag a {
    color: #2879fe;
    padding: 2px 5px;
    transition: color .2s linear
}

.tt-aside-post .item .tt-tag a:hover {
    color: #191919
}

.tt-aside-post .item .tt-title {
    color: #191919;
    display: block;
    font-size: 14px;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    transition: color .2s linear
}

.tt-aside-post .item>a:not([class]) {
    display: inline-block;
    color: #777;
    transition: color .2s linear
}

.tt-aside-post .item>a:not([class]):hover {
    color: #777
}

.tt-aside-post .item>a:not([class]):hover .tt-title {
    color: #2879fe
}

.tt-aside-post .item p {
    margin-top: 5px
}

.tt-aside-post .item .tt-info {
    margin-top: 6px;
    font-size: 12px;
    color: #777
}

.tt-aside-post .item .tt-info span {
    color: #191919
}

.tt-aside-post .item .tt-info+a:not([class]) {
    margin-top: 5px
}

.tt-aside-post .item>:nth-child(1) {
    margin-top: 0
}

.tt-aside-post .item:not(:first-child) {
    margin-top: 17px
}

.tt-aside-content .tt-social-icon {
    margin-left: -4px
}

.tt-aside-content .calendarDatepicker {
    padding-top: 6px
}

.tt-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    margin-top: 50px;
    width: 100%
}

.tt-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-pagination ul li {
    display: inline-block;
    margin: 0 9px
}

.tt-pagination ul li a {
    font-size: 14px;
    padding: 5px;
    font-family: 'Samim-Bold' !important;
    color: #191919;
    display: inline-block;
    font-weight: 500;
    transition: color .2s linear
}

.tt-pagination ul li a:hover,
.tt-pagination ul li.active a {
    color: #2879fe
}

.tt-pagination .btn-pagination {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1;
    color: #191919;
    padding: 5px;
    margin: 0 4px;
    position: relative;
    top: -2px;
    transition: color .2s linear
}

.tt-pagination .btn-pagination:hover {
    color: #2879fe
}

.tt-pagination .btn-prev:before {
    content: "\e9cd"
}

.tt-pagination .btn-next:before {
    content: "\e9ce"
}

@media (max-width:1229px) {
    .tt-pagination {
        margin-top: 29px
    }
}

.tt-pagination:not(.tt-pagination-left) {
    justify-content: center
}

.tt-pagination-left {
    justify-content: left;
    margin-left: -13px;
    position: relative
}

.tt-layout-01-post {
    margin-top: -55px;
    position: relative
}

.tt-layout-01-post .tt-post {
    margin-top: 55px
}

.tt-layout-01-post .tt-post .tt-post-img {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tt-layout-01-post .tt-post .tt-post-img img {
    width: 100%;
    height: auto
}

.tt-layout-01-post .tt-post .tt-post-img i {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    z-index: 1;
    font-size: 65px;
    line-height: 1;
    color: #fff;
    pointer-events: none;
    transition: color .2s linear
}

.tt-layout-01-post .tt-post .tt-post-img+.tt-post-content {
    margin-top: -70px
}

.tt-layout-01-post .tt-post .tt-post-content {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 22px 8px 0;
    text-align: center;
    transition: color .2s linear, background-color .2s linear;
    color: #777
}

.tt-layout-01-post .tt-post .tt-post-content .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.tt-layout-01-post .tt-post .tt-post-content>:not(.tt-background) {
    position: relative
}

.tt-layout-01-post .tt-post .tt-post-content .tt-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em
}

.tt-layout-01-post .tt-post .tt-post-content .tt-tag a {
    display: inline-block;
    padding: 2px 5px;
    color: #2879fe;
    transition: color .2s linear, background-color .2s linear
}

.tt-layout-01-post .tt-post .tt-post-content .tt-tag a:hover {
    color: #191919
}

.tt-layout-01-post .tt-post .tt-post-content .tt-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    letter-spacing: .03em
}

.tt-layout-01-post .tt-post .tt-post-content .tt-title a {
    color: #191919;
    display: inline-block
}

.tt-layout-01-post .tt-post .tt-post-content .tt-title a:hover {
    color: #2879fe
}

.tt-layout-01-post .tt-post .tt-post-content .tt-description {
    margin-top: 14px
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta span {
    color: #191919
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta>div {
    padding: 0 10px
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-autor {
    letter-spacing: .01em;
    margin-top: 4px
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a {
    display: inline-block;
    transition: color .2s linear, background-color .2s linear;
    color: #999
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
    font-size: 20px;
    line-height: 20px;
    color: #191919;
    position: relative;
    top: 5px;
    margin-right: 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover,
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover .tt-icon {
    color: #2879fe
}

.tt-layout-01-post .tt-post .tt-post-content .tt-btn {
    margin-top: 23px
}

.tt-layout-01-post .tt-post .tt-post-content>:nth-child(1):not(.tt-tag) {
    margin-top: 0
}

.tt-layout-01-post .tt-post .tt-post-content>* {
    position: relative
}

.tt-layout-01-post .tt-post:hover .tt-post-img i {
    color: #2879fe
}

@media (min-width:576px) {
    .tt-layout-01-post .tt-post:hover .tt-post-content .tt-background {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px)
    }
    .tt-portfolio-content {
        margin-left: -10px;
        margin-right: -10px
    }
}

html:not(.ie) .tt-layout-01-post .tt-post-content .tt-background {
    transition: color .2s linear, background-color .2s linear
}

.isotop_showmore_js {
    margin-top: 55px
}

@media (max-width:1024px) {
    .tt-layout-01-post {
        margin-top: -35px
    }
    .isotop_showmore_js,
    .tt-layout-01-post .tt-post {
        margin-top: 35px
    }
}

@media (max-width:575px) {
    .tt-layout-01-post .tt-post .tt-post-content {
        padding-top: 16px;
        margin-right: 10px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-layout-01-post .tt-post:hover .tt-post-content .tt-background {
        top: -5px;
        left: -5px;
        width: calc(100% + 10px);
        height: calc(100% + 10px)
    }
    .tt-layout-01-post {
        margin-top: -28px
    }
    .tt-layout-01-post .tt-post {
        margin-top: 28px
    }
    .tt-layout-01-post .tt-post .tt-post-content .tt-title {
        margin-top: 3px
    }
    .tt-layout-01-post .tt-post .tt-post-content .tt-description {
        margin-top: 11px
    }
    .isotop_showmore_js {
        margin-top: 28px
    }
}

.tt-blog-masonry .tt-blog-init {
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s linear
}

.tt-blog-masonry .tt-blog-init.tt-show {
    opacity: 1
}

.tt-blog-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.tt-blog-masonry .element-item {
    position: relative;
    float: left
}

.tt-blog-masonry .tt-grid-col-2 .element-item {
    width: 50%;
    padding: 0 10px
}

@media (max-width:789px) {
    .tt-blog-masonry .tt-grid-col-2 .element-item {
        width: 100%
    }
}

@media (max-width:575px) {
    .tt-blog-masonry .tt-grid-col-2 .element-item {
        padding: 0
    }
}

.tt-blog-masonry .tt-grid-col-3 .element-item {
    width: 33.33%;
    padding: 0 10px
}

@media (max-width:1024px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        width: 50%
    }
}

@media (max-width:789px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        width: 100%
    }
}

@media (max-width:575px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        padding: 0
    }
}

.tt-blog-masonry .tt-filter-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: -31px;
    padding-bottom: 49px
}

.tt-blog-masonry .tt-filter-nav .button {
    color: #999;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    padding: 5px;
    letter-spacing: .03em;
    margin: 0 9px;
    cursor: pointer;
    transition: color .2s linear, background-color .2s linear
}

.tt-blog-masonry .tt-filter-nav .button.active {
    color: #191919;
    cursor: default
}

.tt-blog-masonry .tt-filter-nav .button:hover {
    color: #191919
}

.tt-portfolio-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.tt-portfolio-masonry .element-item {
    position: relative;
    float: left;
    float: inherit !important
}

.tt-portfolio-masonry .tt-portfolio-content {
    opacity: 0;
    transition: opacity .2s linear
}

.tt-portfolio-masonry .tt-portfolio-content.tt-show {
    opacity: 1
}

.tt-portfolio-masonry .tt-grid-col-4 .element-item {
    width: 25%;
    padding: 10px
}

@media (max-width:1024px) {
    .tt-blog-masonry .tt-filter-nav {
        margin-top: -11px;
        padding-bottom: 29px
    }
    .tt-blog-masonry .tt-filter-nav .button {
        margin: 0 7px
    }
    .tt-portfolio-masonry .tt-grid-col-4 .element-item {
        width: 33.333%
    }
}

@media (max-width:789px) {
    .tt-portfolio-masonry .tt-grid-col-4 .element-item {
        width: 50%
    }
}

@media (max-width:575px) {
    .tt-blog-masonry .tt-filter-nav {
        margin-top: -4px;
        padding-bottom: 22px
    }
    .tt-blog-masonry .tt-filter-nav .button {
        margin: 0 4px
    }
    .tt-portfolio-masonry .tt-grid-col-4 .element-item {
        padding: 5px;
        width: 100%
    }
}

.tt-portfolio-masonry .tt-grid-col-3 .element-item {
    width: 33.333%;
    padding: 10px
}

@media (max-width:789px) {
    .tt-portfolio-masonry .tt-grid-col-3 .element-item {
        width: 50%
    }
}

@media (max-width:575px) {
    .tt-portfolio-masonry .tt-grid-col-3 .element-item {
        padding: 5px;
        width: 100%
    }
}

.tt-portfolio-masonry .tt-grid-col-2 .element-item {
    width: 50%;
    padding: 10px
}

.tt-portfolio-masonry .tt-filter-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: -31px;
    padding-bottom: 69px
}

.tt-portfolio-masonry .tt-filter-nav .button {
    color: #999;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    padding: 5px;
    letter-spacing: .03em;
    margin: 0 9px;
    cursor: pointer;
    transition: color .2s linear, background-color .2s linear
}

.tt-portfolio-masonry .tt-filter-nav .button.active {
    color: #191919;
    cursor: default
}

.tt-portfolio-masonry .tt-filter-nav .button:hover {
    color: #191919
}

.tt-portfolio-content {
    margin-top: -30px
}

@media (max-width:1024px) {
    .tt-portfolio-masonry .tt-filter-nav {
        margin-top: -11px;
        padding-bottom: 29px
    }
    .tt-portfolio-masonry .tt-filter-nav .button {
        margin: 0 7px
    }
    .tt-portfolio-content {
        margin-top: -10px
    }
}

.tt-portfolio-content figure {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0
}

.tt-portfolio-content figure img {
    width: 100%;
    height: auto
}

.tt-portfolio-content figure figcaption {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 13px 19px;
    z-index: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear
}

.tt-portfolio-content figure figcaption .tt-btn-zomm {
    font-family: wokiee;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 3px;
    transition: color .2s linear, background-color .2s linear
}

.tt-portfolio-content figure figcaption .tt-btn-zomm:before {
    content: '\e9b5';
    display: inline-block
}

.tt-portfolio-content figure figcaption .tt-btn-zomm:hover {
    color: #2879fe
}

.tt-portfolio-content figure figcaption .tt-title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: .03em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Samim-Bold' !important;
}

.tt-portfolio-content figure figcaption .tt-title a {
    color: #fff
}

.tt-portfolio-content figure figcaption .tt-title a:hover {
    color: #2879fe
}

.tt-portfolio-content figure figcaption p {
    margin-top: 4px;
    letter-spacing: .005em
}

.tt-portfolio-content figure figcaption>:nth-child(1) {
    margin-top: 0
}

.tt-portfolio-content.layout-default figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left
}

.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm:before {
    top: 15px;
    right: 15px;
    position: absolute
}

.tt-portfolio-content.layout-default figure figcaption .tt-title,
.tt-portfolio-content.layout-default figure figcaption p {
    position: relative;
    z-index: 2
}

.tt-portfolio-content.layout-swap-vertical figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-start
}

.tt-portfolio-content.layout-swap-vertical figure figcaption .tt-btn-zomm {
    bottom: 15px;
    right: 15px;
    position: absolute
}

.tt-portfolio-content.layout-center figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: center
}

.tt-portfolio-content.layout-center figure figcaption .tt-btn-zomm:not(:first-child) {
    margin-top: 2px
}

.ie .tt-portfolio-content figure:hover figcaption,
body:not(.touch-device) .tt-portfolio-content figure:hover figcaption {
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible
}

.touch-device .tt-portfolio-content figure.gallery-click figcaption {
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.touch-device .tt-portfolio-content figure.gallery-click.finish-animation figcaption {
    pointer-events: auto
}

html.edge .tt-portfolio-content figure:hover figcaption {
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible
}

@media (max-width:575px) {
    .tt-portfolio-masonry .tt-grid-col-2 .element-item {
        padding: 5px;
        width: 100%
    }
    .tt-portfolio-masonry .tt-filter-nav {
        margin-top: -4px;
        padding-bottom: 22px
    }
    .tt-portfolio-masonry .tt-filter-nav .button {
        margin: 0 4px
    }
    .tt-portfolio-content {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -5px
    }
    .tt-page-product-single .tt-breadcrumb+#tt-pageContent>:nth-child(1):not([class^=tt-offset-]):not(.nomargin) {
        margin-top: 0 !important
    }
}

.tt-product-single-img img {
    max-width: 100%;
    height: auto
}

.tt-product-single-info {
    padding-left: 39px;
    margin: -5px 0 0
}

.tt-product-single-info img {
    max-width: 100%;
    max-height: 100%;

}

.tt-product-single-info .tt-add-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.tt-product-single-info .tt-add-info ul li {
    color: #191919
}

.tt-product-single-info .tt-add-info ul li span:first-child {
    letter-spacing: .02em;
    color: #191919
}

.tt-product-single-info .tt-add-info ul li span {
    letter-spacing: .02em
}

.tt-product-single-info .tt-add-info ul li a {
    color: #191919;
    transition: .2s linear
}

.tt-product-single-info .tt-add-info ul li a:hover {
    color: #2879fe
}

.tt-product-single-info .tt-add-info ul li:not(:first-child) {
    margin-top: 6px
}

.tt-product-single-info .tt-add-info span:fist-child {
    color: #191919;
    display: inline-block;
    padding-right: 4px
}

.tt-product-single-info .tt-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 19px;
    color: #191919
}

.tt-product-single-info .tt-price {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    color: #2879fe
}

.tt-product-single-info .tt-price span {
    display: inline-block
}

.tt-product-single-info .tt-price .sale-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-product-single-info .tt-price .old-price,
.tt-product-single-info .tt-price .old-price .money {
    color: #2879fe;
    text-decoration: line-through
}

.tt-product-single-info .tt-review {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px
}

.tt-product-single-info .tt-review .tt-rating {
    margin-right: 8px;
    margin-top: 3px
}

.tt-product-single-info .tt-review .tt-rating .icon-star-half:before,
.tt-product-single-info .tt-review .tt-rating .icon-star:before {
    color: #ffb503
}

.tt-product-single-info .tt-review .tt-rating .icon-star-empty:before {
    color: #d4d4d4
}

.tt-product-single-info .tt-review a {
    color: #2879fe;
    display: inline-block;
    transition: .2s linear
}

.tt-product-single-info .tt-review a:hover {
    color: #191919
}

.tt-product-single-info .tt-review a:not(:last-child) {
    margin-right: 10px
}

.tt-product-single-info .tt-row-custom-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
    margin-right: 20px
}

.tt-product-single-info .tt-row-custom-01 .col-item:nth-child(2) {
    flex: 1 1 auto
}

.tt-product-single-info .tt-row-custom-01 .btn {
    width: 100%
}

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
    font-size: 14px
}

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg i {
    font-size: 20px;
    position: relative;
    top: -3px
}

.tt-product-single-info .tt-swatches-container+.tt-add-info,
.tt-product-single-info .tt-swatches-container+.tt-price,
.tt-product-single-info .tt-swatches-container+.tt-review,
.tt-product-single-info .tt-swatches-container+.tt-title,
.tt-product-single-info .tt-wrapper,
.tt-product-single-info .tt-wrapper+.tt-add-info,
.tt-product-single-info .tt-wrapper+.tt-price,
.tt-product-single-info .tt-wrapper+.tt-review,
.tt-product-single-info .tt-wrapper+.tt-title {
    margin-top: 33px
}

.tt-product-single-info .tt-swatches-container .tt-wrapper:not(:first-child) {
    margin-top: 12px
}

.tt-product-single-info .tt-swatches-container form {
    margin-top: 7px
}

.tt-product-single-info .tt-options-swatch {
    margin-top: -3px
}

.tt-product-single-info .tt-review+.tt-wrapper {
    margin-top: 11px
}

.tt-product-single-info .tt-collapse-block {
    margin-top: 3px
}

.tt-product-single-info>:nth-child(1) {
    margin-top: 0
}

.tt-product-single-info .tt-list-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    list-style: none;
    padding: 0;
    margin: -10px 0 0 -20px
}

.tt-product-single-info .tt-list-btn li {
    margin-left: 20px;
    margin-top: 10px
}

@media (max-width:1024px) {
    .tt-product-single-info {
        margin: 0;
        padding-left: 0
    }
    .tt-product-single-info .tt-price,
    .tt-product-single-info .tt-title {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .tt-product-single-info {
        padding-top: 25px
    }
}

@media (max-width:575px) {
    .tt-product-single-info {
        padding-top: 34px;
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-product-single-info .tt-title {
        margin-top: 14px;
        font-size: 20px;
        line-height: 30px
    }
    .tt-product-single-info .tt-row-custom-01 {
        flex-direction: column
    }
    .tt-product-single-info .tt-row-custom-01 .col-item {
        width: 100%
    }
    .tt-product-single-info .tt-row-custom-01 .col-item .tt-input-counter.style-01 {
        max-width: 100%
    }
    .tt-product-single-info .tt-row-custom-01 .col-item:not(:first-child) {
        margin-top: 31px
    }
}

.tt-input-counter.style-01 {
    position: relative;
    max-width: 132px;
    min-width: 132px
}

.tt-input-counter.style-01 input {
    background: #f7f8fa;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: 0;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    color: #191919;
    border-radius: 6px
}

.tt-input-counter.style-01 span {
    display: inline-block;
    font-size: 27px;
    line-height: 1em;
    cursor: pointer;
    position: absolute;
    width: 49px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #777
}

.tt-input-counter.style-01 span:hover {
    color: #191919
}

.tt-input-counter.style-01 span.minus-btn {
    left: 0
}

.tt-input-counter.style-01 span.plus-btn {
    right: 0
}

.tt-input-counter.style-01 .minus-btn:before,
.tt-input-counter.style-01 .plus-btn:before {
    display: block;
    font-family: wokiee;
    font-size: 12px;
    line-height: 50px
}

.tt-input-counter.style-01 .minus-btn:before {
    content: "\e9b2"
}

.tt-input-counter.style-01 .plus-btn:before {
    content: "\e9b1"
}

.tt-collapse-block .tt-item .tt-collapse-title {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .03em;
    font-family: 'Samim-Bold' !important;
    transition: .2s linear;
    padding: 22px 0
}

.tt-collapse-block .tt-item .tt-collapse-title:hover {
    color: #191919
}

.tt-collapse-block .tt-item .tt-collapse-content {
    display: none;
    padding-bottom: 22px
}

.tt-collapse-block .tt-item img {
    max-width: 100%;
    height: auto
}

.tt-collapse-block .tt-item.active .tt-collapse-title {
    color: #191919;
    padding-bottom: 15px
}

.tt-collapse-block .tt-item:not(:last-child) {
    border-bottom: 1px solid #e9e7e7
}

.tt-review-block .tt-row-custom-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center
}

.tt-review-block .tt-row-custom-02 a {
    color: #2879fe;
    font-size: 14px;
    text-decoration: underline
}

.tt-review-block .tt-row-custom-02 a:hover {
    text-decoration: none
}

.tt-review-block .tt-row-custom-02 .col-item:last-child {
    margin-left: 20px;
    min-width: 105px;
    text-align: right
}

.tt-review-block .tt-row-custom-02 .col-item:nth-child(2) {
    flex: 1 1 auto
}

.tt-review-block .tt-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .04em;
    margin: 0;
    padding: 0;
    color: #191919
}

.tt-review-block .tt-review-comments {
    margin-top: 20px
}

.tt-review-block .tt-review-comments .tt-item:not(:first-child) {
    margin-top: 28px
}

.tt-review-block .tt-review-comments .tt-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    padding-bottom: 23px
}

.tt-review-block .tt-review-comments .tt-item .tt-avatar {
    min-width: 59px;
    margin-right: 22px;
    margin-top: 2px
}

.tt-review-block .tt-review-comments .tt-item .tt-avatar a {
    display: block;
    width: 59px;
    height: 60px;
    background: #f7f8fa;
    position: relative
}

.tt-review-block .tt-review-comments .tt-item .tt-avatar a img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto
}

.tt-review-block .tt-review-comments .tt-item .tt-avatar a:before {
    font-family: wokiee;
    content: "\ea43";
    font-size: 20px;
    line-height: 58px;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 0;
    color: #191919;
    opacity: .4
}

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-info {
    font-size: 12px;
    margin-top: 5px;
    color: #777
}

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-info .username span {
    color: #191919
}

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-title {
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    margin: 6px 0 0
}

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-rating {
    margin-left: -1px
}

.tt-review-block .tt-review-comments .tt-item .tt-content p,
.tt-review-block .tt-review-comments .tt-item .tt-content>:nth-child(1) {
    margin-top: 0
}

.tt-review-block .tt-review-comments .tt-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 8px;
    margin-top: 3px
}

.tt-review-block .tt-review-form {
    margin-top: 4px
}

.tt-review-block .tt-review-form .tt-message-info {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-weight: 500;
    letter-spacing: .03em;
    padding: 0 0 6px
}

.tt-review-block .tt-review-form .tt-message-info span {
    color: #2879fe
}

.tt-review-block .tt-review-form .tt-rating-indicator {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    margin-top: 13px
}

.tt-review-block .tt-review-form .tt-rating-indicator .tt-title {
    color: #191919;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .02em;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
    margin-right: 10px
}

.tt-review-block .tt-review-form form {
    margin-top: 11px
}

.tt-review-block .tt-review-form>:nth-child(1) {
    margin-top: 0
}

.tt-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px
}

.tt-rating [class^=icon-] {
    font-family: wokiee !important
}

.tt-rating .icon-star:before {
    content: '\ea2d';
    display: inline-block;
    color: #ffb503
}

.tt-rating .icon-star-half:before {
    content: '\ea60';
    display: inline-block;
    color: #ffb503
}

.tt-rating .icon-star-empty:before {
    content: '\ea5f';
    display: inline-block;
    color: #d4d4d4
}

.product-images-col .item,
.product-images-static li,
.tt-mobile-product-layout,
.tt-mobile-product-slider .slick-slide,
.tt-product-single-img {
    position: relative
}

.tt-label-new {
    background: #1393f5;
    color: #fff
}

.tt-label-sale {
    background: #f8353e;
    color: #fff
}

.tt-label-out-stock {
    background: #191919;
    color: #fff
}

.tt-label-our-fatured {
    background: #fdbc20;
    color: #fff
}

.tt-product-single-info .tt-label {
    margin-left: -10px;
    margin-top: -10px
}

.tt-product-single-info .tt-label [class^=tt-label] {
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    padding: 4px 10px 2px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 6px
}

.tt-product-vertical-layout .tt-product-single-img {
    float: right;
    
    position: relative
}

.tt-product-vertical-layout .tt-product-single-img img {
    width: 100%;
    height: auto
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical {
    margin: 0 0 44px;
    top: 0;
    left: 0;
    width: 13.9%
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider {
    width: 100%;
    padding: 0;
    margin: 0
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
    padding-bottom: 20px
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide img {
    opacity: 1
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a {
    display: block;
    position: relative
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: opacity .2s linear
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide .zoomGalleryActive:before,
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide:hover a:before {
    opacity: .6
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-arrow {
    top: auto;
    bottom: -33px;
    position: absolute;
    margin-top: 0;
    z-index: 2
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider:before {
    content: '';
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, #fff, #fff 20%)
}

.product-images-carousel {
    margin-top: 20px;
    padding-bottom: 57px
}

.product-images-carousel ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-images-carousel ul .slick-list {
    margin-right: -25px
}

.product-images-carousel ul li {
    padding-right: 25px
}

.product-images-carousel>:nth-child(1) {
    margin-top: 0
}

.product-images-carousel>:nth-child(2) {
    margin-top: 20px
}

.product-images-carousel .slick-slider .slick-slide a {
    display: block;
    position: relative
}

.product-images-carousel .slick-slider .slick-slide a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: opacity .2s linear
}

.product-images-carousel .slick-slider .slick-slide .zoomGalleryActive:before,
.product-images-carousel .slick-slider .slick-slide:hover a:before {
    opacity: .6
}

.product-images-static ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-images-static ul li:not(:first-child) {
    margin-top: 20px
}

.product-images-static ul li img {
    width: 100%;
    height: auto
}

.product-images-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px
}

.product-images-col .item {
    width: 50%;
    padding: 20px 0 0 20px
}

.product-images-col .item img {
    width: 100%;
    height: auto
}

.product-images-col .item .tt-label-left {
    top: 30px;
    left: 30px
}

.video-link-product {
    position: relative;
    cursor: pointer
}

.video-link-product [class^=icon-] {
    color: #2879fe;
    font-size: 30px;
    line-height: 30px;
    transition: .2s linear
}

.video-link-product [class^=icon-]:hover {
    color: #191919
}

.video-link-product:not(.tt-position-left) {
    position: relative;
    cursor: pointer
}

.video-link-product:not(.tt-position-left)>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: .2s linear
}

.video-link-product.tt-position-left {
    display: inline-block
}

.tt-promo-brand {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

.tt-promo-brand img {
    max-width: 100%;
    height: auto
}

.tt-title-options {
    font-size: 14px;
    line-height: 26px;
    color: #191919;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    letter-spacing: .03em
}

.tt-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px
}

.tt-options-swatch:not(.options-large):not(.options-middle) li a {
    min-width: 21px;
    min-height: 21px
}

.tt-options-swatch:not(.options-large):not(.options-middle) li a.options-color {
    width: 21px;
    height: 21px;
    background-size: cover
}

.tt-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:before {
    border-width: 4px
}

.tt-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:after {
    border-width: 2px
}

.tt-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:before {
    border-width: 4px
}

.tt-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:after {
    border-width: 2px
}

.tt-options-swatch.options-large li a {
    min-width: 40px;
    min-height: 40px
}

.tt-options-swatch.options-large li a:not(.options-color) {
    border-radius: 6px
}

.tt-options-swatch.options-large li a.options-color {
    width: 40px;
    height: 40px;
    background-size: cover
}

.tt-options-swatch.options-large li .options-color:hover:before,
.tt-options-swatch.options-large li.active .options-color:before {
    border-width: 5px
}

.tt-options-swatch.options-middle li a {
    min-width: 31px;
    min-height: 31px
}

.tt-options-swatch.options-middle li a:not(.options-color) {
    border-radius: 6px
}

.tt-options-swatch.options-middle li a.options-color {
    width: 31px;
    height: 31px;
    background-size: cover
}

.tt-options-swatch.options-middle li .options-color:hover:before,
.tt-options-swatch.options-middle li.active .options-color:before {
    border-width: 5px
}

html.win.ie .tt-options-swatch:not(.options-large):not(.options-middle) li a {
    line-height: 21px
}

html.win.ie .tt-options-swatch.options-large li a {
    line-height: 40px
}

html.win.ie .tt-options-swatch.options-middle li a {
    line-height: 30px
}

.product-information-buttons a {
    display: inline-flex;
    color: #2879fe;
    font-size: 14px;
    transition: color .2s linear
}

.product-information-buttons a:first-child {
    padding: 8px 7px 8px 0
}

.product-information-buttons a:not(:first-child) {
    padding: 8px 7px
}

.product-information-buttons a:hover {
    color: #191919
}

ul.tt-options-swatch {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: -10px -1px 0 -5px
}

ul.tt-options-swatch li {
    margin: 10px 5px 0;
    line-height: 0;
    font-size: 0
}

ul.tt-options-swatch li a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    transition: .2s linear;
    font-size: 14px;
    line-height: 1.1
}

ul.tt-options-swatch li a:not(.options-color):not(.options-color-img) {
    padding-left: 5px;
    padding-right: 5px;
    background: #f7f8fa;
    color: #777
}

ul.tt-options-swatch li img {
    width: 100%;
    height: auto;
    max-width: inherit;
    border-radius: 50%
}

ul.tt-options-swatch li.active a:not(.options-color):not(.options-color-img),
ul.tt-options-swatch li:hover a:not(.options-color):not(.options-color-img) {
    background: #2879fe;
    color: #fff
}

ul.tt-options-swatch li .options-color {
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

ul.tt-options-swatch li .tt-border {
    border: 2px solid #e9e7e6
}

ul.tt-options-swatch li .options-color:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    transition: .12s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

ul.tt-options-swatch li .options-color:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    transition: .12s linear
}

ul.tt-options-swatch li .options-color:before {
    border: 0 solid #fff
}

ul.tt-options-swatch li .options-color:after {
    border: 0 solid #2879fe
}

ul.tt-options-swatch li .options-color:hover:before {
    border-width: 6px
}

ul.tt-options-swatch li .options-color:hover:after {
    border-width: 3px
}

ul.tt-options-swatch li .tt-border.options-color:hover {
    border-color: transparent
}

ul.tt-options-swatch li.active .options-color:before {
    border-width: 6px
}

ul.tt-options-swatch li.active .options-color:after {
    border-width: 3px
}

ul.tt-options-swatch li .options-color-img {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: inline-block;
    background-position: center top !important;
    border-radius: 6px !important;
    background-size: cover !important
}

ul.tt-options-swatch li .options-color-img:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
    border: 0 solid #2879fe;
    transition: border-width .1s linear
}

ul.tt-options-swatch li .options-color-img:hover:after,
ul.tt-options-swatch li.active .options-color-img:after {
    border-width: 2px
}

@media (max-width:575px) {
    .zoomContainer {
        display: none;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0
    }
}

.tt-product-single-info>:nth-child(1).tt-wrapper {
    margin-top: 5px
}

.tt-countdown_box_02 {
    text-align: center;
    margin-top: -7px;
    width: 100%;
    z-index: 5
}

.tt-countdown_box_02 .tt-countdown_inner {
    overflow: hidden;
    width: 100%
}

.tt-countdown_box_02 .countdown-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-countdown_box_02 .countdown-row .countdown-section {
    width: 100%;
    max-width: 65px;
    position: relative;
    margin: 0 5px;
    padding: 19px 0 13px;
    white-space: nowrap;
    background-color: #f7f8fa;
    color: #191919;
    border-radius: 6px
}

.tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
    font-size: 16px;
    line-height: 15px;
    display: block;
    font-weight: 500
}

.tt-countdown_box_02 .countdown-row .countdown-section .countdown-period {
    display: block;
    padding-top: 1px
}

.tt-countdown_box_02 .countdown-row .countdown-section:first-child {
    margin-left: 0
}

.tt-countdown_box_02 .countdown-row .countdown-section:last-child {
    margin-right: 0
}

.tt-product-single-img .tt-btn-zomm {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #191919;
    font-size: 20px;
    line-height: 2.1;
    border: none;
    outline: 0;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    transition: .2s linear
}

.tt-product-single-img .tt-btn-zomm.tt-top-right {
    right: 10px;
    top: 10px
}

.tt-product-single-img .tt-btn-zomm.tt-top-left {
    left: 10px;
    top: 10px
}

.tt-product-single-img .tt-btn-zomm.tt-bottom-right {
    right: 10px;
    bottom: 10px
}

.tt-product-single-img .tt-btn-zomm.tt-bottom-left {
    left: 10px;
    bottom: 10px
}

.tt-product-single-img .tt-btn-zomm:hover {
    background: #2879fe;
    color: #fff
}

.zoomContainer {
    z-index: 1
}

#smallGallery.tt-magnific-popup li a:not([class]) {
    pointer-events: none
}

#smallGallery.tt-magnific-popup li .link-magnific-popup {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7
}

@media (min-width:1025px) {
    .custom-single-page .tt-product-single-info {
        padding-left: 19px;
        padding-right: 19px
    }
    .custom-single-page .tt-slick-button-vertical .slick-arrow {
        width: 28px;
        height: 28px
    }
    .custom-single-page .tt-slick-button-vertical .slick-arrow:before {
        font-size: 15px
    }
    .custom-single-page .tt-slick-button-vertical .slick-next {
        left: 32px
    }
    .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-arrow {
        bottom: -21px
    }
    .tt-modal-addtocart.desctope {
        display: block
    }
    .tt-modal-addtocart.mobile {
        display: none
    }
}

@media (max-width:1229px) and (min-width:1025px) {
    .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
        padding-bottom: 16px
    }
}

.tt-product-single-aside .tt-promo-brand {
    text-align: center
}

.tt-product-single-aside .tt-promo-brand img {
    max-width: 484px;
    width: 100%
}

@media (max-width:767px) {
    .container-fluid-mobile .row:first-child>[class^=col-] {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (max-width:1024px) {
    .airSticky {
        position: relative !important;
        top: 0 !important
    }
    .tt-product-single-aside {
        margin-top: 33px
    }
    .container-fluid-mobile,
    .container-mobile-airSticky {
        width: 100%;
        max-width: inherit;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:575px) {
    .container-mobile-airSticky .row:first-child [class^=col-] {
        max-width: 100%;
        flex: 0 0 100%
    }
    .container-mobile-airSticky {
        padding-top: 25px
    }
}

@media (max-width:767px) {
    .container-mobile-airSticky .tt-product-single-info {
        padding-top: 0
    }
    .container-mobile-airSticky .tt-row-custom-01 {
        flex-wrap: wrap
    }
    .container-mobile-airSticky .tt-row-custom-01 .col-item {
        width: 100%
    }
    .container-mobile-airSticky .tt-row-custom-01 .col-item .tt-input-counter.style-01 {
        max-width: 100%
    }
    .container-mobile-airSticky .tt-row-custom-01 .col-item:not(:last-child) {
        margin-right: 0
    }
    .container-mobile-airSticky .tt-row-custom-01 .col-item:not(:first-child) {
        margin-top: 31px
    }
}

body:not(.touch-device).mm-open,
body:not(.touch-device).mm-open .tt-stuck-nav.stuck {
    padding-right: 17px
}

.modal-open {
    overflow: hidden
}

body:not(.touch-device).modal-open {
    overflow-x: hidden;
    padding-right: 17px
}

body:not(.touch-device).modal-open .tt-stuck-nav.stuck {
    padding-right: 17px
}

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

.modal {
    -webkit-overflow-scrolling: touch;
    padding: 0;
    transition: opacity .15s linear;
    opacity: 0
}

.modal.show {
    opacity: 1
}

.modal-md {
    width: 736px
}

.modal-lg {
    width: 962px
}

@media (max-width:1229px) {
    .tt-countdown_box_02 .countdown-row .countdown-section {
        padding: 15px 0;
        max-width: 60px;
        margin: 0 3px;
        font-size: 13px;
        line-height: 16px
    }
    .tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
        font-size: 15px
    }
    .tt-countdown_box_02 .countdown-row .countdown-section .countdown-period {
        padding-top: 0
    }
    .modal-lg {
        width: 900px
    }
}

@media (max-width:1024px) {
    .modal-lg {
        width: 730px
    }
}

@media (max-width:789px) {
    .modal-lg {
        width: 550px
    }
}

@media (max-width:650px) {
    .modal-lg {
        width: 420px
    }
}

@media (max-width:500px) {
    .modal-lg {
        width: 320px
    }
}

@media (max-width:370px) {
    .modal-lg {
        width: 280px
    }
}

.modal-compare {
    width: 996px
}

@media (max-width:1229px) {
    .modal-compare {
        width: 900px
    }
}

@media (max-width:1024px) {
    .modal-compare {
        width: 730px
    }
}

@media (max-width:789px) {
    .modal-compare {
        width: 550px
    }
}

@media (max-width:650px) {
    .modal-compare {
        width: 420px
    }
}

@media (max-width:500px) {
    .modal-compare {
        width: 320px
    }
}

@media (max-width:370px) {
    .modal-compare {
        width: 280px
    }
}

@media (min-width:651px) {
    .modal-sm {
        width: 506px
    }
}

@media (max-width:650px) {
    .modal-sm {
        width: 420px
    }
}

@media (max-width:500px) {
    .modal-sm {
        width: 320px
    }
}

@media (max-width:370px) {
    .modal-sm {
        width: 280px
    }
}

@media (min-width:651px) {
    .modal-discount {
        width: 600px
    }
}

@media (max-width:650px) {
    .modal-discount {
        width: 420px
    }
}

@media (max-width:500px) {
    .modal-discount {
        width: 320px
    }
}

@media (max-width:370px) {
    .modal-discount {
        width: 280px
    }
}

.modal-small {
    width: 400px
}

@media (max-width:450px) {
    .modal-small {
        width: 280px
    }
}

.modal-backdrop.in {
    opacity: 1
}

.modal-newsletter .modal-backdrop.show {
    opacity: .87
}

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

.modal .modal-header {
    border: none;
    padding: 22px 20px 0;
    margin: 0;
    height: 54px;
    position: relative
}

.modal .modal-header .close {
    font-size: 24px;
    z-index: 7;
    opacity: 1
}

.modal .modal-title {
    font-size: 20px;
    line-height: 26px;
    margin: 34px 0 0;
    padding-bottom: 19px;
    letter-spacing: .02em
}

.modal .modal-footer {
    border: none
}

#modalAddToCartProduct .modal-dialog {
    width: 736px
}

.tt-modal-addtocart.desctope {
    position: relative
}

.tt-modal-addtocart.desctope .row {
    justify-content: center;
    align-content: center;
    align-items: center
}

.tt-modal-addtocart.desctope .row>div:first-child {
    padding-right: 52px
}

.tt-modal-addtocart.desctope .row>div:last-child {
    padding-left: 49px
}

.tt-modal-addtocart.desctope .row>div:last-child .btn {
    width: 100%
}

.tt-modal-addtocart.desctope .tt-modal-messages {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 20px;
    line-height: 1;
    font-weight: 500
}

.tt-modal-addtocart.desctope .tt-modal-messages [class^=icon-] {
    color: #2879fe
}

.tt-modal-addtocart.desctope .tt-modal-product {
    margin-top: 26px
}

.tt-modal-addtocart.desctope .tt-modal-product .tt-img img {
    width: 100%;
    max-width: 154px;
    height: auto
}

.tt-modal-addtocart.desctope .tt-modal-product .tt-title {
    font-family: 'Samim-Bold' !important;
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    color: #191919
}

.tt-modal-addtocart.desctope .tt-modal-product .tt-title a {
    color: #191919
}

.tt-modal-addtocart.desctope .tt-modal-product .tt-title a:hover {
    color: #2879fe
}

.tt-modal-addtocart.desctope .tt-modal-product .tt-qty {
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    font-size: 14px;
    margin-top: 7px;
    color: #191919
}

.tt-modal-addtocart.desctope .tt-modal-product>:nth-child(1) {
    margin-top: 0
}

.tt-modal-addtocart.desctope .tt-product-total {
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    color: #191919;
    font-size: 14px;
    margin-top: 5px
}

.tt-modal-addtocart.desctope .tt-product-total .tt-price {
    font-size: 16px
}

.tt-modal-addtocart.desctope .tt-cart-total {
    color: #777;
    display: inline-block
}

.tt-modal-addtocart.desctope .tt-cart-total .tt-total {
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    color: #191919;
    margin-top: 11px
}

.tt-modal-addtocart.desctope .tt-cart-total .tt-total .tt-price {
    color: #2879fe;
    font-size: 24px
}

.tt-modal-addtocart.desctope [class^=col] .btn {
    margin-top: 20px
}

.tt-modal-addtocart.desctope [class^=col] .tt-cart-total+.btn {
    margin-top: 25px
}

.tt-modal-addtocart.desctope [class^=col]>:nth-child(1) {
    margin-top: 0
}

.tt-modal-addtocart.desctope:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e9e7e7;
    position: absolute;
    left: 50%;
    margin-left: 8px;
    top: 0
}

.tt-modal-addtocart.mobile {
    margin-top: 9px
}

.tt-modal-addtocart.mobile .tt-modal-messages {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 13px
}

.tt-modal-addtocart.mobile .tt-modal-messages [class^=icon-] {
    color: #2879fe
}

.tt-modal-addtocart.mobile [class^=btn] {
    padding-top: 9px;
    padding-bottom: 9px
}

@media (max-width:1024px) {
    #modalAddToCartProduct .modal-dialog {
        width: 420px
    }
    .tt-modal-addtocart.desctope {
        display: none
    }
    .tt-modal-addtocart.mobile {
        display: flex;
        flex-direction: column
    }
}

.tt-modal-quickview {
    text-align: left
}

@media (max-width:1024px) and (min-width:791px) {
    .tt-modal-quickview .tt-product-single-info {
        padding-top: 0
    }
}

@media (max-width:575px) {
    #modalAddToCartProduct .modal-dialog {
        width: 270px
    }
    .tt-modal-quickview .tt-product-single-info {
        padding-left: 0;
        padding-right: 0
    }
}

.tt-modal-quickview .tt-product-single-info .tt-title {
    font-weight: 500
}

.modal {
    -webkit-overflow-scrolling: touch;
    text-align: center;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal .modal-dialog {
    display: inline-block;
    vertical-align: middle
}

@media (min-width:576px) {
    .modal .modal-dialog {
        max-width: inherit
    }
}

.modal .modal-header .close {
    width: 54px;
    height: 54px;
    top: -2px;
    line-height: 54px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-family: wokiee;
    transition: .2s linear
}

.modal .modal-header .close:before {
    content: "\ea0f";
    font-size: 20px;
    line-height: 1
}

.modal .modal-header .close:hover {
    color: #2879fe
}

.modal .modal-body:not(.no-background) {
    background-color: #fff;
    border-radius: 6px
}

.modal .modal-body {
    overflow: hidden
}

@media (min-width:1025px) {
    .modal .modal-header .close {
        right: -52px
    }
    .modal .modal-body {
        padding: 40px
    }
    #modalProductInfo-02 .modal-body {
        padding: 36px 40px 32px 36px
    }
}

@media (max-width:1024px) {
    .modal .modal-header .close {
        right: -20px
    }
    .modal .modal-body {
        padding: 30px
    }
}

@media (max-width:789px) {
    .modal .modal-body {
        padding: 25px
    }
}

@media (max-width:500px) {
    .modal .modal-body {
        padding: 20px
    }
}

@media (max-width:270px) {
    .modal .modal-body {
        padding: 15px
    }
}

@media (min-width:320px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }
}

.modal-backdrop {
    background: #000
}

.modal-backdrop.show {
    opacity: .5
}

.modal-video {
    width: 1055px
}

@media (max-width:1170px) {
    .modal-video {
        width: 604px
    }
}

.modal-video-content {
    font-size: 0;
    line-height: 0;
    display: flex
}

.modal-video-content iframe {
    border: none;
    width: 100%;
    height: 584px;
    max-height: 80vh
}

@media (max-width:1100px) {
    .modal-video-content iframe {
        height: 315px
    }
}

@media (max-width:667px) {
    .modal-video {
        width: 461px
    }
    .modal-video-content iframe {
        height: 239px
    }
}

@media (max-width:507px) {
    .modal-video {
        width: 277px
    }
    .modal-video-content iframe {
        height: 134px
    }
}

.tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small {
    color: #fff;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 500;
    letter-spacing: .03em;
    font-family: 'Samim-Bold' !important;
}

.tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small+.tt-title-large {
    margin-top: -5px
}

.tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-large {
    color: #2879fe;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: 'Samim-Bold' !important;
}

.tt-modal-newsletter .tt-modal-newsletter-promo p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .03em;
    margin-top: 2px;
    font-family: 'Samim-Bold' !important;
}

.tt-modal-newsletter .tt-modal-newsletter-promo>:nth-child(1) {
    margin-top: 0
}

.tt-modal-newsletter>p {
    margin-top: 14px;
    color: #777
}

.tt-modal-newsletter .subscribe-form {
    max-width: 390px;
    margin: 25px auto 0
}

.tt-modal-newsletter .subscribe-form [class^=btn] {
    padding-left: 20px;
    padding-right: 20px
}

.tt-modal-newsletter .row-social-icon {
    text-align: center;
    margin-top: 24px
}

.tt-modal-newsletter .row-social-icon .tt-social-icon {
    display: inline-flex
}

.tt-modal-newsletter .row-social-icon .tt-social-icon li a {
    color: #d8d8d8
}

.tt-modal-newsletter .row-social-icon .tt-social-icon li a:hover {
    color: #2879fe
}

.tt-modal-newsletter .checkbox-group {
    color: #fff;
    margin-top: 20px
}

.tt-modal-newsletter .checkbox-group label {
    padding-left: 28px;
    color: #fff
}

.tt-modal-newsletter .checkbox-group label .box {
    border: none;
    margin-top: 1px
}

.tt-modal-newsletter .checkbox-group label .check:before {
    left: 0
}

.tt-modal-newsletter .checkbox-group label:hover {
    color: #2879fe
}

@media (min-width:501px) {
    .tt-modal-newsletter .subscribe-form .input-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (max-width:500px) {
    .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small {
        font-size: 20px
    }
    .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-large {
        font-size: 52px
    }
    .tt-modal-newsletter .tt-modal-newsletter-promo p {
        font-size: 14px;
        line-height: 22px
    }
    .tt-modal-newsletter .subscribe-form .input-group {
        flex-direction: column
    }
    .tt-modal-newsletter .subscribe-form .input-group .form-control {
        width: 100%;
        border-radius: 6px
    }
    .tt-modal-newsletter [class^=btn] {
        margin-top: 15px
    }
}

.tt-modal-newsletter>:nth-child(1) {
    margin-top: 0
}

.tt-layout-product-info .tt-title {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 6px
}

.tt-layout-product-info .tt-table-modal-info {
    width: 100%;
    margin-top: 17px
}

.tt-layout-product-info .tt-table-modal-info thead th {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 2px 4px
}

.tt-layout-product-info .tt-table-modal-info tbody tr:nth-child(odd) {
    background: #f7f8fa
}

.tt-layout-product-info .tt-table-modal-info tbody td {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 4px
}

@media (max-width:789px) {
    .tt-table-responsive-md .tt-table-modal-info {
        width: 700px
    }
}

.tt-layout-product-info-02 {
    text-align: left
}

.tt-layout-product-info-02 .tt-title {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 6px;
    letter-spacing: .04em
}

.tt-layout-product-info-02 .tt-title:not(:first-child) {
    margin-top: 19px
}

.tt-layout-product-info-02 p {
    margin-top: 5px
}

.tt-layout-product-info-02 .tt-title+p {
    margin-top: 0
}

.tt-layout-product-info-02 ul:not([class]) {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-layout-product-info-02 ul:not([class])>li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 11px;
    color: #777
}

.tt-layout-product-info-02 ul:not([class])>li a {
    color: #777;
    transition: color .2s linear;
    text-decoration: none
}

.tt-layout-product-info-02 ul:not([class])>li a:hover {
    color: #2879fe
}

.tt-layout-product-info-02 ul:not([class])>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #777;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 1px;
    border-radius: 50%
}

.tt-layout-product-info-02 ul:not([class])+ul {
    margin-top: 5px
}

.modal-xs {
    width: 280px
}

.modal-xs .modal-header .close {
    right: -42px;
    top: 10px
}

.modal-xs .modal-body {
    padding: 10px 10px 23px !important
}

.tt-modal-subsribe-good {
    color: #191919;
    font-size: 14px;
    font-weight: 500
}

.tt-modal-subsribe-good i {
    font-size: 30px;
    color: #2879fe;
    position: relative;
    top: 5px;
    margin-right: 1px
}

#ModalVerifyAge .modal-header {
    height: 0
}

#ModalVerifyAge .modal-header .close {
    top: 22px;
    right: 0
}

#ModalVerifyAge .modal-header .close:not(:hover) {
    color: #999
}

#ModalVerifyAge .modal-header .close:before {
    font-size: 14px
}

#ModalVerifyAge .tt-modal-verifyage p {
    color: #191919;
    font-size: 16px;
    font-weight: 500
}

#ModalVerifyAge .tt-modal-verifyage .tt-title {
    color: #2879fe;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px
}

#ModalVerifyAge .tt-modal-verifyage .row-btn {
    margin-top: 10px
}

#ModalVerifyAge .tt-modal-verifyage .row-btn [class^=btn] {
    margin-top: 10px;
    width: 100px;
    height: 35px
}

#ModalVerifyAge .tt-modal-verifyage .row-btn [class^=btn]:first-child {
    background-color: #0ec482
}

#ModalVerifyAge .tt-modal-verifyage .row-btn [class^=btn]:first-child:hover {
    background-color: #191919
}

#ModalVerifyAge .tt-modal-verifyage .row-btn [class^=btn]:not(:first-child) {
    margin-left: 10px;
    background-color: #f8353e
}

#ModalVerifyAge .tt-modal-verifyage .row-btn [class^=btn]:not(:first-child):hover {
    background-color: #191919
}

#ModalMessage .modal-header {
    height: 0
}

#ModalMessage .modal-header .close {
    top: 23px;
    right: 2px;
    width: 27px;
    height: 27px;
    line-height: 1em
}

#ModalMessage .modal-header .close:not(:hover) {
    color: #999
}

#ModalMessage .modal-header .close:before {
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: -3px
}

@media (min-width:515px) {
    #ModalMessage .modal-dialog {
        width: 452px
    }
}

@media (max-width:514px) {
    #ModalMessage .modal-dialog {
        width: 370px
    }
}

.tt-modal-wishlist p {
    color: #191919;
    font-size: 16px;
    font-weight: 500
}

.tt-modal-wishlist .row-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start
}

@media (min-width:418px) {
    .tt-modal-wishlist .row-btn {
        margin-left: -15px
    }
    .tt-modal-wishlist .row-btn [class^=btn] {
        margin-top: 15px;
        margin-left: 15px
    }
}

@media (max-width:417px) {
    #ModalMessage .modal-dialog {
        width: 320px
    }
    .tt-modal-wishlist .row-btn {
        flex-direction: column
    }
    .tt-modal-wishlist .row-btn [class^=btn] {
        margin-top: 10px;
        width: 100%
    }
}

#ModalDiscount .tt-background {
    background: url(../images/custom/bg-discount.html) 0 0/50% auto no-repeat #fff
}

#ModalDiscount .modal-body {
    padding: 52px 0
}

@media (max-width:650px) {
    #ModalVerifyAge .tt-modal-verifyage .tt-title {
        font-size: 24px
    }
    #ModalVerifyAge .tt-modal-verifyage .row-btn {
        margin-top: 5px
    }
    #ModalDiscount .modal-body:not(.tt-layout-center) {
        background: #fff
    }
    #ModalDiscount .modal-body:not(.tt-layout-center) [class^=col] {
        flex: 0 0 100%;
        max-width: 100%
    }
    #ModalDiscount .modal-body {
        padding: 30px 0
    }
    #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title {
        padding-bottom: 18px
    }
    #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title .text-01 {
        font-size: 24px;
        line-height: 32px
    }
    #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title .text-02 {
        margin-top: 8px;
        font-size: 20px;
        line-height: 32px
    }
    #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title .text-03 {
        font-size: 36px;
        line-height: 32px;
        margin-top: 5px
    }
    #ModalDiscount .modal-body .tt-modal-discount p {
        margin-top: 20px
    }
}

#ModalDiscount .tt-modal-discount [class^=col] {
    padding-left: 30px;
    padding-right: 30px
}

#ModalDiscount .tt-modal-discount [class^=btn] {
    width: 100%
}

#ModalDiscount .tt-modal-discount .tt-promo-title {
    padding-bottom: 51px
}

#ModalDiscount .tt-modal-discount .tt-promo-title .text-01 {
    color: #191919;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600
}

#ModalDiscount .tt-modal-discount .tt-promo-title .text-02 {
    color: #191919;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 33px
}

#ModalDiscount .tt-modal-discount .tt-promo-title .text-03 {
    color: #191919;
    font-size: 40px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 5px
}

#ModalDiscount .tt-modal-discount .tt-link-underline {
    color: #2879fe;
    text-decoration: underline
}

#ModalDiscount .tt-modal-discount .tt-link-underline:hover {
    text-decoration: none
}

#ModalDiscount .tt-modal-discount p {
    margin-top: 34px
}

#ModalDiscount .form-default .form-group {
    margin-bottom: 10px
}

#ModalDiscount .form-default .form-control {
    text-align: center
}

#ModalDiscount .tt-background-fullwidth {
    background-size: 100% auto
}

#ModalDiscount .tt-layout-center [class^=col] {
    flex: 0 0 100%;
    max-width: 100%
}

#ModalDiscount .tt-layout-center .tt-modal-discount .form-group {
    text-align: center
}

#ModalDiscount .tt-layout-center .tt-modal-discount .form-group .form-control {
    max-width: 300px;
    display: inline-block
}

#ModalDiscount .tt-layout-center .tt-modal-discount [class^=btn] {
    max-width: 300px
}

.content-indent:not(:first-child) {
    margin-top: 52px
}

.tt-filters-options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center
}

.tt-filters-options .tt-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .02em;
    flex: 1 1 auto
}

.tt-filters-options .tt-btn-toggle {
    display: none
}

.tt-filters-options .tt-btn-toggle a {
    color: #2879fe;
    transition: color .2s linear;
    font-weight: 500;
    letter-spacing: -.02em;
    display: inline-block;
    position: relative;
    top: -2px;
    font-family: 'Samim-Bold' !important;
}

.tt-filters-options .tt-btn-toggle a:before {
    content: '\e9b9';
    font-family: wokiee;
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 7px;
    font-weight: 400;
    transition: color .2s linear;
    color: #2879fe
}

.tt-filters-options .tt-btn-toggle a:hover,
.tt-filters-options .tt-btn-toggle a:hover:before {
    color: #191919
}

@media (min-width:1025px) {
    .tt-filters-options .tt-btn-toggle a {
        font-size: 14px
    }
}

.tt-filters-options .tt-sort {
    margin-top: -1px
}

.tt-filters-options .tt-sort select {
    outline: 0;
    border: none;
    background: 0 0;
    color: #777;
    cursor: pointer;
    transition: color .2s linear
}

.tt-filters-options .tt-sort select:hover {
    color: #191919
}

.tt-filters-options .tt-sort select:not(:first-child) {
    margin-left: 10px
}

.tt-filters-options .tt-quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-right: -2px;
    margin-left: 3px;
    margin-top: -1px
}

.tt-filters-options .tt-quantity a:not(.last-child) {
    margin-left: 10px
}

.tt-filters-options .tt-quantity a:not(.tt-show):not(.tt-show-siblings) {
    display: none
}

.tt-filters-options .tt-quantity>a,
.tt-filters-options .tt-quantity>a:active,
.tt-filters-options .tt-quantity>a:focus {
    font-family: wokiee;
    color: #191919;
    opacity: .15;
    transition: opacity .2s linear
}

.tt-filters-options .tt-quantity>a.tt-col-one,
.tt-filters-options .tt-quantity>a.tt-col-three,
.tt-filters-options .tt-quantity>a.tt-col-two {
    font-size: 20px
}

.tt-filters-options .tt-quantity>a.tt-col-four,
.tt-filters-options .tt-quantity>a.tt-col-six {
    font-size: 23px
}

.tt-filters-options .tt-quantity>a.active,
.tt-filters-options .tt-quantity>a:hover {
    opacity: 1
}

.tt-filters-options .tt-quantity .tt-col-one:before {
    content: '\ea4b'
}

.tt-filters-options .tt-quantity .tt-col-two:before {
    content: '\ea5e'
}

.tt-filters-options .tt-quantity .tt-col-three:before {
    content: '\ea30'
}

.tt-filters-options .tt-quantity .tt-col-four:before {
    content: '\ea31'
}

.tt-filters-options .tt-quantity .tt-col-six:before {
    content: '\ea61'
}

@media (max-width:1024px) {
    .tt-filters-options .tt-btn-toggle a {
        font-size: 13px
    }
    .tt-filters-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }
    .tt-filters-options .tt-title {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-bottom: 16px
    }
    .tt-filters-options .tt-btn-toggle {
        display: inline-block;
        flex: 1 1 auto
    }
}

@media (min-width:1025px) {
    .desctop-no-sidebar.tt-filters-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: center;
        align-items: center
    }
    .desctop-no-sidebar.tt-filters-options .tt-title {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-bottom: 20px
    }
    .desctop-no-sidebar.tt-filters-options .tt-btn-toggle {
        display: inline-block;
        flex: 1 1 auto
    }
    .tt-filters-options+.tt-product-listing {
        margin-top: 15px
    }
}

@media (max-width:1024px) and (min-width:576px) {
    .tt-filters-options+.tt-product-listing {
        margin-top: -13px
    }
}

@media (max-width:575px) {
    .tt-filters-options+.tt-product-listing {
        margin-top: -2px
    }
}

.tt-product-listing {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.tt-product-listing>.tt-col-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:1025px) {
    .tt-product-listing>.tt-col-item {
        margin-top: 28px
    }
}

@media (max-width:1024px) and (min-width:576px) {
    .tt-product-listing>.tt-col-item {
        margin-top: 40px
    }
}

@media (max-width:575px) {
    .tt-product-listing>.tt-col-item {
        margin-top: 30px
    }
}

.tt-product-listing:not(:only-child) {
    justify-content: left
}

.tt-product-listing.tt-col-one>.tt-col-item {
    flex: 0 0 100%;
    max-width: 100%
}

.tt-product-listing.tt-col-two>.tt-col-item {
    flex: 0 0 50%;
    max-width: 50%
}

.tt-product-listing.tt-col-three>.tt-col-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.tt-product-listing.tt-col-four>.tt-col-item {
    flex: 0 0 25%;
    max-width: 25%
}

.tt-product-listing.tt-col-six>.tt-col-item {
    flex: 0 0 16.666%;
    max-width: 16.666%
}

.tt_product_showmore {
    margin-top: 28px
}

.tt_product_showmore .tt_item_all_js {
    margin-top: 18px;
    display: none
}

.tt_product_showmore .tt_item_all_js.is-visibility {
    display: block
}

@media (max-width:360px) {
    .tt_product_showmore [class^=btn] {
        width: 100%
    }
}

body.no-scroll:not(.touch-device),
html.win.ie body.no-scroll {
    padding-right: 17px
}

body.no-scroll {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 0
}

.modal-filter {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: block;
    opacity: 0;
    transition: background .2s linear
}

.tt-btn-col-close {
    display: none;
    text-decoration: none;
    position: relative;
    width: 286px;
    left: -150%;
    top: 0;
    z-index: 13;
    transition: left .2s linear
}

.tt-btn-col-close a {
    display: block;
    position: relative;
    padding: 15px 14px 13px 28px;
    font-size: 14px;
    text-align: left;
    background: 0 0;
    transition: color .2s linear
}

.tt-btn-col-close a:before {
    content: "\e9b3";
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-family: wokiee;
    margin: 0 5px 0 0;
    transition: color .2s linear
}

@media (min-width:1025px) {
    .tt-btn-col-close {
        background: #fff;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), #fff 20%)
    }
    .tt-btn-col-close a {
        color: #191919;
        font-family: 'Samim-Bold' !important;
        font-weight: 500;
        text-transform: uppercase;
        padding: 22px 14px 20px 28px
    }
    .tt-btn-col-close a:before {
        font-size: 20px;
        top: 4px;
        font-weight: 400;
        letter-spacing: .04em;
        color: #191919
    }
    .tt-btn-col-close a:hover {
        color: #2879fe
    }
    .tt-btn-col-close a:hover:before {
        color: #191919
    }
    .aside.leftColumn:not(.desctop-no-sidebar) .tt-filter-detach-option {
        display: none
    }
}

@media (max-width:1024px) {
    .tt-btn-col-close {
        background: #fff;
        border-bottom: 1px solid #e9e7e7
    }
    .tt-btn-col-close a {
        color: #777
    }
    .tt-btn-col-close a:before {
        top: 1px;
        color: #191919
    }
    .tt-btn-col-close a:hover {
        color: #2879fe
    }
    .tt-btn-col-close a:hover:before {
        color: #191919
    }
    .tt-btn-col-close a:after {
        content: '';
        position: absolute;
        bottom: -11px;
        width: 100%;
        height: 10px;
        left: 0;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), #fff 60%)
    }
    .aside.leftColumn {
        position: fixed;
        display: block;
        margin: 0;
        background: #fff;
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 287px;
        max-width: inherit;
        text-align: left;
        transition: left .2s linear
    }
    .aside.leftColumn .tt-btn-col-close {
        display: block
    }
}

@media (min-width:1025px) {
    .aside.leftColumn.desctop-no-sidebar {
        position: fixed;
        display: block;
        margin: 0;
        background: #fff;
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 287px;
        max-width: inherit;
        text-align: left;
        overflow-x: hidden;
        transition: left .2s linear
    }
    .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close {
        display: block
    }
    .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close+.tt-collapse,
    .column-open .tt-collapse.hide~div {
        margin-top: 46px
    }
}

.aside.leftColumn.column-open {
    left: 0;
    padding: 50px 30px 20px
}

.aside.leftColumn.column-open .tt-btn-col-close {
    left: 0;
    position: fixed
}

html.ie .aside.leftColumn,
html.ie .aside.leftColumn.desctop-no-sidebar,
html.ie .tt-btn-col-close {
    transition: left linear
}

.tt-collapse {
    position: relative
}

.tt-collapse .tt-collapse-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding: 0 20px 13px 0;
    cursor: pointer;
    color: #191919;
    border-bottom: 1px solid #e9e7e7;
    transition: color .2s linear
}

.tt-collapse .tt-collapse-title:after {
    position: absolute;
    display: block;
    top: 7px;
    right: -2px;
    font-family: wokiee;
    font-size: 10px;
    content: "\e9b1";
    line-height: 1;
    font-weight: 400;
    color: #191919
}

.tt-collapse .tt-collapse-title:hover {
    color: #2879fe
}

.tt-collapse .tt-collapse-title:hover:after {
    color: #191919
}

.tt-collapse .tt-collapse-title+.tt-collapse-content {
    margin-top: 20px
}

.tt-collapse .tt-collapse-title+.tt-collapse-content .tt-list-row {
    margin-top: -8px
}

.tt-collapse .tt-collapse-title+.tt-collapse-content .tt-filter-list {
    margin-top: -7px
}

.tt-collapse .tt-collapse-title+.tt-collapse-content .tt-aside,
.tt-collapse .tt-collapse-title+.tt-collapse-content .tt-list-inline {
    margin-top: -4px
}

.open.tt-collapse>.tt-collapse-title:after {
    content: "\e9b2"
}

.tt-collapse:not(:last-child) {
    margin-bottom: 33px
}

.tt-btn-col-close+.tt-collapse {
    margin-top: 32px
}

@media (min-width:1025px) {
    .column-open .tt-btn-col-close+.tt-collapse {
        margin-top: 20px
    }
}

.tt-filter-list {
    list-style: none;
    margin: -3px 0 0;
    padding: 0
}

.tt-filter-list li {
    position: relative
}

.tt-filter-list li a {
    display: block;
    padding: 3px 0 3px 20px;
    letter-spacing: .01em;
    color: #777;
    transition: color .2s linear
}

.tt-filter-list li a:before {
    content: "\e9b3";
    position: absolute;
    left: -1px;
    top: 7px;
    font-size: 12px;
    line-height: 1;
    font-family: wokiee;
    color: #191919
}

.tt-filter-list li a:hover {
    color: #2879fe
}

.tt-filter-list li a:hover:before {
    color: #191919
}

.tt-filter-list li.active,
.tt-filter-list li.active a:before {
    color: #2879fe
}

.tt-filter-list+.btn-link-02 {
    margin-top: 6px
}

.leftColumn .tt-list-row li a,
.rightColumn .tt-list-row li a {
    display: block
}

.tt-list-row {
    list-style: none;
    margin: -2px 0 0;
    padding: 0
}

.tt-list-row li a {
    color: #777;
    padding: 5px 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .01em;
    transition: color .2s linear
}

.tt-list-row li a:hover,
.tt-list-row li.active a {
    color: #2879fe
}

.tt-list-row li:last-child a {
    padding-bottom: 0
}

.tt-list-row+[class^=btn] {
    margin-top: 5px
}

.tt-aside .tt-item:not(:first-child) {
    margin-top: 16px
}

.tt-aside .tt-item {
    display: flex;
    flex-wrap: wrap
}

.tt-aside .tt-item .tt-img {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-top: 4px;
    position: relative
}

.tt-aside .tt-item .tt-img img {
    max-width: 100%;
    height: auto
}

.tt-aside .tt-item .tt-img .tt-img-default {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0
}

.tt-aside .tt-item .tt-img .tt-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: opacity .3s ease-out
}

.tt-aside .tt-item .tt-img+.tt-content {
    flex: 0 0 50%;
    max-width: 50%
}

.tt-aside .tt-item .tt-content .tt-title {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Samim-Bold' !important;
    color: #191919;
    transition: color .2s linear
}

.tt-aside .tt-item .tt-content .tt-price {
    color: #191919;
    font-size: 16px;
    font-weight: 500
}

.tt-aside .tt-item .tt-content .tt-price .sale-price {
    color: #f8353e;
    margin-right: 4px
}

.tt-aside .tt-item .tt-content .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-aside .tt-item:hover .tt-img-default+.tt-roll-over {
    opacity: 0
}

.tt-aside .tt-item:hover .tt-img-roll-over,
.tt-aside .tt-item:hover [class^=tt-img]:last-child {
    opacity: 1
}

.tt-aside .tt-item:hover .tt-title {
    color: #2879fe
}

.tt-filter-detach-option .filters-mobile .filters-row-select:not(:first-child) {
    margin-top: 20px
}

.tt-filter-detach-option .filters-mobile .filters-row-select select {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    outline: 0;
    border: none;
    background: #f7f8fa;
    color: #777;
    cursor: pointer;
    padding: 9px 5px 12px 9px;
    letter-spacing: .01em;
    transition: color .2s linear
}

.tt-filter-detach-option .filters-mobile .filters-row-select select:hover {
    color: #191919
}

.tt-filter-detach-option .filters-mobile .filters-row-select select:not(:first-child) {
    margin-top: 20px
}

@media (min-width:1025px) {
    .tt-filters-options+.tt-product-listing-masonry {
        margin-top: 28px
    }
    .tt-product-listing-masonry .element-item {
        width: 25%;
        padding: 10px
    }
    .tt-product-listing-masonry .element-item.double-size {
        width: 50%
    }
}

@media (max-width:1024px) {
    .column-open .tt-collapse.hide~div {
        margin-top: 32px
    }
    .tt-filters-options+.tt-product-listing-masonry {
        margin-top: -4px
    }
}

@media (max-width:575px) {
    .tt-filters-options+.tt-product-listing-masonry {
        margin-top: 8px
    }
}

.tt-product-listing-masonry .tt-product-init {
    margin: -10px
}

.tt-product-listing-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.tt-product-listing-masonry .element-item {
    position: relative;
    float: left
}

@media (max-width:1024px) {
    .tt-product-listing-masonry {
        margin-top: -40px
    }
    .tt-product-listing-masonry .element-item {
        width: 33.333%;
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:789px) {
    .tt-product-listing-masonry .element-item {
        width: 50%
    }
}

@media (max-width:575px) {
    .tt-product-listing-masonry {
        margin-top: -30px
    }
    .tt-product-listing-masonry .element-item {
        margin-top: 30px
    }
}

.tt-product-listing.tt-row-view>.tt-col-item {
    flex: 0 0 100%;
    max-width: 100%
}

.tt-grid-switch {
    color: #191919;
    font-size: 20px;
    margin-left: 10px;
    margin-top: -1px;
    text-decoration: none;
    opacity: .15;
    transition: color .2s linear
}

.tt-grid-switch.active,
.tt-grid-switch:hover {
    color: #191919;
    opacity: 1
}

.tt-quantity.tt-disabled a.active {
    opacity: .3
}

.tt-product-design02.tt-view,
.tt-product.tt-view {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.tt-product-design02.tt-view .tt-image-box,
.tt-product.tt-view .tt-image-box {
    position: relative;
    width: 40%
}

.tt-product-design02.tt-view .tt-image-box img,
.tt-product.tt-view .tt-image-box img {
    width: 100%;
    height: auto
}

.tt-product-design02.tt-view .tt-image-box .tt-btn-quickview,
.tt-product.tt-view .tt-image-box .tt-btn-quickview {
    display: none
}

.tt-product-design02.tt-view .tt-image-box .tt-img,
.tt-product.tt-view .tt-image-box .tt-img {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0
}

.tt-product-design02.tt-view .tt-image-box .tt-img-roll-over,
.tt-product.tt-view .tt-image-box .tt-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: opacity .3s ease-out
}

.tt-product-design02.tt-view .tt-image-box .tt-label-location,
.tt-product.tt-view .tt-image-box .tt-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start
}

.tt-product-design02.tt-view .tt-image-box .tt-label-location [class^=tt-label-],
.tt-product.tt-view .tt-image-box .tt-label-location [class^=tt-label-] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding: 2px 4px
}

.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-new,
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-new {
    background: #03a9f5;
    color: #fff
}

.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-sale,
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-sale {
    background: #f8353e;
    color: #fff
}

.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-our-fatured,
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-our-fatured {
    background: #fdbc20;
    color: #fff
}

.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-our-stock,
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-our-stock {
    background: #191919;
    color: #fff
}

.tt-product-design02.tt-view .tt-description,
.tt-product.tt-view .tt-description {
    width: 60%;
    position: relative;
    z-index: 2
}

@media (min-width:421px) {
    .tt-product-design02.tt-view .tt-description,
    .tt-product.tt-view .tt-description {
        padding-left: 30px
    }
}

.tt-product-design02.tt-view .tt-description .tt-row,
.tt-product.tt-view .tt-description .tt-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.tt-product-design02.tt-view .tt-description .tt-row>:nth-child(1),
.tt-product.tt-view .tt-description .tt-row>:nth-child(1) {
    flex: 1 1 auto
}

@media (max-width:420px) {
    .tt-product-design02.tt-view .tt-description,
    .tt-product.tt-view .tt-description {
        padding-left: 20px
    }
    .tt-product-design02.tt-view .tt-description .tt-row,
    .tt-product.tt-view .tt-description .tt-row {
        flex-direction: column;
        padding-bottom: 3px
    }
    .tt-product-design02.tt-view .tt-description .tt-row .tt-rating:not(:first-child),
    .tt-product.tt-view .tt-description .tt-row .tt-rating:not(:first-child) {
        margin-top: 3px
    }
}

.tt-product-design02.tt-view .tt-description .tt-add-info,
.tt-product.tt-view .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.tt-product-design02.tt-view .tt-description .tt-add-info li,
.tt-product.tt-view .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    color: #999
}

.tt-product-design02.tt-view .tt-description .tt-add-info li a,
.tt-product.tt-view .tt-description .tt-add-info li a {
    color: #999;
    transition: color .2s linear
}

.tt-product-design02.tt-view .tt-description .tt-add-info li a:hover,
.tt-product.tt-view .tt-description .tt-add-info li a:hover {
    color: #2879fe
}

.tt-product-design02.tt-view .tt-description .tt-title,
.tt-product.tt-view .tt-description .tt-title {
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 400;
    color: #191919
}

.tt-product-design02.tt-view .tt-description .tt-title a,
.tt-product.tt-view .tt-description .tt-title a {
    color: #191919
}

.tt-product-design02.tt-view .tt-description .tt-title a:hover,
.tt-product.tt-view .tt-description .tt-title a:hover {
    color: #2879fe
}

.tt-product-design02.tt-view .tt-description .tt-price,
.tt-product.tt-view .tt-description .tt-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
    margin-top: 3px
}

.tt-product-design02.tt-view .tt-description .tt-price .new-price,
.tt-product.tt-view .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-product-design02.tt-view .tt-description .tt-price .old-price,
.tt-product.tt-view .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-product-design02.tt-view .tt-description .tt-price .old-price .money,
.tt-product.tt-view .tt-description .tt-price .old-price .money {
    text-decoration: line-through
}

.tt-product-design02.tt-view .tt-description .tt-price span,
.tt-product.tt-view .tt-description .tt-price span {
    display: inline-block
}

.tt-product-design02.tt-view .tt-description .tt-option-block,
.tt-product.tt-view .tt-description .tt-option-block {
    margin-top: 15px
}

.tt-product-design02.tt-view .tt-description .tt-option-block>[class^=tt-options-]:not(:first-child),
.tt-product.tt-view .tt-description .tt-option-block>[class^=tt-options-]:not(:first-child) {
    margin-top: 3px
}

.tt-product-design02.tt-view .tt-description .tt-option-block>[class^=tt-options-],
.tt-product.tt-view .tt-description .tt-option-block>[class^=tt-options-] {
    width: 100%
}

.tt-product-design02.tt-view .tt-description .tt-product-inside-hover,
.tt-product.tt-view .tt-description .tt-product-inside-hover {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.tt-product-design02.tt-view .tt-description .tt-btn-addtocart,
.tt-product.tt-view .tt-description .tt-btn-addtocart {
    line-height: 1;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
    display: inline-block;
    position: relative;
    letter-spacing: .04em;
    color: #2879fe;
    font-size: 14px;
    margin-top: 2px;
    transition: color .2s linear
}

.tt-product-design02.tt-view .tt-description .tt-btn-addtocart:before,
.tt-product.tt-view .tt-description .tt-btn-addtocart:before {
    content: '\e9ed';
    font-family: wokiee;
    font-size: 20px;
    top: 3px;
    margin-right: 6px;
    font-weight: 400;
    position: relative;
    color: #2879fe;
    transition: color .2s linear
}

.tt-product-design02.tt-view .tt-description .tt-btn-addtocart:hover,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart:hover:before,
.tt-product.tt-view .tt-description .tt-btn-addtocart:hover,
.tt-product.tt-view .tt-description .tt-btn-addtocart:hover:before {
    color: #191919
}

.tt-product-design02.tt-view .tt-description .tt-btn-quickview,
.tt-product.tt-view .tt-description .tt-btn-quickview {
    font-size: 20px;
    line-height: 1;
    padding: 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    color: #191919;
    transition: color .2s linear;
    display: inline-block;
    position: relative
}

.tt-product-design02.tt-view .tt-description .tt-btn-quickview:before,
.tt-product.tt-view .tt-description .tt-btn-quickview:before {
    content: '\e9a8';
    font-family: wokiee
}

.tt-product-design02.tt-view .tt-description .tt-btn-quickview:hover,
.tt-product.tt-view .tt-description .tt-btn-quickview:hover {
    color: #2879fe
}

.tt-product-design02.tt-view .tt-description .tt-btn-wishlist,
.tt-product.tt-view .tt-description .tt-btn-wishlist {
    font-size: 16px;
    line-height: 1;
    padding: 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    color: #191919;
    transition: color .2s linear;
    display: inline-block;
    position: relative
}

.tt-product-design02.tt-view .tt-description .tt-btn-wishlist:before,
.tt-product.tt-view .tt-description .tt-btn-wishlist:before {
    content: '\eb16';
    font-family: wokiee
}

.tt-product-design02.tt-view .tt-description .tt-btn-wishlist.active,
.tt-product-design02.tt-view .tt-description .tt-btn-wishlist:hover,
.tt-product.tt-view .tt-description .tt-btn-wishlist.active,
.tt-product.tt-view .tt-description .tt-btn-wishlist:hover {
    color: #2879fe
}

.tt-product-design02.tt-view .tt-description .tt-btn-compare,
.tt-product.tt-view .tt-description .tt-btn-compare {
    font-size: 16px;
    line-height: 1;
    padding: 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    color: #191919;
    transition: color .2s linear;
    display: inline-block;
    position: relative
}

.tt-product-design02.tt-view .tt-description .tt-btn-compare:before,
.tt-product.tt-view .tt-description .tt-btn-compare:before {
    content: '\eb18';
    font-family: wokiee
}

.tt-product-design02.tt-view .tt-description .tt-btn-compare.active,
.tt-product-design02.tt-view .tt-description .tt-btn-compare:hover,
.tt-product.tt-view .tt-description .tt-btn-compare.active,
.tt-product.tt-view .tt-description .tt-btn-compare:hover {
    color: #2879fe
}

@media (max-width:370px) {
    #ModalMessage .modal-dialog {
        width: 280px
    }
    .tt-product-design02.tt-view .tt-description .tt-btn-compare,
    .tt-product-design02.tt-view .tt-description .tt-btn-quickview,
    .tt-product-design02.tt-view .tt-description .tt-btn-wishlist,
    .tt-product.tt-view .tt-description .tt-btn-compare,
    .tt-product.tt-view .tt-description .tt-btn-quickview,
    .tt-product.tt-view .tt-description .tt-btn-wishlist {
        margin-left: 3px;
        margin-right: 3px
    }
}

.tt-product-design02.tt-view .tt-description .tt-row-btn,
.tt-product.tt-view .tt-description .tt-row-btn {
    margin-top: 12px
}

.tt-product-design02.tt-view .tt-description .tt-row-btn:not(:first-child) [class^=tt-btn]:first-child,
.tt-product.tt-view .tt-description .tt-row-btn:not(:first-child) [class^=tt-btn]:first-child {
    margin-left: 0;
    padding-left: 0
}

.tt-product-design02.tt-view .tt-description>:nth-child(1),
.tt-product.tt-view .tt-description>:nth-child(1) {
    margin-top: 0
}

.tt-product-design02.tt-view .tt-description>:nth-child(1).tt-row,
.tt-product-design02.tt-view .tt-description>:nth-child(1).tt-text-info,
.tt-product-design02.tt-view .tt-description>:nth-child(1).tt-title,
.tt-product.tt-view .tt-description>:nth-child(1).tt-row,
.tt-product.tt-view .tt-description>:nth-child(1).tt-text-info,
.tt-product.tt-view .tt-description>:nth-child(1).tt-title {
    margin-top: -4px
}

.tt-product-design02.tt-view .tt-image-box:hover .tt-img-roll-over+.tt-img,
.tt-product.tt-view .tt-image-box:hover .tt-img-roll-over+.tt-img {
    opacity: 0
}

.tt-product-design02.tt-view .tt-image-box:hover .tt-img-roll-over,
.tt-product-design02.tt-view .tt-image-box:hover [class^=tt-img]:last-child,
.tt-product.tt-view .tt-image-box:hover .tt-img-roll-over,
.tt-product.tt-view .tt-image-box:hover [class^=tt-img]:last-child {
    opacity: 1
}

@media (min-width:1025px) {
    .tt-product:not(.tt-view).thumbprod-center {
        text-align: center
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row {
        flex-direction: column;
        flex-wrap: wrap
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row .tt-add-info {
        width: 100%
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-rating {
        width: 100%;
        display: block;
        text-align: center
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-price {
        display: block
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch {
        justify-content: center
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-product-inside-hover {
        display: block;
        text-align: center
    }
}

@media (max-width:1024px) {
    .tt-product:not(.tt-view).thumbprod-center {
        text-align: center
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row {
        flex-direction: column;
        flex-wrap: wrap
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row .tt-add-info {
        width: 100%
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-rating {
        width: 100%;
        display: block;
        text-align: center
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-price {
        display: block
    }
    .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch {
        justify-content: center
    }
}

@media (min-width:1025px) {
    .tt-product:not(.tt-view) {
        overflow: hidden
    }
    .tt-product:not(.tt-view) .tt-image-box {
        position: relative;
        height: 200px;
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: #fff;
        color: #191919;
        width: 46px;
        height: 46px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        border-radius: 50%;
        opacity: 0;
        transition: .2s linear;
        z-index: 6
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:before {
        content: '\e9a8';
        font-family: wokiee;
        font-size: 20px;
        line-height: 1;
        margin-top: -2px
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:hover {
        background: #2879fe;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: #fff;
        color: #191919;
        width: 46px;
        height: 46px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        border-radius: 50%;
        opacity: 0;
        transition: .2s linear;
        z-index: 6
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist:before {
        content: '\eb16';
        font-family: wokiee;
        font-size: 16px;
        line-height: 1;
        margin-top: 1px
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist.active,
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist:hover {
        background: #2879fe;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: #fff;
        color: #191919;
        width: 46px;
        height: 46px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        border-radius: 50%;
        opacity: 0;
        transition: .2s linear;
        z-index: 6
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare:before {
        content: '\eb18';
        font-family: wokiee;
        font-size: 16px;
        line-height: 1;
        margin-top: 1px
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare.active,
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare:hover {
        background: #2879fe;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview+.tt-btn-compare,
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview+.tt-btn-wishlist {
        top: 61px
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview+.tt-btn-wishlist+.tt-btn-compare {
        top: 116px
    }
    .tt-product:not(.tt-view) .tt-image-box img {
        width: 100%;
        height: auto
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-img {
        transition: opacity .3s ease-out;
        overflow: hidden;
        top: 0;
        left: 0
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-img-roll-over {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        width: 100%;
        transition: opacity .3s ease-out
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-img-roll-over.disable {
        display: none
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location {
        position: absolute;
        top: 7px;
        left: 8px;
        z-index: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location [class^=tt-label-] {
        margin-left: 3px;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        padding: 3px 4px 1px;
        border-radius: 2px
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new {
        background: #03a9f5;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale {
        background: #f8353e;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-fatured {
        background: #fdbc20;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-stock {
        background: #191919;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-description {
        padding-top: 17px;
        position: relative;
        z-index: 2;
        background: #fff
    }
    .tt-product:not(.tt-view) .tt-description .tt-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }
    .tt-product:not(.tt-view) .tt-description .tt-row>:nth-child(1) {
        flex: 1 1 auto
    }
    .tt-product:not(.tt-view) .tt-description .tt-add-info {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        font-family: 'Samim-Bold' !important;
    }
    .tt-product:not(.tt-view) .tt-description .tt-add-info li {
        font-size: 12px;
        line-height: 19px;
        color: #999
    }
    .tt-product:not(.tt-view) .tt-description .tt-add-info li a {
        color: #999;
        transition: color .2s linear
    }
    .tt-product:not(.tt-view) .tt-description .tt-add-info li a:hover {
        color: #2879fe
    }
    .tt-product:not(.tt-view) .tt-description .tt-title {
        font-family: 'Samim-Bold' !important;
        font-size: 14px;
        font-weight: 500;
        color: #191919
    }
    .tt-product:not(.tt-view) .tt-description .tt-title a {
        color: #191919
    }
    .tt-product:not(.tt-view) .tt-description .tt-title a:hover {
        color: #2879fe
    }
    .tt-product:not(.tt-view) .tt-description .tt-select {
        background-color: #f7f8fa;
        color: #777;
        border: none;
        height: 30px;
        width: 100%;
        max-width: 170px;
        padding: 2px 8px;
        cursor: pointer;
        outline: 0;
        display: block
    }
    .tt-product:not(.tt-view) .tt-description .tt-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        font-family: 'Samim-Bold' !important;
        color: #191919
    }
    .tt-product:not(.tt-view) .tt-description .tt-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }
    .tt-product:not(.tt-view) .tt-description .tt-price .old-price {
        color: #191919;
        text-decoration: line-through
    }
    .tt-product:not(.tt-view) .tt-description .tt-price .old-price .money {
        text-decoration: line-through
    }
    .tt-product:not(.tt-view) .tt-description .tt-price span {
        display: inline-block
    }
    .tt-product:not(.tt-view) .tt-description .tt-option-block {
        margin-top: 14px
    }
    .tt-product:not(.tt-view) .tt-description .tt-option-block>[class^=tt-options-]:not(:first-child) {
        margin-top: 9px
    }
    .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        position: absolute;
        width: 100%
    }
}

@media (min-width:1025px) and (min-width:1025px) {
    .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover {
        display: none;
        opacity: 0
    }
    .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover>* {
        margin-top: 17px
    }
}

@media (min-width:1025px) {
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
        line-height: 1;
        font-weight: 400;
        font-family: 'Samim-Bold' !important;
        display: inline-block;
        position: relative;
        letter-spacing: .04em;
        color: #2879fe;
        font-size: 14px;
        transition: color .2s linear
    }
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
        background-color: #2879fe;
        color: #fff;
        padding: 3px 16px 9px;
        border-radius: 6px;
        transition: .2s linear
    }
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:before {
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
        background-color: #2267d8;
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover:before {
        color: #fff
    }
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:before {
        content: '\e986';
        font-family: wokiee;
        font-size: 20px;
        top: 3px;
        margin-right: 6px;
        font-weight: 400;
        position: relative;
        color: #2879fe;
        transition: color .2s linear
    }
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover,
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover:before {
        color: #191919
    }
    .tt-product:not(.tt-view) .tt-description>:nth-child(1) {
        margin-top: 0
    }
    .tt-product:not(.tt-view):hover .tt-image-box .tt-btn-compare,
    .tt-product:not(.tt-view):hover .tt-image-box .tt-btn-quickview,
    .tt-product:not(.tt-view):hover .tt-image-box .tt-btn-wishlist {
        opacity: 1
    }
    .tt-product:not(.tt-view):hover .tt-image-box .tt-img-roll-over+.tt-img {
        opacity: 0
    }
    .tt-product:not(.tt-view):hover .tt-image-box .tt-img-roll-over,
    .tt-product:not(.tt-view):hover .tt-image-box [class^=tt-img]:last-child {
        opacity: 1
    }
}

@media (max-width:1024px) {
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
        display: none
    }
}

@media (min-width:1025px) {
    .tt-product:not(.tt-view).hovered .tt-product-inside-hover {
        display: inline-flex
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 12px 20px;
        margin-top: 0;
        bottom: -50%;
        position: absolute;
        width: 100%;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        transition: bottom .2s linear
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-row {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-row .tt-add-info {
        width: 100%;
        display: block;
        text-align: center
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch {
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
        padding-top: 1px
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-product-inside-hover {
        display: block;
        text-align: center
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-btn-quickview {
        position: absolute;
        bottom: 8px;
        right: 18px
    }
    .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-btn-link {
        position: absolute;
        bottom: 7px;
        right: 18px
    }
    .tt-product-design02:not(.tt-view).thumbprod-center:hover .tt-description {
        height: 100%
    }
    .tt-product-design02:not(.tt-view) {
        position: relative;
        overflow: hidden
    }
    .tt-product-design02:not(.tt-view) .tt-image-box {
        position: relative
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-img img {
        width: 100%;
        height: auto
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-img-roll-over {
        display: none
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location {
        position: absolute;
        top: 7px;
        left: 8px;
        z-index: 7;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        opacity: 1;
        transition: opacity .2s linear
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location [class^=tt-label-] {
        margin-left: 3px;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        padding: 2px 4px
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new {
        color: #fff;
        background: #1393f5
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale {
        color: #fff;
        background: #f8353e
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-fatured {
        color: #fff;
        background: #fdbc20
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-stock {
        color: #fff;
        background: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-image-box:before {
        background: #f7f8fa;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: .2s linear
    }
    .tt-product-design02:not(.tt-view) .tt-description {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: flex-start;
        align-items: flex-start;
        padding: 12px 20px;
        margin-top: 0;
        bottom: -50%;
        position: absolute;
        width: 100%;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        transition: bottom .2s linear
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-row .tt-rating {
        order: 1;
        margin-left: -1px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-row .tt-add-info {
        order: 2
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info {
        list-style: none;
        margin: 13px 0 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li {
        font-size: 12px;
        line-height: 19px;
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a {
        color: #191919;
        transition: .2s linear
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-title {
        font-family: 'Samim-Bold' !important;
        font-size: 14px;
        font-weight: 400;
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-title a {
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-title a:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price .old-price {
        color: #191919;
        text-decoration: line-through
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price span {
        display: inline-block
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-option-block,
    .tt-product-design02:not(.tt-view) .tt-description .tt-option-block>[class^=tt-options-]:not(:first-child) {
        margin-top: 9px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
        overflow: hidden;
        width: 100%
    }
    .tt-product-design02:not(.tt-view) .tt-description>:nth-child(1) {
        margin-top: 0
    }
    .tt-product-design02:not(.tt-view) .tt-options-swatch li a:not(.options-color) {
        background: #fff;
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-options-swatch li a.options-color {
        font-size: 0;
        line-height: 0
    }
    .tt-product-design02:not(.tt-view) .tt-options-swatch li:hover a:not(.options-color) {
        color: #fff;
        background: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-options-swatch li:hover .options-color:before {
        border-color: #fff
    }
    .tt-product-design02:not(.tt-view) .tt-options-swatch li.active a:not(.options-color) {
        color: #fff;
        background: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-options-swatch li.active .options-color:before {
        border-color: #fff
    }
    .tt-product-design02:not(.tt-view) .tt-btn-addtocart {
        line-height: 1;
        color: #2879fe;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Samim-Bold' !important;
        transition: color .2s linear;
        display: inline-block;
        position: relative;
        letter-spacing: .04em
    }
    .tt-product-design02:not(.tt-view) .tt-btn-addtocart:before {
        content: '\e986';
        font-family: wokiee;
        color: #2879fe;
        font-size: 20px;
        top: 3px;
        margin-right: 6px;
        font-weight: 400;
        position: relative;
        transition: color .2s linear
    }
    .tt-product-design02:not(.tt-view) .tt-btn-addtocart:hover,
    .tt-product-design02:not(.tt-view) .tt-btn-addtocart:hover:before {
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-btn-quickview {
        font-size: 20px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: #191919;
        transition: .2s linear;
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 7px;
        opacity: 0;
        visibility: hidden
    }
    .tt-product-design02:not(.tt-view) .tt-btn-quickview:before {
        content: '\e9a8';
        font-family: wokiee
    }
    .tt-product-design02:not(.tt-view) .tt-btn-quickview.active,
    .tt-product-design02:not(.tt-view) .tt-btn-quickview:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-btn-wishlist {
        font-size: 16px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: #191919;
        transition: .2s linear;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 52px;
        opacity: 0;
        visibility: hidden
    }
    .tt-product-design02:not(.tt-view) .tt-btn-wishlist:before {
        content: '\eb16';
        font-family: wokiee
    }
    .tt-product-design02:not(.tt-view) .tt-btn-wishlist.active,
    .tt-product-design02:not(.tt-view) .tt-btn-wishlist:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-btn-compare {
        font-size: 16px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: #191919;
        transition: .2s linear;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 96px;
        opacity: 0;
        visibility: hidden
    }
    .tt-product-design02:not(.tt-view) .tt-btn-compare:before {
        content: '\eb18';
        font-family: wokiee
    }
    .tt-product-design02:not(.tt-view) .tt-btn-compare.active,
    .tt-product-design02:not(.tt-view) .tt-btn-compare:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-btn-link {
        font-size: 20px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: #191919;
        transition: color .2s linear;
        display: inline-block
    }
    .tt-product-design02:not(.tt-view) .tt-btn-link:before {
        content: '\e91e';
        font-family: wokiee
    }
    .tt-product-design02:not(.tt-view) .tt-btn-link:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description.scrollable {
        padding-top: 0;
        padding-bottom: 0
    }
    .tt-product-design02:not(.tt-view) .tt-description.scrollable .viewport {
        width: 100%;
        padding-top: 17px;
        padding-bottom: 17px
    }
    .tt-product-design02:not(.tt-view) .tt-countdown_box {
        visibility: visible;
        transition: opacity .2s linear;
        opacity: 1
    }
    .tt-product-design02:not(.tt-view):hover .tt-label-location {
        opacity: 0
    }
    .tt-product-design02:not(.tt-view):hover .tt-image-box:before {
        opacity: .8
    }
    .tt-product-design02:not(.tt-view):hover .tt-description {
        bottom: 0;
        opacity: 1;
        visibility: visible
    }
    .tt-product-design02:not(.tt-view):hover .tt-countdown_box {
        opacity: 0;
        visibility: hidden
    }
    .tt-product-design02:not(.tt-view):hover>.tt-btn-compare,
    .tt-product-design02:not(.tt-view):hover>.tt-btn-quickview,
    .tt-product-design02:not(.tt-view):hover>.tt-btn-wishlist {
        opacity: 1;
        visibility: visible;
        z-index: 7
    }
}

@media (max-width:1024px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-link {
        display: none
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) [class^=tt-btn]:not(.tt-btn-addtocart):first-child {
        margin-left: 0;
        padding-left: 0
    }
    .tt-product-design02:not(.tt-view) .tt-btn-quickview {
        display: none
    }
}

.tt-product-design02:not(.tt-view) .tt-options-swatch,
.tt-product:not(.tt-view) .tt-options-swatch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-product-design02:not(.tt-view) .tt-text-info,
.tt-product:not(.tt-view) .tt-text-info {
    display: none
}

.tt-product-design02:not(.tt-view) .tt-options-swatch {
    margin: -10px -1px 0 -5px
}

@media (min-width:1025px) {
    .tt-product:not(.tt-view) .tt-options-swatch {
        margin: -10px -1px 2px
    }
    .tt-product:not(.tt-view) .tt-options-swatch li {
        margin-left: 2px;
        margin-right: 2px
    }
    .tt-layout-product-item:not(.tt-view) {

    }
}

@media (max-width:1024px) {
    .tt-product:not(.tt-view) .tt-options-swatch {
        margin: -11px -1px 1px -7px
    }
    .tt-product:not(.tt-view) .tt-options-swatch li {
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 16px
    }
}

@media (min-width:1025px) {
    .tt-layout-product-item:not(.tt-view) .tt-collection-item,
    .tt-layout-product-item:not(.tt-view) .tt-product,
    .tt-layout-product-item:not(.tt-view) .tt-product-design02 {
        margin-top: 38px
    }
}

@media (max-width:1024px) and (min-width:576px) {
    .tt-layout-product-item:not(.tt-view) {
        margin-top: -40px
    }
    .tt-layout-product-item:not(.tt-view) .tt-collection-item,
    .tt-layout-product-item:not(.tt-view) .tt-product,
    .tt-layout-product-item:not(.tt-view) .tt-product-design02 {
        margin-top: 40px
    }
}

@media (max-width:575px) {
    .tt-layout-product-item:not(.tt-view) {
        margin-top: -30px
    }
    .tt-layout-product-item:not(.tt-view) .tt-collection-item,
    .tt-layout-product-item:not(.tt-view) .tt-product,
    .tt-layout-product-item:not(.tt-view) .tt-product-design02 {
        margin-top: 30px
    }
}

.tt-layout-product-item+.tt_product_showmore {
    margin-top: 40px
}

@media (max-width:1024px) and (min-width:1025px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover,
    .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover {
        visibility: hidden;
        max-height: 0;
        overflow: hidden
    }
}

@media (max-width:1024px) {
    .tt-product-design02:not(.tt-view) .tt-image-box,
    .tt-product:not(.tt-view) .tt-image-box {
        position: relative
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-img img,
    .tt-product:not(.tt-view) .tt-image-box .tt-img img {
        width: 100%;
        height: auto
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-img-roll-over,
    .tt-product:not(.tt-view) .tt-image-box .tt-img-roll-over {
        display: none
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location,
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location {
        position: absolute;
        top: 7px;
        left: 8px;
        z-index: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location [class^=tt-label-],
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location [class^=tt-label-] {
        margin-left: 3px;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
        color: #fff;
        font-weight: 500;
        padding: 3px 4px 1px
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new,
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new {
        color: #fff;
        background: #1393f5
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale,
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale {
        color: #fff;
        background: #f8353e
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-fatured,
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-fatured {
        color: #fff;
        background: #fdbc20
    }
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-stock,
    .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-stock {
        color: #fff;
        background: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description,
    .tt-product:not(.tt-view) .tt-description {
        margin-top: 16px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-row,
    .tt-product:not(.tt-view) .tt-description .tt-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-row>:nth-child(1),
    .tt-product:not(.tt-view) .tt-description .tt-row>:nth-child(1) {
        flex: 1 1 auto
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info,
    .tt-product:not(.tt-view) .tt-description .tt-add-info {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li,
    .tt-product:not(.tt-view) .tt-description .tt-add-info li {
        font-size: 12px;
        line-height: 19px;
        color: #999
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a,
    .tt-product:not(.tt-view) .tt-description .tt-add-info li a {
        color: #999;
        transition: color .2s linear
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a:hover,
    .tt-product:not(.tt-view) .tt-description .tt-add-info li a:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-title,
    .tt-product:not(.tt-view) .tt-description .tt-title {
        font-family: 'Samim-Bold' !important;
        font-size: 14px;
        font-weight: 400;
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-title a,
    .tt-product:not(.tt-view) .tt-description .tt-title a {
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-title a:hover,
    .tt-product:not(.tt-view) .tt-description .tt-title a:hover {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-select,
    .tt-product:not(.tt-view) .tt-description .tt-select {
        background-color: #f7f8fa;
        color: #777;
        border: none;
        height: 30px;
        width: 100%;
        max-width: 170px;
        padding: 2px 8px;
        cursor: pointer;
        outline: 0;
        display: block
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price,
    .tt-product:not(.tt-view) .tt-description .tt-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: #191919
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price .new-price,
    .tt-product:not(.tt-view) .tt-description .tt-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price .old-price,
    .tt-product:not(.tt-view) .tt-description .tt-price .old-price {
        color: #191919;
        text-decoration: line-through
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-price span,
    .tt-product:not(.tt-view) .tt-description .tt-price span {
        display: inline-block
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-option-block,
    .tt-product:not(.tt-view) .tt-description .tt-option-block {
        margin-top: 14px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-option-block>[class^=tt-options-]:not(:first-child),
    .tt-product:not(.tt-view) .tt-description .tt-option-block>[class^=tt-options-]:not(:first-child) {
        margin-top: 9px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover,
    .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin-top: 20px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn,
    .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-content: stretch;
        align-items: flex-start
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child),
    .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) {
        margin-top: 10px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart,
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
        line-height: 1;
        font-weight: 400;
        font-family: 'Samim-Bold' !important;
        display: inline-block;
        position: relative;
        letter-spacing: .04em;
        color: #fff;
        font-size: 12px;
        padding: 2px 16px 11px;
        background: #2879fe;
        border-radius: 5px;
        transition: background .2s linear
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart:before,
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:before {
        content: '\e986';
        font-family: wokiee;
        font-size: 20px;
        top: 4px;
        margin-right: 4px;
        font-weight: 400;
        position: relative;
        color: #fff
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart:hover,
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover {
        color: #fff;
        background: #2267d8
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart:hover:before,
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover:before {
        color: #fff
    }
}

@media (max-width:1024px) and (max-width:370px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart,
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
        padding: 2px 10px 11px
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart:before,
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:before {
        margin-right: 2px
    }
}

@media (max-width:1024px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview,
    .tt-product:not(.tt-view) .tt-description .tt-btn-quickview {
        font-size: 20px;
        line-height: 1;
        padding: 4px 6px;
        margin-left: 9px;
        margin-right: 9px;
        color: #191919;
        top: 5px;
        transition: color .2s linear;
        display: inline-block;
        position: relative
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview:before,
    .tt-product:not(.tt-view) .tt-description .tt-btn-quickview:before {
        content: '\e9a8';
        font-family: wokiee
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview.active,
    .tt-product:not(.tt-view) .tt-description .tt-btn-quickview.active {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-wishlist,
    .tt-product:not(.tt-view) .tt-description .tt-btn-wishlist {
        font-size: 16px;
        line-height: 1;
        padding: 4px 6px;
        margin-left: 9px;
        margin-right: 9px;
        color: #191919;
        top: 7px;
        transition: color .2s linear;
        display: inline-block;
        position: relative
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-wishlist:before,
    .tt-product:not(.tt-view) .tt-description .tt-btn-wishlist:before {
        content: '\eb16';
        font-family: wokiee
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-wishlist.active,
    .tt-product:not(.tt-view) .tt-description .tt-btn-wishlist.active {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-compare,
    .tt-product:not(.tt-view) .tt-description .tt-btn-compare {
        font-size: 16px;
        line-height: 1;
        padding: 4px 6px;
        margin-left: 9px;
        margin-right: 9px;
        color: #191919;
        top: 7px;
        transition: color .2s linear;
        display: inline-block;
        position: relative
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-compare:before,
    .tt-product:not(.tt-view) .tt-description .tt-btn-compare:before {
        content: '\eb18';
        font-family: wokiee
    }
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-compare.active,
    .tt-product:not(.tt-view) .tt-description .tt-btn-compare.active {
        color: #2879fe
    }
    .tt-product-design02:not(.tt-view) .tt-description>:nth-child(1),
    .tt-product-design02:not(.tt-view)>:nth-child(1),
    .tt-product:not(.tt-view) .tt-description>:nth-child(1),
    .tt-product:not(.tt-view)>:nth-child(1) {
        margin-top: 0
    }
}

@media (max-width:1024px) and (max-width:370px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-compare,
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview,
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-wishlist,
    .tt-product:not(.tt-view) .tt-description .tt-btn-compare,
    .tt-product:not(.tt-view) .tt-description .tt-btn-quickview,
    .tt-product:not(.tt-view) .tt-description .tt-btn-wishlist {
        margin-left: 3px;
        margin-right: 3px
    }
}

@media (max-width:1024px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover {
        align-items: flex-start
    }
    .tt-product-design02:not(.tt-view):hover .tt-image-box .tt-img,
    .tt-product:not(.tt-view):hover .tt-image-box .tt-img {
        opacity: 1
    }
    .tt-product-design02:not(.tt-view):hover .tt-image-box .tt-img-roll-over,
    .tt-product:not(.tt-view):hover .tt-image-box .tt-img-roll-over {
        opacity: 0
    }
}

.tt-countdown_box {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 5
}

.tt-countdown_box .tt-countdown_inner {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    padding: 5px 0 10px
}

.tt-countdown_box .countdown-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.tt-countdown_box .countdown-row .countdown-section {
    width: 25%;
    position: relative;
    margin: 0 2px;
    padding: 19px 0 13px;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, .9);
    color: #2879fe;
    border-radius: 6px
}

.tt-countdown_box .countdown-row .countdown-section .countdown-amount {
    font-size: 16px;
    line-height: 15px;
    display: block;
    font-weight: 500
}

.tt-countdown_box .countdown-row .countdown-section .countdown-period {
    display: block;
    padding-top: 1px
}

@media (max-width:1229px) {
    .tt-countdown_box .tt-countdown_inner {
        margin-bottom: 0
    }
    .tt-countdown_box .countdown-row .countdown-section {
        padding: 15px 0;
        margin: 0 2px;
        font-size: 13px;
        line-height: 16px
    }
    .tt-countdown_box .countdown-row .countdown-section .countdown-amount {
        font-size: 15px
    }
    .tt-countdown_box .countdown-row .countdown-section .countdown-period {
        padding-top: 0
    }
}

@media (min-width:1025px) {
    .tt-product-design02.tt-small:not(.tt-view) .tt-description {
        display: block;
        vertical-align: middle;
        padding-left: 13px;
        padding-right: 13px
    }
    .tt-product-design02.tt-small:not(.tt-view) .tt-description .tt-btn-addtocart {
        width: 100%;
        display: block;
        padding: 5px 5px 5px 0;
        font-size: 0;
        text-align: left
    }
    .tt-product-design02.tt-small:not(.tt-view) .tt-description .tt-btn-quickview {
        margin-top: 5px
    }
    .tt-product-design02.tt-small:not(.tt-view) .tt-description>:nth-child(1) {
        margin-top: 27px
    }
    .tt-product-design02.tt-small:not(.tt-view).thumbprod-center .tt-description .tt-title {
        text-align: center
    }
    .tt-product-design02.tt-small:not(.tt-view).thumbprod-center .tt-description .tt-price {
        justify-content: center
    }
    .tt-product-design02.tt-small:not(.tt-view).thumbprod-center:not(.tt-small) .text-decoration {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center
    }
    .tt-product-design02.thumbprod-center .tt-description {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-product-design02.thumbprod-center .tt-description .tt-row {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-product-design02.thumbprod-center .tt-description .tt-row .tt-add-info {
        width: 100%;
        display: block;
        text-align: center
    }
    .tt-product-design02.thumbprod-center .tt-description .tt-btn-link {
        position: absolute;
        bottom: 8px;
        right: 20px
    }
    .tt-product-design02.thumbprod-center .tt-description .tt-product-inside-hover {
        display: block;
        text-align: center
    }
    .tt-product-design02.thumbprod-center .tt-description .tt-description.ps-container {
        height: 100%
    }
    .tt-product-design02.thumbprod-center .tt-description .tt-options-swatch {
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-product-design02.thumbprod-center .ps-scrollbar-x-rail {
        display: none !important
    }
    .tt-product-design02.thumbprod-center .tt-description.ps-active-x,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-rating,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-x>*,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-y,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-rating,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-y>* {
        display: block;
        width: 100%;
        text-align: center
    }
    .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-product-inside-hover .tt-btn-link,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-product-inside-hover .tt-btn-link {
        bottom: -5px;
        right: 9px
    }
    .tt-product-design02.thumbprod-center:hover .tt-description {
        height: 100%
    }
    .ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail,
    .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail,
    .ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail,
    .ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail,
    .ps-container:hover>.ps-scrollbar-x-rail,
    .ps-container:hover>.ps-scrollbar-x-rail:hover,
    .ps-container:hover>.ps-scrollbar-y-rail,
    .ps-container:hover>.ps-scrollbar-y-rail:hover {
        background: 0 0 !important
    }
    .tt-product-design02 .tt-description .description,
    .tt-product-design02 .tt-description .tt-option-block,
    .tt-product-design02 .tt-description .tt-price,
    .tt-product-design02 .tt-description .tt-row,
    .tt-product-design02 .tt-description .tt-title,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-product-inside-hover,
    .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-product-inside-hover {
        position: relative;
        z-index: 31
    }
    .tt-product-design02.thumbprod-center.tt-view .tt-description {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }
    .tt-product-design02.thumbprod-center.tt-view .tt-description .tt-row .tt-add-info {
        text-align: left
    }
    .tt-product-design02.thumbprod-center.tt-view .tt-description .tt-product-inside-hover {
        display: flex;
        text-align: left
    }
    .tt-product-design02.thumbprod-center.tt-view .tt-options-swatch {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }
}

@media (max-width:1024px) {
    .tt-product-design02:not(.tt-view):not(.thumbprod-center) .tt-description .tt-product-inside-hover,
    .tt-product:not(.tt-view):not(.thumbprod-center) .tt-description .tt-product-inside-hover {
        align-items: flex-start
    }
}

@media (min-width:1025px) {
    .tt-product:not(.tt-view).product-nohover .tt-description .tt-product-inside-hover {
        position: relative;
        display: block;
        opacity: 1
    }
}

.tt-product.tt-show-info .tt-text-info {
    display: block
}

@media (min-width:576px) {
    .tt-layout-promo-box:not(.nomargin) {
        margin-top: -20px
    }
    .tt-promo-box:not(.tt-one-child) .tt-description img:first-child+* {
        margin-top: 24px
    }
}

@media (max-width:575px) {
    .tt-layout-promo-box:not(.nomargin) {
        margin-top: -10px
    }
}

.tt-promo-box {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tt-promo-box:not(.nomargin) {
    margin-top: 20px
}

.tt-promo-box>img {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.tt-promo-box .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding:  0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #777;
    transition: color .2s linear
}

.tt-promo-box .tt-description .tt-title-small {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.tt-promo-box .tt-description .tt-title-small span {
    transition: color .2s linear
}

.tt-promo-box .tt-description .tt-title-large {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.tt-promo-box .tt-description .tt-title-large span {
    transition: color .2s linear
}

.tt-promo-box .tt-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    transition: color .2s linear
}

.tt-promo-box .tt-description [class^=btn] {
    margin-top: 20px
}

.tt-promo-box .tt-description img {
    max-width: 100%;
    height: auto
}

.tt-promo-box .tt-description .custom-buttons>* {
    margin-top: 10px !important;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:1024px) {
    .tt-promo-box .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px
    }
    .tt-promo-box .tt-description .tt-title-large {
        font-size: 23px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .tt-promo-box .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px
    }
    .tt-promo-box .tt-description .tt-title-large {
        font-size: 20px;
        line-height: 29px
    }
    .tt-promo-box .tt-description p {
        margin-top: 0;
        line-height: 20px
    }
    .tt-promo-box,
    .tt-promo-box .tt-description [class^=btn] {
        margin-top: 10px
    }
}

.tt-promo-box .tt-description :nth-child(1) {
    margin-top: 0
}

.tt-promo-box .tt-point-v-t {
    align-items: flex-start
}

.tt-promo-box .tt-point-v-b {
    align-items: flex-end
}

.tt-promo-box .tt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.tt-promo-box .tt-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.tt-promo-box.tt-border-radius {
    border-radius: 6px
}

html:not(.ie) .tt-promo-box .tt-description .tt-description-wrapper .tt-background {
    transition: .2s linear
}

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
    padding: 27px;
    text-align: center;
    max-width: 409px;
    min-width: 47%;
    position: relative
}

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, .9);
    border-radius: 5px
}

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper>:not(.tt-background) {
    position: relative
}

@media (max-width:1024px) {
    .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
        padding: 19px
    }
}

@media (max-width:575px) {
    .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
        padding: 15px
    }
    .tt-promo-box:not(.tt-one-child) .tt-description img:first-child+* {
        margin-top: 12px
    }
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 39px 11px;
    text-align: center;
    max-width: 409px;
    position: relative
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, .9);
    border-radius: 5px
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper>:not(.tt-background) {
    position: relative
}

@media (max-width:1024px) {
    .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
        padding: 13px 18px 11px
    }
}

.tt-promo-box.tt-one-child .tt-description img {
    max-width: inherit;
    width: 100%
}

@media (min-width:576px) {
    .tt-promo-box:not(.tt-one-child) .tt-description [class^=tt-title]+img,
    .tt-promo-box:not(.tt-one-child) .tt-description p+img {
        margin-top: 11px;
        margin-bottom: 11px
    }
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
        margin-top: 6px
    }
}

@media (max-width:575px) {
    .tt-promo-box:not(.tt-one-child) .tt-description [class^=tt-title]+img,
    .tt-promo-box:not(.tt-one-child) .tt-description p+img {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
        padding: 13px 15px 11px
    }
    .tt-promo-box.tt-one-child .tt-description img {
        max-width: 147px
    }
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
        margin-top: 2px
    }
}

@media (min-width:576px) {
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child)+* {
        margin-top: 12px
    }
    .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
        margin-top: 11px;
        margin-bottom: 8px
    }
}

.tt-promo-box:not(.hover-type-2):hover {
    text-decoration: none
}

.tt-promo-box:not(.hover-type-2):hover .tt-description-wrapper .tt-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

.tt-promo-box:not(.hover-type-2):hover .tt-title-large,
.tt-promo-box:not(.hover-type-2):hover .tt-title-small {
    color: #191919
}

.tt-promo-box:not(.hover-type-2):hover .btn-underline {
    border-color: transparent;
    color: #2879fe
}

.tt-promo-box.hover-type-2:hover .tt-description-wrapper .tt-background {
    background: rgba(40, 121, 254, .9)
}

.tt-promo-box.hover-type-2:hover .tt-description-wrapper :not(.tt-base-color) {
    color: #fff
}

.tt-promo-box.hover-type-2:hover .tt-description-wrapper .btn-underline {
    border-color: transparent
}

.tt-promo-box.hover-type-3:hover .tt-description-wrapper .tt-title-large:not(.tt-base-color),
.tt-promo-box.hover-type-3:hover .tt-description-wrapper .tt-title-large:not(.tt-base-color) span {
    color: #2879fe
}

.tt-promo-box.hover-type-4 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s linear
}

.tt-promo-box.hover-type-4:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.tt-promo-box.tt-promo-layout02 .tt-description .tt-title-small {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: inherit
}

.tt-promo-box.tt-promo-layout02 .tt-description .tt-title-large {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 17px;
    letter-spacing: inherit
}

.tt-promo-box.tt-promo-layout02 .tt-description .tt-description-wrapper {
    max-width: inherit
}

@media (min-width:1025px) {
    .tt-promo-box.tt-promo-layout02 .tt-description .tt-description-wrapper {
        padding: 43px
    }
    body:not(.touch-device) .tt-promo-fullwidth.tt-promo-parallax {
        background-attachment: fixed
    }
}

@media (max-width:1024px) {
    .tt-promo-box.tt-promo-layout02 .tt-description .tt-description-wrapper {
        padding: 0
    }
    .tt-promo-box.tt-promo-layout02 .tt-description .tt-title-small {
        font-size: 15px
    }
    .tt-promo-box.tt-promo-layout02 .tt-description .tt-title-large {
        font-size: 23px;
        margin-top: 7px
    }
    .tt-promo-box.tt-promo-layout02 .tt-description .btn {
        padding-left: 25px;
        padding-right: 25px
    }
}

.tt-promo-fullwidth {
    display: block;
    position: relative;
    overflow: hidden
}

.tt-promo-fullwidth>img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #191919;
    transition: color .2s linear
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-description-wrapper {
    max-width: 700px;
    text-align: center
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    transition: color .2s linear
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 90px;
    line-height: 90px;
    font-weight: 500;
    transition: color .2s linear
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
    font-family: 'Samim-Bold' !important;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: 300;
    transition: color .2s linear
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description [class^=btn] {
    margin-top: 34px
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description img {
    max-width: 100%;
    height: auto
}

@media (min-width:1701px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description {
        padding: 10% 17.6%
    }
}

@media (min-width:1401px) and (max-width:1700px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description {
        padding: 10% 8%
    }
}

@media (max-width:1400px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description {
        padding: 10% 5%
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
        font-size: 40px;
        line-height: 50px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
        font-size: 65px;
        line-height: 75px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
        margin-top: 15px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description [class^=btn] {
        margin-top: 27px
    }
}

@media (max-width:1100px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description {
        padding: 10% 5%
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
        font-size: 35px;
        line-height: 45px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
        font-size: 50px;
        line-height: 60px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
        margin-top: 10px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description [class^=btn] {
        margin-top: 20px
    }
}

@media (max-width:900px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
        font-size: 20px;
        line-height: 30px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
        font-size: 37px;
        line-height: 44px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
        margin-top: 5px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description [class^=btn] {
        margin-top: 15px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-description-wrapper {
        max-width: 332px
    }
}

@media (max-width:789px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description {
        padding: 5% 3%
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
        font-size: 17px;
        line-height: 25px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
        font-size: 30px;
        line-height: 35px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
        line-height: 20px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description [class^=btn] {
        margin-top: 15px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-description-wrapper {
        max-width: 283px
    }
}

@media (max-width:657px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description {
        padding: 5% 10px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 20px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
        font-size: 25px;
        line-height: 30px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
        font-size: 14px;
        line-height: 18px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description [class^=btn] {
        margin-top: 10px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-description-wrapper {
        max-width: 251px
    }
}

@media (max-width:575px) {
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child)+* {
        margin-top: 9px
    }
    .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
        margin-top: 11px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-description-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 200px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
        font-size: 14px;
        line-height: 16px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
        font-size: 21px;
        line-height: 24px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large br {
        display: none
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 0
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description [class^=btn] {
        margin-top: 5px
    }
}

@media (max-width:450px) {
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-description-wrapper {
        padding-left: 5px;
        padding-right: 0;
        max-width: 160px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-large {
        font-size: 17px;
        line-height: 20px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description .tt-title-small {
        font-size: 12px;
        line-height: 12px
    }
    .tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description p {
        font-size: 12px;
        line-height: 14px
    }
    .tt-promo-fullwidth .tt-description:not(.tt-point-h-r):not(.tt-point-h-l) .tt-description-wrapper {
        max-width: 270px
    }
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-description :nth-child(1) {
    margin-top: 0
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-point-v-t {
    align-items: flex-start
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-point-v-b {
    align-items: flex-end
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.tt-promo-fullwidth:not(.tt-layout-size-02) .tt-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #191919;
    transition: color .2s linear
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-description-wrapper {
    max-width: 700px
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-description-wrapper:not(.text-left) {
    text-align: center
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-title-small {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .06em;
    transition: color .2s linear
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-title-large {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    transition: color .2s linear
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description [class^=btn] {
    margin-top: 14px
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description img {
    max-width: 100%;
    height: auto
}

@media (min-width:1701px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description {
        padding: 10% 17.6%
    }
}

@media (min-width:1401px) and (max-width:1700px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description {
        padding: 10% 8%
    }
}

@media (max-width:1400px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description {
        padding: 10% 5%
    }
}

@media (max-width:1100px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description {
        padding: 10% 5%
    }
}

@media (max-width:900px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-description-wrapper {
        max-width: 332px
    }
}

@media (max-width:789px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description {
        padding: 5% 3%
    }
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-description-wrapper {
        max-width: 283px
    }
}

@media (max-width:657px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description {
        padding: 5% 10px
    }
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-description-wrapper {
        max-width: 251px
    }
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-description :nth-child(1) {
    margin-top: 0
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-point-v-t {
    align-items: flex-start
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-point-v-b {
    align-items: flex-end
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.tt-promo-fullwidth.tt-layout-size-02 .tt-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.tt-promo-fullwidth.tt-promo-parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 650px
}

@media (max-width:1199px) {
    .tt-promo-fullwidth.tt-promo-parallax {
        height: 550px
    }
}

@media (max-width:789px) {
    .tt-promo-fullwidth.tt-promo-parallax {
        height: 350px
    }
}

@media (max-width:451px) {
    .tt-promo-fullwidth.tt-promo-parallax {
        height: 250px
    }
}

.tt-promo-fullwidth.tt-promo-parallax.bg-position-bottom {
    background-position: center bottom
}

@media (min-width:1701px) {
    .container .tt-promo-fullwidth .tt-description {
        padding: 10%
    }
}

@media (min-width:1401px) and (max-width:1700px) {
    .container .tt-promo-fullwidth .tt-description {
        padding: 10%
    }
}

@media (max-width:1400px) {
    .container .tt-promo-fullwidth .tt-description {
        padding: 10% 12%
    }
}

@media (max-width:790px) {
    .container .tt-promo-fullwidth .tt-description {
        padding: 5%
    }
}

.tt-promo-fullwidth-02 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tt-promo-fullwidth-02>img {
    width: 100%;
    height: auto
}

.tt-promo-fullwidth-02 .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #777;
    transition: color .2s linear
}

.tt-promo-fullwidth-02 .tt-description .tt-description-wrapper {
    text-align: center
}

.tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.tt-promo-fullwidth-02 .tt-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 23px;
    transition: color .2s linear
}

.tt-promo-fullwidth-02 .tt-description img {
    max-width: 100%;
    height: auto
}

@media (max-width:1024px) {
    .tt-promo-fullwidth-02 .tt-description .tt-title-large {
        font-size: 24px;
        line-height: 30px
    }
    .tt-promo-fullwidth-02 .tt-description p {
        line-height: 19px;
        margin-top: 15px
    }
}

@media (max-width:789px) {
    .tt-promo-fullwidth-02 .tt-description .tt-title-large {
        font-size: 18px;
        line-height: 22px
    }
    .tt-promo-fullwidth-02 .tt-description p {
        margin-top: 8px
    }
}

.tt-promo-fullwidth-02 .tt-description :nth-child(1) {
    margin-top: 0
}

.tt-promo-fullwidth-02 .tt-point-v-t {
    align-items: flex-start
}

.tt-promo-fullwidth-02 .tt-point-v-b {
    align-items: flex-end
}

.tt-promo-fullwidth-02 .tt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.tt-promo-fullwidth-02 .tt-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.tt-promo-03 {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tt-promo-03>img {
    width: 100%;
    height: auto
}

.tt-content-aside:not(:last-child) {
    margin-bottom: 33px
}

.tt-btn-col-close+.tt-content-aside {
    margin-top: 32px
}

@media (min-width:1025px) {
    .tt-collection-listing {
        margin-top: -38px
    }
    .tt-collection-listing .tt-collection-item {
        margin-top: 38px
    }
}

@media (max-width:1024px) and (min-width:576px) {
    .tt-collection-listing {
        margin-top: -40px
    }
    .tt-collection-listing .tt-collection-item {
        margin-top: 40px
    }
}

@media (max-width:575px) {
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-description-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 160px
    }
    .tt-promo-fullwidth.tt-layout-size-02 .tt-description .tt-title-large {
        font-size: 23px;
        line-height: 27px
    }
    .tt-promo-fullwidth-02 .tt-description .tt-title-large {
        font-size: 16px;
        line-height: 19px
    }
    .tt-promo-fullwidth-02 .tt-description .tt-title-large br {
        display: none
    }
    .tt-promo-fullwidth-02 .tt-description p {
        margin-top: 5px
    }
    .tt-collection-listing {
        margin-top: -30px
    }
    .tt-collection-listing .tt-collection-item {
        margin-top: 30px
    }
}

.tt-collection-item {
    display: block
}

.tt-collection-item img {
    max-width: 100%;
    height: auto
}

.tt-collection-item .tt-description {
    padding-top: 14px;
    position: relative;
    text-align: center
}

.tt-collection-item .tt-description .tt-title {
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    transition: color .2s linear
}

.tt-collection-item .tt-description .tt-title a {
    color: #191919
}

.tt-collection-item .tt-description .tt-add-info {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.tt-collection-item .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    color: #999
}

.tt-collection-item:hover .tt-description .tt-title {
    color: #2879fe
}

@media (min-width:576px) {
    .tt-layout-promo02 {
        margin-top: -20px
    }
}

@media (max-width:575px) {
    .tt-layout-promo02 {
        margin-top: -10px
    }
}

.tt-promo02 {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tt-promo02 img {
    width: 100%;
    height: auto
}

.tt-promo02 .image-box {
    overflow: hidden;
    display: block
}

.tt-promo02 .image-box img {
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.tt-promo02 .tt-description {
    color: #777
}

.tt-promo02 .tt-description:not(:empty) {
    padding-top: 14px
}

.tt-promo02 .tt-description .tt-title-small {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.tt-promo02 .tt-description .tt-title-large {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.tt-promo02 .tt-description a.tt-title {
    display: inline-block
}

.tt-promo02 .tt-description a.tt-title:hover>* {
    color: #2879fe
}

.tt-promo02 .tt-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    transition: color .2s linear
}

.tt-promo02 .tt-description p a {
    color: #2879fe;
    text-decoration: underline
}

.tt-promo02 .tt-description p a:hover {
    text-decoration: none
}

.tt-promo02 .tt-description p:first-child {
    margin-top: 1px
}

.tt-promo02 .tt-description [class^=btn] {
    margin-top: 20px
}

.tt-promo02 .tt-description p+[class^=btn] {
    margin-top: 12px
}

.tt-promo02 .tt-description img {
    max-width: 100%;
    height: auto
}

@media (max-width:1024px) {
    .tt-promo02 .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px
    }
    .tt-promo02 .tt-description .tt-title-large {
        font-size: 23px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .tt-promo02 .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px
    }
    .tt-promo02 .tt-description .tt-title-large {
        font-size: 20px;
        line-height: 29px
    }
    .tt-promo02 .tt-description p {
        margin-top: 0;
        line-height: 20px
    }
    .tt-promo02,
    .tt-promo02 .tt-description [class^=btn] {
        margin-top: 10px
    }
}

.tt-promo02 .tt-description :nth-child(1) {
    margin-top: 0
}

.tt-promo02 .tt-description [class^=btn]:nth-child(1) {
    margin-top: 6px !important
}

.tt-promo02.tt-no-btn:hover .tt-description .tt-title>* {
    color: #2879fe
}

.tt-promo02 .tt-description:first-child {
    padding-top: 0
}

.tt-promo02 a {
    cursor: pointer
}

.tt-promo02:hover .image-box img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.tt-promo-box .tt-description .tt-color-white {
    color: #fff
}

.tt-promo-fixed {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    padding: 10px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 6;
    margin-right: 20px;
    max-width: 360px;
    border-radius: 5px;
    opacity: 0
}

.tt-promo-fixed .tt-btn-close {
    background: 0 0;
    border: none;
    outline: 0;
    color: #999;
    font-family: wokiee;
    font-size: 14px;
    position: absolute;
    right: 2px;
    top: 3px;
    display: block;
    cursor: pointer;
    transition: color .2s linear
}

.tt-promo-fixed .tt-btn-close:hover {
    color: #2879fe
}

.tt-promo-fixed .tt-btn-close:before {
    display: block;
    content: "\e9b3"
}

.tt-promo-fixed .tt-img {
    width: 80px;
    min-width: 80px
}

.tt-promo-fixed .tt-img img {
    width: 100%;
    height: auto
}

@media (max-width:380px) {
    .tt-promo-fixed .tt-img {
        width: 65px;
        min-width: 65px
    }
}

.tt-promo-fixed .tt-img+.tt-description {
    margin-left: 13px;
    margin-top: -3px
}

.tt-promo-fixed .tt-description {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    padding-right: 17px;
    color: #999;
    width: 100%
}

.tt-promo-fixed .tt-description .tt-title {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Samim-Bold' !important;
}

.tt-promo-fixed .tt-description a {
    color: #191919;
    display: inline-block;
    transition: color .2s linear
}

.tt-promo-fixed .tt-description a:hover {
    color: #2879fe
}

.tt-promo-fixed .tt-description p {
    margin: 0;
    font-size: 14px;
    line-height: 22px
}

.tt-promo-fixed .tt-description .tt-box-top {
    flex: 2 1 auto;
    width: 100%
}

.tt-promo-fixed .tt-description .tt-info {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    position: relative;
    top: 2px
}

.tt-promo-fixed .tt-description>:nth-child(1) {
    margin-top: 0
}

@media (min-width:1230px) {
    .tt-shopcart-table {
        margin-right: 20px
    }
}

.tt-shopcart-table table {
    width: 100%
}

.tt-shopcart-table table tr {
    border-top: 1px solid #e9e7e7;
    position: relative
}

.tt-shopcart-table table tr td {
    vertical-align: middle;
    padding: 20px 0
}

.tt-shopcart-table table tr:last-child {
    border-bottom: 1px solid #e9e7e7
}

.tt-shopcart-table .tt-btn-close {
    font-family: wokiee;
    color: #191919;
    font-size: 15px;
    padding: 5px;
    margin-left: -5px;
    display: inline-block;
    transition: color .2s linear
}

.tt-shopcart-table .tt-btn-close:hover {
    color: #2879fe
}

.tt-shopcart-table .tt-btn-close:before {
    content: "\ea21"
}

.tt-shopcart-table .tt-product-img img {
    max-width: 100px;
    height: auto
}

.tt-shopcart-table .tt-title {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Samim-Bold' !important;
    padding-right: 20px;
    color: #191919
}

.tt-shopcart-table .tt-title a {
    color: #191919
}

.tt-shopcart-table .tt-title a:hover {
    color: #2879fe
}

.tt-shopcart-table .tt-price {
    color: #191919;
    font-size: 16px;
    font-weight: 500
}

@media (min-width:790px) {
    .tt-shopcart-table .tt-shopcart-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 32px
    }
    .tt-shopcart-table .tt-shopcart-btn .col-left {
        flex: 2 1 auto
    }
    .tt-shopcart-table .tt-shopcart-btn [class^=btn]:not(:first-child) {
        margin-left: 40px
    }
}

@media (max-width:789px) {
    .tt-shopcart-table .tt-shopcart-btn {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 3px
    }
    .tt-shopcart-table .tt-shopcart-btn .col-left {
        order: 1
    }
    .tt-shopcart-table .tt-shopcart-btn .col-right {
        order: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-shopcart-table .tt-shopcart-btn .col-right .btn-link:first-child {
        order: 2
    }
    .tt-shopcart-table .tt-shopcart-btn [class^=btn] {
        margin-top: 15px
    }
}

@media (min-width:790px) {
    .tt-shopcart-table table td:nth-child(1) {
        width: 28px
    }
    .tt-shopcart-table table td:nth-child(2) {
        width: 121px
    }
    .tt-shopcart-table table td:nth-child(3) {
        width: auto
    }
    .tt-shopcart-table table td:nth-child(4) {
        width: 100px
    }
    .tt-shopcart-table table td:nth-child(5) {
        width: 132px
    }
    .tt-shopcart-table table td:nth-child(6) {
        width: 100px;
        text-align: right
    }
    .tt-shopcart-table .tt-price:not(.subtotal) {
        margin-right: 24px
    }
    .tt-shopcart-table .tt-price.subtotal {
        margin-left: 24px
    }
    .tt-shopcart-table .tt-list-parameters {
        display: none
    }
}

@media (max-width:789px) {
    .tt-shopcart-table table td:nth-child(2) {
        width: 121px
    }
    .tt-shopcart-table table td:nth-child(n+4) {
        display: none
    }
    .tt-shopcart-table table td:nth-child(3) {
        width: auto
    }
    .tt-shopcart-table td:nth-child(3)>:nth-child(1) {
        margin-top: 0
    }
    .tt-shopcart-table .tt-list-parameters {
        list-style: none;
        margin: 11px 0 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }
    .tt-shopcart-table .tt-list-parameters li:not(:first-child) {
        margin-top: 11px
    }
}

.tt-shopcart-box .tt-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .02em
}

.tt-shopcart-box p {
    margin-top: 14px
}

.tt-shopcart-box form {
    display: block;
    margin-top: 17px
}

.tt-shopcart-box form textarea:nth-child(1) {
    margin-top: 23px
}

.tt-shopcart-box [class^=btn] {
    width: 100%
}

.tt-shopcart-box [class^=btn]+p {
    margin-top: 25px
}

.tt-shopcart-box ul {
    margin-top: 6px
}

.tt-shopcart-box.tt-boredr-large {
    border-width: 2px
}

.tt-shopcart-table01 {
    width: 100%;
    font-family: 'Samim-Bold' !important;
}

.tt-shopcart-table01 td,
.tt-shopcart-table01 th {
    color: #191919;
    vertical-align: middle
}

.tt-shopcart-table01 tbody tr th {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 5px 0
}

.tt-shopcart-table01 tbody tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    text-align: right
}

.tt-shopcart-table01 tfoot {
    width: 100%
}

.tt-shopcart-table01 tfoot tr td,
.tt-shopcart-table01 tfoot tr th {
    padding: 17px 0
}

.tt-shopcart-table01 tfoot tr th {
    font-size: 16px;
    padding-top: 19px
}

.tt-shopcart-table01 tfoot tr td {
    font-size: 24px;
    color: #2879fe;
    font-weight: 500;
    text-align: right;
    padding: 0
}

table+[class^=btn] {
    margin-top: 20px
}

@media (max-width:575px) {
    .tt-shopcart-table01 tfoot tr td,
    .tt-shopcart-table01 tfoot tr th {
        font-size: 20px;
        padding: 10px 0
    }
    table+[class^=btn] {
        margin-top: 11px
    }
}

.tt-shopcart-table-02 table {
    width: 100%
}

.tt-shopcart-table-02 table tr {
    border-top: 1px solid #e9e7e7;
    position: relative
}

.tt-shopcart-table-02 table tr td {
    vertical-align: middle;
    padding: 20px 0
}

.tt-shopcart-table-02 table tr:last-child {
    border-bottom: 1px solid #e9e7e7
}

.tt-shopcart-table-02 .tt-btn-close {
    font-family: wokiee;
    color: #191919;
    font-size: 15px;
    padding: 5px;
    margin-left: -5px;
    display: inline-block;
    transition: color .2s linear
}

.tt-shopcart-table-02 .tt-btn-close:before {
    content: "\ea21"
}

.tt-shopcart-table-02 .tt-btn-close:hover {
    color: #2879fe
}

.tt-shopcart-table-02 .tt-product-img img {
    max-width: 100px;
    height: auto
}

.tt-shopcart-table-02 .tt-title {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Samim-Bold' !important;
    padding-right: 20px;
    color: #191919
}

.tt-shopcart-table-02 .tt-title a {
    color: #191919
}

.tt-shopcart-table-02 .tt-title a:hover {
    color: #2879fe
}

.tt-shopcart-table-02 .tt-list-description {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-shopcart-table-02 .tt-list-description li {
    color: #777;
    font-size: 14px
}

.tt-shopcart-table-02 .tt-price {
    color: #191919;
    font-size: 16px;
    font-weight: 500
}

@media (min-width:790px) {
    .tt-shopcart-table-02 .tt-shopcart-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 32px
    }
    .tt-shopcart-table-02 .tt-shopcart-btn .col-left {
        flex: 2 1 auto
    }
    .tt-shopcart-table-02 .tt-shopcart-btn [class^=btn]:not(:first-child) {
        margin-left: 40px
    }
}

@media (max-width:789px) {
    .tt-shopcart-table-02 .tt-shopcart-btn {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 3px
    }
    .tt-shopcart-table-02 .tt-shopcart-btn .col-left {
        order: 1
    }
    .tt-shopcart-table-02 .tt-shopcart-btn .col-right {
        order: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }
    .tt-shopcart-table-02 .tt-shopcart-btn .col-right .btn-link:first-child {
        order: 2
    }
    .tt-shopcart-table-02 .tt-shopcart-btn [class^=btn] {
        margin-top: 15px
    }
}

@media (min-width:790px) {
    .tt-shopcart-table-02 table td:nth-child(1) {
        width: 121px
    }
    .tt-shopcart-table-02 table td:nth-child(2) {
        width: auto
    }
    .tt-shopcart-table-02 table td:nth-child(3) {
        width: 16%;
        min-width: 100px
    }
    .tt-shopcart-table-02 table td:nth-child(4) {
        width: 17%;
        min-width: 132px
    }
    .tt-shopcart-table-02 table td:nth-child(5) {
        width: 13%;
        min-width: 100px;
        text-align: right
    }
    .tt-shopcart-table-02 table td:nth-child(6) {
        width: 4%;
        min-width: 28px;
        text-align: right
    }
    .tt-shopcart-table-02 .tt-price:not(.subtotal) {
        margin-right: 24px
    }
    .tt-shopcart-table-02 .tt-price.subtotal {
        margin-left: 24px
    }
    .tt-shopcart-table-02 .tt-list-parameters {
        display: none
    }
    .tt-shopcart-col .form-control {
        height: 323px
    }
}

@media (max-width:789px) {
    .tt-shopcart-table-02 table td:nth-child(1) {
        width: 121px
    }
    .tt-shopcart-table-02 table td:nth-child(3) {
        width: auto;
        display: none
    }
    .tt-shopcart-table-02 table td:nth-child(4),
    .tt-shopcart-table-02 table td:nth-child(5) {
        display: none
    }
    .tt-shopcart-table-02 td:nth-child(3)>:nth-child(1) {
        margin-top: 0
    }
    .tt-shopcart-table-02 .tt-list-parameters {
        list-style: none;
        margin: 11px 0 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }
    .tt-shopcart-table-02 .tt-list-parameters li:not(:first-child) {
        margin-top: 11px
    }
}

.tt-shopcart-wrapper {
    border: 1px solid #e9e7e7
}

@media (min-width:576px) {
    .tt-shopcart-col .tt-shopcart-box,
    .tt-shopcart-wrapper {
        padding: 5px 39px 5px
    }
}

.tt-shopcart-wrapper .tt-shopcart-box:not(:first-child) {
    margin-top: 25px
}

@media (max-width:1229px) {
    .tt-shopcart-wrapper {
        margin-top: 56px
    }
}

@media (max-width:1024px) {
    .tt-shopcart-wrapper {
        margin-top: 36px
    }
}

@media (max-width:575px) {
    .tt-shopcart-wrapper {
        padding: 25px 24px 23px;
        margin-top: 20px
    }
    .tt-shopcart-wrapper .tt-shopcart-box .tt-title {
        font-size: 17px
    }
}

.tt-shopcart-col {
    margin-top: 56px
}

@media (max-width:1024px) {
    .tt-shopcart-col {
        margin-top: 36px
    }
}

.tt-shopcart-col .tt-shopcart-box {
    border: 1px solid #e9e7e7;
    margin-top: 20px
}

@media (max-width:575px) {
    .tt-shopcart-col {
        margin-top: 20px
    }
    .tt-shopcart-col .tt-shopcart-box {
        padding: 17px 24px 20px
    }
    .tt-shopcart-col .tt-shopcart-box .tt-title {
        font-size: 17px
    }
    .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
        margin-top: -3px;
        line-height: 17px
    }
    .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-price {
        margin-top: 4px
    }
    .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description [class^=btn] {
        margin-top: 10px
    }
}

.tt-shopping-layout .tt-title-border {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    padding: 0 0 21px;
    letter-spacing: .02em
}

.tt-shopping-layout .tt-title {
    font-size: 20px;
    padding-bottom: 26px;
    letter-spacing: .02em;
    color: #191919
}

.tt-shopping-layout .tt-table-responsive+[class^=btn],
.tt-shopping-layout table+[class^=btn] {
    margin-top: 30px
}

.tt-shopping-layout .tt-link-back {
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    font-size: 14px;
    color: #2879fe;
    margin-top: 20px;
    letter-spacing: .02em;
    display: inline-block;
    text-decoration: none;
    transition: color .2s linear
}

.tt-shopping-layout .tt-link-back [class^=icon-] {
    font-size: 20px;
    top: 4px;
    position: relative;
    margin-right: 5px
}

.tt-shopping-layout .tt-link-back:hover {
    color: #191919
}

.tt-shopping-layout .tt-data {
    font-size: 15px;
    margin-top: 17px
}

.tt-shopping-layout .tt-wrapper {
    margin-top: 55px
}

.tt-shopping-layout .tt-title+.tt-wrapper {
    margin-top: 30px
}

.tt-shopping-layout .tt-shop-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: 23px;
    margin-left: -37px
}

.tt-shopping-layout .tt-shop-btn [class^=btn] {
    margin-left: 37px
}

.tt-shopping-layout .tt-shop-btn svg {
    fill: #2879fe;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    transition: fill .2s linear
}

.tt-shopping-layout .tt-shop-btn:hover svg {
    fill: #191919
}

.tt-table-shop-01 {
    border-bottom: 1px solid #e9e7e7;
    width: 100%
}

.tt-table-shop-01 td,
.tt-table-shop-01 th {
    width: 20%;
    line-height: 17px
}

.tt-table-shop-01 thead tr {
    border-top: 1px solid #e9e7e7
}

.tt-table-shop-01 thead th {
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 12px 10px 10px 0;
    font-family: 'Samim-Bold' !important;
}

.tt-table-shop-01 tbody tr {
    border-top: 1px solid #e9e7e7
}

.tt-table-shop-01 tbody td {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 10px
}

.tt-table-shop-01 tbody td a {
    color: #2879fe;
    transition: color .2s linear
}

.tt-table-shop-01 tbody td a:hover {
    color: #191919
}

.tt-table-shop-02 {
    border-bottom: 1px solid #e9e7e7;
    width: 100%
}

.tt-table-shop-02 thead tr {
    border-top: 1px solid #e9e7e7
}

.tt-table-shop-02 thead th {
    color: #191919;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 10px 7px 0;
    font-family: 'Samim-Bold' !important;
}

.tt-table-shop-02 tbody tr {
    border-top: 1px solid #e9e7e7
}

.tt-table-shop-02 tbody td {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px
}

.tt-table-shop-02 tbody td a {
    color: #2879fe;
    transition: color .2s linear
}

.tt-table-shop-02 tbody td a:hover {
    color: #191919
}

.tt-table-shop-02 tbody td:first-child {
    width: 20%;
    min-width: 134px;
    color: #191919;
    font-weight: 500;
    letter-spacing: .02em;
    font-family: 'Samim-Bold' !important;
    padding-top: 9px;
    padding-bottom: 8px
}

.tt-table-shop-03 {
    width: 100%
}

.tt-table-shop-03 tr {
    border-bottom: 1px solid #e9e7e7
}

.tt-table-shop-03 tr td:nth-child(1),
.tt-table-shop-03 tr th:nth-child(1) {
    width: 35%;
    min-width: 150px
}

.tt-table-shop-03 tr td:not(:nth-child(1)),
.tt-table-shop-03 tr th:not(:nth-child(1)) {
    width: 21%;
    min-width: 85px
}

.tt-table-shop-03 td,
.tt-table-shop-03 th {
    vertical-align: top;
    padding: 9px 10px 8px 0
}

.tt-table-shop-03 strong {
    color: #191919;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
}

.tt-table-shop-03 thead tr {
    border-top: 1px solid #e9e7e7
}

.tt-table-shop-03 thead tr th {
    color: #191919;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
}

.tt-shop-info {
    max-width: 317px
}

.tt-shop-info .tt-item .tt-title {
    font-size: 14px;
    color: #191919;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    letter-spacing: .02em;
    margin: 0;
    padding: 0
}

.tt-shop-info .tt-item .tt-title+.tt-description {
    margin-top: 17px
}

.tt-shop-info .tt-item .tt-description strong {
    color: #2879fe
}

.tt-shop-info .tt-item .tt-description p {
    margin-top: 0
}

.tt-shop-info .tt-item .tt-description a {
    color: #2879fe;
    transition: color .2s linear
}

.tt-shop-info .tt-item .tt-description a:hover {
    color: #191919
}

.tt-shop-info .tt-item:not(:first-child) {
    margin-top: 47px
}

.tt-lookbook {
    text-align: center;
    position: relative
}

.tt-lookbook img {
    width: 100%;
    height: auto
}

.tt-lookbook .tt-hotspot {
    position: absolute;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: 38px;
    height: 38px
}

.tt-lookbook .tt-hotspot .tt-btn {
    width: 38px;
    height: 38px;
    padding: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    transition: padding .2s linear
}

.tt-lookbook .tt-hotspot .tt-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: attr(data-style-top);
    background-color: #2879fe;
    border-radius: 50%;
    transition: background-color .2s linear
}

.tt-lookbook .tt-hotspot .tt-btn:before {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-family: wokiee;
    font-size: 14px;
    content: "\e9a0";
    line-height: 1;
    font-weight: 400;
    width: 38px;
    height: 38px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .2s linear
}

.tt-lookbook .tt-hotspot .tt-img a {
    display: block
}

.tt-lookbook .tt-hotspot .tt-content-parent {
    display: none
}

.tt-lookbook .tt-hotspot .tt-description .new-price {
    margin-right: 7px
}

.tt-lookbook .tt-hotspot .tt-description .old-price {
    text-decoration: line-through
}

.tt-lookbook .tt-hotspot.active .tt-btn {
    padding: 9px
}

.tt-lookbook .tt-hotspot.active .tt-btn:after {
    background-color: #191919
}

.tt-lookbook .tt-hotspot.active .tt-btn:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

@media (max-width:789px) {
    .tt-lookbook .tt-hotspot .tt-hotspot-content {
        position: relative
    }
    .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
        padding-right: 16px
    }
    .tt-lookbook .tt-hotspot.active {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        z-index: 7
    }
    .tt-lookbook .tt-hotspot.active .tt-btn {
        z-index: 0
    }
    .tt-lookbook .tt-hotspot.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, .8)
    }
    .tt-lookbook .tt-hotspot.active .tt-hotspot-content {
        position: relative;
        z-index: 8;
        left: 0
    }
    .tt-lookbook .tt-hotspot.active .tt-hotspot-content .tt-img {
        width: 28%;
        min-width: 28%
    }
}

body:not(.touch-device) .tt-hotspot .tt-btn:hover:after {
    background-color: #191919
}

.tt-hotspot-content {
    background-color: #fff;
    z-index: -1;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border-radius: 6px
}

.tt-hotspot-content img {
    max-width: 100%;
    height: auto
}

.tt-hotspot-content .tt-btn-close {
    position: absolute;
    display: block;
    right: 14px;
    top: 8px;
    font-family: wokiee;
    font-size: 14px;
    color: #191919;
    z-index: 1;
    padding: 5px;
    transition: color .2s linear
}

.tt-hotspot-content .tt-btn-close:before {
    content: "\e9b3"
}

.tt-hotspot-content .tt-btn-close:hover {
    color: #2879fe
}

.tt-hotspot-content .tt-img {
    width: 99px;
    min-width: 99px
}

.tt-hotspot-content .tt-img+.tt-description {
    margin-left: 19px
}

.tt-hotspot-content .tt-description {
    text-align: left
}

.tt-hotspot-content .tt-description .tt-title {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Samim-Bold' !important;
    font-weight: 400;
    color: #191919;
    margin-top: -5px;
    padding-right: 12px
}

.tt-hotspot-content .tt-description .tt-title a {
    color: #191919
}

.tt-hotspot-content .tt-description .tt-title a:hover {
    color: #2879fe
}

.tt-hotspot-content .tt-description .tt-price {
    color: #191919;
    font-weight: 500;
    font-size: 16px;
    padding-right: 12px
}

.tt-hotspot-content .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-hotspot-content .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-hotspot-content .tt-description [class^=btn] {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 22px;
    width: 100%
}

.tt-hotspot-content .tt-description>:nth-child(1):not(.tt-title) {
    margin-top: 0
}

@media (min-width:790px) {
    .tt-hotspot-content {
        width: 300px
    }
    .slider-revolution.revolution-default .tparrows.hidearrows {
        opacity: 1
    }
}

@media (max-width:798px) {
    .tt-hotspot-content {
        max-width: 300px
    }
}

.tt-lookbook-popup {
    position: absolute;
    z-index: 21;
    display: none;
    opacity: 0
}

.tt-lookbook-masonry {
    margin-top: -20px;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px
}

.tt-lookbook-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.tt-lookbook-masonry .element-item {
    position: relative;
    float: left
}

.tt-lookbook-masonry .tt-lookbook-init {
    opacity: 0;
    transition: opacity .2s linear
}

.tt-lookbook-masonry .tt-lookbook-init.tt-show {
    opacity: 1
}

.tt-lookbook-masonry .tt-grid-col-2 .element-item {
    width: 50%;
    margin-top: 20px;
    padding: 0 8px
}

@media (max-width:789px) {
    .tt-lookbook-masonry .tt-grid-col-2 .element-item {
        width: 100%
    }
}

@media (max-width:575px) {
    .tt-lookbook-masonry .tt-grid-col-2 .element-item {
        margin-top: 10px;
        padding: 0
    }
}

.tt-lookbook-masonry .tt-grid-col-3 .element-item {
    width: 33.33%;
    margin-top: 20px;
    padding: 0 10px
}

@media (max-width:1024px) {
    .tt-lookbook-masonry .tt-grid-col-3 .element-item {
        width: 50%
    }
}

@media (max-width:789px) {
    .tt-lookbook-masonry .tt-grid-col-3 .element-item {
        width: 100%
    }
    .slider-revolution.revolution-default .tparrows {
        display: none
    }
}

@media (max-width:575px) {
    .tt-lookbook-masonry .tt-grid-col-3 .element-item {
        margin-top: 10px;
        padding: 0
    }
}

.tt-lookbook-masonry:after {
    content: '';
    display: block;
    clear: both
}

.tt-carousel-lookbook.arrow-location-center .slick-slide {
    padding: 0 10px
}

.tt-carousel-lookbook.arrow-location-center .slick-prev {
    left: 15px
}

.tt-carousel-lookbook.arrow-location-center .slick-next {
    right: 15px
}

.slider-revolution {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1
}

.slider-revolution video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block
}

.slider-revolution .tp-dottedoverlay {
    z-index: 1
}

.slider-revolution .tp-dottedoverlay.twoxtwo {
    background: 0 0
}

.slider-revolution .tp-bullets {
    bottom: 7% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.slider-revolution .tp-bullets .bullet {
    width: 14px;
    height: 14px;
    background-color: #dadada;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer
}

.slider-revolution .tp-bullets .bullet.selected {
    background-color: #191919
}

.slider-revolution .video-play a {
    font-size: 40px;
    line-height: 40px;
    color: #c2c2c2
}

.slider-revolution .video-play a:hover {
    color: #2879fe
}

.slider-revolution .video-play .btn-pause,
.slider-revolution .video-play.pause .btn-play {
    display: none
}

.slider-revolution .video-play.pause .btn-pause {
    display: block
}

.slider-revolution .tp-caption1 {
    text-align: center;
    color: #191919
}

.slider-revolution .tp-caption1-wd-1,
.slider-revolution .tp-caption1-wd-2 {
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
}

.slider-revolution .tp-caption1-wd-3 {
    font-weight: 300;
    font-family: 'Samim-Bold' !important;
}

.slider-revolution [class^=btn] {
    position: inherit;
    background-color: #2879fe;
    color: #fff
}

.slider-revolution [class^=btn]:hover {
    background-color: #2267d8;
    color: #fff
}

@media (min-width:1230px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 50px;
        line-height: 1
    }
    .slider-revolution .tp-caption1-wd-2 {
        font-size: 90px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption1-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 15px
    }
    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 36px
    }
}

@media (min-width:1025px) and (max-width:1229px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 40px;
        line-height: 1
    }
    .slider-revolution .tp-caption1-wd-2 {
        font-size: 70px;
        line-height: 1;
        margin-top: 5px
    }
    .slider-revolution .tp-caption1-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 18px
    }
    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 36px
    }
}

@media (min-width:790px) and (max-width:1024px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 30px;
        line-height: 1
    }
    .slider-revolution .tp-caption1-wd-2 {
        font-size: 50px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption1-wd-3 {
        font-size: 15px;
        line-height: 1.2;
        margin-top: 10px
    }
    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 27px
    }
}

@media (min-width:576px) and (max-width:789px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 25px;
        line-height: 1
    }
    .slider-revolution .tp-caption1-wd-2 {
        font-size: 35px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption1-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
        max-width: 250px
    }
    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 17px
    }
}

@media (min-width:461px) and (max-width:575px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 15px;
        line-height: 1.1
    }
    .slider-revolution .tp-caption1-wd-2 {
        font-size: 25px;
        line-height: 1.1;
        margin-top: 5px
    }
    .slider-revolution .tp-caption1-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        max-width: 250px;
        margin-top: 7px
    }
    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 12px
    }
}

@media (max-width:460px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 15px;
        line-height: 1.1
    }
    .slider-revolution .tp-caption1-wd-2 {
        font-size: 19px;
        line-height: 1.1;
        margin-top: 5px
    }
    .slider-revolution .tp-caption1-wd-3 {
        font-size: 12px;
        line-height: 1.3;
        max-width: 184px;
        margin-top: 7px
    }
    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 10px
    }
    .slider-revolution [class^=btn] {
        height: 34px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.slider-revolution .tp-caption2 {
    text-align: center
}

.slider-revolution .tp-caption2-wd-1,
.slider-revolution .tp-caption2-wd-2 {
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
}

@media (min-width:1230px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 50px;
        line-height: 1;
        letter-spacing: .03em
    }
    .slider-revolution .tp-caption2-wd-2 {
        font-size: 90px;
        line-height: 1;
        margin-top: 5px;
        letter-spacing: .03em
    }
    .slider-revolution .tp-caption2-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 25px
    }
    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 37px
    }
}

@media (min-width:1025px) and (max-width:1229px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 40px;
        line-height: 1
    }
    .slider-revolution .tp-caption2-wd-2 {
        font-size: 70px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption2-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 18px
    }
    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 37px
    }
}

@media (min-width:790px) and (max-width:1024px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 30px;
        line-height: 1
    }
    .slider-revolution .tp-caption2-wd-2 {
        font-size: 50px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption2-wd-3 {
        font-size: 15px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 27px
    }
}

@media (min-width:576px) and (max-width:789px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 25px;
        line-height: 1
    }
    .slider-revolution .tp-caption2-wd-2 {
        font-size: 30px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption2-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
        max-width: 250px
    }
    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 17px
    }
}

@media (min-width:461px) and (max-width:575px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 15px;
        line-height: 1
    }
    .slider-revolution .tp-caption2-wd-2 {
        font-size: 25px;
        line-height: 1;
        margin-top: 5px
    }
    .slider-revolution .tp-caption2-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        max-width: 250px;
        margin-top: 7px
    }
    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 12px
    }
}

@media (max-width:460px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 15px;
        line-height: 1
    }
    .slider-revolution .tp-caption2-wd-2 {
        font-size: 19px;
        line-height: 1;
        margin-top: 5px
    }
    .slider-revolution .tp-caption2-wd-3 {
        font-size: 12px;
        line-height: 1.2;
        max-width: 184px;
        margin-top: 7px
    }
    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 7px
    }
    .slider-revolution [class^=btn] {
        height: 34px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.slider-revolution .tp-caption3 {
    text-align: center
}

.slider-revolution .tp-caption3-wd-1 {
    font-weight: 600;
    font-family: 'Samim-Bold' !important;
}

.slider-revolution .tp-caption3-wd-2 {
    font-weight: 600;
    font-family: 'Samim-Bold' !important;
    margin-top: 14px
}

@media (min-width:1230px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 30px;
        line-height: 1;
        letter-spacing: .03em
    }
    .slider-revolution .tp-caption3-wd-2 {
        font-size: 50px;
        line-height: 1;
        letter-spacing: .03em
    }
    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 37px
    }
    .tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu.size-lg {
        width: 897px
    }
}

@media (min-width:1025px) and (max-width:1229px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 40px;
        line-height: 1
    }
    .slider-revolution .tp-caption3-wd-2 {
        font-size: 70px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption3-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 18px
    }
    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 37px
    }
}

@media (min-width:790px) and (max-width:1024px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 30px;
        line-height: 1
    }
    .slider-revolution .tp-caption3-wd-2 {
        font-size: 50px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption3-wd-3 {
        font-size: 15px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 27px
    }
}

@media (min-width:576px) and (max-width:789px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 25px;
        line-height: 1
    }
    .slider-revolution .tp-caption3-wd-2 {
        font-size: 30px;
        line-height: 1;
        margin-top: 10px
    }
    .slider-revolution .tp-caption3-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
        max-width: 250px
    }
    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 17px
    }
}

@media (min-width:461px) and (max-width:575px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 15px;
        line-height: 1
    }
    .slider-revolution .tp-caption3-wd-2 {
        font-size: 25px;
        line-height: 1;
        margin-top: 5px
    }
    .slider-revolution .tp-caption3-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        max-width: 250px;
        margin-top: 7px
    }
    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 12px
    }
}

@media (max-width:460px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 15px;
        line-height: 1
    }
    .slider-revolution .tp-caption3-wd-2 {
        font-size: 19px;
        line-height: 1;
        margin-top: 5px
    }
    .slider-revolution .tp-caption3-wd-3 {
        font-size: 12px;
        line-height: 1.2;
        max-width: 184px;
        margin-top: 7px
    }
    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 7px
    }
    .slider-revolution [class^=btn] {
        height: 34px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.slider-revolution .tp-caption4 {
    text-align: center
}

.slider-revolution .tp-caption4-wd-1 {
    font-weight: 500;
    line-height: 1
}

.slider-revolution .tp-caption4-wd-2 {
    font-weight: 600;
    line-height: 1.14
}

.slider-revolution .tp-caption-list-btn>* {
    margin-left: 10px;
    margin-right: 10px
}

.slider-revolution .tp-caption-left-bottom {
    position: absolute;
    max-width: 360px;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 5
}

@media (max-width:960px) {
    .slider-revolution .tp-caption-left-bottom {
        max-width: 280px
    }
}

@media (max-width:787px) {
    .slider-revolution .tp-caption-left-bottom {
        display: none
    }
}

.slider-revolution.revolution-default .tp-leftarrow.default,
.slider-revolution.revolution-default .tp-rightarrow.default {
    background: 0 0;
    font-size: 30px;
    line-height: 1;
    font-family: wokiee;
    font-weight: 500;
    color: #dadada;
    transition: color .2s linear
}

.slider-revolution.revolution-default .tp-leftarrow.default:hover,
.slider-revolution.revolution-default .tp-rightarrow.default:hover {
    color: #191919
}

.slider-revolution.revolution-default .tp-leftarrow:before,
.slider-revolution.revolution-default .tp-rightarrow:before {
    position: relative;
    top: 5px
}

.slider-revolution.revolution-default .tp-leftarrow:before {
    content: "\e90d"
}

.slider-revolution.revolution-default .tp-rightarrow:before {
    content: "\e90e"
}

.ie.gecko .fullcoveredvideo {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}

.mainSlider-layout {
    position: relative
}

@media (min-width:1025px) {
    .slider-revolution .tp-caption4-wd-1 {
        font-size: 16px
    }
    .slider-revolution .tp-caption4-wd-2 {
        font-size: 36px;
        margin-top: 6px
    }
    .mainSliderSlick,
    .mainSliderSlick .slide .img--holder {
        height: calc(100vh - 50px)
    }
}

.mainSliderSlick .container {
    position: relative
}

.mainSliderSlick .slide .img--holder {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

@media (max-width:1024px) and (min-width:551px) {
    .mainSliderSlick,
    .mainSliderSlick .slide .img--holder {
        height: 354px
    }
}

@media (max-width:550px) {
    .mainSliderSlick,
    .mainSliderSlick .slide .img--holder {
        height: 300px
    }
}

.mainSliderSlick .slide .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start
}

@media (min-width:1025px) {
    .mainSliderSlick .slide .slide-content {
        padding-left: 25%;
        padding-right: 25%
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
        font-size: 36px;
        line-height: 1.1;
        font-weight: 400;
        text-align: center
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
        font-size: 70px;
        line-height: .97;
        font-weight: 500;
        margin-top: 8px
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 300;
        margin-top: 23px
    }
    .mainSliderSlick .slide .slide-content .tp-caption-btn {
        margin-top: 35px
    }
}

@media (max-width:1024px) {
    .slider-revolution .tp-caption4-wd-1 {
        font-size: 16px
    }
    .slider-revolution .tp-caption4-wd-2 {
        font-size: 32px;
        margin-top: 6px
    }
    .mainSliderSlick .slide .slide-content {
        padding-left: 15%;
        padding-right: 15%
    }
}

.mainSliderSlick .slide .slide-content div[class^=tp-caption-] {
    color: #191919;
    font-family: 'Samim-Bold' !important;
    text-align: center
}

.mainSliderSlick .slide .slide-content div[class^=tp-caption-]:first-child {
    margin-top: 0
}

@media (max-width:1024px) {
    .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
        font-size: 25px
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
        font-size: 40px;
        line-height: 1
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
        font-size: 14px;
        margin-top: 8px
    }
    .mainSliderSlick .slide .slide-content .tp-caption-btn {
        margin-top: 15px
    }
}

@media (max-width:550px) {
    .mainSliderSlick .slide .slide-content {
        padding-left: 7%;
        padding-right: 7%
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
        font-size: 15px
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-01 br {
        display: none
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
        font-size: 25px;
        line-height: 1
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-02 br {
        display: none
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 300;
        margin-top: 8px
    }
    .mainSliderSlick .slide .slide-content .tp-caption-01-03 br {
        display: none
    }
    .mainSliderSlick .slide .slide-content .tp-caption-btn {
        margin-top: 15px
    }
}

.mainSliderSlick .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    border: none;
    width: 38px;
    height: 38px;
    color: #dadada;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.mainSliderSlick .slick-arrow:hover {
    color: #191919
}

.mainSliderSlick .slick-arrow:before {
    font-family: wokiee;
    font-size: 30px;
    line-height: 1
}

.mainSliderSlick .slick-prev {
    left: 8px
}

.mainSliderSlick .slick-prev:before {
    content: "\e90d"
}

.mainSliderSlick .slick-next {
    right: 8px
}

@media (max-width:575px) {
    .slider-revolution .tp-bullets {
        display: none
    }
    .slider-revolution .tp-caption4-wd-1 {
        font-size: 14px;
        line-height: 1.2
    }
    .slider-revolution .tp-caption4-wd-2 {
        font-size: 27px;
        margin-top: 6px
    }
    .mainSliderSlick .slick-prev {
        left: 0
    }
    .mainSliderSlick .slick-next {
        right: 0
    }
}

.mainSliderSlick .slick-next:before {
    content: "\e90e"
}

.mainSliderSlick .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block
}

.mainSliderSlick .slick-dots li {
    display: inline-block
}

.mainSliderSlick .slick-dots li button {
    background: #dadada
}

.mainSliderSlick .slick-dots li button:hover,
.mainSliderSlick .slick-dots li.slick-active button {
    background: #191919
}

.fadeInLeftSm {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.fadeInRightSm {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body.is-loaded .loading-content {
    opacity: 0;
    visibility: hidden
}

.loading-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    transition: .5s
}

.loading-content.disable {
    opacity: 0
}

.loading-content .image {
    max-width: 15%
}

.loading-content .image img {
    -webkit-animation: 3s infinite flipInY;
    animation: 3s infinite flipInY;
    max-width: 100%
}

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -webkit-animation: .5s linear forwards loading-dots-fadein;
    animation: .5s linear forwards loading-dots-fadein
}

.loading-dots i {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    background: #2879fe;
    border-radius: 50%;
    margin: 0 .125em;
    -webkit-animation: .5s linear infinite loading-dots-middle-dots;
    animation: .5s linear infinite loading-dots-middle-dots
}

.loading-dots.dark-gray i {
    background: #2879fe
}

.loading-dots i:first-child {
    -webkit-animation: .5s infinite loading-dots-first-dot;
    animation: .5s linear infinite loading-dots-first-dot;
    opacity: 0;
    -webkit-transform: translate(-1em);
    transform: translate(-1em)
}

.loading-dots i:last-child {
    -webkit-animation: .5s linear infinite loading-dots-last-dot;
    animation: .5s linear infinite loading-dots-last-dot
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0
    }
}

.tt-slick-slider {
    z-index: 1
}

.tt-slick-slider .slick-dots {
    position: absolute;
    bottom: 9%
}

.tt-slick-main-item {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tt-slick-main-item>img {
    width: 100%;
    height: auto
}

.tt-slick-main-item .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 40px 95px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: color .2s linear
}

@media (min-width:1025px) {
    .tt-slick-main-item .tt-description.tt-point-h-r .tt-description-wrapper {
        margin-right: 8%
    }
    .tt-slick-main-item .tt-description.tt-point-h-l .tt-description-wrapper {
        margin-left: 8%
    }
}

@media (max-width:500px) {
    .slider-revolution .video-play a {
        font-size: 35px;
        line-height: 35px
    }
    .tt-slick-main-item .tt-description.tt-point-h-l .tt-description-wrapper,
    .tt-slick-main-item .tt-description.tt-point-h-r .tt-description-wrapper {
        width: 270px
    }
    .tt-table-responsive {
        overflow-y: hidden;
        overflow-x: scroll
    }
}

.tt-slick-main-item .tt-description .tt-description-wrapper {
    width: 558px;
    text-align: center
}

.tt-slick-main-item .tt-description .tt-title-small {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .03em;
    transition: color .2s linear
}

.tt-slick-main-item .tt-description .tt-title-large {
    font-family: 'Samim-Bold' !important;
    color: #191919;
    font-size: 70px;
    line-height: .97;
    font-weight: 500;
    letter-spacing: .03em;
    margin-top: 8px;
    transition: color .2s linear
}

.tt-slick-main-item .tt-description p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 23px;
    color: #191919;
    transition: color .2s linear
}

.tt-slick-main-item .tt-description [class^=btn] {
    margin-top: 35px
}

.tt-slick-main-item .tt-description img {
    max-width: 100%;
    height: auto
}

@media (max-width:1229px) {
    .tt-slick-main-item .tt-description .tt-title-small {
        font-size: 26px;
        line-height: 1.1
    }
    .tt-slick-main-item .tt-description .tt-title-small br {
        display: none
    }
    .tt-slick-main-item .tt-description .tt-title-large {
        font-size: 50px;
        line-height: .97;
        margin-top: 8px
    }
    .tt-slick-main-item .tt-description .tt-title-large br {
        display: none
    }
    .tt-slick-main-item .tt-description p {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 6px
    }
    .tt-slick-main-item .tt-description p br {
        display: none
    }
    .tt-slick-main-item .tt-description [class^=btn] {
        margin-top: 13px
    }
}

@media (max-width:1024px) {
    .tt-slick-main-item .tt-description.tt-point-h-r .tt-description-wrapper {
        margin-right: 2%;
        width: 270px
    }
    .tt-slick-main-item .tt-description.tt-point-h-l .tt-description-wrapper {
        margin-left: 2%;
        width: 270px
    }
    .tt-slick-main-item .tt-description .tt-title-small {
        font-size: 25px;
        line-height: 1.1
    }
    .tt-slick-main-item .tt-description .tt-title-large {
        font-size: 40px;
        line-height: .97;
        margin-top: 8px
    }
    .tt-slick-main-item .tt-description p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 8px
    }
    .tt-slick-main-item .tt-description [class^=btn] {
        margin-top: 15px
    }
}

@media (max-width:790px) {
    .tt-slick-main-item .tt-description {
        padding: 20px 5%
    }
    .tt-slick-main-item .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 1.1
    }
    .tt-slick-main-item .tt-description .tt-title-large {
        font-size: 25px;
        line-height: 1;
        margin-top: 8px
    }
    .tt-slick-main-item .tt-description p {
        font-size: 13px;
        line-height: 1.2;
        margin-top: 5px
    }
    .tt-slick-main-item .tt-description [class^=btn] {
        margin-top: 9px
    }
}

@media (max-width:460px) {
    .tt-slick-main-item .tt-description {
        padding: 15px 7%
    }
    .tt-slick-main-item .tt-description .tt-title-small {
        font-size: 13px;
        line-height: 1.1
    }
    .tt-slick-main-item .tt-description .tt-title-large {
        font-size: 20px;
        line-height: 1;
        margin-top: 5px
    }
    .tt-slick-main-item .tt-description p {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 4px
    }
    .tt-slick-main-item .tt-description [class^=btn] {
        margin-top: 7px;
        height: 30px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.tt-slick-main-item .tt-description :nth-child(1) {
    margin-top: 0
}

.tt-slick-main-item .tt-point-v-t {
    align-items: flex-start
}

.tt-slick-main-item .tt-point-v-b {
    align-items: flex-end
}

.tt-slick-main-item .tt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.tt-slick-main-item .tt-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.arrow-slick-main.slick-slider .slick-arrow,
.arrow-slick-main.slick-slider .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    border: none;
    width: 38px;
    height: 38px;
    color: #dadada;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-slick-main.slick-slider .slick-arrow:hover {
    color: #191919
}

.arrow-slick-main.slick-slider .slick-arrow:before {
    font-family: wokiee;
    font-size: 30px;
    line-height: 1
}

.arrow-slick-main.slick-slider .slick-prev {
    left: 8px
}

.arrow-slick-main.slick-slider .slick-prev:before {
    content: "\e90d"
}

.arrow-slick-main.slick-slider .slick-next {
    right: 8px
}

.arrow-slick-main.slick-slider .slick-next:before {
    content: "\e90e"
}

.arrow-slick-main.slick-slider .slick-dots li button {
    background: #dadada
}

.arrow-slick-main.slick-slider .slick-dots li button:hover,
.arrow-slick-main.slick-slider .slick-dots li.slick-active button {
    background: #191919
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 77;
    background-color: #fff;
    opacity: 1;
    display: block
}

#loader-wrapper.loader-off,
body.loaded #loader-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: .5s linear
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -9px;
    margin-left: -100px;
    -webkit-perspective: 400px;
    perspective: 400px;
    transform-type: preserve-3d
}

#loader .dot {
    -webkit-animation: 3s ease-in-out infinite loader;
    animation: 3s ease-in-out infinite loader;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    background: #2879fe
}

#loader .dot:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#loader .dot:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

#loader .dot:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#loader .dot:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#loader .dot:nth-child(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

#loader .dot:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

html:not(.ie) #loader .dot {
    border: 2px solid #fff
}

@-webkit-keyframes loader {
    15%,
    95% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    45%,
    65% {
        -webkit-transform: translateX(235px);
        transform: translateX(235px)
    }
}

@keyframes loader {
    15%,
    95% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    45%,
    65% {
        -webkit-transform: translateX(235px);
        transform: translateX(235px)
    }
}

@media (min-width:576px) and (min-width:576px) {
    html.tt-boxed body,
    html.tt-boxed header .tt-stuck-nav {
        max-width: 546px
    }
}

@media (min-width:576px) and (min-width:791px) {
    html.tt-boxed body {
        max-width: 770px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed body {
        max-width: 990px
    }
    html.tt-boxed header [class^=tt-color-scheme] .container,
    html.tt-boxed header [class^=tt-color-scheme] .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed header .tt-desktop-header>div:not([class^=tt-color-scheme]) {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:576px) and (max-width:1024px) {
    html.tt-boxed header .tt-desktop-header>div:not([class^=tt-color-scheme]),
    html.tt-boxed header [class^=tt-color-scheme] .container,
    html.tt-boxed header [class^=tt-color-scheme] .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:576px) and (max-width:1229px) {
    html.tt-boxed header .tt-desktop-header .tt-desctop-menu nav>ul>li.dropdown>a {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed header .tt-mobile-header>.container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:576px) and (max-width:1024px) {
    html.tt-boxed header .tt-mobile-header>.container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:576px) and (min-width:791px) {
    html.tt-boxed header .tt-stuck-nav {
        max-width: 770px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed header .tt-stuck-nav {
        max-width: 990px
    }
    html.tt-boxed header .tt-stuck-nav>.container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:576px) and (min-width:1230px) {
    html.tt-boxed body,
    html.tt-boxed header .tt-stuck-nav {
        max-width: 1200px
    }
}

@media (min-width:576px) and (min-width:576px) {
    html.tt-boxed .tt-breadcrumb>.container,
    html.tt-boxed .tt-header-static,
    html.tt-boxed footer,
    html.tt-boxed header {
        max-width: 546px
    }
}

@media (min-width:576px) and (min-width:791px) {
    html.tt-boxed .tt-header-static,
    html.tt-boxed footer,
    html.tt-boxed header {
        max-width: 770px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed .tt-header-static,
    html.tt-boxed footer,
    html.tt-boxed header {
        max-width: 990px
    }
}

@media (min-width:576px) and (min-width:1230px) {
    html.tt-boxed .tt-header-static,
    html.tt-boxed footer,
    html.tt-boxed header {
        max-width: 1200px
    }
}

@media (min-width:576px) and (max-width:790px) {
    html.tt-boxed .tt-back-to-top {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%
    }
}

@media (min-width:576px) and (max-width:790px) and (min-width:576px) {
    html.tt-boxed .tt-back-to-top {
        max-width: 546px
    }
}

@media (min-width:576px) and (max-width:790px) and (min-width:791px) {
    html.tt-boxed .tt-back-to-top {
        max-width: 770px
    }
}

@media (min-width:576px) and (max-width:790px) and (min-width:1025px) {
    html.tt-boxed .tt-back-to-top {
        max-width: 990px
    }
}

@media (min-width:576px) and (max-width:790px) and (min-width:1230px) {
    html.tt-boxed .tt-back-to-top {
        max-width: 1200px
    }
}

@media (min-width:576px) and (min-width:791px) {
    html.tt-boxed .tt-breadcrumb>.container {
        max-width: 770px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed .tt-breadcrumb>.container {
        max-width: 990px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:576px) and (min-width:576px) {
    html.tt-boxed #tt-pageContent {
        max-width: 546px
    }
    html.tt-boxed #tt-pageContent .container-fluid,
    html.tt-boxed #tt-pageContent .container-fluid-custom {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:576px) and (min-width:791px) {
    html.tt-boxed #tt-pageContent {
        max-width: 770px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed #tt-pageContent {
        max-width: 990px
    }
    html.tt-boxed #tt-pageContent>div>.container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:576px) and (max-width:1024px) {
    html.tt-boxed #tt-pageContent>div>.container,
    html.tt-boxed .tt-breadcrumb>.container,
    html.tt-boxed header .tt-stuck-nav>.container {
        padding-left: 20px;
        padding-right: 20px
    }
    html.tt-boxed #tt-pageContent>div>.container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:576px) and (max-width:576px) {
    html.tt-boxed #tt-pageContent .container-fluid,
    html.tt-boxed #tt-pageContent .container-fluid-custom {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:576px) and (min-width:576px) {
    html.tt-boxed #tt-pageContent .container-fluid,
    html.tt-boxed #tt-pageContent .container-fluid-custom {
        max-width: 546px
    }
}

@media (min-width:576px) and (min-width:791px) {
    html.tt-boxed #tt-pageContent .container-fluid,
    html.tt-boxed #tt-pageContent .container-fluid-custom {
        max-width: 770px
    }
}

@media (min-width:576px) and (min-width:1025px) {
    html.tt-boxed #tt-pageContent>div>.container-fluid {
        padding-left: 0;
        padding-right: 0
    }
    html.tt-boxed #tt-pageContent .container-fluid,
    html.tt-boxed #tt-pageContent .container-fluid-custom {
        max-width: 990px
    }
    html.tt-boxed footer>div>.container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:576px) and (min-width:1230px) {
    html.tt-boxed #tt-pageContent,
    html.tt-boxed #tt-pageContent .container-fluid,
    html.tt-boxed #tt-pageContent .container-fluid-custom,
    html.tt-boxed .tt-breadcrumb>.container {
        max-width: 1200px
    }
}

@media (min-width:576px) {
    html.tt-boxed {
        background: #f7f8fa
    }
    html.tt-boxed body {
        background: #fff;
        margin: 0 auto
    }
    html.tt-boxed header .tt-stuck-nav {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        box-shadow: 0 5px 5px -4px rgba(0, 0, 0, .45)
    }
    html.tt-boxed .tt-header-static,
    html.tt-boxed footer,
    html.tt-boxed header {
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
    html.tt-boxed #tt-pageContent,
    html.tt-boxed .tt-breadcrumb {
        margin-right: auto;
        margin-left: auto;
        overflow: hidden
    }
    html.tt-boxed #tt-pageContent .tt_product_showmore {
        padding-bottom: 2px
    }
    html.tt-boxed #tt-pageContent .container-fluid,
    html.tt-boxed #tt-pageContent .container-fluid-custom {
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
    html.tt-boxed footer {
        margin-right: auto;
        margin-left: auto;
        overflow: hidden
    }
    .instafeed-col:not([class^=instafeed-item-]) {
        margin-top: -20px;
        margin-left: -20px
    }
    .instafeed-col:not([class^=instafeed-item-])>* {
        width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media (min-width:1025px) {
    #tt-boxedbutton {
        top: 26.8%;
        right: 5px;
        position: fixed;
        z-index: 8;
        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-end;
        direction: ltr
    }
    #tt-boxedbutton .rtlbutton:not(:first-child) {
        margin-top: 5px
    }
    #tt-boxedbutton .rtlbutton {
        display: block;
        font-family: 'Samim-Bold' !important;
        color: #fff;
        cursor: pointer;
        transition: .2s ease-out;
        overflow: hidden;
        border-radius: 6px
    }
    #tt-boxedbutton .rtlbutton .box-btn {
        display: inline-block;
        float: left;
        width: 47px;
        height: 35px;
        font-weight: 500;
        line-height: 2.65;
        cursor: pointer;
        text-align: center;
        background-color: #2879fe
    }
    #tt-boxedbutton .rtlbutton .box-btn i {
        font-size: 20px;
        line-height: 1.65
    }
    #tt-boxedbutton .rtlbutton .box-description {
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 2.65;
        background-color: #2879fe;
        width: 0;
        font-weight: 300;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        transition: width .2s linear
    }
    #tt-boxedbutton .rtlbutton .box-disable {
        display: inline-block;
        float: left;
        width: 0;
        height: 35px;
        font-weight: 300;
        line-height: 2.65;
        color: #2879fe;
        transition: width .2s linear
    }
    #tt-boxedbutton .rtlbutton:hover {
        width: auto
    }
    #tt-boxedbutton .rtlbutton:hover .box-description {
        padding: 0 10px 0 0;
        width: 140px;
        overflow: hidden;
        white-space: nowrap
    }
    #tt-boxedbutton .rtlbutton.active .box-btn {
        background-color: #191919
    }
    #tt-boxedbutton .rtlbutton.active .box-description {
        width: 0;
        padding: 0;
        background-color: #191919
    }
    #tt-boxedbutton .rtlbutton.active .box-disable {
        width: 55px;
        padding: 0 10px 0 0;
        background-color: #191919
    }
    #tt-tooltip-popup {
        display: none
    }
}

#tt-boxedbutton .rtlbutton-color {
    margin-top: 5px;
    position: relative
}

#tt-boxedbutton .rtlbutton-color .box-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

#tt-boxedbutton .rtlbutton-color .box-description {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 16px 5px 11px;
    white-space: nowrap;
    background-color: #191919;
    height: 30px;
    border-radius: 6px;
    transition: .2s linear;
    -webkit-transform: translate(calc(100% + 5px), 0);
    transform: translate(calc(100% + 5px), 0);
    -webkit-transform: translate3d(calc(100% + 5px), 0, 0);
    transform: translate3d(calc(100% + 5px), 0, 0)
}

#tt-boxedbutton .rtlbutton-color .box-description .box-title {
    font-family: 'Samim-Bold' !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: .04em;
    padding-right: 7px
}

#tt-boxedbutton .rtlbutton-color .box-description ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

#tt-boxedbutton .rtlbutton-color .box-description ul li {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .2s linear
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch1 {
    background-color: #2879fe
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch2 {
    background-color: #08da97
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch3 {
    background-color: #8cc34b
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch4 {
    background-color: #ff9801
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch5 {
    background-color: #fe5722
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch6 {
    background-color: #ed2114
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch7 {
    background-color: #ef5e95
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch8 {
    background-color: #b704eb
}

#tt-boxedbutton .rtlbutton-color .box-description ul li a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

#tt-boxedbutton .rtlbutton-color .box-description ul li.active {
    pointer-events: none
}

#tt-boxedbutton .rtlbutton-color .box-description ul li.active a:before {
    content: "\ea11";
    color: #fff;
    font-size: 14px;
    line-height: 1;
    position: relative;
    left: 3px;
    top: 2px;
    font-family: wokiee;
    font-style: normal;
    font-weight: 400
}

#tt-boxedbutton .rtlbutton-color:hover .box-description {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

body:not(.loaded) #tt-boxedbutton .rtlbutton-color .box-description {
    display: none
}

html.ie #tt-boxedbutton .rtlbutton-color .box-description {
    right: -390px;
    width: 380px
}

html.ie #tt-boxedbutton .rtlbutton-color:hover .box-description {
    right: 0
}

._instafeed-default,
.instafeed-col.instafeed-item-06,
.instafeed-col:not([class^=instafeed-item-]),
.instafeed-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

._instafeed-default a,
.instafeed-col.instafeed-item-06 a,
.instafeed-col:not([class^=instafeed-item-]) a,
.instafeed-fluid a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: .2s linear
}

._instafeed-default a:before,
.instafeed-col.instafeed-item-06 a:before,
.instafeed-col:not([class^=instafeed-item-]) a:before,
.instafeed-fluid a:before {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    content: "\ea18";
    font-family: wokiee;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    top: 50%;
    opacity: 0;
    z-index: 7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

._instafeed-default a:after,
.instafeed-col.instafeed-item-06 a:after,
.instafeed-col:not([class^=instafeed-item-]) a:after,
.instafeed-fluid a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .2s linear
}

._instafeed-default img,
.instafeed-col.instafeed-item-06 img,
.instafeed-col:not([class^=instafeed-item-]) img,
.instafeed-fluid img {
    display: block;
    width: 100%;
    height: auto
}

._instafeed-default a:hover:before,
.instafeed-col.instafeed-item-06 a:hover:before,
.instafeed-col:not([class^=instafeed-item-]) a:hover:before,
.instafeed-fluid a:hover:before {
    opacity: 1
}

._instafeed-default a:hover:after,
.instafeed-col.instafeed-item-06 a:hover:after,
.instafeed-col:not([class^=instafeed-item-]) a:hover:after,
.instafeed-fluid a:hover:after {
    opacity: .88
}

.instafeed-fluid>* {
    width: 16.666%
}

@media (max-width:1024px) {
    #tt-boxedbutton {
        display: none
    }
    .instafeed-fluid>* {
        width: 33.333%
    }
}

@media (min-width:576px) and (max-width:1024px) {
    html.tt-boxed footer>div>.container {
        padding-left: 20px;
        padding-right: 20px
    }
    .instafeed-col:not([class^=instafeed-item-])>* {
        width: calc(33.333% - 20px)
    }
}

@media (max-width:575px) {
    .arrow-slick-main.slick-slider .slick-prev {
        left: 0
    }
    .arrow-slick-main.slick-slider .slick-next {
        right: 0
    }
    .instafeed-fluid>* {
        width: 50%
    }
    .instafeed-col:not([class^=instafeed-item-]) {
        margin-top: -10px;
        margin-left: -10px
    }
    .instafeed-col:not([class^=instafeed-item-])>* {
        width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px
    }
}

@media (min-width:790px) {
    .instafeed-col.instafeed-item-06>* {
        width: calc(16.6666% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media (min-width:576px) and (max-width:789px) {
    .instafeed-col.instafeed-item-06>* {
        width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media (max-width:575px) {
    .instafeed-col.instafeed-item-06 {
        margin-top: -10px;
        margin-left: -10px
    }
    .instafeed-col.instafeed-item-06>* {
        width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px
    }
}

@media (min-width:790px) {
    .instafeed-col.instafeed-col-item-06>* {
        width: calc(16.6666% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media (min-width:576px) and (max-width:789px) {
    .instafeed-col.instafeed-col-item-06>* {
        width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

#same_product_height #tt-pageContent .tt-product .tt-image-box,
#same_product_height #tt-pageContent .tt-product-design02 .tt-image-box {
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center
}

#same_product_height #tt-pageContent .tt-product .tt-image-box img,
#same_product_height #tt-pageContent .tt-product-design02 .tt-image-box img {
    max-height: 200px;
    width: auto;
    max-width: 100%;
    display: inline-block
}

#same_product_height #tt-pageContent .tt-product .tt-image-box .tt-img-roll-over,
#same_product_height #tt-pageContent .tt-product-design02 .tt-image-box .tt-img-roll-over {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center
}

@media (min-width:1025px) {
    #tt-tooltip-popup {
        color: #191919;
        font-size: 14px;
        line-height: 21px;
        padding: 1px 8px 0;
        position: absolute;
        z-index: 8;
        white-space: nowrap;
        display: inline-block;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0
    }
    #tt-tooltip-popup span {
        position: relative;
        z-index: 7
    }
    #tt-tooltip-popup:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, .13);
        z-index: 2;
        border-radius: 4px
    }
    #tt-tooltip-popup:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 6px;
        height: 6px;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, .13);
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }
    #tt-tooltip-popup i {
        display: block;
        position: absolute;
        top: 50%;
        height: 100%;
        z-index: 3;
        margin-top: -3px
    }
    #tt-tooltip-popup i:after {
        content: '';
        display: block;
        z-index: 3;
        border: 3px solid transparent
    }
    #tt-tooltip-popup.tooltip-left i,
    #tt-tooltip-popup.tooltip-left:after {
        right: -6px
    }
    #tt-tooltip-popup.tooltip-left i:after {
        border-left: 3px solid #fff
    }
    #tt-tooltip-popup.tooltip-right:after {
        left: 0
    }
    #tt-tooltip-popup.tooltip-right i {
        left: -6px
    }
    #tt-tooltip-popup.tooltip-right i:after {
        border-right: 3px solid #fff
    }
    #tt-tooltip-popup.tooltip-top:after {
        top: 100%;
        left: 50%
    }
    #tt-tooltip-popup.tooltip-top i {
        bottom: -3px;
        left: 50%;
        margin-top: 0
    }
    #tt-tooltip-popup.tooltip-top i:after {
        border-top: 3px solid #fff;
        top: inherit;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
        position: absolute
    }
    #tt-tooltip-popup.tooltip-bottom:after {
        top: 0;
        left: 50%
    }
    #tt-tooltip-popup.tooltip-bottom i {
        top: -3px;
        left: 50%
    }
    #tt-tooltip-popup.tooltip-bottom i:after {
        border-bottom: 3px solid #fff;
        top: 0;
        left: 50%;
        margin-left: -3px
    }
}

.tt-wishlist-box .tt-wishlist-list .tt-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    min-width: 405px
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-img img {
    width: 100%;
    height: auto;
    max-width: 180px
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-img+.tt-description {
    margin-left: 19px
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-title {
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 500;
    color: #191919
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-title a {
    color: #191919
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-title a:hover {
    color: #2879fe
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
    color: #191919
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price .old-price .money {
    text-decoration: line-through
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price span {
    display: inline-block
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-addtocart {
    background: #2879fe;
    font-family: 'Samim-Bold' !important;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear
}

@media (max-width:575px) {
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-addtocart {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px
    }
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-addtocart i {
    color: #fff;
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-addtocart:hover {
    background-color: #2267d8;
    color: #fff
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-addtocart:hover i {
    color: #fff
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn>* {
    margin-left: 12px
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .btn-link {
    top: -4px;
    position: relative
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .btn-link .icon-f-73 {
    top: 4px
}

@media (max-width:1024px) {
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn>:not(:first-child) {
        margin-top: 5px
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-addtocart+* {
        margin-top: 14px
    }
}

.tt-wishlist-box .tt-wishlist-list .tt-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e7e7
}

@media (max-width:790px) {
    .tt-wishlist-box .tt-wishlist-list .tt-item {
        flex-direction: column
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item:not(:last-child) {
        padding-bottom: 10px
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description {
        flex-direction: column;
        min-width: inherit
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-img+.tt-description {
        margin-left: 0;
        margin-right: 0
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description {
        width: 100%;
        text-align: center;
        margin-top: 15px
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price {
        text-align: center;
        display: block
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn {
        align-items: center;
        margin-top: 14px
    }
    .tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn>* {
        margin-left: 0
    }
}

.tt-compare-table {
    border: 1px solid #e9e7e7;
    vertical-align: top
}

@media (min-width:409px) {
    .tt-compare-table .tt-item {
        position: relative;
        border-right: 1px solid #e9e7e7
    }
}

.tt-compare-table .tt-item>.tt-col {
    padding: 17px 20px 14px;
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

.tt-compare-table .tt-item>.tt-col.tt-table-title {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.tt-compare-table .tt-item>.tt-col:last-child {
    border-top: 1px solid #e9e7e7
}

.tt-compare-table .tt-item .tt-table-title {
    background: #f7f8fa;
    border-top: 1px solid #e9e7e7;
    border-bottom: 1px solid #e9e7e7;
    text-align: center;
    color: #191919;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    padding: 11px 10px 8px;
    letter-spacing: .03em
}

.tt-compare-table .tt-item .tt-image-box {
    padding: 17px 20px 14px
}

.tt-compare-table .tt-item .tt-image-box .tt-row-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start
}

.tt-compare-table .tt-item .tt-image-box .tt-remove-item {
    padding: 4px;
    position: relative;
    background: 0 0;
    border: none;
    right: -4px;
    top: 0;
    color: #191919;
    font-size: 21px;
    line-height: 1;
    transition: color .2s linear
}

.tt-compare-table .tt-item .tt-image-box .tt-remove-item:before {
    content: "\ea83";
    font-family: wokiee
}

.tt-compare-table .tt-item .tt-image-box .tt-remove-item:hover {
    color: #2879fe
}

.tt-compare-table .tt-item .tt-image-box .tt-label-location {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: -3px;
    margin-left: -3px;
    padding-bottom: 6px
}

.tt-compare-table .tt-item .tt-image-box .tt-label-location [class^=tt-label-] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding: 3px 4px 1px;
    display: inline-block
}

.tt-compare-table .tt-item .tt-image-box .tt-label-location .tt-label-new {
    background: #03a9f5;
    color: #fff
}

.tt-compare-table .tt-item .tt-image-box .tt-label-location .tt-label-sale {
    background: #f8353e;
    color: #fff
}

.tt-compare-table .tt-item .tt-image-box .tt-label-location .tt-label-in-stock {
    background: #0ec482;
    color: #fff
}

.tt-compare-table .tt-item .tt-image-box .tt-label-location .tt-label-our-stock {
    background: #191919;
    color: #fff
}

.tt-compare-table .tt-item .tt-image-box .tt-img img {
    width: 100%;
    max-width: 180px;
    height: auto
}

.tt-compare-table .tt-item .tt-image-box .tt-title {
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    margin-top: 14px
}

.tt-compare-table .tt-item .tt-image-box .tt-title a {
    color: #191919
}

.tt-compare-table .tt-item .tt-image-box .tt-title a:hover {
    color: #2879fe
}

.tt-compare-table .tt-item .tt-image-box .tt-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
    color: #191919
}

.tt-compare-table .tt-item .tt-image-box .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-compare-table .tt-item .tt-image-box .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-compare-table .tt-item .tt-image-box .tt-price .old-price .money {
    text-decoration: line-through
}

.tt-compare-table .tt-item .tt-image-box .tt-price span {
    display: inline-block
}

.tt-compare-table .tt-item .tt-btn-addtocart {
    background: #2879fe;
    font-family: 'Samim-Bold' !important;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear
}

@media (max-width:575px) {
    .tt-compare-table .tt-item .tt-btn-addtocart {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        height: 39px
    }
}

.tt-compare-table .tt-item .tt-btn-addtocart i {
    color: #fff;
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px
}

.tt-compare-table .tt-item .tt-btn-addtocart:hover {
    background-color: #2267d8;
    color: #fff
}

.tt-compare-table .tt-item .tt-btn-addtocart:hover i {
    color: #fff
}

.tt-compare-table.slick-init {
    position: relative;
    margin-top: 37px
}

.tt-compare-table .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear;
    top: -59px
}

.tt-compare-table .slick-track {
    margin: 0
}

.tt-compare-table .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.tt-compare-table .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.tt-compare-table .slick-prev:before {
    content: "\e90d"
}

.tt-compare-table .slick-next:before {
    content: "\e90e"
}

.tt-compare-table .slick-prev {
    right: 47px
}

.tt-compare-table .slick-next {
    right: 0
}

.tt-compare-table02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    border: 1px solid #e9e7e7;
    vertical-align: top;
    margin-top: 37px
}

.tt-compare-table02 .tt-col-title>:nth-child(even),
.tt-compare-table02 .tt-item>:nth-child(even) {
    background-color: #f7f8fa
}

.tt-compare-table02 .tt-col-title>:not(:first-child),
.tt-compare-table02 .tt-item>:not(:first-child) {
    border-top: 1px solid #e9e7e7
}

.tt-compare-table02 .tt-col-title {
    position: relative;
    width: 199px
}

.tt-compare-table02 .tt-col-title:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background-color: #e9e7e7;
    z-index: 2
}

.tt-compare-table02 .tt-col-title .title-item {
    padding: 17px 20px 14px;
    font-size: 14px;
    line-height: 22px;
    color: #191919;
    text-align: right
}

.tt-compare-table02 .tt-col-title .title-item.js_one-height-01 {
    padding: 20px
}

@media (min-width:451px) {
    .tt-compare-table02 .tt-col-item {
        width: calc(100% - 199px)
    }
}

@media (max-width:450px) {
    .tt-compare-table02 .tt-col-item {
        width: calc(100% - 110px)
    }
}

.tt-compare-table02 .tt-col-item .compare-init-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.tt-compare-table02 .tt-col-item .compare-init-slider .tt-item {
    border-left: 1px solid #e9e7e7
}

.tt-compare-table02 .tt-col-item .tt-item {
    width: 30%
}

.tt-compare-table02 .tt-col-item .tt-image-box {
    padding: 20px
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-remove-item {
    margin-left: -4px;
    padding: 4px;
    position: relative;
    background: 0 0;
    border: none;
    color: #191919;
    font-size: 21px;
    line-height: 1;
    transition: color .2s linear
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-remove-item:before {
    content: "\ea83";
    font-family: wokiee
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-remove-item:hover {
    color: #2879fe
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-img {
    margin-top: 2px
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-img img {
    width: 100%;
    max-width: 156px;
    height: auto
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-label-location {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: 7px;
    margin-left: -3px
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-label-location [class^=tt-label-] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding: 3px 4px 1px;
    display: inline-block
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-label-location .tt-label-new {
    background: #03a9f5;
    color: #fff
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-label-location .tt-label-sale {
    background: #f8353e;
    color: #fff
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-label-location .tt-label-in-stock {
    background: #0ec482;
    color: #fff
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-label-location .tt-label-our-stock {
    background: #191919;
    color: #fff
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-title {
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    margin-top: 5px
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-title a {
    color: #191919
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-title a:hover {
    color: #2879fe
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
    color: #191919
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-price .old-price .money {
    text-decoration: line-through
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-price span {
    display: inline-block
}

.tt-compare-table02 .tt-col-item .tt-image-box .tt-btn-addtocart {
    margin-top: 16px
}

.tt-compare-table02 .tt-col-item .tt-value {
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

.tt-compare-table02 .tt-col-item .tt-value:not(:last-child) {
    padding: 17px 20px 14px
}

.tt-compare-table02 .tt-col-item .tt-value:last-child {
    padding: 20px
}

.tt-compare-table02 .tt-col-item .tt-btn-addtocart {
    background: #2879fe;
    font-family: 'Samim-Bold' !important;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 21px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 35px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear
}

@media (max-width:575px) {
    .tt-compare-table02 .tt-col-item .tt-btn-addtocart {
        font-size: 12px;
        padding-left: 13px;
        padding-right: 13px
    }
}

.tt-compare-table02 .tt-col-item .tt-btn-addtocart i {
    color: #fff;
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px
}

.tt-compare-table02 .tt-col-item .tt-btn-addtocart:hover {
    background-color: #2267d8;
    color: #fff
}

.tt-compare-table02 .tt-col-item .tt-btn-addtocart:hover i {
    color: #fff
}

.tt-compare-table02.slick-init {
    position: relative;
    margin-top: 37px
}

.tt-compare-table02 .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear;
    top: -59px
}

.tt-compare-table02 .slick-track {
    margin: 0
}

.tt-compare-table02 .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.tt-compare-table02 .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.tt-compare-table02 .slick-prev:before {
    content: "\e90d"
}

.tt-compare-table02 .slick-next:before {
    content: "\e90e"
}

.tt-compare-table02 .slick-prev {
    right: 47px
}

.tt-compare-table02 .slick-next {
    right: 0
}

.tt-obj-menu-categories+* {
    margin-left: 26px
}

.tt-menu-categories {
    position: relative;
    display: inline-block
}

.tt-menu-categories .tt-dropdown-toggle {
    display: inline-block;
    position: relative;
    text-align: left;
    border: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #fff;
    background: #2879fe;
    padding: 11px 40px 7px 20px;
    min-width: 200px;
    outline: 0;
    cursor: pointer;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: border-radius .2s linear
}

.tt-menu-categories .tt-dropdown-toggle:before {
    content: "\e90c";
    font-family: wokiee;
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 16px;
    line-height: 1
}

.tt-menu-categories.opened .tt-dropdown-toggle:before {
    content: "\e90f"
}

.tt-menu-categories .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.tt-menu-categories .tt-dropdown-menu nav>ul {
    list-style: none;
    margin: 0;
    padding: 8px 0 7px
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a {
    display: block;
    position: relative;
    padding: 10px 20px 9px;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 1.1;
    color: #191919;
    font-family: 'Samim-Bold' !important;
    font-weight: 400;
    transition: color .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a img {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 13px;
    height: auto;

    transition: opacity .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a svg {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 13px;
    height: auto
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a svg path {
    fill: #999;
    transition: fill .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a [class^=icon] {
    position: absolute;
    top: 9px;
    left: 20px;
    color: #999
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a [class^=icon]+span,
.tt-menu-categories .tt-dropdown-menu nav>ul>li>a img+span,
.tt-menu-categories .tt-dropdown-menu nav>ul>li>a svg+span {
    margin-left: 24px
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a span {
    display: inline-block;
    margin-right: 10px !important;
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a:hover {
    color: #2879fe
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a:hover img {
    opacity: 1
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a:hover path {
    fill: #191919
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li>a:hover [class^=icon] {
    color: #191919
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li:not(:last-child)>a:before {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #eceaea
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li.tt-submenu>a:after {
    content: '\e90e';
    font-family: wokiee;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px;
    top: 9px;
    pointer-events: none
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li:hover>a {
    color: #2879fe
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li:hover>a>img {
    opacity: .5
}

.tt-menu-categories .tt-dropdown-menu nav>ul>li:hover .dropdown-menu {
    visibility: visible;
    z-index: 6;
    left: 100%;
    pointer-events: inherit;
    opacity: 1
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu {
    position: absolute;
    top: 0;
    left: 105%;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu .dropdown-menu-wrapper {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    margin-left: 4px;
    padding: 40px 40px 31px
}

@media (max-width:1229px) {
    .tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu.size-lg {
        width: 780px
    }
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu.size-md {
    width: 622px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu.size-sm {
    width: 422px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu.size-xs {
    width: 260px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu .row:not(:first-child):not(.tt-col-list) {
    margin-top: 26px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu svg {
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: auto
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu svg path {
    fill: #999;
    transition: fill .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu [class^=icon] {
    position: absolute;
    top: 3px;
    left: 0;
    color: #999
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu [class^=icon]+span,
.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu svg+span {
    margin-left: 24px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu span {
    display: inline-block
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu .tt-megamenu-submenu ul [class^=icon],
.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu .tt-megamenu-submenu ul svg {
    left: 20px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu>li:hover svg path {
    fill: #191919
}

.tt-menu-categories .tt-dropdown-menu nav>ul .dropdown-menu>li:hover [class^=icon] {
    color: #191919
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu {
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-top: -6px;
    letter-spacing: .03em;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
    color: #191919;
    transition: .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu img {
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 7px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu a {
    color: #191919;
    transition: .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu.active,
.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu.active a,
.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu:hover,
.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu:hover a {
    color: #2879fe
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu+.slick-slider,
.tt-menu-categories .tt-dropdown-menu nav>ul .tt-title-submenu+.tt-menu-slider {
    margin-top: 4px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu {
    display: inline-block;
    padding: 0;
    margin: 0
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li {
    display: block;
    position: relative
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul {
    display: block;
    opacity: 0;
    transition: opacity .3s ease-out
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li>a {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-right: 23px;
    padding-bottom: 1px;
    transition: .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li>a img {
    width: auto;
    position: absolute;
    right: -8px;
    top: 0;
    visibility: hidden;
    z-index: 3;
    opacity: 0;
    transition: .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li>a:hover {
    color: #2879fe
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li>a:hover img {
    visibility: visible;
    right: -34px;
    opacity: 1
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li>a:hover:before {
    left: 0;
    opacity: 1
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li.active>a {
    color: #2879fe
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu li:hover>ul {
    visibility: visible;
    opacity: 1
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu li a:not(:only-child):after {
    content: "";
    speak: none;
    right: 13px;
    margin-top: 6px;
    border-top: 4px solid transparent;
    border-left: 4px solid #191919;
    border-bottom: 4px solid transparent;
    position: relative;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
    transition: border .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
    position: relative;
    top: 1px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li>a:not(:only-child):after {
    right: -13px
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul {
    margin-top: 0;
    background: #fff;
    position: absolute;
    z-index: 13;
    left: 100%;
    top: -13px;
    padding: 13px 0 10px;
    min-width: 210px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul ul.right-popup,
.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul ul.right-popup ul {
    left: auto;
    right: 100%
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul ul.right-popup .left,
.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul ul.right-popup .left ul {
    left: 100%;
    right: auto
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul li {
    margin-bottom: 0;
    display: block;
    position: relative
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul li a {
    padding: 1px 7px 1px 20px;
    font-size: 14px;
    display: block;
    color: #777;
    transition: .2s linear
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul li a:hover,
.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li ul li.active>a {
    color: #2879fe
}

.tt-menu-categories .tt-dropdown-menu nav>ul [class^=tt-promo] {
    margin-bottom: 9px
}

.tt-menu-categories .tt-dropdown-menu nav>ul li.acitve>a {
    color: #2879fe
}

.tt-menu-categories .tt-dropdown-menu nav>ul li.acitve>a svg path {
    fill: #191919
}

.tt-menu-categories .tt-dropdown-menu nav>ul li.acitve>a [class^=icon] {
    color: #2879fe
}

.tt-categories-toggle {
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 5px;
    cursor: pointer;
    padding: 10px 8px;
    position: relative;
    top: 2px;
    color: #191919;
    transition: color .2s linear
}

.tt-categories-toggle:hover {
    color: #2879fe
}

.tt-dropdown-promo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 231px;
    height: 100%;
    background: url(../images/skin-carsshop/menu-bg-01.jpg) no-repeat;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.tt-dropdown-promo+.row {
    margin-top: 0 !important
}

.tt-dropdown-promo .tt-title-01 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    text-align: center
}

.tt-dropdown-promo .tt-title-02 {
    font-size: 26px;
    line-height: 29px;
    color: #fff;
    width: 100%;
    text-align: center
}

.arrow-location-03 .slick-prev {
    left: inherit
}

.arrow-location-03 .slick-next:before,
.arrow-location-03 .slick-prev:before {
    color: #777;
    opacity: 1
}

.hotspot {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -webkit-transition: .3s linear;
    text-decoration: none
}

.snptwdgt-container .snptwdgt__item .snpt__fauximg {
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.snptwdgt-container .snptwdgt__item:hover .snpt__fauximg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
    display: none
}

.snptwdgt-container {
    margin-top: 20px
}

.snptwdgt-container .snptwdgt__ftr {
    display: none
}

.hotspot-modal .modal-dialog .next-chevron,
.hotspot-modal .modal-dialog .prev-chevron {
    top: calc(50% - 14px);
    font-family: wokiee !important;
    font-size: 20px !important
}

.widget-hotspot {
    background: #2879fe;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    border: 4px solid #fff;
    font-family: 'Samim-Bold' !important;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -webkit-transition: .3s linear
}

.widget-hotspot:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.hotspot-modal-tm-1 .mobile-modal-header,
.hotspot-modal-tm-1 .modal-backdrop.modal-backdrop--hotspots {
    background: #000;
    opacity: .5
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    transition: color .2s linear;
    top: -40px
}

@media (min-width:1101px) {
    .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
        right: -30px
    }
}

@media (max-width:1100px) {
    .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
        right: -3px
    }
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close:hover {
    color: #2879fe
}

.snptico-close:before {
    content: "\ea0f";
    font-family: wokiee;
    color: #fff
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .modal-content {
    border-radius: 0 !important
}

.hotspot-modal .modal-dialog .prev-chevron:before {
    content: "\e90d";
    color: #fff
}

.hotspot-modal .modal-dialog .next-chevron:before {
    content: "\e90e";
    color: #fff
}

.hotspot-modal .modal-dialog .next-chevron:hover:before,
.hotspot-modal .modal-dialog .prev-chevron:hover:before {
    color: #2879fe
}

.hotspot-modal--frontend .product-images-slide img {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.hotspot-modal-tm-1 public-modal>.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn {
    background: #2879fe;
    color: #fff;
    border-radius: 0 !important;
    padding: 11px 19px 10px;
    font-size: 14px;
    line-height: 1.1;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    transition: .2s linear
}

.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn>span.snpt-cta-btn_txt {
    letter-spacing: .03em
}

.hotspot-modal-tm-1 public-modal>.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
    background: #191919;
    color: #fff
}

.hotspot-modal-tm-1 public-modal>.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn span.snpt-cta-btn_ico {
    display: none
}

.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__number {
    color: #191919;
    font-size: 14px
}

.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line {
    color: #191919;
    font-size: 16px;
    height: auto
}

.hotspot-modal--frontend .public-hotspot--username {
    text-transform: capitalize
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .hotspot {
    background: #2879fe;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1.7
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .hotspot:hover {
    background: #191919
}

.hotspot-modal-tm-1 .crd-cta-blck>a {
    display: none
}

.snpt-modal.hotspot-modal a {
    color: #191919;
    cursor: pointer;
    transition: color .2s linear
}

.snpt-modal.hotspot-modal a:hover {
    color: #42d6c2
}

.snptwdgt-qpr__ftr {
    display: none
}

html.touch-device {
    overflow-x: hidden
}

body {
    font-family: 'Samim-Bold' !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #777;
    background: center 0 no-repeat #fff;
    margin: 0;
    overflow-x: hidden;
    direction: ltr
}

a:hover {
    outline: 0;
    text-decoration: none
}

a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0
}

.btn {
    background: #2879fe;
    font-family: 'Samim-Bold' !important;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear, background-color .2s linear
}

@media (min-width:576px) {
    .btn:not(.tt-icon-right) [class^=icon-] {
        font-size: 20px;
        margin-right: 10px
    }
}

@media (max-width:575px) {
    .btn {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px
    }
    .btn:not(.tt-icon-right) [class^=icon-] {
        font-size: 18px;
        margin-right: 10px
    }
}

@media (min-width:576px) {
    .btn.tt-icon-right [class^=icon-] {
        font-size: 20px;
        margin-left: 10px;
        position: relative;
        top: -2px
    }
    html.tt-boxed .tt-about-box .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (max-width:575px) {
    .btn.tt-icon-right [class^=icon-] {
        font-size: 18px;
        margin-left: 10px
    }
}

.btn:active,
.btn:focus,
.btn:visited,
button:focus {
    outline: 0;
    box-shadow: none
}

.btn:hover {
    background: #2267d8;
    color: #fff;
    outline: 0
}

.btn-lg {
    height: 50px;
    padding: 5px 31px 4px
}

@media (min-width:1101px) {
    .btn-xl {
        height: 50px;
        padding: 2px 41px 0
    }
}

@media (min-width:790px) and (max-width:1100px) {
    .btn-xl {
        height: 40px;
        padding-top: 2px;
        padding-bottom: 0
    }
}

@media (max-width:789px) {
    .btn-xl {
        padding: 2px 25px 0
    }
    .tt-table-responsive-md {
        overflow-y: hidden;
        overflow-x: scroll
    }
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.btn.btn-white {
    background: #fff;
    color: #191919
}

.btn.btn-dark,
.btn.btn-white:hover {
    background: #191919;
    color: #fff
}

.btn.btn-dark:hover {
    background: #2879fe;
    color: #fff
}

.btn.btn-border {
    background: 0 0;
    color: #2879fe;
    border: 2px solid #2879fe;
    height: 40px;
    padding-left: 29px;
    padding-right: 29px
}

.btn.btn-border:hover {
    background: #191919;
    color: #fff;
    border-color: #191919
}

.btn.btn-border01 {
    background: 0 0;
    color: #999;
    border: 2px solid #999;
    height: 36px;
    padding-left: 29px;
    padding-right: 29px;
    pointer-events: none;
    border-radius: 6px
}

.btn.btn-border01:hover {
    background: #191919;
    color: #fff;
    outline-color: #191919
}

.btn-link,
.btn-link:focus {
    display: inline-block;
    font-size: 14px;
    color: #2879fe;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .02em;
    font-family: 'Samim-Bold' !important;
    transition: .2s linear
}

.btn-link [class^=icon-],
.btn-link:focus [class^=icon-] {
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: 3px
}

.btn-link:hover {
    text-decoration: none;
    color: #191919
}

.btn-link-02,
.btn-link-02:focus {
    display: inline-block;
    font-size: 14px;
    color: #2879fe;
    text-decoration: none;
    transition: .2s linear
}

.btn-link-02:hover {
    text-decoration: none;
    color: #191919
}

.btn-underline {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: 'Samim-Bold' !important;
    border-bottom: 1px solid #2879fe;
    transition: .2s linear
}

.btn-underline:not([class$=color]) {
    color: #2879fe
}

.btn-underline:hover {
    text-decoration: none;
    color: #191919;
    border-bottom-color: transparent
}

.btn-underline.tt-white-color {
    color: #fff;
    border-color: #fff
}

.btn-underline.tt-white-color:hover {
    color: #191919;
    border-color: transparent
}

.disable {
    opacity: .3;
    pointer-events: none
}

@media (min-width:790px) {
    .btn-top {
        margin-top: 40px
    }
    .width-90 {
        width: 89%
    }
}

@media (max-width:789px) and (min-width:576px) {
    .btn-top {
        margin-top: 30px
    }
}

.tt-link {
    color: #2879fe;
    transition: .2s linear
}

.tt-link:hover {
    color: #191919
}

.btn.btn-small {
    height: 35px;
    padding: 6px 29px 3px
}

@media (min-width:418px) {
    .btn.btn-small {
        padding-bottom: 5px
    }
}

.btn.btn-small [class^=icon-] {
    position: relative;
    top: -2px
}

.btn-transparent {
    opacity: .9
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    position: relative;
    font-family: 'Samim-Bold' !important;
    color: #191919;
    margin-bottom: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #191919;
    transition: color .2s linear, background-color .2s linear
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #2879fe
}

h1:not(.tt-title-subpages):not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 17px
}

@media (max-width:1024px) {
    h1:not(.tt-title-subpages):not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:575px) {
    .btn-top {
        margin-top: 20px
    }
    h1:not(.tt-title-subpages):not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 21px
    }
}

h2:not(.small):not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 23px
}

@media (max-width:1024px) {
    h2:not(.small):not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 29px;
        line-height: 39px;
        padding-bottom: 18px
    }
}

@media (max-width:575px) {
    h2:not(.small):not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px
    }
}

h2.small:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]),
h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 23px
}

@media (max-width:1024px) {
    h2.small:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]),
    h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 17px
    }
}

@media (max-width:575px) {
    h2.small:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]),
    h3:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 19px;
        line-height: 29px;
        padding-bottom: 9px
    }
}

h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 24px
}

@media (max-width:1024px) {
    h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 16px
    }
}

@media (max-width:575px) {
    h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px
    }
}

h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

@media (max-width:1024px) {
    h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 15px
    }
}

@media (max-width:575px) {
    h5:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 7px
    }
}

h6:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.tt-title-subpages:not(.noborder) {
    border-bottom: 1px solid #e9e7e7;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .003em;
    font-weight: 500;
    padding: 0 0 50px;
    margin-bottom: 46px;
    margin-top: -10px
}

@media (max-width:1024px) {
    .tt-title-subpages:not(.noborder) {
        font-size: 33px;
        line-height: 43px;
        padding: 0 0 32px;
        margin-bottom: 28px
    }
}

@media (max-width:575px) {
    h6:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 6px
    }
    .tt-title-subpages:not(.noborder) {
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 26px;
        margin-bottom: 22px
    }
}

.tt-title-subpages.noborder {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .03em;
    font-weight: 500;
    padding: 0 0 50px;
    margin-top: -10px
}

.tt-title-subpages:not(.text-left):not(.text-right) {
    text-align: center
}

.tt-title-border {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding: 0 0 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e7e7
}

p {
    margin: 16px 0 0
}

.mark,
mark {
    background: #191919;
    color: #fff;
    padding: 2px 4px;
    border-radius: 6px
}

hr {
    border: 0;
    border-top: 1px solid #e9e7e7
}

hr:not([class]) {
    margin-top: 53px;
    margin-bottom: 53px
}

@media (max-width:1024px) {
    .tt-title-subpages.noborder {
        font-size: 33px;
        line-height: 43px;
        padding: 0 0 32px
    }
    hr:not([class]) {
        margin-top: 35px;
        margin-bottom: 34px
    }
}

@media (max-width:575px) {
    .tt-title-subpages.noborder {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 26px
    }
    .tt-title-border {
        margin-bottom: 24px
    }
    p {
        margin: 10px 0 0
    }
    hr:not([class]) {
        margin-top: 27px;
        margin-bottom: 26px
    }
}

hr.hr-01 {
    margin-top: 53px;
    margin-bottom: 46px
}

@media (max-width:1024px) {
    hr.hr-01 {
        margin-top: 35px;
        margin-bottom: 33px
    }
}

@media (max-width:575px) {
    hr.hr-01 {
        margin-top: 27px;
        margin-bottom: 26px
    }
}

audio {
    width: 100%;
    display: block
}

audio:not(:first-child) {
    margin-top: 34px
}

@media (max-width:1229px) {
    audio:not(:first-child) {
        margin-top: 28px
    }
}

@media (max-width:575px) {
    audio:not(:first-child) {
        margin-top: 22px
    }
    .col-12-575width {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (max-width:440px) {
    .col-12-440width {
        max-width: 100%;
        flex: 0 0 100%
    }
}

input::-ms-clear {
    display: none
}

#tt-pageContent .nomargin,
.nomargin {
    margin-top: 0
}

.link {
    color: #2879fe;
    transition: .2s linear
}

.link:hover {
    text-decoration: none;
    color: #191919
}

.divider {
    height: 46px;
    clear: both;
    overflow: hidden;
    width: 100%
}

@media (max-width:1024px) {
    .divider {
        height: 40px
    }
}

@media (max-width:575px) {
    .divider {
        height: 32px
    }
}

.divider-sm {
    height: 20px;
    clear: both;
    overflow: hidden;
    width: 100%
}

.tt-logo {
    display: inline-block
}

.tt-logo img {
    height: auto;
    max-height: 100px
}

.tt-box-info {
    line-height: 22px
}

.tt-box-info p {
    margin-top: 6px
}

.tt-box-info>:nth-child(1) {
    margin-top: 0
}

.tt-list-dash {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-list-dash>li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 19px;
    color: #777
}

.tt-list-dash>li:not(:first-child) {
    margin-top: 6px
}

.tt-list-dash>li:before {
    content: '';
    width: 9px;
    height: 1px;
    background: #777;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0
}

.tt-list-dash ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-list-dash ul>li {
    font-size: 14px;
    position: relative;
    padding: 6px 0 0 10px
}

.tt-list-dash ul>li:before {
    content: '';
    width: 5px;
    height: 1px;
    background: #777;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: -3px
}

.tt-list-dot {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-list-dot>li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 11px;
    color: #777
}

.tt-list-dot>li a {
    color: #191919;
    transition: .2s linear
}

.tt-list-dot>li a:hover {
    color: #2879fe
}

.tt-list-dot>li:not(:first-child) {
    margin-top: 6px
}

.tt-list-dot>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #2879fe;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%
}

.tt-list-dot ul {
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0
}

.tt-list-dot ul>li {
    font-size: 14px;
    position: relative;
    padding: 6px 0 0 9px
}

.tt-list-dot ul>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #191918;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -2px;
    border-radius: 50%
}

.tt-list-dot.list-dot-large>li {
    padding-left: 13px;
    color: #191919
}

.tt-list-dot.list-dot-large>li:before {
    width: 7px;
    height: 7px;
    top: 6px
}

.tt-list-number {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: li
}

.tt-list-number li {
    color: #777
}

.tt-list-number li:before {
    counter-increment: li;
    content: counters(li, ".") " ";
    color: #777
}

.tt-list-number li:not(:first-child) {
    margin-top: 6px
}

.tt-list-number ol {
    padding: 6px 0 0 24px;
    margin: 0;
    counter-reset: li;
    list-style: none
}

.tt-list-number ol li:before {
    color: #777
}

.tt-blockquote {
    background: #f7f8fa;
    padding: 29px 25px 26px;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-radius: 6px
}

.tt-blockquote .tt-icon {
    font-size: 36px;
    line-height: 26px;
    color: #2879fe
}

.tt-blockquote .tt-title {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    font-style: italic;
    color: #191919;
    display: inline-block;
    margin-top: 15px;
    transition: .2s linear
}

.tt-blockquote .tt-title-description {
    font-size: 12px;
    display: block;
    margin-top: 14px;
    color: #999
}

.tt-blockquote .tt-title-description span {
    color: #191919
}

.tt-blockquote>:nth-child(1) {
    margin-top: 0
}

@media (max-width:1024px) {
    .tt-blockquote {
        padding-left: 15px;
        padding-right: 15px
    }
    .tt-blockquote .tt-icon {
        font-size: 34px
    }
    .tt-blockquote .tt-title {
        font-size: 24px;
        line-height: 34px
    }
}

@media (max-width:575px) {
    .tt-blockquote .tt-icon {
        font-size: 33px
    }
    .tt-blockquote .tt-title {
        font-size: 21px;
        line-height: 31px
    }
}

.tt-blockquote.add-hover:hover .tt-title {
    color: #2879fe
}

.tt-blockquote:not(:first-child) {
    margin-top: 21px
}

.tt-blockquote:not(.text-left):not(.text-right) {
    text-align: center
}

.tt-blockquote-02 {
    position: relative;
    padding: 0 0 0 50px;
    margin: 0
}

.tt-blockquote-02 .tt-icon {
    position: absolute;
    top: 1px;
    left: -2px;
    font-size: 36px;
    line-height: 36px
}

.tt-blockquote-02 .tt-title {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Samim-Bold' !important;
    font-style: italic;
    font-weight: 500
}

.tt-blockquote-02 .tt-title-description {
    font-size: 14px;
    display: inline-block;
    margin-top: 9px;
    font-weight: 400;
    letter-spacing: .01em
}

@media (max-width:575px) {
    .tt-blockquote-02 {
        padding: 0
    }
    .tt-blockquote-02 .tt-icon {
        position: relative
    }
    .tt-blockquote-02 .tt-title {
        margin-top: 3px
    }
    .tt-blockquote-02 .tt-title-description {
        margin-top: 6px
    }
}

.tt-blockquote-02>:nth-child(1) {
    margin-top: 0
}

.tt-table-01 {
    width: 100%;
    border-top: 1px solid #e9e7e7;
    border-bottom: 1px solid #e9e7e7
}

.tt-table-01 thead tr th {
    font-weight: 500;
    color: #191919;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Samim-Bold' !important;
    letter-spacing: .03em;
    padding: 12px 0 10px
}

.tt-table-01 thead tr th:first-child {
    width: 12%;
    max-width: 68px;
    padding-right: 10px
}

.tt-table-01 thead tr th:not(:first-child) {
    width: 44%;
    padding-right: 10px
}

.tt-table-01 tbody tr {
    border-top: 1px solid #e9e7e7
}

.tt-table-01 tbody tr td {
    padding: 11px 0;
    line-height: 17px
}

.tt-table-01 tbody tr td:first-child {
    width: 12%;
    max-width: 68px;
    padding-right: 10px
}

.tt-table-01 tbody tr td:not(:first-child) {
    width: 44%;
    padding-right: 10px
}

.tt-table-02 {
    width: 100%;
    border-top: 1px solid #e9e7e7;
    border-bottom: 1px solid #e9e7e7
}

.tt-table-02 tbody tr {
    border-top: 1px solid #e9e7e7
}

.tt-table-02 tbody tr td:first-child {
    color: #191919;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    letter-spacing: .03em;
    width: 31%;
    max-width: 179px;
    padding: 12px 9px 10px 0
}

.tt-table-02 tbody tr td {
    line-height: 17px
}

.tt-table-02 tbody tr td:not(:first-child) {
    padding: 13px 0 9px
}

.tt-table-03 {
    width: 100%
}

.tt-table-03 tbody tr td:first-child {
    color: #191919;
    width: 74px;
    padding: 0 10px 0 0
}

.tt-table-03 tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px
}

.tt-table-03 tbody tr:last-child td {
    padding-bottom: 0
}

#tt-pageContent>.container-indent0:not(.nomargin):not([class^=tt-offset]) {
    margin-top: 32px
}

@media (max-width:1024px) {
    #tt-pageContent>.container-indent0:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 43px
    }
}

@media (max-width:575px) {
    #tt-pageContent>.container-indent0:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 33px
    }
}

#tt-pageContent>.container-indent:not(.nomargin):not([class^=tt-offset]) {
    margin-top: 52px
}

@media (max-width:1024px) {
    #tt-pageContent>.container-indent:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 43px
    }
}

@media (max-width:575px) {
    #tt-pageContent>.container-indent:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 33px
    }
}

#tt-pageContent>.container-indent1:not(.nomargin):not([class^=tt-offset]) {
    margin-top: 63px
}

#tt-pageContent>.container-inner {
    padding-top: 53px;
    padding-bottom: 53px
}

#tt-pageContent>.tt-offset-small {
    margin-top: 20px
}

#tt-pageContent .del-img {
    width: 100%;
    height: auto
}

#tt-pageContent .del-item-top {
    margin-top: 33px
}

@media (max-width:1024px) {
    #tt-pageContent>.container-indent1:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 43px
    }
    #tt-pageContent .del-item-top {
        margin-top: 28px
    }
}

#tt-pageContent .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
}

@media (max-width:575px) {
    #tt-pageContent>.container-indent1:not(.nomargin):not([class^=tt-offset]) {
        margin-top: 33px
    }
    #tt-pageContent .del-item-top {
        margin-top: 23px
    }
    .container-fluid-custom:not(.container-fluid-custom-mobile-padding) {
        padding-right: 0;
        padding-left: 0;
        overflow: hidden
    }
    #tt-pageContent .container-fluid-custom-mobile-padding {
        padding-right: 20px;
        padding-left: 20px
    }
    .container-fluid-custom-mobile-padding-02 {
        padding-right: 10px;
        padding-left: 10px
    }
}

.container-fluid-custom {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

.tt-block-title {
    text-align: center;

    padding-top: 32px;
    margin-bottom: -45px;
}

.tt-block-title .tt-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: .04em;
    margin: 0;
    padding: 0;
    color: #191919
}

.tt-block-title .tt-title a {
    color: #2879fe;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: border .2s linear
}

.tt-block-title .tt-title a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    height: 2px;
    width: 100%;
    background: #2879fe
}

.tt-block-title .tt-title a:hover {
    border-color: transparent;
    color: #2879fe
}

.tt-block-title .tt-title a:hover:before {
    background: 0 0
}

.tt-block-title .tt-title-small {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #191919
}

.tt-block-title .tt-title-small a {
    color: #2879fe;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #2879fe;
    transition: border .2s linear
}

.tt-block-title .tt-title-small a:hover {
    color: #2879fe;
    border-color: transparent
}

.tt-block-title .tt-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: 'Samim-Bold' !important;
    color: #191919;
    margin: 0;
    padding: 0
}

@media (max-width:575px) {
    .tt-block-title {
        padding-bottom: 23px
    }
}

.tt-title-sub {
    font-size: 16px;
    padding-bottom: 34px;
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: .01em
}

.tt-box-faq-listing {
    margin-top: -26px
}

.tt-box-faq-listing .tt-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.tt-box-faq-listing .tt-box-faq {
    margin-top: 47px;
    letter-spacing: .0063em
}

.tt-box-faq-listing .tt-box-faq .tt-title,
.tt-box-faq-listing .tt-box-faq .tt-title a {
    color: #191919
}

.tt-box-faq-listing .tt-box-faq .tt-title a:hover {
    color: #2879fe
}

.tt-box-faq-listing .tt-box-faq p {
    margin-top: 16px
}

@media (min-width:790px) {
    .tt-box-faq-listing .tt-box-faq {
        padding-right: 35px
    }
}

.tt-box-faq-listing .tt-box-faq:last-child {
    margin-bottom: 0
}

.demo-typography {
    padding-top: 7px
}

.demo-typography h1 {
    margin-top: 38px
}

@media (max-width:1024px) {
    .tt-box-faq-listing {
        margin-top: -19px
    }
    .tt-box-faq-listing .tt-box-faq {
        margin-top: 24px
    }
    .demo-typography h1 {
        margin-top: 23px
    }
}

.demo-typography .tt-box-text {
    margin-top: 43px
}

@media (max-width:1024px) {
    .demo-typography .tt-box-text {
        margin-top: 25px
    }
}

@media (max-width:575px) {
    .tt-title-sub {
        padding-bottom: 22px
    }
    .demo-typography h1 {
        margin-top: 19px
    }
    .demo-typography .tt-box-text {
        margin-top: 23px
    }
}

.demo-typography .tt-blockquote {
    margin-top: 33px;
    margin-bottom: 33px
}

@media (max-width:1024px) {
    .demo-typography .tt-blockquote {
        margin-top: 28px;
        margin-bottom: 28px
    }
}

@media (max-width:575px) {
    .demo-typography .tt-blockquote {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media (min-width:791px) {
    .tt-about-box {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center;
        color: #fff;
        padding: 208px 0 216px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }
    .tt-about-box .img-mobile {
        display: none
    }
    .tt-about-box .tt-title {
        color: #fff;
        font-size: 34px;
        line-height: 44px;
        letter-spacing: .02em;
        font-weight: 500;
        padding-bottom: 0
    }
    .tt-about-box p {
        margin-top: 23px;
        max-width: 75%
    }
    .tt-about-box .tt-blockquote-02 {
        margin-top: 44px;
        color: #fff
    }
    .tt-about-box .tt-blockquote-02 .tt-icon {
        color: #fff
    }
    .tt-about-box .tt-blockquote-02 .tt-title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: .02em;
        color: #fff
    }
}

@media (min-width:791px) and (max-width:1229px) {
    .tt-about-box {
        padding: 110px 0 118px
    }
    .tt-about-box .tt-title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: .02em
    }
    .tt-about-box p {
        max-width: 100%
    }
    .tt-about-box .tt-blockquote-02 .tt-title {
        font-size: 22px;
        line-height: 27px
    }
}

@media (max-width:790px) {
    .tt-about-box {
        background: 0 0 !important
    }
    .tt-about-box>.container {
        padding-left: 20px;
        padding-right: 20px
    }
    .tt-about-box .img-mobile {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 32px
    }
    .tt-about-box .tt-title {
        font-size: 24px;
        line-height: 34px;
        margin-top: 32px;
        letter-spacing: .02em;
        padding-bottom: 4px
    }
    .tt-about-box .tt-blockquote-02 {
        margin-top: 25px;
        color: #191919
    }
    .tt-about-box .tt-blockquote-02 .tt-icon {
        color: #2879fe
    }
    .tt-about-box .tt-blockquote-02 .tt-title {
        margin-top: 0;
        padding-bottom: 0;
        font-size: 23px
    }
    .tt-about-col-list {
        padding-left: 10px;
        padding-right: 10px
    }
}

.tt-about-box div[class^=col-]>:nth-child(1) {
    margin-top: 0
}

.tt-about-col-list {
    margin-top: -52px
}

.tt-about-col-list .tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.tt-about-col-list div[class^=col] {
    margin-top: 52px
}

@media (max-width:1024px) {
    .tt-about-col-list div[class^=col] {
        margin-top: 42px
    }
    .tt-about-col-list {
        margin-top: -42px
    }
}

@media (max-width:575px) {
    .tt-about-col-list div[class^=col] {
        margin-top: 25px
    }
    .tt-about-col-list {
        margin-top: -25px
    }
}

.tt-about02-col-list {
    margin-top: -52px
}

.tt-about02-col-list .tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.tt-about02-col-list div[class^=col] {
    margin-top: 52px
}

@media (max-width:1024px) {
    .tt-about02-col-list div[class^=col] {
        margin-top: 42px
    }
    .tt-about02-col-list {
        margin-top: -42px
    }
}

@media (max-width:575px) {
    .tt-about02-col-list div[class^=col] {
        margin-top: 25px
    }
    .tt-about02-col-list {
        margin-top: -25px
    }
}

.tt-about-box-02 .tt-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: -4px
}

@media (max-width:1229px) {
    .tt-about-box-02 .tt-title {
        font-size: 25px;
        line-height: 35px
    }
}

@media (max-width:789px) {
    .tt-about-box-02 .tt-title {
        font-size: 22px;
        line-height: 32px
    }
}

.tt-col-img {
    margin-top: -20px
}

.tt-col-img img {
    width: 100%;
    height: auto;
    margin-top: 20px
}

@media (min-width:791px) {
    .tt-contact-box {
        background-image: url(../images/custom/contact-img-01.jpg);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
        text-align: center;
        color: red;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 302px 15px 320px;
        background-size: cover
    }
    .tt-contact-box a {
        color: #fff
    }
    .tt-contact-box a:hover {
        color: #2879fe
    }
    .tt-contact-box .tt-title {
        color: #fff;
        font-size: 34px;
        line-height: 44px;
        margin: 0;
        padding: 0;
        font-weight: 500;
        letter-spacing: .03em
    }
    .tt-contact-box address {
        color: #fff;
        margin: 24px 0 0
    }
    .tt-contact-box .img-mobile {
        display: none
    }
}

@media (min-width:791px) and (max-width:1229px) {
    .tt-contact-box {
        padding-top: 202px;
        padding-bottom: 220px
    }
    .tt-contact-box .tt-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width:790px) {
    .tt-contact-box {
        background: 0 0 !important
    }
    .tt-contact-box .img-mobile {
        width: 100%;
        height: auto;
        margin-bottom: 32px
    }
    .tt-contact-box .tt-title {
        font-size: 24px;
        line-height: 34px
    }
    .tt-contact-box address {
        margin-top: 14px
    }
    .tt-contact-box .container>:nth-child(1) {
        margin-top: 0
    }
}

.tt-contact-box div[class^=col-]>:nth-child(1) {
    margin-top: 0
}

.tt-contact-col-list {
    margin-top: -51px
}

.tt-contact-col-list .tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.tt-contact-col-list div[class^=col] {
    margin-top: 51px
}

@media (max-width:1024px) {
    .tt-contact-col-list div[class^=col] {
        margin-top: 42px
    }
    .tt-contact-col-list {
        margin-top: -42px
    }
}

@media (max-width:790px) {
    .tt-contact-col-list div[class^=col] {
        margin-top: 24px
    }
}

@media (max-width:575px) {
    .tt-contact-col-list {
        margin-top: -25px
    }
}

.tt-contact02-col-list {
    margin-top: -51px
}

.tt-contact02-col-list div[class^=col] {
    margin-top: 51px
}

@media (max-width:1024px) {
    .tt-contact02-col-list div[class^=col] {
        margin-top: 42px
    }
    .tt-contact02-col-list {
        margin-top: -42px
    }
}

.tt-contact-info:not(.text-left):not(.text-right) {
    text-align: center
}

.tt-contact-info .tt-icon {
    font-size: 55px;
    line-height: 1.1;
    color: #2879fe
}

.tt-contact-info .tt-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    color: #191919;
    margin: 15px 0 0;
    padding-bottom: 0
}

.tt-contact-info address {
    margin: 15px 0 0;
    letter-spacing: .01em
}

@media (max-width:1229px) {
    .tt-contact-info .tt-icon {
        font-size: 55px
    }
    .tt-contact-info .tt-title {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0 0;
        padding-bottom: 0
    }
}

@media (max-width:575px) {
    .tt-contact02-col-list div[class^=col] {
        margin-top: 25px
    }
    .tt-contact02-col-list {
        margin-top: -25px
    }
    .tt-contact-info {
        padding-bottom: 0
    }
    .tt-contact-info .tt-icon {
        font-size: 48px
    }
    .tt-contact-info .tt-title {
        font-size: 18px;
        line-height: 28px;
        margin: 5px 0 0
    }
    .tt-contact-info address {
        margin-top: 8px
    }
}

.tt-contact-info>:nth-child(1) {
    margin-top: 0
}

.contact-map {
    width: 100%
}

.contact-map #map {
    height: 450px;
    width: 100%
}

::-webkit-input-placeholder {
    color: #777
}

::-moz-placeholder {
    color: #777
}

:-moz-placeholder {
    color: #777
}

:-ms-input-placeholder {
    color: #777
}

input:not(.tt-search-input):focus::-webkit-input-placeholder {
    color: transparent
}

input:not(.tt-search-input):focus:-moz-placeholder {
    color: transparent
}

input:not(.tt-search-input):focus::-moz-placeholder {
    color: transparent
}

input:not(.tt-search-input):focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.form-default .form-group {
    margin-bottom: 20px
}

.form-default .form-group label:not(.error) {
    font-size: 14px;
    color: #191919;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: .02em
}

.form-default .form-control {
    background: #f7f8fa;
    font-size: 14px;
    border: 1px solid #f7f8fa;
    padding: 11px 12px 10px 15px;
    font-family: 'Samim-Bold' !important;
    box-shadow: none;
    outline: 0;
    color: #777;
    font-weight: 300;
    border-radius: 6px;
    transition: .2s linear
}

.form-default .form-control:not(textarea) {
    height: 40px
}

@media (max-width:575px) {
    .form-default .form-control:not(textarea) {
        height: 39px
    }
}

.form-default input.form-control,
.form-default textarea.form-control {
    -webkit-appearance: none
}

.form-default select.form-control {
    padding: 10px 12px 11px 15px;
    cursor: pointer
}

.form-default select.form-control:not([size]):not([multiple]) {
    height: auto
}

.form-default .form-control.error {
    border-color: red
}

.form-default .form-control:focus {
    border-color: #2879fe;
    background: #fff
}

.form-default .tt-required {
    display: inline-block;
    float: right;
    color: #777;
    padding-left: 5px
}

.list-form-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px
}

.list-form-inline li {
    margin-left: 15px
}

.list-form-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px
}

.list-form-column li {
    margin-left: 15px
}

.checkbox-group {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.checkbox-group input[type=checkbox] {
    display: none
}

.checkbox-group label {
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    color: #191919;
    transition: .2s linear
}

.checkbox-group label span {
    display: block;
    position: absolute;
    left: 0;
    transition-duration: .12s
}

.checkbox-group label .box {
    background: #f7f8fa;
    border-radius: 2px;
    height: 17px;
    width: 17px;
    z-index: 9;
    margin-top: 2px;
    border: 1px solid #cdcdcd
}

.checkbox-group label .check {
    top: 1px;
    left: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #2879fe;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    line-height: 1
}

.checkbox-group label .check:before {
    content: "\ea11";
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    line-height: 1;
    position: relative;
    left: 1px;
    top: 1px;
    font-family: wokiee;
    font-style: normal;
    font-weight: 400
}

.checkbox-group:hover label {
    color: #2879fe
}

input[type=checkbox]:checked~label .check {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.radio {
    display: block;
    cursor: pointer;
    margin: 0 0 8px;
    transition: .15s linear;
    color: #777
}

.radio input {
    width: 1px;
    height: 1px;
    opacity: 0
}

.radio input:focus+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #2879fe
}

.radio .outer {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 3px 9px 0 0;
    background-color: #f7f8fa;
    border: 1px solid #cdcdcd;
    border-radius: 50%
}

.radio .inner {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px;
    display: block;
    background-color: #2879fe;
    opacity: 0;
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    transition: .2s linear
}

.radio input:checked+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.radio:hover {
    color: #2879fe
}

.radio:hover .inner {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact-form {
    margin-top: 39px
}

.contact-form textarea {
    height: 160px
}

.contact-form .btn {
    margin-top: 20px
}

@media (max-width:575px) {
    .contact-form {
        margin-top: 33px
    }
}

.contact-form p {
    padding-bottom: 20px
}

.contact-form .form-group {
    position: relative
}

.contact-form label.error {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 8px 19px 6px 43px;
    background: #f8353e;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 1
}

.contact-form label.error:before {
    content: '\ea27';
    font-family: wokiee;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 19px;
    color: #fff
}

.contact-form label.error:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e
}

.tt-box-thumb-listing {
    margin-top: -53px
}

@media (max-width:1024px) {
    .tt-box-thumb-listing {
        margin-top: -28px
    }
}

.tt-box-thumb {
    margin-top: 53px;
    text-align: center
}

.tt-box-thumb .tt-img {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tt-box-thumb .tt-img img {
    width: 100%;
    height: auto
}

.tt-box-thumb .tt-title {
    margin-top: 22px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 30px;
    padding: 0;
    color: #191919
}

.tt-box-thumb .tt-title a {
    color: #191919
}

.tt-box-thumb .tt-title a:hover {
    color: #2879fe
}

.tt-box-thumb p {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:1024px) {
    .tt-box-thumb {
        margin-top: 35px
    }
    .tt-box-thumb .tt-title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 19px
    }
    .tt-box-thumb p {
        margin-top: 11px
    }
}

@media (max-width:575px) {
    .tt-box-thumb {
        margin-top: 23px
    }
    .tt-box-thumb .tt-title {
        font-size: 16px;
        line-height: 26px;
        margin-top: 16px
    }
    .tt-box-thumb p {
        margin-top: 7px
    }
}

.tt-box-thumb>:nth-child(1) {
    margin-top: 0
}

.tt-page404 {
    background: #fff;
    color: #191919;
    text-align: center;
    padding: 79px 20px 103px
}

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

.tt-page404 .tt-title {
    color: #191919;
    padding: 0;
    margin: 42px 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.tt-page404 p {
    margin-top: 2px;
    font-size: 15px
}

.tt-page404 .btn {
    margin-top: 34px
}

@media (max-width:1024px) {
    .tt-page404 img {
        max-width: 400px
    }
    .tt-page404 .tt-title {
        font-size: 28px;
        line-height: 40px
    }
}

@media (max-width:789px) {
    .tt-page404 {
        padding: 35px 20px 59px
    }
    .tt-page404 img {
        width: 350px;
        max-width: 70%
    }
    .tt-page404 .tt-title {
        font-size: 25px;
        line-height: 34px
    }
}

@media (max-width:575px) {
    .tt-page404 .tt-title {
        font-size: 23px;
        line-height: 32px;
        margin: 28px 0 0
    }
    .tt-page404 .btn {
        margin-top: 25px
    }
}

.tt-page404>:nth-child(1) {
    margin-top: 0
}

.tt-empty-wishlist {
    text-align: center;
    padding: 102px 20px;
    color: #777
}

.tt-empty-wishlist img {
    max-width: 100%;
    height: auto
}

.tt-empty-wishlist .icon-svg {
    margin: 17px 0 0
}

.tt-empty-wishlist .icon-svg svg {
    width: 58px;
    height: 58px
}

.tt-empty-wishlist .tt-title {
    color: #191919;
    padding: 0;
    margin: 13px 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.tt-empty-wishlist p {
    color: #777;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400
}

.tt-empty-wishlist .btn {
    margin-top: 34px
}

@media (max-width:1024px) {
    .tt-empty-wishlist {
        padding: 71px 20px 82px
    }
    .tt-empty-wishlist .tt-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .tt-empty-wishlist {
        padding: 51px 15px 62px
    }
    .tt-empty-wishlist .tt-title {
        font-size: 24px;
        line-height: 34px
    }
    .tt-empty-wishlist p {
        font-size: 22px
    }
}

.tt-empty-wishlist>:nth-child(1) {
    margin-top: 0
}

.tt-empty-cart {
    text-align: center;
    padding: 102px 20px;
    color: #777
}

.tt-empty-cart img {
    max-width: 100%;
    height: auto
}

.tt-empty-cart .tt-icon {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee
}

.tt-empty-cart .tt-title {
    color: #191919;
    padding: 0;
    margin: 13px 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.tt-empty-cart p {
    margin-top: 2px;
    font-size: 15px
}

.tt-empty-cart .btn {
    margin-top: 34px
}

@media (max-width:1024px) {
    .tt-empty-cart {
        padding: 71px 20px 82px
    }
    .tt-empty-cart .tt-icon {
        font-size: 130px
    }
    .tt-empty-cart .tt-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .tt-empty-cart {
        padding: 51px 15px 62px
    }
    .tt-empty-cart .tt-icon {
        font-size: 120px
    }
    .tt-empty-cart .tt-title {
        font-size: 24px;
        line-height: 34px
    }
}

.tt-empty-cart>:nth-child(1) {
    margin-top: 0
}

.tt-empty-search {
    text-align: center;
    padding: 106px 20px 102px;
    color: #777
}

.tt-empty-search img {
    max-width: 100%;
    height: auto
}

.tt-empty-search .tt-icon {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee
}

.tt-empty-search .tt-title {
    color: #191919;
    padding: 0;
    margin: 9px 0 0;
    font-size: 34px;
    font-weight: 500;
    line-height: 44px
}

.tt-empty-search p {
    margin-top: 2px;
    font-size: 15px
}

.tt-empty-search .btn {
    margin-top: 34px
}

@media (max-width:1024px) {
    .tt-empty-search {
        padding: 71px 20px 82px
    }
    .tt-empty-search .tt-icon {
        font-size: 130px
    }
    .tt-empty-search .tt-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width:575px) {
    .tt-empty-search {
        padding: 51px 15px 62px
    }
    .tt-empty-search .tt-icon {
        font-size: 120px
    }
    .tt-empty-search .tt-title {
        font-size: 24px;
        line-height: 34px
    }
}

.tt-empty-search>:nth-child(1) {
    margin-top: 0
}

.tt-coming-soon {
    padding: 27px 0 90px;
    overflow: auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    text-align: center
}

@media (min-width:734px) {
    .tt-coming-soon {
        height: 100vh
    }
}

.tt-coming-soon form .form-group {
    display: inline-flex
}

.tt-coming-soon form .form-control {
    min-width: 254px;
    margin-top: 20px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tt-coming-soon form .btn {
    margin-top: 20px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tt-coming-soon h1.tt-title {
    font-size: 34px;
    line-height: 47px;
    margin: 54px 0 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: .03em;
    color: #191919
}

.tt-coming-soon h2.tt-title {
    font-size: 16px;
    line-height: 26px;
    margin: 31px 0 0;
    padding: 0 0 2px;
    font-weight: 500;
    color: #191919;
    width: 100%
}

.tt-coming-soon .description {
    max-width: 584px;
    margin: 21px auto 47px
}

.tt-coming-soon .tt-coming-soon-content>:nth-child(1) {
    margin-top: 0
}

@media (max-width:1229px) {
    .tt-coming-soon {
        padding-top: 17px
    }
    .tt-coming-soon h1.tt-title {
        font-size: 30px;
        line-height: 40px
    }
    .tt-coming-soon .description {
        margin-bottom: 37px
    }
    .tt-coming-soon form {
        margin-top: 0
    }
    .tt-coming-soon h2.tt-title {
        margin-top: 21px
    }
}

@media (max-width:1024px) {
    .tt-coming-soon {
        padding-top: 15px;
        padding-bottom: 27px
    }
    .tt-coming-soon h1.tt-title {
        font-size: 29px;
        line-height: 39px;
        margin-top: 35px
    }
    .tt-coming-soon .description {
        margin-bottom: 27px
    }
    .tt-coming-soon form .btn,
    .tt-coming-soon form .form-control {
        margin-top: 13px
    }
    .tt-coming-soon form .form-group {
        margin-bottom: 13px
    }
}

@media (max-width:575px) {
    .tt-coming-soon {
        padding-bottom: 10px
    }
    .tt-coming-soon h1.tt-title {
        font-size: 23px;
        line-height: 33px;
        margin-top: 15px
    }
    .tt-coming-soon .description {
        margin-top: 10px;
        margin-bottom: 0
    }
    .tt-coming-soon form .form-group {
        display: block;
        margin-bottom: 7px
    }
    .tt-coming-soon form .btn,
    .tt-coming-soon form .form-control {
        margin-top: 13px;
        border-radius: 6px
    }
}

.coming-soon-bottom {
    position: fixed;
    bottom: 72px;
    width: 100%;
    left: 0
}

.coming-soon-bottom p {
    font-size: 12px
}

.coming-soon-bottom .tt-social-icon {
    justify-content: center;
    margin-top: 11px
}

@media (max-width:1229px) {
    .coming-soon-bottom {
        bottom: 52px
    }
}

@media (max-width:1024px) {
    .coming-soon-bottom {
        bottom: 22px
    }
    .coming-soon-bottom .tt-social-icon {
        margin-top: 5px
    }
}

@media (max-width:789px) {
    .coming-soon-bottom {
        position: inherit;
        bottom: inherit;
        margin-top: 25px
    }
}

.tt-social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.tt-social-icon li a {
    font-size: 18px;
    line-height: 26px;
    color: #d8d8d8;
    padding: 4px;
    transition: .2s linear
}

.tt-social-icon li a:hover {
    color: #191919
}

.tt-social-icon li:first-child {
    margin-right: 5px
}

.tt-social-icon li:last-child {
    margin-left: 5px
}

.tt-social-icon li:not(:last-child):not(:first-child) {
    margin: 0 5px
}

.tt-login-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch
}

.tt-login-form .tt-item {
    border: 1px solid #e9e7e7;
    padding: 32px 39px 20px;
    height: 100%
}

.tt-login-form .tt-item .tt-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 14px;
    font-weight: 500
}

.tt-login-form .tt-item p {
    margin-top: 0
}

.tt-login-form .tt-item .form-top {
    margin-top: 17px
}

.tt-login-form .tt-item .btn:not(.btn-top) {
    margin-top: 4px;
    margin-bottom: 5px
}

.tt-login-form .tt-item .btn-top {
    margin-top: 25px
}

.tt-login-form .tt-item .btn {
    margin-right: 12px
}

.tt-login-form .tt-item .additional-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative
}

.tt-login-form .tt-item .additional-links a {
    color: #2879fe;
    transition: .2s linear
}

.tt-login-form .tt-item .additional-links a:hover {
    color: #191919
}

@media (max-width:789px) {
    .tt-login-form {
        display: block;
        align-items: flex-start;
        margin-top: -20px
    }
    .tt-login-form .tt-item:first-child {
        margin-top: 20px;
        height: auto
    }
}

@media (max-width:440px) {
    .tt-login-form .tt-item {
        padding: 20px 20px 10px
    }
}

.tt-carousel-products.slick-slider .slick-slide[class^=col-] {
    max-width: inherit
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-animated-show-js {
    opacity: 0;
    transition: opacity .2s linear
}

.slick-animated-show-js.slick-initialized {
    opacity: 1
}

.slick-track {
    margin: auto
}

.tt-slick-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center
}

.tt-slick-button {
    font-size: 0;
    line-height: 0
}

.tt-slick-button .slick-arrow {
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.tt-slick-button .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.tt-slick-button .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.tt-slick-button .slick-prev:before {
    content: "\e90d"
}

.tt-slick-button .slick-next {
    margin-left: 4px
}

.tt-slick-button .slick-next:before {
    content: "\e90e"
}

.tt-slick-button-vertical {
    font-size: 0;
    line-height: 0
}

.tt-slick-button-vertical .slick-arrow {
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.tt-slick-button-vertical .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.tt-slick-button-vertical .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.tt-slick-button-vertical .slick-prev:before {
    content: "\e90f"
}

.tt-slick-button-vertical .slick-next {
    left: 42px
}

.tt-slick-button-vertical .slick-next:before {
    content: "\e90c"
}

.tt-slick-quantity {
    font-size: 14px;
    line-height: 1;
    color: #989898;
    font-family: 'Samim-Bold' !important;
}

.tt-slick-quantity .account-number {
    font-size: 20px;
    color: #191919
}

.arrow-location-01 .slick-arrow {
    position: absolute;
    bottom: 10px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #fff;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-01 .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.arrow-location-01 .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-01 .slick-prev {
    right: 57px
}

.arrow-location-01 .slick-prev:before {
    content: "\e90d"
}

.arrow-location-01 .slick-next {
    right: 10px
}

.arrow-location-01 .slick-next:before {
    content: "\e90e"
}

.arrow-location-02 .slick-arrow {
    position: absolute;
    bottom: -58px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-02 .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.arrow-location-02 .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-02 .slick-prev {
    left: 0
}

.arrow-location-02 .slick-prev:before {
    content: "\e90d"
}

.arrow-location-02 .slick-next {
    left: 47px
}

.arrow-location-02 .slick-next:before {
    content: "\e90e"
}

.arrow-location-03 .slick-arrow {
    position: absolute;
    top: -46px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    border: none;
    width: 38px;
    height: 38px;
    font-weight: 500;
    color: #191919;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-03 .slick-arrow:hover {
    color: #2879fe;
    background: 0 0
}

.arrow-location-03 .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-03 .slick-prev {
    right: 20px
}

.arrow-location-03 .slick-prev:before {
    content: "\e90d"
}

.arrow-location-03 .slick-next {
    right: -4px
}

.arrow-location-03 .slick-next:before {
    content: "\e90e"
}

.arrow-location-tab .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #2879fe;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-tab .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.arrow-location-tab .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-tab .slick-prev:before {
    content: "\e90d";
    margin-right: 2px
}

.arrow-location-tab .slick-next:before {
    content: "\e90e";
    margin-left: 2px
}

@media (min-width:1025px) {
    .tt-coming-soon {
        background: url(../images/custom/comingsoon-img-01.jpg) center top/cover no-repeat
    }
    .arrow-location-tab.arrow-location-tab01 .slick-arrow {
        top: 12px
    }
    .arrow-location-tab .slick-arrow {
        top: -20px;
        background: #2879fe !important;
    }

    .ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active a {
        margin-bottom: -1px;
        font-weight: bolder;
        color: #2879fe;
    }
    .arrow-location-tab .slick-prev {
        right: 57px
    }
    .arrow-location-tab .slick-next {
        right: 10px
    }
}

@media (max-width:1024px) {
    .arrow-location-tab .slick-arrow {
        top: 50%
    }
    .arrow-location-tab .slick-prev {
        left: 0
    }
    .arrow-location-tab .slick-next {
        right: 0
    }
}

.arrow-location-right-top .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-right-top .slick-arrow:hover {
    background: #2879fe;
    color: #fff
}

.arrow-location-right-top .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-right-top .slick-prev:before {
    content: "\e90d"
}

.arrow-location-right-top .slick-next:before {
    content: "\e90e"
}

@media (min-width:1025px) {
    .arrow-location-right-top .slick-arrow {
        top: -28px
    }
    .arrow-location-right-top .slick-prev {
        right: 57px
    }
    .arrow-location-right-top .slick-next {
        right: 10px
    }
}

@media (max-width:1024px) {
    .arrow-location-right-top .slick-arrow {
        top: 40%
    }
    .arrow-location-right-top .slick-prev {
        left: 0
    }
    .arrow-location-right-top .slick-next {
        right: 0
    }
}

.arrow-location-center .slick-arrow,
.arrow-location-center .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    border: none;
    width: 38px;
    height: 38px;
    color: #dadada;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-center .slick-arrow:hover {
    color: #191919
}

.arrow-location-center .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-center .slick-prev {
    left: 0
}

.arrow-location-center .slick-prev:before {
    content: "\e90d"
}

.arrow-location-center .slick-next {
    right: 0
}

.arrow-location-center .slick-next:before {
    content: "\e90e"
}

.arrow-location-center-02 .slick-arrow,
.arrow-location-center-02 .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-center-02 .slick-arrow:hover {
    color: #fff;
    background: #2879fe
}

.arrow-location-center-02 .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-center-02 .slick-prev {
    left: 0
}

.arrow-location-center-02 .slick-prev:before {
    content: "\e90d";
    margin-right: 2px
}

.arrow-location-center-02 .slick-next {
    right: 0
}

.arrow-location-center-02 .slick-next:before {
    content: "\e90e";
    margin-left: 2px
}

.arrow-location-center-03 .slick-arrow,
.arrow-location-center-03 .slick-arrow:active {
    position: absolute;
    top: 50%;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: #f7f8fa;
    border: none;
    width: 38px;
    height: 38px;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: .2s linear
}

.arrow-location-center-03 .slick-arrow:hover {
    color: #fff;
    background: #2879fe
}

.arrow-location-center-03 .slick-arrow:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

.arrow-location-center-03 .slick-prev {
    left: 0
}

.arrow-location-center-03 .slick-prev:before {
    content: "\e90d";
    margin-right: 2px
}

.arrow-location-center-03 .slick-next {
    right: 0
}

.arrow-location-center-03 .slick-next:before {
    content: "\e90e";
    margin-left: 2px
}

@media (min-width:1025px) and (max-width:1229px) {
    .arrow-location-center-03 .slick-arrow {
        top: 92px !important
    }
}

@media (min-width:1230px) {
    .arrow-location-center-03 .slick-arrow {
        top: 118px !important
    }
}

body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover .slick-arrow {
    opacity: 0
}

body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover:hover .slick-arrow {
    opacity: 1
}

.slick-slider .slick-dots {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start
}

.slick-slider .slick-dots li {
    margin: 0 3px;
    padding: 0 2px;
    cursor: pointer
}

.slick-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #dadada;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.slick-slider .slick-dots .slick-active button,
.slick-slider .slick-dots li:hover button {
    background: #191919
}

.tt-arrow-type-02.slick-slider .slick-arrow {
    background: #f7f8fa;
    color: #dadada
}

.tt-arrow-type-02.slick-slider .slick-arrow:hover {
    background: #f7f8fa;
    color: #191919
}

.tt-arrow-type-02.slick-slider .slick-next {
    right: 20px
}

.tt-arrow-type-02.slick-slider .slick-prev {
    left: 20px
}

.wrapper-social-icon {
    background: #f7f8fa;
    padding: 12px 5px 10px
}

.tt-gift-layout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 82px 0
}

.tt-gift-layout .tt-title {
    margin-top: 81px;
    font-size: 34px;
    line-height: 1.1;
    color: #191919
}

.tt-gift-layout .tt-gift-box {
    margin-top: 53px;
    max-width: 434px;
    overflow: hidden;
    position: relative;
    border-radius: 9px
}

.tt-gift-layout .tt-gift-box img {
    max-width: 100%;
    height: auto
}

.tt-gift-layout .tt-gift-box .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center
}

.tt-gift-layout .tt-gift-box .tt-description .tt-sum {
    color: #fff;
    font-size: 32px;
    font-family: 'Samim-Bold' !important;
    position: absolute;
    top: 17px;
    right: 15px;
    font-weight: 500;
    letter-spacing: .02em
}

.tt-gift-layout .tt-gift-box .tt-description .tt-code {
    background-color: #fff;
    border: 7px solid #fff;
    margin: 20px;
    position: relative;
    border-radius: 3px
}

.tt-gift-layout .tt-gift-box .tt-description .tt-code span {
    display: block;
    position: relative;
    padding: 13px 14px 11px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: .06em;
    color: #191919
}

.tt-gift-layout .tt-gift-box .tt-description .tt-code span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: url(../images/custom/tt-gift-box-border2.png) left top repeat-y
}

.tt-gift-layout .tt-gift-box .tt-description .tt-code span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: url(../images/custom/tt-gift-box-border2.png) right top repeat-y
}

.tt-gift-layout .tt-gift-box .tt-description .tt-code:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../images/custom/tt-gift-box-border1.html) left top repeat-x
}

.tt-gift-layout .tt-gift-box .tt-description .tt-code:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../images/custom/tt-gift-box-border1.html) left top repeat-x
}

.tt-gift-layout p {
    margin-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.tt-gift-layout .tt-gift-dissembled {
    margin-top: 35px
}

.tt-gift-layout .tt-gift-dissembled img {
    max-width: 100%;
    height: auto
}

.tt-gift-layout .btn-border {
    margin-top: 62px
}

.tt-gift-layout .btn-link {
    margin-top: 32px
}

@media (max-width:1024px) {
    .tt-gift-layout {
        padding: 42px 0
    }
    .tt-gift-layout .tt-title {
        margin-top: 41px;
        font-size: 31px
    }
    .tt-gift-layout .tt-gift-box {
        margin-top: 44px;
        max-width: 380px
    }
    .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
        font-size: 22px;
        letter-spacing: .04em
    }
    .tt-gift-layout .tt-gift-dissembled {
        margin-top: 31px
    }
    .tt-gift-layout .btn-border {
        margin-top: 40px
    }
    .tt-gift-layout .btn-link {
        margin-top: 23px
    }
}

@media (max-width:575px) {
    .tt-gift-layout .tt-gift-box .tt-description .tt-sum {
        font-size: 27px
    }
    .tt-gift-layout {
        padding: 22px 0
    }
    .tt-gift-layout .tt-title {
        margin-top: 35px;
        font-size: 26px
    }
    .tt-gift-layout .tt-gift-box {
        margin-top: 36px;
        max-width: 290px
    }
    .tt-gift-layout .tt-gift-box .tt-description .tt-code {
        margin: 15px
    }
    .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
        font-size: 18px;
        letter-spacing: .02em
    }
    .tt-gift-layout p {
        margin-top: 25px;
        line-height: 19px
    }
    .tt-gift-layout .tt-gift-dissembled {
        margin-top: 24px
    }
    .tt-gift-layout .btn-border {
        margin-top: 31px
    }
    .tt-gift-layout .btn-link {
        margin-top: 18px
    }
}

.tt-gift-layout>:nth-child(1) {
    margin-top: 0
}

@media (min-width:790px) {
    .tt-back-to-top {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        transition: .4s;
        width: 62px;
        height: 62px;
        background-color: rgba(40, 121, 254, .75);
        color: #fff;
        font-size: 0;
        line-height: 0;
        position: fixed;
        bottom: -64px;
        right: 5px;
        z-index: 20;
        border-radius: 6px
    }
    .tt-back-to-top:before {
        font-family: wokiee !important;
        content: "\e903";
        display: block;
        font-size: 20px;
        line-height: 1;
        position: relative;
        top: -1px;
        transition: top .2s linear
    }
    .tt-back-to-top:hover {
        background-color: #303030;
        color: #fff
    }
    .tt-back-to-top:hover:before {
        top: -4px
    }
    .tt-back-to-top.tt-show {
        bottom: 50px
    }
}

@media (max-width:789px) {
    .tt-back-to-top {
        background: #fff;
        color: #191919;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-family: 'Samim-Bold' !important;
        font-weight: 500;
        padding: 5px 0 33px;
        transition: .2s linear
    }
    .tt-back-to-top.tt-align-center {
        padding: 20px 0 18px
    }
    .tt-back-to-top:before {
        font-family: wokiee !important;
        content: "\e9c9";
        display: block;
        font-size: 20px;
        line-height: 1
    }
    .tt-back-to-top:hover {
        background: #fff;
        color: #2879fe
    }
}

.tt-breadcrumb {
    background: #f7f8fa
}

.tt-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-breadcrumb ul li {
    font-size: 12px;
    padding: 4px 6px 4px 11px;
    position: relative;
    color: #777
}

.tt-breadcrumb ul li a {
    color: #777;
    transition: color .2s linear
}

.tt-breadcrumb ul li a:hover {
    color: #2879fe
}

.tt-breadcrumb ul li:not(:first-child):before {
    content: '/';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 4px
}

.tt-breadcrumb ul li:first-child {
    padding-left: 0
}

.tt-layout-02 {
    background: #f7f8fa
}

.tt-services-listing.tt-layout-02 .tt-services-block {
    margin-top: 16px;
    padding-bottom: 14px
}

.tt-services-listing:not(.tt-layout-02) {
    margin-top: -30px
}

.tt-services-listing:not(.tt-layout-02) .tt-services-block {
    margin-top: 30px
}

@media (min-width:791px) {
    .tt-services-listing-aligment {
        margin-bottom: -5px
    }
}

@media (max-width:790px) and (min-width:576px) {
    .tt-services-listing-aligment {
        margin-bottom: -12px
    }
}

.tt-services-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-services-block .tt-col-icon {
    align-self: flex-start;
    font-size: 50px;
    color: #2879fe
}

.tt-services-block .tt-col-icon [class^=icon-] {
    position: relative;
    top: -5px
}

@media (min-width:576px) {
    .tt-services-block .tt-col-icon+.tt-col-description {
        padding-left: 21px
    }
}

@media (max-width:575px) {
    .tt-breadcrumb {
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-services-listing:not(.tt-layout-02) {
        margin-top: -35px
    }
    .tt-services-listing:not(.tt-layout-02) .tt-services-block {
        margin-top: 37px
    }
    .tt-services-listing-aligment {
        margin-bottom: -10px
    }
    .tt-services-block .tt-col-icon+.tt-col-description {
        padding-left: 11px
    }
}

.tt-services-block .tt-col-description {
    flex: 2 1 auto;
    line-height: 1.3;
    color: #777
}

.tt-services-block .tt-col-description .tt-title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 500;
    color: #191919;
    transition: .2s linear
}

.tt-services-block .tt-col-description p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 22px
}

.tt-services-block .tt-col-description>:nth-child(1) {
    margin-top: 0
}

.tt-services-block:hover {
    text-decoration: none
}

.tt-services-block:hover .tt-title {
    color: #2879fe
}

.tt-product-single-aside>:not(:first-child) {
    margin-top: 30px
}

.tt-services-aside {
    border: 1px solid #e9e7e7;
    padding: 21px 19px 14px;
    border-radius: 6px
}

.tt-services-aside .tt-services-block:not(:first-child) {
    border-top: 1px solid #e9e7e7;
    padding: 22px 0 0
}

.tt-services-aside .tt-services-block:not(:last-child) {
    padding-bottom: 13px
}

.tt-services-aside .tt-services-block .tt-col-icon {
    margin-left: -4px
}

.tt-services-aside .tt-services-block .tt-col-icon [class^=icon-] {
    top: -8px
}

.tt-services-aside .tt-services-block .tt-col-icon+.tt-col-description {
    padding-left: 8px
}

.tt-services-aside .tt-services-block .tt-col-description p {
    margin-top: 1px
}

.tt-services-aside .tt-promo-brand {
    max-width: 514px
}

@media (min-width:1025px) and (max-width:1229px) {
    .tt-row-custom-01.tt-responsive-lg {
        flex-direction: column;
        flex-wrap: wrap
    }
    .tt-row-custom-01.tt-responsive-lg .col-item:not(:first-child) {
        margin-top: 15px
    }
}

.tt-img-box-listing {
    margin-top: -20px
}

.tt-img-box-listing .tt-img-box {
    margin-top: 20px
}

.tt-img-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #e9e7e7;
    text-decoration: none;
    position: relative;
    text-align: center;
    border-radius: 6px;
    transition: border .2s linear;
    padding: 25%
}

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

.tt-img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s linear;
    opacity: 0
}

.tt-img-box:hover {
    border-color: #2879fe
}

.tt-img-box:hover:before {
    opacity: 1
}

@media (min-width:1025px) {
    .tt-img-box {
        height: 138px
    }
}

@media (max-width:1024px) and (min-width:576px) {
    .tt-img-box {
        height: 118px
    }
}

@media (max-width:575px) and (min-width:421px) {
    .tt-img-box {
        height: 100px
    }
}

@media (max-width:420px) {
    .tt-img-box {
        height: 100px
    }
}

.tt-layout-vertical-listing .tt-item:not(:first-child) {
    margin-top: 18px
}

.tt-layout-vertical {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.tt-layout-vertical .tt-img {
    max-width: 100%;
    margin-top: 2px;
    position: relative
}

.tt-layout-vertical .tt-img img {
    width: 100%;
    max-width: 100px;
    height: auto
}

.tt-layout-vertical .tt-img .tt-img-default {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0
}

.tt-layout-vertical .tt-img .tt-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: opacity .3s ease-out
}

.tt-layout-vertical .tt-img+.tt-description {
    padding-left: 20px
}

.tt-layout-vertical .tt-title {
    font-size: 14px;
    font-family: 'Samim-Bold' !important;
    font-weight: 400;
    color: #191919
}

.tt-layout-vertical .tt-title a {
    color: #191919
}

.tt-layout-vertical .tt-title a:hover {
    color: #2879fe
}

.tt-layout-vertical .tt-description .tt-rating {
    margin-left: -1px
}

.tt-layout-vertical .tt-description .tt-add-info {
    list-style: none;
    margin: 3px 0 0;
    padding: 0
}

.tt-layout-vertical .tt-description .tt-add-info li {
    font-size: 12px;
    color: #999
}

.tt-layout-vertical .tt-description .tt-add-info li a {
    color: #999
}

.tt-layout-vertical .tt-description .tt-add-info li a:hover {
    color: #2879fe
}

.tt-layout-vertical .tt-description .tt-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919
}

.tt-layout-vertical .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.tt-layout-vertical .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through
}

.tt-layout-vertical .tt-description .tt-price span {
    display: inline-block
}

.tt-layout-vertical .tt-description>:nth-child(1) {
    margin-top: 0
}

.tt-layout-vertical ul.tt-options-swatch {
    margin: 12px 0 0 -2px
}

.tt-layout-vertical ul.tt-options-swatch li {
    margin: 4px 2px 0
}

.tt-layout-vertical:hover .tt-img .tt-img-default+.tt-roll-over {
    opacity: 0
}

.tt-layout-vertical:hover .tt-img .tt-img-roll-over,
.tt-layout-vertical:hover .tt-img [class^=tt-img]:last-child {
    opacity: 1
}

.tt-block-title+.tt-tab-wrapper {
    position: relative
}

.tt-tab-wrapper {
    position: relative
}

@media (min-width:1025px) {
    .tt-block-title+.tt-tab-wrapper {
        margin-top: -65px
    }
    .tt-tab-wrapper {
        margin-top: -1px
    }
    .arrow-location-tab {
        margin-top: -54px
    }
    .tt-block-title+.arrow-location-tab.tt-carousel-products {
        margin-top: -38px
    }
    .tab-content .arrow-location-tab {
        margin-top: -51px
    }
    .tt-block-title+.tab-content .arrow-location-tab.tt-carousel-products {
        margin-top: -52px
    }
}

.tt-tabs-default {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start
}

.tt-tabs-default li>a {
    color: #999;
    font-size: 14px;
    letter-spacing: .02em;
    font-family: 'Samim-Bold' !important;
    font-weight: 500;
    transition: .2s linear;
    padding: 5px 13px;
    display: inline-block
}

.tt-tabs-default li>a.active,
.tt-tabs-default li>a:hover {
    color: #191919
}

.tt-tabs-default+.tab-content .tab-pane:not(.active) {
    display: none
}

@media (min-width:1025px) {
    .tt-tabs-default {
        justify-content: center;
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 29px
    }
    .tt-tab-wrapper .tt-tabs-default {
        justify-content: center;
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 49px
    }
}

@media (max-width:1024px) {
    .tt-tabs-default {
        margin-left: -14px;
        padding-bottom: 29px
    }
    .tt-tab-wrapper .tt-tabs-default {
        margin-left: -14px;
        padding-bottom: 31px
    }
}

@media (max-width:575px) {
    .tt-tabs-default {
        padding-bottom: 19px;
        margin-top: -5px
    }
    .tt-tab-wrapper .tt-tabs-default {
        padding-bottom: 20px;
        margin-top: -5px
    }
}

.tt-text-box01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    max-width: 862px;
    margin: 0 auto
}

.tt-text-box01>:nth-child(1) {
    margin-top: 0
}

.tt-content-info {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    color: #777
}

.tt-content-info .tt-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 23px;
    color: #191919;
    transition: .2s linear
}

.tt-content-info p {
    margin-top: 0
}

.tt-content-info .tt-subscription {
    margin-top: 20px
}

.tt-content-info .tt-subscription .tt-text-large {
    font-size: 16px;
    color: #191919;
    font-weight: 500;
    font-family: 'Samim-Bold' !important;
}

.tt-content-info .tt-subscription .tt-text-small {
    color: #999;
    font-size: 12px
}

.tt-content-info:hover {
    color: #777
}

.tt-content-info:hover .tt-title {
    color: #2879fe
}

@media (min-width:1230px) {
    .tt-content-info {
        padding-left: 20%;
        padding-right: 20%
    }
}

@media (max-width:1229px) {
    .tt-content-info {
        padding-left: 15%;
        padding-right: 15%
    }
}

.tt-slider-fullwidth {
    position: relative
}

.tt-slider-fullwidth.arrow-location-center-02:after,
.tt-slider-fullwidth.arrow-location-center-02:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1
}

@media (min-width:401px) {
    .tt-slider-fullwidth.arrow-location-center-02:after,
    .tt-slider-fullwidth.arrow-location-center-02:before {
        width: 70px
    }
}

@media (max-width:400px) {
    .tt-slider-fullwidth.arrow-location-center-02:after,
    .tt-slider-fullwidth.arrow-location-center-02:before {
        width: 55px
    }
}

.tt-carousel-brands {
    margin: 4px 0 -4px
}

.tt-carousel-brands .slick-slide {
    text-align: center
}

.tt-carousel-brands a {
    display: inline-block;
    padding: 0 20px
}

.tt-carousel-brands a img {
    height: auto;
    width: 100%;
    max-width: 131px;
    opacity: .2
}

.tt-carousel-brands a:hover img {
    opacity: 1
}

html:not(.mac):not(.touch-device) .tt-carousel-brands .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.tt-categories-listing {
    margin-top: -50px
}

.tt-categories-listing .tt-items-categories {
    margin-top: 50px
}

.tt-items-categories .tt-title-block .tt-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: .2s linear
}

.tt-items-categories .tt-title-block img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 17px
}

.tt-items-categories .tt-title-block>:nth-child(1) {
    margin-top: 0
}

.tt-items-categories ul {
    list-style: none;
    margin: 11px 0 0;
    padding: 0 0 3px
}

.tt-items-categories ul li {
    color: #777
}

.tt-items-categories ul li a {
    color: #777;
    padding: 3px 0;
    display: inline-block;
    transition: .2s linear
}

.tt-items-categories ul li a:hover,
.tt-items-categories ul li.active a {
    color: #2879fe
}

.tt-items-categories .tt-title-block+[class^=btn] {
    margin-top: 14px
}

.tt-items-categories>:nth-child(1) {
    margin-top: 0
}

.tt-items-categories.active .tt-title {
    color: #2879fe
}

.container-bg {
    background-size: cover
}

.container-bg-01 {
    background: url(../images/custom/wrapper-section-01.jpg) center center no-repeat;
    color: #fff
}

.container-bg-01 .tt-content-info,
.container-bg-01 .tt-content-info .tt-subscription .tt-text-large,
.container-bg-01 .tt-content-info .tt-subscription .tt-text-small,
.container-bg-01 .tt-title,
.container-bg-01 p {
    color: #fff
}

.container-bg-01 .tt-content-info:hover .tt-title {
    color: #191919
}

@media (min-width:1025px) {
    .col-5_end-inrow-lg {
        flex: 0 0 80%;
        max-width: 80%
    }
    .col-5-inrow-lg {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.tt-btn-img-list {
    margin-top: -20px
}

.tt-btn-img {
    background-color: #fff
}

.tt-btn-img.tt-layout-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.tt-btn-img.tt-layout-01 .tt-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center
}

.tt-btn-img.tt-layout-01 .tt-img:before {
    content: '';
    background: center/cover #2879fe;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-out;
    opacity: 0;
    z-index: 1
}

.tt-btn-img.tt-layout-01 .tt-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.tt-btn-img.tt-layout-01:hover .tt-img:before {
    opacity: .8
}

.tt-btn-img.tt-layout-02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    border-radius: 6px
}

.tt-btn-img.tt-layout-02:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e7e7;
    z-index: 2;
    border-radius: 6px;
    transition: border-width .2s
}

.tt-btn-img.tt-layout-02 .tt-img {
    position: relative;
    width: 100%;
    height: 169px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.tt-btn-img.tt-layout-02 .tt-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    padding-left: 3px;
    padding-right: 3px;
    color: #191919;
    z-index: 2;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0
}

.tt-btn-img.tt-layout-02:hover:before {
    border: 2px solid #2879fe
}

.tab-pane:not(.active) {
    display: none
}

.tt-loader {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 0
}

.tt-loader svg path,
.tt-loader svg rect {
    fill: #2879fe
}

.v-tabs-img-nav .tt-title-small {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2px;
    color: #191919
}

.v-tabs-img-nav .tt-title-large {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2px;
    color: #191919
}

.v-tabs-img-nav .nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:576px) {
    .form-default .form-control[type=email],
    .form-default .form-control[type=password],
    .form-default .form-control[type=text],
    .tt-modal-newsletter .input-group input[type=email],
    footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 3px;
        padding-bottom: 1px;
        line-height: 2.9
    }
}

@media (max-width:575px) {
    .form-default .form-control[type=email],
    .form-default .form-control[type=password],
    .form-default .form-control[type=text],
    .tt-modal-newsletter .input-group input[type=email],
    footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.4
    }
}

@media (min-width:576px) {
    html.ie.win .form-default .form-control[type=email],
    html.ie.win .form-default .form-control[type=password],
    html.ie.win .form-default .form-control[type=text],
    html.ie.win .tt-modal-newsletter .input-group input[type=email],
    html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 2px;
        padding-bottom: 1px;
        line-height: 2.6
    }
}

.tt-tabs-imgbox {
    background-size: cover;
    background-position: center;
    height: 375px;
    width: 100%;
    padding: 34px 15px 30px;
    display: block
}

.tt-tabs-imgbox .tt-title-small {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px
}

.tt-tabs-imgbox .tt-title-large {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px;
    margin-top: 3px
}

.tt-tabs-imgbox .nav-tabs {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.tt-tabs-imgbox .nav-tabs li a {
    display: block;
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px;
    padding: 8px 18px 6px;
    transition: .2s linear;
    border-radius: 6px
}

.tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a {
    color: #777
}

.tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a.active,
.tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a:hover {
    color: #2879fe;
    background-color: rgba(255, 255, 255, .9)
}

.tt-tabs-imgbox.tt-layout-color02 .nav-tabs li a,
.tt-tabs-imgbox.tt-layout-color02 .tt-title-large,
.tt-tabs-imgbox.tt-layout-color02 .tt-title-small {
    color: #fff
}

.tt-tabs-imgbox.tt-layout-color02 .nav-tabs li a.active,
.tt-tabs-imgbox.tt-layout-color02 .nav-tabs li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .9)
}

@media (max-width:1229px) {
    .tt-tabs-imgbox {
        height: 360px
    }
    .tt-tabs-imgbox .tt-title-small {
        font-size: 15px;
        padding-left: 10px
    }
    .tt-tabs-imgbox .tt-title-large {
        font-size: 26px;
        padding-left: 10px
    }
    .tt-tabs-imgbox .nav-tabs li a {
        padding: 7px 10px 5px
    }
}

.tt-radius-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.tt-radius-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.tt-offset-35 {
    margin-top: 35px
}

@media (max-width:575px) {
    .form-default .form-control[type=email],
    .form-default .form-control[type=password],
    .form-default .form-control[type=text],
    html.ie.win .tt-modal-newsletter .input-group input[type=email],
    html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.6
    }
    .tt-tabs-imgbox {
        height: 340px
    }
    .tt-radius-left,
    .tt-radius-right {
        border-radius: 5px
    }
    .tt-offset-35 {
        margin-top: 24px
    }
    .hidden-xs {
        display: none
    }
}

.tt-offset-20 {
    margin-top: 20px
}

.tt-offset-16 {
    margin-top: 16px
}

.tt-offset-7 {
    margin-top: 7px
}

@media (max-width:1230px) and (min-width:1025px) {
    .hidden-md-up {
        display: none
    }
}

@media (max-width:1025px) and (min-width:790px) {
    .hidden-sm-up {
        display: none
    }
}

@media (max-width:789px) and (min-width:575px) {
    .hidden-sm {
        display: none
    }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xl,
.visible-xs {
    display: none
}

@media (min-width:1230px) {
    .hidden-lg-up {
        display: none
    }
    .visible-xl {
        display: block
    }
}

@media (max-width:1230px) and (min-width:1025px) {
    .visible-lg {
        display: block
    }
}

@media (max-width:1025px) and (min-width:789px) {
    .visible-md {
        display: block
    }
}

@media (max-width:789px) and (min-width:575px) {
    .visible-sm {
        display: block
    }
}

@media (max-width:575px) {
    .visible-xs {
        display: block
    }
}

.hide {
    display: none !important
}

@media (max-width:1024px) {
    .tt-tabs-imgbox .tt-title-small {
        font-size: 14px
    }
    .tt-tabs-imgbox .tt-title-large {
        font-size: 24px
    }
    .tt-hidden-mobile {
        display: none !important
    }
}

@media (min-width:1025px) {
    .tt-hidden-desctope {
        display: none !important
    }
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.no-radius {
    border-radius: 0 !important
}

.tt-base-color {
    color: #2879fe
}

.tt-base-dark-color {
    color: #191919
}

.tt-white-color {
    color: #fff
}

.tt-light-green-color {
    color: #08da97
}

.tt-color-bg-01 {
    background-color: #add8e6
}

.tt-color-bg-02 {
    background-color: #fe9001
}

.tt-color-bg-03 {
    background-color: grey
}

.tt-color-bg-04 {
    background-color: #00f
}

.tt-color-bg-05 {
    background-color: #0f0
}

.tt-color-bg-06 {
    background-color: #46d3bb
}

.tt-color-bg-07 {
    background-color: #f66c47
}

.tt-color-bg-08 {
    background-color: #fff
}

.tt-color-bg-09 {
    background-color: #e5e5e5
}

.tt-color-bg-10 {
    background-color: #fed533
}

.tt-color-bg-11 {
    background-color: #f36b26
}

.tt-color-bg-12 {
    background-color: #7bba3c
}

.tt-color-bg-13 {
    background-color: #1790c8
}

.tt-color-bg-14 {
    background-color: #d82a90
}

.tt-color-bg-15 {
    background-color: #7f7f00
}

.tt-color-bg-16 {
    background-color: #e7352b
}

.tt-color-bg-17 {
    background-color: #8d429f
}

.tt-color-bg-18 {
    background-color: #777878
}

@media (min-width:1440px) {
    .col-8-inrow-lg {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.tt-line-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #f5f7f9;
    color: #276b9d;
    font-size: 14px;
    line-height: 15px;
    padding: 11px 15px
}

.tt-line-info a {
    color: #276b9d
}

.tt-line-info a:hover {
    color: #fabf00
}

.tt-line-info .tt-item {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
    min-height: 28px
}

.tt-line-info .tt-item .tt-icon {
    font-size: 28px;
    position: relative;
    top: -1px
}

.tt-line-info .tt-item .tt-icon+.tt-text {
    margin-left: 7px;
    padding: 0
}

.tt-layout-box01 {
    align-items: center
}

.tt-layout-box01 .col-img {
    z-index: 1
}

.tt-layout-box01 .col-img img {
    width: 100%;
    height: auto
}

@media (min-width:1025px) {
    .tt-layout-box01 .col-description {
        font-size: 22px;
        line-height: 44px
    }
    .tt-layout-box01 .col-description .tt-title {
        font-size: 32px;
        line-height: 1.2;
        margin: 0;
        padding: 0 0 25px
    }
    .tt-layout-box01 .col-description .tt-title+p {
        margin-top: 0
    }
    .tt-layout-box01 .col-description .btn {
        margin-top: 25px
    }
}

@media (max-width:1024px) {
    .tt-layout-box01 .col-description {
        font-size: 20px;
        line-height: 30px
    }
    .tt-layout-box01 .col-description .tt-title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;
        padding: 0 0 25px
    }
    .tt-layout-box01 .col-description .tt-title+p {
        margin-top: 0
    }
    .tt-layout-box01 .col-description .btn {
        margin-top: 25px
    }
}

.tt-layout-box01:not(.flex-row-reverse) .col-description {
    padding-left: 60px
}

.tt-layout-box01.flex-row-reverse .col-description:last-child {
    padding-right: 60px
}

.tt-layout-box01.tt-point-v-t {
    align-items: flex-start
}

.tt-layout-box01.tt-point-v-b {
    align-items: flex-end
}

.tt-layout-box01>:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin-top: 0
}

@media (max-width:790px) {
    .tt-line-info .tt-item {
        width: 100%;
        text-align: center
    }
    .tt-layout-box01.flex-row-reverse .col-description,
    .tt-layout-box01:not(.flex-row-reverse) .col-description {
        padding: 0 15px !important
    }
    .tt-layout-box01 .col-description {
        margin-top: 40px;
        padding: 0 15px
    }
}

.layout-box01-wrapper {
    background-color: #edf5fd;
    padding-top: 80px;
    padding-bottom: 80px
}

.tt-layout-box02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.tt-layout-box02 .col-img img {
    width: 100%;
    height: auto
}

.tt-layout-box02 .col-description .tt-title {
    font-size: 46px;
    line-height: 60px;
    padding-bottom: 22px;
    font-weight: 500
}

.tt-layout-box02 .col-description .tt-title+* {
    margin-top: 0 !important
}

.tt-layout-box02 .col-description [class^=btn] {
    margin-top: 50px
}

.tt-layout-box02 .col-description p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 41px
}

.tt-layout-box02 .col-description p+[class^=btn] {
    margin-top: 39px
}

@media (max-width:790px) {
    .tt-layout-box02 .col-description .tt-title {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 27px
    }
}

.tt-layout-box02 .col-description .description-indent>:nth-child(1) {
    margin-top: 0
}

.tt-layout-box02 .col-description .tt-custom-link {
    font-size: 19px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition: color .2s linear;
    background: 0 0;
    border: none;
    padding: 0
}

.tt-layout-box02 .col-description .tt-custom-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width .2s ease-out
}

.tt-layout-box02 .col-description .tt-custom-link:hover:before {
    width: 100%
}

.tt-layout-box02.flex-row-reverse .col-description .description-indent {
    width: calc(100% + 25%)
}

.tt-layout-box02:not(.flex-row-reverse) .col-description .description-indent {
    width: calc(100% + 25%);
    margin-left: -25%
}

.tt-layout-box02.tt-point-v-t {
    align-items: flex-start
}

.tt-layout-box02.tt-point-v-t .col-description .description-indent>p:nth-child(1) {
    margin-top: -7px
}

.tt-layout-box02.tt-point-v-b {
    align-items: flex-end
}

.tt-layout-box02.tt-point-v-b .col-description .description-indent>:last-child {
    margin-bottom: -11px
}

.tt-layout-box02>:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px !important;
    margin-top: 0
}

.tt-layout-box02>:nth-child(1):last-child:first-child .description-indent {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.tt-layout-box02>:nth-child(1):last-child:first-child .description-indent>:nth-child(1) {
    margin-top: 0
}

@media (max-width:790px) {
    .tt-layout-box02.flex-row-reverse .col-description,
    .tt-layout-box02:not(.flex-row-reverse) .col-description {
        padding: 0 15px !important
    }
    .tt-layout-box02.flex-row-reverse .col-description .description-indent,
    .tt-layout-box02:not(.flex-row-reverse) .col-description .description-indent {
        width: 100% !important;
        margin: 0
    }
    .tt-layout-box02 .col-img {
        order: 1;
        margin-top: 50px
    }
    .tt-layout-box02 .col-description {
        padding: 0 15px;
        order: 0
    }
}

.layout-box02-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #191919;
    color: #fff;
    position: relative
}

.layout-box02-wrapper .tt-title {
    color: #fff
}

.layout-box02-wrapper .tt-custom-link {
    color: #999
}

.layout-box02-wrapper .tt-custom-link:before {
    background-color: #fff
}

.layout-box02-wrapper .tt-custom-link:hover {
    color: #fff
}

.layout-box02-wrapper .btn {
    background-color: #fff;
    color: #191919
}

.layout-box02-wrapper .btn:hover {
    background-color: #303030;
    color: #fff
}

.tt-layout-box03 {
    font-size: 20px;
    line-height: 34px;
    color: #191919
}

.tt-layout-box03:not(.text-left):not(.text-right) {
    text-align: center
}

.tt-layout-box03 p {
    margin-top: 49px
}

.tt-layout-box03 .tt-title {
    font-size: 36px;
    line-height: 1.2;
    padding: 0 0 24px;
    margin: 0
}

.tt-layout-box03 .tt-title+* {
    margin-top: 0 !important
}

.tt-layout-box03 .tt-title-description {
    font-size: 76px;
    line-height: 92px
}

.tt-layout-box03 img {
    max-width: 100%;
    height: auto
}

.tt-layout-box03 [class^=btn] {
    margin-top: 50px
}

@media (max-width:575px) {
    .layout-box02-wrapper,
    .tt-layout-box01 {
        padding-left: 10px;
        padding-right: 10px
    }
    .layout-box02-wrapper[data-mobiele-indent]:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        background: #fff
    }
    .layout-box02-wrapper[data-mobiele-indent="180"]:after {
        height: 180px
    }
    .layout-box02-wrapper .tt-layout-box02 {
        position: relative;
        z-index: 2
    }
    .tt-layout-box03 {
        font-size: 18px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-layout-box03 .tt-title {
        font-size: 31px
    }
    .tt-layout-box03 p {
        margin-top: 33px
    }
}

.tt-layout-box03>:nth-child(1) {
    margin-top: 0
}

.container-inner {
    padding: 52px 0
}

.container-inner-large {
    padding: 155px 0 160px
}

.tt-layout-newsletter02 {
    text-align: center
}

.tt-layout-newsletter02 .tt-title {
    font-size: 34px;
    line-height: 44px;
    color: #191919;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.tt-layout-newsletter02 .tt-title-description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 9px
}

.tt-layout-newsletter02 p {
    margin-top: 32px
}

.tt-layout-newsletter02 a {
    color: #fabf00;
    text-decoration: none
}

.tt-layout-newsletter02 a:hover {
    text-decoration: underline
}

.tt-layout-newsletter02 form {
    display: block;
    margin-top: 31px
}

.tt-layout-newsletter02 form .form-contro {
    background-color: #fff
}

.tt-layout-newsletter02 form .form-group:first-child:last-child {
    margin-bottom: 0
}

.tt-layout-newsletter02 form .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.tt-layout-newsletter02 form .form-group .form-control {
    flex: 2 1 auto;
    background-color: #fff;
    border: 1px solid #e9e7e7
}

.tt-layout-newsletter02 form .form-group .form-control:focus {
    border-color: #fabf00
}

.tt-layout-newsletter02 form .form-group .btn {
    margin-left: 10px
}

@media (max-width:575px) {
    .container-inner-large {
        padding: 52px 0
    }
    .tt-layout-newsletter02 {
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-layout-newsletter02 .tt-title {
        font-size: 31px
    }
}

.tt-layout-newsletter02>:nth-child(1) {
    margin-top: 0
}

.tt-layout-box04 .tt-title {
    font-size: 45px;
    line-height: 60px
}

.tt-layout-box04 .col-description {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #191919
}

.tt-layout-box04 .col-description [class^=btn] {
    margin-top: 43px
}

.tt-layout-box04 .col-description>:nth-child(1) {
    margin-top: 4px
}

.tt-layout-box04.tt-point-v-b {
    align-items: flex-end
}

.tt-layout-box04.flex-row-reverse .tt-title {
    text-align: right
}

.tt-layout-box04.tt-bg-bottom-indent {
    padding-bottom: 45px
}

.tt-layout-box04>:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 10px !important;
    margin-top: 0
}

.tt-layout-box04>:nth-child(1):last-child:first-child>:nth-child(1) {
    margin-top: 0
}

@media (max-width:575px) {
    .tt-layout-box04 {
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-layout-box04 .tt-title {
        font-size: 34px;
        line-height: 44px
    }
}

.tt-bg-fullwidth {
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden
}

.tt-bg-fullwidth.tt-bg-bottom-indent {
    padding-bottom: 90px
}

.tt-bg-sizecover {
    background-size: cover
}

.tt-layout-box05 {
    color: #fff
}

.tt-layout-box05 img {
    max-width: 100%;
    height: auto
}

.tt-layout-box05 .tt-title {
    color: #fff;
    font-size: 66px;
    line-height: 70px;
    margin: 115px 0 0;
    padding: 0 0 31px;
    font-weight: 400
}

.tt-layout-box05 .tt-title+* {
    margin-top: 0
}

.tt-layout-box05 p {
    font-size: 32px;
    line-height: 50px;
    margin-top: 44px
}

.tt-layout-box05 .tt-text-large {
    font-size: 46px;
    line-height: 70px;
    margin-top: 162px;
    font-weight: 400
}

.tt-layout-box05 .tt-text-large+.tt-text-small {
    margin-top: 14px
}

.tt-layout-box05 .tt-text-small {
    font-size: 22px;
    line-height: 38px
}

.tt-layout-box05 .tt-text-small+.tt-text-large {
    margin-top: 137px
}

.tt-layout-box05 [class^=btn] {
    margin-top: 18px
}

@media (max-width:1024px) {
    .tt-layout-box05 .tt-title {
        font-size: 54px;
        line-height: 64px;
        margin-top: 80px
    }
    .tt-layout-box05 .tt-text-large {
        font-size: 38px;
        line-height: 48px;
        margin-top: 80px
    }
    .tt-layout-box05 .tt-text-small+.tt-text-large {
        margin-top: 80px
    }
    .tt-layout-box05 p {
        font-size: 18px;
        line-height: 30px
    }
    .tt-layout-box05 p br {
        display: none
    }
}

@media (max-width:575px) {
    .tt-layout-box05 {
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-layout-box05 .tt-title {
        font-size: 34px;
        line-height: 44px;
        margin-top: 60px
    }
    .tt-layout-box05 .tt-text-large {
        font-size: 31px;
        line-height: 41px;
        margin-top: 60px
    }
    .tt-layout-box05 .tt-text-small+.tt-text-large {
        margin-top: 60px
    }
    .tt-layout-box05 p {
        font-size: 18px;
        line-height: 30px
    }
    .tt-layout-box05 p br {
        display: none
    }
}

.tt-layout-box05>:nth-child(1) {
    margin-top: 0
}

.tt-img-bg {
    position: absolute;
    top: 0;
    left: 0
}

.tt-layout-box06 {
    font-size: 32px;
    line-height: 50px;
    color: #191919;
    position: relative
}

.tt-layout-box06.tt-layout-box06-inner {
    padding-top: 351px;
    padding-bottom: 351px
}

.tt-layout-box06 .tt-list-dot-custom {
    list-style: none;
    margin: 0;
    padding: 0
}

.tt-layout-box06 .tt-list-dot-custom>li {
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 27px;
    color: #191919
}

.tt-layout-box06 .tt-list-dot-custom>li a {
    color: #191919;
    transition: .2s linear
}

.tt-layout-box06 .tt-list-dot-custom>li:not(:first-child) {
    margin-top: 12px
}

.tt-layout-box06 .tt-list-dot-custom>li a:hover {
    color: #2879fe
}

.tt-layout-box06 .tt-list-dot-custom>li:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #191919;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%
}

.tt-layout-box06 .tt-list-dot-custom ul {
    list-style: none;
    margin: 0 0 0 18px;
    padding: 0
}

.tt-layout-box06 .tt-list-dot-custom ul>li {
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 27px;
    margin-top: 12px
}

.tt-layout-box06 .tt-list-dot-custom ul>li:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #191919;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    border-radius: 50%
}

.tt-layout-box06.tt-dd-indent {
    padding-top: 60px;
    padding-bottom: 60px
}

.tt-layout-box06>:not(.extra-img-bg) {
    position: relative;
    z-index: 2
}

@media (max-width:1229px) {
    .tt-layout-box06.tt-layout-box06-inner {
        padding-top: 250px;
        padding-bottom: 250px
    }
}

@media (max-width:1024px) {
    .tt-layout-box06 {
        font-size: 26px;
        line-height: 36px
    }
    .tt-layout-box06.tt-layout-box06-inner {
        padding-top: 150px;
        padding-bottom: 150px
    }
    .tt-layout-box06 .tt-list-dot-custom>li {
        font-size: 25px;
        padding: 0 0 0 20px
    }
    .tt-layout-box06 .tt-list-dot-custom>li:before {
        width: 6px;
        height: 6px;
        top: 10px
    }
    .tt-layout-box06 .tt-list-dot-custom ul {
        margin: 0 0 0 2px
    }
    .tt-layout-box06 .tt-list-dot-custom ul>li {
        font-size: 25px;
        padding: 0 0 0 20px
    }
    .tt-layout-box06 .tt-list-dot-custom ul>li:before {
        width: 6px;
        height: 6px;
        top: 10px
    }
}

@media (min-width:791px) {
    .tt-layout-box04.tt-point-v-b .tt-title {
        margin-bottom: -19px
    }
    .tt-layout-box06 .extra-img-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom
    }
}

@media (max-width:575px) {
    .tt-layout-box06 {
        padding-left: 10px;
        padding-right: 10px
    }
    .tt-layout-box06.tt-layout-box06-inner {
        padding-top: 52px;
        padding-bottom: 52px
    }
    .tt-layout-box06 .tt-list-dot-custom>li {
        font-size: 22px;
        padding: 0 0 0 17px
    }
    .tt-layout-box06 .tt-list-dot-custom>li:before {
        width: 5px;
        height: 5px;
        top: 10px
    }
    .tt-layout-box06 .tt-list-dot-custom ul {
        margin: 0 0 0 2px
    }
    .tt-layout-box06 .tt-list-dot-custom ul>li {
        font-size: 22px;
        padding: 0 0 0 17px
    }
    .tt-layout-box06 .tt-list-dot-custom ul>li:before {
        width: 5px;
        height: 5px;
        top: 10px
    }
}

.tt-layout-box07 {
    font-size: 32px;
    line-height: 1.54;
    color: #191919
}

.tt-layout-box07 .tt-title {
    color: #fabf00;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 37px;
    font-weight: 400
}

.tt-layout-box07 .tt-title+:not(.tt-text-large) {
    margin-top: 0
}

.tt-layout-box07 .tt-title+.tt-text-large {
    margin-top: -9px
}

.tt-layout-box07 img {
    max-width: 100%;
    height: auto
}

.tt-layout-box07 .tt-text-large {
    font-size: 66px;
    line-height: 70px
}

.tt-layout-box07+.tt-layout-box07 {
    margin-top: 125px
}

@media (max-width:1229px) {
    .tt-layout-box07+.tt-layout-box07 {
        margin-top: 90px
    }
}

@media (max-width:1024px) {
    .tt-layout-box07+.tt-layout-box07 {
        margin-top: 70px
    }
    .tt-layout-box07 .tt-text-large {
        font-size: 56px;
        line-height: 60px
    }
}

@media (max-width:790px) {
    .tt-layout-box06 .extra-img-bg {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain
    }
    .tt-layout-box07+.tt-layout-box07 {
        margin-top: 50px
    }
    .tt-layout-box07 .tt-text-large {
        font-size: 46px;
        line-height: 50px
    }
}

@media (max-width:575px) {
    .tt-layout-box07 {
        font-size: 24px
    }
    .tt-layout-box07+.tt-layout-box07 {
        margin-top: 40px
    }
    .tt-layout-box07 .tt-text-large {
        font-size: 36px;
        line-height: 40px
    }
}

.tt-layout-box07>:nth-child(1) {
    margin-top: 0
}

.tt-mainpromo {
    width: 100%;
    background-color: #0d0d0d;
    background-repeat: no-repeat;
    padding-bottom: 49px
}

.tt-mainpromo .tt-bg-img {
    text-align: center;
    margin-bottom: -135px;
    z-index: 1
}

.tt-mainpromo .tt-bg-img img {
    max-width: 100%;
    height: auto
}

.tt-mainpromo .tt-layout-box {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%
}

.tt-mainpromo .tt-layout-box .tt-text-large {
    font-size: 212px;
    line-height: 1
}

.tt-mainpromo .tt-layout-box .tt-text-small {
    font-size: 82px;
    line-height: 1;
    color: #fabf00
}

.tt-mainpromo .tt-layout-col {
    position: relative;
    z-index: 2;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #fabf00;
    margin-top: 56px
}

.tt-mainpromo .tt-layout-col .tt-title {
    color: #fff;
    font-family: 'Samim-Bold' !important;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.tt-mainpromo .tt-layout-col address {
    line-height: 1
}

.tt-mainpromo .tt-description {
    padding: 103px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff
}

.tt-mainpromo .tt-description .container {
    position: relative
}

@media (max-width:1229px) {
    .tt-mainpromo .tt-bg-img {
        margin-bottom: -125px
    }
    .tt-mainpromo .tt-layout-box .tt-text-large {
        font-size: 180px
    }
    .tt-mainpromo .tt-layout-box .tt-text-small {
        font-size: 72px
    }
    .tt-mainpromo .tt-layout-col,
    .tt-mainpromo .tt-layout-col .tt-title {
        font-size: 35px
    }
}

@media (max-width:1024px) {
    .tt-mainpromo .tt-description {
        padding-top: 0
    }
    .tt-mainpromo .tt-bg-img {
        margin-bottom: -115px
    }
    .tt-mainpromo .tt-layout-box .tt-text-large {
        font-size: 140px
    }
    .tt-mainpromo .tt-layout-box .tt-text-small {
        font-size: 55px
    }
    .tt-mainpromo .tt-layout-col {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 40px
    }
    .tt-mainpromo .tt-layout-col .tt-title {
        font-size: 28px;
        line-height: 1.3
    }
}

@media (max-width:790px) {
    .tt-mainpromo .tt-bg-img {
        margin-bottom: -85px
    }
    .tt-mainpromo .tt-description {
        padding: 0 20px 20px
    }
    .tt-mainpromo .tt-layout-box .tt-text-large {
        font-size: 100px
    }
    .tt-mainpromo .tt-layout-box .tt-text-small {
        font-size: 45px
    }
    .tt-mainpromo .tt-layout-col {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 0
    }
    .tt-mainpromo .tt-layout-col .tt-title {
        font-size: 28px;
        line-height: 1.3
    }
    .tt-mainpromo .tt-layout-col [class^=col] {
        margin-top: 20px
    }
}

@media (max-width:576px) {
    .tt-mainpromo {
        height: inherit
    }
    .tt-mainpromo .tt-description {
        position: relative;
        padding: 0
    }
    .tt-mainpromo .tt-bg-img {
        margin-bottom: -45px
    }
    .tt-mainpromo .tt-bg-img img {
        max-width: 320px
    }
    .tt-mainpromo .tt-layout-box .tt-text-large {
        font-size: 67px
    }
    .tt-mainpromo .tt-layout-box .tt-text-small {
        font-size: 30px
    }
    .tt-mainpromo .tt-layout-col,
    .tt-mainpromo .tt-layout-col .tt-title {
        font-size: 28px;
        line-height: 1.3
    }
}

.tt-box-map {
    height: 740px;
    background-position: 0 0;
    background-size: cover;
    position: relative
}

.tt-box-map .tt-title {
    color: #fabf00;
    font-family: 'Samim-Bold' !important;
    font-size: 82px;
    line-height: 1;
    position: absolute;
    right: 21.5%;
    bottom: 39%;
    font-weight: 400
}

@media (max-width:1229px) {
    .tt-box-map .tt-title {
        right: 13%;
        bottom: 49%;
        font-size: 79px
    }
}


@media (min-width:1025px) {
    .tt-box-map {
        height: 740px
    }
}

@media (max-width:1024px) {
    .tt-box-map {
        height: 540px
    }
    .tt-box-map .tt-title {
        right: 5%;
        bottom: 29%;
        font-size: 59px
    }
}

@media (max-width:575px) {
    .tt-box-map {
        height: 400px
    }
}

.tt-btn-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    font-weight: 700;
    height: 50px;
    background-color: transparent;
    color: #191919;
    transition: .2s linear;
    border-radius: 6px
}

.tt-btn-info .tt-title {
    font-size: 16px;
    font-weight: 400
}

.tt-btn-info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e7e7;
    transition: .2s;
    border-radius: 6px;
    overflow: hidden
}

.tt-btn-info:hover {
    background-color: #191919;
    color: #fff
}

.tt-btn-info:hover:after {
    border-color: #191919
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav li {
    border-bottom: 0;
    top: 2px !important;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li {
    border-radius: 4px 4px 0 0;

}

.ui-widget{
    font-family: 'Samim-Bold' !important;
}

.slick-slider .slick-list{
    width: 100%;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
    padding: 10px 10px 10px 10px;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
    padding: 10px 10px 10px 10px;
}


.ui-tabs .ui-tabs-panel {
    border-width: 0;
    padding: 20px 10px 10px 10px !important;
    background: 0;
}



.text-leftt{
    text-align: left !important;
}

.cats {
    padding: 0px 0px 0px 0px;
}

.slick-slider .img-main {
    width: 100%;

    object-fit: cover;
}
.slick-slider .slick-list{
    width: 100%;
    top: 32px;

}

.ui-tabs.ui-tabs-top {
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}
.ui-tabs .ui-tabs-nav.ui-widget-header li a {
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #000c13;
    font-weight: 500;
    border: 0px none;


}

.sp-cat-title-parent {
    /* background: #2879fe; */
    font-size: 250% !important;

    font-weight: 700;
    color: #2879fe !important;
    text-transform: uppercase;
    height: 37px;
    line-height: 48px;
    position: relative;
    top: -3px;
    text-align: center;
    margin-left: -8px;
    padding-left: 20px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    /* bottom: 27px; */
}
.slick-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 100%;
}

.lg-content{
    direction: ltr;
}

.brand-name-cards .card
{
    width: 95%;
    height: 179px;
    overflow: hidden;
    position: relative;
    cursor: pointer;

}
.brand-name-cards .card .image-content 
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.brand-name-cards .card .image-content .card-img-top 
{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0px auto;
    object-position: center;
}
.brand-name-cards .card .card-body 
{
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #2879fe;
}
.brand-name-cards .card .card-body::after, 
.brand-name-cards .card .card-body::before
{
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(40,121,254 , .7); 
    left: 0%;
    bottom: 0%;
    transition: .5s linear;
}
.brand-name-cards .card .card-body::after 
{
    left: -100%;
}
.brand-name-cards .card .card-body::before
{
    right: -100%;
}
.brand-name-cards .card .card-body .card-title 
{
    color: #fff;
    margin-bottom: 0px !important;
    position: absolute;
    z-index: 99;
    line-height: 16px;
    padding-top: 18px;

    transition: .5s linear;
    text-align: center;
}
.brand-name-cards .card:hover .card-body h6{
    text-shadow: none;
    color: white !important;
}
.brand-name-cards .card:hover .card-body::before
{
    right: 0%;
}
.brand-name-cards .card:hover .card-body::after  
{
    left: 0%;
}
.brand-name-cards .card:hover .card-body .card-title 
{
    opacity: 1;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,0.125);
    border-radius: 1.25rem;
}


.copyrights{
    padding: 10px 0px;
    background-color: #333;
}
.copyrights-content 
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
.copyrights-content h6 
{
    color: #fff;
}
.copyrights-content h6 a 
{
    color: #168dee;
}
.copyrights-content .image-content 
{
    width: 100px;
    height: 65px;
    overflow: hidden;
    display: inline-table;
}
.copyrights-content .image-content img 
{
    width: 100%;
    height: 50px;
    object-position: center;
    object-fit: contain;
}

footer .tt-logo img {
    height: auto;
    max-height: 80px;
}
.tt-mobile-header .tt-logo-container .tt-logo img {
    max-height: 70px !important;
    margin-top: 20px !important;
}

.tt-cart-list {
    max-height: 200px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: clip;
}



 

@media screen and (max-width: 400px) {
 .tt-row-btn{
    width: 100%;
}
.bag{
    display: none;
}
.ui-button-text-only .ui-button-text{
 
    text-align: center;
    position: relative;
}
h2.tt-title{
    height: 33px;
}
img.imgProdd {
     height: 140px !important;
    width: auto !important;
    margin: 0px auto;
    max-width: 100%;
}
.tt-product-vertical-layout .tt-product-single-img {
    float: right;
    width: 100% !important;
    position: relative
}
.ui-dialog{
    width: 100% !important;
}
}