﻿/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*:root {*/
/*--blue: #007bff;*/
/*--indigo: #6610f2;*/
/*--purple: #6f42c1;*/
/*--pink: #e83e8c;*/
/*--red: #dc3545;*/
/*--orange: #fd7e14;*/
/*--yellow: #ffc107;*/
/*--green: #28a745;*/
/*--teal: #20c997;*/
/*--cyan: #17a2b8;*/
/*--white: #fff;*/
/*--gray: #6c757d;*/
/*--gray-dark: #343a40;*/
/*--primary: #007bff;*/
/*--secondary: #6c757d;*/
/*--success: #28a745;*/
/*--info: #17a2b8;*/
/*--warning: #ffc107;*/
/*--danger: #dc3545;*/
/*--light: #f8f9fa;*/
/*--dark: #343a40;*/
/*--breakpoint-xs: 0;*/
/*--breakpoint-sm: 576px;*/
/*--breakpoint-md: 768px;*/
/*--breakpoint-lg: 992px;*/
/*--breakpoint-xl: 1200px;*/
/*--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
/*--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace*/
/*}*/

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

/*html {*/
/*    font-family: sans-serif;*/
/*    line-height: 1.15;*/
/*    -webkit-text-size-adjust: 100%;*/
/*    -webkit-tap-highlight-color: transparent*/
/*}*/

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    /*margin: 0;*/
    /*!*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*!*/
    /*font-size: 1rem;*/
    /*font-weight: 400;*/
    /*line-height: 1.5;*/
    /*color: #212529;*/
    /*text-align: left;*/
    /*background-color: #fff*/
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

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

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: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[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
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {*/
/*    margin-bottom: .5rem;*/
/*    font-weight: 500;*/
/*    line-height: 1.2*/
/*}*/

/*.h1, h1 {*/
/*    font-size: 2.5rem*/
/*}*/

/*.h2, h2 {*/
/*    font-size: 2rem*/
/*}*/

/*.h3, h3 {*/
/*    font-size: 1.75rem*/
/*}*/

/*.h4, h4 {*/
/*    font-size: 1.5rem*/
/*}*/

/*.h5, h5 {*/
/*    font-size: 1.25rem*/
/*}*/

/*.h6, h6 {*/
/*    font-size: 1rem*/
/*}*/

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

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

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

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

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

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 992px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
    .main-panel .user-panel{
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #222222;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 0 0 / 25%)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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 {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .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: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .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 + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

/*.btn {*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    color: #212529;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    background-color: transparent;*/
/*    border: 1px solid transparent;*/
/*    padding: .375rem .75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    border-radius: .25rem;*/
/*    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out*/
/*}*/


.btn {
    display: inline-block;
    border: 2px solid #e4eaec;
    background-color: #e4eaec;
    color: #222;
    outline: 0;
    padding: 1.22em 2.78em;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: iranyekan, Poppins, sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
    white-space: nowrap;
    cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #f0f0f1;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 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, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    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:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    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:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.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 {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%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, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(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, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%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, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .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(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        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
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border-color: #dadada;
    color: #222
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dadada;
    color: #222
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #ffffff;
    border-color: #dadada;
    color: #222
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    /*padding: .25em .4em;*/
    padding: .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

/*.alert {*/
/*    position: relative;*/
/*    padding: .75rem 1.25rem;*/
/*    margin-bottom: 1rem;*/
/*    border: 1px solid transparent;*/
/*    border-radius: .25rem*/
/*}*/

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #666666;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.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: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(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: #007bff;
    border-color: #007bff
}

.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 {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .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 {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .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 {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .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 {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .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 {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .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
    }
}

.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: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .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
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: iranyekan, Poppins, 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: 1.3rem;
    padding: 1rem 0.7rem;
    border-radius: 0.8rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    padding: 1rem .7rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .8rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: iranyekan, Poppins, 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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .8rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .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-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .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: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

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

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}
.rounded-1rem {
    border-radius: 1rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

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

    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

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

    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

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

    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

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

    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

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

    .d-print-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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
}

.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
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !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
}

.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
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


/************** style.css start****************/
/************** style.css start****************/


/*!* devanagari *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*!* latin-ext *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*!* latin *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*!* devanagari *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*!* latin-ext *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*!* latin *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*!* devanagari *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*!* latin-ext *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*!* latin *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*!* devanagari *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/

/*!* latin-ext *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/

/*!* latin *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*!* devanagari *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;*/
/*}*/
/*!* latin-ext *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');*/
/*    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/
/*!* latin *!*/
/*@font-face {*/
/*    font-family: Poppins;*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/


/* Updated By Shahin 1 */
.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.fade.show {
    opacity: 1;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    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 .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    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;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .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;
    }
}

/* /Updated By Shahin 1 */

.owl-carousel .owl-item img {
    height: auto;
    border-radius: 16px;
}

.owl-loaded .owl-stage::after {
    content: ''
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.owl-carousel:not(.owl-loaded)[class*='cols-']:not(.gutter-no) {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1.5rem
}

.owl-theme.owl-shadow-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 4rem
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    margin: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    color: #000
}

.owl-theme .owl-nav .owl-prev i::before, .owl-theme .owl-nav .owl-next i::before {
    margin: 0
}

.owl-theme .owl-nav .owl-prev:not(.disabled):hover, .owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus, .owl-theme .owl-nav .owl-next:not(.disabled):hover, .owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus, .owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus, .owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.owl-theme .owl-nav .owl-prev.disabled, .owl-theme .owl-nav .owl-next.disabled {
    color: #ccc
}

.owl-theme .owl-nav .owl-prev {
    left: -40px
}

.owl-theme .owl-nav .owl-next {
    right: -40px
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #000;
    border-color: #000
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px
}

@media (max-width: 1300px) {
    .owl-theme .owl-nav .owl-prev {
        left: 20px
    }

    .owl-theme .owl-nav .owl-next {
        right: 20px
    }
}

.owl-nav-full .owl-nav {
    opacity: 0;
    transition: opacity .4s
}

.owl-nav-full .owl-nav .owl-prev, .owl-nav-full .owl-nav .owl-next {
    margin: 0;
    top: 0;
    height: 100%;
    transform: none;
    border: 0;
    font-size: 3rem;
    font-weight: 400;
    color: #333;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: .4s
}

.owl-nav-full .owl-nav .owl-prev:not(.disabled):hover, .owl-nav-full .owl-nav .owl-next:not(.disabled):hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8)
}

.owl-nav-full .owl-nav .owl-prev.disabled, .owl-nav-full .owl-nav .owl-next.disabled {
    visibility: hidden;
    opacity: 0
}

.owl-nav-full .owl-nav .owl-prev {
    left: 0;
    box-shadow: 4px 0px 7px -5px rgba(0, 0, 0, 0.2)
}

.owl-nav-full .owl-nav .owl-next {
    right: 0;
    box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.2)
}

.owl-nav-full:hover .owl-nav {
    opacity: 1
}

.owl-nav-full:hover .owl-prev {
    left: 0
}

.owl-nav-full:hover .owl-next {
    right: 0
}

.owl-nav-arrow .owl-nav .owl-next, .owl-nav-arrow .owl-nav .owl-prev {
    margin: 0;
    color: #666;
    font-weight: 400;
    width: 1em;
    height: 1em;
    font-size: 4.5rem;
    border: none
}

.owl-nav-arrow .owl-nav .owl-next i, .owl-nav-arrow .owl-nav .owl-prev i {
    display: none
}

.owl-nav-arrow .owl-nav .owl-next::before, .owl-nav-arrow .owl-nav .owl-prev::before {
    font-family: 'siamod'
}

.owl-nav-arrow .owl-nav .owl-next:not(.disabled):hover, .owl-nav-arrow .owl-nav .owl-next:not(.disabled):active, .owl-nav-arrow .owl-nav .owl-next:not(.disabled):focus, .owl-nav-arrow .owl-nav .owl-prev:not(.disabled):hover, .owl-nav-arrow .owl-nav .owl-prev:not(.disabled):active, .owl-nav-arrow .owl-nav .owl-prev:not(.disabled):focus {
    background-color: transparent;
    color: #000
}

.owl-nav-arrow .owl-nav .owl-next.disabled, .owl-nav-arrow .owl-nav .owl-prev.disabled {
    color: #aaa
}

.owl-nav-arrow .owl-nav .owl-next {
    right: 5%
}

.owl-nav-arrow .owl-nav .owl-next::before {
    content: '\e983'
}

.owl-nav-arrow .owl-nav .owl-prev {
    left: 5%
}

.owl-nav-arrow .owl-nav .owl-prev::before {
    content: '\e982'
}

.owl-nav-inner .owl-nav .owl-prev, .owl-nav-inner .owl-nav .owl-next {
    opacity: 0;
    visibility: hidden
}

.owl-nav-inner .owl-nav .owl-prev {
    left: 0
}

.owl-nav-inner .owl-nav .owl-next {
    right: 0
}

.owl-nav-inner:hover .owl-prev, .owl-nav-inner:hover .owl-next {
    opacity: 1;
    visibility: visible
}

.owl-nav-inner:hover .owl-prev {
    left: 2rem
}

.owl-nav-inner:hover .owl-next {
    right: 2rem
}

.owl-nav-top .owl-nav {
    position: absolute;
    top: -5.3rem;
    right: -.4rem;
    color: #ccc
}

.owl-nav-top .owl-nav .owl-next, .owl-nav-top .owl-nav .owl-prev:not(.disabled) {
    color: #777
}

.owl-nav-top .owl-nav i {
    padding: .1rem .5rem;
    font-size: 1.8rem;
    font-weight: 700
}

.owl-nav-top .owl-nav i::before {
    margin: 0
}

.owl-nav-bottom .owl-nav {
    position: absolute;
    bottom: 1.7rem;
    right: -.4rem;
    color: #999
}

.owl-nav-bottom .owl-nav i {
    font-size: 2rem;
    font-weight: 700
}

.owl-nav-bottom .owl-nav i::before {
    margin: 0
}

.owl-nav-bottom .owl-prev {
    margin-right: .8rem
}

.owl-dot-white .owl-dots .owl-dot span {
    background-color: #fff;
    border-color: #fff;
    opacity: .8
}

.owl-dot-white .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.owl-dot-grey .owl-dots .owl-dot span {
    background-color: #efefef;
    border-color: #efefef
}

.owl-dot-grey .owl-dots .owl-dot.active span {
    background-color: #999;
    border-color: #999
}

.owl-dot-dark .owl-dots .owl-dot span {
    background-color: #a1a1a1;
    border-color: #a1a1a1
}

.owl-dot-dark .owl-dots .owl-dot.active span {
    background-color: #333;
    border-color: #333
}

.owl-dot-inner .owl-dots {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%)
}

.brand-carousel .owl-stage {
    display: flex;
    align-items: center
}

.brand-carousel .owl-item img {
    width: auto;
    margin: auto
}

.brand-carousel:not(.loaded) {
    text-align: center;
    align-items: center
}

.owl-carousel .slide-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: filter, transform, opacity;
    visibility: hidden;
    opacity: 0
}

.owl-carousel .slide-animate.show-content {
    visibility: visible;
    opacity: 1
}

.owl-full-height, .owl-full-height .owl-stage-outer, .owl-full-height .owl-stage, .owl-full-height .owl-item, .owl-same-height .owl-item > * {
    height: 100%
}

.owl-same-height .owl-stage {
    display: flex
}

.owl-full-height .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.owl-shadow-carousel .owl-stage-outer {
    margin: -30px;
    padding: 30px
}

.owl-nav-bg .owl-nav .owl-prev {
    left: 15.4%
}

.owl-nav-bg .owl-nav .owl-next {
    right: 15.4%
}

.owl-nav-bg .owl-nav [class*='owl-'] {
    width: 4.8rem;
    height: 4.8rem;
    border-width: 2px;
    font-size: 3.2rem;
    color: #666666;
    border-color: #666666
}

.owl-nav-bg .owl-nav [class*='owl-'].disabled {
    border-color: #acabab
}

.owl-nav-bg .owl-nav i {
    line-height: 1;
    margin-bottom: 2px
}

.owl-nav-fade .owl-nav .owl-prev {
    opacity: 0;
    margin-left: 4rem
}

.owl-nav-fade .owl-nav .owl-next {
    opacity: 0;
    margin-right: 4rem
}

.owl-nav-fade:hover .owl-nav .owl-prev {
    opacity: 1;
    margin-left: 0
}

.owl-nav-fade:hover .owl-nav .owl-next {
    opacity: 1;
    margin-right: 0
}

.owl-split .owl-item:not(:last-child) {
    position: relative
}

.owl-split .owl-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ebebeb
}

.owl-middle .owl-stage {
    display: flex;
    align-items: center
}

.rotate-slider {
    padding-left: 17.9%
}

.rotate-slider .owl-stage-outer {
    margin: -20px;
    padding: 20px;
    padding-left: 23%;
    margin-left: -23%
}

.rotate-slider .owl-item {
    transition: 1s;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1)
}

.rotate-slider .owl-item:not(.active) {
    transform: scale(0.8) translateX(100%);
    transform-origin: left
}

.rotate-slider .owl-nav .owl-next {
    right: auto;
    left: 40px;
    font-size: 36px
}

.rotate-slider .owl-nav .owl-next::before {
    content: '\e982'
}

.rotate-slider .owl-nav .owl-prev {
    display: none
}

@media (max-width: 479px) {
    .rotate-slider .owl-nav .owl-next {
        right: auto;
        left: 15px;
        font-size: 24px
    }
}

.noUi-target {
    background: #eee;
    margin: 4px 16px 3rem 9px
}

.noUi-connects {
    padding: 11.5px 0;
    top: -10px
}

.noUi-connect {
    background: #999;
    margin-top: 11px;
    height: 3px
}

.noUi-horizontal .noUi-handle {
    top: -0.6rem;
    width: 1.2rem;
    height: 1.7rem;
    background: #484848;
    border-radius: 3px
}

*, ::after, ::before {
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: iranyekan, Poppins, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
    color: #666
}

main {
    display: block;
    position: relative
}

body:not(.loaded) * {
    transition: all 0s !important
}

.page-wrapper {
    position: relative;
    transition: margin .4s, opacity .5s;
    opacity: 0
}

.loaded > .page-wrapper {
    opacity: 1
}

table {
    width: 100%;
    border-collapse: collapse
}

table td, table th {
    padding: 0
}

.section {
    padding: 7rem 0
}

.grey-section {
    background: #f6f7f9
}

.background-section {
    background-repeat: no-repeat
}

.parallax {
    background-color: #3c3f41
}

ul {
    padding-left: 1.5em
}

.menu, .menu ul, .mobile-menu, .mobile-menu ul, .nav, .nav ul, .widget-body, .widget-body ul, .list, .breadcrumb, .filter-items, .select-menu > ul, .dropdown-box, .pagination, .nav-filters, .category ul, .comments ul, .product-nav, .product-tabs > div ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s
}

a:hover {
    text-decoration: none;
    color: #000
}

:focus {
    outline: 0
}

figure {
    margin: 0
}

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

hr {
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #eee
}

input {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

input:focus {
    outline: 0
}

i {
    font-style: normal
}

button:focus {
    outline: none
}

.scrollable, .sidebar-content {
    -webkit-overflow-scrolling: touch
}

.scrollable::-webkit-scrollbar, .sidebar-content::-webkit-scrollbar {
    height: 7px;
    width: 4px
}

.scrollable::-webkit-scrollbar-thumb, .sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer
}

.scrollable-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2)
}

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

@keyframes rotatedelay {
    0% {
        transform: rotateZ(0)
    }
    100% {
        transform: rotateZ(360deg)
    }
}

@keyframes reveal-1 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, 55%, 0);
        border-radius: 0
    }
    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, 55%, 0);
        border-radius: 0
    }
    100% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-2 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, -55%, 0);
        border-radius: 0
    }
    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, -55%, 0);
        border-radius: 0
    }
    100% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-3 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, -55%, 0);
        border-radius: 0
    }
    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, -55%, 0);
        border-radius: 0
    }
    100% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

@keyframes reveal-4 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, 55%, 0);
        border-radius: 0
    }
    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, 55%, 0);
        border-radius: 0
    }
    100% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%
    }
}

.bounce-loader {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transition: all .2s;
    text-align: center;
    z-index: 10000
}

.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3, .bounce-loader .bounce4 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    background-color: #000
}

.bounce-loader .bounce1 {
    animation: 2s infinite reveal-1
}

.bounce-loader .bounce2 {
    animation: 2s infinite reveal-2
}

.bounce-loader .bounce3 {
    animation: 2s infinite reveal-3
}

.bounce-loader .bounce4 {
    animation: 2s infinite reveal-4
}

.bounce-loader .bounce3 {
    border: 3px solid #000;
    background-color: transparent
}

.appear-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform, filter, opacity
}

.fade {
    opacity: 0;
    transition: opacity .5s
}

.fade.in {
    opacity: 1
}

.scroll-top {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: auto;
    right: 30px;
    width: 60px;
    height: 60px;
    font-size: 27px;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, visibility .3s, opacity .3s;
    color: #222;
    transform: translateY(40px);
    border-radius: 16px;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    line-height: 60px;
    background-color: #fff
}

.scroll-top:hover {
    color: #222
}

.scroll-top i {
    font-weight: 900;
    line-height: inherit
}

@media (min-width: 768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fixedTop {
    from {
        transform: translateY(-100%);
        transform-origin: center top 0px
    }
    to {
        transform: translateY(0)
    }
}

@keyframes fixedBottom {
    from {
        transform: translateY(100%);
        transform-origin: center top 0px
    }
    to {
        transform: translateY(0)
    }
}

.sticky-content.fix-top {
    top: 0
}

.sticky-content.fix-bottom {
    bottom: 0
}

.sticky-content.fixed {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(0);
    background: #fff;
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1)
}

.sticky-content.fixed.fix-top {
    animation: fixedTop .4s
}

.sticky-content.fixed.fix-bottom {
    animation: fixedBottom .4s
}

.loading:not(.load-more-overlay), .load-more-overlay.loading::after {
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-right: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
    content: "";
    display: block;
    height: 21px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 21px
}

.load-more-overlay {
    position: relative
}

.load-more-overlay.loading::after {
    content: ''
}

.load-more-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .8
}

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

.siamod-rounded-skin .btn, .siamod-rounded-skin .post-calendar, .siamod-rounded-skin .product-hide-details .btn-product, .siamod-rounded-skin .product-hide-details .btn-product-icon, .siamod-rounded-skin .post-single > .post-wrap img, .siamod-rounded-skin .post-single .post-author-detail, .siamod-rounded-skin .post-media, .siamod-rounded-skin .post-framed, .siamod-rounded-skin .minipopup-box, .siamod-rounded-skin .product-category, .siamod-rounded-skin .product-category .category-content, .siamod-rounded-skin .product-with-qty .quantity button, .siamod-rounded-skin .product-wrapper .banner, .siamod-rounded-skin .vendor-widget .vendor-logo, .siamod-rounded-skin .vendor-widget .vendor-product > figure, .siamod-rounded-skin .vendor-widget .vendor-banner {
    border-radius: 3px;
    overflow: hidden
}

.siamod-rounded-skin .login-popup {
    border-radius: 3px
}

.siamod-rounded-skin .form-row [type="text"], .siamod-rounded-skin .form-row [type="tel"], .siamod-rounded-skin .form-row [type="password"], .siamod-rounded-skin .form-row [type="email"], .siamod-rounded-skin .form-row textarea {
    border-radius: 3px
}

.siamod-rounded-skin .btn-link, .siamod-rounded-skin .form-coupon .input-text {
    border-radius: 0;
    overflow: visible
}

.siamod-rounded-skin .post.post-mask.gradient::before {
    border-radius: 0 0 3px 3px;
    overflow: hidden
}

.siamod-rounded-skin .mfp-product .product, .siamod-rounded-skin .product-category.cat-type-default {
    border-radius: 10px
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.p-sticky {
    position: sticky !important
}

.p-relative {
    position: relative !important
}

.x-50 {
    left: 50% !important;
    transform: translateX(-50%) !important
}

.x-50.y-50 {
    transform: translate(-50%, -50%) !important
}

.y-50 {
    top: 50% !important;
    transform: translateY(-50%) !important
}


.d-block {
    display: block !important
}

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

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-1 {
    flex: 1 !important
}

.overflow-hidden {
    overflow: hidden !important
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

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

    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

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

    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (max-width: 1199px) {
    .d-xl-show {
        display: none !important
    }
}

@media (max-width: 991px) {
    .d-lg-show {
        display: none !important
    }
}

.font-primary {
    font-family: Poppins, sans-serif !important
}

.font-secondary {
    font-family: Poppins, sans-serif !important
}

.font-tertiary {
    font-family: "Open Sans", sans-serif !important
}

.font-weight-bolder {
    font-weight: 800 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-normal {
    text-transform: none !important
}

.font-italic {
    font-style: italic !important
}

.font-normal {
    font-stretch: normal !important
}

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

.text-center {
    text-align: center !important
}

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

.text-white {
    color: #fff !important
}

.text-light {
    color: #ccc !important
}

.text-grey {
    color: #999 !important
}

.text-body {
    color: #666 !important
}

.text-dark {
    color: #222 !important
}

.text-black {
    color: #000 !important
}

.text-primary {
    color: #000 !important
}

.text-secondary {
    color: #ff0a54 !important
}

.ls-md {
    letter-spacing: -.03em !important
}

.ls-s {
    letter-spacing: -.01em !important
}

.ls-m {
    letter-spacing: -.025em !important
}

.ls-l {
    letter-spacing: -.05em !important
}

.ls-normal {
    letter-spacing: 0 !important
}

.lh-2 {
    line-height: 2 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-0 {
    line-height: 0 !important
}

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

.bg-dark {
    background-color: #222 !important
}

.bg-grey {
    background-color: #999 !important
}

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

.bg-black {
    background-color: #000 !important
}

.bg-primary {
    background-color: #000 !important
}

.bg-secondary {
    background-color: #ff0a54 !important
}

.border-no {
    border: none !important
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 2rem
}

p {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: iranyekan, Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    color: #222
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 3.4rem
}

h3 {
    font-size: 3rem
}

h4 {
    font-size: 2.4rem
}

h5 {
    font-size: 1.8rem
}

h6 {
    font-size: 1.5rem
}

p {
    font-family: iranyekan, Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.86
}

blockquote {
    margin: 0
}

.list {
    font-size: 1.4rem;
    line-height: 1.86;
    color: #666
}

.list-style-none {
    list-style: none
}

.list-type-number {
    list-style-type: decimal
}

.list-type-check li {
    position: relative;
    padding-left: 2.4rem
}

.list-type-check li::before {
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
    font-family: "siamod";
    content: '\e960';
    font-weight: 700;
    font-size: 1.2rem;
    color: #222
}

.list-circle li {
    padding-left: 1rem;
    margin-bottom: 1rem
}

.list-circle i {
    margin-right: 1.2rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    line-height: 3.8rem;
    font-size: 1.1rem
}

.list-arrow li {
    position: relative;
    transition: color .3s, padding .3s
}

.list-arrow li::before {
    content: '\e97f';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    font-family: "siamod";
    font-size: 1.4rem;
    transition: opacity .3s, visibility .3s
}

.list-arrow li:hover, .list-arrow li.show {
    padding-left: 2.2rem;
    color: #000
}

.list-arrow li:hover::before, .list-arrow li.show::before {
    visibility: visible;
    opacity: 1
}

.text-bd-left {
    position: relative;
    padding-left: 2rem
}

.text-bd-left::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 2px;
    top: 5px;
    bottom: 5px;
    background-color: #dae1e5
}

@media (max-width: 767px) {
    .list-type-number {
        margin-left: 2.3rem
    }
}

.container, .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 479px) {
    .container, .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container-fluid {
    max-width: 1820px
}

/*.container {*/
/*    max-width: 1220px*/
/*}*/

.divider {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem;
    height: 2.5rem;
    width: 1px;
    background-color: #e1e1e1
}

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

.row > * {
    position: relative;
    /*width: 100%;*/
    /*padding-right: 10px;*/
    /*padding-left: 10px*/
}

.gutter-lg {
    margin-left: -15px;
    margin-right: -15px
}

.gutter-lg > * {
    padding-right: 15px;
    padding-left: 15px
}

.gutter-sm {
    margin-left: -5px;
    margin-right: -5px
}

.gutter-sm > * {
    padding-right: 5px;
    padding-left: 5px
}

.gutter-xs {
    margin-left: -1px;
    margin-right: -1px
}

.gutter-xs > * {
    padding-right: 1px;
    padding-left: 1px
}

.gutter-no {
    margin-left: 0;
    margin-right: 0
}

.gutter-no > * {
    padding-right: 0;
    padding-left: 0
}

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

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

.cols-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

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

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

.cols-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%
}

.cols-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%
}

.cols-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

@media (min-width: 480px) {
    .cols-xs-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xs-2 > * {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xs-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xs-4 > * {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xs-5 > * {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xs-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xs-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xs-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width: 576px) {
    .cols-sm-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

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

    .cols-sm-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

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

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

    .cols-sm-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-sm-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-sm-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width: 768px) {
    .cols-md-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

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

    .cols-md-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

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

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

    .cols-md-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-md-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-md-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width: 992px) {
    .cols-lg-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

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

    .cols-lg-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

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

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

    .cols-lg-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-lg-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-lg-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width: 1200px) {
    .cols-xl-1 > * {
        max-width: 100%;
        flex: 0 0 100%
    }

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

    .cols-xl-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

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

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

    .cols-xl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width: 1600px) {
    .col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

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

    .col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%
    }
}

@media (min-width: 1200px) {
    .col-xl-5col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 10px
    }

    .col-xl-5col2 {
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 10px;
        padding-left: 10px
    }

    .col-xl-5col4 {
        position: relative;
        flex: 0 0 80%;
        max-width: 80%;
        padding-right: 10px;
        padding-left: 10px
    }
}

.order-first {
    order: -1
}

.order-last {
    order: 9
}

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 9
    }
}

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 9
    }
}

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 9
    }
}

.grid {
    margin: -1rem
}

.grid .banner, .grid .category, .grid .category > a, .grid figure, .grid .banner img, .grid .category img {
    height: 100%
}

.grid img {
    object-fit: cover
}

.grid .grid-item {
    padding: 1rem;
    transform: translate3d(0, 0, 0)
}

.grid.gutter-sm {
    margin: -.5rem
}

.grid.gutter-sm .grid-item {
    padding: .5rem
}

.grid.gutter-no {
    margin: 0
}

.grid.gutter-no .grid-item {
    padding: 0
}

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

.grid.grid-float {
    display: block !important
}

.grid.grid-float .grid-item {
    float: left
}

.split-line > * {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ebebeb
}

.split-line > *::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 3rem);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ebebeb
}

.split-line > .col-1:nth-child(12n)::after, .split-line > .col-2:nth-child(6n)::after, .split-line > .col-3:nth-child(4n)::after, .split-line > .col-4:nth-child(3n)::after, .split-line > .col-5:nth-child(2n)::after, .split-line > .col-6:nth-child(2n)::after, .split-line > .col-7:nth-child(1n)::after, .split-line > .col-8:nth-child(1n)::after, .split-line > .col-9:nth-child(1n)::after, .split-line > .col-10:nth-child(1n)::after, .split-line > .col-11:nth-child(1n)::after, .split-line.cols-1 > *:nth-child(1n)::after, .split-line.cols-2 > *:nth-child(2n)::after, .split-line.cols-3 > *:nth-child(3n)::after, .split-line.cols-4 > *:nth-child(4n)::after, .split-line.cols-5 > *:nth-child(5n)::after, .split-line.cols-6 > *:nth-child(6n)::after, .split-line.cols-7 > *:nth-child(7n)::after, .split-line.cols-8 > *:nth-child(8n)::after {
    content: none
}

@media (min-width: 576px) {
    .split-line > .col-sm-1:nth-child(n)::after, .split-line > .col-sm-2:nth-child(n)::after, .split-line > .col-sm-3:nth-child(n)::after, .split-line > .col-sm-4:nth-child(n)::after, .split-line > .col-sm-5:nth-child(n)::after, .split-line > .col-sm-6:nth-child(n)::after, .split-line > .col-sm-7:nth-child(n)::after, .split-line > .col-sm-8:nth-child(n)::after, .split-line > .col-sm-9:nth-child(n)::after, .split-line > .col-sm-10:nth-child(n)::after, .split-line > .col-sm-11:nth-child(n)::after, .split-line.cols-sm-1 > *:nth-child(n)::after, .split-line.cols-sm-2 > *:nth-child(n)::after, .split-line.cols-sm-3 > *:nth-child(n)::after, .split-line.cols-sm-4 > *:nth-child(n)::after, .split-line.cols-sm-5 > *:nth-child(n)::after, .split-line.cols-sm-6 > *:nth-child(n)::after, .split-line.cols-sm-7 > *:nth-child(n)::after, .split-line.cols-sm-8 > *:nth-child(n)::after {
        content: ""
    }

    .split-line > .col-sm-1:nth-child(12n)::after, .split-line > .col-sm-2:nth-child(6n)::after, .split-line > .col-sm-3:nth-child(4n)::after, .split-line > .col-sm-4:nth-child(3n)::after, .split-line > .col-sm-5:nth-child(2n)::after, .split-line > .col-sm-6:nth-child(2n)::after, .split-line > .col-sm-7:nth-child(1n)::after, .split-line > .col-sm-8:nth-child(1n)::after, .split-line > .col-sm-9:nth-child(1n)::after, .split-line > .col-sm-10:nth-child(1n)::after, .split-line > .col-sm-11:nth-child(1n)::after, .split-line.cols-sm-1 > *:nth-child(1n)::after, .split-line.cols-sm-2 > *:nth-child(2n)::after, .split-line.cols-sm-3 > *:nth-child(3n)::after, .split-line.cols-sm-4 > *:nth-child(4n)::after, .split-line.cols-sm-5 > *:nth-child(5n)::after, .split-line.cols-sm-6 > *:nth-child(6n)::after, .split-line.cols-sm-7 > *:nth-child(7n)::after, .split-line.cols-sm-8 > *:nth-child(8n)::after {
        content: none
    }
}

@media (min-width: 768px) {
    .split-line > .col-md-1:nth-child(n)::after, .split-line > .col-md-2:nth-child(n)::after, .split-line > .col-md-3:nth-child(n)::after, .split-line > .col-md-4:nth-child(n)::after, .split-line > .col-md-5:nth-child(n)::after, .split-line > .col-md-6:nth-child(n)::after, .split-line > .col-md-7:nth-child(n)::after, .split-line > .col-md-8:nth-child(n)::after, .split-line > .col-md-9:nth-child(n)::after, .split-line > .col-md-10:nth-child(n)::after, .split-line > .col-md-11:nth-child(n)::after, .split-line.cols-md-1 > *:nth-child(n)::after, .split-line.cols-md-2 > *:nth-child(n)::after, .split-line.cols-md-3 > *:nth-child(n)::after, .split-line.cols-md-4 > *:nth-child(n)::after, .split-line.cols-md-5 > *:nth-child(n)::after, .split-line.cols-md-6 > *:nth-child(n)::after, .split-line.cols-md-7 > *:nth-child(n)::after, .split-line.cols-md-8 > *:nth-child(n)::after {
        content: ''
    }

    .split-line > .col-md-1:nth-child(12n)::after, .split-line > .col-md-2:nth-child(6n)::after, .split-line > .col-md-3:nth-child(4n)::after, .split-line > .col-md-4:nth-child(3n)::after, .split-line > .col-md-5:nth-child(2n)::after, .split-line > .col-md-6:nth-child(2n)::after, .split-line > .col-md-7:nth-child(1n)::after, .split-line > .col-md-8:nth-child(1n)::after, .split-line > .col-md-9:nth-child(1n)::after, .split-line > .col-md-10:nth-child(1n)::after, .split-line > .col-md-11:nth-child(1n)::after, .split-line.cols-md-1 > *:nth-child(1n)::after, .split-line.cols-md-2 > *:nth-child(2n)::after, .split-line.cols-md-3 > *:nth-child(3n)::after, .split-line.cols-md-4 > *:nth-child(4n)::after, .split-line.cols-md-5 > *:nth-child(5n)::after, .split-line.cols-md-6 > *:nth-child(6n)::after, .split-line.cols-md-7 > *:nth-child(7n)::after, .split-line.cols-md-8 > *:nth-child(8n)::after {
        content: none
    }
}

@media (min-width: 992px) {
    .split-line > .col-lg-1:nth-child(n)::after, .split-line > .col-lg-2:nth-child(n)::after, .split-line > .col-lg-3:nth-child(n)::after, .split-line > .col-lg-4:nth-child(n)::after, .split-line > .col-lg-5:nth-child(n)::after, .split-line > .col-lg-6:nth-child(n)::after, .split-line > .col-lg-7:nth-child(n)::after, .split-line > .col-lg-8:nth-child(n)::after, .split-line > .col-lg-9:nth-child(n)::after, .split-line > .col-lg-10:nth-child(n)::after, .split-line > .col-lg-11:nth-child(n)::after, .split-line.cols-lg-1 > *:nth-child(n)::after, .split-line.cols-lg-2 > *:nth-child(n)::after, .split-line.cols-lg-3 > *:nth-child(n)::after, .split-line.cols-lg-4 > *:nth-child(n)::after, .split-line.cols-lg-5 > *:nth-child(n)::after, .split-line.cols-lg-6 > *:nth-child(n)::after, .split-line.cols-lg-7 > *:nth-child(n)::after, .split-line.cols-lg-8 > *:nth-child(n)::after {
        content: ''
    }

    .split-line > .col-lg-1:nth-child(12n)::after, .split-line > .col-lg-2:nth-child(6n)::after, .split-line > .col-lg-3:nth-child(4n)::after, .split-line > .col-lg-4:nth-child(3n)::after, .split-line > .col-lg-5:nth-child(2n)::after, .split-line > .col-lg-6:nth-child(2n)::after, .split-line > .col-lg-7:nth-child(1n)::after, .split-line > .col-lg-8:nth-child(1n)::after, .split-line > .col-lg-9:nth-child(1n)::after, .split-line > .col-lg-10:nth-child(1n)::after, .split-line > .col-lg-11:nth-child(1n)::after, .split-line.cols-lg-1 > *:nth-child(1n)::after, .split-line.cols-lg-2 > *:nth-child(2n)::after, .split-line.cols-lg-3 > *:nth-child(3n)::after, .split-line.cols-lg-4 > *:nth-child(4n)::after, .split-line.cols-lg-5 > *:nth-child(5n)::after, .split-line.cols-lg-6 > *:nth-child(6n)::after, .split-line.cols-lg-7 > *:nth-child(7n)::after, .split-line.cols-lg-8 > *:nth-child(8n)::after {
        content: none
    }
}

@media (min-width: 1200px) {
    .split-line > .col-xl-1:nth-child(n)::after, .split-line > .col-xl-2:nth-child(n)::after, .split-line > .col-xl-3:nth-child(n)::after, .split-line > .col-xl-4:nth-child(n)::after, .split-line > .col-xl-5:nth-child(n)::after, .split-line > .col-xl-6:nth-child(n)::after, .split-line > .col-xl-7:nth-child(n)::after, .split-line > .col-xl-8:nth-child(n)::after, .split-line > .col-xl-9:nth-child(n)::after, .split-line > .col-xl-10:nth-child(n)::after, .split-line > .col-xl-11:nth-child(n)::after, .split-line.cols-xl-1 > *:nth-child(n)::after, .split-line.cols-xl-2 > *:nth-child(n)::after, .split-line.cols-xl-3 > *:nth-child(n)::after, .split-line.cols-xl-4 > *:nth-child(n)::after, .split-line.cols-xl-5 > *:nth-child(n)::after, .split-line.cols-xl-6 > *:nth-child(n)::after, .split-line.cols-xl-7 > *:nth-child(n)::after, .split-line.cols-xl-8 > *:nth-child(n)::after, .split-line > .col-xl-5col:nth-child(n)::after, .split-line > .col-xl-7col:nth-child(n)::after, .split-line > .col-xl-8col:nth-child(n)::after {
        content: ''
    }

    .split-line > .col-xl-1:nth-child(12n)::after, .split-line > .col-xl-2:nth-child(6n)::after, .split-line > .col-xl-3:nth-child(4n)::after, .split-line > .col-xl-4:nth-child(3n)::after, .split-line > .col-xl-5:nth-child(2n)::after, .split-line > .col-xl-6:nth-child(2n)::after, .split-line > .col-xl-7:nth-child(1n)::after, .split-line > .col-xl-8:nth-child(1n)::after, .split-line > .col-xl-9:nth-child(1n)::after, .split-line > .col-xl-10:nth-child(1n)::after, .split-line > .col-xl-11:nth-child(1n)::after, .split-line.cols-xl-1 > *:nth-child(1n)::after, .split-line.cols-xl-2 > *:nth-child(2n)::after, .split-line.cols-xl-3 > *:nth-child(3n)::after, .split-line.cols-xl-4 > *:nth-child(4n)::after, .split-line.cols-xl-5 > *:nth-child(5n)::after, .split-line.cols-xl-6 > *:nth-child(6n)::after, .split-line.cols-xl-7 > *:nth-child(7n)::after, .split-line.cols-xl-8 > *:nth-child(8n)::after, .split-line > .col-xl-5col:nth-child(5n)::after, .split-line > .col-xl-7col:nth-child(7n)::after, .split-line > .col-xl-8col:nth-child(8n)::after {
        content: none
    }
}

.mt-0 {
    margin-top: 0rem !important
}

.mb-0 {
    margin-bottom: 0rem !important
}

.pt-0 {
    padding-top: 0rem !important
}

.pb-0 {
    padding-bottom: 0rem !important
}

.mt-1 {
    margin-top: .5rem !important
}

.mb-1 {
    margin-bottom: .5rem !important
}

.pt-1 {
    padding-top: .5rem !important
}

.pb-1 {
    padding-bottom: .5rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.mt-5 {
    margin-top: 2.5rem !important
}

.mb-5 {
    margin-bottom: 2.5rem !important
}

.pt-5 {
    padding-top: 2.5rem !important
}

.pb-5 {
    padding-bottom: 2.5rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.mt-7 {
    margin-top: 3.5rem !important
}

.mb-7 {
    margin-bottom: 3.5rem !important
}

.pt-7 {
    padding-top: 3.5rem !important
}

.pb-7 {
    padding-bottom: 3.5rem !important
}

.mt-8 {
    margin-top: 4rem !important
}

.mb-8 {
    margin-bottom: 4rem !important
}

.pt-8 {
    padding-top: 4rem !important
}

.pb-8 {
    padding-bottom: 4rem !important
}

.mt-9 {
    margin-top: 4.5rem !important
}

.mb-9 {
    margin-bottom: 4.5rem !important
}

.pt-9 {
    padding-top: 4.5rem !important
}

.pb-9 {
    padding-bottom: 4.5rem !important
}

.mt-10 {
    margin-top: 5rem !important
}

.mb-10 {
    margin-bottom: 5rem !important
}

.pt-10 {
    padding-top: 5rem !important
}

.pb-10 {
    padding-bottom: 5rem !important
}

.ml-0 {
    margin-left: 0rem !important
}

.mr-0 {
    margin-right: 0rem !important
}

.pl-0 {
    padding-left: 0rem !important
}

.pr-0 {
    padding-right: 0rem !important
}

.ml-1 {
    margin-left: .5rem !important
}

.mr-1 {
    margin-right: .5rem !important
}

.pl-1 {
    padding-left: .5rem !important
}

.pr-1 {
    padding-right: .5rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.pl-2 {
    padding-left: 1rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.ml-3 {
    margin-left: 1.5rem !important
}

.mr-3 {
    margin-right: 1.5rem !important
}

.pl-3 {
    padding-left: 1.5rem !important
}

.pr-3 {
    padding-right: 1.5rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.ml-5 {
    margin-left: 2.5rem !important
}

.mr-5 {
    margin-right: 2.5rem !important
}

.pl-5 {
    padding-left: 2.5rem !important
}

.pr-5 {
    padding-right: 2.5rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.ml-7 {
    margin-left: 3.5rem !important
}

.mr-7 {
    margin-right: 3.5rem !important
}

.pl-7 {
    padding-left: 3.5rem !important
}

.pr-7 {
    padding-right: 3.5rem !important
}

.ml-8 {
    margin-left: 4rem !important
}

.mr-8 {
    margin-right: 4rem !important
}

.pl-8 {
    padding-left: 4rem !important
}

.pr-8 {
    padding-right: 4rem !important
}

.ml-9 {
    margin-left: 4.5rem !important
}

.mr-9 {
    margin-right: 4.5rem !important
}

.pl-9 {
    padding-left: 4.5rem !important
}

.pr-9 {
    padding-right: 4.5rem !important
}

.ml-10 {
    margin-left: 5rem !important
}

.mr-10 {
    margin-right: 5rem !important
}

.pl-10 {
    padding-left: 5rem !important
}

.pr-10 {
    padding-right: 5rem !important
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0rem !important
    }

    .mt-sm-1 {
        margin-top: .5rem !important
    }

    .mt-sm-2 {
        margin-top: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 2rem !important
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important
    }

    .mt-sm-8 {
        margin-top: 4rem !important
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important
    }

    .mt-sm-10 {
        margin-top: 5rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important
    }

    .mb-sm-1 {
        margin-bottom: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important
    }

    .mr-sm-0 {
        margin-right: 0rem !important
    }

    .mr-sm-1 {
        margin-right: .5rem !important
    }

    .mr-sm-2 {
        margin-right: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 2rem !important
    }

    .mr-sm-5 {
        margin-right: 2.5rem !important
    }

    .mr-sm-6 {
        margin-right: 3rem !important
    }

    .mr-sm-7 {
        margin-right: 3.5rem !important
    }

    .mr-sm-8 {
        margin-right: 4rem !important
    }

    .mr-sm-9 {
        margin-right: 4.5rem !important
    }

    .mr-sm-10 {
        margin-right: 5rem !important
    }

    .ml-sm-0 {
        margin-left: 0rem !important
    }

    .ml-sm-1 {
        margin-left: .5rem !important
    }

    .ml-sm-2 {
        margin-left: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1.5rem !important
    }

    .ml-sm-4 {
        margin-left: 2rem !important
    }

    .ml-sm-5 {
        margin-left: 2.5rem !important
    }

    .ml-sm-6 {
        margin-left: 3rem !important
    }

    .ml-sm-7 {
        margin-left: 3.5rem !important
    }

    .ml-sm-8 {
        margin-left: 4rem !important
    }

    .ml-sm-9 {
        margin-left: 4.5rem !important
    }

    .ml-sm-10 {
        margin-left: 5rem !important
    }

    .pt-sm-0 {
        padding-top: 0rem !important
    }

    .pt-sm-1 {
        padding-top: .5rem !important
    }

    .pt-sm-2 {
        padding-top: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 2rem !important
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important
    }

    .pt-sm-8 {
        padding-top: 4rem !important
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important
    }

    .pt-sm-10 {
        padding-top: 5rem !important
    }

    .pr-sm-0 {
        padding-right: 0rem !important
    }

    .pr-sm-1 {
        padding-right: .5rem !important
    }

    .pr-sm-2 {
        padding-right: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 2rem !important
    }

    .pr-sm-5 {
        padding-right: 2.5rem !important
    }

    .pr-sm-6 {
        padding-right: 3rem !important
    }

    .pr-sm-7 {
        padding-right: 3.5rem !important
    }

    .pr-sm-8 {
        padding-right: 4rem !important
    }

    .pr-sm-9 {
        padding-right: 4.5rem !important
    }

    .pr-sm-10 {
        padding-right: 5rem !important
    }

    .pl-sm-0 {
        padding-left: 0rem !important
    }

    .pl-sm-1 {
        padding-left: .5rem !important
    }

    .pl-sm-2 {
        padding-left: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1.5rem !important
    }

    .pl-sm-4 {
        padding-left: 2rem !important
    }

    .pl-sm-5 {
        padding-left: 2.5rem !important
    }

    .pl-sm-6 {
        padding-left: 3rem !important
    }

    .pl-sm-7 {
        padding-left: 3.5rem !important
    }

    .pl-sm-8 {
        padding-left: 4rem !important
    }

    .pl-sm-9 {
        padding-left: 4.5rem !important
    }

    .pl-sm-10 {
        padding-left: 5rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0rem !important
    }

    .pb-sm-1 {
        padding-bottom: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0rem !important
    }

    .mt-md-1 {
        margin-top: .5rem !important
    }

    .mt-md-2 {
        margin-top: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 2rem !important
    }

    .mt-md-5 {
        margin-top: 2.5rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 3.5rem !important
    }

    .mt-md-8 {
        margin-top: 4rem !important
    }

    .mt-md-9 {
        margin-top: 4.5rem !important
    }

    .mt-md-10 {
        margin-top: 5rem !important
    }

    .mb-md-0 {
        margin-bottom: 0rem !important
    }

    .mb-md-1 {
        margin-bottom: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 2rem !important
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-8 {
        margin-bottom: 4rem !important
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-10 {
        margin-bottom: 5rem !important
    }

    .pt-md-0 {
        padding-top: 0rem !important
    }

    .pt-md-1 {
        padding-top: .5rem !important
    }

    .pt-md-2 {
        padding-top: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 2rem !important
    }

    .pt-md-5 {
        padding-top: 2.5rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 3.5rem !important
    }

    .pt-md-8 {
        padding-top: 4rem !important
    }

    .pt-md-9 {
        padding-top: 4.5rem !important
    }

    .pt-md-10 {
        padding-top: 5rem !important
    }

    .pb-md-0 {
        padding-bottom: 0rem !important
    }

    .pb-md-1 {
        padding-bottom: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 2rem !important
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-8 {
        padding-bottom: 4rem !important
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 5rem !important
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0rem !important
    }

    .mt-lg-1 {
        margin-top: .5rem !important
    }

    .mt-lg-2 {
        margin-top: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 2rem !important
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important
    }

    .mt-lg-8 {
        margin-top: 4rem !important
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important
    }

    .mt-lg-10 {
        margin-top: 5rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important
    }

    .mb-lg-1 {
        margin-bottom: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important
    }

    .pt-lg-0 {
        padding-top: 0rem !important
    }

    .pt-lg-1 {
        padding-top: .5rem !important
    }

    .pt-lg-2 {
        padding-top: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 2rem !important
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important
    }

    .pt-lg-8 {
        padding-top: 4rem !important
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important
    }

    .pt-lg-10 {
        padding-top: 5rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important
    }

    .pb-lg-1 {
        padding-bottom: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important
    }

    .ml-lg-0 {
        margin-left: 0rem !important
    }

    .mr-lg-0 {
        margin-right: 0rem !important
    }

    .pl-lg-0 {
        padding-left: 0rem !important
    }

    .pr-lg-0 {
        padding-right: 0rem !important
    }

    .ml-lg-1 {
        margin-left: .5rem !important
    }

    .mr-lg-1 {
        margin-right: .5rem !important
    }

    .pl-lg-1 {
        padding-left: .5rem !important
    }

    .pr-lg-1 {
        padding-right: .5rem !important
    }

    .ml-lg-2 {
        margin-left: 1rem !important
    }

    .mr-lg-2 {
        margin-right: 1rem !important
    }

    .pl-lg-2 {
        padding-left: 1rem !important
    }

    .pr-lg-2 {
        padding-right: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1.5rem !important
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important
    }

    .pl-lg-3 {
        padding-left: 1.5rem !important
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important
    }

    .ml-lg-4 {
        margin-left: 2rem !important
    }

    .mr-lg-4 {
        margin-right: 2rem !important
    }

    .pl-lg-4 {
        padding-left: 2rem !important
    }

    .pr-lg-4 {
        padding-right: 2rem !important
    }

    .ml-lg-5 {
        margin-left: 2.5rem !important
    }

    .mr-lg-5 {
        margin-right: 2.5rem !important
    }

    .pl-lg-5 {
        padding-left: 2.5rem !important
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important
    }

    .ml-lg-6 {
        margin-left: 3rem !important
    }

    .mr-lg-6 {
        margin-right: 3rem !important
    }

    .pl-lg-6 {
        padding-left: 3rem !important
    }

    .pr-lg-6 {
        padding-right: 3rem !important
    }

    .ml-lg-7 {
        margin-left: 3.5rem !important
    }

    .mr-lg-7 {
        margin-right: 3.5rem !important
    }

    .pl-lg-7 {
        padding-left: 3.5rem !important
    }

    .pr-lg-7 {
        padding-right: 3.5rem !important
    }

    .ml-lg-8 {
        margin-left: 4rem !important
    }

    .mr-lg-8 {
        margin-right: 4rem !important
    }

    .pl-lg-8 {
        padding-left: 4rem !important
    }

    .pr-lg-8 {
        padding-right: 4rem !important
    }

    .ml-lg-9 {
        margin-left: 4.5rem !important
    }

    .mr-lg-9 {
        margin-right: 4.5rem !important
    }

    .pl-lg-9 {
        padding-left: 4.5rem !important
    }

    .pr-lg-9 {
        padding-right: 4.5rem !important
    }

    .ml-lg-10 {
        margin-left: 5rem !important
    }

    .mr-lg-10 {
        margin-right: 5rem !important
    }

    .pl-lg-10 {
        padding-left: 5rem !important
    }

    .pr-lg-10 {
        padding-right: 5rem !important
    }
}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0rem !important
    }

    .mt-xl-1 {
        margin-top: .5rem !important
    }

    .mt-xl-2 {
        margin-top: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 2rem !important
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important
    }

    .mt-xl-8 {
        margin-top: 4rem !important
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important
    }

    .mt-xl-10 {
        margin-top: 5rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important
    }

    .mb-xl-1 {
        margin-bottom: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important
    }

    .ml-xl-0 {
        margin-left: 0rem !important
    }

    .ml-xl-1 {
        margin-left: .5rem !important
    }

    .ml-xl-2 {
        margin-left: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1.5rem !important
    }

    .ml-xl-4 {
        margin-left: 2rem !important
    }

    .ml-xl-5 {
        margin-left: 2.5rem !important
    }

    .ml-xl-6 {
        margin-left: 3rem !important
    }

    .ml-xl-7 {
        margin-left: 3.5rem !important
    }

    .ml-xl-8 {
        margin-left: 4rem !important
    }

    .ml-xl-9 {
        margin-left: 4.5rem !important
    }

    .ml-xl-10 {
        margin-left: 5rem !important
    }

    .mr-xl-0 {
        margin-right: 0rem !important
    }

    .mr-xl-1 {
        margin-right: .5rem !important
    }

    .mr-xl-2 {
        margin-right: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 2rem !important
    }

    .mr-xl-5 {
        margin-right: 2.5rem !important
    }

    .mr-xl-6 {
        margin-right: 3rem !important
    }

    .mr-xl-7 {
        margin-right: 3.5rem !important
    }

    .mr-xl-8 {
        margin-right: 4rem !important
    }

    .mr-xl-9 {
        margin-right: 4.5rem !important
    }

    .mr-xl-10 {
        margin-right: 5rem !important
    }
}

@media (min-width: 992px) {
    .ml-lg-auto {
        margin-left: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.accordion {
    overflow: hidden
}

.accordion .collapsed, .accordion .expanding {
    display: none
}

.card-header {
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #222
}

.card-header a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.8rem .5rem
}

.card-header a:hover {
    color: #000
}

.card-header a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .5rem;
    font-family: "siamod";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #222
}

.card-header .collapse {
    color: #000
}

.expand::after {
    content: '\e953'
}

.collapse::after {
    content: '\e952'
}

.card-body {
    padding: 1.3rem .5rem
}

.card {
    border: none;
    background-color: #fff
}

.accordion-simple .card {
    border-top: 1px solid #e1e1e1
}

.accordion-gutter-md .card:not(:last-child) {
    margin-bottom: 10px
}

.accordion-gutter-sm .card:not(:last-child) {
    margin-bottom: 2px
}

.accordion-plus .expand::after {
    content: '\f2c3'
}

.accordion-plus .collapse::after {
    content: '\f28f'
}

.accordion-boxed .card-header a, .accordion-boxed .card-body {
    padding-left: 2rem;
    padding-right: 2rem
}

.accordion-boxed .card-header a::after {
    right: 2.3rem
}

.accordion-border .card {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #e1e1e1
}

.accordion-border .card:last-child {
    border-bottom: 1px solid #e1e1e1
}

.accordion-background .card {
    background-color: #fff;
    border-color: #fff
}

.accordion-dropshadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12)
}

.accordion-dropshadow .card {
    background-color: #fff;
    border-color: #fff
}

.accordion-icon .card-header i {
    margin-right: 1.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 0
}

.accordion-card-bg .card {
    border: 1px solid #f2f3f5
}

.accordion-card-bg .card-header a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    background-color: #f2f3f5
}

.accordion-card-bg.accordion-primary .card {
    border: 0;
    background-color: #f2f3f5
}

.accordion-card-bg.accordion-primary .card-header a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background-color: #3377cc;
    color: #fff
}

.accordion-card-bg.accordion-primary .card-header a::after {
    color: #fff
}

.accordion-color .collapse {
    color: #000
}

.accordion-card-border .card {
    border: 1px solid #dae1e5
}

.alert-round {
    border-radius: 3px
}

.alert {
    position: relative;
    padding: 2rem;
    border: none;
    font-size: 1.5rem;
    line-height: 2.5;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 1rem;
}

.alert .btn-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.1rem;
    transform: translateY(-50%);
    margin-top: -.1rem;
    font-size: 1.5rem;
    line-height: 0
}

.alert-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: inherit;
    color: inherit
}

.btn-close {
    transition: color .3s
}

.btn-close:hover {
    color: #000
}

.aiz-notify .close {
    font-size: 2rem;
}

.aiz-notify span {
    font-size: 1.5rem;
    font-weight: normal;
    color: #222;
}

.aiz-notify .progress {
    border-radius: 1rem;
}

.alert-primary .progress-bar {
    background-color: #000;
    border-color: #000;
    color: #000
}

.alert-success .progress-bar {
    background-color: #a8c26e;
    border-color: #a8c26e;
    color: #a8c26e
}

.alert-warning .progress-bar {
    background-color: #ff0a54;
    border-color: #ff0a54;
    color: #ff0a54
}

.alert-danger .progress-bar {
    background-color: #b10001;
    border-color: #b10001;
    color: #b10001
}

.alert-black .progress-bar {
    background-color: #222;
    border-color: #222
}

.alert-black .btn-close:hover {
    color: #666
}

.alert-simple {
    background-color: transparent;
    border-style: dashed;
    border-color: #cacbcc
}

.alert-dark {
    color: #fff
}

.alert-dark .btn-close {
    color: #fff
}

.alert-icon {
    padding: 1.5rem 3.9rem 1.5rem 1.9rem
}

.alert-icon > i {
    vertical-align: middle;
    margin-right: 1.2rem;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 600
}

.alert-light.alert-primary {
    background-color: #edf4f9;
    border-color: #edf4f9
}

.alert-light.alert-danger {
    background-color: #f6d6d5;
    border-color: #f6d6d5;
    color: #6d1a17
}

.alert-light.alert-danger .btn-close {
    color: #6d1a17
}

.alert-light.alert-warning {
    background-color: #fff5eb;
    border-color: #fff5eb
}

.alert-message {
    display: block;
    padding: 1.3rem 3.9rem 1.9rem 1.9rem
}

.alert-message .btn-close {
    position: absolute;
    transform: translateY(0);
    top: 2.7rem;
    right: 2.1rem;
    font-size: 1.4rem
}

.alert-message .alert-title {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.7
}

.alert-message p {
    margin: 0;
    padding-right: 2rem;
    line-height: 1.7
}

.alert-message.alert-link p {
    color: #666
}

.alert-message.alert-link a {
    color: #000
}

.alert-message.alert-link a:hover {
    text-decoration: underline
}

.alert.alert-inline {
    padding-right: 4rem
}

.alert.alert-inline .alert-title {
    display: inline-block;
    margin: 0 0.8rem 0 0
}

.alert.alert-inline p {
    display: inline
}

.alert-btn:not(.alert-message) {
    padding: .9rem 3.9rem .9rem .9rem
}

.alert-btn .btn:not(.btn-close) {
    margin-right: 1rem;
    padding: .73em 1.61em
}

.alert-btn.alert-message p {
    margin-bottom: 1rem
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close) {
    background-color: transparent;
    padding: .7em 1.43em;
    border-width: 3px;
    color: #fff
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close):hover {
    border-color: #df7f50;
    background: #df7f50
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close) {
    color: #ff0a54;
    background-color: #fff;
    border-color: #fff
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close):hover {
    color: #fff;
    background-color: #ff0a54;
    border-color: #ff0a54
}

.alert-summary > i {
    margin-right: .9rem;
    font-size: 1.6rem;
    line-height: 1.25
}

.alert-summary ul {
    margin: 1.7rem 0 0 2.7rem;
    list-style-type: disc
}

@keyframes maskUp {
    from {
        transform: translate(0, 100%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    from {
        transform: translate(-100%, 0)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    from {
        transform: translate(0, -100%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    from {
        transform: translate(100%, 0)
    }
    to {
        transform: translate(0, 0)
    }
}

.maskUp {
    animation-name: maskUp
}

.maskRight {
    animation-name: maskRight
}

.maskDown {
    animation-name: maskDown
}

.maskLeft {
    animation-name: maskLeft
}

@keyframes fadeInUpShorter {
    from {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpShorter {
    animation-name: fadeInUpShorter
}

@keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0 0
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftShorter {
    animation-name: fadeInLeftShorter
}

@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0 0
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightShorter {
    animation-name: fadeInRightShorter
}

@keyframes fadeInDownShorter {
    from {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownShorter {
    animation-name: fadeInDownShorter
}

@keyframes blurIn {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2)
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: none
    }
}

.blurIn {
    animation-name: blurIn
}

@keyframes grayOut {
    from {
        opacity: 1;
        filter: grayscale(0)
    }
    15% {
        filter: grayscale(100%)
    }
    to {
        opacity: .0;
        filter: grayscale(100%)
    }
}

.grayOut {
    animation-name: grayOut
}

@keyframes dotPulse {
    from {
        opacity: 1;
        transform: scale(0.2)
    }
    to {
        opacity: 0;
        transform: scale(1)
    }
}

.dotPulse {
    animation-name: dotPulse;
    animation-iteration-count: infinite;
    animation-duration: 4s
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px)
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%)
    }
    to {
        filter: brightness(100%)
    }
}

.brightIn {
    animation-name: brightIn
}

.appear-animate {
    visibility: hidden;
    opacity: 0
}

.appear-animation-visible {
    visibility: visible;
    opacity: 1
}

@-webkit-keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }
    50% {
        opacity: 1
    }
}

.zoomInShorter {
    -webkit-animation-name: zoomInShorter;
    animation-name: zoomInShorter
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideZoomIn {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        transform: scale3d(1.1, 1.1, 1);
        opacity: 1
    }
}

.slideZoomIn {
    -webkit-animation-name: slideZoomIn;
    animation-name: slideZoomIn
}

@keyframes rotateStar {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem
}

.banner figure img {
    display: block;
    width: 100%;
    height: auto
}

.banner.inner-banner::before {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border: 2px solid rgba(225, 225, 225, 0.3);
    z-index: 1
}

.banner.inner-banner .banner-content {
    z-index: 2
}

.banner .banner-content {
    position: relative
}

.banner-radius {
    border-radius: 1rem;
    overflow: hidden
}

.banner-subtitle {
    letter-spacing: -.025em;
    line-height: 1
}

.banner-title, .banner-price-info {
    line-height: 1
}

.banner-fixed > .container, .banner-fixed > .container-fluid, .banner-fixed > .banner-content {
    position: absolute;
    z-index: 1
}

.banner-fixed > .container, .banner-fixed > .container-fluid {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.banner-fixed.content-middle .banner-content {
    top: 50%;
    transform: translateY(-50%)
}

.banner-fixed.content-center .banner-content {
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%)
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .intro-slider .banner img {
        height: 100%;
        width: 100%
    }
}

.video-banner {
    position: relative
}

.video-banner .btn-play {
    display: inline-block;
    line-height: 49px;
    width: 51px;
    height: 51px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    transition: background-color .3s, border-color .3s
}

.video-banner .btn-play i {
    margin-left: 4px
}

.video-banner .btn-play:hover {
    background-color: #000;
    border-color: #000
}

.banner-button-hide .banner-content {
    transition: padding .3s
}

.banner-button-hide .btn {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: .3s
}

.banner-button-hide:not(:hover) .btn {
    margin: 0;
    visibility: hidden;
    opacity: 0
}

.banner-button-hide:hover .banner-content {
    padding-bottom: 6.2rem
}

.post {
    font-family: Poppins, sans-serif
}

.post .btn i {
    margin-left: 8px
}

.post .btn i::before {
    margin: 0
}

.post .post-details > *:last-child {
    margin-bottom: 0
}

.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 4.5rem;
    height: 4.7rem;
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    font-weight: 600;
    line-height: 1;
    border-radius: .3rem
}

.post-calendar .post-day {
    display: block;
    margin-bottom: 1px;
    font-size: 1.6rem
}

.post-calendar .post-month {
    display: block;
    margin-left: 2px;
    font-size: 1rem
}

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden
}

.post-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .3s
}

.post-media .post-calendar {
    position: absolute;
    left: 2rem;
    top: 2rem
}

.post-media .owl-dots {
    bottom: 2.5rem
}

.post-media .owl-dots .owl-dot span {
    border-color: #fff;
    background-color: transparent
}

.post-media .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background-color: #fff
}

.post-details {
    padding: 2.3rem 0 2rem
}

.post-meta {
    margin-bottom: .6rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999
}

.post-meta a, .post-meta span {
    font-weight: 600;
    color: #222
}

.post-meta a {
    text-transform: capitalize
}

.post-meta a:hover {
    color: #000
}

.post-meta span {
    transition: color .3s
}

.post-meta .post-author {
    text-transform: uppercase
}

.post-meta .post-comment {
    margin-bottom: .6rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999
}

.post-meta .post-comment:hover span {
    color: inherit
}

.post-title {
    margin-bottom: .5rem;
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5
}

.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.8rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666
}

@media (min-width: 576px) {
    .post-classic .post-title {
        font-size: 2.4rem
    }
}

.post-sm .post-details {
    padding: 2.2rem .3rem 2rem
}

.post-video .post-media {
    position: relative
}

.post-video .video-play {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color .3s, opacity .3s;
    font-family: 'Font Awesome 5 Free';
    font-size: 6rem;
    color: #fff;
    cursor: pointer;
    z-index: 10
}

.post-video .video-play::before {
    content: '\f144'
}

.post-video video {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-video.playing video, .post-video.paused video {
    display: block
}

.post-video.playing .video-play, .post-video.paused .video-play {
    opacity: 0
}

.post-video.playing .video-play:before, .post-video.paused .video-play:before {
    content: '\f28b'
}

.post-video.playing .post-media, .post-video.paused .post-media {
    background-color: #000
}

.post-video.playing .post-media:hover .video-play, .post-video.paused .post-media:hover .video-play {
    opacity: 1
}

.post-video.playing img, .post-video.paused img {
    visibility: hidden
}

.post-video.paused .video-play {
    opacity: 1
}

.post-video.paused .video-play:before {
    content: '\f144'
}

.post-list {
    margin-bottom: 2rem
}

.post-list .post-details {
    padding: 2rem 0
}

.post-list img {
    min-height: 20rem;
    object-fit: cover
}

@media (min-width: 576px) {
    .post-list {
        display: flex;
        align-items: center
    }

    .post-list .post-media {
        margin-right: 2rem
    }

    .post-list .post-details, .post-list .post-media {
        width: calc(50% - 1rem)
    }
}

.post-list-xs {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: 2px
}

.post-list-xs .post-calendar {
    color: #ccc;
    border-color: #666;
    background-color: transparent
}

.post-list-xs .post-details {
    flex: 1;
    margin: 0 0 0 2rem;
    padding: 0
}

.post-list-xs .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    text-transform: none;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.69;
    color: inherit;
    white-space: normal
}

.post-list-xs .post-title:hover a {
    color: #fff
}

.post-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.post-list-sm .post-media {
    max-width: 9rem;
    flex: 0 0 9rem;
    height: 9rem
}

.post-list-sm .post-media img {
    height: 100%;
    object-fit: cover
}

.post-list-sm .post-details {
    padding: 0;
    margin-left: 1.6rem
}

.post-list-sm .post-meta {
    margin-bottom: .4rem
}

.post-list-sm .post-meta a {
    font-size: 1.3rem;
    font-weight: 400;
    color: #999
}

.post-list-sm .post-title {
    margin-bottom: 0;
    white-space: normal;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0
}

.post-col .post {
    margin: 0;
    padding: 1rem .3rem
}

.post-image-gap {
    padding: 2rem;
    background-color: #fff;
    transition: box-shadow .3s
}

.post-image-gap .post-details {
    padding-bottom: 1rem
}

.post-image-gap:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1)
}

.post-mask {
    position: relative
}

.post-mask::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .75;
    background: rgba(51, 51, 51, 0.5);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1
}

.post-mask img {
    min-height: 19rem
}

.post-mask.gradient::before {
    height: 50%;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000 100%)
}

.post-mask .post-details {
    position: absolute;
    padding: 0;
    left: 3rem;
    right: 3rem;
    bottom: 2.2rem;
    z-index: 2;
    transform: translateY(4rem);
    transition: transform .4s
}

.post-mask .post-meta {
    color: #fff
}

.post-mask .post-meta a, .post-mask .post-meta span {
    color: inherit
}

.post-mask .post-meta a {
    font-weight: 400
}

.post-mask .post-title {
    margin: 0;
    text-transform: none;
    line-height: 1.32;
    color: #fff
}

.post-mask .post-title a:hover {
    color: #fff
}

.post-mask .btn-link {
    margin-top: 1.5rem;
    opacity: 0;
    transition: opacity .4s
}

.post-mask:hover .post-media a::before {
    opacity: .1
}

.post-mask:hover .post-details {
    transform: translateY(0)
}

.post-mask:hover .btn-link {
    opacity: 1
}

.post-frame {
    padding: 2rem 2rem 0;
    box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.05)
}

.post-frame .post-details {
    padding: 2.2rem 0 2rem
}

.post-frame .post-content {
    margin-bottom: 1.8rem;
    line-height: 1.72
}

ul.blog-filters {
    padding-top: 4rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    border-top: 1px solid #e1e1e1
}

ul.blog-filters li {
    margin-right: 2rem;
    margin-left: 2rem
}

ul.blog-filters .nav-filter {
    letter-spacing: 0
}

.blog-filters span {
    margin-left: .8rem;
    color: #aaa
}

.blog-filters li {
    padding: 0;
    margin-right: .8rem;
    line-height: 2.143;
    border-bottom: 2px solid transparent
}

.blog-filters a.nav-filter {
    border-width: 2px
}


/*.btn {*/
/*    display: inline-block;*/
/*    border: 2px solid #e4eaec;*/
/*    background-color: #e4eaec;*/
/*    color: #222;*/
/*    outline: 0;*/
/*    padding: 1.22em 2.78em;*/
/*    font-weight: 700;*/
/*    font-size: 1.4rem;*/
/*    font-family: iranyekan, Poppins, sans-serif;*/
/*    letter-spacing: 0;*/
/*    line-height: 1.2;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;*/
/*    white-space: nowrap;*/
/*    cursor: pointer;*/
/*}*/

/*.btn:hover, .btn:active, .btn:focus {*/
/*    color: #222;*/
/*    border-color: #cfdadd;*/
/*    background-color: #cfdadd*/
/*}*/

.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: .4rem;
    line-height: 0;
    font-size: 1.9rem
}

.btn i::before {
    margin: 0
}

.btn-solid {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.btn-solid:hover, .btn-solid:active, .btn-solid:focus {
    border-color: #222;
    background-color: #222;
    color: #fff
}

.btn-outline {
    border: 2px solid #e4eaec;
    color: #666;
    background-color: transparent
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
    border-color: #666;
    background-color: #666;
    color: #fff
}

.btn-outline.btn-outline-light {
    padding: 1.07em 2.21em;
    border-width: 1px
}

.btn-outline.btn-bg {
    color: #fff
}

.btn-icon-left i, .btn-icon-right i, .btn-reveal-left i, .btn-reveal-right i {
    line-height: 0
}

.btn-icon-right {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon-right i {
    margin-left: .7rem
}

.btn-icon-left {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon-left i {
    margin-right: .7rem;
    margin-left: 0
}

.btn-reveal-left i {
    opacity: 0;
    margin-left: -1em;
    transform: translateX(0.5em);
    margin-right: 0;
    transition: transform .3s, opacity .3s, margin .3s
}

.btn-reveal-left:hover i, .btn-reveal-left:active i, .btn-reveal-left:focus i {
    opacity: 1;
    margin-left: 0;
    transform: translateX(0);
    margin-right: .7rem
}

.btn-reveal-right i {
    opacity: 0;
    margin-right: -1em;
    transform: translateX(-0.5em);
    margin-left: 0;
    transition: transform .3s, opacity .3s, margin .3s
}

.btn-reveal-right:hover i, .btn-reveal-right:active i, .btn-reveal-right:focus i {
    opacity: 1;
    margin-left: .7rem;
    transform: translateX(0);
    margin-right: 0
}

.btn-slide-left:hover i, .btn-slide-left:active i, .btn-slide-left:focus i {
    animation: .5s ease slideLeft
}

.btn-slide-right:hover i, .btn-slide-right:active i, .btn-slide-right:focus i {
    animation: .5s ease slideRight
}

.btn-slide-up:hover i, .btn-slide-up:active i, .btn-slide-up:focus i {
    animation: .5s ease slideUp
}

.btn-slide-down:hover i, .btn-slide-down:active i, .btn-slide-down:focus i {
    animation: .5s ease slideDown
}

.btn-infinite:hover i {
    animation-iteration-count: infinite
}

@keyframes slideLeft {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-0.5em)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(0.5em)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-0.5em)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(0.5em)
    }
    100% {
        transform: translateY(0)
    }
}

.btn-shadow-lg {
    box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.15)
}

.btn-shadow-lg:hover, .btn-shadow-lg:active, .btn-shadow-lg:focus {
    box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.2)
}

.btn-shadow {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.15)
}

.btn-shadow:hover, .btn-shadow:active, .btn-shadow:focus {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2)
}

.btn-shadow-sm {
    box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.15)
}

.btn-shadow-sm:hover, .btn-shadow-sm:active, .btn-shadow-sm:focus {
    box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.2)
}

.btn-underline:hover::after, .btn-underline:active::after, .btn-underline:focus::after {
    transform: scaleX(1)
}

.btn-underline::after {
    display: block;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 2px;
    border: 1px solid;
    transform: scaleX(0);
    transition: transform .3s;
    content: ''
}

.btn-underline i {
    margin-bottom: 2px
}

.btn-underline.btn-underline-visible::after {
    transform: scaleX(1)
}

.btn-underline.btn-underline-width-sm::after {
    height: 1px;
    border-bottom: 0
}

.btn-underline.sm::after {
    width: 46%
}

.btn-underline.lg::after {
    margin-left: -16.5%;
    margin-right: -16.5%;
    width: 133%
}

.btn-link {
    padding: 0;
    color: #222;
    border: 0;
    background-color: transparent
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    background-color: transparent;
    text-decoration: none;
}

.btn-disabled {
    cursor: not-allowed;
    background-color: #e4eaec !important;
    color: #999 !important;
    border-color: #e4eaec !important;
    box-shadow: none !important
}

.btn-disabled::before, .btn-disabled::after {
    content: none !important
}

.btn.btn-rounded {
    border-radius: 0.8rem;
}

.btn.btn-rounded::before, .btn.btn-rounded::after {
    border-radius: 0.8rem;
}

.btn.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.btn.btn-lg {
    padding: 1.5em 3.42em
}

.btn.btn-md {
    padding: 1.07em 2.15em;
    font-size: 1.3rem
}

.btn.btn-sm {
    padding: 0.92em 1.61em;
    font-size: 1.3rem
}

.btn.btn-link {
    padding: 0
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn.btn-link {
        overflow: visible
    }
}

.btn-primary {
    color: #fff;
    border-color: #000;
    background-color: #000;
    border-radius:8px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: #222222;
    background-color: #222222
}

.btn-primary.btn-solid {
    color: #000;
    border-color: #fff;
    background-color: #fff
}

.btn-primary.btn-solid:hover, .btn-primary.btn-solid:active, .btn-primary.btn-solid:focus {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.btn-primary.btn-outline {
    color: #000;
    border-color: #000;
    background-color: transparent
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
    background-color: #000;
    color: #fff
}

.btn-primary.btn-link {
    background-color: transparent;
    color: #000
}

.btn-primary.btn-link:hover, .btn-primary.btn-link:active, .btn-primary.btn-link:focus {
    color: #222
}

.btn-primary.btn-underline:hover, .btn-primary.btn-underline:active, .btn-primary.btn-underline:focus {
    color: #000
}

.btn-secondary {
    color: #fff;
    border-color: #ff0a54;
    background-color: #ff0a54
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: #fff;
    border-color: #d98568;
    background-color: #d98568
}

.btn-secondary.btn-solid {
    color: #ff0a54;
    border-color: #fff;
    background-color: #fff
}

.btn-secondary.btn-solid:hover, .btn-secondary.btn-solid:active, .btn-secondary.btn-solid:focus {
    border-color: #ff0a54;
    background-color: #ff0a54;
    color: #fff
}

.btn-secondary.btn-outline {
    color: #ff0a54;
    border-color: #ff0a54;
    background-color: transparent
}

.btn-secondary.btn-outline:hover, .btn-secondary.btn-outline:active, .btn-secondary.btn-outline:focus {
    background-color: #ff0a54;
    color: #fff
}

.btn-secondary.btn-link {
    background-color: transparent;
    color: #ff0a54
}

.btn-secondary.btn-link:hover, .btn-secondary.btn-link:active, .btn-secondary.btn-link:focus {
    color: #222
}

.btn-secondary.btn-underline:hover, .btn-secondary.btn-underline:active, .btn-secondary.btn-underline:focus {
    color: #ff0a54
}

.btn-alert {
    color: #fff;
    border-color: #b10001;
    background-color: #b10001
}

.btn-alert:hover, .btn-alert:active, .btn-alert:focus {
    color: #fff;
    border-color: #d50001;
    background-color: #d50001
}

.btn-alert.btn-solid {
    color: #b10001;
    border-color: #fff;
    background-color: #fff
}

.btn-alert.btn-solid:hover, .btn-alert.btn-solid:active, .btn-alert.btn-solid:focus {
    border-color: #b10001;
    background-color: #b10001;
    color: #fff
}

.btn-alert.btn-outline {
    color: #b10001;
    border-color: #b10001;
    background-color: transparent
}

.btn-alert.btn-outline:hover, .btn-alert.btn-outline:active, .btn-alert.btn-outline:focus {
    background-color: #b10001;
    color: #fff
}

.btn-alert.btn-link {
    background-color: transparent;
    color: #b10001
}

.btn-alert.btn-link:hover, .btn-alert.btn-link:active, .btn-alert.btn-link:focus {
    color: #222
}

.btn-alert.btn-underline:hover, .btn-alert.btn-underline:active, .btn-alert.btn-underline:focus {
    color: #b10001
}

/*.btn-success {*/
/*    color: #fff;*/
/*    border-color: #a8c26e;*/
/*    background-color: #a8c26e*/
/*}*/

/*.btn-success:hover, .btn-success:active, .btn-success:focus {*/
/*    color: #fff;*/
/*    border-color: #b7cd87;*/
/*    background-color: #b7cd87*/
/*}*/

.btn-success.btn-solid {
    color: #a8c26e;
    border-color: #fff;
    background-color: #fff
}

.btn-success.btn-solid:hover, .btn-success.btn-solid:active, .btn-success.btn-solid:focus {
    border-color: #a8c26e;
    background-color: #a8c26e;
    color: #fff
}

.btn-success.btn-outline {
    color: #a8c26e;
    border-color: #a8c26e;
    background-color: transparent
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:active, .btn-success.btn-outline:focus {
    background-color: #a8c26e;
    color: #fff
}

.btn-success.btn-link {
    background-color: transparent;
    color: #a8c26e
}

.btn-success.btn-link:hover, .btn-success.btn-link:active, .btn-success.btn-link:focus {
    color: #222
}

.btn-success.btn-underline:hover, .btn-success.btn-underline:active, .btn-success.btn-underline:focus {
    color: #a8c26e
}

.btn-dark {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #fff;
    border-color: #343434;
    background-color: #343434
}

.btn-dark.btn-solid {
    color: #222;
    border-color: #fff;
    background-color: #fff
}

.btn-dark.btn-solid:hover, .btn-dark.btn-solid:active, .btn-dark.btn-solid:focus {
    border-color: #222;
    background-color: #222;
    color: #fff
}

.btn-dark.btn-outline {
    color: #222;
    border-color: #222;
    background-color: transparent
}

.btn-dark.btn-outline:hover, .btn-dark.btn-outline:active, .btn-dark.btn-outline:focus {
    background-color: #222;
    color: #fff
}

.btn-dark.btn-link {
    background-color: transparent;
    color: #222
}

.btn-dark.btn-link:hover, .btn-dark.btn-link:active, .btn-dark.btn-link:focus {
    color: #222
}

.btn-dark.btn-underline:hover, .btn-dark.btn-underline:active, .btn-dark.btn-underline:focus {
    color: #222
}

.btn-white {
    color: #222;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.btn-white.btn-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-white.btn-outline:hover, .btn-white.btn-outline:active, .btn-white.btn-outline:focus {
    color: #000;
    background-color: #fff
}

.btn-white.btn-link {
    color: #fff;
    background-color: transparent
}

.btn-white.btn-link:hover, .btn-white.btn-link:active, .btn-white.btn-link:focus {
    color: #fff;
    background-color: transparent
}

.category {
    position: relative;
    font-size: 1rem
}

.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.category .category-name {
    margin-bottom: .3rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    text-transform: capitalize
}

.category .category-name a {
    color: inherit
}

.category .category-count {
    font-size: 1.2rem;
    line-height: 1.2
}

.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background .3s
}

.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    height: 5.2rem;
    border-radius: 8px;
    overflow: hidden
}

.category-absolute .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform .3s, opacity .3s;
    line-height: 1
}

.category-absolute .category-content:hover .btn {
    transform: translateY(0);
    opacity: 1
}

.category-default .category-content {
    background-color: #fff
}

.category-default .category-name, .category-light .category-name {
    margin-bottom: 0;
    color: #222;
    letter-spacing: -.025em
}

.category-default1 .category-content {
    background-color: #fff;
    color: #222
}

.category-default1 .category-name {
    margin: 0
}

.category-default1:hover .category-content {
    background-color: #000;
    color: #fff
}

.category-light .category-name {
    padding: 1.8rem 3.9rem;
    background-color: #fff;
    border-radius: .3rem;
    transition: background-color .3s, padding .3s
}

.category-light .category-name a {
    position: relative;
    transition: padding .3s
}

.category-light .category-name a::after {
    content: '\e97f';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "siamod";
    font-size: 1.6rem;
    font-weight: 400;
    opacity: 0;
    transition: opacity .3s
}

.category-light:hover .category-name {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    background-color: #000;
    color: #fff
}

.category-light:hover .category-name a {
    padding-right: 2.3rem
}

.category-light:hover .category-name a::after {
    opacity: 1
}

.category-icon {
    padding: 2.6rem .5rem;
    border: 1px solid #e1e1e1;
    color: #222;
    text-align: center;
    transition: border .3s;
    border-radius: .3rem
}

.category-icon i {
    margin-bottom: 1.3rem;
    font-size: 4.2rem;
    color: #666;
    transition: transform .3s
}

.category-icon .category-name {
    margin: 0;
    color: #222
}

.category-icon:hover i {
    transform: translateY(-4px)
}

.category-icon:hover .category-content {
    background: transparent
}

.category-icon-inline {
    display: inline-flex;
    align-items: center
}

.category-icon-inline .category-media {
    font-size: 3.2rem;
    line-height: 1;
    color: #444;
    transition: color .3s
}

.category-icon-inline .category-media i {
    margin-right: .8rem
}

.category-icon-inline .category-media svg {
    display: block;
    margin-right: 1rem;
    width: 3.5rem;
    height: 3.9rem;
    stroke: #444;
    fill: #444;
    transition: stroke .3s
}

.category-icon-inline .category-name {
    margin: 0;
    text-transform: none;
    text-align: left;
    font-size: 1.3rem;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.08;
    color: inherit;
    transition: color .3s
}

.category-icon-inline:hover .category-media, .category-icon-inline:hover .category-name {
    color: #000
}

.category-icon-inline:hover svg {
    stroke: #000;
    fill: #000
}

.category-icon-inline:hover i, .category-icon-inline:hover svg {
    animation: slideUpShorter .6s
}

@keyframes slideUpShorter {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-4px)
    }
    100% {
        transform: translateY(0)
    }
}

.ellipse-section .owl-stage-outer {
    padding: 5rem;
    margin: -5rem
}

.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    padding: 1.2rem;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    text-align: center
}

.category-ellipse img {
    transform: rotateZ(-10deg) translateX(-14px);
    transition: transform .3s
}

.category-ellipse .category-content {
    padding-top: 2rem
}

.category-ellipse .category-name {
    letter-spacing: -.025em;
    color: #222
}

.category-ellipse .category-name:hover {
    color: #000
}

.category-ellipse .category-count {
    text-transform: uppercase
}

.category-ellipse:hover img {
    transform: rotateZ(0) translateX(0)
}

.category-classic .category-content {
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(38, 38, 38, 0.9);
    height: 25%;
    color: #fff;
    border-radius: 0
}

.category-classic .category-name {
    margin-bottom: 0;
    text-transform: uppercase
}

.category-classic .category-count {
    display: block;
    opacity: 0;
    line-height: 0;
    visibility: hidden;
    transition: opacity .3s, line-height .3s, visibility .3s, padding .3s
}

.category-classic:hover .category-count {
    visibility: visible;
    line-height: 1.2;
    opacity: 1;
    padding-top: 4px
}

.category-group-image, .category-group-icon {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: .3rem
}

.category-group-image > *, .category-group-icon > * {
    flex: 1
}

.category-group-image li:not(:last-child), .category-group-icon li:not(:last-child) {
    margin-bottom: .9rem
}

.category-group-image {
    color: #666
}

.category-group-image .category-content {
    position: static;
    padding: 2.3rem 0;
    background: transparent;
    text-align: left;
    align-items: flex-start
}

.category-group-image .category-name {
    margin-bottom: 1.5rem;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    letter-spacing: -.01em
}

.category-group-image .category-list {
    font-size: 1.3rem;
    line-height: 1.2
}

.category-group-image .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration .3s
}

.category-group-image .category-list a:hover {
    color: #222;
    text-decoration: underline
}

.category-group-image .category-list a:active {
    color: #000
}

.category-group-image:hover .category-name {
    margin-bottom: 1.5rem
}

.category-group-image:hover .category-content {
    background: transparent
}

.category-group-icon {
    display: flex;
    align-items: center;
    border: 0;
    color: #fff
}

.category-group-icon > * {
    flex: 1
}

.category-group-icon .category-media {
    text-align: center
}

.category-group-icon .category-media i {
    display: inline-block;
    font-size: 6.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8rem;
    line-height: 1;
    transition: transform .3s;
    color: #fff
}

.category-group-icon > a {
    padding-right: 1rem
}

.category-group-icon > a:hover i {
    transform: translateY(-0.5rem)
}

.category-group-icon .category-content {
    padding: 28px 0px 28px 10px;
    background: transparent;
    text-align: left;
    align-items: flex-start
}

.category-group-icon .category-name {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -.025em;
    text-transform: uppercase;
    color: #fff
}

.category-group-icon .category-list {
    font-size: 1.3rem;
    line-height: 1.2
}

.category-group-icon .category-list li {
    white-space: nowrap
}

.category-group-icon .category-list li::before {
    content: '\f105';
    padding-right: .8rem;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff
}

.category-group-icon .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration .3s
}

.category-group-icon .category-list a:hover {
    color: inherit;
    text-decoration: underline
}

.category-group-icon:hover .category-name {
    margin-bottom: 0
}

.category-group-icon:hover .category-content {
    background: transparent
}

.category-banner {
    overflow: hidden;
    color: #222
}

.category-banner.text-white {
    color: #fff
}

.category-banner.text-white .btn {
    color: #fff
}

.category-banner .category-content {
    top: 4.5rem;
    left: 5rem;
    bottom: auto;
    width: auto;
    height: auto;
    align-items: flex-start;
    z-index: 1;
    background-color: transparent;
    transition: top .3s, padding .3s
}

.category-banner .category-name {
    text-transform: none;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: -.025em
}

.category-banner .category-count {
    visibility: visible;
    opacity: 1;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: color .3s;
    z-index: 1
}

.category-banner .btn {
    top: auto;
    right: auto;
    transform: none
}

.category-banner:hover .category-content {
    top: 3rem;
    padding-bottom: 3rem;
    background-color: transparent
}

.category-banner:hover .btn {
    opacity: 1
}

.category-badge .category-content {
    padding: 1.4rem 4rem;
    left: 2rem;
    right: auto;
    bottom: 2rem;
    background-color: #fff
}

.category-badge .category-name {
    font-weight: 700;
    letter-spacing: .007em;
    color: #222
}

.category-overlay .category-content {
    align-items: center;
    width: 100%
}

.category-overlay .category-count {
    padding: 0;
    line-height: 0;
    opacity: 0;
    transform: translateY(-1rem);
    transition: transform .3s, opacity .3s, line-height .3s, padding .3s
}

.category-overlay .category-name {
    margin: 0
}

.category-overlay:hover .category-content {
    padding: 0;
    top: 50%
}

.category-overlay:hover .category-count {
    padding-top: 1rem;
    transform: translateY(0);
    opacity: 1
}

.category-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.7rem;
    padding: 1.5rem;
    color: #fff;
    background-color: #333;
    transition: background-color .3s
}

.category-block .category-name {
    margin: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.7rem;
    text-transform: none
}

.category-block:hover {
    background-color: #000
}

.category-block:hover .category-name {
    color: #fff
}

.comments {
    padding: 6rem 0;
    border-top: 1px solid #ebebeb
}

.comments ul ul {
    margin-left: 6rem;
    padding-top: 4.5rem
}

.comments li {
    margin-bottom: 4.5rem
}

.comments li:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 575px) {
    .comments ul ul {
        margin-left: 3rem
    }
}

.comment {
    position: relative;
    display: flex;
    align-items: flex-start
}

.comment p:last-child {
    margin-bottom: 0
}

.comment-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.8rem 0 0 2.5rem
}

.comment-reply {
    color: #777;
    position: absolute;
    right: 0;
    top: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.01em;
    padding-bottom: .5rem;
    transition: color .3s, box-shadow .3s
}

.comment-reply:hover, .comment-reply:focus {
    color: #000;
    box-shadow: 0 2px 0 #000
}

.comment-media {
    max-width: 6rem;
    flex: 0 0 6rem;
    height: 6rem;
    overflow: hidden
}

.comment-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comment-user {
    margin-bottom: 1rem
}

.comment-user h4 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0
}

.comment-user h4 a:hover, .comment-user h4 a:focus {
    color: #000
}

.comment-user h4 span {
    display: block
}

.comment-date {
    display: block;
    margin-bottom: .5rem;
    font-size: 1.3rem;
    color: #999;
    line-height: 1
}

.reply .form-control {
    max-width: 100%;
    color: #999;
    border-color: #e1e1e1;
    background: #fff;
    border-radius: .3rem
}

.reply p {
    font-size: 1.3rem
}

.count-to {
    display: inline-block;
    margin-bottom: 1.6rem;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.064em;
    line-height: 1
}

.count-to::after {
    content: '+'
}

.count-title {
    margin-bottom: .7rem;
    font-size: 2rem
}

.element-section {
    padding: 10.5rem 0 13.5rem;
    background-color: #F3F6F9
}

.element-section p {
    font-size: 1.6rem;
    line-height: 1.4
}

.element-section .title {
    font-size: 4rem
}

.elements > div {
    margin-bottom: 3rem;
    transition: transform .3s
}

.elements > div > a {
    display: block
}

.elements > div .element-accordian .element-img {
    background-position: calc(-180px * (1 - 1)) 0
}

.elements > div .element-accordian .element-hover-img {
    background-position: calc(-180px * 1 + 90px) 0
}

.elements > div .element-banner .element-img {
    background-position: calc(-180px * (2 - 1)) 0
}

.elements > div .element-banner .element-hover-img {
    background-position: calc(-180px * 2 + 90px) 0
}

.elements > div .element-blog .element-img {
    background-position: calc(-180px * (3 - 1)) 0
}

.elements > div .element-blog .element-hover-img {
    background-position: calc(-180px * 3 + 90px) 0
}

.elements > div .element-button .element-img {
    background-position: calc(-180px * (4 - 1)) 0
}

.elements > div .element-button .element-hover-img {
    background-position: calc(-180px * 4 + 90px) 0
}

.elements > div .element-cta .element-img {
    background-position: calc(-180px * (5 - 1)) 0
}

.elements > div .element-cta .element-hover-img {
    background-position: calc(-180px * 5 + 90px) 0
}

.elements > div .element-icon-box .element-img {
    background-position: calc(-180px * (6 - 1)) 0
}

.elements > div .element-icon-box .element-hover-img {
    background-position: calc(-180px * 6 + 90px) 0
}

.elements > div .element-portfolio .element-img {
    background-position: calc(-180px * (7 - 1)) 0
}

.elements > div .element-portfolio .element-hover-img {
    background-position: calc(-180px * 7 + 90px) 0
}

.elements > div .element-category .element-img {
    background-position: calc(-180px * (8 - 1)) 0
}

.elements > div .element-category .element-hover-img {
    background-position: calc(-180px * 8 + 90px) 0
}

.elements > div .element-product .element-img {
    background-position: calc(-180px * (9 - 1)) 0
}

.elements > div .element-product .element-hover-img {
    background-position: calc(-180px * 9 + 90px) 0
}

.elements > div .element-tab .element-img {
    background-position: calc(-180px * (10 - 1)) 0
}

.elements > div .element-tab .element-hover-img {
    background-position: calc(-180px * 10 + 90px) 0
}

.elements > div .element-testimonial .element-img {
    background-position: calc(-180px * (11 - 1)) 0
}

.elements > div .element-testimonial .element-hover-img {
    background-position: calc(-180px * 11 + 90px) 0
}

.elements > div .element-title .element-img {
    background-position: calc(-180px * (12 - 1)) 0
}

.elements > div .element-title .element-hover-img {
    background-position: calc(-180px * 12 + 90px) 0
}

.elements > div .element-typography .element-img {
    background-position: calc(-180px * (13 - 1)) 0
}

.elements > div .element-typography .element-hover-img {
    background-position: calc(-180px * 13 + 90px) 0
}

.elements > div .element-video .element-img {
    background-position: calc(-180px * (14 - 1)) 0
}

.elements > div .element-video .element-hover-img {
    background-position: calc(-180px * 14 + 90px) 0
}

.elements > div .element-icon .element-img {
    background-position: calc(-180px * (15 - 1)) 0
}

.elements > div .element-icon .element-hover-img {
    background-position: calc(-180px * 15 + 90px) 0
}

.elements > div:hover {
    transform: scale(1.3);
    z-index: 1
}

.element {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.4rem 0 2.6rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
    transition: transform .3s
}

.element svg {
    fill: #666
}

.element.element-icon svg {
    margin-top: -1.1rem
}

.element .element-img {
    width: 90px;
    height: 70px;
    background-image: url(../images/elements.png);
    background-repeat: no-repeat;
    transition: opacity .3s, visibility .3s
}

.element .element-hover-img {
    position: absolute;
    width: 90px;
    height: 70px;
    left: 50%;
    top: 1.2rem;
    background-image: url(../images/elements.png);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s
}

.element p {
    margin: 1.4rem 0 0;
    text-align: center;
    color: #222;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.element:hover .element-img, .element.active .element-img {
    opacity: 0;
    visibility: hidden
}

.element:hover .element-hover-img, .element.active .element-hover-img {
    opacity: 1;
    visibility: visible
}

@media (max-width: 575px) {
    .element-section .element-type {
        max-width: 30rem;
        margin: 0 auto
    }

    .elements > div:hover {
        transform: scale(1.05)
    }
}

@font-face {
    font-family: 'siamod';
    src: url("../fonts/siamod115b.eot?5gap68");
    src: url("../fonts/siamod115b.eot?5gap68#iefix") format("embedded-opentype"), url("../fonts/siamod115b.ttf?5gap68") format("truetype"), url("../fonts/siamod115b.woff?5gap68") format("woff"), url("../fonts/siamod115b.html?5gap68#siamod") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="d-icon-"], [class*=" d-icon-"] {
    display: inline-block;
    line-height: 1
}

[class^="d-icon-"]::before, [class*=" d-icon-"]::before {
    font-family: 'siamod' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.d-icon-truck:before {
    content: "\e900"
}

.d-icon-service:before {
    content: "\e901"
}

.d-icon-secure:before {
    content: "\e902"
}

.d-icon-lock:before {
    content: "\e903"
}

.d-icon-percent:before {
    content: "\e904"
}

.d-icon-layer:before {
    content: "\e905"
}

.d-icon-alert:before {
    content: "\e906"
}

.d-icon-database:before {
    content: "\e907"
}

.d-icon-money:before {
    content: "\e908"
}

.d-icon-shoppingbag:before {
    content: "\e909"
}

.d-icon-t-shirt1:before {
    content: "\e90a"
}

.d-icon-t-shirt2:before {
    content: "\e90b"
}

.d-icon-hat:before {
    content: "\e90c"
}

.d-icon-officebag:before {
    content: "\e90d"
}

.d-icon-handbag:before {
    content: "\e90e"
}

.d-icon-backpack:before {
    content: "\e90f"
}

.d-icon-shoes:before {
    content: "\e910"
}

.d-icon-pillow:before {
    content: "\e911"
}

.d-icon-dress:before {
    content: "\e912"
}

.d-icon-loungewear:before {
    content: "\e913"
}

.d-icon-desktop:before {
    content: "\e914"
}

.d-icon-laptop:before {
    content: "\e915"
}

.d-icon-gamepad1:before {
    content: "\e916"
}

.d-icon-wireless:before {
    content: "\e917"
}

.d-icon-projector:before {
    content: "\e918"
}

.d-icon-drone1:before {
    content: "\e919"
}

.d-icon-drone2:before {
    content: "\e91a"
}

.d-icon-radio:before {
    content: "\e91b"
}

.d-icon-battery:before {
    content: "\e91c"
}

.d-icon-plugin:before {
    content: "\e91d"
}

.d-icon-memory:before {
    content: "\e91e"
}

.d-icon-ball:before {
    content: "\e91f"
}

.d-icon-basketball1:before {
    content: "\e920"
}

.d-icon-babycare:before {
    content: "\e921"
}

.d-icon-card:before {
    content: "\e922"
}

.d-icon-gamepad2:before {
    content: "\e923"
}

.d-icon-camera1:before {
    content: "\e924"
}

.d-icon-camera2:before {
    content: "\e925"
}

.d-icon-babywear:before {
    content: "\e926"
}

.d-icon-abacus:before {
    content: "\e927"
}

.d-icon-pot:before {
    content: "\e928"
}

.d-icon-freezer:before {
    content: "\e929"
}

.d-icon-cook:before {
    content: "\e92a"
}

.d-icon-student:before {
    content: "\e92b"
}

.d-icon-category:before {
    content: "\e92c"
}

.d-icon-basketball2:before {
    content: "\e92d"
}

.d-icon-watch:before {
    content: "\e92e"
}

.d-icon-tcard:before {
    content: "\e92f"
}

.d-icon-heartbeat:before {
    content: "\e930"
}

.d-icon-watch-round:before {
    content: "\e931"
}

.d-icon-washbowl:before {
    content: "\e932"
}

.d-icon-bridge-lamp:before {
    content: "\e933"
}

.d-icon-lamp:before {
    content: "\e934"
}

.d-icon-sofa:before {
    content: "\e935"
}

.d-icon-sofa2:before {
    content: "\e936"
}

.d-icon-bed:before {
    content: "\e937"
}

.d-icon-table:before {
    content: "\e938"
}

.d-icon-table-lamp:before {
    content: "\e939"
}

.d-icon-table-tv:before {
    content: "\e93a"
}

.d-icon-mirror:before {
    content: "\e93b"
}

.d-icon-volume:before {
    content: "\e93c"
}

.d-icon-bars2:before {
    content: "\e93d"
}

.d-icon-bars:before {
    content: "\e93e"
}

.d-icon-phone:before {
    content: "\e93f"
}

.d-icon-user:before {
    content: "\e940"
}

.d-icon-search:before {
    content: "\e941"
}

.d-icon-bag:before {
    content: "\e942"
}

.d-icon-map:before {
    content: "\e943"
}

.d-icon-info:before {
    content: "\e944"
}

.d-icon-refresh:before {
    content: "\e945"
}

.d-icon-left-arrow:before {
    content: "\e946"
}

.d-icon-right-arrow:before {
    content: "\e947"
}

.d-icon-down-arrow:before {
    content: "\e948"
}

.d-icon-up-arrow:before {
    content: "\e949"
}

.d-icon-ruler:before {
    content: "\e94a"
}

.d-icon-zoom:before {
    content: "\e94b"
}

.d-icon-right-circle:before {
    content: "\e94c"
}

.d-icon-left-circle:before {
    content: "\e94d"
}

.d-icon-up-circle:before {
    content: "\e94e"
}

.d-icon-down-circle:before {
    content: "\e94f"
}

.d-icon-angle-right:before {
    content: "\e950"
}

.d-icon-angle-left:before {
    content: "\e951"
}

.d-icon-angle-up:before {
    content: "\e952"
}

.d-icon-angle-down:before {
    content: "\e953"
}

.d-icon-star:before {
    content: "\e954"
}

.d-icon-star-full:before {
    content: "\e955"
}

.d-icon-heart:before {
    content: "\e956"
}

.d-icon-heart-full:before {
    content: "\e957"
}

.d-icon-close:before {
    content: "\e958"
}

.d-icon-play-circle:before {
    content: "\e959"
}

.d-icon-home:before {
    content: "\e95a"
}

.d-icon-filter-2:before {
    content: "\e95b"
}

.d-icon-switch:before {
    content: "\e95c"
}

.d-icon-switch-left-on:before {
    content: "\e95d"
}

.d-icon-switch-right-on:before {
    content: "\e95e"
}

.d-icon-filter-3:before {
    content: "\e95f"
}

.d-icon-check:before {
    content: "\e960"
}

.d-icon-alert-solid:before {
    content: "\e961"
}

.d-icon-headphone:before {
    content: "\e962"
}

.d-icon-mode-grid:before {
    content: "\e80e"
}

.d-icon-mode-list:before {
    content: "\e80f"
}

.d-icon-cancel:before {
    content: "\e82c"
}

.d-icon-instagram:before {
    content: "\f16d"
}

.d-icon-solid-check:before {
    content: "\f17c"
}

.d-icon-play-solid:before {
    content: "\f2bf"
}

.d-icon-mobile:before {
    content: "\f294"
}

.d-icon-minus:before {
    content: "\f28f"
}

.d-icon-plus:before {
    content: "\f2c3"
}

.d-icon-wifi:before {
    content: "\f37d"
}

.d-icon-times:before {
    content: "\f343"
}

.d-icon-times-circle:before {
    content: "\f345"
}

.d-icon-random:before {
    content: "\f2d1"
}

.d-icon-th-list:before {
    content: "\f33c"
}

.d-icon-rocket:before {
    content: "\f2e4"
}

.d-icon-map-marker:before {
    content: "\f27e"
}

.d-icon-birthday-cake:before {
    content: "\f147"
}

.d-icon-gift:before {
    content: "\f213"
}

.d-icon-female:before {
    content: "\f1de"
}

.d-icon-clock:before {
    content: "\f190"
}

.d-icon-comments:before {
    content: "\e97b"
}

.d-icon-rotate-left:before {
    content: "\f2e2"
}

.d-icon-rotate-right:before {
    content: "\f2e3"
}

.d-icon-reading:before {
    content: "\e963"
}

.d-icon-feeder:before {
    content: "\e964"
}

.d-icon-birthday-cake2:before {
    content: "\e965"
}

.d-icon-skirt:before {
    content: "\e966"
}

.d-icon-toy:before {
    content: "\e967"
}

.d-icon-butterfly:before {
    content: "\e968"
}

.d-icon-babycare2:before {
    content: "\e96a"
}

.d-icon-butterfly2:before {
    content: "\e96b"
}

.d-icon-dinner-set:before {
    content: "\e96c"
}

.d-icon-ball2:before {
    content: "\e96d"
}

.d-icon-apple:before {
    content: "\e96e"
}

.d-icon-icecream:before {
    content: "\e96f"
}

.d-icon-cake:before {
    content: "\e970"
}

.d-icon-meat:before {
    content: "\e971"
}

.d-icon-bread:before {
    content: "\e972"
}

.d-icon-cocktail:before {
    content: "\e973"
}

.d-icon-food:before {
    content: "\e974"
}

.d-icon-birthday-cake3:before {
    content: "\e975"
}

.d-icon-cash:before {
    content: "\e976"
}

.d-icon-service2:before {
    content: "\e977"
}

.d-icon-car:before {
    content: "\e978"
}

.d-icon-ball3:before {
    content: "\e979"
}

.d-icon-compare:before {
    content: "\e97a"
}

.d-icon-jar:before {
    content: "\e97b"
}

.d-icon-radish:before {
    content: "\e97c"
}

.d-icon-arrow-down:before {
    content: "\e97d"
}

.d-icon-arrow-left:before {
    content: "\e97e"
}

.d-icon-arrow-right:before {
    content: "\e97f"
}

.d-icon-arrow-up:before {
    content: "\e980"
}

.d-icon-earth:before {
    content: "\e981"
}

.d-icon-long-arrow-left:before {
    content: "\e982"
}

.d-icon-long-arrow-right:before {
    content: "\e983"
}

.d-icon-long-arrow-down:before {
    content: "\e984"
}

.d-icon-long-arrow-up:before {
    content: "\e985"
}

.d-icon-pill:before {
    content: "\e986"
}

.d-icon-cylinder:before {
    content: "\e987"
}

.d-icon-medical-bag:before {
    content: "\e988"
}

.d-icon-graph:before {
    content: "\e989"
}

.form .form-control {
    margin-bottom: 2rem
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: .85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border-radius: 8px;
    box-shadow: none;
    outline: 0;
    font-family: iranyekan, Poppins, sans-serif;
}

.form-control::placeholder {
    color: inherit;
    transition: color .3s
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    transition: color .3s
}

.form-control::-moz-placeholder {
    color: inherit;
    transition: color .3s
}

.form-control:focus::placeholder {
    color: transparent
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.form-control:focus::-moz-placeholder {
    color: transparent
}

.form-control.form-solid {
    background-color: #fff;
    border: 0;
    color: #8d8d8d
}

textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%
}

.custom-checkbox {
    position: absolute;
    opacity: 0
}

.custom-checkbox + label {
    display: block;
    position: relative;
    padding-left: 2.4rem;
    cursor: pointer
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    border: 1px solid #ccc;
    border-radius: 2px
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-checkbox + label::before {
        line-height: 14px
    }
}

.custom-checkbox:checked + label::before {
    content: '\f00c';
    border-color: #222;
    background: #222;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    text-align: center
}

.select-box, .select-menu {
    position: relative
}

.select-box select, .select-menu select {
    position: relative;
    max-width: 14rem;
    min-height: auto;
    width: auto;
    height: 100%;
    padding-left: 9px;
    padding-right: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: inherit;
    background-color: transparent;
    font-size: 1.2rem;
    font-family: inherit;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none
}

.select-box select:focus, .select-menu select:focus {
    outline: none
}

.select-box::before, .select-menu::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    font-size: 9px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.select-box option {
    font-size: 1.2rem
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.quantity {
    -moz-appearance: textfield;
    max-width: 48px
}

.input-group {
    display: inline-flex;
    width: 30rem;
    /*height: 4.5rem*/
}

.input-group .form-control {
    flex: 1;
    /*padding: 0;*/
    height: inherit;
    font-size: 1.4rem;
    border: solid #ccc;
    border-width: 1px;
    color: #222;
    text-align: center
}

.input-group button {
    padding: 0;
    width: 3.1rem;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    color: #222;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none
}

.custom-radio {
    position: relative
}

.custom-radio input {
    display: none
}

input[type="radio"] ~ label {
    padding-left: 2.5rem
}

input[type="radio"] ~ label::before, input[type="radio"] ~ label::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%)
}

input[type="radio"] ~ label::before {
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    border: 1px solid #cdcdcd
}

input[type="radio"] ~ label::after {
    width: .8rem;
    height: .8rem;
    left: .5rem;
    background: #666;
    opacity: 0
}

input[type="radio"]:checked ~ label::after {
    opacity: 1
}

.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 1.2rem
}

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 45px
}

.input-wrapper-inline .btn {
    line-height: 1
}

.input-wrapper-round .form-control {
    position: relative;
    border-radius: 2.4rem
}

.input-wrapper-round .btn {
    border-radius: 2.4rem;
    line-height: 1
}

.input-wrapper-round.input-wrapper-inline .form-control {
    border-radius: 2.4rem 0 0 2.4rem
}

.input-wrapper-round.input-wrapper-inline .btn {
    border-radius: 0 2.4rem 2.4rem 0
}

.form-wrapper.form-wrapper-inline {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form-wrapper.form-wrapper-inline form {
    flex: 1 1 0
}

@media (max-width: 991px) {
    .form-wrapper.form-wrapper-inline {
        display: block;
        text-align: center
    }

    .form-wrapper.form-wrapper-inline form {
        margin-left: auto;
        margin-right: auto
    }
}

.btn-absolute input.form-control {
    width: 100%;
    padding: 1rem 4rem 1rem 1.5rem;
    color: #666;
    font-size: 1.3rem
}

.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 4.3rem;
    right: 0;
    font-size: 1.7rem
}

.btn-absolute .btn:hover {
    color: #000
}

.btn-absolute .btn i {
    margin-left: 0
}

.icon-box .icon-box-title {
    margin: 0 0 .7rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: -.025em;
    line-height: 1.6
}

.icon-box p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666
}

.icon-box i::before {
    margin: 0
}

.icon-box .icon-box-content {
    text-align: center
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0;
    color: #222
}

.icon-box-icon svg {
    height: 3.4rem;
    width: 4.8rem
}

.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-box-side .icon-box-content {
    text-align: left
}

.icon-box-side .icon-box-icon {
    margin-right: 1.5rem;
    margin-bottom: 0
}

.icon-box-side .icon-box-title {
    margin: 0
}

.icon-border .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    border: 1px solid #222;
    font-size: 2.5rem
}

.icon-border svg {
    height: 2.4rem
}

.icon-inversed .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 2.5rem
}

.icon-inversed svg {
    height: 2.4rem;
    fill: white
}

.icon-solid .icon-box-icon {
    font-size: 4.8rem;
    color: #000
}

.icon-solid svg {
    width: 5.4rem;
    height: 5.4rem;
    fill: #000
}

.icon-solid.icon-box-side {
    align-items: flex-start
}

.icon-solid.icon-box-side svg {
    width: 4.8rem;
    height: 4.8rem
}

.icon-box-tiny .icon-box-icon {
    margin: 0 1rem 0 0;
    font-size: 2.8rem
}

.icon-box-tiny svg {
    height: 2.8rem;
    width: 2.8rem
}

.icon-box-tiny .icon-box-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 991px) {
    .icon-box-side {
        flex-direction: column
    }

    .icon-box-side .icon-box-icon {
        display: inline-block;
        margin: 0 0 2rem 0;
        padding: 2rem
    }

    .icon-box-side .icon-box-content {
        text-align: center
    }
}

.menu-icon {
    display: inline-block;
    color: #fff;
    width: 1.7rem
}

.menu-icon::before, .menu-icon::after {
    display: block;
    content: '';
    width: 100%
}

.menu-icon::before {
    height: 6px;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.menu-icon::after {
    height: 4px;
    border-bottom: 2px solid
}

.minicart-icon {
    display: inline-block;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    margin-top: 1px;
    border: solid 2px;
    border-radius: 2px;
    text-align: center;
    transition: background .4s, border-color .4s
}

.minicart-icon::before {
    content: '';
    position: absolute;
    top: -.75em;
    left: .585em;
    width: 1em;
    height: .5em;
    border-radius: 10px 10px 0 0;
    border: inherit;
    border-bottom: none;
    transition: transform .4s
}

.instagram {
    position: relative;
    overflow: hidden;
    border-radius: .3rem
}

.instagram a {
    display: block;
    position: relative;
    height: 100%
}

.instagram a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1
}

.instagram a::after {
    content: '\f16d';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg) scale(2);
    font-size: 3rem;
    font-family: "siamod";
    color: #fff;
    opacity: 0;
    transition: opacity .3s, transform .3s;
    z-index: 1
}

.instagram img {
    display: block;
    transition: transform .3s;
    width: 100%;
    height: auto
}

.instagram:hover a::before {
    opacity: .5
}

.instagram:hover a::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1)
}

.instagram:hover img {
    transform: scale(1.15)
}

.instagram-info .instagram-content {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s
}

.instagram-info .instagram-content i {
    display: inline-block;
    margin-right: .8rem;
    vertical-align: middle;
    font-size: 1.6rem
}

.instagram-info .instagram-content .d-icon-comments::before {
    font-size: 1em
}

.instagram-info .instagram-content a {
    display: inline-block;
    color: #fff
}

.instagram-info .instagram-content a:not(:last-child) {
    margin-right: 2rem
}

.instagram-info .instagram-content a::before {
    content: none
}

.instagram-info a::after {
    content: none
}

.instagram-info:hover .instagram-content {
    opacity: 1
}

.member {
    text-align: center;
    margin-bottom: 2rem
}

.member img {
    display: block;
    width: 100%
}

.member figure {
    position: relative;
    margin-bottom: 1.5rem
}

.member-name, .member-job {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 0
}

.member-job {
    font-size: 1.2rem;
    font-weight: 400;
    color: inherit;
    text-transform: none
}

.minipopup-area {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999
}

.minipopup-box {
    position: absolute;
    left: -8rem;
    width: 303px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity .3s, left .3s ease-out, transform .3s;
    border-radius: 1.6rem;
    z-index: 9999
}

.minipopup-box.show {
    opacity: 1;
    left: 0
}

.minipopup-box.focus {
    transform: scale(0.98) translateY(-100%)
}

.minipopup-box .product.product-cart {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-name {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 3px;
    color: #000;
    font-weight: 400
}

.minipopup-box .product.product-cart {
    margin-top: 0
}

.minipopup-box .product.product-cart .product-media {
    margin-right: 1.7rem;
    height: 9rem
}

.minipopup-box .product.product-cart .product-detail {
    margin-top: .3rem
}

.minipopup-box .product.product-cart .product-name {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.025em
}

.minipopup-box .product.product-cart .product-name:hover {
    color: #000
}

.minipopup-box .product.product-cart .product-price {
    margin-bottom: -.2rem;
    font-size: 1.3rem
}

.minipopup-box .product.product-cart .product-quantity {
    margin-right: .7rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222
}

.minipopup-box .product.product-cart .product-quantity::after {
    margin: 0 0 -.2rem .7rem;
    font-size: 1.2rem
}

.minipopup-box .product.product-cart.product-purchased .purchased-title {
    margin-bottom: 1.9rem
}

.minipopup-box .product.product-cart.product-purchased .product-detail {
    margin-top: .1rem
}

.minipopup-box .product.product-cart.product-purchased .product-name {
    margin-bottom: 1.2rem
}

.minipopup-box img {
    max-width: 9rem;
    max-height: 9rem
}

.minipopup-box .ratings-container {
    margin-bottom: 0
}

.minipopup-box .product-price {
    color: #000;
    margin-bottom: 3px
}

.minipopup-box .action-group {
    margin-top: 2rem
}

.minipopup-box .btn.btn-sm {
    padding: 0.92em 2.07em;
    font-weight: 600;
    letter-spacing: -.025em;
    border-width: 1px
}

.minipopup-box .btn.btn-outline {
    margin-right: .7rem;
    padding: .92em 2.2em
}

.minipopup-title {
    margin-bottom: 1.5rem;
    color: #222;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.035em;
    line-height: 1
}

.minipopup-title .btn {
    margin-left: 1rem
}

.purchased-time {
    color: #000;
    font-size: 1.2rem
}

@media (max-width: 479px) {
    .minipopup-area {
        left: 9px
    }
}

.overlay, .overlay-visible {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transition: padding .3s ease-out, background-color .3s, opacity .3s
}

.overlay {
    padding-top: 10rem;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0
}

a > .overlay {
    cursor: pointer
}

figure:hover .overlay {
    padding-top: 0;
    opacity: 1
}

.overlay.social-links {
    flex-direction: row
}

.overlay .social-links {
    justify-content: center
}

.overlay a:hover {
    color: #fff;
    text-decoration: underline
}

.overlay a.social-link {
    border-color: #fff
}

.overlay .social-link:hover {
    color: #fff;
    text-decoration: none
}

figure:hover .overlay-visible {
    background: rgba(34, 102, 204, 0.9);
    padding-bottom: 9rem
}

.overlay-transparent {
    background: transparent
}

.overlay-dark figure, .overlay-dark .banner, .overlay-light figure, .overlay-light .banner {
    position: relative
}

.overlay-dark figure::after, .overlay-dark figure > a::after, .overlay-dark.banner::after, .overlay-light figure::after, .overlay-light figure > a::after, .overlay-light.banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    transition: opacity .3s, background .3s, transform .3s
}

.overlay-dark:hover figure::after, .overlay-dark:hover figure > a::after, .overlay-dark.banner:hover::after, .overlay-light:hover figure::after, .overlay-light:hover figure > a::after, .overlay-light.banner:hover::after {
    opacity: .1
}

.overlay-dark.banner-fixed::after, .overlay-dark.post > figure::after, .overlay-light.banner-fixed::after, .overlay-light.post > figure::after {
    content: none
}

.overlay-dark.post > figure > a::after, .overlay-light.post > figure > a::after {
    z-index: 1
}

.overlay-light figure::after, .banner.overlay-light::after {
    background: #ccc
}

.overlay-zoom {
    overflow: hidden
}

.overlay-zoom img {
    transition: transform .3s
}

.overlay-zoom:hover img {
    transform: scale(1.08)
}

.page-subtitle {
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2
}

.page-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1.125;
    color: #222
}

.page-title + .breadcrumb {
    padding: 1em 0
}

.breadcrumb-nav .breadcrumb {
    padding: 1.4rem 0
}

.breadcrumb-nav .breadcrumb li:not(:last-child)::after {
    margin-left: .8rem;
    opacity: .5
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666;
    font-family: iranyekan, Poppins, sans-serif;
    font-size: 1.4rem
}

.breadcrumb a {
    color: inherit
}

.breadcrumb a:hover {
    color: #222
}

.breadcrumb li:not(:last-child) a {
    color: #999;
    transition: color .3s
}

.breadcrumb li:hover:not(:last-child) a {
    color: #222
}

.breadcrumb .delimiter {
    margin: 0 .7em;
    font-size: 1.19rem;
    opacity: .5
}

.breadcrumb li:not(:last-child)::after {
    content: '\f105';
    position: relative;
    margin: 0 .6em;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #999
}

.breadcrumb li:last-child {
    color: #222
}

.breadcrumb-sm {
    padding: 1.1rem 0;
    color: inherit
}

.breadcrumb-sm li:last-child {
    color: inherit
}

.page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    background-color: #C8C3BF;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #222
}

.page-header:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(7 18 78 / 30%);
}

.page-header .breadcrumb {
    justify-content: center
}

.page-header .breadcrumb li:not(:last-child)::after {
    content: none
}

.page-header > .page-subtitle, .page-header > .page-title, .page-header > .breadcrumb li, .page-header > .breadcrumb li a {
    color: #fff
}

.page-header > .breadcrumb li:not(:last-child) a {
    opacity: .5;
    transition: opacity .3s
}

.page-header > .breadcrumb li:hover a {
    color: #fff;
    opacity: 1
}

@media (max-width: 767px) {
    .page-title {
        font-size: 3.6rem
    }
}

.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    letter-spacing: .01em;
    justify-content: center;
    color: #222
}

.page-link-prev i, .page-link-next i {
    font-size: 1.9rem
}

.page-link-prev i {
    margin-right: .5rem
}

.page-link-next i {
    margin-left: .5rem
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    padding: 0 .3rem;
    line-height: 1;
    background-color: transparent;
    border: .1rem solid transparent;
    transition: border .3s
}

:hover:not(.disabled) > .page-link, .active > .page-link {
    border-color: #dadada;
    /*color: #fff*/
}

.disabled > .page-link {
    color: #aaa
}

.page-link-next, .page-link-prev {
    min-width: 8rem;
    padding: 1.2rem
}

.page-item:not(:last-child) {
    margin-right: .5rem
}

.page-item-dots {
    white-space: nowrap
}

.page-item-dots::before {
    content: '...';
    margin-top: -.9em;
    margin-right: .5rem;
    display: inline-block;
    vertical-align: middle
}

.show-info {
    margin: 0;
    color: #222
}

.show-info span {
    margin: 0 .5rem;
    color: #222
}

.page-item-total {
    margin-right: .5rem
}

@media (min-width: 576px) {
    .page-item-dots, .page-item-total {
        margin-right: 2rem
    }
}

.mfp-wrap {
    z-index: 3000
}

.mfp-bg {
    z-index: 3000;
    background: #000;
    opacity: 0;
    transition: opacity .3s ease-out
}

.mfp-bg.mfp-ready {
    opacity: .7
}

.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-container {
    padding: 4rem 2rem
}

.mfp-container video {
    width: 100%;
    height: 100%
}

.mfp-close {
    transform: rotateZ(45deg);
    transition: transform .3s;
    width: 18px;
    height: 18px;
    opacity: 1
}

.mfp-wrap .mfp-close {
    top: 20px;
    right: 20px
}

.mfp-content .mfp-close {
    top: -25px;
    right: 0
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: 15px;
    right: 0
}

.mfp-close span {
    display: none
}

.mfp-close::before, .mfp-close::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px)
}

.mfp-close::before {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0
}

.mfp-close:hover, .mfp-close:focus {
    transform: rotateZ(135deg) scale(1.5)
}

.pswp__button--arrow--left, .pswp__button--arrow--right, .mfp-arrow {
    width: 4.8rem;
    height: 4.8rem;
    color: #fff;
    border-radius: 50%;
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "siamod";
    text-align: center;
    opacity: .5;
    right: 10%;
    transition: opacity .3s;
    border: 2px solid
}

.pswp__ui > button::before {
    background: transparent;
    position: static;
    line-height: 44px
}

.pswp__ui > button.pswp__button--arrow--left::before {
    margin-right: 3px
}

.pswp__ui > button.pswp__button--arrow--right::before {
    margin-left: 3px
}

.pswp__ui > button:hover {
    opacity: 1
}

.pswp__button--arrow--right::before {
    content: "\e950";
    font-family: 'siamod'
}

.mfp-arrow::before, .mfp-arrow::after {
    content: "\f054";
    position: static;
    display: inline;
    margin: 0;
    border: 0
}

.mfp-arrow::after {
    content: none
}

button.mfp-arrow {
    border: 2px solid
}

.pswp__button--arrow--left, .mfp-arrow-left {
    left: 10%
}

.pswp__button--arrow--left::before, .mfp-arrow-left::before {
    content: "\e951";
    font-family: 'siamod'
}

.mfp-content > * {
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0
}

.mfp-ready .mfp-content > * {
    opacity: 1
}

.mfp-removing .mfp-content > * {
    opacity: 0
}

.login-popup {
    max-width: 490px;
    padding: 4rem;
    border-radius: 8px
}

.login-popup .tab {
    font-size: 1.8rem;
    color: #ccc
}

.login-popup .tab .nav-item {
    flex: none
}

.login-popup .nav-item .nav-link {
    padding: 0 0 1px;
    color: #999;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 2.43;
    transition: font-size .3s, color .3s
}

.login-popup .nav-item .nav-link.active {
    font-size: 3rem
}

.login-popup .delimiter {
    margin: 0 .8rem
}

.login-popup .tab-pane {
    padding: 0
}

.login-popup form {
    margin-bottom: 2.2rem
}

.login-popup .form-group {
    margin-bottom: 1.8rem
}

.login-popup .form-group label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1
}

.login-popup .form-group .form-control {
    padding: 1.2rem 1.5rem 1.1rem;
    height: 3.7rem;
    font-size: 1.3rem;
    color: #999;
    border-radius: .3rem;
    border-color: #e1e1e1
}

.login-popup .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.3rem;
    font-size: 1.2rem
}

.login-popup .custom-checkbox + label {
    padding-left: 2.6rem
}

.login-popup .btn {
    height: 4.7rem;
    padding: 0;
    font-size: 1.3rem
}

.login-popup .lost-link {
    text-align: right;
    color: #999;
    font-size: 1.2rem
}

.login-popup .lost-link:hover {
    color: #000
}

.login-popup .form-choice label {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    color: #666
}

.login-popup .form-choice label::after, .login-popup .form-choice label::before {
    content: '';
    height: 1px;
    flex: 1;
    background: #e1e1e1
}

.login-popup .form-choice label::after {
    margin-left: 3rem
}

.login-popup .form-choice label::before {
    margin-right: 3rem
}

.login-popup .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
    border-radius: .3rem;
    color: #fff
}

.login-popup .social-link.social-google {
    background-color: #db402c
}

.login-popup .social-link.social-facebook {
    background-color: #3b5998
}

.login-popup .social-link.social-twitter {
    background-color: #1ab2e8
}

.container > .login-popup {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.newsletter-popup {
    display: flex;
    max-width: 72rem;
    text-align: center;
    background-position: 60% center;
    background-size: cover;
    border-radius: 1rem
}

.newsletter-popup h4 {
    margin-bottom: .6rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2
}

.newsletter-popup h2 {
    margin-bottom: .7rem;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: -.04375em
}

.newsletter-popup h2 span {
    font-weight: 800
}

.newsletter-popup b {
    display: block;
    margin-top: .3rem;
    color: #222;
    font-size: 3rem;
    letter-spacing: .025em
}

.newsletter-popup .btn {
    min-width: auto;
    padding: .5em 1.5em;
    font-size: 1.3rem
}

.newsletter-popup p {
    max-width: 100%;
    margin: 0 .2rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1.7
}

.newsletter-popup label {
    display: inline;
    font-size: 1.2rem
}

.newsletter-popup label::before {
    border-color: #666
}

.newsletter-popup .email {
    border: 0;
    color: #999;
    background: #f4f4f4
}

.newsletter-popup .form-control {
    border: 1px solid #222;
    background: #fff;
    border-right: none
}

.newsletter-popup .input-wrapper-inline {
    margin-bottom: 2.6rem;
    height: 4.6rem
}

.newsletter-popup .input-wrapper-inline .form-control {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: .3rem 0 0 .3rem
}

.newsletter-popup .input-wrapper-inline .btn {
    border-radius: 0 .3rem .3rem 0
}

.newsletter-popup .custom-checkbox + label {
    padding-left: 2.6rem
}

.newsletter-content {
    margin-left: auto;
    max-width: 41.4rem;
    padding: 7.1rem 4.2rem 5rem
}

.mfp-product .mfp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem 4rem
}

.mfp-product .mfp-content {
    max-width: 98.8rem;
    margin: auto
}

.mfp-product .product {
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 3rem 1.5rem;
    border-radius: 1rem
}

.mfp-product .product-single .product-details {
    padding: 0
}

.mfp-product .product-details {
    position: absolute;
    overflow-y: auto;
    height: 100%;
    top: 0
}

.mfp-product .mfp-close {
    position: absolute;
    top: -2.7rem;
    right: 0
}

.mfp-product .owl-nav .owl-next, .mfp-product .owl-nav .owl-prev {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 3rem
}

.mfp-product .owl-nav .owl-next {
    right: 1rem
}

.mfp-product .owl-nav .owl-prev {
    left: 1rem
}

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.7)
}

.pswp__img--placeholder--blank {
    background-color: #F2F3F5
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: transparent
}

.pswp__caption__center {
    text-align: center
}

.mfp-ready.mfp-zoom-popup .mfp-content {
    transform: scale(1)
}

.mfp-zoom-popup .mfp-content, .mfp-removing.mfp-zoom-popup .mfp-content {
    transition: .2s ease-in-out;
    transform: scale(0.8)
}

.mfp-ready.mfp-flip-popup .mfp-content {
    transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-flip-popup .mfp-content, .mfp-removing.mfp-flip-popup .mfp-content {
    transition: .3s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(20deg)
}

.mfp-content video {
    width: 100%;
    height: 100%
}

.mfp-video-popup .mfp-content {
    max-width: 1000px
}

.mfp-video-popup {
    z-index: 10000
}

@media (max-width: 767px) {
    .mfp-product .product {
        padding: 2rem 1rem
    }

    .mfp-arrow {
        color: #444
    }

    .mfp-product .product-details {
        position: relative
    }
}

@media (min-width: 768px) {
    .mfp-product .row {
        margin: 0 -1.5rem
    }

    .mfp-product .row > .col-md-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mfp-product .product-gallery {
        margin-bottom: 0
    }

    .mfp-product .pr-md-3 {
        padding-right: 1.5rem !important
    }
}

@media (max-width: 767px) {
    .newsletter-content {
        max-width: 36rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .login-popup {
        max-width: 500px;
        padding: 3.5rem 2rem
    }
}

@media (max-width: 575px) {
    .newsletter-popup {
        background-image: none !important
    }

    .newsletter-popup .newsletter-content {
        margin-left: auto;
        margin-right: auto
    }
}

.equal-height .product {
    height: 100%
}

.product-shadow {
    transition: box-shadow .3s
}

.product-shadow:hover {
    box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.5)
}

.product-label-round .product-label {
    padding: .5rem 1.1rem;
    border-radius: 1rem
}

.text-center .product-details {
    padding-left: .5rem;
    padding-right: .5rem
}

.product-wrap {
    margin-bottom: 2rem
}

.product {
    position: relative;
    font-family: iranyekan, Poppins, sans-serif;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 20px;
    transition: .3s
    padding-right: 10px;
    padding-left: 10px;
}

.product:hover .product-action, .product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1
}

.product-media:hover img:first-child {
    opacity: 0
}

.product-media:hover img:last-child {
    opacity: 1
}

.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow .3s
}

.product-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: all .5s
}

.product-media img:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    object-fit: cover
}

.product-media img:first-child {
    position: relative;
    opacity: 1
}

.product-label-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 2rem;
    top: 2rem;
    max-width: 10rem
}

.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: .5rem;
    padding: 0.5rem 1.1rem;
    font-size: 1.1rem;
    border-radius: 2px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase
}

.product-label.label-new {
    background: #000
}

.product-label.label-sale {
    background: #ff0a54
}

.product-label.label-top {
    background: #000
}

.product-label.label-stock {
    background: #999
}

.btn-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: .5rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background-color: white;
    color: #999;
    font-size: 1.6rem;
    font-weight: 700;
    transition: border-color .3s, color .3s, background-color .3s
}

.btn-product-icon.btn-wishlist i {
    margin-top: .2rem
}

.btn-product-icon:hover {
    border-color: #000;
    color: #fff;
    background-color: #000
}

.btn-product-icon i {
    margin-bottom: 2px
}

.btn-product-icon.btn-quickview i {
    font-size: inherit
}

.btn-product-icon.btn-compare i {
    font-size: 1.8rem
}

.btn-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1.14em 0;
    background-color: #000;
    color: #fff;
    font-family: iranyekan, Poppins, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 3px 3px 16px 16px;
    letter-spacing: -.025em;
    text-transform: uppercase;
    transition: opacity .3s
}

.btn-product:hover {
    color: #fff
}

.btn-quickview {
    opacity: .8;
    transition: opacity .3s
}

.btn-quickview:hover {
    opacity: 1
}

.btn-quickview i {
    font-size: 1.4rem
}

.btn-wishlist {
    line-height: 1
}

.btn-wishlist.loading::before, .btn-wishlist.loading::after {
    z-index: 1
}

.product-action-vertical {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden
}

.product-action-vertical .btn-wishlist.loading {
    overflow: hidden
}

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: opacity .3s, visibility .3s;
    opacity: 0
}

.product-details {
    position: relative;
    padding-top: 1.4rem;
    padding-bottom: 2rem
}

.product-details > .btn-wishlist {
    position: absolute;
    top: 1.2rem;
    right: 0;
    color: #999;
    z-index: 1;
    font-size: 1.6rem
}

.product-details > .btn-wishlist i {
    display: inline-block;
    margin: 0;
    transition: transform .3s
}

.product-details > .btn-wishlist:hover {
    color: #000
}

.product-details > .btn-wishlist:hover i {
    transform: rotateY(180deg)
}

.product-details > :last-child {
    margin-bottom: 0
}

.product-details .product-action {
    position: relative;
    opacity: 1;
    visibility: visible
}

.product-cat {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-cat a:hover {
    color: #000
}

.product-name {
    margin-bottom: .3rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #666;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-name a:hover {
    color: #000
}

.product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.86;
    color: #222
}

.product-price .old-price {
    color: #aaa;
    font-size: 75%;
    font-weight: 600
}

.product-price .new-price {
    margin-right: 1rem;
    text-decoration: none
}

.ratings-container {
    display: flex;
    align-items: center;
    margin-left: 1px;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    font-size: 11px;
    justify-content: space-between;
    letter-spacing: .2em
}

.ratings-full {
    cursor: pointer
}

.ratings-full, .ratings {
    position: relative;
    font-family: 'siamod'
}

.ratings-full + .rating-reviews {
    margin-left: 1rem
}

.ratings-full::before {
    content: "\e955 " "\e955 " "\e955 " "\e955 " "\e955";
    color: rgba(0, 0, 0, 0.16);
    font-family: 'siamod'
}

.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings::before {
    content: "\e955 " "\e955 " "\e955 " "\e955 " "\e955";
    color: #d4af37;
    font-family: 'siamod'
}

.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    color: #aaa;
    letter-spacing: 0;
    text-transform: capitalize
}

.rating-reviews:hover {
    color: #000
}

.product-variations {
    display: flex
}

.ratings-container + .product-variations {
    margin-top: -5px
}

.product-variations > a:not(.size-guide) {
    display: inline-block;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: transparent;
    background-size: cover;
    font-size: 1.2rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    color: #222;
    transition: .3s;
    border: 1px solid #e1e1e1
}

.product-variations > a:not(.size-guide):last-child {
    margin-right: 0
}

.product-variations .color:not(.active) {
    border: none
}

.product-variations > a.active, .product-variations > a:not(.size-guide):hover {
    border: 1px solid;
    box-shadow: inset 0 0 0 2px #fff
}

.product-details .product-action, .product-hide-details .product-action {
    position: relative;
    opacity: 1
}

.product-details .product-action .btn-wishlist, .product-hide-details .product-action .btn-wishlist {
    position: static
}

.product-details .btn-cart, .product-hide-details .btn-cart {
    display: block;
    max-width: 14rem;
    line-height: 2.9;
    padding: 0 .6em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    background-color: transparent;
    border: 2px solid #ccc;
    margin-right: 5px;
    border-radius: .3rem
}

.product-details .btn-cart i, .product-hide-details .btn-cart i {
    margin-right: .8rem;
    font-size: 1.8rem
}

.product-details .btn-cart, .product-hide-details .btn-cart {
    flex: 1;
    height: 4.2rem;
    font-size: 1.3rem;
    transition: color .3s, background-color .3s, border-color .3s;
    z-index: 1
}

.product-details .btn-quickview, .product-hide-details .btn-quickview {
    margin: 0 0 0 1.6rem
}

.product-details .btn-product-icon, .product-hide-details .btn-product-icon {
    width: auto;
    border: 0;
    background-color: transparent;
    color: #222;
    transition: color .3s, background-color .3s, visibility .3s
}

.product-details .btn-product-icon i, .product-hide-details .btn-product-icon i {
    font-size: 1.8rem
}

.product-details .btn-product-icon:hover, .product-hide-details .btn-product-icon:hover {
    color: #000
}

.product:hover .product-action .btn-cart {
    color: #fff;
    background-color: #444;
    border-color: #444
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-hide-details .btn-cart, .product-details .btn-cart {
        flex: 0 0 12.3rem
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 575px), (-ms-high-contrast: none) and (max-width: 575px) {
    .product-hide-details .btn-cart, .product-details .btn-cart {
        flex: 0 0 9.5rem
    }
}

.product-classic .btn-quickview {
    opacity: 1
}

.product-classic .btn-quickview i:before {
    content: '\e98c'
}

.product-classic .btn-wishlist {
    margin: 0 0 0 1.6rem
}

.product-classic .btn-wishlist, .product-classic .btn-quickview {
    transform: translateX(-200%);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s, color .3s, background-color .3s, border-color .3s
}

.product-classic .btn-quickview {
    transition: transform .5s, opacity .5s, visibility .5s, color .3s, background-color .3s, border-color .3s
}

.product-classic:hover .btn-wishlist, .product-classic:hover .btn-quickview {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-classic .product-details {
    padding-left: 0
}

.product-classic .ratings-container {
    margin-bottom: 1.5rem
}

.product-slideup-content {
    overflow: hidden
}

.product-slideup-content .product-hide-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: transform .3s;
    background-color: #fff
}

.product-slideup-content .product-details {
    padding-bottom: 1px;
    background-color: #fff;
    transition: transform .3s
}

.product-slideup-content .btn-wishlist, .product-slideup-content .btn-quickview {
    opacity: 0;
    visibility: hidden;
    transition: transform .4s, opacity .3s, visibility .3s, color .3s, background-color .3s
}

.product-slideup-content .btn-quickview {
    transform: translateX(-200%)
}

.product-slideup-content .btn-wishlist {
    transform: translateX(200%)
}

.product-slideup-content:hover .btn-wishlist, .product-slideup-content:hover .btn-quickview {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-slideup .product-details {
    padding-bottom: 0;
    background-color: #fff;
    transition: transform .3s
}

.product-slideup .ratings-container {
    margin-bottom: 0
}

.product-slideup .btn-wishlist, .product-slideup .btn-quickview {
    opacity: 0;
    visibility: hidden;
    transition: transform .4s, opacity .3s, visibility .3s, color .3s, background-color .3s
}

.product-slideup .btn-quickview {
    transform: translateX(-200%)
}

.product-slideup .btn-wishlist {
    transform: translateX(200%)
}

.product-slideup .product-action {
    display: flex;
    position: absolute;
    padding-top: 1.5rem;
    top: 100%;
    bottom: auto;
    visibility: hidden;
    opacity: 0
}

.product-slideup:hover {
    transform: translateY(-58px)
}

.product-slideup:hover .btn-wishlist, .product-slideup:hover .btn-quickview {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-slideup:hover .product-action {
    visibility: visible;
    opacity: 1
}

.product-slideup .btn-cart, .product-slideup-content .btn-cart {
    margin-right: 0
}

.product-slideup .btn-wishlist, .product-slideup-content .btn-wishlist {
    position: static;
    margin: 0 1.6rem 0 0
}

.split-line {
    overflow: hidden
}

.product-image-gap {
    padding: .9rem;
    border: 1px solid #e1e1e1;
    background-color: #fff
}

.product-image-gap .product-details {
    padding: 1.8rem 1rem 1rem
}

.product-image-gap .ratings-container {
    margin-bottom: 0
}

.product-image-gap:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05)
}

@media (max-width: 479px) {
    .product-image-gap .product-details {
        padding: 1.8rem 0 1rem
    }
}

.product-list {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.product-list .product-media {
    flex: 0 0 28rem;
    max-width: 28rem;
    margin: 0 2rem 0 0
}

.product-list .product-details {
    padding: 0;
    flex: 1
}

.product-list .product-label {
    font-size: 1.1rem
}

.product-list .btn-quickview {
    opacity: 1
}

.product-list .btn-wishlist {
    margin: 0 0 0 .8rem
}

.product-list .btn-wishlist, .product-list .btn-quickview {
    transform: translateX(-200%);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s, color .3s, background-color .3s
}

.product-list .btn-quickview {
    transition: transform .5s, opacity .5s, visibility .5s, color .3s, background-color .3s
}

.product-list .ratings-container {
    margin-bottom: .8rem
}

.product-list .product-name {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #222
}

.product-list .product-price {
    font-size: 1.8rem;
    font-weight: 600
}

.product-list .product-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2rem;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.78;
    color: #666
}

.product-list:hover .btn-quickview, .product-list:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.product-list-sm .product-media {
    flex: 0 0 10rem;
    max-width: 10rem;
    margin: 0 1rem 0 0
}

.product-list-sm .product-details {
    padding: 0
}

.product-list-sm .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .7rem;
    white-space: normal;
    color: #222
}

.product-list-sm .product-name:hover {
    color: #000
}

.product-list-sm .ratings-container {
    margin: 0
}

.product-list-sm .product-price {
    font-size: 1.4rem
}

.product-list-sm + .product-list {
    margin-top: 2rem
}

.product-list-sm .btn-cart {
    margin-top: 2rem;
    height: 3.3rem;
    max-width: 11.7rem;
    border: 1px solid #d7d7d7;
    color: #ff0a54;
    background: transparent;
    font-size: 1.2rem
}

.product-list-sm .btn-cart:hover {
    border-color: #ff0a54;
    background: #ff0a54
}

.product.text-center .product-cat {
    padding: 0
}

.product.text-center .product-name {
    padding-left: 2rem
}

.product.text-center .product-price, .product.text-center .product-variations, .product.text-center .ratings-container, .product.text-center .product-action {
    justify-content: center
}

.product.shadow-media:hover .product-media {
    box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.5)
}

.product.cart-full .product-price, .product.product-with-qty .product-details .product-price {
    margin-bottom: 1rem
}

.product.cart-full .btn-cart, .product.product-with-qty .product-details .btn-cart {
    padding: 0;
    border-color: #ccc;
    transition: background-color .3s, border-color .3s, color .3s
}

.product.cart-full .btn-cart:hover, .product.cart-full .btn-cart:focus, .product.cart-full .btn-cart:active, .product.product-with-qty .product-details .btn-cart:hover, .product.product-with-qty .product-details .btn-cart:focus, .product.product-with-qty .product-details .btn-cart:active {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.product.cart-full .btn-cart {
    max-width: none;
    width: 100%
}

.product.product-with-qty .product-details {
    padding-left: 0;
    padding-right: 0
}

.product.product-with-qty .btn-cart {
    max-width: 12.3rem;
    margin-right: 0
}

.product.product-with-qty .btn-cart i {
    display: none
}

.product.product-with-qty .product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem
}

.product.product-with-qty button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #333;
    font-size: 1rem;
    width: 24px;
    height: 24px;
    border-radius: .3rem;
    border: none;
    background: #f4f4f4;
    cursor: pointer;
    transition: background-color .3s, color .3s
}

.product.product-with-qty button:hover {
    background-color: #000;
    color: #fff
}

.product.product-with-qty .quantity {
    min-height: auto;
    width: 3.2rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    border: none;
    text-align: center;
    color: #222
}

.product.product-variable:not(.cart-full) .btn-cart::after {
    display: none;
    font-family: 'siamod';
    content: '\e97f';
    font-size: 1.8rem;
    font-weight: 400
}

.product:hover.product-with-qty .btn-cart {
    background-color: transparent;
    color: #222
}

@media (max-width: 575px) {
    .product-list {
        display: block
    }

    .product-list .product-media {
        margin: 0;
        max-width: 100%
    }

    .product-list .product-details {
        padding: 1.8rem 0 2rem
    }

    .product-action-vertical {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 479px) {
    .product-details .btn-cart, .product-hide-details .btn-cart {
        max-width: 4.2rem;
        display: flex
    }

    .product-details .btn-cart span, .product-hide-details .btn-cart span {
        display: none
    }

    .product-details .btn-cart i, .product-hide-details .btn-cart i {
        margin-right: 0
    }

    .product.product-with-qty .product-details .btn-cart {
        max-width: 4.2rem;
        padding: .78em 0
    }

    .product.product-with-qty .btn-cart i {
        display: block
    }

    .product.product-with-qty .product-quantity {
        margin-right: 1rem
    }

    .cart-full .product-details .btn-cart span {
        display: inline
    }

    .cart-full .btn-cart i {
        display: none
    }

    .product-label-group {
        left: 1.2rem;
        top: 1.2rem
    }

    .btn-quickview {
        font-size: 1.1rem
    }

    .btn-product-icon {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.3rem
    }

    .product.product-variable:not(.cart-full) .btn-cart::after {
        display: block
    }

    .product.product-variable:not(.cart-full) .btn-cart i {
        display: none
    }
}

.product-filters {
    margin-right: 1.5rem
}

.product-thumbs-wrap, .product-single-carousel {
    flex-basis: 100%;
    max-width: 100%
}

.product-single-carousel .owl-nav .owl-prev, .product-single-carousel .owl-nav .owl-next {
    color: #222;
    border: 0
}

.product-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.product-thumbs-wrap {
    position: relative;
    margin-top: 1rem;
    overflow: hidden
}

.product-thumbs-wrap img {
    display: block;
    border-radius: 16px;
}

.product-thumbs-wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    border: 0;
    transition: opacity .3s, transform .3s;
    z-index: 1;
    opacity: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    cursor: pointer
}

.product-thumbs-wrap:hover button:not(.disabled) {
    opacity: .9;
    transform: none
}

.product-thumbs-wrap button:not(.disabled):hover {
    opacity: 1
}

.product-thumbs-wrap > button {
    display: none
}

.product-thumbs-wrap button, .product-thumbs .owl-nav .owl-prev, .product-thumbs .owl-nav .owl-next {
    background-color: #fff;
    color: #666;
    font-size: 1.6rem
}

.product-thumbs-wrap button, .product-thumb::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.product-thumbs {
    transition: top .3s ease-out;
    display: flex
}

.product-thumbs.owl-carousel {
    margin: 0 -.5rem;
    width: calc(100% + 1rem)
}

.product-thumbs .owl-stage {
    display: flex
}

.product-thumbs .owl-prev {
    transform: translateX(-100%);
    left: .5rem
}

.product-thumbs .owl-next {
    left: auto;
    right: .5rem;
    transform: translateX(100%)
}

.product-thumb {
    position: relative;
    margin: 0 .5rem;
    cursor: pointer;
    border-radius: 16px;
}

.product-thumb::before {
    content: '';
    transition: border-color .3s;
    border: 2px solid transparent;
    border-radius: 16px;
}

.product-thumb.active::before {
    border-color: #000
}

.product-single {
    color: inherit
}

.product-single .product-details {
    padding: 0 0 3rem
}

.container-fluid .product-single .product-details {
    padding-top: 4px
}

aside + div .product-single .product-details {
    padding-top: 2px
}

.product-single .product-cat {
    margin-bottom: 1.3rem;
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.025em
}

.product-single .product-cat span {
    margin-right: .7rem
}

.product-single .product-name {
    margin-bottom: .6rem;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -.025em;
    white-space: normal;
    color: #222
}

.product-single .product-price {
    display: block;
    margin-bottom: 1.1rem;
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1
}


.product-single .rating-reviews {
    font-size: 1.2rem
}

.product-single .rating-reviews:not(:hover) {
    color: #999
}

.product-single .ratings-container {
    margin-bottom: 1.7rem;
    font-size: 14px;
    justify-content: flex-start;
}

.product-single .ratings-full {
    margin-top: -2px
}

.product-single .ratings::before {
    color: #d4af37
}

.product-single label {
    color: #222;
    font-weight: 600;
    text-transform: uppercase
}

.product-single .product-action {
    display: inline-block
}

.product-single .product-action .btn-wishlist {
    position: relative
}

.product-single .divider {
    margin-left: -1rem;
    margin-right: 1.8rem
}

.product-single .social-links {
    color: #999
}

.product-single .social-link {
    border: none
}

.product-single .social-link.social-facebook:hover {
    background-color: transparent;
    color: #3b5998
}

.product-single .social-link.social-twitter:hover {
    background-color: transparent;
    color: #1da1f2
}

.product-single .social-link.social-pinterest:hover {
    background-color: transparent;
    color: #bd081c
}

.product-single .product-footer > * {
    margin-bottom: 1rem
}

.product-single .btn-wishlist, .product-single .btn-compare {
    display: inline-block;
    padding: .5rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    background-color: transparent;
    transition: color .3s;
    text-transform: none;
    color: #666
}

.product-single .btn-wishlist i, .product-single .btn-compare i {
    display: inline-block;
    margin: 0 .5rem .3rem 0;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 0
}

.product-single .btn-wishlist:hover, .product-single .btn-compare:hover {
    color: #000
}

.product-single .btn-compare i {
    margin-right: .8rem;
    font-size: 2.1rem
}

.product-single .quantity {
    font-weight: 700;
    border-radius: 0px !important;
    border-left: none;
    border-right: none;
}

.product-single .product-meta + .product-countdown-container {
    margin-top: .4rem
}

.product-single .product-countdown-container {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 2rem 2.6rem;
    border: 1px solid #f0f0f1;
    background-color: #f0f0f1;
    text-transform: none;
    line-height: 1;
    color: #222;
    border-radius: 0.8rem;
}

.product-single .product-countdown-container label {
    margin-right: .5rem;
    text-transform: none;
    color: #222
}

.product-single .product-countdown-container .product-sale-info {
    position: relative;
    padding-right: 1.5rem
}

.product-single .product-countdown-container .product-sale-info i {
    margin-right: .8rem
}

.product-single .product-countdown-container .product-sale-info::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2.4rem;
    background: rgba(255, 255, 255, 0.2)
}

.product-single .product-countdown-container .product-sale-info + label {
    margin-left: 1.5rem
}

.product-single .product-label-group {
    top: 2rem;
    right: 2.5rem;
    z-index: 2
}

.product-single .product-label {
    color: #fff
}


.product-single .product-variations > a:not(.size-guide) {
    width: 3rem;
    height: 3rem
}

.product-single .color {
    border: 0
}

.product-single .size {
    width: 3.6rem
}

.product-single .accordion ul {
    list-style: none;
    padding-left: 0
}

.product-single .rating-form label, .product-single form label {
    /*font-weight: 400;*/
    /*font-size: 1.3rem;*/
    /*text-transform: none;*/
    /*color: #666*/
}

.product-meta {
    margin-bottom: 1.8rem;
    color: #999;
    font-size: 1.2rem
}

.product-meta span {
    margin: 0 1.9rem 0 3px
}

.product-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 3rem;
    margin: 0 0 1rem
}

.product-form > label {
    min-width: 7rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em
}

.product-form.product-variations {
    line-height: 37px
}

.product-form .select-box::before {
    right: 1.4rem;
    font-size: 1.2rem;
    color: #222
}

.product-form select {
    max-width: none;
    padding: .8rem 3rem .8rem 1.4rem;
    color: #222;
    border-color: #ccc;
    font-size: 1.3rem
}

.product-form .product-variations {
    display: block;
    margin-top: -3px;
    margin-bottom: -3px
}

.product-form.product-qty {
    line-height: 4.5rem
}

.product-form .quantity-minus {
    border-radius: .3rem 0 0 .3rem
}

.product-form .quantity-plus {
    border-radius: 0 .3rem .3rem 0
}

.product-form .input-group {
    margin-right: 1rem
}

.product-form .btn-cart {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 16px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem
}

.product-form .btn-cart:disabled {
    background-color: #e4eaec;
    cursor: not-allowed;
    color: #999
}

.product-form .btn-cart i {
    margin-right: .8rem;
    margin-top: -1px;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle
}

.product-form .btn-cart i::before {
    margin: 0
}

.product-form .btn-cart:hover:not(:disabled) {
    background-color: #222
}

.product-form-group {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1
}

.product-form-group > * {
    margin-bottom: 1rem
}

.product-form-group > :not(:last-child) {
    margin-right: 2rem
}

.product-form-group .product-variations {
    margin-bottom: 7px
}

.size-guide {
    display: inline-flex;
    align-items: center;
    font-weight: 300
}

.size-guide i {
    margin-right: .8rem;
    font-size: 2.1rem;
    color: #666
}

.product-variation-price {
    display: none;
    padding-top: 25px
}

.product-variation-price span {
    margin-bottom: 1rem;
    color: #222;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -.025em
}

.product-variation-clean {
    display: block;
    position: absolute;
    margin-top: 1rem;
    padding: .3em 1em;
    left: 0;
    top: calc(100% - 10px);
    font-size: 1rem;
    line-height: 1.6;
    background: #f4f4f4;
    color: #000
}

.related-products {
    margin-top: 6.5rem
}

@media (min-width: 992px) {
    .pg-vertical .product-thumbs-wrap {
        order: -1;
        max-width: 100px;
        margin: 0 1rem 0 0
    }

    .pg-vertical .product-single-carousel {
        max-width: calc(100% - 119px)
    }

    .pg-vertical .product-thumbs {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .pg-vertical .product-thumb {
        margin: 0 0 1rem
    }

    .pg-vertical .thumb-up, .pg-vertical .thumb-down {
        display: flex;
        width: 100%;
        height: 2.4rem
    }

    .pg-vertical .thumb-up {
        transform: translateY(-100%)
    }

    .pg-vertical .thumb-up i::before {
        content: "\f077"
    }

    .pg-vertical .thumb-down {
        top: auto;
        transform: translateY(100%)
    }

    .pg-vertical .thumb-down i::before {
        content: "\f078"
    }

    .pg-vertical .product-label-group {
        right: 14rem
    }
}

.product-single.product-sticky-both .p-sticky {
    top: 88px
}

.product-single.product-sticky-both .product-details {
    padding: 0
}

.product-tabs.tab-nav-simple .nav-link {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
    letter-spacing: 0
}

.social-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.social-link {
    margin: 2px 8px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.5rem;
    border-radius: 0.8rem;
    border: 2px solid #ccc;
    color: inherit;
    transition: .4s;
    text-align: center
}

.social-link:last-child {
    margin-right: 0
}

.social-link i {
    letter-spacing: -.001em;
    line-height: 1
}

.social-link:hover {
    /*background: #000;*/
    /*border-color: #000;*/
    /*color: #fff*/
}

.social-link.social-facebook:hover {
    background: #3b5998;
    border-color: #3b5998
}

.social-link.social-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2
}

.social-link.social-linkedin:hover {
    background: #0073b2;
    border-color: #0073b2
}

.social-link.social-email:hover {
    background: #dd4b39;
    border-color: #dd4b39
}

.social-link.social-google:hover {
    background: #dd4b39;
    border-color: #dd4b39
}

.social-link.social-pinterest:hover {
    background: #bd081c;
    border-color: #bd081c
}

.social-link.social-reddit:hover {
    background: #ff4107;
    border-color: #ff4107
}

.social-link.social-tumblr:hover {
    background: #304e6c;
    border-color: #304e6c
}

.social-link.social-vk:hover {
    background: #6383a8;
    border-color: #6383a8
}

.social-link.social-whatsapp:hover {
    background: #3c8a38;
    border-color: #3c8a38
}

.social-link.social-xing:hover {
    background: #1a7576;
    border-color: #1a7576
}

.social-link.social-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: unset;
}

.social-link.social-telegram:hover {
    background: rgb(29, 150, 199);
    background: linear-gradient(45deg, rgba(29, 150, 199, 1) 0%, rgba(55, 174, 226, 1) 100%);
}

.social-link.social-youtube:hover {
    background: #ff0000;
}

.no-border .social-link {
    border: 0;
    line-height: 30px
}

.no-border .social-link:not(:hover) {
    background: transparent
}

.inline-links .social-link {
    display: inline-block;
    margin-right: 2rem;
    width: auto;
    height: auto;
    border: 0;
    color: inherit
}

.inline-links .social-link:not(:last-child) {
    margin-right: 2rem
}

.inline-links .social-link:hover {
    background: transparent
}

.inline-links .social-link.social-facebook:hover {
    color: #3b5998
}

.inline-links .social-link.social-twitter:hover {
    color: #1da1f2
}

.inline-links .social-link.social-linkedin:hover {
    color: #0073b2
}

.inline-links .social-link.social-email:hover {
    color: #dd4b39
}

.inline-links .social-link.social-google:hover {
    color: #dd4b39
}

.inline-links .social-link.social-pinterest:hover {
    color: #bd081c
}

.inline-links .social-link.social-reddit:hover {
    color: #ff4107
}

.inline-links .social-link.social-tumblr:hover {
    color: #304e6c
}

.inline-links .social-link.social-vk:hover {
    color: #6383a8
}

.inline-links .social-link.social-whatsapp:hover {
    color: #3c8a38
}

.inline-links .social-link.social-xing:hover {
    color: #1a7576
}

.inline-links .social-link.social-instagram:hover {
    color: #7c4a3a
}

.page-content.with-sidebar {
    padding-bottom: 10rem;
    overflow: hidden
}

.sidebar-active .sidebar .sidebar-overlay, .sidebar-active .sidebar .sidebar-close, .top-sidebar-active .top-sidebar .sidebar-overlay, .top-sidebar-active .top-sidebar .sidebar-close, .right-sidebar-active .right-sidebar .sidebar-overlay, .right-sidebar-active .right-sidebar .sidebar-close {
    visibility: visible;
    opacity: 1
}

.sidebar-active .sidebar .sidebar-content, .top-sidebar-active .top-sidebar .sidebar-content, .right-sidebar-active .right-sidebar .sidebar-content {
    transform: translateX(0);
    opacity: 1
}

.top-sidebar-active .category-sidebar {
    display: none
}

.sidebar-active .page-wrapper {
    margin-left: 250px;
    margin-right: -250px
}

.right-sidebar-active .page-wrapper {
    margin-left: -250px;
    margin-right: 250px
}

.sidebar-overlay, .sidebar-toggle, .sidebar-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200
}

.sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s, opacity .4s
}

.sidebar-close {
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s, opacity .4s
}

.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 160px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(28, 26, 26, 0.8)
}

.sidebar-close {
    position: fixed;
    margin: 0;
    left: calc(100vw - 52px);
    top: 12px;
    font-size: 3.5rem;
    color: #ccc;
    z-index: 1201
}

.sidebar-close:hover {
    color: #ccc
}

.sidebar-content {
    bottom: 0;
    width: 30rem;
    padding: 2rem;
    transform: translateX(-100%);
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    line-height: 1.3;
    transition: transform .4s, opacity .4s
}

.sidebar-content .widget {
    /*border-top: 3px solid #eee*/
    box-shadow: 0px 20px 20px -4px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 1rem;
    margin-bottom: 2rem;
}

.sidebar-content .widget-body {
    margin-bottom: 1.8rem;
    opacity: 1;
    transition: opacity .3s;
    max-height: 385px;
    overflow-y: auto;
    padding-left: 10px;
}

.sidebar-content .sidebar-close {
    display: flex;
    position: static;
    align-items: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: -.025em;
    line-height: 1
}

.sidebar-content .d-icon-times {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .6rem
}

.sidebar-content .widget.price-with-count .filter-items > li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sidebar-content .btn-filter {
    padding: .86em 2em;
    border-radius: 2px
}

.sidebar-content .btn-filter:hover, .sidebar-content .btn-filter:focus, .sidebar-content .btn-filter:active {
    background-color: #000;
    border-color: #000
}

.right-sidebar {
    order: 2
}

.right-sidebar .sidebar-toggle {
    left: auto;
    right: 0
}

.right-sidebar .sidebar-close {
    left: 50px
}

.right-sidebar .sidebar-content {
    transform: translateX(100%);
    left: auto;
    right: 0
}

@media (max-width: 991px) {
    .sidebar-content {
        width: 30rem
    }

    .right-sidebar .sidebar-close {
        left: 20px
    }
}

@media (min-width: 992px) {
    .sidebar-fixed .sidebar-toggle, .sidebar-fixed .sidebar-overlay, .sidebar-fixed .sidebar-close {
        display: none
    }

    .sidebar-fixed .sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 1
    }

    .sidebar-fixed .sidebar-content {
        width: auto;
        transform: none
    }
}

.right-sidebar .sidebar-content::-webkit-scrollbar {
    width: 0
}

.tag {
    display: inline-block;
    padding: .6rem 1.3rem;
    margin: .5rem 1rem .5rem 0;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    line-height: 1.35;
    letter-spacing: -.01em;
    transition: color .3s, border-color .3s
}

.tag:hover {
    color: #000;
    border-color: #000
}

.sidebar-content .form-control {
    border-color: #ccc;
    border-radius: .3rem
}

.widget-collapsible > .widget-title.collapsed {
    padding-bottom: 2.7rem
}

.widget-collapsible > .widget-title.collapsed .widget-collapsible > .widget-title {
    padding-bottom: 0
}

.widget-collapsible .toggle-btn {
    display: block;
    position: absolute;
    top: 36px;
    right: 12px;
    padding: 0;
    width: 10px;
    opacity: 1
}

.widget-collapsible .toggle-btn::before, .widget-collapsible .toggle-btn::after {
    content: '';
    position: absolute;
    border-top: 2px solid #666;
    width: 10px;
    transition: transform .3s
}

.widget-collapsible > .collapsed .toggle-btn::before {
    transform: rotate(90deg)
}

.widget-collapsible > .collapsed .toggle-btn::after {
    transform: rotate(180deg)
}

.widget-collapsible .collapsed ~ .widget-body {
    opacity: .1
}

.widget-collapsible p {
    margin-bottom: 0;
    color: #aaa;
    line-height: 1.86
}

.widget-collapsible .widget-title, .toolbox-wrap .widget-title {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 2.6rem .3rem 1.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.03em;
    text-transform: none;
    border: none;
    transition: padding .3s
}

.filter-items.search-ul li {
    padding: 13.5px 3px
}

.filter-items li {
    padding: 13px 3px 13px 30px;
    font-size: 1.3rem;
    color: #222
}

.filter-items > li:not(:last-child) {
    border-bottom: 1px solid #eee
}

.filter-items a {
    position: relative;
    display: block
}

.filter-items a:hover {
    color: #000
}

.filter-items .active > a::before {
    content: "\f00c";
    color: #fff;
    background-color: #222;
    border-color: #222
}

.filter-items.search-ul a::before {
    content: none
}

.filter-items .children li {
    padding: 5.5px 0
}

.filter-items li span {
    margin-left: .5rem;
    color: #aaa
}

.filter-items .with-ul > a > i {
    content: '\f068';
    position: absolute;
    top: 50%;
    right: .7rem;
    line-height: 0;
    margin: -1.3rem -3px 0 0;
    padding: 1.2rem 5px;
    font-size: 1.2rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    transition: transform .3s
}

.filter-items .show > a {
    color: #000
}

.filter-items .show > a i {
    transform: rotate(-180deg)
}

.filter-items ul {
    display: none;
    position: relative;
    margin: 1rem 0 -.5rem;
    padding-left: 1.3rem
}

.filter-items ul::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    bottom: 3px;
    border-left: 1px solid #eee
}

.filter-items .color {
    top: 50%;
    display: inline-block;
    margin-right: .8rem;
    margin-top: -4.5px;
    width: .9rem;
    height: .9rem;
    border-radius: 50%
}

.widget-vendor-info li span {
    display: inline-block;
    margin-left: 0
}

.widget-vendor-info li span:first-child {
    min-width: 10.5rem;
    padding-right: 1rem;
    color: #333
}

.widget-vendor-info li span.ratings-container {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 1.3rem
}

.widget-vendor-info .seller-name .details {
    color: #222
}

.widget-vendor-info .filter-items li {
    display: flex;
    padding: 14px 3px 13px 0px
}

.widget-contact-vendor .form-control {
    min-height: 4.1rem;
    padding: 1.2rem 2rem;
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    transition: color 0.3s, border-color 0.3s
}

.widget-contact-vendor .form-control:focus {
    border-color: #222
}

.widget-contact-vendor .form-control:not(:last-child) {
    margin-bottom: 1rem
}

.widget-contact-vendor .btn {
    margin: .8rem 0 1.2rem;
    padding: 0.8em 1.65em;
    letter-spacing: -.025em
}

.store {
    font-size: 1.3rem;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 2rem
}

.store a.social-link {
    border-color: transparent
}

.store h4 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.025em;
    text-transform: uppercase
}

.store figure {
    position: relative
}

.store img {
    width: 100%;
    display: block
}

.tab-content {
    background-color: #fff
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item:hover .nav-link {
    color: #222;
    border-color: transparent;
}

.nav-link {
    display: block;
    margin-bottom: -.1rem;
    padding: 1.6rem .2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    transition: border .35s, color .35s, background-color .35s
}

.nav-item:not(:last-child) {
    margin-right: 2.5rem
}

.nav-fill .nav-item {
    flex: 1
}

.tab-content {
    position: relative
}

.tab-content > .tab-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility .3s, opacity .3s
}

.tab-content > .tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.tab-content > .active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

.tab-pane {
    padding: 2.3rem 0;
    line-height: 1.72;
    color: #666
}

.tab-pane p {
    line-height: 1.72
}

.tab-nav-simple .nav-link {
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #666
}

.tab-nav-simple .nav-item.show .nav-link, .tab-nav-simple .nav-item .nav-link.active, .tab-nav-simple .nav-item:hover .nav-link {
    border-bottom-color: #000
}

.tab-nav-center .nav {
    justify-content: center
}

.tab-nav-boxed .nav-item {
    margin-right: 0
}

.tab-nav-boxed .nav-link {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.tab-nav-round .nav-item:not(:last-child) {
    margin-right: 2px
}

.tab-nav-round .nav-link {
    margin-bottom: 0;
    border-radius: 2.3rem;
    background-color: #f2f3f5
}

.tab-nav-round .nav-tabs {
    border-bottom: 0
}

.tab-boxed .tab-pane {
    padding-left: 2rem;
    padding-right: 2rem
}

.tab-outline .tab-content {
    border: 1px solid #ebebeb
}

.tab-outline .nav-tabs {
    border-bottom: 0
}

.tab-outline .nav-link {
    padding-top: 1.4rem;
    padding-bottom: 1.5rem;
    border: 1px solid transparent;
    border-top-width: 2px
}

.tab-outline .nav-item.show .nav-link, .tab-outline .nav-item .nav-link.active, .tab-outline .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-top-color: #000
}

.tab-outline2 .nav {
    position: relative;
    z-index: 1
}

.tab-outline2 .tab-content {
    border: 1px solid #ebebeb
}

.tab-outline2 .nav-tabs {
    border-bottom: 0
}

.tab-outline2 .nav-link {
    padding: 1.5rem 2.4rem;
    border: 1px solid transparent
}

.tab-outline2 .nav-item.show .nav-link, .tab-outline2 .nav-item .nav-link.active, .tab-outline2 .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-bottom-color: #fff
}

.tab-vertical {
    display: flex
}

.tab-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0;
    border-right: 2px solid #ebebeb
}

.tab-vertical .tab-content {
    flex: 1
}

.tab-vertical .nav-item {
    margin-right: 0
}

.tab-vertical .nav-link {
    position: relative;
    margin-right: -2px;
    padding-left: 2rem;
    width: calc(100% + 2px);
    border: 0;
    text-align: left
}

.tab-vertical .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 1
}

.tab-vertical .tab-pane {
    padding: 1.7rem 2rem
}

.tab-vertical.tab-simple .nav-link {
    margin-right: -2px
}

.tab-vertical.tab-simple .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    top: 50%;
    transform: translateY(-50%) scale(0);
    background-color: transparent;
    transition: transform .3s;
    z-index: 1
}

.tab-vertical.tab-simple .nav-item.show .nav-link, .tab-vertical.tab-simple .nav-item .nav-link.active, .tab-vertical.tab-simple .nav-item:hover .nav-link {
    color: #000
}

.tab-vertical.tab-simple .nav-item.show .nav-link::after, .tab-vertical.tab-simple .nav-item .nav-link.active::after, .tab-vertical.tab-simple .nav-item:hover .nav-link::after {
    background-color: #000;
    transform: translateY(-50%) scale(1)
}

@media (max-width: 767px) {
    .tab-vertical {
        flex-flow: column nowrap
    }

    .tab-vertical .tab-content, .tab-vertical .nav-tabs {
        width: 100%
    }

    .tab-vertical .nav-tabs {
        border: 0
    }

    .tab-vertical .tab-content {
        padding-left: 0
    }

    .tab-vertical.tab-simple .nav-link::after {
        height: 2px;
        width: 100%;
        background-color: transparent;
        top: calc(100% - 2px);
        transform: scale(0)
    }

    .tab-vertical.tab-simple .nav-item.show .nav-link::after, .tab-vertical.tab-simple .nav-item .nav-link.active::after, .tab-vertical.tab-simple .nav-item:hover .nav-link::after {
        transform: scale(1)
    }
}

.tab-inverse .tab-content {
    border-color: #fff
}

.tab-inverse .nav-tabs {
    border: 0
}

.tab-inverse .nav-link {
    margin: 0;
    width: 100%
}

.tab-inverse .nav-item.show .nav-link, .tab-inverse .nav-item .nav-link.active, .tab-inverse .nav-item:hover .nav-link {
    background-color: #fff;
    border-color: #fff
}

.tab-inverse.tab-simple .nav-link {
    padding-top: 1.4rem;
    border-top: 2px solid transparent
}

.tab-inverse.tab-simple .nav-item.show .nav-link, .tab-inverse.tab-simple .nav-item .nav-link.active, .tab-inverse.tab-simple .nav-item:hover .nav-link {
    border-top-color: #000
}

.tab-nav-solid .nav-link {
    padding-bottom: 1.6rem;
    border: 0
}

.tab-nav-solid .nav-item.show .nav-link, .tab-nav-solid .nav-item .nav-link.active, .tab-nav-solid .nav-item:hover .nav-link {
    color: #fff;
    background-color: #000;
    border-color: #000
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 1.4rem
    }

    .tab-nav-boxed .nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width: 479px) {
    .tab-nav-round .nav-link {
        margin-bottom: .5rem
    }
}

.nav-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #666
}

.nav-filters li:not(:last-child) {
    margin-right: 1.8rem
}

.nav-filter {
    display: inline-block;
    position: relative;
    padding: .5rem 0;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    line-height: 1;
    transition: color .3s
}

.nav-filter.active {
    color: #000
}

.filter-underline .nav-filter {
    border-bottom: 1px solid transparent;
    transition: color .3s, border-color .3s
}

.filter-underline .nav-filter.active {
    border-color: #000
}

.testimonial blockquote {
    position: relative;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #666;
    background-color: #f6f7f9;
    overflow: visible
}

.testimonial blockquote::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #f6f7f9;
    transform: rotate(-45deg) translateY(60%)
}

.testimonial-info {
    display: flex;
    align-items: center;
    padding: 0 2rem
}

.testimonial-info .testimonial-author-thumbnail {
    margin-right: 1.5rem;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-info img {
    width: 100%;
    height: auto
}

.testimonial-info cite {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    color: #222;
    line-height: 1
}

.testimonial-info cite span {
    display: block;
    margin-top: .7rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
    color: #999;
    line-height: 1
}

.testimonial-inversed blockquote::after {
    right: 45px;
    left: auto
}

.testimonial-inversed .testimonial-author-thumbnail {
    order: 2;
    margin-left: 1.5rem;
    margin-right: 0
}

.testimonial-inversed .testimonial-info {
    justify-content: flex-end
}

.testimonial-inversed cite {
    text-align: right
}

.testimonial-centered {
    padding: 3.8rem 3rem 4rem;
    background-color: #f6f7f9;
    text-align: center
}

.testimonial-centered .testimonial-info {
    display: block;
    margin: 0;
    padding: 0
}

.testimonial-centered .testimonial-author-thumbnail {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 7rem;
    height: 7rem
}

.testimonial-centered blockquote {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent
}

.testimonial-centered blockquote::after {
    content: none
}

.testimonial-centered .testimonial-title {
    margin-bottom: 2.6rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.2
}

.testimonial-centered blockquote {
    padding: 0
}

.testimonial-centered cite span {
    margin-top: .8rem
}

.testimonial-centered.testimonial-border {
    background-color: transparent;
    box-shadow: 0 0 0 2px #edeef0 inset
}

.testimonial-bg {
    padding: 2rem 2rem .8rem;
    background-color: transparent
}

.testimonial-bg .testimonial-author-thumbnail {
    margin-bottom: 2.3rem
}

.testimonial-bg blockquote {
    max-width: 86rem;
    color: rgba(255, 255, 255, 0.8)
}

.testimonial-bg cite {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff
}

.testimonial-bg cite span {
    color: rgba(255, 255, 255, 0.8)
}

.tooltiptext {
    font-family: iranyekan, Poppins, sans-serif;
    position: absolute;
    padding: 1rem .7rem;
    bottom: 150%;
    left: 48%;
    background-color: #333;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 0.8rem;
    transition: opacity .3s
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent
}

.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 2.6rem;
    text-transform: capitalize;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.0125em;
    color: #222
}

.title.title-center {
    justify-content: center
}

.title-line::after {
    flex: 1;
    margin-left: 3rem;
    content: '';
    height: 2px;
    background-color: #e1e1e1
}

.title-line.title-underline::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width: 479px) {
    .title-line::before {
        margin-right: 1.5rem
    }

    .title-line::after {
        margin-left: 1.5rem
    }
}

.title-underline {
    display: block;
    text-align: left
}

.title-underline:after {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.title-underline span {
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 2.28
}

.title-underline span::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #000
}

.title-wrapper .title {
    margin-bottom: .5rem
}

.title-wrapper p {
    margin-bottom: 2.3rem;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #999
}

.title-simple {
    display: block
}

.title-simple::before, .title-simple::after {
    content: none
}

.title-line:before {
    content: none
}

.title-sm {
    font-size: 2rem
}

.title-icon {
    flex-direction: column
}

.title-icon > i {
    margin-top: 1rem;
    font-size: 1.8rem;
    color: #000
}

.title-icon::before, .title-icon::after {
    content: none
}

.title-white {
    color: #fff
}

.title-white::before, .title-white::after {
    background-color: #fff;
    opacity: .1
}

.title-white > .title {
    color: #fff
}

.title-white > .title::before, .title-white > .title::after {
    background-color: #fff;
    opacity: .1
}

.title-white > p {
    color: #fff;
    opacity: .5
}

.title-link {
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #e1e1e1
}

.title-link::before, .title-link::after {
    content: none
}

.title-link a {
    color: #444;
    font-size: 1.2rem
}

.title-link a:hover {
    color: #000
}

.title-link i {
    font-size: 1rem
}

.with-link {
    display: flex;
    justify-content: space-between;
    line-height: 1
}

.with-link::after {
    background-color: #e1e1e1
}

.with-link a {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 2.05em;
    text-transform: uppercase;
    letter-spacing: -0.325px;
    color: #222222;
    transition: color .3s
}

.with-link a:hover {
    color: #000
}

.with-link i {
    margin-left: 0.9rem;
    font-size: 1.9rem;
    line-height: 0
}

.vendor-details {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.vendor-logo {
    margin-right: 1rem
}

.vendor-name {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -.025em
}

.vendor-products-count {
    font-weight: 400;
    font-size: 1.2rem;
    color: #666
}

.vendor-products.grid-type {
    display: grid;
    grid-template-columns:repeat(auto-fill, calc(100% / 3));
    grid-auto-rows: 1fr
}

.vendor-products.grid-type .vendor-product {
    grid-column-end: span 1;
    grid-row-end: span 1
}

.store {
    position: relative;
    box-shadow: 0px 0px 25px 0px #ddd;
    border-radius: .3rem;
    overflow: hidden;
    margin-bottom: 2rem
}

.store .store-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 2rem 2.5rem;
    background: rgba(0, 0, 0, 0.45);
    color: #fff
}

.store .store-title {
    display: flex;
    align-items: center
}

.store .store-title a {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
    font-size: 25px
}

.store .featured-label {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    display: inline-block;
    margin-left: 1rem;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    background: #2d54a3;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 25px -5px #afafaf
}

.store .ratings-container {
    margin: 0 0 1.1rem .2rem;
    font-size: 1.4rem;
    letter-spacing: .3em
}

.store .ratings-full::before {
    content: "î¥”" "î¥”" "î¥”" "î¥”" "î¥”";
    color: #ff0a54
}

.store p {
    margin-bottom: .2rem;
    line-height: 1.65
}

.store .store-phone {
    font-size: 1.3rem
}

.store .store-phone i {
    margin: 0 .3rem .4rem 0;
    font-size: 1.1rem;
    transform: rotateZ(93deg);
    vertical-align: middle
}

.store .store-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem 2rem 2.4rem;
    background: #fff;
    z-index: 90
}

.store .seller-avatar {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .6rem;
    position: absolute;
    background: #fff;
    right: 2.5rem;
    bottom: 6rem;
    overflow: hidden;
    box-shadow: 0px 0px 30px -6px #afafaf
}

.store .seller-avatar img {
    border-radius: 50%
}

.store .btn-link {
    text-transform: capitalize
}

.store .btn-link i {
    font-size: 2rem
}

.store-list {
    display: flex;
    align-items: center
}

.store-list .store-header {
    position: relative
}

.store-list .store-header .featured-label {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    margin-left: 0;
    padding-top: .3rem;
    padding-bottom: .3rem
}

.store-list .store-content {
    position: relative;
    background-color: #fff
}

.store-list .store-title a {
    color: #222
}

.store-list .store-footer {
    position: relative
}

.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: -.025em
}

.widget-products .widget-title {
    padding: 2.8rem .3rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.03em
}

.header {
    font-family: iranyekan, Poppins, sans-serif;
    letter-spacing: -.025em;
    background: #fff
}

.header .container, .header .container-fluid, .header .inner-wrap {
    display: flex;
    align-items: center
}

.header .inner-wrap {
    width: 100%
}

.header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    background: transparent
}

.header-transparent .fixed {
    background: #222
}

.header-top, .header-middle, .header-bottom {
    display: flex
}

.header-border {
    border-bottom: 1px solid #e1e1e1
}

.has-center .header-left, .has-center .header-right {
    flex: 1
}

.has-center .header-right {
    justify-content: flex-end
}

.has-center .header-center {
    margin-left: 2rem;
    margin-right: 2rem
}

.header-left {
    flex: 1
}

.header-left, .header-right, .header-center {
    display: flex;
    align-items: center
}

.header-right {
    margin-left: auto
}

.header-right a {
    display: flex;
    align-items: center
}

.header-top {
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.2rem;
    letter-spacing: -.025em;
    background:#000000;
    color:#ffffff;
}

.header-top .header-right > * {
    margin-left: 2.3rem
}

.header-top .header-right > *:first-child {
    margin-left: 0
}

.header-top .divider {
    margin: 0 -.3rem 0 2rem
}

.header-top .contact {
    margin-right: .2rem;
    line-height: 1
}

.header-top .contact i {
    margin-right: .7rem;
    font-size: 1.7rem
}

.header-top .help {
    line-height: 1
}

.header-top .help i {
    margin-right: .7rem;
    font-size: 1.7rem
}

.header-top .login-link i, .header-top .register-link i,
.header-top .login-links i, .header-top .register-links i {
    margin-right: .9rem;
    font-size: 1.5rem
}

.header-top .delimiter {
    margin: 0 .5rem;
    color: #aaa
}

.header-top .wishlist {
    margin-right: 2rem
}

.header-top .wishlist i {
    margin-right: .6rem;
    font-size: 1.7rem
}

.currency-dropdown a, .language-dropdown a {
    white-space: nowrap
}

.header-middle {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
    color: #222;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 700
}

.header-middle .login-link,
.header-middle .login-links {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding-bottom: .2rem
}

.header-middle .login-link span,
.header-middle .login-links span {
    cursor: pointer
}

.header-middle .login-link i,
.header-middle .login-links i {
    font-size: 2.3rem
}

.header-middle .login-link:hover,
.header-middle .login-links:hover {
    color: #000
}

.header-middle .logo {
    margin-right: 8rem;
    margin-bottom: .1rem
}

.header-middle .compare {
    margin-right: 3.5rem
}

.header-middle .compare i {
    font-size: 3.2rem;
    margin-bottom: .1rem
}

.header-middle .main-nav {
    margin-right: 1.5rem
}

.header-middle .header-right .cart-dropdown > a::after {
    content: none
}

.header-middle .icon-box {
    margin-right: 1.8rem;
    padding-bottom: .1rem;
    transition: none
}

.header-middle .icon-box:hover .icon-box-icon, .header-middle .icon-box:hover p, .header-middle .icon-box:hover .icon-box-title {
    color: inherit
}

.header-middle .icon-box-icon, .header-middle p, .header-middle .icon-box-title {
    transition: color .3s
}

.header-middle .icon-box-icon {
    margin-bottom: 0;
    padding: 0;
    font-size: 3rem
}

.header-middle .icon-box-title {
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -.027em
}

.header-middle p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    letter-spacing: -.0428em;
    line-height: 1
}

.logo {
    max-width: 200px
}

.logo img {
    display: block
}

.header-bottom {
    padding-bottom: 1.5rem;
    color: #222;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700
}

.header-bottom .header-right {
    margin-right: .3rem
}

.header-bottom .header-right i {
    margin-right: 1rem;
    font-size: 2.4rem;
    font-weight: 700
}

.welcome-msg {
    margin: 0;
    padding: 1.1rem 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: -.0125em;
    line-height: 1.5;
    white-space: nowrap
}

.header-search {
    position: relative
}

.header-search .input-wrapper {
    display: flex;
    position: relative
}

.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 1.1rem 1.5rem;
    border: 0;
    background-color: #eee;
    font-size: 1.3rem;
    letter-spacing: inherit
}

.header-search .btn-search {
    padding: 0;
    min-width: 40px;
    background-color: #000;
    border: 0;
    color: #fff;
    font-size: 2rem
}

.header-search .btn-search i {
    margin: 0 .1rem .6rem 0;
    vertical-align: middle;
    font-size: 2rem
}

.header-search .select-box {
    background-color: #f4f4f4
}

.header-search .select-box select {
    position: relative;
    padding-left: 1.1rem;
    padding-right: 3rem;
    border: 0;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0;
    z-index: 1
}

.header-search.hs-toggle .input-wrapper {
    position: absolute;
    right: -1.5rem;
    top: 100%;
    min-width: 31rem;
    padding: 1.5rem;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    z-index: 100;
    transition: transform .4s .2s, visibility .4s .2s, opacity .4s .2s
}

.header-search.hs-toggle:hover {
    color: #000
}

.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    background-color: #f4f4f4
}

.header-search.hs-toggle .btn-search {
    background-color: #f4f4f4;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #222;
    border-radius: 0
}

.header-search.hs-toggle .btn-search i {
    margin-bottom: .4rem;
    font-size: inherit
}

.header-search.hs-expanded {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    flex: 1
}

.header-search.hs-expanded .input-wrapper {
    width: 100%;
    border: 2px solid #000;
    border-radius: .5rem;
    height: 4.5rem
}

.header-search.hs-expanded .select-box {
    width: 13.2rem;
    border-radius: .5rem 0 0 .5rem;
    color: #666
}

.header-search.hs-expanded .select-box, .header-search.hs-expanded .select-box select {
    cursor: pointer
}

.header-search.hs-expanded .select-box::before {
    right: 11px;
    font-size: 1rem
}

.header-search.hs-expanded .select-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -3px;
    height: 25px;
    border-right: 1px solid #e1e1e1
}

.header-search.hs-expanded input.form-control {
    flex: 1;
    min-height: 100%;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    letter-spacing: 0;
    color: #ababab;
    background-color: #f4f4f4
}

.header-search.hs-expanded .btn-search {
    min-width: 4.7rem;
    background-color: #f4f4f4;
    color: #444;
    font-size: 1.6rem
}

.header-search.hs-expanded .btn-search:hover {
    color: #000
}

.header-search.search-left .input-wrapper {
    left: 0;
    right: auto
}

.header-search.hs-simple {
    flex: 1;
    margin-right: 2rem;
    max-width: 52.2rem
}

.header-search.hs-simple input.form-control {
    padding: 0 5rem 0 1.55rem;
    border-radius: 8px;
    border: 2px solid;
    border-color: transparent;
    font-family: inherit;
    background-color: #f0f0f1;
    font-weight: 200;
    color: #999
}

.header-search.hs-simple .btn-search {
    position: absolute;
    background: transparent;
    color: #333;
    min-width: 48px;
    height: 100%;
    border-radius: 5px;
    right: 0
}

.header-search.hs-simple .btn-search:hover {
    color: #000
}

.header .header-search.hs-toggle:hover .input-wrapper, .header-search.hs-toggle.show .input-wrapper {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform .4s;
    opacity: 1
}

.mobile-search {
    display: none
}

.mobile-search .search-toggle i {
    font-size: 2rem;
    vertical-align: middle
}

.hs-toggle.dir-up::after {
    top: auto;
    bottom: 100%;
    border-bottom-color: transparent;
    border-top-color: #fff
}

.hs-toggle.dir-up .input-wrapper {
    top: auto;
    bottom: 100%;
    transform: translate3d(0, 10px, 0)
}

.search-toggle {
    display: inline-block;
    vertical-align: middle;
    padding: 1.1rem 0;
    transition: color .3s
}

.search-toggle span {
    cursor: pointer
}

.search-toggle i {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: .9
}

.search-toggle.with-label {
    display: inline-flex;
    align-items: center
}

.search-toggle.with-label i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    font-size: 1.6rem
}

.search-toggle.with-label span {
    margin-left: .5rem;
    cursor: pointer;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: uppercase
}

.main-nav {
    margin: 0 0 0 0.3rem
}

.call {
    display: flex;
    align-items: center
}

.call span {
    font-weight: inherit;
    text-transform: uppercase;
    cursor: pointer
}

.call i + span {
    margin-left: .9rem
}

.call i {
    margin: 0 0.2rem 0.2rem 0;
    font-size: 1.8rem;
    cursor: pointer
}

.call:hover {
    color: #000
}

.wishlist {
    margin-right: 1.5rem
}

.wishlist i {
    font-size: 2.8rem;
    cursor: pointer
}

.wishlist:hover {
    color: #000
}

@keyframes fixedTop {
    from {
        transform: translateY(-100%);
        transform-origin: center top 0px
    }
    to {
        transform: translateY(0)
    }
}

@keyframes fixedBottom {
    from {
        transform: translateY(100%);
        transform-origin: center top 0px
    }
    to {
        transform: translateY(0)
    }
}

.sticky-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1100;
    animation: fixedTop .4s
}

@media (max-width: 991px) {
    .sticky-wrapper {
        height: auto !important
    }
}

.mobile-menu-toggle {
    display: none;
    margin-right: 2rem;
    font-size: 2.5rem;
    color: #222
}

.mobile-menu-toggle.menu-bar::before, .mobile-menu-toggle.menu-bar::after {
    content: '';
    display: block;
    width: 100%
}

.mobile-menu-toggle.menu-bar::before {
    height: 11px;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.mobile-menu-toggle.menu-bar::after {
    height: 9px;
    border-bottom: 2px solid
}

@media (max-width: 1199px) {
    .main-nav .menu > li {
        margin-right: 1.5rem
    }

    .header-middle .logo {
        margin-right: 2rem
    }
}

@media (max-width: 991px) {
    .header .main-nav {
        display: none
    }

    .header-top .header-left {
        margin-right: 2rem
    }

    .header-middle .header-right {
        justify-content: flex-end
    }

    .header-middle .header-right .divider {
        display: none
    }

    .header-middle .header-center {
        margin-left: auto;
        margin-right: auto
    }

    .header-middle .compare {
        margin-right: 1.5rem
    }

    .mobile-menu-toggle {
        display: block
    }
}

@media (max-width: 767px) {
    .header-middle .mobile-search {
        display: block
    }

    .header-middle .header-search {
        display: none
    }

    .header-top .login-link,
    .header-top .login-links,
    .header-top .register-link,
    .header-top .register-links,
    .header-top .divider, .header-top .delimiter {
        display: none
    }
}

@media (max-width: 480px) {
    .header-top .header-left {
        position: relative;
        overflow: hidden
    }

    .header-middle .logo {
        margin-right: 0
    }

    .header-middle .wishlist, .header-middle .divider {
        display: none
    }

    .header-middle .icon-box {
        margin-right: 1rem
    }

    .welcome-msg {
        transform: translateX(0);
        animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg
    }
}

@keyframes show_msg_first {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(-100%)
    }
}

@keyframes show_msg {
    from {
        transform: translateX(100%)
    }
    to {
        transform: translateX(-100%)
    }
}

.label-down {
    display: flex;
    flex-direction: column;
    align-items: center
}

.label-down i {
    display: inline-block
}

.label-down span {
    display: block
}

.label-down i + span {
    margin-top: .7rem
}

.label-block span {
    display: block
}

.label-block .cart-name {
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize
}

.label-block .cart-name ::after {
    content: none
}

.label-block .cart-price {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.05em
}

.label-block.cart-toggle i {
    font-size: 3rem
}

.mobile-link {
    display: block;
    margin-right: 0;
    margin-bottom: -3px
}

.mobile-link i {
    font-size: 2.4rem
}

.mobile-link + .mobile-link {
    margin-left: 2rem
}

.mobile-link:hover {
    color: #000
}

@media (min-width: 768px) {
    .mobile-link {
        display: none
    }
}

.dropdown {
    position: relative
}

.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
    transform: translate3d(0, 0, 0)
}

.dropdown:hover > a, .dropdown.show > a {
    color: #000
}

.dropdown a {
    display: flex;
    align-items: center
}

.dropdown a .dropdown-image {
    max-width: 1.4rem;
    margin-right: .7rem;
    height: auto
}

.dropdown > a {
    line-height: 1;
    padding: 9px 0
}

.dropdown > a::after {
    display: inline-block;
    margin-left: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    content: '\f078'
}

.dropdown li.active > a, .dropdown li:hover > a {
    color: #000
}

.dropdown.dir-up::after {
    border-bottom-color: transparent;
    border-top: 11px solid #fff;
    transform: translate3d(-50%, 8px, 0)
}

.dropdown.dir-up:hover .dropdown-box, .dropdown.dir-up.show .dropdown-box {
    top: auto;
    bottom: 100%
}

.dropdown.dir-up:hover::after, .dropdown.dir-up.show::after {
    top: auto;
    bottom: calc(100% - 20px);
    transform: translate3d(-50%, 0, 0)
}

.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    margin: 0;
    padding: .5rem 0;
    color: #666;
    background-color: #fff;
    box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform .2s ease-out, opacity .2s, visibility .2s;
    transform: translate3d(0, -10px, 0)
}

.dropdown-box a {
    padding: .6rem 1rem
}

.dropdown-box li {
    font-size: inherit;
    line-height: 1.1
}

@media (min-width: 992px) {
    .dropdown-expanded::after {
        content: none
    }

    .dropdown-expanded::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: -2.1rem;
        width: 1px;
        height: 2.5rem;
        background-color: #e1e1e1
    }

    .dropdown-expanded > a {
        display: none
    }

    .dropdown-expanded .dropdown-box {
        position: static;
        display: flex;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        padding: 9px 0;
        transform: none;
        color: inherit
    }

    .dropdown-expanded .dropdown-box a {
        padding: 0;
        letter-spacing: -.025em
    }

    .dropdown-expanded .dropdown-box > li {
        margin-right: 2.3rem
    }

    .dropdown-expanded .dropdown-box > li:last-child {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .dropdown.dropdown-expanded li:hover > a {
        color: #000
    }
}

.cart-dropdown > a {
    padding: .7rem 0
}

.cart-dropdown .cart-toggle {
    padding: 0.6rem 0 0.7rem
}

.cart-dropdown .cart-toggle::after {
    content: none
}

.cart-dropdown .cart-label {
    display: block;
    cursor: pointer;
    margin: 0 1rem 0 0;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: -.025em
}

.cart-dropdown .minicart-icon {
    display: inline-block;
    font-size: 1.2rem;
    color: #000
}

.cart-dropdown .minicart-icon2 {
    display: inline-block;
    font-size: 1.2rem;
    color: #000
}

.cart-dropdown .cart-count {
    display: inline-block;
    transition: color .4s;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    color: #000
}

.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.3rem
}

.cart-dropdown .cart-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.018em
}

.cart-dropdown .btn-close {
    font-size: 12px;
    font-weight: 600;
    color: #999
}

.cart-dropdown .btn-close:hover, .cart-dropdown .btn-close:focus, .cart-dropdown .btn-close:active {
    color: #000
}

.cart-dropdown .btn-close i {
    margin-right: 0;
    font-size: 1.9rem
}

.cart-dropdown .cart-total {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2.1rem;
    padding: 1.7rem 0 1.5rem;
    border-top: 1px solid #edeef0;
    border-bottom: 1px solid #edeef0;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: normal
}

.cart-dropdown .cart-total label {
    margin: 0 auto 0 .3rem;
    line-height: inherit;
    color: #666;
    font-weight: 400
}

.cart-dropdown .cart-total .price {
    font-weight: 700;
    font-size: 1.6rem;
    color: #222
}

.cart-dropdown .cart-action {
    column-gap: 10px;
    text-align: center
}

.cart-dropdown .cart-action .btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: .9em 2em;
    line-height: 1.5;
    letter-spacing: .01em
}

.cart-dropdown .cart-action .btn.btn-link {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    text-transform: capitalize;
    line-height: 1.3
}

.cart-dropdown .cart-action .btn.btn-link:hover, .cart-dropdown .cart-action .btn.btn-link:active, .cart-dropdown .cart-action .btn.btn-link:focus {
    color: #000
}

.cart-dropdown i {
    font-size: 2.4rem
}

.cart-dropdown:hover .minicart-icon {
    background: #000
}

.cart-dropdown:hover .minicart-icon::before {
    transform: rotateY(180deg)
}

.cart-dropdown:hover .cart-count {
    color: #fff
}

.cart-dropdown .dropdown-box {
    right: -1rem;
    padding: 3rem;
    min-width: 33.5rem
}

.cart-dropdown .products {
    max-height: 360px;
    overflow-x: hidden;
    margin-right: -5px;
    padding-right: 5px
}

.cart-dropdown.cart-dropdown-white .cart-label, .cart-dropdown.cart-dropdown-white .cart-price, .cart-dropdown.cart-dropdown-white .cart-count {
    color: #fff
}

.cart-dropdown.cart-dropdown-white .minicart-icon {
    border-color: #fff
}

.cart-dropdown.cart-dropdown-white:hover .minicart-icon {
    background-color: #fff
}

.cart-dropdown.cart-dropdown-white:hover .cart-count {
    color: #000
}

.cart-dropdown.type2 .cart-toggle {
    align-items: center
}

.cart-dropdown.type2:hover {
    color: #000
}

.cart-dropdown.type2 .cart-count {
    position: absolute;
    right: -8px;
    top: 3px;
    width: 1.5rem;
    height: 1.5rem;
    font-size: .9rem;
    line-height: 1.7;
    text-align: center;
    border-radius: 50%;
    background-color: #ff0a54;
    color: #fff;
    z-index: 1
}

.cart-dropdown.type2 .label-block .cart-count {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.1rem;
    font-family: 'iranyekan';
    line-height: 1.8rem
}

.cart-dropdown.type3 .cart-toggle {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #000;
    color: rgba(255, 255, 255, 0.8);
    transition: .3s
}

.cart-dropdown.type3 .cart-toggle i {
    font-size: 1.5rem;
    margin-right: 7px
}

.cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -34rem;
    max-width: 34rem;
    width: 100%;
    height: 110vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s;
    transform: none;
    z-index: 2999;
    box-shadow: none
}

.cart-dropdown.cart-offcanvas .cart-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2998;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s
}

.cart-dropdown.cart-offcanvas .btn:not(.btn-close) {
    margin-bottom: 1rem
}

.cart-dropdown.cart-offcanvas .product-cart {
    margin-top: 2rem
}

.cart-dropdown.cart-offcanvas.opened .dropdown-box {
    right: 0
}

.cart-dropdown.cart-offcanvas.opened .cart-overlay {
    opacity: 1;
    visibility: visible
}

@media (max-width: 479px) {
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 30.4rem
    }
}

.product.product-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #edeef0
}

.product.product-cart-header span, .product.product-cart-header a {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #222529
}

.product.product-cart-header a {
    padding: 0;
    padding-bottom: 0;
    color: #222529;
    line-height: 1
}

.product.product-cart-header a:hover {
    text-decoration: underline
}

.product.product-cart {
    display: flex;
    align-items: center;
    font-size: 1.3rem
}

.product.product-cart:not(:first-child) {
    margin-top: 2rem
}

.product.product-cart .product-media {
    position: static;
    width: 8rem;
    height: 9rem;
    margin-right: 1.5rem
}

.product.product-cart .product-media a {
    padding: 0
}

.product.product-cart .product-detail {
    flex: 1;
    margin: 0 1rem 0rem 0
}

.product.product-cart .product-name {
    white-space: normal;
    padding: 0;
    margin-bottom: .9rem;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: -.35px;
    font-family: iranyekan, Poppins, sans-serif;
    color: #666
}

.product.product-cart .product-name:hover {
    color: #000
}

.product.product-cart .price-box {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1
}

.product.product-cart .product-price {
    font-size: 1.6rem;
    letter-spacing: -.35px
}

.product.product-cart .product-quantity {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    font-weight: 400
}

.product.product-cart .product-quantity::after {
    margin-left: 1rem;
    content: 'X';
    text-transform: none;
    line-height: 0;
    font-size: 1.5rem
}

.product.product-cart .product-price {
    margin: 0;
    color: #222
}

.product.product-cart .btn-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    top: .9rem;
    right: -.4rem;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    font-size: 1.2rem;
    border: 1px solid #ccc
}

.product.product-cart .btn-close i {
    margin-right: 4px;
    margin-top: 0px;
    font-size: 1.2rem
}

.product.product-cart .btn-close:hover {
    color: #000;
    border-color: #000
}

.product.product-cart:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .cart-dropdown .cart-label {
        display: none
    }
}

@media (max-width: 575px) {
    .cart-dropdown .product .product-media {
        margin-right: 1rem
    }

    .cart-dropdown .dropdown-box {
        min-width: 31rem
    }

    .cart-dropdown .cart-total {
        font-size: 1.3rem
    }
}

.category-dropdown > a {
    padding: 1.7rem 1.7rem;
    background: #000
}

.category-dropdown > a::after {
    content: none
}

.category-dropdown > a i {
    font-size: 1.8rem
}

.category-dropdown > a span {
    margin-left: 1rem
}

.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 28rem;
    box-shadow: none;
    background-color: #f4f4f4;
    transition: opacity .2s, z-index 0s, transform .2s ease-out;
    visibility: hidden;
    top: 100%
}

.category-dropdown::before, .category-dropdown::after {
    left: 25px
}

.category-dropdown::after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    top: calc(100% - 20px)
}

.category-dropdown.menu-fixed .dropdown-box, .category-dropdown.menu-fixed::after {
    visibility: hidden
}

.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0);
    transition: opacity .5s, z-index 0s, transform 0s
}

.category-dropdown.dropdown.show .dropdown-box, .category-dropdown.dropdown.show::after {
    visibility: visible
}

.category-dropdown.dropdown.show::after {
    transform: translate3d(-50%, 0, 0)
}

.category-dropdown.has-border::after {
    border-bottom-color: #fff
}

.category-dropdown.has-border::before, .category-dropdown.has-border::after {
    content: '';
    position: absolute;
    z-index: 1000;
    top: -9999px;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #e1e1e1;
    transition: opacity .4s ease;
    visibility: hidden;
    opacity: 0;
    cursor: pointer
}

.category-dropdown.has-border .dropdown-box {
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.category-dropdown.has-border.menu-fixed::before {
    visibility: visible;
    opacity: 1
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed::after {
    top: 100%;
    transform: translate3d(-50%, 0, 0)
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box {
    top: calc(100% + 20px);
    transform: none
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box, .sticky-header:not(.fixed) .category-dropdown.menu-fixed::after {
    visibility: visible;
    opacity: 1
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border::before {
    top: calc(100% - 1px);
    visibility: visible;
    opacity: 1
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border::before {
        top: calc(100% - 2px)
    }
}

.menu {
    display: flex;
    align-items: center
}

.menu a {
    display: inline-block
}

.menu .menu-title {
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.menu ul {
    padding: 2rem 0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666
}

.menu li {
    position: relative;
    line-height: 1.5
}

.menu li a {
    padding: .7rem 0 .7rem 1rem
}

.menu li > ul, .menu li .megamenu {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform .2s ease-out;
    transform: translate3d(0, -10px, 0)
}

.menu li > ul {
    min-width: 22.6rem;
    background: #fff
}

.menu li > ul li {
    padding: 0 2rem
}

.menu li:hover > a:not(.menu-title), .menu .active > a:not(.menu-title) {
    color: #000
}

.menu li:hover > ul, .menu li:hover .megamenu, .menu .show > ul, .menu .show .megamenu {
    visibility: visible;
    opacity: 1;
    top: -2rem;
    transform: translate3d(0, 0, 0)
}

.menu > li {
    margin-right: 3rem
}

.menu > li:last-child {
    margin-right: 0
}

.menu > li > a {
    position: relative;
    padding: 1.3rem 0;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: capitalize
}

.menu > li > a::after {
    margin-left: .8rem
}

.menu > li > ul, .menu > li .megamenu {
    left: -1.9rem
}

.menu > li:hover > ul, .menu > li:hover .megamenu, .menu > li.show > ul, .menu > li.show .megamenu {
    top: 100%
}

.menu .submenu > a {
    position: relative;
    display: block
}

.menu > .submenu > a {
    z-index: 1001
}

.menu > .submenu > a::after {
    position: static;
    content: '\f078';
    margin-top: 0
}

.menu.no-arrow > li > a::after {
    content: none
}

.submenu > a::after {
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    right: .5rem;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1.1rem;
    color: inherit;
    content: '\f054'
}

.vertical-menu {
    display: block;
    min-width: 12rem
}

.vertical-menu > li {
    margin-right: 0;
    padding: 0 2rem
}

.vertical-menu > li > ul, .vertical-menu > li .megamenu {
    transform: translate3d(-15px, 0, 0)
}

.vertical-menu > li > a {
    display: inline-block
}

.vertical-menu > li > a::after {
    content: none
}

.vertical-menu > li:hover > ul, .vertical-menu > li:hover .megamenu, .vertical-menu > li.show > ul, .vertical-menu > li.show .megamenu {
    left: 100%;
    top: -1rem
}

.vertical-menu > .submenu::after {
    border: 11px solid transparent;
    border-right: 11px solid #fff
}

.vertical-menu > .submenu:hover::after, .vertical-menu > .submenu.show::after {
    top: 50%;
    left: calc(100% - 20px);
    transform: translate3d(0, -50%, 0)
}

.vertical-menu > .submenu > a::after {
    position: absolute;
    line-height: 0;
    content: '\f054'
}

.vertical-menu.no-arrow > li {
    display: flex
}

.vertical-menu.no-arrow > li > a::after {
    content: none
}

.toggle-menu {
    display: block
}

.toggle-menu > li {
    margin-right: 0
}

.toggle-menu .submenu::after, .toggle-menu .submenu > a::after {
    content: none
}

.toggle-menu .submenu li {
    padding: 0 .5rem
}

.toggle-menu li > ul {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    box-shadow: none
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6
}

.toggle-btn::before {
    content: "\f054";
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    transition: transform .5s
}

.show > a .toggle-btn::before {
    transform: rotate(630deg)
}

.menu-active-underline > li > a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    border: 1px solid;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s
}

.menu-active-underline > li.active > a, .menu-active-underline > li:hover > a {
    color: inherit
}

.menu-active-underline > li.active > a::before, .menu-active-underline > li:hover > a::before {
    transform-origin: left center;
    transform: scale(1, 1)
}

.main-nav {
    margin: 0 0 0 0.3rem
}

.megamenu {
    display: flex;
    padding: 1rem;
    min-width: 61.8rem;
    background: #fff
}

.megamenu ul {
    padding: 0
}

.megamenu .row {
    flex: 1;
    padding: 0 1rem
}

.megamenu .row > * {
    padding: 1.8rem 1rem .8rem
}

.megamenu .menu-banner {
    padding: 0;
    overflow: hidden
}

.megamenu .menu-banner figure {
    height: 100%
}

.megamenu .menu-banner img {
    height: 100%;
    object-fit: cover
}

.megamenu .menu-banner .btn-link:hover {
    color: #000
}

.menu-banner1 .banner-content {
    left: 9%
}

.menu-banner1 .banner-title, .menu-banner1 .banner-subtitle {
    font-size: 3.6rem
}

.menu-banner1 .banner-subtitle {
    margin-bottom: .4rem
}

.menu-banner1 .banner-title {
    margin-bottom: 1.8rem;
    padding-left: 1.2rem;
    position: relative
}

.menu-banner1 .banner-title span {
    display: inline-block;
    position: absolute;
    left: -.9rem;
    top: 50%;
    font-size: 1.2rem;
    line-height: 1;
    transform: rotateZ(-90deg) translateX(0.6rem);
    letter-spacing: -.1em
}

.menu-banner2 .banner-content {
    bottom: 10%
}

.menu-banner2 .banner-title {
    margin-bottom: .6rem;
    font-size: 2.6rem
}

.menu-banner2 .banner-subtitle {
    font-size: 1.6rem
}

.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 7px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px
}

.tip.tip-hot {
    background-color: #ff0a54
}

.tip.tip-new {
    background-color: #000
}

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-family: iranyekan, Poppins, sans-serif;
    transition: visibility .4s
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222529;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-296px);
    transition: transform .4s
}

.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: .6rem;
    height: 4rem
}

.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    color: #7a8088;
    border: 1px solid;
    border-color: #2e3237;
    border-right: 0;
    background-color: transparent
}

.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    width: 4rem;
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px
}

.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 .5rem;
    font-size: inherit
}

.mobile-menu-container .mobile-menu {
    margin-bottom: .5rem;
    background: #222529
}

.mobile-menu-container .tab {
    margin-top: 3rem
}

.mobile-menu-container .tab-content {
    background-color: transparent
}

.mobile-menu-container .nav {
    border-width: 2px
}

.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    color: #fff;
    font-size: 13px;
    padding: 10px
}

.mobile-menu-container .tab-pane {
    padding-top: 10px
}

.mobile-menu-container .nav-item:hover .nav-link {
    color: #fff;
    border-color: transparent
}

.mobile-menu-container .nav-item.show .nav-link, .mobile-menu-container .nav-item .nav-link.active {
    color: #000;
    border-color: #000
}

.mobile-menu-container .nav-item + .nav-item {
    margin-left: 1px
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb, .mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    cursor: pointer
}

.mobile-menu {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.025em;
    color: #e1e1e1;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.025em
}

.mobile-menu ul {
    display: none;
    width: 100%
}

.mobile-menu > li:first-child {
    padding-top: .5rem
}

.mobile-menu > li:last-child {
    padding-bottom: .5rem
}

.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem 0.6rem 1.3rem 1rem
}

.mobile-menu li i {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 2rem;
    margin-right: 1rem;
    line-height: 0;
    vertical-align: middle
}

.mobile-menu li li a {
    padding-left: 2.4rem
}

.mobile-menu li li li a {
    padding-left: 3.6rem
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #2e3237
}

.mobile-menu-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity .4s
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    transition: opacity .3s;
    opacity: 0
}

.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1
}

.mmenu-anim {
    transform: translateY(30%)
}

.mmenu-anim, .mmenu-anim > li {
    transition: transform .4s, opacity .3s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1)
}

.mmenu-anim > li:nth-child(0) {
    opacity: 0;
    transform: translateY(0px)
}

.mmenu-anim > li:nth-child(1) {
    opacity: 0;
    transform: translateY(50px)
}

.mmenu-anim > li:nth-child(2) {
    opacity: 0;
    transform: translateY(100px)
}

.mmenu-anim > li:nth-child(3) {
    opacity: 0;
    transform: translateY(150px)
}

.mmenu-anim > li:nth-child(4) {
    opacity: 0;
    transform: translateY(200px)
}

.mmenu-anim > li:nth-child(5) {
    opacity: 0;
    transform: translateY(250px)
}

.mmenu-anim > li:nth-child(6) {
    opacity: 0;
    transform: translateY(300px)
}

.mmenu-anim > li:nth-child(7) {
    opacity: 0;
    transform: translateY(350px)
}

.mmenu-anim > li:nth-child(8) {
    opacity: 0;
    transform: translateY(400px)
}

.mmenu-anim > li:nth-child(9) {
    opacity: 0;
    transform: translateY(450px)
}

.mmenu-anim > li:nth-child(10) {
    opacity: 0;
    transform: translateY(500px)
}

.mmenu-anim > li:nth-child(11) {
    opacity: 0;
    transform: translateY(550px)
}

.mmenu-anim > li:nth-child(12) {
    opacity: 0;
    transform: translateY(600px)
}

.mmenu-active {
    overflow: hidden
}

.mmenu-active .mmenu-anim > li, .mmenu-active .mmenu-anim {
    opacity: 1;
    transform: translateY(0)
}

.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px
}

.mmenu-active .mobile-menu-wrapper {
    visibility: visible
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0)
}

.mmenu-active .mobile-menu-overlay {
    opacity: .8
}

.mmenu-active .mobile-menu-close {
    opacity: 1
}

@media (max-width: 400px) {
    .mobile-menu-close {
        left: calc(100vw - 40px);
        top: 10px
    }
}

.category-menu {
    background: #fef0e3
}

.category-menu .menu-title {
    padding: 1.8rem 0.2rem 1.8rem;
    margin: 0;
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: iranyekan, Poppins, sans-serif;
    line-height: 1;
    letter-spacing: -.05em;
    color: #222
}

.category-menu .menu-body:last-child li:last-child {
    border: 0
}

.category-menu i {
    vertical-align: middle;
    line-height: 0;
    margin-right: 1rem;
    padding-left: .2rem;
    font-size: 2rem;
    color: #666
}

.category-menu > li > a {
    display: block;
    padding: 1.2rem 0 1.3rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.46;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #675545
}

.category-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #f0e0d1
}

.category-menu li:hover > a:not(.menu-title) {
    color: #000
}

.category-menu li:hover > a:not(.menu-title) i {
    color: inherit
}

.category-menu .submenu > a::after {
    font-size: 1rem
}

.category-menu .submenu .megamenu {
    min-width: 68.5rem;
    padding: 0 0 0 .9rem
}

.category-menu .submenu .megamenu > li {
    padding: 0 1rem;
    flex: 1
}

.category-menu .submenu .megamenu > li:last-child {
    padding-right: 0;
    flex: none
}

.category-menu .submenu .megamenu .menu-title {
    padding: 2.7rem 0rem 0.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -.025em
}

.category-menu .submenu .megamenu .divider {
    height: 1px;
    width: 100%;
    margin: 0
}

.category-menu .submenu .megamenu ul {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 1.3rem;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    min-width: auto;
    z-index: auto;
    transform: none
}

.category-menu .submenu .megamenu ul li {
    padding: 0;
    line-height: 1.2
}

.category-menu .submenu .megamenu ul li a {
    padding: 0.7rem 0
}

.category-menu .submenu .megamenu .menu-banner .banner-content {
    left: 3rem
}

.category-menu .submenu .megamenu .menu-banner .banner-subtitle {
    font-size: 1.4rem
}

.category-menu .submenu .megamenu .menu-banner .banner-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2.8rem
}

.category-menu .submenu .megamenu .menu-banner .btn-md {
    padding: 0.7em 1.41em 0.7em 1.41em
}

.category-menu .submenu .megamenu .menu-banner5 .banner-content {
    top: 2.6rem
}

.category-menu .submenu .megamenu .menu-banner5 .banner-subtitle {
    margin-bottom: 1.1rem
}

.category-menu .submenu .megamenu .menu-banner5 .banner-title {
    line-height: 1.25
}

.category-menu .submenu .megamenu.type2 {
    display: block;
    min-width: 88rem;
    padding: 0 1rem 2rem
}

.category-menu .submenu .megamenu.type2 .menu-title {
    padding-top: 1.5rem
}

.category-menu .submenu .megamenu.type2 figure {
    text-align: center
}

.category-menu ul {
    padding: 2rem 0;
    background: #fff;
    font-family: iranyekan, Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666
}

.footer {
    font-family: iranyekan, Poppins, sans-serif;
    font-size: 1.3rem;
    background: #222
}

.footer p {
    font-size: inherit
}

.footer a:not(.social-link):hover {
    color: #fff
}

.footer .social-link {
    letter-spacing: .005em;
    color: #999;
    /*border: 2px solid #999*/
    border: none;
}

.footer .social-link:hover {
    color: #fff
}

.footer .widget-title {
    border-bottom: none
}

.logo-footer, .logo-footer img {
    display: block
}

.footer-top {
    padding: 4rem 0;
    border-bottom: 1px solid #333
}

.footer-middle {
    padding: 4.2rem 0 1.8rem;
    border-bottom: 1px solid #333
}

.footer-middle .widget {
    margin-bottom: 3rem
}

.footer-middle .widget-title {
    padding: 0.6rem 0;
    margin-bottom: .9rem;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #e1e1e1
}

.footer-middle .widget-body {
    padding: 8px 0 0;
    color: #999
}

.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px
}

.footer-middle .widget-body li:last-child {
    margin-bottom: 0
}

.footer-middle .widget-instagram .widget-body {
    padding-top: 0;
    margin: -5px
}

.footer-middle .widget-instagram .col-3 {
    padding: 5px
}

.footer-middle .widget-instagram img {
    display: block;
    width: 100%;
    height: auto
}

.footer-middle label {
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc
}

.widget.widget-info a {
    font-weight: 500
}

.footer-main {
    padding: 2.6rem 0 0.4rem
}

.footer-bottom {
    padding: 2.6rem 0 3rem
}

.footer-bottom, .footer-bottom .container, .footer-bottom .container-fluid {
    display: flex;
    align-items: center
}

.footer-bottom .footer-left, .footer-bottom .footer-right {
    flex: 1
}

.footer-bottom .footer-left {
    display: flex
}

.footer-bottom .footer-right {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .footer-top .logo-footer {
        margin-bottom: 2.7rem
    }

    .footer-top .logo-footer img {
        margin-left: auto;
        margin-right: auto
    }

    .newsletter-info {
        margin-bottom: 2rem
    }

    .footer-middle {
        padding: 4.8rem 0 4.8rem
    }

    .footer-middle .widget-body {
        padding: 0
    }

    .footer-bottom, .footer-bottom > .container {
        display: block
    }

    .footer-bottom .footer-left, .footer-bottom .footer-right {
        justify-content: center
    }

    .footer-bottom .footer-left, .footer-bottom .footer-center {
        margin-bottom: 2.7rem
    }

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

.footer .copyright {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.5
}

.widget-newsletter .newsletter-info {
    /*max-width: 35rem;*/
    width: 100%
}

.widget-newsletter .input-wrapper-inline {
    height: 4.9rem
}

.widget-newsletter .input-wrapper {
    max-width: 48rem
}

.widget-newsletter input {
    min-height: 100%;
    border: 0;
    border-radius: .3rem;
    color: #999;
    background: #2c2c2c
}

.widget-newsletter .widget-title {
    padding: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.015em;
    text-transform: inherit;
    line-height: 1;
    color: #fff
}

.widget-newsletter p {
    margin-bottom: .1rem;
    font-family: inherit;
    font-size: 1.4rem;
    letter-spacing: -.005em;
    line-height: 1.23;
    color: #999
}

.widget-newsletter .btn {
    padding: 1.2em 1.33em 1.07em
}

.widget-newsletter .btn i {
    font-size: 1.6rem;
    margin: -.4rem 0 0 .6rem
}

.footer .widget-category .category-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 2rem
}

.footer .widget-category .category-name {
    margin-bottom: 0;
    margin-right: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #ccc
}

.footer .widget-category a {
    display: inline-block;
    position: relative;
    margin-right: 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #999
}

.footer .widget-category a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.3s
}

.footer .widget-category a:hover::before {
    transform: scale(1)
}

.footer .widget-category a:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 14px;
    margin-left: 1rem;
    top: 50%;
    border-left: 1px solid #454545;
    transform: translateY(-50%)
}

.footer .widget-about .logo-footer {
    display: block;
    margin-bottom: 1.6rem
}

.footer .widget-about p {
    margin-bottom: 3rem;
    color: #999;
    line-height: 1.85;
    letter-spacing: -.025em
}

.footer .widget-about .widget-body {
    padding: 0
}

.payment img {
    display: block
}

.sticky-footer {
    display: flex
}

.sticky-footer > * {
    flex: 1
}

.sticky-footer .search-toggle {
    padding: 0;
    color: inherit
}

.sticky-footer .header-search.show, .sticky-footer .header-search:hover {
    color: #222
}

.sticky-footer .hs-toggle .input-wrapper {
    min-width: 29rem;
    right: 1.5rem;
    margin-bottom: 2rem
}

.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem
}

.sticky-link i {
    width: 2.3rem;
    height: 2.4rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    transform: translateY(0);
    transition: transform .35s ease
}

.sticky-link i.d-icon-search {
    font-size: 1.9rem
}

.sticky-link span {
    margin-top: .8rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase
}

.sticky-link.active {
    color: #222
}

.sticky-link:hover {
    color: #222
}

.sticky-link:hover i {
    transform: translateY(-5px)
}

@media (min-width: 576px) {
    .sticky-footer {
        padding: 0 4rem
    }
}

@media (min-width: 768px) {
    .sticky-footer {
        display: none
    }
}

@media (max-width: 991px) {
    .footer-middle .row > div:last-child .widget {
        margin-bottom: 1rem
    }
}

.about-us .breadcrumb {
    padding: 1.2rem 0 1.1rem
}

.about-us .page-header {
    height: 30.1rem
}

.about-us .page-subtitle {
    margin: .5rem 0 .6rem
}

.about-us .page-title {
    margin-bottom: 1.3rem;
    font-size: 5rem;
    letter-spacing: -.042em
}

.about-us .page-desc {
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .007em
}

.about-us .counter {
    padding: 4.5rem 1rem 4.2rem;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05)
}

.about-us .counter p {
    line-height: 1.72
}

.about-us .section-title {
    letter-spacing: -.06em
}

.about-us .store-section .banner-radius {
    border-radius: .3rem
}

.about-us .customer-section, .about-us .store-section {
    margin-bottom: 2.4rem
}

.about-section {
    margin: .1rem 0 3.1rem
}

.about-section .section-subtitle {
    margin-bottom: .2rem
}

.about-section .section-title {
    margin-bottom: 2.2rem
}

.about-section .section-desc {
    margin-bottom: 8px;
    line-height: 1.6
}

.customer-section .section-subtitle, .store-section .section-subtitle {
    margin-bottom: .7rem
}

.customer-section .section-title, .store-section .section-title {
    margin-bottom: 1.9rem
}

.customer-section .section-desc, .store-section .section-desc {
    margin-bottom: 4.2rem;
    letter-spacing: -.036em;
    line-height: 1.75
}

.customer-section .btn, .store-section .btn {
    margin-bottom: .7rem
}

.customer-section .btn i, .store-section .btn i {
    font-size: 2.1rem
}

.brand-section .owl-stage-outer {
    padding: 3rem 0;
    margin: -3rem 0
}

.brand-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14.2rem;
    object-fit: contain;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05)
}

@media (min-width: 992px) {
    .about-section .section-desc {
        max-width: 28rem
    }
}

@media (min-width: 768px) {
    .about-us .store-section .row > div:first-child {
        padding-left: 6rem
    }
}

@media (max-width: 767px) {
    .customer-section img, .store-section img {
        width: 100%
    }

    .order-md-first {
        order: 1
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 2.5rem
    }
}

.account {
    line-height: 2.15
}

.account .title {
    font-size: 3rem;
    letter-spacing: -.035em
}

.account p {
    font-family: iranyekan, Poppins, sans-serif;
    line-height: 2.15;
    letter-spacing: -.017em
}

.account p span {
    color: #333
}

.account p:first-child {
    letter-spacing: -.005em
}

.account p .link-to-tab {
    text-decoration: underline
}

.account #dashboard p {
    color: #777
}

.account .btn.btn-dark {
    padding: 0.93em 1.97em
}

.account label {
    display: block;
    padding-left: .2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1
}

.account .form-control {
    font-size: 1.3rem;
    font-family: iranyekan, Poppins, sans-serif;
    transition: background-color .3s, border-color .3s;
    color: #999;
    border-radius: .3rem
}

.account .form-control:focus {
    border-color: #222
}

.account .nav-tabs {
    width: auto;
    border-right: none
}

.account .nav-item {
    border-bottom: 1px solid #eee;
    color: #222
}

.account .nav-item a {
    display: block;
    padding: 1.7rem .8rem 1.6rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1;
    text-transform: none
}

.account .nav-item:hover .nav-link {
    color: #000
}

.account .nav-item.show .nav-link, .account .nav-item .nav-link.active {
    color: #000
}

.account .tab-pane {
    padding: .8rem 0 0
}

.account thead {
    text-align: left
}

.account thead th {
    padding: 1.5rem 0;
    background-color: #f4f4f4
}

.account tbody td {
    padding: 1.5rem 1rem 1.5rem 0
}

.account tbody tr:nth-child(2n) td {
    background-color: #f4f4f4
}

.account td:first-child {
    padding-left: 1rem
}

.account .order-total {
    width: 25.9rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666
}

.account fieldset {
    margin: 7rem 0 2rem;
    padding: 2rem 2rem 1rem;
    border: 1px solid #e1e1e1
}

.account legend {
    color: #222
}

.account .btn {
    padding: 1em 1.87em
}

.account .order-table {
    border: 1px solid #eee
}

.account .order-action .btn {
    padding: 0
}

#downloads .btn, .card-address .btn {
    padding: 0
}

.card-address .btn i {
    font-size: 1.4rem
}

.order-number {
    width: 11.4rem;
    color: #000
}

.order-date {
    width: 24.8rem;
    color: #666
}

.order-status {
    width: 14.7rem;
    font-size: 1.2rem;
    color: #222
}

.order-status span {
    display: inline-block;
    padding: .1rem .5rem;
    background-color: #ccc;
    border-radius: .3rem;
    line-height: 1.9
}

.card-address p {
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .account .nav-tabs {
        width: 100%
    }

    .account .tab-content {
        padding-left: 1.5rem
    }
}

@media (max-width: 479px) {
    .order-action, thead th:last-child {
        display: none
    }
}

.section-buttons .row {
    justify-content: center;
    text-align: center
}

.section-buttons.grey-section .title-wrapper p {
    color: #666
}

.section-buttons.background-section {
    padding: 6.6rem 0 5rem
}

.section-buttons.background-section p {
    font-size: 1rem
}

.section-buttons .btn {
    margin-bottom: 2rem
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.btn-wrapper .btn {
    margin-left: 1rem;
    margin-right: 1rem
}

.btn-wrapper .btn-block {
    max-width: 18rem
}

@media (min-width: 992px) {
    .btn-wrapper .btn {
        margin: 1.4rem 0
    }

    .btn-wrapper .btn:not(:last-child) {
        margin-right: 2rem
    }
}

@media (max-width: 479px) {
    .btn {
        font-size: 1.2rem
    }
}

.default-section {
    margin-top: 8.8rem
}

.masonry-section .height-x1 {
    height: 21.5rem
}

.masonry-section .height-x2 {
    height: 43rem
}

.masonry-section .category-banner {
    height: 100%
}

.masonry-section .category-banner .category-media, .masonry-section .category-banner > a {
    display: block;
    height: 100%
}

.masonry-section .category-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.badge-section .height-x1 {
    height: 30rem
}

.badge-section .height-x2 {
    height: 60rem
}

.badge-section .category-badge {
    overflow: hidden;
    height: 100%
}

.badge-section .category-badge .category-media, .badge-section .category-badge > a {
    display: block;
    height: 100%
}

.badge-section .category-badge img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    section.masonry-section .height-x1, section.badge-section .height-x1 {
        height: 18rem
    }

    section.masonry-section .height-x2, section.badge-section .height-x2 {
        height: 36rem
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .badge-section .category-badge img {
        height: 100%;
        width: auto
    }

    .masonry-section .category-banner img {
        height: 100%;
        width: auto
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
    .badge-section .category-badge img {
        width: 100%;
        height: auto
    }

    .masonry-section .category-banner img {
        width: 100%;
        height: auto
    }
}

.countdown-coming {
    text-align: left
}

.countdown-coming .countdown-row {
    display: flex;
    justify-content: center;
    line-height: 1
}

.countdown-coming .countdown-amount {
    display: block;
    padding: 0 4.2rem;
    font-size: 3rem;
    color: #222;
    letter-spacing: -.025em
}

.countdown-coming .countdown-period {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis
}

.countdown-coming .countdown-section:not(:first-child)::before {
    content: ':';
    position: absolute;
    color: #ccc;
    font-size: 3rem;
    line-height: .9;
    transform: translate(-3px)
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .countdown-coming .countdown-amount {
        padding: 0 2.1rem
    }
}

.coming-section .row {
    min-height: 100vh
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .coming-section .row {
        height: 1px
    }
}

.coming-section h1 {
    font-size: 5rem;
    font-weight: 900
}

.coming-section p {
    line-height: 2.15;
    letter-spacing: -.01em
}

.coming-section form {
    position: relative
}

.coming-section .form-control {
    font-weight: 300;
    border-color: #dadada;
    padding: 1.15rem 13rem 1.15rem 1.5rem
}

.coming-section .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.55rem 2.85rem;
    font-size: 1.3rem;
    border-radius: 0
}

.coming-section .btn:hover {
    background: #000;
    color: #fff
}

.coming-section .social-link {
    border-width: 1px;
    line-height: 28px;
    margin-right: 5px
}

@media (max-width: 479px) {
    .coming-section {
        padding-bottom: 1px
    }

    .countdown-coming .countdown-amount {
        font-size: 2.7rem
    }

    .countdown-coming .countdown-period {
        font-size: 1.3rem
    }
}

.contact-us .breadcrumb {
    padding: 1.2rem 0 1.1rem
}

.contact-us .breadcrumb li:last-child {
    color: #666
}

.contact-us .breadcrumb li:not(:last-child) a, .contact-us .breadcrumb li:not(:last-child)::after {
    opacity: .7
}

.contact-us .page-header {
    height: 30.2rem
}

.contact-us .page-title {
    font-size: 5rem
}

.contact-us .grey-section {
    background-color: #f7f7f9
}

.contact-us .store-section .title {
    font-size: 3rem
}

.grey-section {
    padding: 2.5rem 3.2rem 1.4rem
}

.grey-section h4 {
    font-size: 2rem;
    line-height: 1.1
}

.grey-section p {
    margin-bottom: 3.2rem;
    line-height: 1.72
}

.contact-section form h4 {
    margin-bottom: .3rem
}

.contact-section form p {
    margin-bottom: 2.4rem;
    font-size: 1.3rem
}

.contact-section .form-control {
    border-radius: .3rem
}

.contact-section .form-control::placeholder {
    color: #999
}

.contact-section textarea {
    min-height: 15rem;
    padding: 1rem 2rem
}

.contact-section .btn i {
    font-size: 1.6rem;
    margin-left: 1rem;
    margin-bottom: .2rem
}

.contact-section .btn i::before {
    font-weight: 600
}

.error-section {
    background: #f7f7f7;
    height: 694px
}

.error-section h1 {
    font-size: 3.4rem
}

.error-section .btn {
    padding: 1em 3.6em
}

.product-wrapper.row [class*='col-'] {
    margin-bottom: 2rem
}

.card-body ul {
    padding-left: 0;
    list-style-type: none
}

.owl-nav-top .owl-nav i {
    padding-left: 0;
    padding-right: 0
}

.cta-simple {
    position: relative;
    overflow: hidden;
    background-color: #edeef0
}

.cta-simple::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 50%;
    background: linear-gradient(135deg, #08c 0%, #000 50%, transparent 50.1%)
}

.cta-simple .banner-content {
    position: relative;
    margin: 1.5rem;
    padding: 3.4rem 0;
    z-index: 3
}

.cta-simple .banner-header {
    position: relative;
    max-width: 29.1%;
    flex: 0 0 29.1%;
    text-align: right
}

.cta-simple .banner-header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .5rem;
    height: 9rem;
    background-color: #edeef0
}

.cta-simple .banner-text {
    flex-grow: 1
}

.cta-simple .banner-title {
    margin-bottom: .2rem;
    font-size: 3em
}

.cta-simple .banner-subtitle {
    margin-bottom: 0;
    font-size: 2em
}

.cta-simple .banner-text h4 {
    font-size: 2em;
    line-height: 1.3
}

.cta-simple .btn {
    position: relative;
    margin-right: 5.2rem;
    padding: 1.38em 2em;
    min-width: 18rem;
    overflow: hidden;
    background: transparent;
    transition: opacity .3s;
    border: 0
}

.cta-simple .btn::before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    width: 200%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(90deg, #000, #08c, #000);
    transition: left .3s
}

.cta-simple .btn:hover::before {
    left: 0
}

.banner-1 img, .banner-2 img {
    min-height: 30rem;
    object-fit: cover
}

.banner-1 {
    background-color: #4f4f4f
}

.banner-1 .banner-title {
    margin-bottom: 1.1rem;
    font-size: 4em
}

.banner-1 .banner-subtitle {
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 3em
}

.banner-1 p {
    margin-bottom: 2.4rem;
    font-size: 1.6em;
    line-height: 1.25
}

.banner-1 .btn {
    padding: .77em 1.12em
}

.banner-2 {
    background-color: #2b579a
}

.banner-2 .banner-content {
    width: 69%
}

.banner-2 .banner-title {
    font-size: 3em;
    line-height: 1.06
}

.banner-2 p {
    margin-bottom: 1.6rem;
    font-size: 1.6em;
    line-height: 1.2
}

.banner-2 input.form-control {
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2rem
}

.banner-2 .btn {
    padding: .77em 1.35em
}

.banner-2 .btn:hover, .banner-2 .btn:active, .banner-2 .btn:focus {
    border-color: #fff
}

.banner-group .banner-title {
    font-size: 3em;
    line-height: 1.2;
    letter-spacing: -.02em
}

.banner-group .banner-subtitle {
    margin-bottom: 1.8rem;
    font-size: 1.4em;
    line-height: 1.2;
    letter-spacing: .01em
}

.banner-group .btn {
    font-weight: 500
}

.banner-group .btn i {
    margin-left: .8rem;
    font-size: 1.9rem;
    vertical-align: middle
}

.banner-group img {
    min-height: 22rem;
    object-fit: cover
}

.banner-3 {
    background-color: #ccc
}

.banner-3 .banner-content {
    left: 7.8%
}

.banner-4 {
    background-color: #ccc
}

.banner-4 .banner-content {
    padding: 0 2.9rem
}

.banner-4 .banner-content > div {
    padding-top: .2rem
}

.banner-4 .banner-subtitle {
    margin-bottom: -0.4rem;
    letter-spacing: -.0428em;
    line-height: 1.3
}

.banner-4 .banner-subtitle span {
    font-family: 'Segoe Script', sans-serif;
    font-size: 1.71em
}

.banner-4 .banner-title {
    font-size: 5em
}

.banner-4 .btn {
    padding: 1.5em 2.1em 1.5em 2.1em;
    font-size: 1.2rem
}

.banner-5 {
    background-color: #ccc
}

.banner-5 .banner-content {
    right: 10.5%
}

.banner-newsletter {
    border: 2px solid #000
}

.banner-newsletter .banner-content {
    padding: 1.8rem 0
}

.banner-newsletter .icon-box {
    justify-content: flex-start
}

.banner-newsletter .icon-box p {
    line-height: 1.43;
    letter-spacing: .01em
}

.banner-newsletter .icon-box-icon {
    margin: 0 2.4rem 0 0;
    font-size: 4.5rem
}

.banner-newsletter .icon-box-title {
    font-size: 1.8rem;
    line-height: .9
}

.banner-newsletter .input-wrapper {
    height: 4.8rem
}

.banner-newsletter .input-wrapper .form-control {
    border: 1px solid #e4e4e4;
    border-right: 0
}

.banner-newsletter .input-wrapper .btn {
    padding: 1em 2.7em
}

.banner-background {
    padding: 9.4rem 0 10.3rem;
    background-color: #6b6b6b
}

.banner-background .banner-subtitle {
    margin-bottom: 1.6rem;
    font-family: 'Segoe Script', sans-serif;
    font-size: 3em;
    line-height: 1.6
}

.banner-background .banner-title {
    margin-bottom: .7rem;
    font-size: 5em;
    letter-spacing: -.025em
}

.banner-background p {
    margin-bottom: 2.8rem;
    font-weight: 500;
    font-size: 1.8em
}

.banner-background .input-wrapper {
    max-width: 60rem;
    width: 100%;
    height: 4.8rem
}

.banner-background .input-wrapper .form-control {
    position: relative;
    flex: 1;
    padding-left: 2.4rem;
    border: 1px solid #e7e7e7;
    border-right: 0;
    font-size: 1.2rem
}

.banner-background .input-wrapper .btn {
    min-width: 12.3rem
}

.banner-background .btn {
    padding: 1.22em 2.7em;
    font-weight: 600
}

.label-star {
    align-items: center;
    padding: 9px 7px 5px;
    border-radius: .3rem;
    line-height: 1
}

.label-star::before, .label-star::after {
    animation: 4s linear 0s infinite rotateStar;
    content: '\f005';
    display: inline-block;
    margin: .5rem .5rem .5rem 1.5rem;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-size: .467em;
    font-weight: 400
}

.label-star::before {
    margin-left: .5rem;
    animation-direction: reverse
}

@media (max-width: 991px) {
    .cta-simple .banner-content {
        text-align: center
    }

    .cta-simple .banner-header {
        max-width: 100%;
        text-align: center
    }

    .cta-simple .banner-header::after {
        height: .5rem;
        width: 80%;
        top: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .cta-simple .banner-text {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cta-simple .btn {
        margin: 0
    }

    .banner-2 .banner-content {
        width: 100%;
        padding: 0 3rem
    }

    .banner-newsletter .icon-box {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .banner-4 .banner-content {
        display: block !important
    }
}

@media (max-width: 575px) {
    .banner {
        font-size: .9rem
    }

    .banner-group .banner {
        font-size: 1.2rem
    }

    .banner-newsletter .icon-box {
        display: block;
        text-align: center
    }

    .banner-newsletter .icon-box-icon {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .banner-newsletter .icon-box-content {
        text-align: center
    }
}

@media (max-width: 479px) {
    .banner-group .banner {
        font-size: 1rem
    }
}

.instagram-masonry .height-x25 {
    height: 407px
}

.instagram-masonry .height-x2 {
    height: 326px
}

.instagram-masonry .height-x1 {
    height: 163px
}

.instagram-masonry .height-x15 {
    height: 244px
}

.instagram-masonry .grid-item {
    overflow: hidden;
    padding: 1rem
}

.instagram-masonry img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.instagram-masonry .instagram {
    height: 100%
}

@media (max-width: 767px) {
    .instagram-masonry .height-x25 {
        height: 305px
    }

    .instagram-masonry .height-x2 {
        height: 244px
    }

    .instagram-masonry .height-x1 {
        height: 122px
    }

    .instagram-masonry .height-x15 {
        height: 183px
    }
}

.posts {
    transition: height .4s
}

.posts .post-meta a:not(:first-child) {
    margin-left: .5rem
}

.posts .post-cats {
    margin-bottom: 1.6rem
}

.posts .btn::after {
    margin-top: 4px
}

.posts .video-play {
    text-align: center;
    width: 6.8rem;
    height: 6.8rem;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 6.4rem;
    transition: background .3s, color .3s, box-shadow .3s, opacity .3s
}

.posts .video-play:hover {
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
    background: #fff;
    color: #000
}

.posts .post.paused .video-play::before, .posts .post .video-play::before {
    margin-left: 4px;
    content: '\f04b'
}

.posts .post.playing .video-play::before {
    margin-left: 0;
    content: '\f04c'
}

.posts .btn i {
    margin-left: .3rem;
    font-size: 1.4rem
}

.posts .post-classic .post-content, .posts .post-list .post-content, .posts .post-grid .post-content {
    line-height: 1.85
}

.posts .post-classic .post-details {
    padding: 3.8rem .5rem 2rem
}

.posts .post-classic .post-title {
    margin-bottom: 1.4rem
}

.posts .post-classic .post-content {
    margin-bottom: 2.8rem
}

.posts .post-list .post-details {
    padding-top: 3.8rem
}

.posts .post-grid {
    margin-bottom: 1.5rem
}

.posts .post-grid .post-details {
    padding-left: .5rem;
    padding-right: .5rem
}

.posts .post-grid .post-meta {
    margin-bottom: .4rem
}

.posts .post-grid .post-content {
    margin-bottom: 2.8rem
}

.post-slider .owl-stage-outer {
    padding: 3rem 2rem;
    margin: -3rem -2rem
}

@media (min-width: 1600px) {
    .post-slider .owl-stage-outer {
        padding: 5rem;
        margin: -5rem
    }

    .post-slider .post-frame {
        box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.05)
    }
}

@media (min-width: 1200px) {
    .posts .post-list .post-media {
        margin-right: 2rem;
        width: calc(42.74% - 2rem)
    }

    .posts .post-list .post-details {
        width: 57.26%
    }
}

@media (max-width: 767px) {
    .posts .post-list {
        display: block
    }

    .posts .post-list .post-media, .posts .post-list .post-details {
        margin: 0;
        width: 100%
    }
}

.shop-banner-default .banner-subtitle, .shop-boxed-banner .banner-subtitle {
    margin-bottom: .6rem;
    font-size: 2em
}

.shop-banner-default .banner-title, .shop-boxed-banner .banner-title {
    margin-bottom: 2.4rem;
    font-size: 4em;
    letter-spacing: -.035em
}

.shop-banner-default .btn, .shop-boxed-banner .btn {
    padding: 1.2em 2.8em;
    border-color: #919EB2
}

.shop-banner-default .btn i, .shop-boxed-banner .btn i {
    vertical-align: middle;
    margin-left: .7rem;
    font-size: 2.2rem
}

.shop-banner-default .btn:hover, .shop-banner-default .btn:active, .shop-banner-default .btn:focus, .shop-boxed-banner .btn:hover, .shop-boxed-banner .btn:active, .shop-boxed-banner .btn:focus {
    border-color: #fff
}

.shop-banner-default {
    padding: 7.5rem 5.7% 8.3rem
}

.shop-boxed-banner {
    padding: 7.4rem 7% 8.4rem
}

.toolbox, .toolbox-left, .toolbox-right, .toolbox-item, .toolbox-item-full {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.toolbox {
    justify-content: space-between
}

.toolbox {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 3.5rem .2rem 1rem;
    transition: margin .4s;
    background-color: #fff
}

.toolbox.sticky-toolbox {
    padding-top: 3rem
}

.toolbox > *:not(:last-child), .toolbox-left > *:not(:last-child), .toolbox-right > *:not(:last-child) {
    margin-right: 1.8rem
}

.toolbox label {
    margin-right: .8rem;
    font-weight: 600;
    text-transform: uppercase
}

.toolbox select {
    cursor: pointer;
    padding-top: .85rem;
    padding-bottom: .85rem;
    border-radius: 8px;
    border-color: #ccc
}

.toolbox .select-box .form-control {
    color: #222
}

.toolbox .select-box::before {
    font-size: 1rem;
    right: 1rem
}

.toolbox .toolbox-sort .form-control {
    max-width: 15rem;
    padding-left: 1.4rem
}

.toolbox .toolbox-sort::before {
    right: 1.4rem
}

.toolbox-item {
    flex-wrap: nowrap;
    margin-bottom: 1rem
}

.toolbox-item label {
    color: #222
}

.toolbox-item-full {
    flex-basis: 100%
}

.btn-layout {
    color: #dadada;
    font-size: 22px;
    padding: 0 2px
}

.btn-layout:last-child {
    padding-right: 0
}

.btn-layout:hover, .btn-layout.active {
    color: #333
}

.btn-layout + .btn-layout {
    margin-left: 2px
}

.select-menu {
    color: #222
}

.select-menu::before {
    right: 1.25em;
    font-size: 1.2rem;
    margin-top: 1px
}

.select-menu ul, .select-menu ul::before {
    content: '';
    position: absolute;
    border: 1px solid #eee;
    width: 11px
}

.select-menu ul {
    top: 100%;
    z-index: 100;
    width: 18rem;
    margin-top: 1rem;
    padding: 1rem 1.4rem 1rem;
    background: #fff;
    opacity: 0;
    visibility: hidden
}

.select-menu ul::before {
    top: -6px;
    left: 22px;
    height: 11px;
    border-width: 1px 0 0 1px;
    background: #fff;
    transform: rotate(45deg)
}

.select-menu.opened > ul {
    opacity: 1;
    visibility: visible
}

.select-menu select, .select-menu-toggle {
    position: relative;
    border: 1px solid #ccc;
    padding: .8rem 4rem .8rem 1.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: -.03em
}

.select-menu-toggle {
    border-radius: 2px
}

.select-menu select {
    max-width: 17.2rem;
    padding: .85rem 2.6rem .85rem .9rem
}

.select-item {
    padding: 6px .7rem 4px 1.2rem;
    color: #222;
    background: #eee;
    letter-spacing: -.01em
}

.select-item i {
    padding: .5rem .6rem .7rem;
    margin-left: 5px;
    font-size: 9px;
    vertical-align: middle
}

.select-items {
    display: none
}

.toolbox + .select-items {
    font-size: 1.2rem;
    margin: 2px 0 1.8rem
}

.select-items > * {
    display: inline-block;
    margin: 0 .8rem .5rem 0
}

.select-items .filter-clean {
    margin-left: 1.2rem
}

.sticky-content-wrapper + .select-items {
    font-size: 1.2rem;
    margin: 2px 0 1.8rem
}

.toolbox-pagination {
    position: relative;
    margin-bottom: 1rem;
    padding: 2.5rem .2rem;
    border-top: 1px solid #e1e1e1
}

.toolbox-horizontal .show-info {
    color: #999;
    font-size: inherit
}

.toolbox-horizontal.fixed .sidebar-overlay, .toolbox-horizontal.fixed .sidebar-content {
    min-height: 100vh
}

.toolbox .toolbox-left .left-sidebar-toggle, .sidebar-content .filter-actions .sidebar-toggle-btn, .toolbox .top-sidebar-toggle, .right-sidebar-toggle {
    padding: .61em .92em .61em;
    margin-right: 2rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 8px;
}

.toolbox .toolbox-left .left-sidebar-toggle .d-icon-filter-2, .sidebar-content .filter-actions .sidebar-toggle-btn .d-icon-filter-2, .toolbox .top-sidebar-toggle .d-icon-filter-2, .right-sidebar-toggle .d-icon-filter-2 {
    font-size: 1.4rem
}

.toolbox .toolbox-left .left-sidebar-toggle .d-icon-filter-2::before, .sidebar-content .filter-actions .sidebar-toggle-btn .d-icon-filter-2::before, .toolbox .top-sidebar-toggle .d-icon-filter-2::before, .right-sidebar-toggle .d-icon-filter-2::before {
    font-weight: 600
}

.toolbox .toolbox-left .left-sidebar-toggle {
    font-weight: 600
}

.toolbox-item.right-sidebar-toggle {
    margin-right: 0
}

.toolbox-wrap {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.3
}

.toolbox-wrap .toolbox > * {
    line-height: 37px
}

.toolbox-wrap .toolbox-layout {
    display: flex
}

.toolbox-wrap option {
    text-transform: none
}

.toolbox-wrap .toolbox-layout {
    display: flex
}

.toolbox-wrap .sidebar-content .widget-title {
    padding-bottom: 1rem
}

.sticky-toolbox.fixed {
    position: fixed;
    background-color: #fff;
    padding: 1rem 2rem 0
}

.widget .widget-body .filter-actions {
    display: block;
    padding: 0 0 1.5rem .2rem
}

.filter-price-text {
    font-size: 1.3rem;
    color: #222
}

.filter-items a::before {
    content: '';
    position: absolute;
    border: 1px solid #999;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: -2.7rem;
    font-size: .7em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: center;
    text-indent: 1px;
    line-height: 1.7em
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .filter-items a::before {
        text-indent: 0
    }
}

.toolbox .btn-link {
    padding: 0
}

.filter-clean {
    font-size: 1.4rem;
    margin-left: auto;
    color: #222;
    transition: color .3s
}

.filter-clean:hover {
    color: #000
}

.shop-sidebar {
    position: relative
}

.shop-sidebar .btn-outline:not(:hover) {
    color: #000;
    background: #fff
}

.shop-sidebar .sidebar-toggle-btn, .shop-sidebar .left-sidebar-toggle {
    padding: .8em 1.04em
}

.shop-sidebar .filter-actions {
    display: flex;
    align-items: center;
    padding-right: .6rem;
    margin-bottom: 2rem
}

.btn-icon-right i {
    margin-left: .8rem;
    font-size: 1.8rem
}

@media (min-width: 992px) {
    .sidebar:not(.closed) .sticky-sidebar-fixed > .filter-actions {
        visibility: hidden
    }

    .sidebar-fixed {
        transition: margin .4s
    }

    .sidebar-fixed .filter-actions:first-child {
        padding-top: 3rem
    }

    .sidebar-fixed + .main-content {
        transition: flex-basis .4s, max-width .4s
    }

    .sticky-sidebar-wrapper.closed {
        height: 0
    }

    .closed.sidebar {
        margin-left: -25%
    }

    .closed.right-sidebar {
        margin-right: -25%
    }

    .closed + .main-content {
        max-width: 100%;
        flex-basis: 100%
    }

    .main-content-wrap {
        overflow: hidden
    }

    .sidebar-toggle-remain .toggle-remain {
        position: absolute;
        transition: .4s;
        left: 0
    }
}

@media (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .sidebar-toggle-remain .toggle-remain {
        top: 2.7rem
    }
}

@media (min-width: 992px) {
    .sidebar-toggle-remain .filter-clean {
        line-height: 3.7rem
    }

    .sidebar-toggle-remain.sidebar .toggle-remain i {
        transition: transform .3s
    }

    .sidebar-toggle-remain.sidebar.closed .toggle-remain {
        left: calc(100% + 30px)
    }

    .sidebar-toggle-remain.sidebar.closed .toggle-remain i {
        transform: rotateY(180deg)
    }

    .sidebar-toggle-remain.sidebar.closed + * > .toolbox:first-child {
        margin-left: 10.8rem
    }

    .sidebar-toggle-remain.sidebar .toggle-remain::before {
        content: '';
        position: absolute;
        background-color: #fff;
        right: calc(100% + 2px);
        width: 20px;
        bottom: -2px;
        top: -2px
    }

    .sidebar-toggle-remain.right-sidebar.closed .toggle-remain {
        left: -3rem;
        transform: translateX(-100%)
    }

    .sidebar-toggle-remain.right-sidebar.closed .toggle-remain i::before {
        content: "\e97e"
    }

    .sidebar-toggle-remain.right-sidebar.closed + * > .toolbox:first-child {
        padding-right: 11rem
    }

    .toolbox-wrap .sidebar-content {
        border-top: 3px solid #eee;
        transition: border .3s
    }

    .toolbox-wrap .sidebar-content > div {
        border-bottom: 3px solid #eee
    }

    .toolbox-wrap .sidebar-content .widget {
        border: none
    }

    .shop-sidebar .filter-actions {
        margin-bottom: 0
    }
}

@media (max-width: 479px) {
    .sticky-toolbox.fixed {
        padding: 1rem 1.5rem 0
    }

    .toolbox {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width: 575px) {
    .toolbox-item.select-box {
        margin-right: 0
    }

    .toolbox-item.select-box ~ .toolbox-item.right-sidebar-toggle {
        margin-left: 1rem
    }

    .toolbox-item.toolbox-layout {
        display: none
    }

    .toolbox .toolbox-left .left-sidebar-toggle, .sticky-sidebar .filter-actions .sidebar-toggle-btn {
        margin-right: 1rem
    }

    .toolbox .toolbox-left {
        margin: 0
    }

    .toolbox .left-sidebar-toggle {
        margin-right: 0.5rem
    }

    .toolbox .toolbox-sort .form-control {
        max-width: 12.8rem
    }

    .toolbox-horizontal {
        justify-content: flex-start;
        flex-direction: row
    }

    .toolbox-horizontal .toolbox-left {
        margin-right: auto
    }

    .toolbox-horizontal .toolbox-right {
        margin-left: auto
    }

    .toolbox-horizontal .toolbox-item.toolbox-show {
        margin-right: 0
    }

    .toolbox-pagination {
        flex-direction: column
    }

    .toolbox-pagination > .show-info {
        margin-right: 0
    }

    .toolbox-pagination > *:not(:last-child) {
        margin-bottom: 1rem
    }
}

@media (min-width: 576px) {
    .toolbox-horizontal .toolbox-left {
        margin-right: auto
    }

    .mr-sm-auto {
        margin-right: auto !important
    }
}

@media (max-width: 767px) {
    .toolbox-item label, .toolbox-item > span, .toolbox-item.show-info {
        display: none
    }
}

@media (max-width: 991px) {
    .toolbox .sidebar-fixed {
        margin-right: 0
    }

    .toolbox .sidebar-content {
        display: block
    }

    .sidebar-content .select-menu {
        display: block;
        margin: 0;
        font-size: 1.4rem
    }

    .sidebar-content .select-menu ul {
        position: static;
        width: 100%;
        padding: 0;
        border: 0;
        color: #666;
        margin: 0 0 1.1rem;
        opacity: 1;
        visibility: visible
    }

    .sidebar-content .select-menu ul a::before {
        width: 18px;
        height: 18px;
        margin-top: 0
    }

    .sidebar-content .select-menu::before, .sidebar-content .select-menu ul::before, .sidebar-content .select-menu > a::before {
        content: none
    }

    .sidebar-content .select-menu-toggle {
        display: block;
        border-width: 3px 0 0;
        padding: 2rem 2px 1.6rem;
        font-size: 1.5rem;
        font-weight: 600;
        text-transform: capitalize
    }

    .toolbox-item:first-child a {
        border: none
    }
}

@media (min-width: 992px) {
    .toolbox .sidebar-content {
        max-width: none
    }

    .toolbox-horizontal .sidebar-fixed .sidebar-content {
        padding-bottom: 0
    }

    .toolbox-wrap .filter-actions:first-child {
        padding: 0
    }

    .toolbox-wrap .sidebar-toggle-btn {
        display: none
    }

    .toolbox-wrap > .closed {
        margin: 0
    }

    .toolbox-wrap > .closed .sidebar-content {
        display: none;
        border-color: transparent;
        background: transparent
    }

    .toolbox-wrap .filter-clean {
        display: none;
        position: absolute;
        right: 0;
        top: -40px
    }
}

@media (min-width: 1200px) {
    .select-menu:not(:last-child):not(.toolbox-show) {
        margin-right: 2rem
    }

    .toolbox .shop-sidebar {
        margin-right: 2rem
    }
}

.cart-added-alert {
    display: none;
    margin-bottom: 1rem
}

.container > .cart-added-alert:first-child {
    margin-top: -1rem
}

.cart-added-alert span {
    color: #222
}

.cart-added-alert .btn-success, .cart-added-alert span {
    vertical-align: middle
}

.product-details .product-navigation {
    padding: 0.2rem 2px .3rem
}

.product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    position: sticky
}

.product-gallery.product-gallery-sticky {
    top: 2rem;
    padding-bottom: 3rem;
    transition: top .3s
}

.sticky-header-active .product-gallery.product-gallery-sticky {
    top: 8rem
}

.product-gallery.row > * {
    display: flex;
    align-items: center
}

.product-gallery.row .product-image-full {
    right: 2rem
}

.product-image-full {
    display: block;
    position: absolute;
    padding: 1rem;
    right: 1rem;
    bottom: 1rem;
    color: #999;
    font-size: 2rem;
    line-height: 1;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1
}

:hover > .product-image-full {
    opacity: 1
}

.product-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2px 1.1rem
}

.product-navigation .breadcrumb {
    margin: 0 2rem 1rem 0;
    font-size: inherit
}

.product-navigation .product-nav {
    margin-bottom: 1rem
}

.product-nav {
    display: flex;
    position: relative;
    color: #999
}

.product-nav i {
    vertical-align: middle;
    font-size: 1.9rem;
    line-height: 0
}

.product-nav li + li {
    margin-left: 2rem
}

.product-nav .product-nav-prev i {
    margin-right: 2px
}

.product-nav .product-nav-next i {
    margin-left: 2px
}

.product-nav .product-name {
    padding-right: 0;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    white-space: normal
}

.product-nav li:hover .product-nav-popup {
    opacity: 1;
    visibility: visible;
    transform: none
}

.product-nav-popup {
    position: absolute;
    top: 126%;
    right: 16px;
    z-index: 30;
    width: 120px;
    padding: 0 5px 5px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top;
    transition: opacity .3s, transform .3s
}

.product-nav-popup::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 18px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    box-shadow: inherit
}

.product-nav-popup img {
    position: relative;
    padding-top: 5px;
    background-color: #fff
}

.product-nav-prev .product-nav-popup::before {
    left: 6.6rem
}

.product-nav-next .product-nav-popup::before {
    right: 6.6rem
}

.product-tabs .nav-link {
    padding: 1rem 2.5rem;
    line-height: 1.2
}

.product-tabs .nav-item {
    margin-right: 0
}

.product-tabs .tab-pane {
    padding: 1.5rem .2rem;
    line-height: 1.86
}

.product-footer + .product-tabs {
    margin-top: 2.5rem
}

.product-tabs .tab-pane .list-type li, .product-status .list-type li {
    padding-left: 3rem
}

.product-status {
    line-height: 2
}

#product-tab-description .description-title, .card-description .description-title {
    font-size: 2rem;
    line-height: 24px
}

#product-tab-description .description-title ~ p, .card-description .description-title ~ p {
    line-height: 1.86
}

#product-tab-description li, .card-description li {
    position: relative;
    padding-left: 2.4rem
}

#product-tab-description li::before, .card-description li::before {
    position: absolute;
    display: block;
    left: 3px;
    top: 2px;
    content: '\e960';
    font-family: 'siamod';
    font-weight: 700;
    font-size: 1.2rem;
    color: #222
}

#product-tab-description .table tbody, .card-description .table tbody {
    line-height: 1.8
}

#product-tab-description .table th, #product-tab-description .table td, .card-description .table th, .card-description .table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9
}

@media (min-width: 768px) {
    #product-tab-description .pl-md-6, .card-description .pl-md-6 {
        padding-left: 3rem !important
    }
}

#product-tab-description .btn-play, .card-description .btn-play {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 35px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #222;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #fff
}

#product-tab-description .icon-box-icon, .card-description .icon-box-icon {
    font-size: 3rem;
    border-color: #cdcdcd
}

#product-tab-description .icon-box-content p, .card-description .icon-box-content p {
    font-size: 1.3rem;
    color: #999
}

#product-tab-description .divider, .card-description .divider {
    margin: 1.3rem 0 1.3rem;
    height: 4.4rem
}

#product-tab-description figure img, .card-description figure img {
    vertical-align: middle
}

#product-tab-description .icon-box-icon, .card-body .icon-box-icon {
    width: 5.1rem;
    height: 5.1rem;
    margin-right: 2rem
}

#product-tab-description .icon-box-icon .d-icon-truck, .card-body .icon-box-icon .d-icon-truck {
    font-size: 3.6rem
}

#product-tab-description .icon-box-title, .card-body .icon-box-title {
    margin-bottom: .2rem
}

#product-tab-description .icon-box-wrap {
    max-width: 559px
}

#product-tab-additional label, .card-additional label {
    display: inline-block;
    min-width: 20rem;
    color: #222
}

#product-tab-additional p, .card-additional p {
    display: inline-block;
    margin-bottom: 0
}

#product-tab-size-guide, .card-sizeguide {
    display: block
}

#product-tab-size-guide .size-image, .card-sizeguide .size-image {
    flex: 0 0 36%;
    text-align: center;
    padding: 0 10px
}

#product-tab-size-guide .size-table, .card-sizeguide .size-table {
    flex: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: #21293c
}

#product-tab-size-guide .size-table thead th, .card-sizeguide .size-table thead th {
    padding: 30px 0 30px 10px;
    font-weight: 600;
    background: #f4f4f2;
    text-align: left
}

#product-tab-size-guide .size-table tbody tr > *, .card-sizeguide .size-table tbody tr > * {
    padding: 12px 0 12px 10px;
    font-weight: 700;
    text-align: left
}

#product-tab-size-guide .size-table tbody tr:nth-child(2n), .card-sizeguide .size-table tbody tr:nth-child(2n) {
    background-color: #ebebeb
}

#product-tab-reviews .comments > ul, .card-reviews .comments > ul {
    padding-right: 3rem
}

#product-tab-reviews .comments li, .card-reviews .comments li {
    padding-bottom: 2rem;
    margin-bottom: 3rem
}

#product-tab-reviews .comments li:last-child, .card-reviews .comments li:last-child {
    margin-bottom: 0
}

#product-tab-reviews .comments li, .card-reviews .comments li {
    margin-left: 3rem
}

#product-tab-reviews .comment p, .card-reviews .comment p {
    margin-bottom: 0
}

#product-tab-reviews .comment-rating, .card-reviews .comment-rating {
    position: absolute;
    right: 0;
    top: 3rem;
    font-size: 1.2rem
}

#product-tab-reviews .ratings-full, .card-reviews .ratings-full {
    margin-right: 0
}

#product-tab-reviews .reply, .card-reviews .reply {
    margin-bottom: 0
}

#product-tab-reviews .reply p, .card-reviews .reply p {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    color: #666
}

#product-tab-reviews .reply .btn, .card-reviews .reply .btn {
    padding: 1.2em 2.97em
}

#product-tab-reviews .reply .btn i, .card-reviews .reply .btn i {
    font-size: 1.9rem;
    margin-left: 1rem
}

#product-tab-reviews .ratings::before, .card-reviews .ratings::before {
    color: #d4af37
}

#product-tab-reviews .form-checkbox, .card-reviews .form-checkbox {
    font-size: 1.3rem
}

.product-details .collapse::after {
    color: #000
}

.rating-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.2rem
}

.rating-form label {
    margin-right: 1rem
}

.rating-stars {
    display: flex;
    position: relative;
    height: 14px;
    font-size: 1.4rem
}

.rating-stars a {
    color: #999;
    text-indent: -9999px;
    letter-spacing: 1px;
    width: 16px;
    letter-spacing: .2em
}

.rating-stars a:before {
    content: '';
    position: absolute;
    left: 0;
    height: 14px;
    line-height: 1;
    font-family: 'siamod';
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap
}

.rating-stars a.active:before, .rating-stars a:hover:before {
    content: "\e955\e955\e955\e955\e955";
    color: #ff0a54
}

.rating-stars .star-1 {
    z-index: 10
}

.rating-stars .star-2 {
    z-index: 9
}

.rating-stars .star-3 {
    z-index: 8
}

.rating-stars .star-4 {
    z-index: 7
}

.rating-stars .start-5 {
    z-index: 6
}

.rating-stars .star-1:before {
    width: 20%
}

.rating-stars .star-2:before {
    width: 40%
}

.rating-stars .star-3:before {
    width: 60%
}

.rating-stars .star-4:before {
    width: 80%
}

.rating-stars .star-5:before {
    content: "\e955\e955\e955\e955\e955"
}

.product-sticky-content:not(.fixed) .sticky-product-details {
    display: none
}

.product-sticky-content:not(.fixed) .container {
    padding: 0
}

.product-sticky-content.fixed {
    padding: 1rem 0
}

.product-sticky-content.fixed .container {
    display: flex;
    align-items: center
}

.product-sticky-content.fixed .product-form {
    flex: 1
}

.product-sticky-content.fixed .product-form-group {
    justify-content: flex-end
}

.product-sticky-content.fixed .product-form, .product-sticky-content.fixed .product-form-group > * {
    margin-bottom: 0
}

.product-sticky-content.fixed .product-form > label {
    display: none
}

.product-sticky-content.fixed .input-group {
    margin-right: 0.8rem
}

.sticky-product-details {
    display: flex;
    align-items: center
}

.sticky-product-details img {
    display: block;
    width: 9rem;
    height: 9rem
}

.sticky-product-details .product-image {
    margin-right: 1rem;
    max-width: 9rem
}

.sticky-product-details .product-title {
    margin-bottom: .5rem;
    font-weight: 700
}

.sticky-product-details .product-price {
    font-weight: 600
}

.sticky-product-details .product-title, .sticky-product-details .product-price {
    font-size: 2rem
}

.sticky-product-details .product-price, .sticky-product-details .ratings-container {
    margin-bottom: 0
}

.sticky-product-details .product-info {
    display: flex
}

.sticky-product-details .product-price {
    margin-right: 2rem
}

aside .service-list {
    padding: 0 2rem;
    border: 1px solid #eee
}

aside .service-list > * {
    justify-content: flex-start;
    padding: 2.2rem 0
}

aside .service-list > :not(:last-child) {
    border-bottom: 1px solid #e1e1e1
}

aside .service-list i {
    margin-left: 5px;
    font-size: 3.2rem
}

aside .service-list .icon-box-title {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.2
}

aside .service-list p {
    line-height: 1.2
}

aside .service-list .icon-box1 i {
    margin-left: 0;
    font-size: 3.7rem
}

aside .banner-content {
    left: 5%;
    top: 12%;
    width: 90%
}

aside .banner-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #777777
}

aside .banner-title {
    font-size: 2.3rem;
    line-height: 1.4em
}

aside .owl-nav-top .owl-nav {
    top: -5.1rem
}

aside .owl-nav-top .owl-nav i {
    padding: .1rem;
    font-size: 1.2rem
}

aside .owl-nav-top .owl-nav i::before {
    font-weight: 600
}

@media (max-width: 575px) {
    #product-tab-reviews .comments > ul, .card-body .comments > ul {
        padding: 0
    }

    #product-tab-reviews .comments li, .card-body .comments li {
        margin: 0
    }

    #product-tab-reviews .comment-body, .card-body .comment-body {
        padding-left: 1.5rem
    }

    #product-tab-additional label {
        min-width: 13rem
    }
}

@media (min-width: 576px) {
    #product-tab-size-guide {
        display: flex
    }

    #product-tab-size-guide thead th:first-child, #product-tab-size-guide .size-table tbody th {
        padding-left: 3rem
    }
}

@media (min-width: 992px) {
    .product-form select {
        width: 20rem
    }

    .product-single .product-details {
        padding-left: 1rem
    }

    .product-details.row {
        padding-left: 0
    }

    .product-details.row > :last-child {
        padding-left: 2rem
    }
}

@media (min-width: 1600px) {
    .container-fluid .product-thumbs.owl-carousel {
        width: calc(100% + 20px);
        margin: 0 -10px
    }

    .container-fluid .product-thumb {
        margin: 0 10px
    }

    .container-fluid .product-thumbs-wrap {
        margin-top: 20px
    }

    .container-fluid .product-thumbs .owl-prev {
        left: 10px
    }

    .container-fluid .product-thumbs .owl-next {
        right: 10px
    }

    .container-fluid .pg-vertical .product-thumb {
        margin: 0 0 20px
    }

    .container-fluid .pg-vertical .product-thumbs-wrap {
        margin: 0 20px 0 0
    }

    .container-fluid .pg-vertical .product-single-carousel {
        max-width: calc(100% - 129px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    aside .service-list {
        padding: 0 1rem
    }
}

@media (min-width: 768px) and (max-width: 1035px) {
    .product-single #product-tab-size-guide {
        display: block
    }
}

.product-sticky-both .btn-cart {
    margin-bottom: 1rem
}

.product-sticky-both .product-action {
    display: flex
}

.product-sticky-both .btn-wishlist {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .product-sticky-both .btn-cart {
        max-width: 100%
    }

    .product-sticky-both .product-form .select-box, .product-sticky-both .product-form .p-relative {
        margin-right: 0;
        width: 100%
    }

    .product-sticky-both .product-form select {
        flex: 1;
        width: 100%
    }
}

@media (max-width: 991px) {
    #product-tab-description .icon-box-side, .card-body .icon-box-side {
        flex-direction: row
    }

    #product-tab-description .icon-box-icon, .card-body .icon-box-icon {
        display: inline-flex;
        margin-bottom: 0;
        padding: 0
    }

    #product-tab-description .icon-box-content, .card-body .icon-box-content {
        text-align: left
    }
}

.post-single .post-details {
    padding: 4rem 0 0 0
}

.post-single .post-author {
    text-transform: uppercase
}

.post-single .post-title {
    margin-bottom: 2.5rem;
    font-size: 2.4rem
}

.post-single .post-body a {
    text-decoration: underline;
    color: #222
}

.post-single .post-body a:hover {
    color: #000
}

.post-single .post-body h4 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.2
}

.post-single .post-body p {
    line-height: 1.72
}

.post-single .post-body p, .post-single .post-body li {
    text-align: justify
}

.post-single .post-body figcaption {
    color: #999
}

.post-single .post-body figcaption a {
    color: inherit;
    border-bottom: 1px solid #999;
    text-decoration: none;
    transition: border-color .3s, color .3s
}

.post-single .post-body figcaption a:hover {
    border-color: #000
}

.post-single .with-img {
    display: flex
}

.post-single .with-img figure {
    display: table;
    margin: 0 auto
}

.post-single .with-img .list {
    margin-left: 0;
    line-height: 1.82
}

.post-single .with-img li:not(:last-child) {
    margin-bottom: .3rem
}

.post-single blockquote {
    padding-left: 6rem
}

.post-single blockquote p {
    font-size: 1.8rem
}

.post-single blockquote:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f10d';
    font-weight: 900;
    font-size: 2.5rem;
    color: #222;
    line-height: 1
}

.post-single .post-author-detail {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 6rem;
    padding: 3rem;
    border: 1px solid #e1e1e1;
    z-index: 1
}

.post-single .author-media {
    max-width: 6rem;
    flex: 0 0 6rem;
    margin-right: 1.8rem;
    overflow: hidden
}

.post-single .author-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-single .author-header {
    flex-wrap: wrap;
    margin: .2rem 0 1.2rem
}

.post-single .author-header *:not(i) {
    line-height: 1
}

.post-single .author-header .author-name {
    font-size: 1.8rem;
    line-height: 1.2
}

.post-single .author-header .author-title {
    font-size: 1.3rem;
    line-height: 1.86
}

.post-single .author-header .author-link {
    display: inline-block;
    font-size: 1.3rem;
    margin: 1rem 0;
    text-decoration: none
}

.post-single .author-header .author-link:hover {
    color: #000
}

.post-single .author-body {
    flex-grow: 1
}

@media (max-width: 575px) {
    .post-single blockquote {
        padding-left: 4rem
    }

    .post-single blockquote p {
        font-size: 1.6rem
    }

    .post-single .post-author-detail {
        padding: 1.7rem
    }
}

.post-footer {
    display: flex;
    align-items: center
}

.post-footer .social-icons {
    margin-left: auto
}

.post-footer .social-icon {
    display: inline-block;
    margin: .3rem 2.8rem .3rem 0;
    font-size: 1.5rem;
    color: #999
}

.post-footer .social-icon.social-pinterest {
    margin-right: 1rem
}

.page-nav {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    width: 100%
}

.pager-link {
    position: relative;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    transition: all .35s ease
}

.pager-link + .pager-link {
    border-left: .1rem solid #ebebeb
}

.pager-link:after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "siamod";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    transition: all .35s ease .05s
}

.pager-link.pager-link-prev {
    padding-right: 3rem;
    padding-left: 4.2rem
}

.pager-link.pager-link-prev:after {
    content: '\e97e';
    left: .2rem
}

.pager-link.pager-link-next {
    padding-left: 3rem;
    padding-right: 4.2rem;
    align-items: flex-end;
    text-align: right
}

.pager-link.pager-link-next:after {
    content: '\e97f';
    right: .2rem
}

.pager-link:hover, .pager-link:focus {
    color: #999
}

.pager-link:hover .pager-link-title, .pager-link:focus .pager-link-title {
    box-shadow: 0 .2rem 0 #333
}

.pager-link-title {
    display: inline-block;
    margin-top: .6rem;
    flex: 0 0 auto;
    color: #222;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    transition: all .35s ease;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 575px) {
    .pager-link-title {
        display: none
    }

    .pager-link.pager-link-next {
        border: 0
    }
}

.related-posts {
    padding: 7rem 0 4.5rem
}

.related-posts .post-details {
    padding: 2.3rem 0 1rem
}

.related-posts .post-title {
    text-transform: none
}

.related-posts .post-content {
    margin-bottom: 1.8rem;
    line-height: 1.72
}

.related-posts .title-simple, .comments .title-simple, .reply .title-simple {
    font-size: 2.4rem
}

.shop-table {
    text-align: left
}

.shop-table tbody {
    border-bottom: 1px solid #e1e1e1
}

.shop-table td {
    padding: 1.5rem 1rem 1.5rem 0;
    border-top: 1px solid #e1e1e1;
    font-size: 1.4rem
}

.shop-table th {
    padding: .3rem 0 .3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.875;
    text-transform: uppercase;
    color: #222
}

.shop-table img {
    display: block;
    max-width: 100px
}

.shop-table .product-thumbnail a {
    display: block;
    width: 100px
}

.shop-table .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.2rem;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 50%
}

.shop-table .product-name {
    white-space: normal;
    color: #000
}

.shop-table td.product-remove {
    padding-right: 0;
    width: 23px
}

.shop-table .product-price {
    display: table-cell
}

.share-on > * {
    margin-right: 2.8rem
}

.share-on .social-link {
    border: none;
    width: auto;
    height: auto
}

.share-on .social-link.social-facebook {
    color: #3b5998
}

.share-on .social-link.social-twitter {
    color: #1da1f2
}

.share-on .social-link.social-pinterest {
    color: #bd081c
}

.share-on .social-link.social-email {
    color: #dd4b39
}

.share-on .social-link.social-whatsapp {
    color: #3c8a38
}

.share-on .social-link.social-icon:hover {
    background-color: transparent;
    color: #000
}

@media (min-width: 768px) {
    .wishlist-table td.product-price {
        width: 130px
    }

    .wishlist-table td.product-stock-status {
        width: 130px
    }
}

@media (min-width: 992px) {
    .wishlist-table td.product-price {
        width: 107px
    }

    .wishlist-table td.product-stock-status {
        width: 201px
    }

    .wishlist-table td.product-add-to-cart {
        width: 235px
    }
}

@media (max-width: 767px) {
    .shop-table {
        text-align: center
    }

    .shop-table thead {
        display: none
    }

    .shop-table tbody, .shop-table tr, .shop-table td {
        display: block
    }

    .shop-table tbody {
        border: 1px solid #e1e1e1
    }

    .shop-table tr {
        position: relative;
        padding: 4rem 1rem 4rem
    }

    .shop-table tr + tr {
        border-top: 1px solid #e1e1e1
    }

    .shop-table td {
        padding: 0;
        border: none
    }

    .shop-table .product-thumbnail {
        margin-bottom: 1rem
    }

    .shop-table .product-thumbnail a, .shop-table .btn-product, .shop-table td {
        margin-left: auto;
        margin-right: auto
    }

    .shop-table .product-stock-status {
        margin-bottom: 1rem
    }

    .shop-table .btn-product {
        max-width: 220px
    }

    .shop-table .product-remove {
        position: absolute;
        right: 2rem;
        top: 2rem;
        padding: .5rem;
        width: auto
    }

    .shop-table .product-quantity {
        margin-bottom: 1rem
    }

    .wishlist-table td.product-price {
        display: block;
        width: 100%
    }
}

.wishlist-table th.product-name {
    padding-left: 2px;
    width: 120px
}

.wishlist-table .wishlist-out-stock {
    color: #ff0a54
}

.wishlist-table .wishlist-in-stock {
    color: #000
}

.wishlist-table .btn-product {
    padding: 1.4rem;
    white-space: nowrap;
    width: 13rem;
    margin: 0 auto;
    font-size: 1.2rem;
    transition: color .3s, background-color .3s
}

.wishlist-table .btn-product:hover {
    color: #fff;
    background-color: #000
}

.wishlist-table .btn-product.btn-disabled {
    border-color: #f2f3f5 !important;
    background-color: #f2f3f5 !important
}

.cart.main {
    border-top: 1px solid #e1e1e1
}

.cart .accordion {
    border-bottom: 1px solid #e1e1e1
}

.cart .card-header {
    font-size: 1.4rem
}

.cart .card-header > a {
    padding-left: 2px
}

.cart .card-body {
    margin-bottom: 2.4rem;
    padding: 0
}

.cart .form-control {
    font-family: Poppins, sans-serif
}

.cart .remove {
    margin-right: 0;
    width: 2rem;
    text-align: center
}

.cart .summary {
    line-height: 2.15
}

.cart .summary .title {
    margin-bottom: 1rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e1e1e1
}

.cart .btn-checkout {
    display: block;
    padding-top: 1.06em;
    padding-bottom: 1.06em;
    border-color: #333;
    background-color: #333
}

.cart .product-thumbnail figure {
    position: relative;
    display: inline-block
}

.cart .shop-table th {
    padding: 0.2rem 0 1.8rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #999;
    line-height: 1;
    letter-spacing: -.025em
}

.cart .shop-table td {
    padding: 1.6rem 2rem 1.6rem 0
}

.cart .shop-table td:last-child {
    padding-right: 0
}

.cart .shop-table td:first-child {
    padding: 2rem 2rem 1.5rem 0
}

.cart .shop-table .quantity.form-control {
    font-weight: 700
}

.cart .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.75rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #222
}

.cart .shipping {
    margin-bottom: .3rem
}

.cart .btn {
    border-width: 1px
}

.cart .shipping-row-last .summary-subtitle {
    padding: 2.4rem 0 1.9rem
}

.cart .shipping-row-last li {
    padding-bottom: .3rem
}

.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: .9rem 0
}

.step-by .title.title-step {
    margin: 0 3.4rem 0 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    letter-spacing: -0.5px;
    padding: .4rem 0
}

.step-by .title.title-step:not(:last-child)::after {
    content: '\f054';
    display: inline-block;
    position: absolute;
    right: -3rem;
    top: 52%;
    line-height: 0;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1.7rem;
    background-color: #fff;
    color: #ccc
}
.sia-mobile-side-nav .sia-user-sidenav-wrap {
    display: block;
    max-width: initial;
    border: 0;
}
.step-by .title.title-step.visited {
    color: #222
}

.step-by .title.title-step.visited ~ .active::before {
    color: #222
}

.step-by .title.title-step.active {
    color: #000
}

.step-by .title.title-step:first-child {
    margin-left: 0
}

.step-by .title.title-step:first-child::before {
    display: none
}

.step-by .title.title-step:last-child {
    margin-right: 0
}

.summary {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px
}

.summary td:last-child, .summary th:last-child {
    text-align: right
}

.summary th {
    text-align: left
}

.summary .form-control {
    width: 100%;
    max-width: 100%
}

.summary-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 1.9rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1
}

.summary-subtotal {
    border-bottom: 1px solid #e1e1e1
}

.summary-subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #222;
    margin-bottom: 0;
    padding: 2rem 0
}

.summary-subtotal-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
    font-family: Poppins, sans-serif
}

.summary-total-price {
    font-size: 2rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
    font-family: Poppins, sans-serif
}

.total .summary-subtitle {
    padding: 2.4rem 0 2.3rem
}

@media (max-width: 767px) {
    .summary {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .cart .shop-table td {
        padding: 0
    }

    .cart .shop-table td.product-price {
        display: block;
        width: 100%;
        text-align: center
    }

    .cart .shop-table tr {
        padding: 2rem 0 3rem
    }

    .cart .shop-table .product-subtotal, .cart .shop-table .product-thumbnail, .cart .shop-table .product-quantity {
        margin-bottom: .5rem
    }
}

.shipping-address {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e1e1e1
}

.shipping-address label {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.5rem
}

.shipping-address .form-control {
    margin-bottom: 1.5rem;
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    color: #999;
    min-height: 4.1rem
}

.shipping-address .btn {
    padding: 0.9em 1.7em
}

.shipping-address input.form-control, .shipping-address .select-box, .checkout input.form-control, .checkout .select-box {
    background: #fff
}

.shipping-address input.form-control .form-control, .shipping-address .select-box .form-control, .checkout input.form-control .form-control, .checkout .select-box .form-control {
    padding: 1rem 1.4rem .8rem;
    font-size: 1.4rem;
    color: #666
}

.shipping-address input.form-control::before, .shipping-address .select-box::before, .checkout input.form-control::before, .checkout .select-box::before {
    font-family: 'siamod';
    content: '\e953';
    right: 1.5rem;
    font-size: 1.1rem;
    z-index: 2
}

.cart-total {
    text-align: right
}

.cart-total .btn-calc {
    margin-bottom: 1.8rem
}

.cart-total td, .cart-total th {
    border-top: 1px solid #e1e1e1
}

.cart-subtotal th {
    font-weight: 400
}

.cart-subtotal td, .cart-subtotal th {
    padding: 1.5rem 0
}

.order-total {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000
}

.order-total td, .order-total th {
    padding-top: 1.9rem
}

.cart-table .product-name {
    font-weight: 600;
    color: #222;
    line-height: 1.86
}

.cart-table .product-price {
    width: 100px
}

.cart-table .product-quantity {
    width: 135px
}

.cart-table .product-subtotal {
    width: 85px;
    color: #222
}

.cart-table .input-group button, .cart-table .input-group input {
    border-color: #eee
}

.cart-table .input-group .quantity-minus {
    border-radius: .3rem 0 0 .3rem
}

.cart-table .input-group .quantity-plus {
    border-radius: 0 .3rem .3rem 0
}

.cart-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.cart-actions .btn-icon-left {
    padding: 1.06em 2.2em
}

.cart-actions .btn-icon-left i {
    margin-right: .8rem;
    font-size: 2rem
}

.cart-actions button {
    padding: 1.07em 2.23em
}

.cart-actions button.btn-disabled {
    border-color: #222 !important;
    background-color: transparent !important;
    border-width: 1px;
    color: #222 !important;
    opacity: .4;
    cursor: default
}

.cart-coupon-box .coupon-title {
    margin-bottom: 2.3rem;
    padding-top: .8rem;
    font-size: 1.8rem
}

#coupon_code {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.3rem;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    transition: border-color .3s;
    border-radius: 0
}

@media (min-width: 992px) {
    .cart.main .product-thumbnail {
        width: 12rem
    }

    .cart.main .product-price {
        width: 11rem
    }

    .cart.main .product-quantity {
        width: 17.7rem
    }

    .cart.main .product-subtotal {
        width: 13.2rem
    }

    .cart.main .product-close {
        width: 2.3rem
    }
}

.checkout {
    line-height: 1.54
}

.checkout.main {
    border-top: 1px solid #e1e1e1
}

.checkout .alert.card-header {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    background-color: #fff;
    border: 1px dashed #cacbcc;
    text-transform: none
}

.checkout .alert.card-header > a {
    display: inline-block;
    padding: 0
}

.checkout .alert.card-header > a::after, .checkout .alert.card-header > a::before {
    content: none
}

.checkout .alert-icon > i {
    margin-right: .8rem
}

.checkout .alert-body {
    transition: display .3s
}

.checkout .alert-body p {
    font-size: 1.3rem
}

.checkout .alert-body.expanding {
    display: none
}

.checkout .alert-body.collapsing {
    display: block
}

.checkout .alert-body .form-control {
    margin: 0
}

.checkout .checkbox {
    margin: .6rem 0 1.6rem .2rem
}

.checkout .link-group .btn {
    padding: 1em 2.5em
}

.checkout .link-group span {
    margin: 0 1.1rem;
    font-size: 1.4rem
}

.checkout .lost-link {
    font-size: 1.3rem;
    color: #000
}

.checkout .social-link {
    border-radius: .3rem;
    color: #fff
}

.checkout .social-link.social-google {
    background-color: #dd4b39;
    border-color: #dd4b39
}

.checkout .social-link.social-facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.checkout .social-link.social-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2
}

.checkout .check-coupon-box .form-control {
    max-width: 42.5rem
}

.checkout .check-coupon-box .btn {
    padding: 1.04em 2.05em;
    border-width: 1px
}

.checkout label {
    display: block;
    padding-left: .2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: .9
}

.checkout .form .title.title-simple {
    margin-top: .3rem;
    font-size: 1.8rem
}

.checkout .select-box select {
    max-width: 100%;
    width: 100%
}

.checkout .form-control {
    margin-bottom: 2.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    font-family: iranyekan, Poppins, sans-serif;
    transition: background-color .3s, border-color .3s;
    color: #999;
    min-height: 4.1rem;
    border-radius: .3rem
}

.checkout .form-control:not(:focus) {
    background-color: #fff
}

.checkout .form-control:not(select):focus {
    border-color: #000
}

.checkout textarea.form-control {
    padding-top: 1.5rem
}

.checkout .form-checkbox {
    padding-top: .7rem;
    margin-bottom: 2.8rem
}

.checkout .form-control-label {
    padding-left: 2.6rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.58
}

.checkout .product-name {
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: normal
}

.checkout .btn-order {
    width: 100%;
    border-color: #333;
    background-color: #333;
    transition: opacity .3s
}

.checkout .btn-order:hover {
    opacity: .9
}

.checkout .card {
    background: transparent
}

.checkout .card-header {
    font-size: 1.4rem;
    line-height: 3rem;
    text-transform: capitalize;
    font-weight: 300
}

.checkout .card-header a {
    padding: 0 0 0 2.5rem
}

.checkout .card-header a::before, .checkout .card-header a::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%)
}

.checkout .card-header a::before {
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    border: 1px solid #cdcdcd
}

.checkout .card-header a.collapse::after {
    width: .8rem;
    height: .8rem;
    left: .5rem;
    background: #666
}

.checkout .card-body {
    padding: 0.2rem 0 1.1rem 2.9rem;
    line-height: 1.4
}

.checkout .payment.accordion {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem
}

.checkout .payment.accordion .summary-subtitle {
    font-size: 1.5rem
}

.checkout .checkout-info {
    padding: 1.5rem 0;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .01em;
    font-family: Poppins, sans-serif
}

.checkout .product-quantity {
    margin-left: .4rem
}

.checkout .title.title-simple {
    font-weight: 700
}

.checkout .summary .form-control-label {
    line-height: 1.4
}

.checkout .summary .form-control-label::before {
    top: 0;
    transform: none
}

.checkout .summary .form-control-label a {
    color: #000
}

.checkout .summary .form-control-label a:hover {
    color: #000
}

.summary .title {
    margin-bottom: 1.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #e1e1e1
}

.order-table {
    color: #222
}

.order-table th {
    padding: 0 0 .7rem 0;
    font-size: 1.6rem;
    font-weight: 600
}

.order-table td {
    padding-bottom: 0.6rem;
    line-height: 2.2
}

.order-table .order-total td {
    border-bottom: none;
    padding: 1.2rem 0 0
}

.order-table .shipping-row label {
    margin-bottom: 1.5rem
}

.order-table .shipping-row-last {
    border-bottom: 1px solid #e1e1e1
}

.order-table .shipping-row-last label {
    margin-bottom: 2.1rem;
    color: #666
}

.order-table .summary-subtotal {
    border-top: 1px solid #e1e1e1
}

.order-table .summary-subtotal td:first-child {
    padding: .4rem 0 .3rem
}

.order-table .summary-subtotal-price {
    padding-top: 1rem
}

.order-table tbody > tr:nth-child(2) td {
    padding-bottom: 1.6rem
}

.sumnary-shipping ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.sumnary-shipping .summary-subtitle {
    padding-bottom: 2.2rem;
    text-align: left
}

.summary-total {
    border-bottom: 1px solid #e1e1e1
}

.summary-total .summary-subtitle {
    padding: 2.3rem 0 2.1rem
}

@media (max-width: 479px) {
    .order-table tbody .product-name, .order-table tbody .product-total {
        padding-bottom: 2rem;
        line-height: 1.2
    }

    .order-table tbody > tr:nth-child(2) td {
        padding-bottom: 2rem
    }
}

.order .title {
    font-size: 2rem
}

.order .order-message {
    max-width: 34rem;
    padding: 3rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem
}

.order .order-message .icon-box-icon {
    margin-right: 3.2rem
}

.order .order-message svg {
    width: 5rem;
    height: 5rem;
    stroke: #000
}

.order .order-message .icon-box-title {
    font-size: 1.8rem
}

.order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 4.8rem 0 1.9rem
}

.order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3rem
}

.order .overview-item:not(:last-child) {
    margin-right: 3rem;
    padding-right: 3.1rem
}

.order .overview-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: #e1e1e1
}

.order .overview-item span {
    text-transform: uppercase
}

.order .overview-item strong {
    color: #222;
    font-weight: 600;
    font-size: 2rem
}

.order .btn.btn-back {
    font-size: 1.3rem
}

.order .summary-subtotal:last-child {
    border-bottom: none
}

.order .address-info {
    border-bottom: 1px solid #e1e1e1
}

.order .address-info p {
    color: #666;
    font-family: iranyekan, Poppins, sans-serif;
    line-height: 2.15
}

.order-details {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: .4rem 3rem
}

.order-details-table .product-name {
    padding: 1.6rem 0 1.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    white-space: inherit
}

.order-details-table .product-name i {
    font-size: 1rem
}

.order-details-table .product-name span {
    font-weight: 700;
    color: #222
}

.order-details-table th > .summary-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left
}

.order-details-table .product-price {
    display: block
}

.order-details-table .summary-subtotal-price, .order-details-table .product-price {
    text-align: right
}

.order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #666
}

.order-details-table .product-price {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    padding-top: 1.2rem
}

.order-details-table thead {
    border-bottom: 1px solid #e1e1e1
}

.order-details-table thead .summary-subtitle {
    font-size: 1.8rem
}

.order-details-table tbody tr:first-child td {
    padding-top: 3.2rem
}

.order-details-table tbody tr:first-child td.product-price {
    padding-top: 2.8rem
}

@media (max-width: 767px) {
    .order .order-message {
        font-size: 2rem
    }

    .order .overview-item {
        flex-direction: row;
        width: 100%;
        align-items: center
    }

    .order .overview-item:not(:last-child)::after {
        content: none
    }

    .order .overview-item span {
        margin-right: 2rem
    }
}

@media (max-width: 575px) {
    .order .order-details {
        padding: 0 2rem
    }

    .order .order-message {
        font-size: 1.8rem
    }

    .order .overview-item {
        font-size: 1.6rem
    }
}

@media (max-width: 479px) {
    .order .order-details {
        padding: 0 1.5rem
    }

    .order .order-message {
        font-size: 1.6rem
    }

    .order .overview-item {
        font-size: 1.4rem
    }

    .step-by .title.title-step {
        font-size: 1.8rem
    }

    .step-by .title.title-step::after {
        font-size: 1.4rem;
        top: 50%
    }
}

.sample-icons .tab-pane {
    overflow: hidden
}

.sample-icon-circle {
    margin-bottom: 2rem
}

.sample-icon-circle i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 30px;
    background: #000;
    color: #fff
}

.sample-icon {
    display: flex;
    align-items: center;
    line-height: 41px
}

.sample-icon span {
    font-size: 12px;
    white-space: nowrap
}

.sample-icon i {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    font-size: 20px;
    text-align: center
}

.sample-icon:hover {
    color: #000;
    background: #f2f3f5;
    border-radius: 4px
}

.sample-icon:hover i {
    font-size: 30px
}

.sample-icon-list i {
    font-size: 22px
}

@media (min-width: 1200px) {
    .cols-xl-12 > * {
        flex: 0 0 8.3333%;
        max-width: 8.3333%
    }
}

.faq .breadcrumb {
    padding: 1.2rem 0 1.1rem
}

.faq .page-header {
    height: 30.3rem
}

.faq .page-subtitle {
    margin-bottom: .3rem;
    font-size: 3rem
}

.faq .page-title {
    margin-bottom: .2rem;
    font-size: 5rem
}

.faq section {
    padding-top: 4.1rem
}

.faq .card {
    border-width: 1px 0 0 0;
    border-color: #ebebeb
}

.faq .card:last-child {
    border-color: #ebebeb
}

.faq .card-header {
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: -.025em
}

.faq .card-header a {
    padding: 1.7rem 1rem
}

.faq .card-header a::after {
    font-size: 1.5rem;
    right: 1.3rem;
    color: #999
}

.faq .card-body {
    padding: 0.2rem 1rem
}

/* Updated By Shahin */

/*! nouislider - 14.6.2 - 9/16/2020 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -10px;
    right: auto
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

/* noUI end */

.banner-divider {
    width: 35px;
    height: 4px;
    margin: 0 0 1.6rem 0;
    background-color: #fff;
}


.service-list {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
}

.service-list .icon-box {
    padding: 3.2rem 0 3.5rem
}

.service-list .icon-box-title {
    margin-bottom: .3rem
}

.service-list .icon-box-icon {
    font-size: 3.7rem
}

.service-list .icon-box1 i {
    font-size: 4.6rem
}

.service-list .owl-item:not(:last-child) .icon-box::after {
    content: '';
    height: 37px;
    width: 1px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.service-list .owl-stage-outer {
    margin: 0 .1rem
}

.service-list .owl-stage {
    margin: 0 -.1rem
}


.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    font-size: 1rem
}

.banner figure img {
    display: block;
    width: 100%;
    height: auto
}

.banner.inner-banner::before {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border: 2px solid rgba(225, 225, 225, 0.3);
    z-index: 1
}

.banner.inner-banner .banner-content {
    z-index: 2
}

.banner .banner-content {
    position: relative
}

.banner-radius {
    border-radius: 16px;
    overflow: hidden
}

.banner-subtitle {
    letter-spacing: -.025em;
    line-height: 1
}

.banner-title, .banner-price-info {
    line-height: 1
}

.banner-fixed > .container, .banner-fixed > .container-fluid, .banner-fixed > .banner-content {
    position: absolute;
    z-index: 1
}

.banner-fixed > .container, .banner-fixed > .container-fluid {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.banner-fixed.content-middle .banner-content {
    top: 50%;
    transform: translateY(-50%)
}

.banner-fixed.content-center .banner-content {
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%)
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .intro-slider .banner img {
        height: 100%;
        width: 100%
    }
}

.video-banner {
    position: relative
}

.video-banner .btn-play {
    display: inline-block;
    line-height: 49px;
    width: 51px;
    height: 51px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    transition: background-color .3s, border-color .3s
}

.video-banner .btn-play i {
    margin-left: 4px
}

.video-banner .btn-play:hover {
    background-color: #000;
    border-color: #000
}

.banner-button-hide .banner-content {
    transition: padding .3s
}

.banner-button-hide .btn {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: .3s
}

.banner-button-hide:not(:hover) .btn {
    margin: 0;
    visibility: hidden;
    opacity: 0
}

.banner-button-hide:hover .banner-content {
    padding-bottom: 6.2rem
}

.intro-slider .banner img, .intro-slider .banner video {
    height: 63rem;
    object-fit: cover
}

.intro-slider .banner figure {
    height: 63rem;
    overflow: hidden
}

.intro-slider .banner .btn {
    font-size: 1.4em
}

.intro-slider .banner .btn i {
    margin-left: .7rem
}

.intro-slide1.banner-fixed > .container {
    z-index: 15
}

.intro-slide1 .banner-content {
    left: 2.1%;
    margin-top: -.5rem
}

.intro-slide1 .banner-subtitle {
    margin-bottom: 1.3rem;
    font-family: 'Segoe Script';
    font-size: 3em
}

.intro-slide1 .label-star {
    margin-left: 1.4rem
}

.intro-slide1 .banner-title {
    margin-left: -2px;
    font-size: 6.4em;
    margin-bottom: 0
}

.intro-slide1 h3 {
    margin: -0.7rem 0 0.6rem;
    font-size: 5.6em
}

.intro-slide1 p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4
}

.intro-slide2 img {
    object-position: 80%
}

.intro-slide2 .banner-content {
    max-width: 38rem;
    right: 5.5%;
    margin-top: -0.3rem
}

.intro-slide2 .banner-subtitle {
    font-size: 2.4em;
    line-height: 1.1
}

.intro-slide2 .banner-subtitle strong {
    font-size: 1.67em;
    line-height: .98
}

.intro-slide2 .banner-title {
    font-size: 10em;
    margin-right: -2px
}

.intro-slide2 p {
    font-size: 1.8em;
    line-height: 1.33
}

.intro-slide3 .banner-subtitle {
    font-size: 3em
}

.intro-slide3 .banner-title {
    font-size: 6em
}

.intro-slide3 p {
    font-weight: 300;
    opacity: .8;
    font-size: 1.8em;
    line-height: 1.4
}

.intro-slide3.video-banner video {
    display: block;
    width: 100%
}

.intro-slide3 figure::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(43, 151, 223, 0.3);
    z-index: 1
}

.menu > li.submenu .megamenu ul {
    column-count: 2;
}

.product-single .product-color .product-variations label.color {
    width: 3rem;
    height: 3rem;
    margin: 3px 0px 3px 5px;
    cursor: pointer;
    text-align: center;
}

.product-single .product-color .product-variations input {
    display: none;
}

.product-single .product-color .product-variations span {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    border-radius: 8px;
    background-color: transparent;
    background-size: cover;
    border: 1px solid #e1e1e1;
    transition: .3s;
}

.product-single .product-color .product-variations input:checked ~ span,
.product-single .product-color .product-variations .color:hover span {
    border: 1px solid #e1e1e1;
    box-shadow: inset 0 0 0px 2px #e1e1e1;
}

.product-single .product-size .product-variations label.size {
    width: 3rem;
    height: 3rem;
    margin: 3px 0px 3px 5px;
    cursor: pointer;
    text-align: center;
}

.product-single .product-size .product-variations input {
    display: none;
}

.product-single .product-size .product-variations span {
    display: inline-block;
    border-radius: 8px;
    background-color: transparent;
    font-size: 1.3rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    color: #222;
    transition: .3s;
    border: 1px solid #e1e1e1;
}

.social-links > .jssocials-shares {
    display: flex;
}

.product-single .product-size .product-variations input:checked ~ span {
    border: 1px solid;
    box-shadow: inset 0 0 0 2px #fff;
}

.product-form.product-quantity > label {
    margin-top: 7px;
}

label.siamod-checkbox input[type=checkbox],
label.aiz-checkbox input[type=checkbox] {
    display: none;
}

label.siamod-checkbox span.siamod-square-check,
label.aiz-checkbox span.aiz-square-check {
    position: relative;
    border: 1px solid #999;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    text-align: center;
    margin-left: 5px;
    transition: .3s;
}

label.siamod-checkbox input[type=checkbox]:checked ~ span.siamod-square-check,
label.aiz-checkbox input[type=checkbox]:checked ~ span.aiz-square-check {
    background-color: #000;
    border-color: #000;
}

label.siamod-checkbox input[type=checkbox]:checked ~ span.siamod-square-check:after,
label.aiz-checkbox input[type=checkbox]:checked ~ span.aiz-square-check:after {
    content: "\f00c";
    font-family: "Line Awesome Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.2;
    font-weight: 600;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 14px;
}

label.siamod-checkbox span,
label.aiz-checkbox span {
    color: #000;
}

label.siamod-checkbox,
label.aiz-checkbox {
    display: flex;
    /*padding: 13px 5px 13px 0px;*/
    cursor: pointer;
    transition: .3s;
    position: relative;
}

label.siamod-checkbox:not(:last-child) {
    border-bottom: 1px solid #eee;
}

span.attribute-color {
    position: absolute;
    left: 10px;
    /*top: 20px;*/
    width: 12px;
    height: 12px;
    border-radius: 100%;
}


.widget-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.widget-body::-webkit-scrollbar-track {
    background: #F0F4F8;
    /*border-radius: 3px;*/
}

/* Handle */
.widget-body::-webkit-scrollbar-thumb {
    background: #999;
    /*border-radius: 3px;*/
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none !important;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield !important;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.3);
}

::selection {
    background: rgba(0, 0, 0, 0.3);
}

.siamod-range-slider {
    display: block;
    padding: 10px;
}

.siamod-range-slider .noUi-target {
    background: #ddd;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    margin: 0;
}

.siamod-range-slider .noUi-horizontal {
    height: 5px;
}

.siamod-range-slider .noUi-connect {
    background: #222;
    margin: unset;
    height: 7px;
    top: 0px;
}

.siamod-range-slider .noUi-connects {
    padding: 0;
    height: 7px;
    position: absolute;
    top: -1px;
}

.siamod-range-slider .noUi-handle {
    box-shadow: none;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    top: -7px;
    border: 2px solid #fff;
}

.siamod-range-slider .noUi-handle:after, .siamod-range-slider .noUi-handle:before {
    height: 9px;
    display: none;
}

.siamod-range-slider .price-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px;
}

.price-label .min-price-label,
.price-label .max-price-label {
    display: block;
    background-color: #eee;
    padding: 5px 10px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

/* Dashbord */
.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.user-panel {
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    max-width: 265px;
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 3%);
    box-shadow: 0 5px 30px rgb(0 0 0 / 3%);
    background: #fff;
    border-radius: 1rem;
    border: none;
    padding: 2.5rem 1.5rem;
}

.aiz-user-panel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.7em;
    position: relative;
}

.avatar .imgage {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

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

.user-panel-sidenav {
}

.profile-info {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem;
}

.profile-info .avatar {
}

.profile-info .user-info {
    flex: 1;
    margin-right: 10px;
}

.user-info .user-name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
    line-height: 30px;
}

.user-info .user-phone {
    font-size: 15px;
    font-weight: normal;
    color: #898989;
    display: block;
    line-height: 30px;
}

.sidemnenu {
}

.sia-side-nav-list {
    display: block;
    list-style: none;
    padding: 0;
}

.siaside-nav-item {
    display: block;
    line-height: 46px;
}

.siaside-nav-item .siaside-nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    transition: 0.3s;
}

.siaside-nav-item .siaside-nav-link:hover,
.siaside-nav-item .siaside-nav-link.active {
    background: #f1f1f1;
    border-radius: 5px;
}

.siaside-nav-item .siaside-nav-link.active .sia-icon {
    color: #333333;
    font-weight: 600;
}

.siaside-nav-item .sia-icon {
    font-size: 24px;
    margin-left: 14px;
    color: #666;
}

.siaside-nav-item .siaside-nav-text {
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.badge-success {
    color: #fff;
}

/* /Dashbord */
.aiz-titlebar h1, .aiz-titlebar .title {
    font-size: 1rem;
    font-weight: 500;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.bg-grad-1 { background-color: #eb4786; background-image: linear-gradient(315deg, #eb4786 0%, #b854a6 74%); }
.bg-grad-2 { background-color: #875fc0; background-image: linear-gradient(315deg, #875fc0 0%, #5346ba 74%); }
.bg-grad-3 { background-color: #47c5f4; background-image: linear-gradient(315deg, #47c5f4 0%, #6791d9 74%); }
.bg-grad-4 { background-color: #ffb72c; background-image: linear-gradient(315deg, #ffb72c 0%, #f57f59 74%); }


.text-white {
    color: #fff !important;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.typed-search-box {
    z-index: 99 !important;
}

.typed-search-box ul {
    padding: 0;
}

.breadcrumb {
    background-color: transparent !important;
}

.footer-slug {
}

.logo-footer2 {
}

.logo-footer2 a {
}

.logo-footer2 img {
}

.siamod-slug {
    padding-right: 15px;
}

.foot-h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.foot-description {
    color: #ccc;
    font-weight: 300;
    font-size: 14px !important;
    margin-bottom: 0;
}

.support-card {
    display: inline-block;
    text-align: right;
}

.support-card .support-title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.support-card .s-title {
    display: inline-block;
    margin-left: 5px;
}

.support-card .s-number {
    direction: ltr;
    display: inline-block;
}

.support-card .s-des {
    color: #909090;
    font-weight: 100;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .footer-slug {
        justify-content: center;
        margin-bottom: 30px;
    }

    .support-card {
        display: block;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-slug {
        flex-direction: column;

    }

    .logo-footer2 {
        margin-bottom: 20px;
    }

    .siamod-slug {
        padding-right: 0px;
        text-align: center;
    }

    .support-card {
        display: block;
        text-align: center;
    }
}

.siamod-share {
}

.siamod-share .jssocials-share-logo {
}

.siamod-share .jssocials-share-logo:hover {
    background-color: #fff !important;
    border-color: transparent !important;
}

.siamod-share .jssocials-share-whatsapp {
    font-size: 1.8rem;
}

.siamod-share .jssocials-shares .jssocials-share-whatsapp .social-whatsapp:hover {
    color: #00E676;
}

.siamod-share .jssocials-share-linkedin:hover {
    color: #0a66c2;
}

.owl-carousel .owl-stage-outer {
    border-radius: 16px;
}

.aiz-steps {

}

.arrow-divider {
}
.aiz-steps.arrow-divider > *:not(:first-of-type):before {
    position: absolute;
    content: "\f104";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 5px;
    right: -13px;
    font-size: 22px;
    height: auto;
    width: auto;
    background-color: transparent !important;
}

.aiz-steps > *:not(:first-of-type):before {
    position: absolute;
    width: calc(100% - 20px);
    height: 4px;
    background: var(--secondary);
    content: "";
    left: calc(50% + 20px);
    top: 18px;
    z-index: 0;
    opacity: 0.4;
}

.aiz-steps .fs-14{
    font-size: 1.3rem;
}
.aiz-steps .done, .aiz-steps .active, .aiz-steps .done:before, .aiz-steps .active:before {
    opacity: 1 !important;
}

.aiz-steps > * {
    opacity: 0.4;
}
.h-60px, .size-60px {
    height: 60px;
}

.w-60px, .size-60px {
    width: 60px;
}
.cart .fw-600{
    font-weight: 600;
}
.cart .fw-400{
    font-weight: 400;
}

/* /Updated By Shahin */

/* Shahin Update from Vendor */
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* /Shahin Update from Vendor */

/* shahin update from aiz-style.css */
.pagination .page-link, .page-item.disabled .page-link {
    height: 36px;
    font-size: 1.3rem;
}

/*/shahin update from aiz-style.css */
/* shahin update from bootstrap.css */
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    font-size: 3rem;
}

/*/shahin update from bootstrap.css */
.aiz-notify{ z-index: 9999 !important;}

form.club-form .bootstrap-select .btn {
    background: white;
    min-height: 4.5rem;
    padding: .85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

form.club-form .bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}

.dropdown li.active > a, .dropdown li:hover > a {
    color: white;
    background: black;
}

.bootstrap-select .dropdown-menu li a span.text {
    font-size: small;
}
.login-form .form-group i.fa {
    position: absolute;
    left: 10px;
    top: 14px;
}

.login-form .form-group {
    position: relative;
}
.opacity-50 { opacity: 0.5 !important; }
.fw-700 { font-weight: 700 !important; }
.h3{font-size:1.75rem}
.btn-circle {
    width:36px;
    height:36px;
    padding:0 !important;
    text-align:center;
    align-content: center;
    border-radius: 8px;
}

.btn-circle i {
    margin: 0px !important;
}
.dropdown .btn-light {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: .85rem 2rem;
    min-height: 4.5rem;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}

.bootstrap-select .dropdown-menu li a {
    min-height: 3rem;
}
.h-200px {height: 200px;}

.uppy-Root *:focus {
    outline: none !important;
}
.uppy-size--md .uppy-DashboardItem-progressIndicator,
.uppy-DashboardContent-bar .uppy-DashboardContent-back {
    visibility: hidden;
    opacity: 0;
}
.uppy-Dashboard-inner {
    width: 100% !important;
    height: 100% !important;
}
.uppy-Root {
    height: 100% !important;
}
.uppy-DashboardContent-addMore svg {
    margin-bottom: 0;
}
.card-file {
    padding: 8px;
    position: relative;
    border-color: rgb(223, 224, 228);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.card-file .card-body h6 {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.card-file .card-body p {
    margin-bottom: 0;
    font-size: 9px;
    color: #8392a5;
}
.card-file .card-file-thumb {
    height: 120px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-file .card-body {
    padding: 10px 0 0;
}

.card-file .card-file-thumb i {
    font-size: 50px;
    color: #b3becc;
}

.aiz-uploader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
}
[data-toggle="aizuploader"] {
    cursor: pointer;
}
.aiz-uploader-all {
    margin-left: -10px;
    margin-right: -10px;
    overflow-y: auto;
    height: calc(100vh - 303px);
}
.uppy-Dashboard-files {
    max-height: calc(100vh - 363px);
}
.aiz-file-box-wrap {
    padding: 0 10px;
    width: 50%;
    float: left;
}
.aiz-file-box-wrap[aria-hidden="true"] {
    display: none;
}
.aiz-file-box {
    position: relative;
}
.aiz-file-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.aiz-file-box .dropdown-file {
    position: absolute;
    top: 6px;
    right: 9px;
    z-index: 1;
}
.aiz-file-box .dropdown-file > a {
    color: #5a5a5a;
    font-size: 22px;
    background: #f5f6fa;
    cursor: pointer;
}
.aiz-file-box .card-file {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.aiz-file-box .card-file .card-file-thumb {
    position: absolute;
    width: calc(100% - 16px);
    top: 8px;
    left: 8px;
    height: calc(100% - 55px);
}

.aiz-file-box .card-file .card-body {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 5px;
    left: 8px;
}
[data-selected="true"] .aiz-uploader-select {
    border-color: #007bff;
    background: rgba(0, 123, 255, 0.05);
}
.modal-adaptive {
    height: calc(100vh - 60px);
    margin: 30px auto !important;
}

/*File preview + remove*/
.file-preview-item h6 {
    font-size: 13px;
    margin-bottom: 0;
}

.file-preview-item {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.file-preview-item p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}
.file-preview-item .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 45px;
    width: 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}
.file-preview-item .remove {
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px;
    width: 52px;
}
.file-preview-item .body {
    min-width: 0;
}

.file-preview.box a {
    color: inherit;
}
.file-preview.box:after {
    content: "";
    clear: both;
    display: table;
}
.file-preview.box .file-preview-item {
    width: 160px;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}
.file-preview.box .thumb {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.file-preview.box.sm .file-preview-item {
    width: 100px;
}
.file-preview.box.sm .thumb {
    height: 52px;
}

.file-preview.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}
.file-preview.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}
.file-preview.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

@media (min-width: 576px) {
    /*sm*/
    .modal-adaptive {
        max-width: 540px;
    }
    .aiz-file-box-wrap {
        width: 33.3333%;
    }
}
@media (min-width: 768px) {
    /*md*/
    .modal-adaptive {
        max-width: 720px;
    }
    .aiz-file-box-wrap {
        width: 25%;
    }
    .modal-md{
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    /*lg*/
    .modal-adaptive {
        max-width: 960px;
    }
    .aiz-file-box-wrap {
        width: 20%;
    }
}
@media (min-width: 1200px) {
    /*xl*/
    .modal-adaptive {
        max-width: 1140px;
    }
    .aiz-file-box-wrap {
        width: 16.66666%;
    }
}
@media (min-width: 1500px) {
    /*xxl*/
    .modal-adaptive {
        max-width: 1400px;
    }
}
@media (max-width: 767px) {
    .aiz-uploader-search i {
        font-size: 23px;
        cursor: pointer;
        padding: 4px;
        margin-right: 5px;
        position: relative;
        z-index: 2;
        top: 3px;
    }

    .aiz-uploader-search input {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .aiz-uploader-search.open input {
        visibility: visible;
        opacity: 1;
    }
}

.search-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.search-icon:hover {
    color: transparent;
}
.search-icon::before,
.search-icon::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search-icon::before {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #686f7a;
}
.search-icon::after {
    height: 2px;
    width: 8px;
    background: #686f7a;
    bottom: 10px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-icon span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.search-icon span::before,
.search-icon span::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 18px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -8px;
    background: #686f7a;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.search-icon span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-icon span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open .search-icon::before,
.open .search-icon::after {
    opacity: 0;
}
.open .search-icon span::before,
.open .search-icon span::after {
    opacity: 1;
}
.open .search-icon span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open .search-icon span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius:8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.text-truncate.title {
    font-size: 1.15rem;
    font-weight:100
}

.cart-table .input-group button,.cart-table .input-group input {
    border-color: #eee;
}

.cart-table .input-group input.quantity {
    border-radius:0px;
}

.cart-table .input-group .quantity-minus {
    border-radius:  0 0.3rem 0.3rem 0
}

.cart-table .input-group .quantity-plus {
    border-radius: 0.3rem 0 0 0.3rem;
}
@media (max-width: 1199.98px) {
    .sidebar-xl {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .sidebar-xl .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }

    .sidebar-xl.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }

    .sidebar-xl.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -100px);
        transform: translate(-50%, -100px);
        left: 50%;
        top: 0;
    }

    .sidebar-xl.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }

    .sidebar-xl,
    .sidebar-xl .collapse-sidebar,
    .sidebar-xl .overlay {
        opacity: 0;
        visibility: hidden;
    }
}

.collapse-sidebar-wrap.active,
.collapse-sidebar-wrap.active .collapse-sidebar,
.collapse-sidebar-wrap.active .overlay {
    opacity: 1;
    visibility: visible;
}

.collapse-sidebar-wrap.active .collapse-sidebar {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background-color: #fff;
}

.collapse-sidebar-wrap.active .sidebar-auto {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

[dir="rtl"] .absolute-top-right {
    right: auto;
    left: 0;
}

.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

[dir="rtl"] .absolute-top-left {
    left: auto;
    right: 0;
}

.absolute-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

[dir="rtl"] .absolute-bottom-right {
    left: auto;
    right: 0;
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

[dir="rtl"] .absolute-bottom-left {
    left: auto;
    right: 0;
}
.product-thumbs .owl-stage {
    direction: ltr;
}
.product-thumbs-wrap{ direction:ltr}
.product-thumbs .owl-nav .owl-prev {
    right: auto;
}
.product-thumbs-wrap button { top:4rem; }
.tooltip.show{z-index:10001;}
ul.cart-table {
    padding: 0;
}
ul.cart-table li > div {
    align-items: center;
}
ul.cart-table li > div .name-row{
    align-items:center;
}
