/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #3a6ee8;
    --purple: #6f42c1;
    --pink: #d62f56;
    --red: #e74c3c;
    --orange: #fd7e14;
    --yellow: #efd20e;
    --green: #82c168;
    --teal: #22b69c;
    --cyan: #9ed4d6;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #9ed4d6;
    --secondary: #e74c3c;
    --success: #6dd400;
    --info: #32c5ff;
    --warning: #f7b500;
    --danger: #e02020;
    --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: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: Inconsolata, -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
}

address, p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

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

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #9ed4d6;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #68bcbf;
    text-decoration: underline
}

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

code, pre {
    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 {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

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

button, input, 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
}

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
}

output {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: Unica One;
    font-weight: 500;
    line-height: 1.2;
    color: #282828
}

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

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-inline, .list-select .inner-select ul, .list-unstyled, .social {
    padding-left: 0;
    list-style: none
}

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

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

.figure {
    display: inline-block
}

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

a > code {
    color: inherit
}

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

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-2, .col-3, .col-4, .col-6, .col-8, .col-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .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-10, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

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

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

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    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-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-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f8fcfc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(158, 212, 214, .25)
}

.form-control::-moz-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=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

.valid-tooltip {
    color: #212529;
    background-color: rgba(109, 212, 0, .9)
}

.invalid-tooltip, .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;
    border-radius: .25rem
}

.invalid-tooltip {
    color: #fff;
    background-color: rgba(224, 32, 32, .9)
}

.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: .6rem 1.4rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    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) {
    .btn {
        transition: none
    }
}

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

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(158, 212, 214, .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: #212529;
    background-color: #9ed4d6;
    border-color: #9ed4d6
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #212529;
    background-color: #83c8cb;
    border-color: #7ac4c7
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(139, 186, 188, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #9ed4d6;
    border-color: #9ed4d6
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #7ac4c7;
    border-color: #71c0c3
}

.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(139, 186, 188, .5)
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.dropdown {
    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: 0
}

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

.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: #e9ecef
}

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

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

.dropdown-menu.show {
    display: block
}

.nav {
    display: flex;
    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: 0 solid transparent
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.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: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #f8f9fa
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

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

.navbar {
    padding: .5rem 1rem
}

.navbar, .navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

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

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

.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: 50%/100% 100% no-repeat
}

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

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

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

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

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

    .navbar-expand-lg > .container {
        flex-wrap: nowrap
    }

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

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

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

.navbar-expand > .container {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    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 {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

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

.navbar-light .navbar-brand, .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: transparent
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 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
}

.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: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "|"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.badge, .pagination {
    border-radius: .25rem
}

.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;
    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-secondary {
    color: #fff;
    background-color: #e74c3c
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #d62c1a
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .5)
}

.badge-info {
    color: #212529;
    background-color: #32c5ff
}

a.badge-info:focus, a.badge-info:hover {
    color: #212529;
    background-color: #00b6fe
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(50, 197, 255, .5)
}

.badge-warning {
    color: #212529;
    background-color: #f7b500
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #c49000
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(247, 181, 0, .5)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-primary {
    color: #526e6f;
    background-color: #ecf6f7;
    border-color: #e4f3f4
}

.alert-primary hr {
    border-top-color: #d2ebed
}

.alert-info {
    color: #1a6685;
    background-color: #d6f3ff;
    border-color: #c6efff
}

.alert-info hr {
    border-top-color: #ade8ff
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Inconsolata, -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-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;
    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-top {
    padding: .4rem 0
}

.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.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;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item.active {
    display: block
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9ed4d6;
    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 {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.align-middle {
    vertical-align: middle !important
}

.required:after {
    background-color: #e02020 !important
}

a.required:focus:after, a.required:hover:after, button.required:focus:after, button.required:hover:after {
    background-color: #b41919 !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, .dropdown-toggle:after {
    border: 0 !important
}

.rounded {
    border-radius: .25rem !important
}

.required:after, .rounded-circle {
    border-radius: 50% !important
}

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

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }
}

.flex-column {
    flex-direction: column !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-relative {
    position: relative !important
}

.required:after {
    position: absolute !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.w-100 {
    width: 100% !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3, .shopping-cart .dropdown-menu {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mt-5, .shop-sidebar.shop-sidebar-left {
    margin-top: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-0, .shopping-cart .dropdown-menu {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.page-head {
    padding-top: 1.5rem !important
}

.page-head, .pb-4 {
    padding-bottom: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .ml-sm-3 {
        margin-left: 1rem !important
    }
}

@media (min-width: 768px) {
    .mt-md-0, .shop-sidebar.shop-sidebar-left {
        margin-top: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }
}

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

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

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

.text-secondary {
    color: #e74c3c !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #bf2718 !important
}

.text-muted {
    color: #6c757d !important
}

.visible {
    visibility: visible !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        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
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-blue {
    --swiper-pagination-color: #007bff
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #3a6ee8
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1
}

.swiper-pagination-pink {
    --swiper-pagination-color: #d62f56
}

.swiper-pagination-red {
    --swiper-pagination-color: #e74c3c
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #efd20e
}

.swiper-pagination-green {
    --swiper-pagination-color: #82c168
}

.swiper-pagination-teal {
    --swiper-pagination-color: #22b69c
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #9ed4d6
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-gray {
    --swiper-pagination-color: #6c757d
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-blue, .swiper-button-prev.swiper-button-blue {
    --swiper-navigation-color: #007bff
}

.swiper-button-next.swiper-button-indigo, .swiper-button-prev.swiper-button-indigo {
    --swiper-navigation-color: #3a6ee8
}

.swiper-button-next.swiper-button-purple, .swiper-button-prev.swiper-button-purple {
    --swiper-navigation-color: #6f42c1
}

.swiper-button-next.swiper-button-pink, .swiper-button-prev.swiper-button-pink {
    --swiper-navigation-color: #d62f56
}

.swiper-button-next.swiper-button-red, .swiper-button-prev.swiper-button-red {
    --swiper-navigation-color: #e74c3c
}

.swiper-button-next.swiper-button-orange, .swiper-button-prev.swiper-button-orange {
    --swiper-navigation-color: #fd7e14
}

.swiper-button-next.swiper-button-yellow, .swiper-button-prev.swiper-button-yellow {
    --swiper-navigation-color: #efd20e
}

.swiper-button-next.swiper-button-green, .swiper-button-prev.swiper-button-green {
    --swiper-navigation-color: #82c168
}

.swiper-button-next.swiper-button-teal, .swiper-button-prev.swiper-button-teal {
    --swiper-navigation-color: #22b69c
}

.swiper-button-next.swiper-button-cyan, .swiper-button-prev.swiper-button-cyan {
    --swiper-navigation-color: #9ed4d6
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-gray, .swiper-button-prev.swiper-button-gray {
    --swiper-navigation-color: #6c757d
}

.swiper-button-next.swiper-button-gray-dark, .swiper-button-prev.swiper-button-gray-dark {
    --swiper-navigation-color: #343a40
}

.swiper-button-lock {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

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

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(/dist/fonts/vendor/boxicons/boxicons.eot?dab45c68e7843f05a1fa0b51cd049da6);
    src: url(/dist/fonts/vendor/boxicons/boxicons.eot?dab45c68e7843f05a1fa0b51cd049da6) format("embedded-opentype"), url(/dist/fonts/vendor/boxicons/boxicons.woff2?3d97761636a97b1be38c1198ca245e59) format("woff2"), url(/dist/fonts/vendor/boxicons/boxicons.woff?9c952314ccb15e1218749c577021f7e0) format("woff"), url(/dist/fonts/vendor/boxicons/boxicons.ttf?5c6ab33f42e78029efb560a62110d1ce) format("truetype"), url(/dist/fonts/vendor/boxicons/boxicons.svg?bde555f9aa4ff7851263cb357f39028b) format("svg")
}

.bx, .dropdown-toggle:after, .star-rating, .star-rating span, .widgets .widget.widget-instagram li > a {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

@-webkit-keyframes burst {
    0% {
        transform: scale(1);
        opacity: 1
    }
    90% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes burst {
    0% {
        transform: scale(1);
        opacity: 1
    }
    90% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes flashing {
    0% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@keyframes flashing {
    0% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    75% {
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    75% {
        transform: translateX(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    75% {
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    75% {
        transform: translateX(20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    75% {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    75% {
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    75% {
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes fade-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    75% {
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.95, .95, .95) rotate(-10deg)
    }
    30%, 50%, 70%, 90% {
        transform: scaleX(1) rotate(10deg)
    }
    40%, 60%, 80% {
        transform: rotate(-10deg)
    }
    to {
        transform: scaleX(1)
    }
}

.bxl-facebook:before {
    content: "\E92F"
}

.bxl-instagram:before {
    content: "\E942"
}

.bxl-mastercard:before {
    content: "\E952"
}

.bxl-paypal:before {
    content: "\E95E"
}

.bxl-snapchat:before {
    content: "\E972"
}

.bxl-stripe:before {
    content: "\E979"
}

.bxl-twitter:before {
    content: "\E982"
}

.bxl-visa:before {
    content: "\E986"
}

.bx-bitcoin:before {
    content: "\E9D7"
}

.product .li-icon.added i:before {
    content: "\EA41"
}

.bx-chevron-left:before {
    content: "\EA4D"
}

.bx-chevron-right:before {
    content: "\EA50"
}

.bx-chevrons-down:before {
    content: "\EA53"
}

.bx-dollar:before {
    content: "\EAAC"
}

.bx-euro:before {
    content: "\EAC8"
}

.bx-globe:before {
    content: "\EAF8"
}

.bx-heart:before {
    content: "\EB0A"
}

.bx-left-arrow-alt:before {
    content: "\EB33"
}

.widgets .widget.widget-instagram li > a:before {
    content: "\EB3C"
}

.bx-money:before {
    content: "\EB93"
}

.bx-right-arrow-alt:before {
    content: "\EBE6"
}

.bx-search:before {
    content: "\EBF7"
}

.bx-shopping-bag:before {
    content: "\EC0B"
}

.bx-star:before {
    content: "\EC27"
}

.bx-x:before {
    content: "\EC8D"
}

.bxs-cart:before {
    content: "\ED22"
}

.bxs-plane:before {
    content: "\EE72"
}

.bxs-star:before {
    content: "\EEB8"
}

::-moz-selection {
    background-color: #9ed4d6;
    color: #fff
}

::selection {
    background-color: #9ed4d6;
    color: #fff
}

a {
    color: #282828
}

a:active, a:focus, a:hover {
    color: #9ed4d6;
    text-decoration: blink
}

.btn, a, button span {
    transition: all .3s ease
}

@media (prefers-reduced-motion: reduce) {
    .btn, a, button span {
        transition: none
    }
}

ol, ul {
    padding-left: 0;
    list-style: none
}

ins {
    text-decoration: none
}

textarea {
    resize: vertical
}

body {
    font-weight: 300;
    text-transform: none;
    color: #282828;
    padding-top: 125px
}

.btn-primary:active, .btn-primary:active:hover, .btn-primary:active:visited, .btn-primary:focus, .btn-primary:hover, input[type=button]:active, input[type=button]:active:hover, input[type=button]:active:visited, input[type=button]:focus, input[type=button]:hover, input[type=reset]:active, input[type=reset]:active:hover, input[type=reset]:active:visited, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:active, input[type=submit]:active:hover, input[type=submit]:active:visited, input[type=submit]:focus, input[type=submit]:hover {
    background-color: rgba(158, 212, 214, .9);
    color: #fff;
    border-color: rgba(158, 212, 214, .9) !important
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    appearance: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

label.checkbox, label.radio {
    cursor: pointer;
    display: flex;
    align-items: center
}

label.checkbox:before, label.radio:before {
    content: "";
    position: relative;
    display: inline-block;
    background-color: #fff;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    margin-top: auto;
    margin-bottom: auto;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    background-clip: padding-box
}

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

input[type=checkbox]:not(.browser-default), input[type=radio]:not(.browser-default) {
    position: absolute !important;
    left: -9999px !important;
    visibility: hidden !important;
    top: 0
}

input[type=checkbox]:not(.browser-default):checked + label.checkbox:before, input[type=radio]:not(.browser-default):checked + label.radio:before {
    background-color: #9ed4d6;
    box-shadow: 0 0 0 1px #9ed4d6, inset 0 0 0 3px #fff
}

input[type=radio]:not(.browser-default):checked + label.radio {
    pointer-events: none
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn-primary, input[type=button], input[type=reset], input[type=submit] {
    background-color: #9ed4d6;
    color: #fff
}

.form-control {
    background-color: transparent;
    font-size: 16px;
    padding-right: 25px;
    border: none;
    margin-bottom: 0;
    height: 43px;
    color: #6c757d;
    outline: none;
    box-shadow: none !important;
    line-height: 2em;
    border-radius: 0
}

.inputs-border .form-control {
    border-bottom: 1px solid #e9ecef
}

.inputs-border .form-control:focus {
    border-bottom-color: #9ed4d6 !important
}

.inputs-border.inputs-bg .form-control {
    border-color: rgba(233, 236, 239, .6)
}

.inputs-bg .form-control {
    background-color: rgba(233, 236, 239, .6)
}

.button-group .btn:first-child {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase
}

h2 {
    font-size: 28px;
    line-height: 44px
}

h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px
}

h4 {
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px
}

h4, h5 {
    font-size: 18px
}

h5, h6 {
    font-weight: 600;
    margin-bottom: 16px
}

h6 {
    font-size: 16px
}

strong {
    font-weight: 600
}

p.subtitle {
    margin-bottom: 30px
}

p.description {
    margin-bottom: 10px
}

p.strong {
    font-weight: 700
}

p strong {
    color: #282828
}

.tooltip-inner {
    font-weight: 700;
    font-family: Inconsolata, -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
}

.table-responsive {
    border-color: #e9ecef
}

a.effect {
    position: relative
}

a.effect:after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 0;
    height: 1.5px;
    right: 0;
    background-color: #9ed4d6;
    transition: width .2s ease
}

@media (prefers-reduced-motion: reduce) {
    a.effect:after {
        transition: none
    }
}

a.effect:hover:after {
    width: 100%;
    left: 0
}

.description {
    font-size: 16px;
    margin-bottom: 10px;
    color: #6c757d
}

.section {
    padding: 70px 0;
    position: relative
}

@media (max-width: 991.98px) {
    .section {
        padding: 40px 0
    }
}

.section-title {
    margin-bottom: 50px;
    position: relative;
    float: none
}

.section-title p {
    color: #6c757d;
    max-width: 450px;
    margin: auto;
    line-height: 1.8em;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px
}

.section-title h3 {
    font-size: 28px;
    position: relative;
    display: table;
    margin: auto auto 10px
}

.section-title .line {
    background-color: #ced4da;
    height: 1px;
    width: 60px;
    display: inline-block;
    position: absolute;
    top: 15px
}

.section-title .line:first-child {
    right: -75px
}

.section-title .line:last-child {
    left: -75px
}

.rating-stars {
    display: inline-block
}

.rating-stars i {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #000
}

.quantity {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    background-color: #e9ecef;
    position: relative;
    width: 80px;
    overflow: hidden
}

.quantity input {
    margin: 0;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: none;
    background-color: rgba(233, 236, 239, .6)
}

.quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box
}

.quantity .minus, .quantity .plus {
    line-height: 0;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px;
    color: #adb5bd;
    font-size: 20px;
    position: absolute;
    height: 50%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    z-index: 3
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #dee2e6
}

.quantity .minus {
    bottom: 0
}

.star-rating {
    float: left;
    top: 3px;
    font-size: 1em;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5em
}

.star-rating:before {
    color: #ced4da;
    content: "\EE67\EE67\EE67\EE67\EE67"
}

.star-rating:before, .star-rating span {
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.star-rating span {
    overflow: hidden;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\EE67\EE67\EE67\EE67\EE67";
    left: 0;
    position: absolute;
    top: 0;
    color: #282828
}

.tabs-wrapper {
    padding-top: 70px;
    clear: both
}

.tab-content {
    background-color: #f8f9fa;
    padding: 20px
}

.social {
    display: table;
    margin-bottom: 0
}

.social li {
    line-height: 0;
    display: inline-block
}

.social li + li {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px
}

.social li a {
    color: #6c757d;
    font-size: 22px;
    display: inline-block
}

.social li a:hover {
    color: #9ed4d6
}

.go-to-top {
    cursor: pointer;
    background-color: #9ed4d6;
    color: #f8f9fa;
    font-size: 16px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 42px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    text-decoration: none !important;
    visibility: hidden;
    margin: 30px;
    display: block;
    background-clip: padding-box;
    transition: all .25s ease-in-out;
    transform: rotate(180deg) scale(.5)
}

.go-to-top.visible {
    visibility: visible;
    transform: rotate(180deg) scale(1)
}

.go-to-top.visible:focus, .go-to-top.visible:hover {
    background-color: #e74c3c;
    color: #fff
}

.box {
    border: 2px solid #e9ecef;
    padding: 15px;
    margin-bottom: 20px
}

.box > h2 {
    margin-top: 0;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 4px
}

.box > p {
    color: #6c757d
}

.box .form-group:last-child, .box .row:last-child .form-group {
    margin-bottom: 0 !important
}

.alert {
    border-radius: 0;
    text-transform: uppercase
}

.alert-info {
    color: #282828;
    background-color: transparent;
    border: 2px solid #e9ecef
}

.alert-info a {
    color: #adb5bd
}

.alert-info a:hover {
    color: #9ed4d6
}

.alert-primary {
    color: #9ed4d6;
    background-color: transparent;
    border: 2px solid #9ed4d6
}

.alert-primary:not(.alert-outline) {
    color: #fff;
    background-color: #9ed4d6;
    border: 2px solid #9ed4d6
}

.required {
    position: relative
}

.required:after {
    content: "";
    top: 6px;
    right: 6px;
    width: 4px;
    height: 4px;
    display: inline-block
}

.custom-accordion .card-default {
    border-radius: 0;
    margin-bottom: 20px;
    border-color: #e9ecef;
    box-shadow: none
}

.custom-accordion .card-default > .card-header {
    background-color: #f8f9fa;
    border-color: #e9ecef;
    border-bottom: none
}

.custom-accordion .card-default > .card-header + .card-collapse > .card-body {
    border-color: #e9ecef
}

.custom-accordion .card-body {
    line-height: 1.6em
}

#page-login .checkbox, .login-form .checkbox {
    margin: 0
}

#map {
    height: 500px;
    width: 100%
}

.list-select {
    position: relative;
    height: 100%
}

.list-select .inner-select {
    padding: 0 20px;
    position: relative;
    z-index: 9999;
    border: 1px solid transparent;
    transition: all .3s ease
}

@media (prefers-reduced-motion: reduce) {
    .list-select .inner-select {
        transition: none
    }
}

.list-select .inner-select.hover {
    background-color: #fff;
    border-color: #f8f9fa
}

.list-select .inner-select .selected {
    height: 28px;
    text-align: center;
    padding-top: 5px;
    border-bottom: 1px solid transparent;
    transition: all .2s ease
}

@media (prefers-reduced-motion: reduce) {
    .list-select .inner-select .selected {
        transition: none
    }
}

.list-select .inner-select .selected.hover {
    border-color: #f8f9fa;
    opacity: .2
}

.list-select .inner-select ul {
    margin: 0;
    padding: 5px 0 0;
    display: none;
    text-align: center
}

.list-select .inner-select ul li {
    border: none !important
}

.list-select .inner-select ul li a {
    padding: 6px 0
}

.list-select .inner-select ul li a.active {
    color: #9ed4d6
}

.columns-auto {
    -moz-columns: auto !important;
    columns: auto !important
}

@media (min-width: 768px) {
    .columns-md-2 {
        -moz-columns: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important
    }
}

.cursor-pointer {
    cursor: pointer
}

.fullscreen {
    height: 100vh
}

.white {
    background-color: #fff !important
}

.small-padding-top {
    padding-top: 40px !important
}

.bg-cover {
    background-color: #f2f3f5;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .85
}

.bg-cover, .bg-cover.accent:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.bg-cover.accent:before {
    content: "";
    opacity: .9;
    background-color: #9ed4d6
}

.mask-left {
    padding: 30px 20px;
    opacity: .93;
    background: linear-gradient(90deg, #f2f3f5 1%, #f2f3f5 60%, #f2f3f5 0, rgba(242, 243, 245, .73) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2F3F5", endColorstr="#00e5e5e5", GradientType=1)
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.sub-navbar {
    border-bottom: 1px solid #e9ecef;
    font-weight: 700;
    height: 35px
}

.sub-navbar ul {
    margin-bottom: 0;
    text-transform: uppercase
}

.sub-navbar ul li {
    -webkit-border-end: 1px solid #e9ecef;
    border-inline-end: 1px solid #e9ecef
}

.sub-navbar ul a {
    padding: 5px;
    display: block
}

.sub-navbar .list-select {
    -webkit-border-end: 1px solid #e9ecef;
    border-inline-end: 1px solid #e9ecef
}

.sticky {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.navbar {
    border: none;
    margin: 0;
    position: relative;
    z-index: 999;
    min-height: 90px;
    height: auto;
    border-radius: 0;
    transition: all .3s ease
}

.navbar .navbar-nav > .show > a, .navbar .navbar-nav > .show > a:focus, .navbar .navbar-nav > .show > a:hover {
    background-color: transparent
}

.navbar .navbar-nav li {
    position: relative
}

.navbar .navbar-nav li + li {
    margin-left: .5rem
}

.navbar .navbar-nav li.active > a {
    color: #9ed4d6;
    background: transparent
}

.navbar .navbar-nav li.active > a:focus, .navbar .navbar-nav li.active > a:hover {
    background: transparent;
    color: #9ed4d6;
    opacity: .8
}

.navbar .navbar-nav li a {
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0
}

.navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu {
    margin-top: 15px;
    width: 210px;
    padding: 10px 0;
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1), 0 0 1px 1px rgba(0, 0, 0, .08)
}

.navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(158, 212, 214, .85);
    width: 2px;
    height: 0;
    transition: .3s
}

@media (prefers-reduced-motion: reduce) {
    .navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu a:before {
        transition: none
    }
}

.navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu .active a, .navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu a:focus, .navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu a:hover {
    background-color: #f8f9fa !important;
    color: #282828
}

.navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu .active > a:before, .navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu a:hover:before {
    height: 100%;
    top: 0
}

.navbar .navbar-nav li:not(.shopping-cart) li {
    padding: 0;
    display: block;
    position: relative;
    margin: 0
}

.navbar .navbar-nav li:not(.shopping-cart) li a {
    padding: 10px 20px;
    margin-top: 0 !important;
    display: block;
    position: relative;
    line-height: 1;
    font-size: 14px
}

.navbar .navbar-brand {
    color: #282828
}

.navbar .navbar-brand > img {
    max-height: 65px;
    height: 100%
}

.navbar .navbar-toggle {
    border: none;
    background-color: transparent !important;
    padding: 0;
    margin-top: 12px
}

.navbar .badge {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 19px;
    padding: 0
}

.li-icon, .navbar .navbar-nav .li-icon {
    background-color: #9ed4d6;
    color: #fff;
    font-size: 16px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 42px;
    display: inline-block
}

.li-icon:active, .li-icon:focus, .li-icon:hover, .navbar .navbar-nav .li-icon:active, .navbar .navbar-nav .li-icon:focus, .navbar .navbar-nav .li-icon:hover {
    background: rgba(158, 212, 214, .9) !important;
    color: #fff !important
}

@media (max-width: 993px) {
    .nav-container .container {
        position: relative
    }

    .navbar .navbar-brand {
        margin-left: 15px !important
    }

    .navbar .navbar-collapse {
        background: #fff;
        padding: 0
    }

    .navbar .navbar-nav:not(.navbar-icons) > li {
        margin: 0;
        padding: 0;
        transition: background-color .3s ease
    }

    .navbar .navbar-nav:not(.navbar-icons) > li.active, .navbar .navbar-nav:not(.navbar-icons) > li:hover {
        background-color: #fff
    }

    .navbar .navbar-nav:not(.navbar-icons) > li > a {
        margin: 0;
        padding: 10px 15px
    }

    .navbar .navbar-nav li:not(.shopping-cart) .dropdown-menu {
        width: 100%;
        margin: 0;
        background: transparent;
        box-shadow: none;
        padding-top: 0
    }

    .navbar .navbar-nav li:not(.shopping-cart).open .dropdown-menu {
        display: table
    }
}

.dropdown-toggle:after {
    vertical-align: inherit;
    content: "\ECE8"
}

.shopping-cart {
    position: relative
}

.shopping-cart > a:after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background: #f8f9fa;
    width: 12px;
    height: 12px;
    border-radius: 3px 0 0 0;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none
}

.shopping-cart .dropdown-menu {
    min-width: 200px;
    border-radius: .25rem;
    width: 300px !important;
    overflow: hidden;
    max-height: 300px
}

.shopping-cart .dropdown-menu li {
    margin: 0;
    padding: 15px;
    float: right;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    width: 100%
}

.shopping-cart .dropdown-menu li:last-child {
    border-bottom: none
}

.shopping-cart .dropdown-menu li:last-child a {
    border-radius: 0 0 5px 5px
}

.shopping-cart .dropdown-menu li a {
    margin-top: 0
}

.shopping-cart .product-details {
    margin: 0
}

.shopping-cart .product-img {
    width: 55px
}

.shopping-cart .product-img:hover {
    opacity: .85
}

.shopping-cart .product-title {
    font-size: 16px
}

.shopping-cart .product-price {
    font-size: 16px;
    margin-bottom: 0
}

.shopping-cart .dropdown-footer {
    background-color: #f8f9fa
}

.header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.header:not(.slider):after {
    content: "";
    background-color: hsla(0, 0%, 86.3%, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0
}

.header:not(.slider) .row {
    z-index: 9;
    position: relative
}

.header h1 {
    line-height: 45px;
    margin-bottom: 15px;
    font-size: 34px
}

.header p {
    color: #8d8d8d;
    font-size: 17px;
    line-height: 25px
}

.header .button-group {
    margin-top: 20px
}

.slide, .slide .carousel-inner, .slide .carousel-inner > .item {
    height: 100%
}

.slide .carousel-item {
    max-height: calc(100vh - 125px)
}

.slide .carousel-caption {
    text-shadow: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}

.swiper-slider .swiper-container {
    max-height: calc(100vh - 125px)
}

.swiper-slider .swiper-container .swiper-slide {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.swiper-slider .swiper-container .swiper-button-next, .swiper-slider .swiper-container .swiper-button-prev {
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 26px;
    cursor: pointer;
    transition: all .2s ease;
    color: #282828
}

.swiper-slider .swiper-container .swiper-button-next:hover, .swiper-slider .swiper-container .swiper-button-prev:hover {
    color: #9ed4d6
}

.product {
    margin-bottom: 30px
}

.product .li-icon {
    background-color: #fff;
    color: #282828;
    display: flex !important;
    align-items: center;
    align-content: center;
    border: 1px solid rgba(0, 0, 0, .1)
}

.product .li-icon i {
    margin: auto
}

.product .li-icon.active, .product .li-icon.added, .product .li-icon:hover {
    background-color: #282828 !important;
    color: #fff
}

.product .li-icon.added {
    cursor: default
}

.inner-product {
    position: relative
}

.inner-product .onsale {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 10px;
    right: 10px;
    background-color: #9ed4d6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    z-index: 1;
    position: absolute
}

.inner-product .onsale.new {
    background-color: #fff;
    color: #282828
}

.inner-product .onsale.hot {
    background-color: #e74c3c
}

.inner-product .product-details {
    background-color: rgba(158, 212, 214, .85);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 25px;
    z-index: 0;
    opacity: 0;
    transition: all .5s ease
}

@media (prefers-reduced-motion: reduce) {
    .inner-product .product-details {
        transition: none
    }
}

.inner-product .product-details .product-btns {
    text-align: center
}

.inner-product .product-details .product-btns span {
    display: inline-block
}

.inner-product:hover .product-details {
    opacity: 1
}

.inner-product h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 0;
    margin-top: 0
}

.inner-product p {
    color: #e9ecef;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8em
}

.product-price, .product .product-price {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #fff
}

.product-price ins, .product .product-price ins {
    display: block
}

.product-price del, .product .product-price del {
    font-size: 20px;
    display: inline-block;
    font-weight: 400;
    color: rgba(40, 40, 40, .65)
}

.second-style .product {
    text-align: center
}

.second-style .product .product-title {
    color: #282828;
    margin-top: 10px;
    margin-bottom: 5px
}

.second-style .product .star-rating {
    margin: auto;
    float: none
}

.second-style .product .product-details {
    background-color: transparent;
    top: 0;
    bottom: inherit
}

.second-style .product .product-details .product-btns {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0
}

.second-style .product .inner-product {
    overflow: hidden
}

.second-style .product .inner-product:hover .product-details {
    top: 100%
}

.second-style .product .product-price {
    color: #282828;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 20px
}

.second-style .product .product-price ins {
    display: inline-block
}

.second-style .product .product-price del {
    font-size: 15px;
    color: #adb5bd
}

.instagram {
    position: relative
}

.instagram h2 {
    margin: 0;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    z-index: 1
}

.instagram ul li {
    float: left;
    display: inline-block;
    list-style: none;
    width: 10%;
    opacity: .3;
    transition: all .35s ease
}

.instagram ul li span {
    height: 120px;
    max-width: 100%;
    width: 120px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.instagram ul li.active, .instagram ul li:hover {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .instagram ul li {
        width: 20%
    }

    .instagram ul li span {
        height: 80px
    }
}

.newsletter {
    padding: 40px 0
}

.newsletter .container {
    position: relative;
    color: #fff;
    z-index: 10
}

.newsletter h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px
}

.newsletter p {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 20px;
    color: #f8f9fa
}

.most-popular {
    position: relative
}

.most-popular h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
    margin-top: 0
}

.most-popular .btn {
    margin-top: 10px
}

.promotions .promotion {
    border: 1px solid #e9ecef;
    padding: 35px 20px 20px
}

.promotions .promotion h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 600
}

.promotions .promotion p {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0
}

.promotions .promotion .icon {
    font-size: 36px;
    display: inline-block;
    position: relative;
    line-height: 0;
    color: #ced4da
}

.promotions .promotion .icon:after, .promotions .promotion .icon:before {
    content: "";
    transition: all .1s ease;
    display: table;
    padding: 5px;
    width: 15px;
    height: 15px;
    position: absolute
}

@media (prefers-reduced-motion: reduce) {
    .promotions .promotion .icon:after, .promotions .promotion .icon:before {
        transition: none
    }
}

.promotions .promotion .icon:before {
    border-top: 2px solid;
    border-right: 2px solid;
    right: -10px;
    top: -10px
}

.promotions .promotion .icon:after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    left: -10px;
    bottom: -10px
}

.promotions .promotion:hover .icon:before {
    right: -15px
}

.promotions .promotion:hover .icon:after {
    left: -15px
}

.promotions .promotion.media {
    padding: 30px 20px
}

.promotions .promotion.media i {
    font-size: 36px
}

.promotions .promotion.media .media-left {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

@media (max-width: 768px) {
    .promotions .promotion {
        margin-bottom: 30px
    }
}

.collections .collection {
    margin-bottom: 30px
}

.collections .collection a {
    display: block;
    position: relative;
    background-color: #333;
    overflow: hidden
}

.collections .collection a:after, .collections .collection a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease-in
}

@media (prefers-reduced-motion: reduce) {
    .collections .collection a:after, .collections .collection a:before {
        transition: none
    }
}

.collections .collection a:before {
    border-bottom: 2px solid #323237;
    border-top: 2px solid #323237;
    margin: 0 -5px;
    transform: scaleX(0)
}

.collections .collection a:after {
    border-left: 2px solid #323237;
    border-right: 2px solid #323237;
    margin: -5px 0;
    transform: scaleY(0)
}

.collections .collection a:hover:after, .collections .collection a:hover:before {
    opacity: 1;
    transform: scale(1)
}

.related-products .owl-nav .owl-next, .related-products .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    background: #f7f7f7;
    color: #323237;
    padding: 10px;
    font-size: 25px
}

.related-products .owl-nav .owl-next {
    right: 0
}

.page-head {
    background-color: #f8f9fa;
    text-transform: uppercase;
    font-weight: 700
}

.page-head .header-nav a {
    padding: 0 18px;
    font-weight: 600;
    -webkit-border-end: 1px solid transparent;
    border-inline-end: 1px solid transparent
}

.page-head .header-nav a i {
    margin: 0 8px
}

.page-head .header-nav a:hover {
    color: #6c757d
}

.page-head .header-nav a:first-child {
    border-inline-end-color: #ced4da
}

.page-head .header-nav a:last-child {
    -webkit-padding-end: 0;
    padding-inline-end: 0
}

.product-details .product-title {
    display: table;
    width: 100%
}

.product-details .product-title hr {
    width: 30px;
    float: left;
    border-color: #9ed4d6;
    border-width: 2px
}

.product-details .product-name {
    font-size: 26px
}

.product-details .product-available {
    margin-bottom: 0
}

.product-details .description {
    margin-bottom: 20px
}

.product-details .rating .rating-text {
    margin-left: 10px
}

.single-product-wrapper .product-thumbnail {
    margin-bottom: 20px
}

.single-product-wrapper .price {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px
}

.single-product-wrapper .product-details .price del {
    color: #6c757d;
    margin-right: 10px;
    font-weight: 100;
    display: inline-block;
    font-size: 18px
}

.single-product-wrapper .product-details .price ins {
    font-weight: 700
}

.single-product-wrapper .product-details form {
    margin: 10px 0 30px
}

.single-product-wrapper .product-details form .btn {
    margin-top: 0
}

.single-product-wrapper .product-attributes label {
    font-size: 16px
}

.single-product-wrapper .product-attributes select {
    background-color: #e9ecef
}

.single-product-wrapper .product-share > span {
    line-height: 15px;
    font-size: 13px;
    color: #212529;
    text-transform: uppercase;
    vertical-align: super
}

.single-product-wrapper .product-share .social {
    display: inline-block;
    padding-left: 15px
}

.single-product-wrapper .product-share .social li {
    margin-right: 20px
}

.single-product-wrapper .reviews, .single-product-wrapper .tabs-wrapper table {
    margin: 0
}

.single-product-wrapper .reviews .review {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.single-product-wrapper .reviews .review:last-child {
    border-color: transparent;
    padding-bottom: 0;
    margin-bottom: 0
}

.single-product-wrapper .reviews .review .media-middle {
    vertical-align: top;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.single-product-wrapper .reviews .review .avatar {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.single-product-wrapper .reviews .review .description {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px
}

.single-product-wrapper .review-form label {
    display: table
}

.single-product-wrapper .review-form .form-control {
    background-color: #fff
}

.products-filter {
    text-align: center;
    margin-bottom: 40px
}

.products-filter li {
    display: inline-block;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px
}

.products-filter li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.products-filter li a {
    letter-spacing: 1px;
    font-weight: 700
}

.products-filter li.active a, .products-filter li li a:hover {
    color: #9ed4d6
}

.filter-slider {
    position: relative;
    margin-bottom: 20px;
    display: block
}

.filter-slider.ui-corner-all, .filter-slider .ui-corner-all {
    border-radius: 0
}

.filter-slider.ui-slider {
    border: 0;
    background: #e9ecef;
    border-radius: 0
}

.filter-slider.ui-slider-horizontal {
    height: 2px
}

.filter-slider.ui-slider-vertical {
    height: 15em;
    width: 2px
}

.filter-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #343a40;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    outline: none;
    display: block
}

.filter-slider.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-top: -6px
}

.filter-slider.ui-slider-vertical .ui-slider-handle {
    left: 50%;
    margin-left: -6px
}

.filter-slider .ui-slider-handle:hover {
    opacity: .95
}

.filter-slider .ui-slider-range {
    border: 0;
    border-radius: 0;
    background: #343a40;
    position: relative;
    display: block
}

.filter-slider.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 2px
}

.filter-slider.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 2px
}

.shop-sidebar .widgets .widget {
    position: relative;
    margin-bottom: 35px
}

.widgets .widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px
}

.widgets .widget > ul {
    margin-bottom: 0
}

.widgets .widget.widget-sizes li {
    display: inline-block
}

.widgets .widget.widget-sizes li a {
    border: 2px solid #e9ecef;
    padding: 3px 9px;
    display: block;
    font-size: 12px;
    font-weight: 700
}

.widgets .widget.widget-sizes li a:hover {
    background-color: #e9ecef;
    color: #282828
}

.widgets .widget.widget-categories li:last-child {
    padding-bottom: 0;
    border: none
}

.widgets .widget.widget-categories li .children {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px
}

.widgets .widget.widget-categories li .children > li {
    padding-top: 10px
}

.widgets .widget.widget-categories li .count {
    float: right;
    color: #adb5bd;
    font-size: 12px;
    font-weight: 100
}

.widgets .widget.widget-categories > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef
}

.widgets .widget.widget-categories > ul > li:first-child {
    padding-top: 0
}

.widgets .widget.widget-price-filter .price-slider-wrapper {
    position: relative
}

.widgets .widget.widget-price-filter form .btn {
    padding: 0 8px;
    height: 22px;
    line-height: 20px;
    float: right;
    font-size: 13px
}

.widgets .widget.widget-price-filter #amount-slider {
    display: inline-block
}

.widgets .widget.widget-top-seller .media-object {
    max-width: 55px
}

.widgets .widget.widget-top-seller .media-heading {
    line-height: 1
}

.widgets .widget.widget-top-seller > ul > li {
    margin-bottom: 20px
}

.widgets .widget.widget-top-seller > ul > li:last-child {
    margin-bottom: 0
}

.widgets .widget.widget-top-seller .media-left, .widgets .widget.widget-top-seller .media > .float-left {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px
}

.widgets .widget.widget-top-seller .media > .float-right {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px
}

.widgets .widget.widget-top-seller .rating {
    display: table
}

.widgets .widget.widget-top-seller .price {
    margin: 7px 0 0
}

.widgets .widget.widget-top-seller .price del {
    display: inline-block;
    color: #6c757d;
    font-weight: 100
}

.widgets .widget.widget-top-seller .price ins {
    font-weight: 700;
    font-size: 16px
}

.widgets .widget.widget-instagram .row {
    margin-right: -5px;
    margin-left: -5px
}

.widgets .widget.widget-instagram li {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative
}

.widgets .widget.widget-instagram li > a {
    position: relative;
    display: block;
    overflow: hidden
}

.widgets .widget.widget-instagram li > a:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, .5);
    display: block;
    text-align: center;
    padding-top: 45%;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    width: 0;
    opacity: 0;
    transition: all .4s ease
}

.widgets .widget.widget-instagram li > a:hover:before {
    width: 100%;
    left: 0;
    opacity: 1
}

#page-404 h1 {
    font-size: 10em;
    margin: 0
}

#page-404 h3 {
    margin-top: 10px
}

#page-404 p {
    font-size: 16px
}

#page-404 .button-group {
    margin-top: 20px
}

#page-404 .or {
    margin-bottom: 0;
    margin-top: 30px
}

.table .product-price {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.table thead tr th {
    border-top: none
}

.cart-table .form-control {
    background-color: rgba(233, 236, 239, .6)
}

.cart-table .product-thumbnail {
    width: 10%;
    min-width: 75px
}

.cart-table .product-name > a {
    font-size: 16px;
    font-weight: 700
}

.cart-table .product-subtotal {
    font-weight: 700
}

.cart-table > tbody .product-subtotal {
    color: #9ed4d6
}

.cart-table .product-remove {
    width: 2.5%;
    font-size: 20px
}

.cart-table > thead > tr > th {
    border-bottom: 1px solid #e9ecef
}

.cart-table tbody > tr > td, .cart-table tbody > tr > th, .cart-table tfoot > tr > td, .cart-table tfoot > tr > th, .cart-table thead > tr > td, .cart-table thead > tr > th {
    vertical-align: middle;
    border-color: #e9ecef
}

.cart-table > tbody > tr > td, .cart-table > tbody > tr > th, .cart-table > tfoot > tr > td, .cart-table > tfoot > tr > th, .cart-table > thead > tr > td, .cart-table > thead > tr > th {
    padding-top: 15px;
    padding-bottom: 15px
}

.cart-table .variation {
    margin-top: 5px
}

.cart-table .variation > tbody > tr > th {
    border: none;
    padding: 0
}

.cart-table .variation > tbody > tr > td {
    color: #adb5bd;
    border: none;
    padding: 0
}

.cart-table .variation p {
    margin-bottom: 0
}

.cart-table td.actions {
    padding-right: 0;
    padding-left: 0;
    padding-top: 25px
}

.cart-table .actions .coupon, .cart-table .actions .coupon .form-control {
    margin-bottom: 20px
}

.cart-table .cart-totals * > tr > td, .cart-table .cart-totals * > tr > th {
    padding-top: 10px;
    padding-bottom: 10px
}

.cart-table .cart-totals > h2 {
    margin-top: 0;
    margin-bottom: 15px
}

.cart-table .shipping-calculator-button {
    margin-bottom: 20px;
    display: inline-block
}

.wishlist-table tbody > tr:last-child > td, .wishlist-table tbody tr:last-child > th {
    border-bottom: 1px solid #e9ecef
}

@media screen and (max-width: 767px) {
    .wishlist-table tbody > tr:last-child > td, .wishlist-table tbody > tr:last-child > th {
        border-bottom-color: transparent
    }
}

.wishlist-table .wishlist-in-stock, .wishlist-table .wishlist-out-of-stock {
    border: 2px solid #adb5bd;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wishlist-table .wishlist-out-of-stock {
    color: #adb5bd
}

.wishlist-table .wishlist-in-stock {
    color: #9ed4d6;
    border-color: #9ed4d6
}

#page-checkout form .title {
    margin-bottom: 20px;
    margin-top: 0
}

#page-checkout form .form-group {
    margin-bottom: 20px
}

.review-order-table > * > tr > td + td, .review-order-table > * > tr > td + th, .review-order-table > * > tr > th + td, .review-order-table > * > tr > th + th {
    text-align: right
}

.review-order-table .order-total > th, .review-order-table .order-total td {
    border-bottom: 2px solid #e9ecef
}

.review-order .box > .title {
    margin-top: 5px
}

.review-order h2 {
    margin: 20px 0 25px
}

.checkout-payment .payment-box {
    background-color: rgba(233, 236, 239, .6);
    padding: 15px
}

.checkout-payment .payment-box p:last-child {
    margin-bottom: 0
}

.checkout-payment .payment-method img {
    width: 50%;
    height: auto
}

.checkout-payment .payment-method > a {
    margin-bottom: 10px
}

.checkout-payment button {
    margin-top: 20px
}

#page-order-received .order-details {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
    margin: 30px 0 20px
}

#page-order-received .order-details li {
    display: table-cell;
    text-transform: uppercase;
    font-size: 15px;
    color: #6c757d;
    width: 1%
}

#page-order-received .order-details li strong {
    display: block;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    margin-top: 10px;
    color: #282828
}

#page-order-received .box .title {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef
}

#page-order-received .box .table {
    margin-bottom: 0
}

#page-about .title {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2em
}

#page-about .subtitle {
    line-height: 1.5em
}

#page-about .image {
    position: relative;
    margin-bottom: 40px
}

#page-about .caption {
    position: absolute;
    padding: 10px;
    color: #fff;
    bottom: -25px;
    left: 20px;
    background-color: #9ed4d6;
    display: inline-block;
    text-align: center;
    text-transform: uppercase
}

#page-about .caption > span {
    display: block
}

#page-about .caption > span:first-child {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px
}

#our-team .author {
    text-align: center;
    background-color: #f8f9fa;
    padding: 30px
}

#our-team .author > h3 {
    margin-top: 10px;
    margin-bottom: 4px
}

#our-team .author > p {
    color: #6c757d
}

#our-team .author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #e9ecef
}

#our-team .author .social {
    margin-top: 15px;
    margin-bottom: 0
}

#our-team .author .social li {
    margin-right: 10px;
    float: none
}

#our-team .author .social li:last-child {
    margin-right: 0
}

#our-team .author .social li a {
    font-size: 16px
}

#page-default p {
    font-size: 16px;
    color: #6c757d
}

#page-default img, #page-default p {
    margin-bottom: 20px
}

#page-faqs .title {
    margin-bottom: 30px
}

#page-order-tracking .box > h2 {
    margin-bottom: 20px;
    padding-bottom: 15px
}

#page-order-tracking .box > p {
    margin-bottom: 25px
}

.search-form strong {
    color: #fff;
    margin-bottom: 15px;
    display: block
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(158, 212, 214, .9);
    z-index: 99999999
}

.overlay .form-control {
    background-color: #fff
}

.overlay .overlay-close {
    position: absolute;
    right: 5%;
    top: 42px;
    overflow: hidden;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    font-size: 35px
}

.overlay-simplegenie {
    visibility: hidden;
    transform: translateY(60%) scale(0);
    transition: transform .4s, visibility 0s .4s
}

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

.overlay-simplegenie.open {
    visibility: visible;
    transform: translateY(0) scale(1);
    transition: transform .4s
}

@media (prefers-reduced-motion: reduce) {
    .overlay-simplegenie.open {
        transition: none
    }
}

.footer {
    padding-top: 60px;
    background-color: #f8f9fa
}

.footer.footer-small {
    padding-bottom: 50px
}

.footer.footer-small p {
    margin: 30px 0
}

.footer.footer-small .social {
    margin: auto
}

.footer p {
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

.footer .widgets .widget {
    margin-bottom: 30px
}

.footer .widgets .inputs-border .form-control {
    border-color: #282828
}

.footer .widgets .widget-links {
    font-weight: 500
}

.footer .widgets .widget-links .effect:after {
    height: 1px
}

.footer .widgets .widget-links li {
    line-height: 1.5em;
    margin-bottom: 6px
}

.footer .widgets .widget-links li:last-child {
    margin-bottom: 0
}

.footer .widgets .widget-newsletter form {
    margin-bottom: 20px
}

.footer .widgets .widget-newsletter form .form-control {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.footer .widgets .widget-newsletter form .form-group {
    position: relative
}

.footer .widgets .widget-newsletter form .form-group .btn {
    background-color: transparent;
    color: #282828;
    border: none;
    padding: 10px 0;
    position: absolute;
    top: 5px;
    right: 0
}

.footer .widgets .widget-instagram a:after {
    width: 100%;
    left: 0
}

.footer .copyright {
    margin-top: 20px;
    text-align: center;
    background-color: rgba(233, 236, 239, .2);
    padding: 20px
}

.footer .copyright p {
    margin-bottom: 0
}

.accepted-payments {
    list-style: none;
    color: #ced4da;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 0
}

.accepted-payments li {
    display: inline-block;
    text-align: center
}

.accepted-payments li + li {
    -webkit-margin-start: 30px;
    margin-inline-start: 30px
}

.accepted-payments li a {
    color: #ced4da;
    font-size: 32px;
    display: inline-block;
    overflow: hidden;
    padding: 0 1px
}

.accepted-payments li a:hover {
    opacity: .8
}

@media (max-width: 650px) {
    .section-title .line {
        display: none
    }
}

.product-title a:first-letter {
    text-transform: capitalize;
}

.product-title a {
    display: block;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-box {
    width: 100%;
    margin: 0 15px;
}

.button-box-box {
    padding: 10px;
    background: #f8f9fa;
    margin: 0 0 30px;
}

.button-box-box a {
    text-decoration: underline;
}

.product-images {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}