.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em
}

.fa-xs {
    font-size: 0.75em;
    line-height: 0.0833333337em;
    vertical-align: 0.125em
}

.fa-sm {
    font-size: 0.875em;
    line-height: 0.0714285718em;
    vertical-align: 0.0535714295em
}

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: 0.0416666682em;
    vertical-align: -0.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, 0.08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em)
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin {
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1, 1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)
    }

    57% {
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))
    }

    64% {
        transform: scale(1, 1) translateY(0)
    }

    to {
        transform: scale(1, 1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4)
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    24%,
    8% {
        transform: rotate(-18deg)
    }

    12%,
    28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,
    to {
        transform: rotate(0deg)
    }
}

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

    to {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-search:before {
    content: "\f002"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th:before {
    content: "\f00a"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-cog:before {
    content: "\f013"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-play:before {
    content: "\f04b"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-share:before {
    content: "\f064"
}

.fa-plus:before {
    content: "\+"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-comment:before {
    content: "\f075"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-phone:before {
    content: "\f095"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f390"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-code:before {
    content: "\f121"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-exclamation:before {
    content: "\!"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-dollar-sign:before {
    content: "\$"
}

.fa-file:before {
    content: "\f15b"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-cloud-download-alt:before {
    content: "\f0ed"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-music:before {
    content: "\f001"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-minus:before {
    content: "\f068"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-clock:before {
    content: "\f017"
}

.fa-image:before {
    content: "\f03e"
}

.fa-edit:before {
    content: "\f044"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-circle:before {
    content: "\f111"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-vk:before {
    content: "\f189"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-telegram-plane:before {
    content: "\f2c6"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-x-twitter:before {
    content: "\e61b" !important
}

.fa-meta:before {
    content: "\e49b"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fontawesome_optimized/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome_optimized/fa-brands-400.ttf") format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fontawesome_optimized/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome_optimized/fa-regular-400.ttf") format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fontawesome_optimized/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome_optimized/fa-solid-900.ttf") format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

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

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    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: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    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;
    -ms-user-select: none;
    user-select: none
}

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

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

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

.owl-carousel.owl-hidden {
    opacity: 0
}

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

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

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

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

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

@media (min-width:992px) {
    .owl-carousel.flick-carousel {
        width: calc(var(--porto-flick-carousel-width, var(--porto-container-width)) - var(--porto-flick-carousel-space, var(--porto-column-spacing)) * 2) !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .e-con-inner .owl-carousel.flick-carousel {
        --porto-flick-carousel-width: var(--content-width);
        --porto-flick-carousel-space: 0px
    }

    .slider-wrapper .owl-carousel.flick-carousel {
        width: calc(var(--porto-flick-carousel-width, var(--porto-container-width)) - var(--porto-flick-carousel-space, var(--porto-column-spacing)) * 2 + var(--porto-el-spacing, var(--porto-grid-gutter-width))) !important
    }

    .owl-carousel.flick-carousel .owl-item:not(.active) {
        pointer-events: none
    }

    .owl-carousel.flick-carousel>.owl-stage-outer {
        width: 100vw !important;
        left: calc(((var(--porto-flick-carousel-width, var(--porto-container-width))) - 100vw) / 2 - var(--porto-flick-carousel-space, var(--porto-column-spacing))) !important
    }

    .slider-wrapper .owl-carousel.flick-carousel>.owl-stage-outer {
        left: calc((var(--porto-flick-carousel-width, var(--porto-container-width)) + var(--porto-el-spacing, var(--porto-grid-gutter-width)) - 100vw) / 2 - var(--porto-flick-carousel-space, var(--porto-column-spacing))) !important
    }

    .owl-carousel.flick-carousel>.owl-stage-outer>.owl-stage {
        margin-left: calc((100vw - (var(--porto-flick-carousel-width, var(--porto-container-width)))) / 2 + var(--porto-flick-carousel-space, var(--porto-column-spacing))) !important
    }

    .slider-wrapper .owl-carousel.flick-carousel>.owl-stage-outer>.owl-stage {
        margin-left: calc((100vw - (var(--porto-flick-carousel-width, var(--porto-container-width)) + var(--porto-el-spacing, var(--porto-grid-gutter-width)))) / 2 + var(--porto-flick-carousel-space, var(--porto-column-spacing))) !important
    }
}

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

.owl-carousel .owl-item {}

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

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

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background: var(--porto-primary-dark-5);
    color: #FFF;
    text-decoration: none
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s;
    border-radius: 30px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--porto-primary-dark-5)
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-container>.fancybox-inner {
    position: absolute
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #444645;
    background: rgba(68, 70, 69, 0.65)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(images/fancybox_sprite%402x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(images/fancybox_loading%402x.gif);
        background-size: 24px 24px
    }
}

.fancybox-overlay .page-top {
    display: none
}

a.fancybox-close {
    background: transparent;
    transition: all 0.2s;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 41px;
    height: 41px;
    top: 0;
    right: 0
}

a.fancybox-close:after,
a.fancybox-close:before {
    content: "";
    position: absolute;
    color: #838383
}

a.fancybox-close:before {
    width: 21px;
    top: 20px;
    left: 10px;
    border-top: 1px solid
}

a.fancybox-close:after {
    height: 21px;
    top: 10px;
    left: 20px;
    border-left: 1px solid
}

a.fancybox-close:hover {
    text-decoration: none;
    opacity: 0.65;
    filter: alpha(opacity=65)
}

a.fancybox-close.fancybox-newsletter-close {
    top: 10px;
    right: 10px
}

.fancybox-wrap .product_title a:hover {
    color: #555
}

.fancybox-skin {
    background: var(--porto-body-bg, #fff)
}

@font-face {
    font-family: "Simple-Line-Icons";
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/Simple-Line-Icons/Simple-Line-Icons.eot");
    src: url("../fonts/Simple-Line-Icons/Simple-Line-Iconsd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons/Simple-Line-Icons.ttf") format("truetype"), url("../fonts/Simple-Line-Icons/Simple-Line-Icons.woff") format("woff"), url("../fonts/Simple-Line-Icons/Simple-Line-Icons.svg#Simple-Line-Icons") format("svg");
    font-style: normal
}

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

.Simple-Line-Icons-user-female:before {
    content: "\e000"
}

.Simple-Line-Icons-people:before,
.Simple-Line-Icons-users:before {
    content: "\e001"
}

.Simple-Line-Icons-user-follow:before {
    content: "\e002"
}

.Simple-Line-Icons-user-following:before {
    content: "\e003"
}

.Simple-Line-Icons-user-unfollow:before {
    content: "\e004"
}

.Simple-Line-Icons-user:before {
    content: "\e005"
}

.Simple-Line-Icons-trophy:before {
    content: "\e006"
}

.Simple-Line-Icons-speedometer:before {
    content: "\e007"
}

.Simple-Line-Icons-social-youtube:before {
    content: "\e008"
}

.Simple-Line-Icons-social-twitter:before {
    content: "\e009"
}

.Simple-Line-Icons-social-tumblr:before {
    content: "\e00a"
}

.Simple-Line-Icons-social-facebook:before {
    content: "\e00b"
}

.Simple-Line-Icons-social-dropbox:before {
    content: "\e00c"
}

.Simple-Line-Icons-social-dribbble:before {
    content: "\e00d"
}

.Simple-Line-Icons-shield:before {
    content: "\e00e"
}

.Simple-Line-Icons-screen-tablet:before {
    content: "\e00f"
}

.Simple-Line-Icons-screen-smartphone:before {
    content: "\e010"
}

.Simple-Line-Icons-screen-desktop:before {
    content: "\e011"
}

.Simple-Line-Icons-plane:before {
    content: "\e012"
}

.Simple-Line-Icons-notebook:before {
    content: "\e013"
}

.Simple-Line-Icons-moustache:before,
.Simple-Line-Icons-mustache:before {
    content: "\e014"
}

.Simple-Line-Icons-mouse:before {
    content: "\e015"
}

.Simple-Line-Icons-magnet:before {
    content: "\e016"
}

.Simple-Line-Icons-magic-wand:before {
    content: "\e017"
}

.Simple-Line-Icons-hourglass:before {
    content: "\e018"
}

.Simple-Line-Icons-graduation:before {
    content: "\e019"
}

.Simple-Line-Icons-ghost:before {
    content: "\e01a"
}

.Simple-Line-Icons-game-controller:before {
    content: "\e01b"
}

.Simple-Line-Icons-fire:before {
    content: "\e01c"
}

.Simple-Line-Icons-eyeglass:before,
.Simple-Line-Icons-eyeglasses:before {
    content: "\e01d"
}

.Simple-Line-Icons-envelope-open:before {
    content: "\e01e"
}

.Simple-Line-Icons-envelope-letter:before,
.Simple-Line-Icons-envolope-letter:before {
    content: "\e01f"
}

.Simple-Line-Icons-energy:before {
    content: "\e020"
}

.Simple-Line-Icons-emotsmile:before {
    content: "\e021"
}

.Simple-Line-Icons-disc:before {
    content: "\e022"
}

.Simple-Line-Icons-cursor-move:before {
    content: "\e023"
}

.Simple-Line-Icons-crop:before {
    content: "\e024"
}

.Simple-Line-Icons-credit-card:before {
    content: "\e025"
}

.Simple-Line-Icons-chemistry:before {
    content: "\e026"
}

.Simple-Line-Icons-bell:before {
    content: "\e027"
}

.Simple-Line-Icons-badge:before {
    content: "\e028"
}

.Simple-Line-Icons-anchor:before {
    content: "\e029"
}

.Simple-Line-Icons-wallet:before {
    content: "\e02a"
}

.Simple-Line-Icons-vector:before {
    content: "\e02b"
}

.Simple-Line-Icons-speech:before {
    content: "\e02c"
}

.Simple-Line-Icons-puzzle:before {
    content: "\e02d"
}

.Simple-Line-Icons-printer:before {
    content: "\e02e"
}

.Simple-Line-Icons-present:before {
    content: "\e02f"
}

.Simple-Line-Icons-playlist:before {
    content: "\e030"
}

.Simple-Line-Icons-pin:before {
    content: "\e031"
}

.Simple-Line-Icons-picture:before {
    content: "\e032"
}

.Simple-Line-Icons-map:before {
    content: "\e033"
}

.Simple-Line-Icons-layers:before {
    content: "\e034"
}

.Simple-Line-Icons-handbag:before {
    content: "\e035"
}

.Simple-Line-Icons-globe-alt:before {
    content: "\e036"
}

.Simple-Line-Icons-globe:before {
    content: "\e037"
}

.Simple-Line-Icons-frame:before {
    content: "\e038"
}

.Simple-Line-Icons-folder-alt:before {
    content: "\e039"
}

.Simple-Line-Icons-film:before {
    content: "\e03a"
}

.Simple-Line-Icons-feed:before {
    content: "\e03b"
}

.Simple-Line-Icons-earphones-alt:before {
    content: "\e03c"
}

.Simple-Line-Icons-earphones:before {
    content: "\e03d"
}

.Simple-Line-Icons-drop:before {
    content: "\e03e"
}

.Simple-Line-Icons-drawar:before,
.Simple-Line-Icons-drawer:before {
    content: "\e03f"
}

.Simple-Line-Icons-docs:before {
    content: "\e040"
}

.Simple-Line-Icons-directions:before {
    content: "\e041"
}

.Simple-Line-Icons-direction:before {
    content: "\e042"
}

.Simple-Line-Icons-diamond:before {
    content: "\e043"
}

.Simple-Line-Icons-cup:before {
    content: "\e044"
}

.Simple-Line-Icons-compass:before {
    content: "\e045"
}

.Simple-Line-Icons-call-out:before {
    content: "\e046"
}

.Simple-Line-Icons-call-in:before {
    content: "\e047"
}

.Simple-Line-Icons-call-end:before {
    content: "\e048"
}

.Simple-Line-Icons-calculator:before {
    content: "\e049"
}

.Simple-Line-Icons-bubbles:before {
    content: "\e04a"
}

.Simple-Line-Icons-briefcase:before {
    content: "\e04b"
}

.Simple-Line-Icons-book-open:before {
    content: "\e04c"
}

.Simple-Line-Icons-basket-loaded:before {
    content: "\e04d"
}

.Simple-Line-Icons-basket:before {
    content: "\e04e"
}

.Simple-Line-Icons-bag:before {
    content: "\e04f"
}

.Simple-Line-Icons-action-undo:before {
    content: "\e050"
}

.Simple-Line-Icons-action-redo:before {
    content: "\e051"
}

.Simple-Line-Icons-wrench:before {
    content: "\e052"
}

.Simple-Line-Icons-umbrella:before {
    content: "\e053"
}

.Simple-Line-Icons-trash:before {
    content: "\e054"
}

.Simple-Line-Icons-tag:before {
    content: "\e055"
}

.Simple-Line-Icons-support:before {
    content: "\e056"
}

.Simple-Line-Icons-size-fullscreen:before {
    content: "\e057"
}

.Simple-Line-Icons-size-actual:before {
    content: "\e058"
}

.Simple-Line-Icons-shuffle:before {
    content: "\e059"
}

.Simple-Line-Icons-share-alt:before {
    content: "\e05a"
}

.Simple-Line-Icons-share:before {
    content: "\e05b"
}

.Simple-Line-Icons-rocket:before {
    content: "\e05c"
}

.Simple-Line-Icons-question:before {
    content: "\e05d"
}

.Simple-Line-Icons-pie-chart:before {
    content: "\e05e"
}

.Simple-Line-Icons-pencil:before {
    content: "\e05f"
}

.Simple-Line-Icons-note:before {
    content: "\e060"
}

.Simple-Line-Icons-music-tone-alt:before {
    content: "\e061"
}

.Simple-Line-Icons-music-tone:before {
    content: "\e062"
}

.Simple-Line-Icons-microphone:before {
    content: "\e063"
}

.Simple-Line-Icons-loop:before {
    content: "\e064"
}

.Simple-Line-Icons-logout:before {
    content: "\e065"
}

.Simple-Line-Icons-login:before {
    content: "\e066"
}

.Simple-Line-Icons-list:before {
    content: "\e067"
}

.Simple-Line-Icons-like:before {
    content: "\e068"
}

.Simple-Line-Icons-home:before {
    content: "\e069"
}

.Simple-Line-Icons-grid:before {
    content: "\e06a"
}

.Simple-Line-Icons-graph:before {
    content: "\e06b"
}

.Simple-Line-Icons-equalizer:before {
    content: "\e06c"
}

.Simple-Line-Icons-dislike:before {
    content: "\e06d"
}

.Simple-Line-Icons-cursor:before {
    content: "\e06e"
}

.Simple-Line-Icons-control-start:before {
    content: "\e06f"
}

.Simple-Line-Icons-control-rewind:before {
    content: "\e070"
}

.Simple-Line-Icons-control-play:before {
    content: "\e071"
}

.Simple-Line-Icons-control-pause:before {
    content: "\e072"
}

.Simple-Line-Icons-control-forward:before {
    content: "\e073"
}

.Simple-Line-Icons-control-end:before {
    content: "\e074"
}

.Simple-Line-Icons-calendar:before,
.Simple-Line-Icons-calender:before {
    content: "\e075"
}

.Simple-Line-Icons-bulb:before {
    content: "\e076"
}

.Simple-Line-Icons-bar-chart:before,
.Simple-Line-Icons-chart:before {
    content: "\e077"
}

.Simple-Line-Icons-arrow-up-circle:before {
    content: "\e078"
}

.Simple-Line-Icons-arrow-right-circle:before {
    content: "\e079"
}

.Simple-Line-Icons-arrow-left-circle:before {
    content: "\e07a"
}

.Simple-Line-Icons-arrow-down-circle:before {
    content: "\e07b"
}

.Simple-Line-Icons-ban:before {
    content: "\e07c"
}

.Simple-Line-Icons-bubble:before {
    content: "\e07d"
}

.Simple-Line-Icons-camcorder:before,
.Simple-Line-Icons-camrecorder:before {
    content: "\e07e"
}

.Simple-Line-Icons-camera:before {
    content: "\e07f"
}

.Simple-Line-Icons-check:before {
    content: "\e080"
}

.Simple-Line-Icons-clock:before {
    content: "\e081"
}

.Simple-Line-Icons-close:before {
    content: "\e082"
}

.Simple-Line-Icons-cloud-download:before {
    content: "\e083"
}

.Simple-Line-Icons-cloud-upload:before {
    content: "\e084"
}

.Simple-Line-Icons-doc:before {
    content: "\e085"
}

.Simple-Line-Icons-envelope:before,
.Simple-Line-Icons-envolope:before {
    content: "\e086"
}

.Simple-Line-Icons-eye:before {
    content: "\e087"
}

.Simple-Line-Icons-flag:before {
    content: "\e088"
}

.Simple-Line-Icons-folder:before {
    content: "\e089"
}

.Simple-Line-Icons-heart:before {
    content: "\e08a"
}

.Simple-Line-Icons-info:before {
    content: "\e08b"
}

.Simple-Line-Icons-key:before {
    content: "\e08c"
}

.Simple-Line-Icons-link:before {
    content: "\e08d"
}

.Simple-Line-Icons-lock:before {
    content: "\e08e"
}

.Simple-Line-Icons-lock-open:before {
    content: "\e08f"
}

.Simple-Line-Icons-magnifier:before {
    content: "\e090"
}

.Simple-Line-Icons-magnifier-add:before {
    content: "\e091"
}

.Simple-Line-Icons-magnifier-remove:before {
    content: "\e092"
}

.Simple-Line-Icons-paper-clip:before {
    content: "\e093"
}

.Simple-Line-Icons-paper-plane:before {
    content: "\e094"
}

.Simple-Line-Icons-plus:before {
    content: "\e095"
}

.Simple-Line-Icons-location-pin:before,
.Simple-Line-Icons-pointer:before {
    content: "\e096"
}

.Simple-Line-Icons-power:before {
    content: "\e097"
}

.Simple-Line-Icons-refresh:before {
    content: "\e098"
}

.Simple-Line-Icons-reload:before {
    content: "\e099"
}

.Simple-Line-Icons-settings:before {
    content: "\e09a"
}

.Simple-Line-Icons-star:before {
    content: "\e09b"
}

.Simple-Line-Icons-symbol-female:before,
.Simple-Line-Icons-symbol-fermale:before {
    content: "\e09c"
}

.Simple-Line-Icons-symbol-male:before {
    content: "\e09d"
}

.Simple-Line-Icons-target:before {
    content: "\e09e"
}

.Simple-Line-Icons-volume-1:before {
    content: "\e09f"
}

.Simple-Line-Icons-volume-2:before {
    content: "\e0a0"
}

.Simple-Line-Icons-volume-off:before {
    content: "\e0a1"
}

.Simple-Line-Icons-phone:before {
    content: "\e600"
}

.Simple-Line-Icons-menu:before {
    content: "\e601"
}

.Simple-Line-Icons-options-vertical:before {
    content: "\e602"
}

.Simple-Line-Icons-options:before {
    content: "\e603"
}

.Simple-Line-Icons-arrow-down:before {
    content: "\e604"
}

.Simple-Line-Icons-arrow-left:before {
    content: "\e605"
}

.Simple-Line-Icons-arrow-right:before {
    content: "\e606"
}

.Simple-Line-Icons-arrow-up:before {
    content: "\e607"
}

.Simple-Line-Icons-paypal:before {
    content: "\e608"
}

.Simple-Line-Icons-social-instagram:before {
    content: "\e609"
}

.Simple-Line-Icons-social-linkedin:before {
    content: "\e60a"
}

.Simple-Line-Icons-social-pinterest:before {
    content: "\e60b"
}

.Simple-Line-Icons-social-github:before {
    content: "\e60c"
}

.Simple-Line-Icons-social-google:before {
    content: "\e60d"
}

.Simple-Line-Icons-social-reddit:before {
    content: "\e60e"
}

.Simple-Line-Icons-social-skype:before {
    content: "\e60f"
}

.Simple-Line-Icons-social-behance:before {
    content: "\e610"
}

.Simple-Line-Icons-social-foursqare:before {
    content: "\e611"
}

.Simple-Line-Icons-social-soundcloud:before {
    content: "\e612"
}

.Simple-Line-Icons-social-spotify:before {
    content: "\e613"
}

.Simple-Line-Icons-social-stumbleupon:before {
    content: "\e614"
}

.Simple-Line-Icons-minus:before {
    content: "\e615"
}

.Simple-Line-Icons-organization:before {
    content: "\e616"
}

.Simple-Line-Icons-exclamation:before {
    content: "\e617"
}

.Simple-Line-Icons-social-vkontakte:before {
    content: "\e618"
}

.Simple-Line-Icons-event:before {
    content: "\e619"
}

.Simple-Line-Icons-social-steam:before {
    content: "\e620"
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

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

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

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

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

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

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

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #CCC
}

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

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

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

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

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

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: fixed;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden
}

.mfp-arrow:active {
    margin-top: -54px
}

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

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

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

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

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

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

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

img.mfp-img {
    width: auto;
    max-width: 100%;
    max-height: none !important;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

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

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

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

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

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

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

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

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #DDD;
    position: relative
}

.selectric .label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    opacity: 0.5;
    cursor: default;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #EFEFEF;
    color: #444
}

.selectric-items li:hover {
    background: #F0F0F0;
    color: #444
}

.selectric-items .disabled {
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

@font-face {
    font-family: "porto";
    src: url("../fonts/porto-font/porto.eot");
    src: url("../fonts/porto-font/portod41d.eot?#iefix") format("embedded-opentype"), url("../fonts/porto-font/porto.woff2") format("woff2"), url("../fonts/porto-font/porto.woff") format("woff"), url("../fonts/porto-font/porto.ttf") format("truetype"), url("../fonts/porto-font/porto.svg#porto") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class*=" porto-icon-"]:before,
[class^=porto-icon-]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.porto-icon-spin1:before {
    content: "\e800"
}

.porto-icon-spin2:before {
    content: "\e801"
}

.porto-icon-spin3:before {
    content: "\e802"
}

.porto-icon-spin4:before {
    content: "\e803"
}

.porto-icon-spin5:before {
    content: "\e804"
}

.porto-icon-spin6:before {
    content: "\e805"
}

.porto-icon-firefox:before {
    content: "\e806"
}

.porto-icon-chrome:before {
    content: "\e807"
}

.porto-icon-opera:before {
    content: "\e808"
}

.porto-icon-ie:before {
    content: "\e809"
}

.porto-icon-phone:before {
    content: "\e80a"
}

.porto-icon-down-dir:before {
    content: "\e80b"
}

.porto-icon-cart:before {
    content: "\e80c"
}

.porto-icon-up-dir:before {
    content: "\e80d"
}

.porto-icon-mode-grid:before {
    content: "\e80e"
}

.porto-icon-mode-list:before {
    content: "\e80f"
}

.porto-icon-compare:before {
    content: "\e810"
}

.porto-icon-wishlist:before {
    content: "\e811"
}

.porto-icon-search:before {
    content: "\e812"
}

.porto-icon-left-dir:before {
    content: "\e813"
}

.porto-icon-right-dir:before {
    content: "\e814"
}

.porto-icon-down-open:before {
    content: "\e815"
}

.porto-icon-left-open:before {
    content: "\e816"
}

.porto-icon-right-open:before {
    content: "\e817"
}

.porto-icon-up-open:before {
    content: "\e818"
}

.porto-icon-angle-left:before {
    content: "\e819"
}

.porto-icon-angle-right:before {
    content: "\e81a"
}

.porto-icon-angle-up:before {
    content: "\e81b"
}

.porto-icon-angle-down:before {
    content: "\e81c"
}

.porto-icon-down:before {
    content: "\e81d"
}

.porto-icon-left:before {
    content: "\e81e"
}

.porto-icon-right:before {
    content: "\e81f"
}

.porto-icon-up:before {
    content: "\e820"
}

.porto-icon-angle-double-left:before {
    content: "\e821"
}

.porto-icon-angle-double-right:before {
    content: "\e822"
}

.porto-icon-angle-double-up:before {
    content: "\e823"
}

.porto-icon-angle-double-down:before {
    content: "\e824"
}

.porto-icon-mail:before {
    content: "\e825"
}

.porto-icon-location:before {
    content: "\e826"
}

.porto-icon-skype:before {
    content: "\e827"
}

.porto-icon-right-open-big:before {
    content: "\e828"
}

.porto-icon-left-open-big:before {
    content: "\e829"
}

.porto-icon-down-open-big:before {
    content: "\e82a"
}

.porto-icon-up-open-big:before {
    content: "\e82b"
}

.porto-icon-cancel:before {
    content: "\e82c"
}

.porto-icon-user:before {
    content: "\e82d"
}

.porto-icon-mail-alt:before {
    content: "\e82e"
}

.porto-icon-fax:before {
    content: "\e82f"
}

.porto-icon-lock:before {
    content: "\e830"
}

.porto-icon-company:before {
    content: "\e831"
}

.porto-icon-city:before {
    content: "\e832"
}

.porto-icon-post:before {
    content: "\e833"
}

.porto-icon-country:before {
    content: "\e834"
}

.porto-icon-calendar:before {
    content: "\e835"
}

.porto-icon-doc:before {
    content: "\e836"
}

.porto-icon-mobile:before {
    content: "\e837"
}

.porto-icon-clock:before {
    content: "\e838"
}

.porto-icon-chat:before {
    content: "\e839"
}

.porto-icon-tag:before {
    content: "\e83a"
}

.porto-icon-folder:before {
    content: "\e83b"
}

.porto-icon-folder-open:before {
    content: "\e83c"
}

.porto-icon-forward:before {
    content: "\e83d"
}

.porto-icon-reply:before {
    content: "\e83e"
}

.porto-icon-cog:before {
    content: "\e83f"
}

.porto-icon-cog-alt:before {
    content: "\e840"
}

.porto-icon-wrench:before {
    content: "\e841"
}

.porto-icon-quote-left:before {
    content: "\e842"
}

.porto-icon-quote-right:before {
    content: "\e843"
}

.porto-icon-gift:before {
    content: "\e844"
}

.porto-icon-dollar:before {
    content: "\e845"
}

.porto-icon-euro:before {
    content: "\e846"
}

.porto-icon-pound:before {
    content: "\e847"
}

.porto-icon-rupee:before {
    content: "\e848"
}

.porto-icon-yen:before {
    content: "\e849"
}

.porto-icon-rouble:before {
    content: "\e84a"
}

.porto-icon-try:before {
    content: "\e84b"
}

.porto-icon-won:before {
    content: "\e84c"
}

.porto-icon-bitcoin:before {
    content: "\e84d"
}

.porto-icon-ok:before {
    content: "\e84e"
}

.porto-icon-chevron-left:before {
    content: "\e84f"
}

.porto-icon-chevron-right:before {
    content: "\e850"
}

.porto-icon-export:before {
    content: "\e851"
}

.porto-icon-star:before {
    content: "\e852"
}

.porto-icon-star-empty:before {
    content: "\e853"
}

.porto-icon-plus-squared:before {
    content: "\e854"
}

.porto-icon-minus-squared:before {
    content: "\e855"
}

.porto-icon-plus-squared-alt:before {
    content: "\e856"
}

.porto-icon-minus-squared-alt:before {
    content: "\e857"
}

.porto-icon-truck:before {
    content: "\e858"
}

.porto-icon-lifebuoy:before {
    content: "\e859"
}

.porto-icon-pencil:before {
    content: "\e85a"
}

.porto-icon-users:before {
    content: "\e85b"
}

.porto-icon-video:before {
    content: "\e85c"
}

.porto-icon-menu:before {
    content: "\e85d"
}

.porto-icon-desktop:before {
    content: "\e85e"
}

.porto-icon-doc-inv:before {
    content: "\e85f"
}

.porto-icon-circle:before {
    content: "\e860"
}

.porto-icon-circle-empty:before {
    content: "\e861"
}

.porto-icon-circle-thin:before {
    content: "\e862"
}

.porto-icon-mini-cart:before {
    content: "\e863"
}

.porto-icon-paper-plane:before {
    content: "\e864"
}

.porto-icon-attention-alt:before {
    content: "\e865"
}

.porto-icon-info:before {
    content: "\e866"
}

.porto-icon-compare-link:before {
    content: "\e867"
}

.porto-icon-cat-default:before {
    content: "\e868"
}

.porto-icon-cat-computer:before {
    content: "\e869"
}

.porto-icon-cat-couch:before {
    content: "\e86a"
}

.porto-icon-cat-garden:before {
    content: "\e86b"
}

.porto-icon-cat-gift:before {
    content: "\e86c"
}

.porto-icon-cat-shirt:before {
    content: "\e86d"
}

.porto-icon-cat-sport:before {
    content: "\e86e"
}

.porto-icon-cat-toys:before {
    content: "\e86f"
}

.porto-icon-tag-line:before {
    content: "\e870"
}

.porto-icon-bag:before {
    content: "\e871"
}

.porto-icon-search-1:before {
    content: "\e872"
}

.porto-icon-plus:before {
    content: "\e873"
}

.porto-icon-minus:before {
    content: "\e874"
}

.porto-icon-search-2:before {
    content: "\e875"
}

.porto-icon-bag-1:before {
    content: "\e876"
}

.porto-icon-online-support:before {
    content: "\e877"
}

.porto-icon-shopping-bag:before {
    content: "\e878"
}

.porto-icon-us-dollar:before {
    content: "\e879"
}

.porto-icon-shipped:before {
    content: "\e87a"
}

.porto-icon-list:before {
    content: "\e87b"
}

.porto-icon-money:before {
    content: "\e87c"
}

.porto-icon-shipping:before {
    content: "\e87d"
}

.porto-icon-support:before {
    content: "\e87e"
}

.porto-icon-bag-2:before {
    content: "\e87f"
}

.porto-icon-grid:before {
    content: "\e880"
}

.porto-icon-bag-3:before {
    content: "\e881"
}

.porto-icon-direction:before {
    content: "\e882"
}

.porto-icon-home:before {
    content: "\e883"
}

.porto-icon-magnifier:before {
    content: "\e884"
}

.porto-icon-magnifier-add:before {
    content: "\e885"
}

.porto-icon-magnifier-remove:before {
    content: "\e886"
}

.porto-icon-phone-1:before {
    content: "\e887"
}

.porto-icon-clock-1:before {
    content: "\e888"
}

.porto-icon-heart:before {
    content: "\e889"
}

.porto-icon-heart-1:before {
    content: "\e88a"
}

.porto-icon-earphones-alt:before {
    content: "\e88b"
}

.porto-icon-credit-card:before {
    content: "\e88c"
}

.porto-icon-action-undo:before {
    content: "\e88d"
}

.porto-icon-envolope:before {
    content: "\e88e"
}

.porto-icon-chart:before {
    content: "\e88f"
}

.porto-icon-shopping-cart:before {
    content: "\e8ba"
}

.porto-icon-phone-2:before {
    content: "\e8bb"
}

.porto-icon-percent-circle:before {
    content: "\e8bf"
}

.porto-icon-pulley:before {
    content: "\e8c1"
}

.porto-icon-password-lock:before {
    content: "\e8c2"
}

.porto-icon-pin:before {
    content: "\e8c4"
}

.porto-icon-rotulo:before {
    content: "\e8c6"
}

.porto-icon-comida-organica:before {
    content: "\e8c7"
}

.porto-icon-estrela:before {
    content: "\e8c8"
}

.porto-icon-fazer-compras:before {
    content: "\e8c9"
}

.porto-icon-gluten:before {
    content: "\e8ca"
}

.porto-icon-arrow-forward-right:before {
    content: "\e8cc"
}

.porto-icon-cart-thick:before {
    content: "\e700"
}

.porto-icon-check-circle:before {
    content: "\e701"
}

.porto-icon-envelope:before {
    content: "\e702"
}

.porto-icon-business-book:before {
    content: "\e703"
}

.porto-icon-long-arrow-right:before {
    content: "\e704"
}

.porto-icon-percent-shape:before {
    content: "\e705"
}

.porto-icon-sale-label:before {
    content: "\e706"
}

.porto-icon-help-circle:before {
    content: "\e707"
}

.porto-icon-sale-discount:before {
    content: "\e708"
}

.porto-icon-shipping-truck:before {
    content: "\e709"
}

.porto-icon-user-3:before {
    content: "\e70a"
}

.porto-icon-long-arrow-alt:before {
    content: "\e70b"
}

.porto-icon-map-location:before {
    content: "\e70c"
}

.porto-icon-phone-call:before {
    content: "\e70d"
}

.porto-icon-tablet:before {
    content: "\e70e"
}

.porto-icon-category-home:before {
    content: "\e900"
}

.porto-icon-category-motors:before {
    content: "\e901"
}

.porto-icon-category-music:before {
    content: "\e902"
}

.porto-icon-category-gifts:before {
    content: "\e903"
}

.porto-icon-category-electronics:before {
    content: "\e904"
}

.porto-icon-category-fashion:before {
    content: "\e905"
}

.porto-icon-category-hot-deals:before {
    content: "\e906"
}

.porto-icon-tag-percent:before {
    content: "\e907"
}

.porto-icon-joystick:before {
    content: "\e908"
}

.porto-icon-category-furniture:before {
    content: "\e909"
}

.porto-icon-category-garden:before {
    content: "\e90a"
}

.porto-icon-category-lanterns-lighting:before {
    content: "\e90b"
}

.porto-icon-category-mechanics:before {
    content: "\e90c"
}

.porto-icon-category-motorcycles:before {
    content: "\e90d"
}

.porto-icon-category-sound-video:before {
    content: "\e90e"
}

.porto-icon-category-steering:before {
    content: "\e90f"
}

.porto-icon-category-external-accessories:before {
    content: "\e910"
}

.porto-icon-category-fluids:before {
    content: "\e911"
}

.porto-icon-category-internal-accessories:before {
    content: "\e912"
}

.porto-icon-category-chains:before {
    content: "\e913"
}

.porto-icon-category-frames:before {
    content: "\e914"
}

.porto-icon-category-pedals:before {
    content: "\e915"
}

.porto-icon-category-saddle:before {
    content: "\e916"
}

.porto-icon-category-tools:before {
    content: "\e917"
}

.porto-icon-search-3:before {
    content: "\e918"
}

.porto-icon-secure-payment:before {
    content: "\e919"
}

.porto-icon-user-2:before {
    content: "\e91a"
}

.porto-icon-wishlist-2:before {
    content: "\e91b"
}

.porto-icon-gift-2:before {
    content: "\e91c"
}

.porto-icon-edit:before {
    content: "\e91d"
}

.porto-icon-chef:before {
    content: "\e91e"
}

.porto-icon-smiling-girl:before {
    content: "\e91f"
}

.porto-icon-tshirt:before {
    content: "\e920"
}

.porto-icon-boy-broad-smile:before {
    content: "\e921"
}

.porto-icon-smiling-baby:before {
    content: "\e922"
}

.porto-icon-bars:before {
    content: "\e923"
}

.porto-icon-twitter:before {
    content: "\f099"
}

.porto-icon-facebook:before {
    content: "\f09a"
}

.porto-icon-spinner:before {
    content: "\f110"
}

.porto-icon-instagram:before {
    content: "\f16d"
}

.porto-icon-check-empty:before {
    content: "\f87a"
}

.porto-icon-check:before {
    content: "\f87b"
}

.porto-icon-rotate:before {
    content: "\f87c"
}

.porto-icon-help-2:before {
    content: "\f87d"
}

.porto-icon-package:before {
    content: "\f87e"
}

.porto-icon-callin:before {
    content: "\e924"
}

.porto-icon-atmark:before {
    content: "\e925"
}

.porto-icon-paypal:before {
    content: "\e926"
}

.porto-icon-verisign:before {
    content: "\e927"
}

.porto-icon-visa:before {
    content: "\e928"
}

.porto-icon-bird:before {
    content: "\e929"
}

.porto-icon-cat:before {
    content: "\e92a"
}

.porto-icon-dog:before {
    content: "\e92b"
}

.porto-icon-fish:before {
    content: "\e92c"
}

.porto-icon-pet:before {
    content: "\e92d"
}

.porto-icon-special-offer:before {
    content: "\e92e"
}

.porto-icon-candle:before {
    content: "\e92f"
}

.porto-icon-cup:before {
    content: "\e930"
}

.porto-icon-pamela-hat:before {
    content: "\e931"
}

.porto-icon-potted-plant:before {
    content: "\e932"
}

.porto-icon-price-tag:before {
    content: "\e933"
}

.porto-icon-textile:before {
    content: "\e934"
}

.porto-icon-wood-plank:before {
    content: "\e935"
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-wrapper.scroll--rtl {
    direction: rtl
}

.scroll-element {
    box-sizing: content-box;
    display: none
}

.scroll-element div {
    box-sizing: content-box
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_track {
    filter: alpha(opacity=40);
    opacity: 0.4
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c2c2c2
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer>.scroll-element {
    background-color: #ffffff
}

.scrollbar-outer>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eeeeee
}

.scrollbar-outer>.scroll-element .scroll-bar,
.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #d9d9d9
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    transition: opacity 0.2s linear
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    filter: alpha(opacity=70);
    opacity: 0.7
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light>.scroll-element {
    background-color: #ffffff
}

.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    border-radius: 10px
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    border-radius: 10px
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail>.scroll-element {
    background-color: #ffffff
}

.scrollbar-rail>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5)
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6)
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    border-radius: 12px;
    transition: opacity 0.2s
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    transition: height 0.2s
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    transition: width 0.2s
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    filter: alpha(opacity=70);
    opacity: 0.7
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome>.scroll-element {
    background-color: #ffffff
}

.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}