.ui-datepicker {
    display: none;
    z-index: 999999 !important
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0;
    height: 0;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px
}

.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-datepicker {
    padding: 15px;
    border: #fff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .35)
}

.ui-datepicker .ui-datepicker-header {
    background: 0 0;
    border: none;
    padding-bottom: 10px
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%
}

.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid
}

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7
}

.ui-datepicker .ui-datepicker-calendar {
    background: #fff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse
}

.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid
}

.ui-datepicker {
    width: auto
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default
}

.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada
}

.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute
}

.ui-timepicker-div {
    padding: 10px 0 5px
}

.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

.layout-switcher {
    position: fixed;
    left: 0;
    display: none;
    z-index: 99;
    top: 140px;
    background: #f1f1f1
}

@media (max-width: 767px) {
    .layout-switcher {
        position: absolute
    }
}

.layout-switcher section {
    overflow: hidden;
    padding: 20px;
    border-bottom: solid 1px #d8d8d8;
    font-size: 13px
}

.layout-switcher section .inner {
    padding-bottom: 20px
}

.layout-switcher section .inner.last {
    padding-bottom: 0
}

.layout-switcher .color-scheme {
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 28px;
    float: left;
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #dadada;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: right
}

.layout-switcher .color-scheme.selected {
    outline: 2px solid #ff5100;
    border: 1px solid #fff;
    color: #333
}

.layout-switcher .color-scheme:not(.selected):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333
}

.layout-switcher #ls-icon {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: 0;
    background: #f1f1f1;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -50px
}

.layout-switcher .section.ls-title {
    padding: 15px 20px 14px
}

.layout-switcher .section.ls-title h3 {
    color: #5b5754;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0
}

.layout-switcher label {
    display: block;
    padding-bottom: 5px
}

.layout-switcher .select-container {
    border: solid 1px #d8d8d8;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    z-index: 2
}

.layout-switcher .select-container select {
    font-size: 12px;
    padding: 5px 8px;
    width: 100%;
    border: none;
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 3;
    cursor: pointer
}

.layout-switcher .select-container select:focus {
    outline: none
}

.layout-switcher .select-container:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    right: 15px
}

.layout-switcher .buttons {
    border-bottom: none;
    display: flex
}

.layout-switcher .buttons button {
    flex-basis: 50%;
    margin-right: 5px;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.layout-switcher .buttons button:last-child {
    margin-right: 0
}

.layout-switcher .buttons button span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.layout-switcher .buttons button.apply {
    background: #5e5653
}

.layout-switcher .buttons button.reset {
    background: #7e7571
}

.layout-switcher .buttons button:hover {
    background: #4f4946
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.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: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, time, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse
}

button, input[type=button] {
    transition: .3s all ease;
    background: 0 0;
    border: none;
    display: inline-block;
    color: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner {
    border: none;
    padding: 0
}

input[type=text], input[type=time], input[type=url], input[type=month], input[type=week], input[type=email], input[type=color], input[type=datetime], input[type=datetime-local], input[type=range], input[type=search], input[type=tel], input[type=date], input[type=password], input[type=number], textarea {
    color: inherit;
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: inherit;
    line-height: inherit;
    vertical-align: baseline;
    box-shadow: none
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    transition: .3s all ease
}

a:focus {
    outline: none
}

a:active {
    background-color: transparent
}

a[href^="tel:"], a[href^="callto:"] {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
    max-width: 580px
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1400px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1400px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1400px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px
    }
}

.page-header-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
    max-width: 580px
}

@media (min-width: 768px) {
    .page-header-container {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .page-header-container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .page-header-container {
        max-width: 1200px
    }
}

@media (min-width: 1400px) {
    .page-header-container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1400px
    }
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width: 1400px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 1400px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 1400px) and (min-width: 1400px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

[class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1400px) {
    [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1400px) {
    [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1400px) and (min-width: 1400px) {
    [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }
}

html.lt-ie10 * + [class*=col-], html.lt-ie10 * + .row, * + [class*=col-], * + .row {
    margin-top: 0
}

html.lt-ie10 .row-no-gutter, .row-no-gutter {
    margin-left: 0;
    margin-right: 0
}

html.lt-ie10 .row-no-gutter > [class*=col], .row-no-gutter > [class*=col] {
    padding-left: 0;
    padding-right: 0
}

html.lt-ie10 .row-no-gutter > * + [class*=col], .row-no-gutter > * + [class*=col] {
    margin-top: 0
}

@media (min-width: 580px) {
    * + [class*=col-xs-] {
        margin-top: 0
    }

    .row {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap
    }

    .row > [class*=col] {
        flex: 0 0 auto;
        flex-basis: 100%;
        max-width: 100%
    }

    .row-xs-center {
        justify-content: center
    }

    .row-xs-left {
        justify-content: flex-start
    }

    .row-xs-right {
        justify-content: flex-end
    }

    .row-xs-justify {
        justify-content: space-between
    }

    .row-xs-around {
        justify-content: space-around
    }

    .row-xs-top {
        align-items: flex-start
    }

    .row-xs {
        flex-direction: row
    }

    .row-xs-reverse {
        flex-direction: row-reverse
    }

    .row-xs-middle {
        align-items: center
    }

    .row-xs-bottom {
        align-items: flex-end
    }

    .col-xs-top {
        align-self: flex-start
    }

    .col-xs-middle {
        align-self: center
    }

    .col-xs-bottom {
        align-self: flex-end
    }

    .row > .col-xs-preffix-0 {
        margin-left: 0
    }

    .row > .col-xs-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .row > .col-xs-preffix-1 {
        margin-left: 8.33333%
    }

    .row > .col-xs-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .row > .col-xs-preffix-2 {
        margin-left: 16.66667%
    }

    .row > .col-xs-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .row > .col-xs-preffix-3 {
        margin-left: 25%
    }

    .row > .col-xs-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .row > .col-xs-preffix-4 {
        margin-left: 33.33333%
    }

    .row > .col-xs-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .row > .col-xs-preffix-5 {
        margin-left: 41.66667%
    }

    .row > .col-xs-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .row > .col-xs-preffix-6 {
        margin-left: 50%
    }

    .row > .col-xs-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .row > .col-xs-preffix-7 {
        margin-left: 58.33333%
    }

    .row > .col-xs-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .row > .col-xs-preffix-8 {
        margin-left: 66.66667%
    }

    .row > .col-xs-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .row > .col-xs-preffix-9 {
        margin-left: 75%
    }

    .row > .col-xs-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .row > .col-xs-preffix-10 {
        margin-left: 83.33333%
    }

    .row > .col-xs-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .row > .col-xs-preffix-11 {
        margin-left: 91.66667%
    }

    .row > .col-xs-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .row > .col-xs-preffix-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    * + [class*=col-sm-] {
        margin-top: 0
    }

    .row-sm-center {
        justify-content: center
    }

    .row-sm-left {
        justify-content: flex-start
    }

    .row-sm-right {
        justify-content: flex-end
    }

    .row-sm-justify {
        justify-content: space-between
    }

    .row-sm-around {
        justify-content: space-around
    }

    .row-sm-top {
        align-items: flex-start
    }

    .row-sm {
        flex-direction: row
    }

    .row-sm-reverse {
        flex-direction: row-reverse
    }

    .row-sm-middle {
        align-items: center
    }

    .row-sm-bottom {
        align-items: flex-end
    }

    .col-sm-top {
        align-self: flex-start
    }

    .col-sm-middle {
        align-self: center
    }

    .col-sm-bottom {
        align-self: flex-end
    }

    .row > .col-sm-preffix-0 {
        margin-left: 0
    }

    .row > .col-sm-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .row > .col-sm-preffix-1 {
        margin-left: 8.33333%
    }

    .row > .col-sm-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .row > .col-sm-preffix-2 {
        margin-left: 16.66667%
    }

    .row > .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .row > .col-sm-preffix-3 {
        margin-left: 25%
    }

    .row > .col-sm-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .row > .col-sm-preffix-4 {
        margin-left: 33.33333%
    }

    .row > .col-sm-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .row > .col-sm-preffix-5 {
        margin-left: 41.66667%
    }

    .row > .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .row > .col-sm-preffix-6 {
        margin-left: 50%
    }

    .row > .col-sm-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .row > .col-sm-preffix-7 {
        margin-left: 58.33333%
    }

    .row > .col-sm-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .row > .col-sm-preffix-8 {
        margin-left: 66.66667%
    }

    .row > .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .row > .col-sm-preffix-9 {
        margin-left: 75%
    }

    .row > .col-sm-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .row > .col-sm-preffix-10 {
        margin-left: 83.33333%
    }

    .row > .col-sm-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .row > .col-sm-preffix-11 {
        margin-left: 91.66667%
    }

    .row > .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .row > .col-sm-preffix-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    * + [class*=col-md-] {
        margin-top: 0
    }

    .row-md-center {
        justify-content: center
    }

    .row-md-left {
        justify-content: flex-start
    }

    .row-md-right {
        justify-content: flex-end
    }

    .row-md-justify {
        justify-content: space-between
    }

    .row-md-around {
        justify-content: space-around
    }

    .row-md-top {
        align-items: flex-start
    }

    .row-md {
        flex-direction: row
    }

    .row-md-reverse {
        flex-direction: row-reverse
    }

    .row-md-middle {
        align-items: center
    }

    .row-md-bottom {
        align-items: flex-end
    }

    .col-md-top {
        align-self: flex-start
    }

    .col-md-middle {
        align-self: center
    }

    .col-md-bottom {
        align-self: flex-end
    }

    .row > .col-md-preffix-0 {
        margin-left: 0
    }

    .row > .col-md-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .row > .col-md-preffix-1 {
        margin-left: 8.33333%
    }

    .row > .col-md-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .row > .col-md-preffix-2 {
        margin-left: 16.66667%
    }

    .row > .col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .row > .col-md-preffix-3 {
        margin-left: 25%
    }

    .row > .col-md-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .row > .col-md-preffix-4 {
        margin-left: 33.33333%
    }

    .row > .col-md-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .row > .col-md-preffix-5 {
        margin-left: 41.66667%
    }

    .row > .col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .row > .col-md-preffix-6 {
        margin-left: 50%
    }

    .row > .col-md-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .row > .col-md-preffix-7 {
        margin-left: 58.33333%
    }

    .row > .col-md-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .row > .col-md-preffix-8 {
        margin-left: 66.66667%
    }

    .row > .col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .row > .col-md-preffix-9 {
        margin-left: 75%
    }

    .row > .col-md-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .row > .col-md-preffix-10 {
        margin-left: 83.33333%
    }

    .row > .col-md-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .row > .col-md-preffix-11 {
        margin-left: 91.66667%
    }

    .row > .col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .row > .col-md-preffix-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    * + [class*=col-lg-] {
        margin-top: 0
    }

    .row-lg-center {
        justify-content: center
    }

    .row-lg-left {
        justify-content: flex-start
    }

    .row-lg-right {
        justify-content: flex-end
    }

    .row-lg-justify {
        justify-content: space-between
    }

    .row-lg-around {
        justify-content: space-around
    }

    .row-lg-top {
        align-items: flex-start
    }

    .row-lg {
        flex-direction: row
    }

    .row-lg-reverse {
        flex-direction: row-reverse
    }

    .row-lg-middle {
        align-items: center
    }

    .row-lg-bottom {
        align-items: flex-end
    }

    .col-lg-top {
        align-self: flex-start
    }

    .col-lg-middle {
        align-self: center
    }

    .col-lg-bottom {
        align-self: flex-end
    }

    .row > .col-lg-preffix-0 {
        margin-left: 0
    }

    .row > .col-lg-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .row > .col-lg-preffix-1 {
        margin-left: 8.33333%
    }

    .row > .col-lg-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .row > .col-lg-preffix-2 {
        margin-left: 16.66667%
    }

    .row > .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .row > .col-lg-preffix-3 {
        margin-left: 25%
    }

    .row > .col-lg-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .row > .col-lg-preffix-4 {
        margin-left: 33.33333%
    }

    .row > .col-lg-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .row > .col-lg-preffix-5 {
        margin-left: 41.66667%
    }

    .row > .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .row > .col-lg-preffix-6 {
        margin-left: 50%
    }

    .row > .col-lg-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .row > .col-lg-preffix-7 {
        margin-left: 58.33333%
    }

    .row > .col-lg-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .row > .col-lg-preffix-8 {
        margin-left: 66.66667%
    }

    .row > .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .row > .col-lg-preffix-9 {
        margin-left: 75%
    }

    .row > .col-lg-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .row > .col-lg-preffix-10 {
        margin-left: 83.33333%
    }

    .row > .col-lg-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .row > .col-lg-preffix-11 {
        margin-left: 91.66667%
    }

    .row > .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .row > .col-lg-preffix-12 {
        margin-left: 100%
    }
}

html.lt-ie10 .row > .col-xs-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row > .col-xs-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row > .col-xs-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row > .col-xs-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row > .col-xs-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row > .col-xs-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row > .col-xs-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row > .col-xs-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row > .col-xs-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row > .col-xs-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row > .col-xs-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row > .col-xs-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row > .col-sm-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row > .col-sm-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row > .col-sm-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row > .col-sm-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row > .col-sm-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row > .col-sm-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row > .col-sm-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row > .col-sm-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row > .col-sm-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row > .col-sm-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row > .col-sm-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row > .col-sm-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row > .col-md-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row > .col-md-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row > .col-md-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row > .col-md-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row > .col-md-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row > .col-md-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row > .col-md-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row > .col-md-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row > .col-md-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row > .col-md-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row > .col-md-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row > .col-md-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row > .col-lg-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%
}

html.lt-ie10 .row > .col-lg-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%
}

html.lt-ie10 .row > .col-lg-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%
}

html.lt-ie10 .row > .col-lg-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%
}

html.lt-ie10 .row > .col-lg-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%
}

html.lt-ie10 .row > .col-lg-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%
}

html.lt-ie10 .row > .col-lg-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%
}

html.lt-ie10 .row > .col-lg-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%
}

html.lt-ie10 .row > .col-lg-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%
}

html.lt-ie10 .row > .col-lg-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

html.lt-ie10 .row > .col-lg-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%
}

html.lt-ie10 .row > .col-lg-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

html.lt-ie10 .row > [class*=col-xs-preffix-], html.lt-ie10 .row > [class*=col-sm-preffix-], html.lt-ie10 .row > [class*=col-md-preffix-], html.lt-ie10 .row > [class*=col-lg-preffix-] {
    margin-left: auto
}

.cms-home .columns.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.cms-home .columns.container .widget.featured {
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #eae9e9
}

.cms-home .widget-block-item.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.cms-home .widget.block .custom-item-content .title-1, .cms-home .widget.block .widget-node .title-1 {
    font-size: 26px;
    font-weight: 500
}

@media (max-width: 350px) {
    .cms-home .widget.block .custom-item-content .title-1, .cms-home .widget.block .widget-node .title-1 {
        font-size: 24px;
        font-weight: 500
    }

    .cms-home .widget.block .custom-item-content .desc-1, .cms-home .widget.block .widget-node .desc-1 {
        font-size: 18px
    }

    .cms-home .widget.block .custom-item-content .link-custom.secondary-button, .cms-home .widget.block .widget-node .link-custom.secondary-button {
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    .cms-home .widget.block .custom-item-content .title-1, .cms-home .widget.block .widget-node .title-1 {
        font-size: 39px
    }
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/materialicons-regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/materialicons-regular.woff2) format('woff2'), url(../fonts/materialicons-regular.woff) format('woff'), url(../fonts/materialicons-regular.ttf) format('truetype')
}

.material-icons-ico, [class*=material-icons-]:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit
}

.material-icons-3d_rotation:before {
    content: "\e84d"
}

.material-icons-access_alarm:before {
    content: "\e190"
}

.material-icons-access_alarms:before {
    content: "\e191"
}

.material-icons-access_time:before {
    content: "\e192"
}

.material-icons-accessibility:before {
    content: "\e84e"
}

.material-icons-account_balance:before {
    content: "\e84f"
}

.material-icons-account_balance_wallet:before {
    content: "\e850"
}

.material-icons-account_box:before {
    content: "\e851"
}

.material-icons-account_circle:before {
    content: "\e853"
}

.material-icons-adb:before {
    content: "\e60e"
}

.material-icons-add:before {
    content: "\e145"
}

.material-icons-add_alarm:before {
    content: "\e193"
}

.material-icons-add_alert:before {
    content: "\e003"
}

.material-icons-add_box:before {
    content: "\e146"
}

.material-icons-add_circle:before {
    content: "\e147"
}

.material-icons-add_circle_outline:before {
    content: "\e148"
}

.material-icons-add_shopping_cart:before {
    content: "\e854"
}

.material-icons-add_to_photos:before {
    content: "\e39d"
}

.material-icons-adjust:before {
    content: "\e39e"
}

.material-icons-airline_seat_flat:before {
    content: "\e630"
}

.material-icons-airline_seat_flat_angled:before {
    content: "\e631"
}

.material-icons-airline_seat_individual_suite:before {
    content: "\e632"
}

.material-icons-airline_seat_legroom_extra:before {
    content: "\e633"
}

.material-icons-airline_seat_legroom_normal:before {
    content: "\e634"
}

.material-icons-airline_seat_legroom_reduced:before {
    content: "\e635"
}

.material-icons-airline_seat_recline_extra:before {
    content: "\e636"
}

.material-icons-airline_seat_recline_normal:before {
    content: "\e637"
}

.material-icons-airplanemode_active:before {
    content: "\e195"
}

.material-icons-airplanemode_inactive:before {
    content: "\e194"
}

.material-icons-airplay:before {
    content: "\e055"
}

.material-icons-alarm:before {
    content: "\e855"
}

.material-icons-alarm_add:before {
    content: "\e856"
}

.material-icons-alarm_off:before {
    content: "\e857"
}

.material-icons-alarm_on:before {
    content: "\e858"
}

.material-icons-album:before {
    content: "\e019"
}

.material-icons-android:before {
    content: "\e859"
}

.material-icons-announcement:before {
    content: "\e85a"
}

.material-icons-apps:before {
    content: "\e5c3"
}

.material-icons-archive:before {
    content: "\e149"
}

.material-icons-arrow_back:before {
    content: "\e5c4"
}

.material-icons-arrow_drop_down:before {
    content: "\e5c5"
}

.material-icons-arrow_drop_down_circle:before {
    content: "\e5c6"
}

.material-icons-arrow_drop_up:before {
    content: "\e5c7"
}

.material-icons-arrow_forward:before {
    content: "\e5c8"
}

.material-icons-aspect_ratio:before {
    content: "\e85b"
}

.material-icons-assessment:before {
    content: "\e85c"
}

.material-icons-assignment:before {
    content: "\e85d"
}

.material-icons-assignment_ind:before {
    content: "\e85e"
}

.material-icons-assignment_late:before {
    content: "\e85f"
}

.material-icons-assignment_return:before {
    content: "\e860"
}

.material-icons-assignment_returned:before {
    content: "\e861"
}

.material-icons-assignment_turned_in:before {
    content: "\e862"
}

.material-icons-assistant:before {
    content: "\e39f"
}

.material-icons-assistant_photo:before {
    content: "\e3a0"
}

.material-icons-attach_file:before {
    content: "\e226"
}

.material-icons-attach_money:before {
    content: "\e227"
}

.material-icons-attachment:before {
    content: "\e2bc"
}

.material-icons-audiotrack:before {
    content: "\e3a1"
}

.material-icons-autorenew:before {
    content: "\e863"
}

.material-icons-av_timer:before {
    content: "\e01b"
}

.material-icons-backspace:before {
    content: "\e14a"
}

.material-icons-backup:before {
    content: "\e864"
}

.material-icons-battery_alert:before {
    content: "\e19c"
}

.material-icons-battery_charging_full:before {
    content: "\e1a3"
}

.material-icons-battery_full:before {
    content: "\e1a4"
}

.material-icons-battery_std:before {
    content: "\e1a5"
}

.material-icons-battery_unknown:before {
    content: "\e1a6"
}

.material-icons-beenhere:before {
    content: "\e52d"
}

.material-icons-block:before {
    content: "\e14b"
}

.material-icons-bluetooth:before {
    content: "\e1a7"
}

.material-icons-bluetooth_audio:before {
    content: "\e60f"
}

.material-icons-bluetooth_connected:before {
    content: "\e1a8"
}

.material-icons-bluetooth_disabled:before {
    content: "\e1a9"
}

.material-icons-bluetooth_searching:before {
    content: "\e1aa"
}

.material-icons-blur_circular:before {
    content: "\e3a2"
}

.material-icons-blur_linear:before {
    content: "\e3a3"
}

.material-icons-blur_off:before {
    content: "\e3a4"
}

.material-icons-blur_on:before {
    content: "\e3a5"
}

.material-icons-book:before {
    content: "\e865"
}

.material-icons-bookmark:before {
    content: "\e866"
}

.material-icons-bookmark_border:before {
    content: "\e867"
}

.material-icons-border_all:before {
    content: "\e228"
}

.material-icons-border_bottom:before {
    content: "\e229"
}

.material-icons-border_clear:before {
    content: "\e22a"
}

.material-icons-border_color:before {
    content: "\e22b"
}

.material-icons-border_horizontal:before {
    content: "\e22c"
}

.material-icons-border_inner:before {
    content: "\e22d"
}

.material-icons-border_left:before {
    content: "\e22e"
}

.material-icons-border_outer:before {
    content: "\e22f"
}

.material-icons-border_right:before {
    content: "\e230"
}

.material-icons-border_style:before {
    content: "\e231"
}

.material-icons-border_top:before {
    content: "\e232"
}

.material-icons-border_vertical:before {
    content: "\e233"
}

.material-icons-brightness_1:before {
    content: "\e3a6"
}

.material-icons-brightness_2:before {
    content: "\e3a7"
}

.material-icons-brightness_3:before {
    content: "\e3a8"
}

.material-icons-brightness_4:before {
    content: "\e3a9"
}

.material-icons-brightness_5:before {
    content: "\e3aa"
}

.material-icons-brightness_6:before {
    content: "\e3ab"
}

.material-icons-brightness_7:before {
    content: "\e3ac"
}

.material-icons-brightness_auto:before {
    content: "\e1ab"
}

.material-icons-brightness_high:before {
    content: "\e1ac"
}

.material-icons-brightness_low:before {
    content: "\e1ad"
}

.material-icons-brightness_medium:before {
    content: "\e1ae"
}

.material-icons-broken_image:before {
    content: "\e3ad"
}

.material-icons-brush:before {
    content: "\e3ae"
}

.material-icons-bug_report:before {
    content: "\e868"
}

.material-icons-build:before {
    content: "\e869"
}

.material-icons-business:before {
    content: "\e0af"
}

.material-icons-cached:before {
    content: "\e86a"
}

.material-icons-cake:before {
    content: "\e7e9"
}

.material-icons-call:before {
    content: "\e0b0"
}

.material-icons-call_end:before {
    content: "\e0b1"
}

.material-icons-call_made:before {
    content: "\e0b2"
}

.material-icons-call_merge:before {
    content: "\e0b3"
}

.material-icons-call_missed:before {
    content: "\e0b4"
}

.material-icons-call_received:before {
    content: "\e0b5"
}

.material-icons-call_split:before {
    content: "\e0b6"
}

.material-icons-camera:before {
    content: "\e3af"
}

.material-icons-camera_alt:before {
    content: "\e3b0"
}

.material-icons-camera_enhance:before {
    content: "\e8fc"
}

.material-icons-camera_front:before {
    content: "\e3b1"
}

.material-icons-camera_rear:before {
    content: "\e3b2"
}

.material-icons-camera_roll:before {
    content: "\e3b3"
}

.material-icons-cancel:before {
    content: "\e5c9"
}

.material-icons-card_giftcard:before {
    content: "\e8f6"
}

.material-icons-card_membership:before {
    content: "\e8f7"
}

.material-icons-card_travel:before {
    content: "\e8f8"
}

.material-icons-cast:before {
    content: "\e307"
}

.material-icons-cast_connected:before {
    content: "\e308"
}

.material-icons-center_focus_strong:before {
    content: "\e3b4"
}

.material-icons-center_focus_weak:before {
    content: "\e3b5"
}

.material-icons-change_history:before {
    content: "\e86b"
}

.material-icons-chat:before {
    content: "\e0b7"
}

.material-icons-chat_bubble:before {
    content: "\e0ca"
}

.material-icons-chat_bubble_outline:before {
    content: "\e0cb"
}

.material-icons-check:before {
    content: "\e5ca"
}

.material-icons-check_box:before {
    content: "\e834"
}

.material-icons-check_box_outline_blank:before {
    content: "\e835"
}

.material-icons-check_circle:before {
    content: "\e86c"
}

.material-icons-chevron_left:before {
    content: "\e5cb"
}

.material-icons-chevron_right:before {
    content: "\e5cc"
}

.material-icons-chrome_reader_mode:before {
    content: "\e86d"
}

.material-icons-class:before {
    content: "\e86e"
}

.material-icons-clear:before {
    content: "\e14c"
}

.material-icons-clear_all:before {
    content: "\e0b8"
}

.material-icons-close:before {
    content: "\e5cd"
}

.material-icons-closed_caption:before {
    content: "\e01c"
}

.material-icons-cloud:before {
    content: "\e2bd"
}

.material-icons-cloud_circle:before {
    content: "\e2be"
}

.material-icons-cloud_done:before {
    content: "\e2bf"
}

.material-icons-cloud_download:before {
    content: "\e2c0"
}

.material-icons-cloud_off:before {
    content: "\e2c1"
}

.material-icons-cloud_queue:before {
    content: "\e2c2"
}

.material-icons-cloud_upload:before {
    content: "\e2c3"
}

.material-icons-code:before {
    content: "\e86f"
}

.material-icons-collections:before {
    content: "\e3b6"
}

.material-icons-collections_bookmark:before {
    content: "\e431"
}

.material-icons-color_lens:before {
    content: "\e3b7"
}

.material-icons-colorize:before {
    content: "\e3b8"
}

.material-icons-comment:before {
    content: "\e0b9"
}

.material-icons-compare:before {
    content: "\e3b9"
}

.material-icons-computer:before {
    content: "\e30a"
}

.material-icons-confirmation_number:before {
    content: "\e638"
}

.material-icons-contact_phone:before {
    content: "\e0cf"
}

.material-icons-contacts:before {
    content: "\e0ba"
}

.material-icons-content_copy:before {
    content: "\e14d"
}

.material-icons-content_cut:before {
    content: "\e14e"
}

.material-icons-content_paste:before {
    content: "\e14f"
}

.material-icons-control_point:before {
    content: "\e3ba"
}

.material-icons-control_point_duplicate:before {
    content: "\e3bb"
}

.material-icons-create:before {
    content: "\e150"
}

.material-icons-credit_card:before {
    content: "\e870"
}

.material-icons-crop:before {
    content: "\e3be"
}

.material-icons-crop_16_9:before {
    content: "\e3bc"
}

.material-icons-crop_3_2:before {
    content: "\e3bd"
}

.material-icons-crop_5_4:before {
    content: "\e3bf"
}

.material-icons-crop_7_5:before {
    content: "\e3c0"
}

.material-icons-crop_din:before {
    content: "\e3c1"
}

.material-icons-crop_free:before {
    content: "\e3c2"
}

.material-icons-crop_landscape:before {
    content: "\e3c3"
}

.material-icons-crop_original:before {
    content: "\e3c4"
}

.material-icons-crop_portrait:before {
    content: "\e3c5"
}

.material-icons-crop_square:before {
    content: "\e3c6"
}

.material-icons-dashboard:before {
    content: "\e871"
}

.material-icons-data_usage:before {
    content: "\e1af"
}

.material-icons-dehaze:before {
    content: "\e3c7"
}

.material-icons-delete:before {
    content: "\e872"
}

.material-icons-description:before {
    content: "\e873"
}

.material-icons-desktop_mac:before {
    content: "\e30b"
}

.material-icons-desktop_windows:before {
    content: "\e30c"
}

.material-icons-details:before {
    content: "\e3c8"
}

.material-icons-developer_board:before {
    content: "\e30d"
}

.material-icons-developer_mode:before {
    content: "\e1b0"
}

.material-icons-device_hub:before {
    content: "\e335"
}

.material-icons-devices:before {
    content: "\e1b1"
}

.material-icons-dialer_sip:before {
    content: "\e0bb"
}

.material-icons-dialpad:before {
    content: "\e0bc"
}

.material-icons-directions:before {
    content: "\e52e"
}

.material-icons-directions_bike:before {
    content: "\e52f"
}

.material-icons-directions_boat:before {
    content: "\e532"
}

.material-icons-directions_bus:before {
    content: "\e530"
}

.material-icons-directions_car:before {
    content: "\e531"
}

.material-icons-directions_railway:before {
    content: "\e534"
}

.material-icons-directions_run:before {
    content: "\e566"
}

.material-icons-directions_subway:before {
    content: "\e533"
}

.material-icons-directions_transit:before {
    content: "\e535"
}

.material-icons-directions_walk:before {
    content: "\e536"
}

.material-icons-disc_full:before {
    content: "\e610"
}

.material-icons-dns:before {
    content: "\e875"
}

.material-icons-do_not_disturb:before {
    content: "\e612"
}

.material-icons-do_not_disturb_alt:before {
    content: "\e611"
}

.material-icons-dock:before {
    content: "\e30e"
}

.material-icons-domain:before {
    content: "\e7ee"
}

.material-icons-done:before {
    content: "\e876"
}

.material-icons-done_all:before {
    content: "\e877"
}

.material-icons-drafts:before {
    content: "\e151"
}

.material-icons-drive_eta:before {
    content: "\e613"
}

.material-icons-dvr:before {
    content: "\e1b2"
}

.material-icons-edit:before {
    content: "\e3c9"
}

.material-icons-eject:before {
    content: "\e8fb"
}

.material-icons-email:before {
    content: "\e0be"
}

.material-icons-equalizer:before {
    content: "\e01d"
}

.material-icons-error:before {
    content: "\e000"
}

.material-icons-error_outline:before {
    content: "\e001"
}

.material-icons-event:before {
    content: "\e878"
}

.material-icons-event_available:before {
    content: "\e614"
}

.material-icons-event_busy:before {
    content: "\e615"
}

.material-icons-event_note:before {
    content: "\e616"
}

.material-icons-event_seat:before {
    content: "\e903"
}

.material-icons-exit_to_app:before {
    content: "\e879"
}

.material-icons-expand_less:before {
    content: "\e5ce"
}

.material-icons-expand_more:before {
    content: "\e5cf"
}

.material-icons-explicit:before {
    content: "\e01e"
}

.material-icons-explore:before {
    content: "\e87a"
}

.material-icons-exposure:before {
    content: "\e3ca"
}

.material-icons-exposure_neg_1:before {
    content: "\e3cb"
}

.material-icons-exposure_neg_2:before {
    content: "\e3cc"
}

.material-icons-exposure_plus_1:before {
    content: "\e3cd"
}

.material-icons-exposure_plus_2:before {
    content: "\e3ce"
}

.material-icons-exposure_zero:before {
    content: "\e3cf"
}

.material-icons-extension:before {
    content: "\e87b"
}

.material-icons-face:before {
    content: "\e87c"
}

.material-icons-fast_forward:before {
    content: "\e01f"
}

.material-icons-fast_rewind:before {
    content: "\e020"
}

.material-icons-favorite:before {
    content: "\e87d"
}

.material-icons-favorite_border:before {
    content: "\e87e"
}

.material-icons-feedback:before {
    content: "\e87f"
}

.material-icons-file_download:before {
    content: "\e2c4"
}

.material-icons-file_upload:before {
    content: "\e2c6"
}

.material-icons-filter:before {
    content: "\e3d3"
}

.material-icons-filter_1:before {
    content: "\e3d0"
}

.material-icons-filter_2:before {
    content: "\e3d1"
}

.material-icons-filter_3:before {
    content: "\e3d2"
}

.material-icons-filter_4:before {
    content: "\e3d4"
}

.material-icons-filter_5:before {
    content: "\e3d5"
}

.material-icons-filter_6:before {
    content: "\e3d6"
}

.material-icons-filter_7:before {
    content: "\e3d7"
}

.material-icons-filter_8:before {
    content: "\e3d8"
}

.material-icons-filter_9:before {
    content: "\e3d9"
}

.material-icons-filter_9_plus:before {
    content: "\e3da"
}

.material-icons-filter_b_and_w:before {
    content: "\e3db"
}

.material-icons-filter_center_focus:before {
    content: "\e3dc"
}

.material-icons-filter_drama:before {
    content: "\e3dd"
}

.material-icons-filter_frames:before {
    content: "\e3de"
}

.material-icons-filter_hdr:before {
    content: "\e3df"
}

.material-icons-filter_list:before {
    content: "\e152"
}

.material-icons-filter_none:before {
    content: "\e3e0"
}

.material-icons-filter_tilt_shift:before {
    content: "\e3e2"
}

.material-icons-filter_vintage:before {
    content: "\e3e3"
}

.material-icons-find_in_page:before {
    content: "\e880"
}

.material-icons-find_replace:before {
    content: "\e881"
}

.material-icons-flag:before {
    content: "\e153"
}

.material-icons-flare:before {
    content: "\e3e4"
}

.material-icons-flash_auto:before {
    content: "\e3e5"
}

.material-icons-flash_off:before {
    content: "\e3e6"
}

.material-icons-flash_on:before {
    content: "\e3e7"
}

.material-icons-flight:before {
    content: "\e539"
}

.material-icons-flight_land:before {
    content: "\e904"
}

.material-icons-flight_takeoff:before {
    content: "\e905"
}

.material-icons-flip:before {
    content: "\e3e8"
}

.material-icons-flip_to_back:before {
    content: "\e882"
}

.material-icons-flip_to_front:before {
    content: "\e883"
}

.material-icons-folder:before {
    content: "\e2c7"
}

.material-icons-folder_open:before {
    content: "\e2c8"
}

.material-icons-folder_shared:before {
    content: "\e2c9"
}

.material-icons-folder_special:before {
    content: "\e617"
}

.material-icons-font_download:before {
    content: "\e167"
}

.material-icons-format_align_center:before {
    content: "\e234"
}

.material-icons-format_align_justify:before {
    content: "\e235"
}

.material-icons-format_align_left:before {
    content: "\e236"
}

.material-icons-format_align_right:before {
    content: "\e237"
}

.material-icons-format_bold:before {
    content: "\e238"
}

.material-icons-format_clear:before {
    content: "\e239"
}

.material-icons-format_color_fill:before {
    content: "\e23a"
}

.material-icons-format_color_reset:before {
    content: "\e23b"
}

.material-icons-format_color_text:before {
    content: "\e23c"
}

.material-icons-format_indent_decrease:before {
    content: "\e23d"
}

.material-icons-format_indent_increase:before {
    content: "\e23e"
}

.material-icons-format_italic:before {
    content: "\e23f"
}

.material-icons-format_line_spacing:before {
    content: "\e240"
}

.material-icons-format_list_bulleted:before {
    content: "\e241"
}

.material-icons-format_list_numbered:before {
    content: "\e242"
}

.material-icons-format_paint:before {
    content: "\e243"
}

.material-icons-format_quote:before {
    content: "\e244"
}

.material-icons-format_size:before {
    content: "\e245"
}

.material-icons-format_strikethrough:before {
    content: "\e246"
}

.material-icons-format_textdirection_l_to_r:before {
    content: "\e247"
}

.material-icons-format_textdirection_r_to_l:before {
    content: "\e248"
}

.material-icons-format_underlined:before {
    content: "\e249"
}

.material-icons-forum:before {
    content: "\e0bf"
}

.material-icons-forward:before {
    content: "\e154"
}

.material-icons-forward_10:before {
    content: "\e056"
}

.material-icons-forward_30:before {
    content: "\e057"
}

.material-icons-forward_5:before {
    content: "\e058"
}

.material-icons-fullscreen:before {
    content: "\e5d0"
}

.material-icons-fullscreen_exit:before {
    content: "\e5d1"
}

.material-icons-functions:before {
    content: "\e24a"
}

.material-icons-gamepad:before {
    content: "\e30f"
}

.material-icons-games:before {
    content: "\e021"
}

.material-icons-gesture:before {
    content: "\e155"
}

.material-icons-get_app:before {
    content: "\e884"
}

.material-icons-gif:before {
    content: "\e908"
}

.material-icons-gps_fixed:before {
    content: "\e1b3"
}

.material-icons-gps_not_fixed:before {
    content: "\e1b4"
}

.material-icons-gps_off:before {
    content: "\e1b5"
}

.material-icons-grade:before {
    content: "\e885"
}

.material-icons-gradient:before {
    content: "\e3e9"
}

.material-icons-grain:before {
    content: "\e3ea"
}

.material-icons-graphic_eq:before {
    content: "\e1b8"
}

.material-icons-grid_off:before {
    content: "\e3eb"
}

.material-icons-grid_on:before {
    content: "\e3ec"
}

.material-icons-group:before {
    content: "\e7ef"
}

.material-icons-group_add:before {
    content: "\e7f0"
}

.material-icons-group_work:before {
    content: "\e886"
}

.material-icons-hd:before {
    content: "\e052"
}

.material-icons-hdr_off:before {
    content: "\e3ed"
}

.material-icons-hdr_on:before {
    content: "\e3ee"
}

.material-icons-hdr_strong:before {
    content: "\e3f1"
}

.material-icons-hdr_weak:before {
    content: "\e3f2"
}

.material-icons-headset:before {
    content: "\e310"
}

.material-icons-headset_mic:before {
    content: "\e311"
}

.material-icons-healing:before {
    content: "\e3f3"
}

.material-icons-hearing:before {
    content: "\e023"
}

.material-icons-help:before {
    content: "\e887"
}

.material-icons-help_outline:before {
    content: "\e8fd"
}

.material-icons-high_quality:before {
    content: "\e024"
}

.material-icons-highlight_off:before {
    content: "\e888"
}

.material-icons-history:before {
    content: "\e889"
}

.material-icons-home:before {
    content: "\e88a"
}

.material-icons-hotel:before {
    content: "\e53a"
}

.material-icons-hourglass_empty:before {
    content: "\e88b"
}

.material-icons-hourglass_full:before {
    content: "\e88c"
}

.material-icons-http:before {
    content: "\e902"
}

.material-icons-https:before {
    content: "\e88d"
}

.material-icons-image:before {
    content: "\e3f4"
}

.material-icons-image_aspect_ratio:before {
    content: "\e3f5"
}

.material-icons-import_export:before {
    content: "\e0c3"
}

.material-icons-inbox:before {
    content: "\e156"
}

.material-icons-indeterminate_check_box:before {
    content: "\e909"
}

.material-icons-info:before {
    content: "\e88e"
}

.material-icons-info_outline:before {
    content: "\e88f"
}

.material-icons-input:before {
    content: "\e890"
}

.material-icons-insert_chart:before {
    content: "\e24b"
}

.material-icons-insert_comment:before {
    content: "\e24c"
}

.material-icons-insert_drive_file:before {
    content: "\e24d"
}

.material-icons-insert_emoticon:before {
    content: "\e24e"
}

.material-icons-insert_invitation:before {
    content: "\e24f"
}

.material-icons-insert_link:before {
    content: "\e250"
}

.material-icons-insert_photo:before {
    content: "\e251"
}

.material-icons-invert_colors:before {
    content: "\e891"
}

.material-icons-invert_colors_off:before {
    content: "\e0c4"
}

.material-icons-iso:before {
    content: "\e3f6"
}

.material-icons-keyboard:before {
    content: "\e312"
}

.material-icons-keyboard_arrow_down:before {
    content: "\e313"
}

.material-icons-keyboard_arrow_left:before {
    content: "\e314"
}

.material-icons-keyboard_arrow_right:before {
    content: "\e315"
}

.material-icons-keyboard_arrow_up:before {
    content: "\e316"
}

.material-icons-keyboard_backspace:before {
    content: "\e317"
}

.material-icons-keyboard_capslock:before {
    content: "\e318"
}

.material-icons-keyboard_hide:before {
    content: "\e31a"
}

.material-icons-keyboard_return:before {
    content: "\e31b"
}

.material-icons-keyboard_tab:before {
    content: "\e31c"
}

.material-icons-keyboard_voice:before {
    content: "\e31d"
}

.material-icons-label:before {
    content: "\e892"
}

.material-icons-label_outline:before {
    content: "\e893"
}

.material-icons-landscape:before {
    content: "\e3f7"
}

.material-icons-language:before {
    content: "\e894"
}

.material-icons-laptop:before {
    content: "\e31e"
}

.material-icons-laptop_chromebook:before {
    content: "\e31f"
}

.material-icons-laptop_mac:before {
    content: "\e320"
}

.material-icons-laptop_windows:before {
    content: "\e321"
}

.material-icons-launch:before {
    content: "\e895"
}

.material-icons-layers:before {
    content: "\e53b"
}

.material-icons-layers_clear:before {
    content: "\e53c"
}

.material-icons-leak_add:before {
    content: "\e3f8"
}

.material-icons-leak_remove:before {
    content: "\e3f9"
}

.material-icons-lens:before {
    content: "\e3fa"
}

.material-icons-library_add:before {
    content: "\e02e"
}

.material-icons-library_books:before {
    content: "\e02f"
}

.material-icons-library_music:before {
    content: "\e030"
}

.material-icons-link:before {
    content: "\e157"
}

.material-icons-list:before {
    content: "\e896"
}

.material-icons-live_help:before {
    content: "\e0c6"
}

.material-icons-live_tv:before {
    content: "\e639"
}

.material-icons-local_activity:before {
    content: "\e53f"
}

.material-icons-local_airport:before {
    content: "\e53d"
}

.material-icons-local_atm:before {
    content: "\e53e"
}

.material-icons-local_bar:before {
    content: "\e540"
}

.material-icons-local_cafe:before {
    content: "\e541"
}

.material-icons-local_car_wash:before {
    content: "\e542"
}

.material-icons-local_convenience_store:before {
    content: "\e543"
}

.material-icons-local_dining:before {
    content: "\e556"
}

.material-icons-local_drink:before {
    content: "\e544"
}

.material-icons-local_florist:before {
    content: "\e545"
}

.material-icons-local_gas_station:before {
    content: "\e546"
}

.material-icons-local_grocery_store:before {
    content: "\e547"
}

.material-icons-local_hospital:before {
    content: "\e548"
}

.material-icons-local_hotel:before {
    content: "\e549"
}

.material-icons-local_laundry_service:before {
    content: "\e54a"
}

.material-icons-local_library:before {
    content: "\e54b"
}

.material-icons-local_mall:before {
    content: "\e54c"
}

.material-icons-local_movies:before {
    content: "\e54d"
}

.material-icons-local_offer:before {
    content: "\e54e"
}

.material-icons-local_parking:before {
    content: "\e54f"
}

.material-icons-local_pharmacy:before {
    content: "\e550"
}

.material-icons-local_phone:before {
    content: "\e551"
}

.material-icons-local_pizza:before {
    content: "\e552"
}

.material-icons-local_play:before {
    content: "\e553"
}

.material-icons-local_post_office:before {
    content: "\e554"
}

.material-icons-local_printshop:before {
    content: "\e555"
}

.material-icons-local_see:before {
    content: "\e557"
}

.material-icons-local_shipping:before {
    content: "\e558"
}

.material-icons-local_taxi:before {
    content: "\e559"
}

.material-icons-location_city:before {
    content: "\e7f1"
}

.material-icons-location_disabled:before {
    content: "\e1b6"
}

.material-icons-location_off:before {
    content: "\e0c7"
}

.material-icons-location_on:before {
    content: "\e0c8"
}

.material-icons-location_searching:before {
    content: "\e1b7"
}

.material-icons-lock:before {
    content: "\e897"
}

.material-icons-lock_open:before {
    content: "\e898"
}

.material-icons-lock_outline:before {
    content: "\e899"
}

.material-icons-looks:before {
    content: "\e3fc"
}

.material-icons-looks_3:before {
    content: "\e3fb"
}

.material-icons-looks_4:before {
    content: "\e3fd"
}

.material-icons-looks_5:before {
    content: "\e3fe"
}

.material-icons-looks_6:before {
    content: "\e3ff"
}

.material-icons-looks_one:before {
    content: "\e400"
}

.material-icons-looks_two:before {
    content: "\e401"
}

.material-icons-loop:before {
    content: "\e028"
}

.material-icons-loupe:before {
    content: "\e402"
}

.material-icons-loyalty:before {
    content: "\e89a"
}

.material-icons-mail:before {
    content: "\e158"
}

.material-icons-map:before {
    content: "\e55b"
}

.material-icons-markunread:before {
    content: "\e159"
}

.material-icons-markunread_mailbox:before {
    content: "\e89b"
}

.material-icons-memory:before {
    content: "\e322"
}

.material-icons-menu:before {
    content: "\e5d2"
}

.material-icons-merge_type:before {
    content: "\e252"
}

.material-icons-message:before {
    content: "\e0c9"
}

.material-icons-mic:before {
    content: "\e029"
}

.material-icons-mic_none:before {
    content: "\e02a"
}

.material-icons-mic_off:before {
    content: "\e02b"
}

.material-icons-mms:before {
    content: "\e618"
}

.material-icons-mode_comment:before {
    content: "\e253"
}

.material-icons-mode_edit:before {
    content: "\e254"
}

.material-icons-money_off:before {
    content: "\e25c"
}

.material-icons-monochrome_photos:before {
    content: "\e403"
}

.material-icons-mood:before {
    content: "\e7f2"
}

.material-icons-mood_bad:before {
    content: "\e7f3"
}

.material-icons-more:before {
    content: "\e619"
}

.material-icons-more_horiz:before {
    content: "\e5d3"
}

.material-icons-more_vert:before {
    content: "\e5d4"
}

.material-icons-mouse:before {
    content: "\e323"
}

.material-icons-movie:before {
    content: "\e02c"
}

.material-icons-movie_creation:before {
    content: "\e404"
}

.material-icons-music_note:before {
    content: "\e405"
}

.material-icons-my_location:before {
    content: "\e55c"
}

.material-icons-nature:before {
    content: "\e406"
}

.material-icons-nature_people:before {
    content: "\e407"
}

.material-icons-navigate_before:before {
    content: "\e408"
}

.material-icons-navigate_next:before {
    content: "\e409"
}

.material-icons-navigation:before {
    content: "\e55d"
}

.material-icons-network_cell:before {
    content: "\e1b9"
}

.material-icons-network_locked:before {
    content: "\e61a"
}

.material-icons-network_wifi:before {
    content: "\e1ba"
}

.material-icons-new_releases:before {
    content: "\e031"
}

.material-icons-nfc:before {
    content: "\e1bb"
}

.material-icons-no_sim:before {
    content: "\e0cc"
}

.material-icons-not_interested:before {
    content: "\e033"
}

.material-icons-note_add:before {
    content: "\e89c"
}

.material-icons-notifications:before {
    content: "\e7f4"
}

.material-icons-notifications_active:before {
    content: "\e7f7"
}

.material-icons-notifications_none:before {
    content: "\e7f5"
}

.material-icons-notifications_off:before {
    content: "\e7f6"
}

.material-icons-notifications_paused:before {
    content: "\e7f8"
}

.material-icons-offline_pin:before {
    content: "\e90a"
}

.material-icons-ondemand_video:before {
    content: "\e63a"
}

.material-icons-open_in_browser:before {
    content: "\e89d"
}

.material-icons-open_in_new:before {
    content: "\e89e"
}

.material-icons-open_with:before {
    content: "\e89f"
}

.material-icons-pages:before {
    content: "\e7f9"
}

.material-icons-pageview:before {
    content: "\e8a0"
}

.material-icons-palette:before {
    content: "\e40a"
}

.material-icons-panorama:before {
    content: "\e40b"
}

.material-icons-panorama_fish_eye:before {
    content: "\e40c"
}

.material-icons-panorama_horizontal:before {
    content: "\e40d"
}

.material-icons-panorama_vertical:before {
    content: "\e40e"
}

.material-icons-panorama_wide_angle:before {
    content: "\e40f"
}

.material-icons-party_mode:before {
    content: "\e7fa"
}

.material-icons-pause:before {
    content: "\e034"
}

.material-icons-pause_circle_filled:before {
    content: "\e035"
}

.material-icons-pause_circle_outline:before {
    content: "\e036"
}

.material-icons-payment:before {
    content: "\e8a1"
}

.material-icons-people:before {
    content: "\e7fb"
}

.material-icons-people_outline:before {
    content: "\e7fc"
}

.material-icons-perm_camera_mic:before {
    content: "\e8a2"
}

.material-icons-perm_contact_calendar:before {
    content: "\e8a3"
}

.material-icons-perm_data_setting:before {
    content: "\e8a4"
}

.material-icons-perm_device_information:before {
    content: "\e8a5"
}

.material-icons-perm_identity:before {
    content: "\e8a6"
}

.material-icons-perm_media:before {
    content: "\e8a7"
}

.material-icons-perm_phone_msg:before {
    content: "\e8a8"
}

.material-icons-perm_scan_wifi:before {
    content: "\e8a9"
}

.material-icons-person:before {
    content: "\e7fd"
}

.material-icons-person_add:before {
    content: "\e7fe"
}

.material-icons-person_outline:before {
    content: "\e7ff"
}

.material-icons-person_pin:before {
    content: "\e55a"
}

.material-icons-personal_video:before {
    content: "\e63b"
}

.material-icons-phone:before {
    content: "\e0cd"
}

.material-icons-phone_android:before {
    content: "\e324"
}

.material-icons-phone_bluetooth_speaker:before {
    content: "\e61b"
}

.material-icons-phone_forwarded:before {
    content: "\e61c"
}

.material-icons-phone_in_talk:before {
    content: "\e61d"
}

.material-icons-phone_iphone:before {
    content: "\e325"
}

.material-icons-phone_locked:before {
    content: "\e61e"
}

.material-icons-phone_missed:before {
    content: "\e61f"
}

.material-icons-phone_paused:before {
    content: "\e620"
}

.material-icons-phonelink:before {
    content: "\e326"
}

.material-icons-phonelink_erase:before {
    content: "\e0db"
}

.material-icons-phonelink_lock:before {
    content: "\e0dc"
}

.material-icons-phonelink_off:before {
    content: "\e327"
}

.material-icons-phonelink_ring:before {
    content: "\e0dd"
}

.material-icons-phonelink_setup:before {
    content: "\e0de"
}

.material-icons-photo:before {
    content: "\e410"
}

.material-icons-photo_album:before {
    content: "\e411"
}

.material-icons-photo_camera:before {
    content: "\e412"
}

.material-icons-photo_library:before {
    content: "\e413"
}

.material-icons-photo_size_select_actual:before {
    content: "\e432"
}

.material-icons-photo_size_select_large:before {
    content: "\e433"
}

.material-icons-photo_size_select_small:before {
    content: "\e434"
}

.material-icons-picture_as_pdf:before {
    content: "\e415"
}

.material-icons-picture_in_picture:before {
    content: "\e8aa"
}

.material-icons-pin_drop:before {
    content: "\e55e"
}

.material-icons-place:before {
    content: "\e55f"
}

.material-icons-play_arrow:before {
    content: "\e037"
}

.material-icons-play_circle_filled:before {
    content: "\e038"
}

.material-icons-play_circle_outline:before {
    content: "\e039"
}

.material-icons-play_for_work:before {
    content: "\e906"
}

.material-icons-playlist_add:before {
    content: "\e03b"
}

.material-icons-plus_one:before {
    content: "\e800"
}

.material-icons-poll:before {
    content: "\e801"
}

.material-icons-polymer:before {
    content: "\e8ab"
}

.material-icons-portable_wifi_off:before {
    content: "\e0ce"
}

.material-icons-portrait:before {
    content: "\e416"
}

.material-icons-power:before {
    content: "\e63c"
}

.material-icons-power_input:before {
    content: "\e336"
}

.material-icons-power_settings_new:before {
    content: "\e8ac"
}

.material-icons-present_to_all:before {
    content: "\e0df"
}

.material-icons-print:before {
    content: "\e8ad"
}

.material-icons-public:before {
    content: "\e80b"
}

.material-icons-publish:before {
    content: "\e255"
}

.material-icons-query_builder:before {
    content: "\e8ae"
}

.material-icons-question_answer:before {
    content: "\e8af"
}

.material-icons-queue:before {
    content: "\e03c"
}

.material-icons-queue_music:before {
    content: "\e03d"
}

.material-icons-radio:before {
    content: "\e03e"
}

.material-icons-radio_button_checked:before {
    content: "\e837"
}

.material-icons-radio_button_unchecked:before {
    content: "\e836"
}

.material-icons-rate_review:before {
    content: "\e560"
}

.material-icons-receipt:before {
    content: "\e8b0"
}

.material-icons-recent_actors:before {
    content: "\e03f"
}

.material-icons-redeem:before {
    content: "\e8b1"
}

.material-icons-redo:before {
    content: "\e15a"
}

.material-icons-refresh:before {
    content: "\e5d5"
}

.material-icons-remove:before {
    content: "\e15b"
}

.material-icons-remove_circle:before {
    content: "\e15c"
}

.material-icons-remove_circle_outline:before {
    content: "\e15d"
}

.material-icons-remove_red_eye:before {
    content: "\e417"
}

.material-icons-reorder:before {
    content: "\e8fe"
}

.material-icons-repeat:before {
    content: "\e040"
}

.material-icons-repeat_one:before {
    content: "\e041"
}

.material-icons-replay:before {
    content: "\e042"
}

.material-icons-replay_10:before {
    content: "\e059"
}

.material-icons-replay_30:before {
    content: "\e05a"
}

.material-icons-replay_5:before {
    content: "\e05b"
}

.material-icons-reply:before {
    content: "\e15e"
}

.material-icons-reply_all:before {
    content: "\e15f"
}

.material-icons-report:before {
    content: "\e160"
}

.material-icons-report_problem:before {
    content: "\e8b2"
}

.material-icons-restaurant_menu:before {
    content: "\e561"
}

.material-icons-restore:before {
    content: "\e8b3"
}

.material-icons-ring_volume:before {
    content: "\e0d1"
}

.material-icons-room:before {
    content: "\e8b4"
}

.material-icons-rotate_90_degrees_ccw:before {
    content: "\e418"
}

.material-icons-rotate_left:before {
    content: "\e419"
}

.material-icons-rotate_right:before {
    content: "\e41a"
}

.material-icons-router:before {
    content: "\e328"
}

.material-icons-satellite:before {
    content: "\e562"
}

.material-icons-save:before {
    content: "\e161"
}

.material-icons-scanner:before {
    content: "\e329"
}

.material-icons-schedule:before {
    content: "\e8b5"
}

.material-icons-school:before {
    content: "\e80c"
}

.material-icons-screen_lock_landscape:before {
    content: "\e1be"
}

.material-icons-screen_lock_portrait:before {
    content: "\e1bf"
}

.material-icons-screen_lock_rotation:before {
    content: "\e1c0"
}

.material-icons-screen_rotation:before {
    content: "\e1c1"
}

.material-icons-sd_card:before {
    content: "\e623"
}

.material-icons-sd_storage:before {
    content: "\e1c2"
}

.material-icons-search:before {
    content: "\e8b6"
}

.material-icons-security:before {
    content: "\e32a"
}

.material-icons-select_all:before {
    content: "\e162"
}

.material-icons-send:before {
    content: "\e163"
}

.material-icons-settings:before {
    content: "\e8b8"
}

.material-icons-settings_applications:before {
    content: "\e8b9"
}

.material-icons-settings_backup_restore:before {
    content: "\e8ba"
}

.material-icons-settings_bluetooth:before {
    content: "\e8bb"
}

.material-icons-settings_brightness:before {
    content: "\e8bd"
}

.material-icons-settings_cell:before {
    content: "\e8bc"
}

.material-icons-settings_ethernet:before {
    content: "\e8be"
}

.material-icons-settings_input_antenna:before {
    content: "\e8bf"
}

.material-icons-settings_input_component:before {
    content: "\e8c0"
}

.material-icons-settings_input_composite:before {
    content: "\e8c1"
}

.material-icons-settings_input_hdmi:before {
    content: "\e8c2"
}

.material-icons-settings_input_svideo:before {
    content: "\e8c3"
}

.material-icons-settings_overscan:before {
    content: "\e8c4"
}

.material-icons-settings_phone:before {
    content: "\e8c5"
}

.material-icons-settings_power:before {
    content: "\e8c6"
}

.material-icons-settings_remote:before {
    content: "\e8c7"
}

.material-icons-settings_system_daydream:before {
    content: "\e1c3"
}

.material-icons-settings_voice:before {
    content: "\e8c8"
}

.material-icons-share:before {
    content: "\e80d"
}

.material-icons-shop:before {
    content: "\e8c9"
}

.material-icons-shop_two:before {
    content: "\e8ca"
}

.material-icons-shopping_basket:before {
    content: "\e8cb"
}

.material-icons-shopping_cart:before {
    content: "\e8cc"
}

.material-icons-shuffle:before {
    content: "\e043"
}

.material-icons-signal_cellular_4_bar:before {
    content: "\e1c8"
}

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.material-icons-signal_cellular_no_sim:before {
    content: "\e1ce"
}

.material-icons-signal_cellular_null:before {
    content: "\e1cf"
}

.material-icons-signal_cellular_off:before {
    content: "\e1d0"
}

.material-icons-signal_wifi_4_bar:before {
    content: "\e1d8"
}

.material-icons-signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.material-icons-signal_wifi_off:before {
    content: "\e1da"
}

.material-icons-sim_card:before {
    content: "\e32b"
}

.material-icons-sim_card_alert:before {
    content: "\e624"
}

.material-icons-skip_next:before {
    content: "\e044"
}

.material-icons-skip_previous:before {
    content: "\e045"
}

.material-icons-slideshow:before {
    content: "\e41b"
}

.material-icons-smartphone:before {
    content: "\e32c"
}

.material-icons-sms:before {
    content: "\e625"
}

.material-icons-sms_failed:before {
    content: "\e626"
}

.material-icons-snooze:before {
    content: "\e046"
}

.material-icons-sort:before {
    content: "\e164"
}

.material-icons-sort_by_alpha:before {
    content: "\e053"
}

.material-icons-space_bar:before {
    content: "\e256"
}

.material-icons-speaker:before {
    content: "\e32d"
}

.material-icons-speaker_group:before {
    content: "\e32e"
}

.material-icons-speaker_notes:before {
    content: "\e8cd"
}

.material-icons-speaker_phone:before {
    content: "\e0d2"
}

.material-icons-spellcheck:before {
    content: "\e8ce"
}

.material-icons-star:before {
    content: "\e838"
}

.material-icons-star_border:before {
    content: "\e83a"
}

.material-icons-star_half:before {
    content: "\e839"
}

.material-icons-stars:before {
    content: "\e8d0"
}

.material-icons-stay_current_landscape:before {
    content: "\e0d3"
}

.material-icons-stay_current_portrait:before {
    content: "\e0d4"
}

.material-icons-stay_primary_landscape:before {
    content: "\e0d5"
}

.material-icons-stay_primary_portrait:before {
    content: "\e0d6"
}

.material-icons-stop:before {
    content: "\e047"
}

.material-icons-storage:before {
    content: "\e1db"
}

.material-icons-store:before {
    content: "\e8d1"
}

.material-icons-store_mall_directory:before {
    content: "\e563"
}

.material-icons-straighten:before {
    content: "\e41c"
}

.material-icons-strikethrough_s:before {
    content: "\e257"
}

.material-icons-style:before {
    content: "\e41d"
}

.material-icons-subject:before {
    content: "\e8d2"
}

.material-icons-subtitles:before {
    content: "\e048"
}

.material-icons-supervisor_account:before {
    content: "\e8d3"
}

.material-icons-surround_sound:before {
    content: "\e049"
}

.material-icons-swap_calls:before {
    content: "\e0d7"
}

.material-icons-swap_horiz:before {
    content: "\e8d4"
}

.material-icons-swap_vert:before {
    content: "\e8d5"
}

.material-icons-swap_vertical_circle:before {
    content: "\e8d6"
}

.material-icons-switch_camera:before {
    content: "\e41e"
}

.material-icons-switch_video:before {
    content: "\e41f"
}

.material-icons-sync:before {
    content: "\e627"
}

.material-icons-sync_disabled:before {
    content: "\e628"
}

.material-icons-sync_problem:before {
    content: "\e629"
}

.material-icons-system_update:before {
    content: "\e62a"
}

.material-icons-system_update_alt:before {
    content: "\e8d7"
}

.material-icons-tab:before {
    content: "\e8d8"
}

.material-icons-tab_unselected:before {
    content: "\e8d9"
}

.material-icons-tablet:before {
    content: "\e32f"
}

.material-icons-tablet_android:before {
    content: "\e330"
}

.material-icons-tablet_mac:before {
    content: "\e331"
}

.material-icons-tag_faces:before {
    content: "\e420"
}

.material-icons-tap_and_play:before {
    content: "\e62b"
}

.material-icons-terrain:before {
    content: "\e564"
}

.material-icons-text_format:before {
    content: "\e165"
}

.material-icons-textsms:before {
    content: "\e0d8"
}

.material-icons-texture:before {
    content: "\e421"
}

.material-icons-theaters:before {
    content: "\e8da"
}

.material-icons-thumb_down:before {
    content: "\e8db"
}

.material-icons-thumb_up:before {
    content: "\e8dc"
}

.material-icons-thumbs_up_down:before {
    content: "\e8dd"
}

.material-icons-time_to_leave:before {
    content: "\e62c"
}

.material-icons-timelapse:before {
    content: "\e422"
}

.material-icons-timer:before {
    content: "\e425"
}

.material-icons-timer_10:before {
    content: "\e423"
}

.material-icons-timer_3:before {
    content: "\e424"
}

.material-icons-timer_off:before {
    content: "\e426"
}

.material-icons-toc:before {
    content: "\e8de"
}

.material-icons-today:before {
    content: "\e8df"
}

.material-icons-toll:before {
    content: "\e8e0"
}

.material-icons-tonality:before {
    content: "\e427"
}

.material-icons-toys:before {
    content: "\e332"
}

.material-icons-track_changes:before {
    content: "\e8e1"
}

.material-icons-traffic:before {
    content: "\e565"
}

.material-icons-transform:before {
    content: "\e428"
}

.material-icons-translate:before {
    content: "\e8e2"
}

.material-icons-trending_down:before {
    content: "\e8e3"
}

.material-icons-trending_flat:before {
    content: "\e8e4"
}

.material-icons-trending_up:before {
    content: "\e8e5"
}

.material-icons-tune:before {
    content: "\e429"
}

.material-icons-turned_in:before {
    content: "\e8e6"
}

.material-icons-turned_in_not:before {
    content: "\e8e7"
}

.material-icons-tv:before {
    content: "\e333"
}

.material-icons-undo:before {
    content: "\e166"
}

.material-icons-unfold_less:before {
    content: "\e5d6"
}

.material-icons-unfold_more:before {
    content: "\e5d7"
}

.material-icons-usb:before {
    content: "\e1e0"
}

.material-icons-verified_user:before {
    content: "\e8e8"
}

.material-icons-vertical_align_bottom:before {
    content: "\e258"
}

.material-icons-vertical_align_center:before {
    content: "\e259"
}

.material-icons-vertical_align_top:before {
    content: "\e25a"
}

.material-icons-vibration:before {
    content: "\e62d"
}

.material-icons-video_library:before {
    content: "\e04a"
}

.material-icons-videocam:before {
    content: "\e04b"
}

.material-icons-videocam_off:before {
    content: "\e04c"
}

.material-icons-view_agenda:before {
    content: "\e8e9"
}

.material-icons-view_array:before {
    content: "\e8ea"
}

.material-icons-view_carousel:before {
    content: "\e8eb"
}

.material-icons-view_column:before {
    content: "\e8ec"
}

.material-icons-view_comfy:before {
    content: "\e42a"
}

.material-icons-view_compact:before {
    content: "\e42b"
}

.material-icons-view_day:before {
    content: "\e8ed"
}

.material-icons-view_headline:before {
    content: "\e8ee"
}

.material-icons-view_list:before {
    content: "\e8ef"
}

.material-icons-view_module:before {
    content: "\e8f0"
}

.material-icons-view_quilt:before {
    content: "\e8f1"
}

.material-icons-view_stream:before {
    content: "\e8f2"
}

.material-icons-view_week:before {
    content: "\e8f3"
}

.material-icons-vignette:before {
    content: "\e435"
}

.material-icons-visibility:before {
    content: "\e8f4"
}

.material-icons-visibility_off:before {
    content: "\e8f5"
}

.material-icons-voice_chat:before {
    content: "\e62e"
}

.material-icons-voicemail:before {
    content: "\e0d9"
}

.material-icons-volume_down:before {
    content: "\e04d"
}

.material-icons-volume_mute:before {
    content: "\e04e"
}

.material-icons-volume_off:before {
    content: "\e04f"
}

.material-icons-volume_up:before {
    content: "\e050"
}

.material-icons-vpn_key:before {
    content: "\e0da"
}

.material-icons-vpn_lock:before {
    content: "\e62f"
}

.material-icons-wallpaper:before {
    content: "\e1bc"
}

.material-icons-warning:before {
    content: "\e002"
}

.material-icons-watch:before {
    content: "\e334"
}

.material-icons-wb_auto:before {
    content: "\e42c"
}

.material-icons-wb_cloudy:before {
    content: "\e42d"
}

.material-icons-wb_incandescent:before {
    content: "\e42e"
}

.material-icons-wb_iridescent:before {
    content: "\e436"
}

.material-icons-wb_sunny:before {
    content: "\e430"
}

.material-icons-wc:before {
    content: "\e63d"
}

.material-icons-web:before {
    content: "\e051"
}

.material-icons-whatshot:before {
    content: "\e80e"
}

.material-icons-widgets:before {
    content: "\e1bd"
}

.material-icons-wifi:before {
    content: "\e63e"
}

.material-icons-wifi_lock:before {
    content: "\e1e1"
}

.material-icons-wifi_tethering:before {
    content: "\e1e2"
}

.material-icons-work:before {
    content: "\e8f9"
}

.material-icons-wrap_text:before {
    content: "\e25b"
}

.material-icons-youtube_searched_for:before {
    content: "\e8fa"
}

.material-icons-zoom_in:before {
    content: "\e8ff"
}

.material-icons-zoom_out:before {
    content: "\e900"
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.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: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

@font-face {
    font-family: 'Linearicons';
    src: url('../fonts/linearicons.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

[class^=icon-], [class*=" icon-"] {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-home:before {
    content: "\e600"
}

.icon-home2:before {
    content: "\e601"
}

.icon-home3:before {
    content: "\e602"
}

.icon-home4:before {
    content: "\e603"
}

.icon-home5:before {
    content: "\e604"
}

.icon-home6:before {
    content: "\e605"
}

.icon-bathtub:before {
    content: "\e606"
}

.icon-toothbrush:before {
    content: "\e607"
}

.icon-bed:before {
    content: "\e608"
}

.icon-couch:before {
    content: "\e609"
}

.icon-chair:before {
    content: "\e60a"
}

.icon-city:before {
    content: "\e60b"
}

.icon-apartment:before {
    content: "\e60c"
}

.icon-pencil:before {
    content: "\e60d"
}

.icon-pencil2:before {
    content: "\e60e"
}

.icon-pen:before {
    content: "\e60f"
}

.icon-pencil3:before {
    content: "\e610"
}

.icon-eraser:before {
    content: "\e611"
}

.icon-pencil4:before {
    content: "\e612"
}

.icon-pencil5:before {
    content: "\e613"
}

.icon-feather:before {
    content: "\e614"
}

.icon-feather2:before {
    content: "\e615"
}

.icon-feather3:before {
    content: "\e616"
}

.icon-pen2:before {
    content: "\e617"
}

.icon-pen-add:before {
    content: "\e618"
}

.icon-pen-remove:before {
    content: "\e619"
}

.icon-vector:before {
    content: "\e61a"
}

.icon-pen3:before {
    content: "\e61b"
}

.icon-blog:before {
    content: "\e61c"
}

.icon-brush:before {
    content: "\e61d"
}

.icon-brush2:before {
    content: "\e61e"
}

.icon-spray:before {
    content: "\e61f"
}

.icon-paint-roller:before {
    content: "\e620"
}

.icon-stamp:before {
    content: "\e621"
}

.icon-tape:before {
    content: "\e622"
}

.icon-desk-tape:before {
    content: "\e623"
}

.icon-texture:before {
    content: "\e624"
}

.icon-eye-dropper:before {
    content: "\e625"
}

.icon-palette:before {
    content: "\e626"
}

.icon-color-sampler:before {
    content: "\e627"
}

.icon-bucket:before {
    content: "\e628"
}

.icon-gradient:before {
    content: "\e629"
}

.icon-gradient2:before {
    content: "\e62a"
}

.icon-magic-wand:before {
    content: "\e62b"
}

.icon-magnet:before {
    content: "\e62c"
}

.icon-pencil-ruler:before {
    content: "\e62d"
}

.icon-pencil-ruler2:before {
    content: "\e62e"
}

.icon-compass:before {
    content: "\e62f"
}

.icon-aim:before {
    content: "\e630"
}

.icon-gun:before {
    content: "\e631"
}

.icon-bottle:before {
    content: "\e632"
}

.icon-drop:before {
    content: "\e633"
}

.icon-drop-crossed:before {
    content: "\e634"
}

.icon-drop2:before {
    content: "\e635"
}

.icon-snow:before {
    content: "\e636"
}

.icon-snow2:before {
    content: "\e637"
}

.icon-fire:before {
    content: "\e638"
}

.icon-lighter:before {
    content: "\e639"
}

.icon-knife:before {
    content: "\e63a"
}

.icon-dagger:before {
    content: "\e63b"
}

.icon-tissue:before {
    content: "\e63c"
}

.icon-toilet-paper:before {
    content: "\e63d"
}

.icon-poop:before {
    content: "\e63e"
}

.icon-umbrella:before {
    content: "\e63f"
}

.icon-umbrella2:before {
    content: "\e640"
}

.icon-rain:before {
    content: "\e641"
}

.icon-tornado:before {
    content: "\e642"
}

.icon-wind:before {
    content: "\e643"
}

.icon-fan:before {
    content: "\e644"
}

.icon-contrast:before {
    content: "\e645"
}

.icon-sun-small:before {
    content: "\e646"
}

.icon-sun:before {
    content: "\e647"
}

.icon-sun2:before {
    content: "\e648"
}

.icon-moon:before {
    content: "\e649"
}

.icon-cloud:before {
    content: "\e64a"
}

.icon-cloud-upload:before {
    content: "\e64b"
}

.icon-cloud-download:before {
    content: "\e64c"
}

.icon-cloud-rain:before {
    content: "\e64d"
}

.icon-cloud-hailstones:before {
    content: "\e64e"
}

.icon-cloud-snow:before {
    content: "\e64f"
}

.icon-cloud-windy:before {
    content: "\e650"
}

.icon-sun-wind:before {
    content: "\e651"
}

.icon-cloud-fog:before {
    content: "\e652"
}

.icon-cloud-sun:before {
    content: "\e653"
}

.icon-cloud-lightning:before {
    content: "\e654"
}

.icon-cloud-sync:before {
    content: "\e655"
}

.icon-cloud-lock:before {
    content: "\e656"
}

.icon-cloud-gear:before {
    content: "\e657"
}

.icon-cloud-alert:before {
    content: "\e658"
}

.icon-cloud-check:before {
    content: "\e659"
}

.icon-cloud-cross:before {
    content: "\e65a"
}

.icon-cloud-crossed:before {
    content: "\e65b"
}

.icon-cloud-database:before {
    content: "\e65c"
}

.icon-database:before {
    content: "\e65d"
}

.icon-database-add:before {
    content: "\e65e"
}

.icon-database-remove:before {
    content: "\e65f"
}

.icon-database-lock:before {
    content: "\e660"
}

.icon-database-refresh:before {
    content: "\e661"
}

.icon-database-check:before {
    content: "\e662"
}

.icon-database-history:before {
    content: "\e663"
}

.icon-database-upload:before {
    content: "\e664"
}

.icon-database-download:before {
    content: "\e665"
}

.icon-server:before {
    content: "\e666"
}

.icon-shield:before {
    content: "\e667"
}

.icon-shield-check:before {
    content: "\e668"
}

.icon-shield-alert:before {
    content: "\e669"
}

.icon-shield-cross:before {
    content: "\e66a"
}

.icon-lock:before {
    content: "\e66b"
}

.icon-rotation-lock:before {
    content: "\e66c"
}

.icon-unlock:before {
    content: "\e66d"
}

.icon-key:before {
    content: "\e66e"
}

.icon-key-hole:before {
    content: "\e66f"
}

.icon-toggle-off:before {
    content: "\e670"
}

.icon-toggle-on:before {
    content: "\e671"
}

.icon-cog:before {
    content: "\e672"
}

.icon-cog2:before {
    content: "\e673"
}

.icon-wrench:before {
    content: "\e674"
}

.icon-screwdriver:before {
    content: "\e675"
}

.icon-hammer-wrench:before {
    content: "\e676"
}

.icon-hammer:before {
    content: "\e677"
}

.icon-saw:before {
    content: "\e678"
}

.icon-axe:before {
    content: "\e679"
}

.icon-axe2:before {
    content: "\e67a"
}

.icon-shovel:before {
    content: "\e67b"
}

.icon-pickaxe:before {
    content: "\e67c"
}

.icon-factory:before {
    content: "\e67d"
}

.icon-factory2:before {
    content: "\e67e"
}

.icon-recycle:before {
    content: "\e67f"
}

.icon-trash:before {
    content: "\e680"
}

.icon-trash2:before {
    content: "\e681"
}

.icon-trash3:before {
    content: "\e682"
}

.icon-broom:before {
    content: "\e683"
}

.icon-game:before {
    content: "\e684"
}

.icon-gamepad:before {
    content: "\e685"
}

.icon-joystick:before {
    content: "\e686"
}

.icon-dice:before {
    content: "\e687"
}

.icon-spades:before {
    content: "\e688"
}

.icon-diamonds:before {
    content: "\e689"
}

.icon-clubs:before {
    content: "\e68a"
}

.icon-hearts:before {
    content: "\e68b"
}

.icon-heart:before {
    content: "\e68c"
}

.icon-star:before {
    content: "\e68d"
}

.icon-star-half:before {
    content: "\e68e"
}

.icon-star-empty:before {
    content: "\e68f"
}

.icon-flag:before {
    content: "\e690"
}

.icon-flag2:before {
    content: "\e691"
}

.icon-flag3:before {
    content: "\e692"
}

.icon-mailbox-full:before {
    content: "\e693"
}

.icon-mailbox-empty:before {
    content: "\e694"
}

.icon-at-sign:before {
    content: "\e695"
}

.icon-envelope:before {
    content: "\e696"
}

.icon-envelope-open:before {
    content: "\e697"
}

.icon-paperclip:before {
    content: "\e698"
}

.icon-paper-plane:before {
    content: "\e699"
}

.icon-reply:before {
    content: "\e69a"
}

.icon-reply-all:before {
    content: "\e69b"
}

.icon-inbox:before {
    content: "\e69c"
}

.icon-inbox2:before {
    content: "\e69d"
}

.icon-outbox:before {
    content: "\e69e"
}

.icon-box:before {
    content: "\e69f"
}

.icon-archive:before {
    content: "\e6a0"
}

.icon-archive2:before {
    content: "\e6a1"
}

.icon-drawers:before {
    content: "\e6a2"
}

.icon-drawers2:before {
    content: "\e6a3"
}

.icon-drawers3:before {
    content: "\e6a4"
}

.icon-eye:before {
    content: "\e6a5"
}

.icon-eye-crossed:before {
    content: "\e6a6"
}

.icon-eye-plus:before {
    content: "\e6a7"
}

.icon-eye-minus:before {
    content: "\e6a8"
}

.icon-binoculars:before {
    content: "\e6a9"
}

.icon-binoculars2:before {
    content: "\e6aa"
}

.icon-hdd:before {
    content: "\e6ab"
}

.icon-hdd-down:before {
    content: "\e6ac"
}

.icon-hdd-up:before {
    content: "\e6ad"
}

.icon-floppy-disk:before {
    content: "\e6ae"
}

.icon-disc:before {
    content: "\e6af"
}

.icon-tape2:before {
    content: "\e6b0"
}

.icon-printer:before {
    content: "\e6b1"
}

.icon-shredder:before {
    content: "\e6b2"
}

.icon-file-empty:before {
    content: "\e6b3"
}

.icon-file-add:before {
    content: "\e6b4"
}

.icon-file-check:before {
    content: "\e6b5"
}

.icon-file-lock:before {
    content: "\e6b6"
}

.icon-files:before {
    content: "\e6b7"
}

.icon-copy:before {
    content: "\e6b8"
}

.icon-compare:before {
    content: "\e6b9"
}

.icon-folder:before {
    content: "\e6ba"
}

.icon-folder-search:before {
    content: "\e6bb"
}

.icon-folder-plus:before {
    content: "\e6bc"
}

.icon-folder-minus:before {
    content: "\e6bd"
}

.icon-folder-download:before {
    content: "\e6be"
}

.icon-folder-upload:before {
    content: "\e6bf"
}

.icon-folder-star:before {
    content: "\e6c0"
}

.icon-folder-heart:before {
    content: "\e6c1"
}

.icon-folder-user:before {
    content: "\e6c2"
}

.icon-folder-shared:before {
    content: "\e6c3"
}

.icon-folder-music:before {
    content: "\e6c4"
}

.icon-folder-picture:before {
    content: "\e6c5"
}

.icon-folder-film:before {
    content: "\e6c6"
}

.icon-scissors:before {
    content: "\e6c7"
}

.icon-paste:before {
    content: "\e6c8"
}

.icon-clipboard-empty:before {
    content: "\e6c9"
}

.icon-clipboard-pencil:before {
    content: "\e6ca"
}

.icon-clipboard-text:before {
    content: "\e6cb"
}

.icon-clipboard-check:before {
    content: "\e6cc"
}

.icon-clipboard-down:before {
    content: "\e6cd"
}

.icon-clipboard-left:before {
    content: "\e6ce"
}

.icon-clipboard-alert:before {
    content: "\e6cf"
}

.icon-clipboard-user:before {
    content: "\e6d0"
}

.icon-register:before {
    content: "\e6d1"
}

.icon-enter:before {
    content: "\e6d2"
}

.icon-exit:before {
    content: "\e6d3"
}

.icon-papers:before {
    content: "\e6d4"
}

.icon-news:before {
    content: "\e6d5"
}

.icon-reading:before {
    content: "\e6d6"
}

.icon-typewriter:before {
    content: "\e6d7"
}

.icon-document:before {
    content: "\e6d8"
}

.icon-document2:before {
    content: "\e6d9"
}

.icon-graduation-hat:before {
    content: "\e6da"
}

.icon-license:before {
    content: "\e6db"
}

.icon-license2:before {
    content: "\e6dc"
}

.icon-medal-empty:before {
    content: "\e6dd"
}

.icon-medal-first:before {
    content: "\e6de"
}

.icon-medal-second:before {
    content: "\e6df"
}

.icon-medal-third:before {
    content: "\e6e0"
}

.icon-podium:before {
    content: "\e6e1"
}

.icon-trophy:before {
    content: "\e6e2"
}

.icon-trophy2:before {
    content: "\e6e3"
}

.icon-music-note:before {
    content: "\e6e4"
}

.icon-music-note2:before {
    content: "\e6e5"
}

.icon-music-note3:before {
    content: "\e6e6"
}

.icon-playlist:before {
    content: "\e6e7"
}

.icon-playlist-add:before {
    content: "\e6e8"
}

.icon-guitar:before {
    content: "\e6e9"
}

.icon-trumpet:before {
    content: "\e6ea"
}

.icon-album:before {
    content: "\e6eb"
}

.icon-shuffle:before {
    content: "\e6ec"
}

.icon-repeat-one:before {
    content: "\e6ed"
}

.icon-repeat:before {
    content: "\e6ee"
}

.icon-headphones:before {
    content: "\e6ef"
}

.icon-headset:before {
    content: "\e6f0"
}

.icon-loudspeaker:before {
    content: "\e6f1"
}

.icon-equalizer:before {
    content: "\e6f2"
}

.icon-theater:before {
    content: "\e6f3"
}

.icon-3d-glasses:before {
    content: "\e6f4"
}

.icon-ticket:before {
    content: "\e6f5"
}

.icon-presentation:before {
    content: "\e6f6"
}

.icon-play:before {
    content: "\e6f7"
}

.icon-film-play:before {
    content: "\e6f8"
}

.icon-clapboard-play:before {
    content: "\e6f9"
}

.icon-media:before {
    content: "\e6fa"
}

.icon-film:before {
    content: "\e6fb"
}

.icon-film2:before {
    content: "\e6fc"
}

.icon-surveillance:before {
    content: "\e6fd"
}

.icon-surveillance2:before {
    content: "\e6fe"
}

.icon-camera:before {
    content: "\e6ff"
}

.icon-camera-crossed:before {
    content: "\e700"
}

.icon-camera-play:before {
    content: "\e701"
}

.icon-time-lapse:before {
    content: "\e702"
}

.icon-record:before {
    content: "\e703"
}

.icon-camera2:before {
    content: "\e704"
}

.icon-camera-flip:before {
    content: "\e705"
}

.icon-panorama:before {
    content: "\e706"
}

.icon-time-lapse2:before {
    content: "\e707"
}

.icon-shutter:before {
    content: "\e708"
}

.icon-shutter2:before {
    content: "\e709"
}

.icon-face-detection:before {
    content: "\e70a"
}

.icon-flare:before {
    content: "\e70b"
}

.icon-convex:before {
    content: "\e70c"
}

.icon-concave:before {
    content: "\e70d"
}

.icon-picture:before {
    content: "\e70e"
}

.icon-picture2:before {
    content: "\e70f"
}

.icon-picture3:before {
    content: "\e710"
}

.icon-pictures:before {
    content: "\e711"
}

.icon-book:before {
    content: "\e712"
}

.icon-audio-book:before {
    content: "\e713"
}

.icon-book2:before {
    content: "\e714"
}

.icon-bookmark:before {
    content: "\e715"
}

.icon-bookmark2:before {
    content: "\e716"
}

.icon-label:before {
    content: "\e717"
}

.icon-library:before {
    content: "\e718"
}

.icon-library2:before {
    content: "\e719"
}

.icon-contacts:before {
    content: "\e71a"
}

.icon-profile:before {
    content: "\e71b"
}

.icon-portrait:before {
    content: "\e71c"
}

.icon-portrait2:before {
    content: "\e71d"
}

.icon-user:before {
    content: "\e71e"
}

.icon-user-plus:before {
    content: "\e71f"
}

.icon-user-minus:before {
    content: "\e720"
}

.icon-user-lock:before {
    content: "\e721"
}

.icon-users:before {
    content: "\e722"
}

.icon-users2:before {
    content: "\e723"
}

.icon-users-plus:before {
    content: "\e724"
}

.icon-users-minus:before {
    content: "\e725"
}

.icon-group-work:before {
    content: "\e726"
}

.icon-woman:before {
    content: "\e727"
}

.icon-man:before {
    content: "\e728"
}

.icon-baby:before {
    content: "\e729"
}

.icon-baby2:before {
    content: "\e72a"
}

.icon-baby3:before {
    content: "\e72b"
}

.icon-baby-bottle:before {
    content: "\e72c"
}

.icon-walk:before {
    content: "\e72d"
}

.icon-hand-waving:before {
    content: "\e72e"
}

.icon-jump:before {
    content: "\e72f"
}

.icon-run:before {
    content: "\e730"
}

.icon-woman2:before {
    content: "\e731"
}

.icon-man2:before {
    content: "\e732"
}

.icon-man-woman:before {
    content: "\e733"
}

.icon-height:before {
    content: "\e734"
}

.icon-weight:before {
    content: "\e735"
}

.icon-scale:before {
    content: "\e736"
}

.icon-button:before {
    content: "\e737"
}

.icon-bow-tie:before {
    content: "\e738"
}

.icon-tie:before {
    content: "\e739"
}

.icon-socks:before {
    content: "\e73a"
}

.icon-shoe:before {
    content: "\e73b"
}

.icon-shoes:before {
    content: "\e73c"
}

.icon-hat:before {
    content: "\e73d"
}

.icon-pants:before {
    content: "\e73e"
}

.icon-shorts:before {
    content: "\e73f"
}

.icon-flip-flops:before {
    content: "\e740"
}

.icon-shirt:before {
    content: "\e741"
}

.icon-hanger:before {
    content: "\e742"
}

.icon-laundry:before {
    content: "\e743"
}

.icon-store:before {
    content: "\e744"
}

.icon-haircut:before {
    content: "\e745"
}

.icon-store-24:before {
    content: "\e746"
}

.icon-barcode:before {
    content: "\e747"
}

.icon-barcode2:before {
    content: "\e748"
}

.icon-barcode3:before {
    content: "\e749"
}

.icon-cashier:before {
    content: "\e74a"
}

.icon-bag:before {
    content: "\e74b"
}

.icon-bag2:before {
    content: "\e74c"
}

.icon-cart:before {
    content: "\e74d"
}

.icon-cart-empty:before {
    content: "\e74e"
}

.icon-cart-full:before {
    content: "\e74f"
}

.icon-cart-plus:before {
    content: "\e750"
}

.icon-cart-plus2:before {
    content: "\e751"
}

.icon-cart-add:before {
    content: "\e752"
}

.icon-cart-remove:before {
    content: "\e753"
}

.icon-cart-exchange:before {
    content: "\e754"
}

.icon-tag:before {
    content: "\e755"
}

.icon-tags:before {
    content: "\e756"
}

.icon-receipt:before {
    content: "\e757"
}

.icon-wallet:before {
    content: "\e758"
}

.icon-credit-card:before {
    content: "\e759"
}

.icon-cash-dollar:before {
    content: "\e75a"
}

.icon-cash-euro:before {
    content: "\e75b"
}

.icon-cash-pound:before {
    content: "\e75c"
}

.icon-cash-yen:before {
    content: "\e75d"
}

.icon-bag-dollar:before {
    content: "\e75e"
}

.icon-bag-euro:before {
    content: "\e75f"
}

.icon-bag-pound:before {
    content: "\e760"
}

.icon-bag-yen:before {
    content: "\e761"
}

.icon-coin-dollar:before {
    content: "\e762"
}

.icon-coin-euro:before {
    content: "\e763"
}

.icon-coin-pound:before {
    content: "\e764"
}

.icon-coin-yen:before {
    content: "\e765"
}

.icon-calculator:before {
    content: "\e766"
}

.icon-calculator2:before {
    content: "\e767"
}

.icon-abacus:before {
    content: "\e768"
}

.icon-vault:before {
    content: "\e769"
}

.icon-telephone:before {
    content: "\e76a"
}

.icon-phone-lock:before {
    content: "\e76b"
}

.icon-phone-wave:before {
    content: "\e76c"
}

.icon-phone-pause:before {
    content: "\e76d"
}

.icon-phone-outgoing:before {
    content: "\e76e"
}

.icon-phone-incoming:before {
    content: "\e76f"
}

.icon-phone-in-out:before {
    content: "\e770"
}

.icon-phone-error:before {
    content: "\e771"
}

.icon-phone-sip:before {
    content: "\e772"
}

.icon-phone-plus:before {
    content: "\e773"
}

.icon-phone-minus:before {
    content: "\e774"
}

.icon-voicemail:before {
    content: "\e775"
}

.icon-dial:before {
    content: "\e776"
}

.icon-telephone2:before {
    content: "\e777"
}

.icon-pushpin:before {
    content: "\e778"
}

.icon-pushpin2:before {
    content: "\e779"
}

.icon-map-marker:before {
    content: "\e77a"
}

.icon-map-marker-user:before {
    content: "\e77b"
}

.icon-map-marker-down:before {
    content: "\e77c"
}

.icon-map-marker-check:before {
    content: "\e77d"
}

.icon-map-marker-crossed:before {
    content: "\e77e"
}

.icon-radar:before {
    content: "\e77f"
}

.icon-compass2:before {
    content: "\e780"
}

.icon-map:before {
    content: "\e781"
}

.icon-map2:before {
    content: "\e782"
}

.icon-location:before {
    content: "\e783"
}

.icon-road-sign:before {
    content: "\e784"
}

.icon-calendar-empty:before {
    content: "\e785"
}

.icon-calendar-check:before {
    content: "\e786"
}

.icon-calendar-cross:before {
    content: "\e787"
}

.icon-calendar-31:before {
    content: "\e788"
}

.icon-calendar-full:before {
    content: "\e789"
}

.icon-calendar-insert:before {
    content: "\e78a"
}

.icon-calendar-text:before {
    content: "\e78b"
}

.icon-calendar-user:before {
    content: "\e78c"
}

.icon-mouse:before {
    content: "\e78d"
}

.icon-mouse-left:before {
    content: "\e78e"
}

.icon-mouse-right:before {
    content: "\e78f"
}

.icon-mouse-both:before {
    content: "\e790"
}

.icon-keyboard:before {
    content: "\e791"
}

.icon-keyboard-up:before {
    content: "\e792"
}

.icon-keyboard-down:before {
    content: "\e793"
}

.icon-delete:before {
    content: "\e794"
}

.icon-spell-check:before {
    content: "\e795"
}

.icon-escape:before {
    content: "\e796"
}

.icon-enter2:before {
    content: "\e797"
}

.icon-screen:before {
    content: "\e798"
}

.icon-aspect-ratio:before {
    content: "\e799"
}

.icon-signal:before {
    content: "\e79a"
}

.icon-signal-lock:before {
    content: "\e79b"
}

.icon-signal-80:before {
    content: "\e79c"
}

.icon-signal-60:before {
    content: "\e79d"
}

.icon-signal-40:before {
    content: "\e79e"
}

.icon-signal-20:before {
    content: "\e79f"
}

.icon-signal-0:before {
    content: "\e7a0"
}

.icon-signal-blocked:before {
    content: "\e7a1"
}

.icon-sim:before {
    content: "\e7a2"
}

.icon-flash-memory:before {
    content: "\e7a3"
}

.icon-usb-drive:before {
    content: "\e7a4"
}

.icon-phone:before {
    content: "\e7a5"
}

.icon-smartphone:before {
    content: "\e7a6"
}

.icon-smartphone-notification:before {
    content: "\e7a7"
}

.icon-smartphone-vibration:before {
    content: "\e7a8"
}

.icon-smartphone-embed:before {
    content: "\e7a9"
}

.icon-smartphone-waves:before {
    content: "\e7aa"
}

.icon-tablet:before {
    content: "\e7ab"
}

.icon-tablet2:before {
    content: "\e7ac"
}

.icon-laptop:before {
    content: "\e7ad"
}

.icon-laptop-phone:before {
    content: "\e7ae"
}

.icon-desktop:before {
    content: "\e7af"
}

.icon-launch:before {
    content: "\e7b0"
}

.icon-new-tab:before {
    content: "\e7b1"
}

.icon-window:before {
    content: "\e7b2"
}

.icon-cable:before {
    content: "\e7b3"
}

.icon-cable2:before {
    content: "\e7b4"
}

.icon-tv:before {
    content: "\e7b5"
}

.icon-radio:before {
    content: "\e7b6"
}

.icon-remote-control:before {
    content: "\e7b7"
}

.icon-power-switch:before {
    content: "\e7b8"
}

.icon-power:before {
    content: "\e7b9"
}

.icon-power-crossed:before {
    content: "\e7ba"
}

.icon-flash-auto:before {
    content: "\e7bb"
}

.icon-lamp:before {
    content: "\e7bc"
}

.icon-flashlight:before {
    content: "\e7bd"
}

.icon-lampshade:before {
    content: "\e7be"
}

.icon-cord:before {
    content: "\e7bf"
}

.icon-outlet:before {
    content: "\e7c0"
}

.icon-battery-power:before {
    content: "\e7c1"
}

.icon-battery-empty:before {
    content: "\e7c2"
}

.icon-battery-alert:before {
    content: "\e7c3"
}

.icon-battery-error:before {
    content: "\e7c4"
}

.icon-battery-low1:before {
    content: "\e7c5"
}

.icon-battery-low2:before {
    content: "\e7c6"
}

.icon-battery-low3:before {
    content: "\e7c7"
}

.icon-battery-mid1:before {
    content: "\e7c8"
}

.icon-battery-mid2:before {
    content: "\e7c9"
}

.icon-battery-mid3:before {
    content: "\e7ca"
}

.icon-battery-full:before {
    content: "\e7cb"
}

.icon-battery-charging:before {
    content: "\e7cc"
}

.icon-battery-charging2:before {
    content: "\e7cd"
}

.icon-battery-charging3:before {
    content: "\e7ce"
}

.icon-battery-charging4:before {
    content: "\e7cf"
}

.icon-battery-charging5:before {
    content: "\e7d0"
}

.icon-battery-charging6:before {
    content: "\e7d1"
}

.icon-battery-charging7:before {
    content: "\e7d2"
}

.icon-chip:before {
    content: "\e7d3"
}

.icon-chip-x64:before {
    content: "\e7d4"
}

.icon-chip-x86:before {
    content: "\e7d5"
}

.icon-bubble:before {
    content: "\e7d6"
}

.icon-bubbles:before {
    content: "\e7d7"
}

.icon-bubble-dots:before {
    content: "\e7d8"
}

.icon-bubble-alert:before {
    content: "\e7d9"
}

.icon-bubble-question:before {
    content: "\e7da"
}

.icon-bubble-text:before {
    content: "\e7db"
}

.icon-bubble-pencil:before {
    content: "\e7dc"
}

.icon-bubble-picture:before {
    content: "\e7dd"
}

.icon-bubble-video:before {
    content: "\e7de"
}

.icon-bubble-user:before {
    content: "\e7df"
}

.icon-bubble-quote:before {
    content: "\e7e0"
}

.icon-bubble-heart:before {
    content: "\e7e1"
}

.icon-bubble-emoticon:before {
    content: "\e7e2"
}

.icon-bubble-attachment:before {
    content: "\e7e3"
}

.icon-phone-bubble:before {
    content: "\e7e4"
}

.icon-quote-open:before {
    content: "\e7e5"
}

.icon-quote-close:before {
    content: "\e7e6"
}

.icon-dna:before {
    content: "\e7e7"
}

.icon-heart-pulse:before {
    content: "\e7e8"
}

.icon-pulse:before {
    content: "\e7e9"
}

.icon-syringe:before {
    content: "\e7ea"
}

.icon-pills:before {
    content: "\e7eb"
}

.icon-first-aid:before {
    content: "\e7ec"
}

.icon-lifebuoy:before {
    content: "\e7ed"
}

.icon-bandage:before {
    content: "\e7ee"
}

.icon-bandages:before {
    content: "\e7ef"
}

.icon-thermometer:before {
    content: "\e7f0"
}

.icon-microscope:before {
    content: "\e7f1"
}

.icon-brain:before {
    content: "\e7f2"
}

.icon-beaker:before {
    content: "\e7f3"
}

.icon-skull:before {
    content: "\e7f4"
}

.icon-bone:before {
    content: "\e7f5"
}

.icon-construction:before {
    content: "\e7f6"
}

.icon-construction-cone:before {
    content: "\e7f7"
}

.icon-pie-chart:before {
    content: "\e7f8"
}

.icon-pie-chart2:before {
    content: "\e7f9"
}

.icon-graph:before {
    content: "\e7fa"
}

.icon-chart-growth:before {
    content: "\e7fb"
}

.icon-chart-bars:before {
    content: "\e7fc"
}

.icon-chart-settings:before {
    content: "\e7fd"
}

.icon-cake:before {
    content: "\e7fe"
}

.icon-gift:before {
    content: "\e7ff"
}

.icon-balloon:before {
    content: "\e800"
}

.icon-rank:before {
    content: "\e801"
}

.icon-rank2:before {
    content: "\e802"
}

.icon-rank3:before {
    content: "\e803"
}

.icon-crown:before {
    content: "\e804"
}

.icon-lotus:before {
    content: "\e805"
}

.icon-diamond:before {
    content: "\e806"
}

.icon-diamond2:before {
    content: "\e807"
}

.icon-diamond3:before {
    content: "\e808"
}

.icon-diamond4:before {
    content: "\e809"
}

.icon-linearicons:before {
    content: "\e80a"
}

.icon-teacup:before {
    content: "\e80b"
}

.icon-teapot:before {
    content: "\e80c"
}

.icon-glass:before {
    content: "\e80d"
}

.icon-bottle2:before {
    content: "\e80e"
}

.icon-glass-cocktail:before {
    content: "\e80f"
}

.icon-glass2:before {
    content: "\e810"
}

.icon-dinner:before {
    content: "\e811"
}

.icon-dinner2:before {
    content: "\e812"
}

.icon-chef:before {
    content: "\e813"
}

.icon-scale2:before {
    content: "\e814"
}

.icon-egg:before {
    content: "\e815"
}

.icon-egg2:before {
    content: "\e816"
}

.icon-eggs:before {
    content: "\e817"
}

.icon-platter:before {
    content: "\e818"
}

.icon-steak:before {
    content: "\e819"
}

.icon-hamburger:before {
    content: "\e81a"
}

.icon-hotdog:before {
    content: "\e81b"
}

.icon-pizza:before {
    content: "\e81c"
}

.icon-sausage:before {
    content: "\e81d"
}

.icon-chicken:before {
    content: "\e81e"
}

.icon-fish:before {
    content: "\e81f"
}

.icon-carrot:before {
    content: "\e820"
}

.icon-cheese:before {
    content: "\e821"
}

.icon-bread:before {
    content: "\e822"
}

.icon-ice-cream:before {
    content: "\e823"
}

.icon-ice-cream2:before {
    content: "\e824"
}

.icon-candy:before {
    content: "\e825"
}

.icon-lollipop:before {
    content: "\e826"
}

.icon-coffee-bean:before {
    content: "\e827"
}

.icon-coffee-cup:before {
    content: "\e828"
}

.icon-cherry:before {
    content: "\e829"
}

.icon-grapes:before {
    content: "\e82a"
}

.icon-citrus:before {
    content: "\e82b"
}

.icon-apple:before {
    content: "\e82c"
}

.icon-leaf:before {
    content: "\e82d"
}

.icon-landscape:before {
    content: "\e82e"
}

.icon-pine-tree:before {
    content: "\e82f"
}

.icon-tree:before {
    content: "\e830"
}

.icon-cactus:before {
    content: "\e831"
}

.icon-paw:before {
    content: "\e832"
}

.icon-footprint:before {
    content: "\e833"
}

.icon-speed-slow:before {
    content: "\e834"
}

.icon-speed-medium:before {
    content: "\e835"
}

.icon-speed-fast:before {
    content: "\e836"
}

.icon-rocket:before {
    content: "\e837"
}

.icon-hammer2:before {
    content: "\e838"
}

.icon-balance:before {
    content: "\e839"
}

.icon-briefcase:before {
    content: "\e83a"
}

.icon-luggage-weight:before {
    content: "\e83b"
}

.icon-dolly:before {
    content: "\e83c"
}

.icon-plane:before {
    content: "\e83d"
}

.icon-plane-crossed:before {
    content: "\e83e"
}

.icon-helicopter:before {
    content: "\e83f"
}

.icon-traffic-lights:before {
    content: "\e840"
}

.icon-siren:before {
    content: "\e841"
}

.icon-road:before {
    content: "\e842"
}

.icon-engine:before {
    content: "\e843"
}

.icon-oil-pressure:before {
    content: "\e844"
}

.icon-coolant-temperature:before {
    content: "\e845"
}

.icon-car-battery:before {
    content: "\e846"
}

.icon-gas:before {
    content: "\e847"
}

.icon-gallon:before {
    content: "\e848"
}

.icon-transmission:before {
    content: "\e849"
}

.icon-car:before {
    content: "\e84a"
}

.icon-car-wash:before {
    content: "\e84b"
}

.icon-car-wash2:before {
    content: "\e84c"
}

.icon-bus:before {
    content: "\e84d"
}

.icon-bus2:before {
    content: "\e84e"
}

.icon-car2:before {
    content: "\e84f"
}

.icon-parking:before {
    content: "\e850"
}

.icon-car-lock:before {
    content: "\e851"
}

.icon-taxi:before {
    content: "\e852"
}

.icon-car-siren:before {
    content: "\e853"
}

.icon-car-wash3:before {
    content: "\e854"
}

.icon-car-wash4:before {
    content: "\e855"
}

.icon-ambulance:before {
    content: "\e856"
}

.icon-truck:before {
    content: "\e857"
}

.icon-trailer:before {
    content: "\e858"
}

.icon-scale-truck:before {
    content: "\e859"
}

.icon-train:before {
    content: "\e85a"
}

.icon-ship:before {
    content: "\e85b"
}

.icon-ship2:before {
    content: "\e85c"
}

.icon-anchor:before {
    content: "\e85d"
}

.icon-boat:before {
    content: "\e85e"
}

.icon-bicycle:before {
    content: "\e85f"
}

.icon-bicycle2:before {
    content: "\e860"
}

.icon-dumbbell:before {
    content: "\e861"
}

.icon-bench-press:before {
    content: "\e862"
}

.icon-swim:before {
    content: "\e863"
}

.icon-football:before {
    content: "\e864"
}

.icon-baseball-bat:before {
    content: "\e865"
}

.icon-baseball:before {
    content: "\e866"
}

.icon-tennis:before {
    content: "\e867"
}

.icon-tennis2:before {
    content: "\e868"
}

.icon-ping-pong:before {
    content: "\e869"
}

.icon-hockey:before {
    content: "\e86a"
}

.icon-8ball:before {
    content: "\e86b"
}

.icon-bowling:before {
    content: "\e86c"
}

.icon-bowling-pins:before {
    content: "\e86d"
}

.icon-golf:before {
    content: "\e86e"
}

.icon-golf2:before {
    content: "\e86f"
}

.icon-archery:before {
    content: "\e870"
}

.icon-slingshot:before {
    content: "\e871"
}

.icon-soccer:before {
    content: "\e872"
}

.icon-basketball:before {
    content: "\e873"
}

.icon-cube:before {
    content: "\e874"
}

.icon-3d-rotate:before {
    content: "\e875"
}

.icon-puzzle:before {
    content: "\e876"
}

.icon-glasses:before {
    content: "\e877"
}

.icon-glasses2:before {
    content: "\e878"
}

.icon-accessibility:before {
    content: "\e879"
}

.icon-wheelchair:before {
    content: "\e87a"
}

.icon-wall:before {
    content: "\e87b"
}

.icon-fence:before {
    content: "\e87c"
}

.icon-wall2:before {
    content: "\e87d"
}

.icon-icons:before {
    content: "\e87e"
}

.icon-resize-handle:before {
    content: "\e87f"
}

.icon-icons2:before {
    content: "\e880"
}

.icon-select:before {
    content: "\e881"
}

.icon-select2:before {
    content: "\e882"
}

.icon-site-map:before {
    content: "\e883"
}

.icon-earth:before {
    content: "\e884"
}

.icon-earth-lock:before {
    content: "\e885"
}

.icon-network:before {
    content: "\e886"
}

.icon-network-lock:before {
    content: "\e887"
}

.icon-planet:before {
    content: "\e888"
}

.icon-happy:before {
    content: "\e889"
}

.icon-smile:before {
    content: "\e88a"
}

.icon-grin:before {
    content: "\e88b"
}

.icon-tongue:before {
    content: "\e88c"
}

.icon-sad:before {
    content: "\e88d"
}

.icon-wink:before {
    content: "\e88e"
}

.icon-dream:before {
    content: "\e88f"
}

.icon-shocked:before {
    content: "\e890"
}

.icon-shocked2:before {
    content: "\e891"
}

.icon-tongue2:before {
    content: "\e892"
}

.icon-neutral:before {
    content: "\e893"
}

.icon-happy-grin:before {
    content: "\e894"
}

.icon-cool:before {
    content: "\e895"
}

.icon-mad:before {
    content: "\e896"
}

.icon-grin-evil:before {
    content: "\e897"
}

.icon-evil:before {
    content: "\e898"
}

.icon-wow:before {
    content: "\e899"
}

.icon-annoyed:before {
    content: "\e89a"
}

.icon-wondering:before {
    content: "\e89b"
}

.icon-confused:before {
    content: "\e89c"
}

.icon-zipped:before {
    content: "\e89d"
}

.icon-grumpy:before {
    content: "\e89e"
}

.icon-mustache:before {
    content: "\e89f"
}

.icon-tombstone-hipster:before {
    content: "\e8a0"
}

.icon-tombstone:before {
    content: "\e8a1"
}

.icon-ghost:before {
    content: "\e8a2"
}

.icon-ghost-hipster:before {
    content: "\e8a3"
}

.icon-halloween:before {
    content: "\e8a4"
}

.icon-christmas:before {
    content: "\e8a5"
}

.icon-easter-egg:before {
    content: "\e8a6"
}

.icon-mustache2:before {
    content: "\e8a7"
}

.icon-mustache-glasses:before {
    content: "\e8a8"
}

.icon-pipe:before {
    content: "\e8a9"
}

.icon-alarm:before {
    content: "\e8aa"
}

.icon-alarm-add:before {
    content: "\e8ab"
}

.icon-alarm-snooze:before {
    content: "\e8ac"
}

.icon-alarm-ringing:before {
    content: "\e8ad"
}

.icon-bullhorn:before {
    content: "\e8ae"
}

.icon-hearing:before {
    content: "\e8af"
}

.icon-volume-high:before {
    content: "\e8b0"
}

.icon-volume-medium:before {
    content: "\e8b1"
}

.icon-volume-low:before {
    content: "\e8b2"
}

.icon-volume:before {
    content: "\e8b3"
}

.icon-mute:before {
    content: "\e8b4"
}

.icon-lan:before {
    content: "\e8b5"
}

.icon-lan2:before {
    content: "\e8b6"
}

.icon-wifi:before {
    content: "\e8b7"
}

.icon-wifi-lock:before {
    content: "\e8b8"
}

.icon-wifi-blocked:before {
    content: "\e8b9"
}

.icon-wifi-mid:before {
    content: "\e8ba"
}

.icon-wifi-low:before {
    content: "\e8bb"
}

.icon-wifi-low2:before {
    content: "\e8bc"
}

.icon-wifi-alert:before {
    content: "\e8bd"
}

.icon-wifi-alert-mid:before {
    content: "\e8be"
}

.icon-wifi-alert-low:before {
    content: "\e8bf"
}

.icon-wifi-alert-low2:before {
    content: "\e8c0"
}

.icon-stream:before {
    content: "\e8c1"
}

.icon-stream-check:before {
    content: "\e8c2"
}

.icon-stream-error:before {
    content: "\e8c3"
}

.icon-stream-alert:before {
    content: "\e8c4"
}

.icon-communication:before {
    content: "\e8c5"
}

.icon-communication-crossed:before {
    content: "\e8c6"
}

.icon-broadcast:before {
    content: "\e8c7"
}

.icon-antenna:before {
    content: "\e8c8"
}

.icon-satellite:before {
    content: "\e8c9"
}

.icon-satellite2:before {
    content: "\e8ca"
}

.icon-mic:before {
    content: "\e8cb"
}

.icon-mic-mute:before {
    content: "\e8cc"
}

.icon-mic2:before {
    content: "\e8cd"
}

.icon-spotlights:before {
    content: "\e8ce"
}

.icon-hourglass:before {
    content: "\e8cf"
}

.icon-loading:before {
    content: "\e8d0"
}

.icon-loading2:before {
    content: "\e8d1"
}

.icon-loading3:before {
    content: "\e8d2"
}

.icon-refresh:before {
    content: "\e8d3"
}

.icon-refresh2:before {
    content: "\e8d4"
}

.icon-undo:before {
    content: "\e8d5"
}

.icon-redo:before {
    content: "\e8d6"
}

.icon-jump2:before {
    content: "\e8d7"
}

.icon-undo2:before {
    content: "\e8d8"
}

.icon-redo2:before {
    content: "\e8d9"
}

.icon-sync:before {
    content: "\e8da"
}

.icon-repeat-one2:before {
    content: "\e8db"
}

.icon-sync-crossed:before {
    content: "\e8dc"
}

.icon-sync2:before {
    content: "\e8dd"
}

.icon-repeat-one3:before {
    content: "\e8de"
}

.icon-sync-crossed2:before {
    content: "\e8df"
}

.icon-return:before {
    content: "\e8e0"
}

.icon-return2:before {
    content: "\e8e1"
}

.icon-refund:before {
    content: "\e8e2"
}

.icon-history:before {
    content: "\e8e3"
}

.icon-history2:before {
    content: "\e8e4"
}

.icon-self-timer:before {
    content: "\e8e5"
}

.icon-clock:before {
    content: "\e8e6"
}

.icon-clock2:before {
    content: "\e8e7"
}

.icon-clock3:before {
    content: "\e8e8"
}

.icon-watch:before {
    content: "\e8e9"
}

.icon-alarm2:before {
    content: "\e8ea"
}

.icon-alarm-add2:before {
    content: "\e8eb"
}

.icon-alarm-remove:before {
    content: "\e8ec"
}

.icon-alarm-check:before {
    content: "\e8ed"
}

.icon-alarm-error:before {
    content: "\e8ee"
}

.icon-timer:before {
    content: "\e8ef"
}

.icon-timer-crossed:before {
    content: "\e8f0"
}

.icon-timer2:before {
    content: "\e8f1"
}

.icon-timer-crossed2:before {
    content: "\e8f2"
}

.icon-download:before {
    content: "\e8f3"
}

.icon-upload:before {
    content: "\e8f4"
}

.icon-download2:before {
    content: "\e8f5"
}

.icon-upload2:before {
    content: "\e8f6"
}

.icon-enter-up:before {
    content: "\e8f7"
}

.icon-enter-down:before {
    content: "\e8f8"
}

.icon-enter-left:before {
    content: "\e8f9"
}

.icon-enter-right:before {
    content: "\e8fa"
}

.icon-exit-up:before {
    content: "\e8fb"
}

.icon-exit-down:before {
    content: "\e8fc"
}

.icon-exit-left:before {
    content: "\e8fd"
}

.icon-exit-right:before {
    content: "\e8fe"
}

.icon-enter-up2:before {
    content: "\e8ff"
}

.icon-enter-down2:before {
    content: "\e900"
}

.icon-enter-vertical:before {
    content: "\e901"
}

.icon-enter-left2:before {
    content: "\e902"
}

.icon-enter-right2:before {
    content: "\e903"
}

.icon-enter-horizontal:before {
    content: "\e904"
}

.icon-exit-up2:before {
    content: "\e905"
}

.icon-exit-down2:before {
    content: "\e906"
}

.icon-exit-left2:before {
    content: "\e907"
}

.icon-exit-right2:before {
    content: "\e908"
}

.icon-cli:before {
    content: "\e909"
}

.icon-bug:before {
    content: "\e90a"
}

.icon-code:before {
    content: "\e90b"
}

.icon-file-code:before {
    content: "\e90c"
}

.icon-file-image:before {
    content: "\e90d"
}

.icon-file-zip:before {
    content: "\e90e"
}

.icon-file-audio:before {
    content: "\e90f"
}

.icon-file-video:before {
    content: "\e910"
}

.icon-file-preview:before {
    content: "\e911"
}

.icon-file-charts:before {
    content: "\e912"
}

.icon-file-stats:before {
    content: "\e913"
}

.icon-file-spreadsheet:before {
    content: "\e914"
}

.icon-link:before {
    content: "\e915"
}

.icon-unlink:before {
    content: "\e916"
}

.icon-link2:before {
    content: "\e917"
}

.icon-unlink2:before {
    content: "\e918"
}

.icon-thumbs-up:before {
    content: "\e919"
}

.icon-thumbs-down:before {
    content: "\e91a"
}

.icon-thumbs-up2:before {
    content: "\e91b"
}

.icon-thumbs-down2:before {
    content: "\e91c"
}

.icon-thumbs-up3:before {
    content: "\e91d"
}

.icon-thumbs-down3:before {
    content: "\e91e"
}

.icon-share:before {
    content: "\e91f"
}

.icon-share2:before {
    content: "\e920"
}

.icon-share3:before {
    content: "\e921"
}

.icon-magnifier:before {
    content: "\e922"
}

.icon-file-search:before {
    content: "\e923"
}

.icon-find-replace:before {
    content: "\e924"
}

.icon-zoom-in:before {
    content: "\e925"
}

.icon-zoom-out:before {
    content: "\e926"
}

.icon-loupe:before {
    content: "\e927"
}

.icon-loupe-zoom-in:before {
    content: "\e928"
}

.icon-loupe-zoom-out:before {
    content: "\e929"
}

.icon-cross:before {
    content: "\e92a"
}

.icon-menu:before {
    content: "\e92b"
}

.icon-list:before {
    content: "\e92c"
}

.icon-list2:before {
    content: "\e92d"
}

.icon-list3:before {
    content: "\e92e"
}

.icon-menu2:before {
    content: "\e92f"
}

.icon-list4:before {
    content: "\e930"
}

.icon-menu3:before {
    content: "\e931"
}

.icon-exclamation:before {
    content: "\e932"
}

.icon-question:before {
    content: "\e933"
}

.icon-check:before {
    content: "\e934"
}

.icon-cross2:before {
    content: "\e935"
}

.icon-plus:before {
    content: "\e936"
}

.icon-minus:before {
    content: "\e937"
}

.icon-percent:before {
    content: "\e938"
}

.icon-chevron-up:before {
    content: "\e939"
}

.icon-chevron-down:before {
    content: "\e93a"
}

.icon-chevron-left:before {
    content: "\e93b"
}

.icon-chevron-right:before {
    content: "\e93c"
}

.icon-chevrons-expand-vertical:before {
    content: "\e93d"
}

.icon-chevrons-expand-horizontal:before {
    content: "\e93e"
}

.icon-chevrons-contract-vertical:before {
    content: "\e93f"
}

.icon-chevrons-contract-horizontal:before {
    content: "\e940"
}

.icon-arrow-up:before {
    content: "\e941"
}

.icon-arrow-down:before {
    content: "\e942"
}

.icon-arrow-left:before {
    content: "\e943"
}

.icon-arrow-right:before {
    content: "\e944"
}

.icon-arrow-up-right:before {
    content: "\e945"
}

.icon-arrows-merge:before {
    content: "\e946"
}

.icon-arrows-split:before {
    content: "\e947"
}

.icon-arrow-divert:before {
    content: "\e948"
}

.icon-arrow-return:before {
    content: "\e949"
}

.icon-expand:before {
    content: "\e94a"
}

.icon-contract:before {
    content: "\e94b"
}

.icon-expand2:before {
    content: "\e94c"
}

.icon-contract2:before {
    content: "\e94d"
}

.icon-move:before {
    content: "\e94e"
}

.icon-tab:before {
    content: "\e94f"
}

.icon-arrow-wave:before {
    content: "\e950"
}

.icon-expand3:before {
    content: "\e951"
}

.icon-expand4:before {
    content: "\e952"
}

.icon-contract3:before {
    content: "\e953"
}

.icon-notification:before {
    content: "\e954"
}

.icon-warning:before {
    content: "\e955"
}

.icon-notification-circle:before {
    content: "\e956"
}

.icon-question-circle:before {
    content: "\e957"
}

.icon-menu-circle:before {
    content: "\e958"
}

.icon-checkmark-circle:before {
    content: "\e959"
}

.icon-cross-circle:before {
    content: "\e95a"
}

.icon-plus-circle:before {
    content: "\e95b"
}

.icon-circle-minus:before {
    content: "\e95c"
}

.icon-percent-circle:before {
    content: "\e95d"
}

.icon-arrow-up-circle:before {
    content: "\e95e"
}

.icon-arrow-down-circle:before {
    content: "\e95f"
}

.icon-arrow-left-circle:before {
    content: "\e960"
}

.icon-arrow-right-circle:before {
    content: "\e961"
}

.icon-chevron-up-circle:before {
    content: "\e962"
}

.icon-chevron-down-circle:before {
    content: "\e963"
}

.icon-chevron-left-circle:before {
    content: "\e964"
}

.icon-chevron-right-circle:before {
    content: "\e965"
}

.icon-backward-circle:before {
    content: "\e966"
}

.icon-first-circle:before {
    content: "\e967"
}

.icon-previous-circle:before {
    content: "\e968"
}

.icon-stop-circle:before {
    content: "\e969"
}

.icon-play-circle:before {
    content: "\e96a"
}

.icon-pause-circle:before {
    content: "\e96b"
}

.icon-next-circle:before {
    content: "\e96c"
}

.icon-last-circle:before {
    content: "\e96d"
}

.icon-forward-circle:before {
    content: "\e96e"
}

.icon-eject-circle:before {
    content: "\e96f"
}

.icon-crop:before {
    content: "\e970"
}

.icon-frame-expand:before {
    content: "\e971"
}

.icon-frame-contract:before {
    content: "\e972"
}

.icon-focus:before {
    content: "\e973"
}

.icon-transform:before {
    content: "\e974"
}

.icon-grid:before {
    content: "\e975"
}

.icon-grid-crossed:before {
    content: "\e976"
}

.icon-layers:before {
    content: "\e977"
}

.icon-layers-crossed:before {
    content: "\e978"
}

.icon-toggle:before {
    content: "\e979"
}

.icon-rulers:before {
    content: "\e97a"
}

.icon-ruler:before {
    content: "\e97b"
}

.icon-funnel:before {
    content: "\e97c"
}

.icon-flip-horizontal:before {
    content: "\e97d"
}

.icon-flip-vertical:before {
    content: "\e97e"
}

.icon-flip-horizontal2:before {
    content: "\e97f"
}

.icon-flip-vertical2:before {
    content: "\e980"
}

.icon-angle:before {
    content: "\e981"
}

.icon-angle2:before {
    content: "\e982"
}

.icon-subtract:before {
    content: "\e983"
}

.icon-combine:before {
    content: "\e984"
}

.icon-intersect:before {
    content: "\e985"
}

.icon-exclude:before {
    content: "\e986"
}

.icon-align-center-vertical:before {
    content: "\e987"
}

.icon-align-right:before {
    content: "\e988"
}

.icon-align-bottom:before {
    content: "\e989"
}

.icon-align-left:before {
    content: "\e98a"
}

.icon-align-center-horizontal:before {
    content: "\e98b"
}

.icon-align-top:before {
    content: "\e98c"
}

.icon-square:before {
    content: "\e98d"
}

.icon-plus-square:before {
    content: "\e98e"
}

.icon-minus-square:before {
    content: "\e98f"
}

.icon-percent-square:before {
    content: "\e990"
}

.icon-arrow-up-square:before {
    content: "\e991"
}

.icon-arrow-down-square:before {
    content: "\e992"
}

.icon-arrow-left-square:before {
    content: "\e993"
}

.icon-arrow-right-square:before {
    content: "\e994"
}

.icon-chevron-up-square:before {
    content: "\e995"
}

.icon-chevron-down-square:before {
    content: "\e996"
}

.icon-chevron-left-square:before {
    content: "\e997"
}

.icon-chevron-right-square:before {
    content: "\e998"
}

.icon-check-square:before {
    content: "\e999"
}

.icon-cross-square:before {
    content: "\e99a"
}

.icon-menu-square:before {
    content: "\e99b"
}

.icon-prohibited:before {
    content: "\e99c"
}

.icon-circle:before {
    content: "\e99d"
}

.icon-radio-button:before {
    content: "\e99e"
}

.icon-ligature:before {
    content: "\e99f"
}

.icon-text-format:before {
    content: "\e9a0"
}

.icon-text-format-remove:before {
    content: "\e9a1"
}

.icon-text-size:before {
    content: "\e9a2"
}

.icon-bold:before {
    content: "\e9a3"
}

.icon-italic:before {
    content: "\e9a4"
}

.icon-underline:before {
    content: "\e9a5"
}

.icon-strikethrough:before {
    content: "\e9a6"
}

.icon-highlight:before {
    content: "\e9a7"
}

.icon-text-align-left:before {
    content: "\e9a8"
}

.icon-text-align-center:before {
    content: "\e9a9"
}

.icon-text-align-right:before {
    content: "\e9aa"
}

.icon-text-align-justify:before {
    content: "\e9ab"
}

.icon-line-spacing:before {
    content: "\e9ac"
}

.icon-indent-increase:before {
    content: "\e9ad"
}

.icon-indent-decrease:before {
    content: "\e9ae"
}

.icon-text-wrap:before {
    content: "\e9af"
}

.icon-pilcrow:before {
    content: "\e9b0"
}

.icon-direction-ltr:before {
    content: "\e9b1"
}

.icon-direction-rtl:before {
    content: "\e9b2"
}

.icon-page-break:before {
    content: "\e9b3"
}

.icon-page-break2:before {
    content: "\e9b4"
}

.icon-sort-alpha-asc:before {
    content: "\e9b5"
}

.icon-sort-alpha-desc:before {
    content: "\e9b6"
}

.icon-sort-numeric-asc:before {
    content: "\e9b7"
}

.icon-sort-numeric-desc:before {
    content: "\e9b8"
}

.icon-sort-amount-asc:before {
    content: "\e9b9"
}

.icon-sort-amount-desc:before {
    content: "\e9ba"
}

.icon-sort-time-asc:before {
    content: "\e9bb"
}

.icon-sort-time-desc:before {
    content: "\e9bc"
}

.icon-sigma:before {
    content: "\e9bd"
}

.icon-pencil-line:before {
    content: "\e9be"
}

.icon-hand:before {
    content: "\e9bf"
}

.icon-pointer-up:before {
    content: "\e9c0"
}

.icon-pointer-right:before {
    content: "\e9c1"
}

.icon-pointer-down:before {
    content: "\e9c2"
}

.icon-pointer-left:before {
    content: "\e9c3"
}

.icon-finger-tap:before {
    content: "\e9c4"
}

.icon-fingers-tap:before {
    content: "\e9c5"
}

.icon-reminder:before {
    content: "\e9c6"
}

.icon-fingers-crossed:before {
    content: "\e9c7"
}

.icon-fingers-victory:before {
    content: "\e9c8"
}

.icon-gesture-zoom:before {
    content: "\e9c9"
}

.icon-gesture-pinch:before {
    content: "\e9ca"
}

.icon-fingers-scroll-horizontal:before {
    content: "\e9cb"
}

.icon-fingers-scroll-vertical:before {
    content: "\e9cc"
}

.icon-fingers-scroll-left:before {
    content: "\e9cd"
}

.icon-fingers-scroll-right:before {
    content: "\e9ce"
}

.icon-hand2:before {
    content: "\e9cf"
}

.icon-pointer-up2:before {
    content: "\e9d0"
}

.icon-pointer-right2:before {
    content: "\e9d1"
}

.icon-pointer-down2:before {
    content: "\e9d2"
}

.icon-pointer-left2:before {
    content: "\e9d3"
}

.icon-finger-tap2:before {
    content: "\e9d4"
}

.icon-fingers-tap2:before {
    content: "\e9d5"
}

.icon-reminder2:before {
    content: "\e9d6"
}

.icon-gesture-zoom2:before {
    content: "\e9d7"
}

.icon-gesture-pinch2:before {
    content: "\e9d8"
}

.icon-fingers-scroll-horizontal2:before {
    content: "\e9d9"
}

.icon-fingers-scroll-vertical2:before {
    content: "\e9da"
}

.icon-fingers-scroll-left2:before {
    content: "\e9db"
}

.icon-fingers-scroll-right2:before {
    content: "\e9dc"
}

.icon-fingers-scroll-vertical3:before {
    content: "\e9dd"
}

.icon-border-style:before {
    content: "\e9de"
}

.icon-border-all:before {
    content: "\e9df"
}

.icon-border-outer:before {
    content: "\e9e0"
}

.icon-border-inner:before {
    content: "\e9e1"
}

.icon-border-top:before {
    content: "\e9e2"
}

.icon-border-horizontal:before {
    content: "\e9e3"
}

.icon-border-bottom:before {
    content: "\e9e4"
}

.icon-border-left:before {
    content: "\e9e5"
}

.icon-border-vertical:before {
    content: "\e9e6"
}

.icon-border-right:before {
    content: "\e9e7"
}

.icon-border-none:before {
    content: "\e9e8"
}

.icon-ellipsis:before {
    content: "\e9e9"
}

.icon-uni21:before {
    content: "\21"
}

.icon-uni22:before {
    content: "\22"
}

.icon-uni23:before {
    content: "\23"
}

.icon-uni24:before {
    content: "\24"
}

.icon-uni25:before {
    content: "\25"
}

.icon-uni26:before {
    content: "\26"
}

.icon-uni27:before {
    content: "\27"
}

.icon-uni28:before {
    content: "\28"
}

.icon-uni29:before {
    content: "\29"
}

.icon-uni2a:before {
    content: "\2a"
}

.icon-uni2b:before {
    content: "\2b"
}

.icon-uni2c:before {
    content: "\2c"
}

.icon-uni2d:before {
    content: "\2d"
}

.icon-uni2e:before {
    content: "\2e"
}

.icon-uni2f:before {
    content: "\2f"
}

.icon-uni30:before {
    content: "\30"
}

.icon-uni31:before {
    content: "\31"
}

.icon-uni32:before {
    content: "\32"
}

.icon-uni33:before {
    content: "\33"
}

.icon-uni34:before {
    content: "\34"
}

.icon-uni35:before {
    content: "\35"
}

.icon-uni36:before {
    content: "\36"
}

.icon-uni37:before {
    content: "\37"
}

.icon-uni38:before {
    content: "\38"
}

.icon-uni39:before {
    content: "\39"
}

.icon-uni3a:before {
    content: "\3a"
}

.icon-uni3b:before {
    content: "\3b"
}

.icon-uni3c:before {
    content: "\3c"
}

.icon-uni3d:before {
    content: "\3d"
}

.icon-uni3e:before {
    content: "\3e"
}

.icon-uni3f:before {
    content: "\3f"
}

.icon-uni40:before {
    content: "\40"
}

.icon-uni41:before {
    content: "\41"
}

.icon-uni42:before {
    content: "\42"
}

.icon-uni43:before {
    content: "\43"
}

.icon-uni44:before {
    content: "\44"
}

.icon-uni45:before {
    content: "\45"
}

.icon-uni46:before {
    content: "\46"
}

.icon-uni47:before {
    content: "\47"
}

.icon-uni48:before {
    content: "\48"
}

.icon-uni49:before {
    content: "\49"
}

.icon-uni4a:before {
    content: "\4a"
}

.icon-uni4b:before {
    content: "\4b"
}

.icon-uni4c:before {
    content: "\4c"
}

.icon-uni4d:before {
    content: "\4d"
}

.icon-uni4e:before {
    content: "\4e"
}

.icon-uni4f:before {
    content: "\4f"
}

.icon-uni50:before {
    content: "\50"
}

.icon-uni51:before {
    content: "\51"
}

.icon-uni52:before {
    content: "\52"
}

.icon-uni53:before {
    content: "\53"
}

.icon-uni54:before {
    content: "\54"
}

.icon-uni55:before {
    content: "\55"
}

.icon-uni56:before {
    content: "\56"
}

.icon-uni57:before {
    content: "\57"
}

.icon-uni58:before {
    content: "\58"
}

.icon-uni59:before {
    content: "\59"
}

.icon-uni5a:before {
    content: "\5a"
}

.icon-uni5b:before {
    content: "\5b"
}

.icon-uni5c:before {
    content: "\5c"
}

.icon-uni5d:before {
    content: "\5d"
}

.icon-uni5e:before {
    content: "\5e"
}

.icon-uni5f:before {
    content: "\5f"
}

.icon-uni60:before {
    content: "\60"
}

.icon-uni61:before {
    content: "\61"
}

.icon-uni62:before {
    content: "\62"
}

.icon-uni63:before {
    content: "\63"
}

.icon-uni64:before {
    content: "\64"
}

.icon-uni65:before {
    content: "\65"
}

.icon-uni66:before {
    content: "\66"
}

.icon-uni67:before {
    content: "\67"
}

.icon-uni68:before {
    content: "\68"
}

.icon-uni69:before {
    content: "\69"
}

.icon-uni6a:before {
    content: "\6a"
}

.icon-uni6b:before {
    content: "\6b"
}

.icon-uni6c:before {
    content: "\6c"
}

.icon-uni6d:before {
    content: "\6d"
}

.icon-uni6e:before {
    content: "\6e"
}

.icon-uni6f:before {
    content: "\6f"
}

.icon-uni70:before {
    content: "\70"
}

.icon-uni71:before {
    content: "\71"
}

.icon-uni72:before {
    content: "\72"
}

.icon-uni73:before {
    content: "\73"
}

.icon-uni74:before {
    content: "\74"
}

.icon-uni75:before {
    content: "\75"
}

.icon-uni76:before {
    content: "\76"
}

.icon-uni77:before {
    content: "\77"
}

.icon-uni78:before {
    content: "\78"
}

.icon-uni79:before {
    content: "\79"
}

.icon-uni7a:before {
    content: "\7a"
}

.icon-uni7b:before {
    content: "\7b"
}

.icon-uni7c:before {
    content: "\7c"
}

.icon-uni7d:before {
    content: "\7d"
}

.icon-uni7e:before {
    content: "\7e"
}

.icon-copyright:before {
    content: "\a9"
}

@charset "UTF-8";
.block-posts-list {
    clear: both
}

.block-posts-list .post-items {
    list-style: none;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.block-posts-list .post-item {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px
}

.block-posts-list .item-wrapper {
    padding-bottom: 43px
}

.block-posts-list .post-image {
    margin-bottom: 21px
}

.block-posts-list .post-image img {
    width: 100%;
    vertical-align: top
}

.block-posts-list .post-title {
    margin-bottom: 6px
}

.block-posts-list .post-title h3 {
    font-weight: 500;
    margin: 0
}

.block-posts-list .post-short-content {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 26px
}

.block-posts-list .post-link {
    font-weight: 700
}

.block-posts-list .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.block-posts-list .post-data .create-date a, .block-posts-list .post-data .post-author a, .block-posts-list .post-data .post-comments a {
    text-decoration: none
}

.block-posts-list .post-data .create-date a span:before, .block-posts-list .post-data .create-date:before, .block-posts-list .post-data .post-author a span:before, .block-posts-list .post-data .post-author:before, .block-posts-list .post-data .post-comments a span:before, .block-posts-list .post-data .post-comments:before {
    font-size: 18px;
    padding-right: 4px;
    vertical-align: middle
}

.block-posts-list .post-data .create-date {
    order: 1;
    -webkit-order: 1
}

.block-posts-list .post-data .create-date time {
    display: inline-block
}

.block-posts-list .post-data .post-author {
    order: 2;
    -webkit-order: 2
}

.block-posts-list .post-data .post-comments {
    order: 3;
    -webkit-order: 3;
    flex-basis: 50px;
    -webkit-flex-basis: 50px;
    text-align: right
}

@media (max-width: 1200px) {
    .block-posts-list .post-data {
        display: block;
        overflow: hidden
    }

    .block-posts-list .post-data .create-date, .block-posts-list .post-data .post-author {
        display: block
    }

    .block-posts-list .post-data .post-comments {
        float: right
    }
}

@media (min-width: 767px) {
    .block-posts-list .post-item {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
        max-width: 33.333%
    }
}

@media (max-width: 768px) {
    .block-posts-list .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%
    }

    .block-posts-list .post-item .item-wrapper {
        padding-bottom: 20px
    }
}

@media (max-width: 350px) {
    .block-posts-list .post-item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%
    }
}

.posts-list-wrapper .toolbar-top {
    margin-bottom: 30px
}

.posts-list-wrapper .toolbar-top .toolbar {
    position: relative;
    margin-bottom: 0;
    text-align: left
}

.posts-list-wrapper .toolbar-top .sorter {
    float: left;
    margin-bottom: 5px
}

.posts-list-wrapper .toolbar-top .limiter {
    display: block;
    margin-bottom: 5px;
    text-align: right
}

.posts-list-wrapper .toolbar-top .pages {
    display: none
}

.posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 0
}

.posts-list-wrapper .toolbar-bottom .toolbar .pages {
    text-align: left;
    margin: 0;
    display: block
}

.posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
    position: relative
}

.posts-list-wrapper .toolbar-bottom .sorter, .posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden
}

.widget.blog-posts {
    clear: both;
    width: 100%
}

.widget.blog-posts .post-image img {
    width: 100%;
    vertical-align: top
}

.widget.blog-posts .post-title {
    margin-bottom: 6px
}

.widget.blog-posts .post-title h3 {
    font-family: inherit;
    font-weight: 500;
    margin: 0
}

.widget.blog-posts .post-title h3 a {
    text-decoration: none
}

.widget.blog-posts .post-link {
    font-weight: 700;
    text-transform: none
}

.widget.blog-posts .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.widget.blog-posts .post-data .create-date a, .widget.blog-posts .post-data .post-author a, .widget.blog-posts .post-data .post-comments a {
    text-decoration: none
}

.widget.blog-posts .post-data .create-date a span:before, .widget.blog-posts .post-data .create-date:before, .widget.blog-posts .post-data .post-author a span:before, .widget.blog-posts .post-data .post-author:before, .widget.blog-posts .post-data .post-comments a span:before, .widget.blog-posts .post-data .post-comments:before {
    font-size: 18px;
    padding-right: 4px;
    vertical-align: middle
}

.widget.blog-posts .post-data .create-date {
    order: 1;
    -webkit-order: 1
}

.widget.blog-posts .post-data .create-date time {
    display: inline-block
}

.widget.blog-posts .post-data .post-author {
    order: 2;
    -webkit-order: 2
}

.widget.blog-posts .post-data .post-comments {
    order: 3;
    -webkit-order: 3;
    flex-basis: 50px;
    -webkit-flex-basis: 50px;
    text-align: right
}

@media (max-width: 1200px) {
    .widget.blog-posts .post-data {
        display: block;
        overflow: hidden
    }

    .widget.blog-posts .post-data .create-date, .widget.blog-posts .post-data .post-author {
        display: block
    }

    .widget.blog-posts .post-data .post-comments {
        float: right
    }
}

.widget-post-grid .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px
}

.widget-post-grid .post-item {
    list-style: none;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px
}

@media (min-width: 769px) {
    .widget-post-grid .post-items > .post-item {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
        max-width: 33.6333%
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .widget-post-grid .post-items > .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        max-width: 50%
    }
}

.widget-post-grid .post-image {
    margin-bottom: 15px
}

.widget-post-list .item-wrapper {
    margin-bottom: 50px;
    overflow: hidden
}

.widget-post-list .post-item:last-child .item-wrapper {
    margin-bottom: 0
}

.widget-post-list .post-image {
    float: left;
    margin: 0 30px 0 0;
    max-width: 38%
}

.widget-post-list .post-content-wrapper {
    overflow: hidden
}

.widget-post-list .post-short-content {
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .widget-post-list .post-image {
        max-width: 45%;
        margin-bottom: 10px
    }

    .widget-post-list .post-content-wrapper {
        overflow: unset
    }
}

@media (max-width: 421px) {
    .widget-post-list .post-image {
        float: none;
        max-width: 100%;
        margin: 0 0 20px
    }
}

.widget-post-column .post-item {
    margin-bottom: 30px
}

.widget-post-column .post-item:last-child {
    margin-bottom: 0
}

.widget-post-column .post-image {
    margin-bottom: 10px
}

.widget-post-column .post-link {
    display: table
}

.widget-post-column .post-short-content {
    margin-bottom: 8px
}

.post-page {
    clear: both;
    font-family: inherit;
    width: 100%
}

.post-page .post-text {
    margin-bottom: 25px
}

.post-page .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 13px 0 0;
    margin-bottom: 50px;
    color: #999
}

.post-page .post-data .create-date, .post-page .post-data .post-author, .post-page .post-data .post-comments {
    display: inline-block;
    margin-right: 20px
}

.post-page .post-data .create-date span, .post-page .post-data .create-date a, .post-page .post-data .post-author span, .post-page .post-data .post-author a, .post-page .post-data .post-comments span, .post-page .post-data .post-comments a {
    display: inline-block
}

.post-page .post-data .create-date a, .post-page .post-data .post-author a, .post-page .post-data .post-comments a {
    color: #999;
    text-decoration: none
}

.post-page .post-data .create-date a:hover, .post-page .post-data .post-author a:hover, .post-page .post-data .post-comments a:hover {
    color: #000
}

.post-page .post-data .create-date a span:before, .post-page .post-data .create-date:before, .post-page .post-data .post-author a span:before, .post-page .post-data .post-author:before, .post-page .post-data .post-comments a span:before, .post-page .post-data .post-comments:before {
    font-size: 18px;
    line-height: 18px;
    padding-right: 4px;
    color: #000;
    vertical-align: middle
}

.post-page .post-data .create-date time {
    display: inline-block
}

@media (max-width: 480px) {
    .post-page .post-data {
        overflow: hidden
    }

    .post-page .post-data .create-date, .post-page .post-data .post-author, .post-page .post-data .post-comments {
        display: block;
        margin-bottom: 3px
    }
}

.post-page .post-relatedproducts .block.related {
    float: none
}

.post-page .post-relatedproducts .block.related .owl-carousel .product-item {
    width: 100%
}

.post-page .post-relatedproducts .block.related .product-item {
    width: 33.33%
}

.post-page .post-relatedproducts .block.related .product-item .product-item-info {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none
}

.post-page .post-relatedproducts .block.related .product-item .product-item-photo {
    display: block;
    text-align: center
}

.post-comments-block {
    margin-bottom: 68px
}

.post-comments-block .post-comments-content {
    margin-bottom: 48px
}

.post-comments-block .post-comment {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 20px
}

.post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8
}

.post-comments-block .comment-info .post-data {
    float: right;
    margin: 0 0 0 5px;
    border: none;
    padding: 0
}

.post-comments-block .comment-info .post-data .create-date {
    margin: 0
}

.post-comments-block .comment-info .post-data .create-date time {
    display: inline-block
}

.post-comments-block .comment-info .comment-author {
    margin-top: 0
}

.post-comments-block .comment-add .subtitle {
    margin-bottom: 30px
}

.post-comments-block .comment-add .fieldset {
    margin-bottom: 0
}

.post-comments-block .comment-add .fieldset .field {
    margin-bottom: 28px
}

@media (min-width: 767px) {
    .post-comments-block .comment-add label.label {
        float: left;
        margin: 0;
        min-width: 90px
    }

    .post-comments-block .comment-add .control {
        overflow: hidden
    }

    .post-comments-block .comment-add .control input {
        width: 327px
    }

    .post-comments-block .comment-add .control textarea {
        height: 242px
    }

    .post-comments-block .comment-add .comment-form-actions {
        margin-left: 90px
    }
}

.block.related-posts .block-title {
    margin-bottom: 30px
}

.block.related-posts .related-post-list {
    padding: 0;
    overflow: hidden;
    margin: -1px 0 0;
    list-style: none
}

.block.related-posts .related-post-list li {
    box-sizing: border-box;
    margin-bottom: 0
}

.block.related-posts .related-post-list li h5.post-title {
    margin: 0;
    font-weight: 400
}

.block.related-posts .related-post-list li h5.post-title a {
    display: block;
    text-decoration: none;
    transition: .2s;
    font-size: 14px;
    line-height: 51px;
    color: #000;
    border-top: solid 1px #e8e8e8
}

.block.related-posts .related-post-list li h5.post-title a:hover {
    background: #e8e8e8;
    padding-left: 15px
}

@media (min-width: 767px) {
    .block.related-posts .related-post-list {
        display: flex;
        -webkit-display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -15px
    }

    .block.related-posts .related-post-list li {
        padding-left: 15px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%
    }
}

@media (min-width: 1200px) {
    .block.related-posts .related-post-list li {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%
    }

    .block.related-posts .related-post-list li h5.post-title a {
        font-size: 18px
    }
}

.block.related-posts .related-post-grid {
    padding: 0;
    margin: 0 -15px
}

.block.related-posts .related-post-grid .inner {
    padding: 0 15px
}

.block.related-posts .related-post-grid .post-image {
    display: block;
    margin-bottom: 10px
}

.block.related-posts .related-post-grid .post-image img {
    vertical-align: top
}

.block.related-posts .related-post-grid h5.post-title {
    margin: 0;
    font-weight: 400;
    line-height: normal
}

.block.related-posts .related-post-grid h5.post-title a {
    font-size: 14px;
    color: #000
}

@media (min-width: 1200px) {
    .block.related-posts .related-post-grid li {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%
    }

    .block.related-posts .related-post-grid li h5.post-title a {
        font-size: 18px
    }
}

.block-blog-categories .block-title, .block-recent-posts .block-title, .block-recent-comments .block-title {
    margin-bottom: 20px
}

.block-blog-categories .block-title strong, .block-recent-posts .block-title strong, .block-recent-comments .block-title strong {
    font-weight: 300;
    font-size: 18px
}

.block-blog-categories .block-content ul, .block-recent-posts .block-content ul, .block-recent-comments .block-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

.block-blog-categories .block-content ul li, .block-recent-posts .block-content ul li, .block-recent-comments .block-content ul li {
    margin: 15px 0 0;
    padding-top: 15px;
    border-top: solid 1px #e8e8e8
}

.block-blog-categories .block-content ul li:first-child, .block-recent-posts .block-content ul li:first-child, .block-recent-comments .block-content ul li:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0
}

.block-blog-categories .block-content #blog-show-all {
    cursor: pointer
}

.block-blog-categories .block-content #blog-show-all:hover {
    text-decoration: underline
}

.block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
    display: none
}

.block-recent-comments .title-section {
    font-size: 13px;
    padding-bottom: 10px
}

.block-recent-comments .title-section strong {
    font-weight: 600
}

.block-recent-comments .title-section strong:before {
    font-size: 18px;
    line-height: 16px;
    vertical-align: middle
}

.post-page .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.post-page .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.post-page .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.post-page .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.post-page .owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out
}

.post-page .owl-carousel .owl-item {
    float: left
}

.post-page .owl-controls .owl-page, .post-page .owl-controls .owl-buttons div {
    cursor: pointer
}

.post-page .owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.post-page .owl-carousel .owl-controls .owl-nav .owl-prev, .post-page .owl-carousel .owl-controls .owl-nav .owl-next, .post-page .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.post-page .owl-carousel .owl-wrapper, .post-page .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.post-page .owl-controls {
    position: absolute;
    top: -50px;
    right: 0
}

.post-page .owl-controls .owl-prev {
    display: inline-block
}

.post-page .owl-controls .owl-prev:before {
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.post-page .owl-controls .owl-next {
    display: inline-block
}

.post-page .owl-controls .owl-next:before {
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.post-page .owl-controls .owl-prev, .post-page .owl-controls .owl-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 500px;
    transition: .2s;
    border: solid 1px transparent
}

.post-page .owl-controls .owl-prev:before, .post-page .owl-controls .owl-next:before {
    font-size: 36px;
    transition: .3s ease
}

.post-page .owl-controls .owl-prev:hover, .post-page .owl-controls .owl-next:hover {
    border-color: #000
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v13-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans-v13-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-600.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("../fonts/open-sans-v13-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-800.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/poppins-v1-latin-300.woff2") format("woff2"), url("../fonts/poppins-v1-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/poppins-v1-latin-500.woff2") format("woff2"), url("../fonts/poppins-v1-latin-500.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins"), local("Poppins-Regular"), url("../fonts/poppins-v1-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v1-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins-v1-latin-600.woff2") format("woff2"), url("../fonts/poppins-v1-latin-600.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/poppins-v1-latin-700.woff2") format("woff2"), url("../fonts/poppins-v1-latin-700.woff") format("woff")
}

@font-face {
    font-family: 'Geomanist';
    src: local("Geomanist ExtraLight"), local("Geomanist-ExtraLight"), url("../fonts/geomanist-extralight.woff2") format("woff2"), url("../fonts/geomanist-extralight.woff") format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist';
    src: local("Geomanist Thin"), local("Geomanist-Thin"), url("../fonts/geomanist-thin.woff2") format("woff2"), url("../fonts/geomanist-thin.woff") format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist';
    src: local("Geomanist Regular"), local("Geomanist-Regular"), url("../fonts/geomanist-regular.woff2") format("woff2"), url("../fonts/geomanist-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist';
    src: local("Geomanist Light"), local("Geomanist-Light"), url("../fonts/geomanist-light.woff2") format("woff2"), url("../fonts/geomanist-light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist';
    src: local("Geomanist Medium"), local("Geomanist-Medium"), url("../fonts/geomanist-medium.woff2") format("woff2"), url("../fonts/geomanist-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist';
    src: local("Geomanist Black"), local("Geomanist-Black"), url("../fonts/geomanist-black.woff2") format("woff2"), url("../fonts/geomanist-black.woff") format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist Book';
    src: local("Geomanist Book"), local("Geomanist-Book"), url("../fonts/geomanist-book.woff2") format("woff2"), url("../fonts/geomanist-book.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist Ultra';
    src: local("Geomanist Ultra"), local("Geomanist-Ultra"), url("../fonts/geomanist-ultra.woff2") format("woff2"), url("../fonts/geomanist-ultra.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Geomanist';
    src: local("Geomanist Bold"), local("Geomanist-Bold"), url("../fonts/geomanist-bold.woff2") format("woff2"), url("../fonts/geomanist-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.not-animated {
    opacity: 0
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        transform: none
    }
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    100% {
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    100% {
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.pull-left {
    float: left
}

.pull-none {
    float: none
}

.pull-right {
    float: right
}

@media (min-width: 580px) {
    .pull-xs-left {
        float: left
    }

    .pull-xs-none {
        float: none
    }

    .pull-xs-right {
        float: right
    }
}

@media (min-width: 768px) {
    .pull-sm-left {
        float: left
    }

    .pull-sm-none {
        float: none
    }

    .pull-sm-right {
        float: right
    }
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left
    }

    .pull-md-none {
        float: none
    }

    .pull-md-right {
        float: right
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left
    }

    .pull-lg-none {
        float: none
    }

    .pull-lg-right {
        float: right
    }
}

.text-left, .cart-summary .cart-totals {
    text-align: left
}

.text-center, .page-title, .section-title {
    text-align: center
}

.text-right {
    text-align: right
}

@media (min-width: 580px) {
    .text-xs-left {
        text-align: left
    }

    .text-xs-center {
        text-align: center
    }

    .text-xs-right {
        text-align: right
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-right {
        text-align: right
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-center {
        text-align: center
    }

    .text-md-right {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-right {
        text-align: right
    }
}

.italic {
    font-style: italic
}

.italic {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.strike {
    text-decoration: line-through
}

.thin {
    font-weight: 100
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.medium, .collapsible-block .opener:before {
    font-weight: 500
}

.sbold {
    font-weight: 600
}

.bold, strong {
    font-weight: 500
}

.ubold {
    font-weight: 900
}

.big-circle-icon {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 2px solid
}

.big-circle-icon:before {
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%
}

.medium-icon {
    margin: 0 auto 1rem
}

.medium-icon:before {
    font-size: 60px;
    line-height: 1em
}

.small-icon:before {
    font-size: 40px;
    line-height: inherit
}

h1, .heading-1, .block-bundle-summary .product.name {
    font-size: 2.5rem
}

@media (max-width: 767px) {
    h1, .heading-1, .block-bundle-summary .product.name {
        font-size: 1.5rem
    }
}

h2, .heading-2, .block-title, .cart-summary > .title {
    font-size: 1.75rem
}

@media (max-width: 767px) {
    h2, .heading-2, .block-title, .cart-summary > .title {
        font-size: 1.125rem
    }
}

h3, .heading-3, .collapsible-block .opener {
    font-size: 1.17rem
}

h4, .heading-4, .filter-current .filter-current-subtitle, .review-list .review-title, .review-add .review-legend, .opc-block-shipping-information .shipping-information-title {
    font-size: 1rem
}

h5, .heading-5 {
    font-size: .83rem
}

h6, .heading-6 {
    font-size: .67rem
}

h1, .heading-1, .block-bundle-summary .product.name {
    margin-bottom: 25px;
    font-weight: 500
}

h2, .heading-2, .block-title, .cart-summary > .title {
    margin-bottom: 25px;
    font-weight: 500
}

h3, .heading-3, .collapsible-block .opener {
    margin-bottom: 25px;
    font-weight: 500
}

h4, .heading-4, .filter-current .filter-current-subtitle, .review-list .review-title, .review-add .review-legend, .opc-block-shipping-information .shipping-information-title {
    margin-bottom: 25px;
    font-weight: 500
}

h5, .heading-5 {
    margin-bottom: 25px;
    font-weight: 500
}

h6, .heading-6 {
    margin-bottom: 25px;
    font-weight: 500
}

.page-title, .section-title {
    font-size: 2.5rem;
    line-height: 1
}

@media (max-width: 767px) {
    .page-title, .section-title {
        font-size: 1.5rem
    }
}

.page-title .base, .section-title .base {
    display: inline-block
}

.page-title-wrapper .page-title {
    margin-bottom: 36px
}

@media (max-width: 991px) {
    .page-title-wrapper .page-title {
        margin-bottom: 25px
    }
}

.columns .page-title {
    text-align: left
}

.columns .container, .columns .page-print.sales-order-print #maincontent, .page-print.sales-order-print .columns #maincontent {
    padding: 0
}

* {
    margin: 0
}

html, body {
    height: 100%
}

body {
    font-family: "Geomanist", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    -webkit-text-size-adjust: none;
    background: #fff
}

a {
    transition: .2s ease
}

a:hover {
    transition: .3s ease
}

p {
    margin-bottom: 1rem
}

mark {
    color: #fff
}

small, .small {
    font-size: .8em
}

.big {
    font-size: 1.2em
}

pre {
    white-space: normal
}

.page-wrapper {
    overflow: hidden;
    position: relative
}

.old-price .price {
    text-decoration: line-through
}

.special-price .price-label, .old-price .price-label {
    display: none
}

.modals-wrapper {
    position: relative;
    z-index: 5
}

.asseco-group {
    background-color: #2eb2e8;
    background-image: url("../images/s-asseco.png");
    background-position: center;
    background-repeat: no-repeat
}

#notice-cookie-block {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 25;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .18);
    text-align: center;
    cursor: default
}

#notice-cookie-block p a {
    color: #231f20
}

#notice-cookie-block p a:hover {
    color: #00a3e0
}

#notice-cookie-block .action.primary {
    padding: 0 17px;
    min-width: 200px
}

#notice-cookie-block .action.primary span {
    display: flex;
    justify-content: center;
    align-items: center
}

#notice-cookie-block > div:after {
    display: none
}

#notice-cookie-block .content {
    max-width: 800px;
    margin: 0 auto
}

.page-header {
    position: relative;
    height: auto !important;
    z-index: 3
}

.loading-mask.for-slider {
    display: block
}

.page-header__panel .container, .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .page-header__panel #maincontent {
    display: flex;
    justify-content: space-between
}

.page-header__panel .links {
    order: 2
}

.header-info {
    text-align: center;
    padding: 20px 0 17px
}

.header-info i {
    font-size: 30px;
    line-height: 0;
    vertical-align: sub;
    display: inline-block;
    margin-right: 9px
}

.header-info strong {
    color: #fff
}

@media (max-width: 767px) {
    .header-info {
        display: none
    }
}

.panel-container-wrap {
    flex-basis: 100%;
    max-width: 100%
}

.panel-container-wrap:before, .panel-container-wrap:after {
    display: table;
    content: "";
    line-height: 0
}

.panel-container-wrap:after {
    clear: both
}

@media (min-width: 768px) {
    .panel-container-wrap {
        padding: 10px 0
    }

    .panel-container-wrap .welcome {
        float: left;
        padding: 8px 0 0;
        display: block
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .panel-container-wrap .rd-navbar-collapse-container {
        clear: right;
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #eae9e9
    }
}

.layout_1 .panel-container-wrap .rd-navbar-collapse-container {
    float: right
}

@media (min-width: 768px) and (max-width: 1399px) {
    .layout_1 .panel-container-wrap .rd-navbar-collapse-container {
        float: left;
        margin-top: 0;
        border-top: 0;
        width: auto;
        clear: inherit
    }

    .layout_1 .panel-container-wrap .welcome {
        float: none;
        display: inline-block
    }
}

.layout_2 .panel-container-wrap .rd-navbar-collapse-container {
    text-align: center
}

@media (max-width: 767px) {
    .layout_3 .rd-navbar-nav-wrap .panel-container-wrap-bottom {
        display: flex !important
    }

    .layout_3 .rd-navbar-collapse.active {
        display: flex
    }

    .layout_3 .rd-navbar-collapse.active #navbar-toggle-collapse2 {
        display: flex;
        align-items: center;
        position: absolute;
        order: 1;
        right: 10px;
        width: 40px;
        height: 40px
    }

    .layout_3 .rd-navbar-collapse.active #navbar-toggle-collapse2:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        right: 0;
        top: 12px;
        background-image: url("../images/close-x.svg")
    }

    .layout_3 .rd-navbar-collapse #navbar-toggle-collapse2 {
        display: none
    }
}

.layout_3 .page-header__content {
    padding-top: 17px;
    padding-bottom: 25px
}

@media (max-width: 767px) {
    .layout_3 .page-header__content {
        padding: 0
    }
}

.layout_3 .page-header__panel .container, .layout_3 .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .layout_3 .page-header__panel #maincontent {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.layout_3 .panel-container-wrap {
    display: none;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .layout_3 .panel-container-wrap {
        min-height: 61px
    }
}

.layout_3 .rd-navbar-collapse-container {
    order: 5;
    align-self: center
}

@media (max-width: 767px) {
    .layout_3 .rd-navbar-collapse-container {
        align-self: flex-start
    }
}

.layout_3 .rd-navbar-nav-wrap .rd-navbar-search {
    margin-left: 20px
}

.layout_3 #navbar-toggle-collapse2 {
    display: none
}

.layout_3 .rd-navbar-collapse {
    padding-top: 0
}

.layout_3 .panel-container-wrap-bottom {
    border-bottom: 1px solid #eae9e9;
    z-index: 20;
    margin: 10px 0 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 15px
}

.layout_3 .panel-container-wrap-bottom .account-head, .layout_3 .panel-container-wrap-bottom .my-cart-block, .layout_3 .panel-container-wrap-bottom .account-head-login {
    font-weight: 400;
    font-family: "Geomanist", sans-serif;
    color: #231f20
}

@media (max-width: 767px) {
    .layout_3 .panel-container-wrap-bottom {
        flex-direction: column;
        padding-left: 20px;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        align-items: flex-start;
        border-bottom: none
    }

    .layout_3 .panel-container-wrap-bottom .asseco-help, .layout_3 .panel-container-wrap-bottom .wish-list-container, .layout_3 .panel-container-wrap-bottom .block-search.rd-navbar-search, .layout_3 .panel-container-wrap-bottom .rd-navbar-collapse-toggle {
        display: none
    }
}

@media (min-width: 768px) {
    .layout_3 .panel-container-wrap-bottom {
        position: relative
    }
}

.layout_3 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
    padding-right: 0;
    order: 6;
    align-self: center
}

.layout_3 .logo {
    margin-top: -8px;
    order: 1;
    flex-grow: 7
}

@media (max-width: 767px) {
    .layout_3 .logo {
        text-align: center;
        position: fixed;
        top: 0;
        z-index: 25;
        left: 20px
    }
}

.layout_3 .logo-full {
    width: 325px;
    height: auto
}

.layout_3 .logo-chinese-full {
    height: 72px;
    width: auto
}

@media (max-width: 767px) {
    .layout_3 .logo-full {
        display: none
    }
}

.layout_3 .logo-mobile {
    display: none;
    width: auto;
    height: 100px
}

@media (max-width: 767px) {
    .layout_3 .logo-mobile {
        width: 200px;
        height: 80px;
        display: inline-block
    }
}

.layout_4 .page-header__panel .container, .layout_4 .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .layout_4 .page-header__panel #maincontent {
    display: block
}

.layout_4 .panel-container-wrap {
    margin-bottom: 30px
}

.layout_4 .rd-navbar-collapse-container {
    float: right
}

.layout_4 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
    padding-right: 0
}

@media (max-width: 767px) {
    .layout_4 .logo {
        display: table;
        margin: 0 auto
    }

    .layout_4 .page-header__content {
        border-bottom: 1px solid #eae9e9
    }
}

@media (max-width: 767px) {
    .layout_5 .header-center-wrap {
        margin-bottom: 0
    }
}

.welcome {
    display: none
}

.page-header__content {
    padding: 28px 0 27px;
    position: relative;
    z-index: 3
}

.page-header__content .logo {
    display: inline-block
}

@media (max-width: 767px) {
    .page-header__content .logo {
        display: table;
        margin: 0 auto
    }
}

.page-header__content .logo-wrapper {
    text-align: center
}

@media (min-width: 1200px) {
    .page-header__content .logo-wrapper {
        margin-bottom: 15px
    }
}

.header-center-wrap {
    margin-bottom: 30px
}

.header-bottom-wrap {
    position: relative
}

@media (min-width: 768px) {
    .header-bottom-wrap {
        padding-top: 14px;
        padding-bottom: 6px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.header-bottom-wrap-bg {
    background: #13191e;
    margin: 0 -10000px;
    padding: 0 10000px
}

@media (min-width: 1200px) {
    .layout_1 .page-header__content .logo {
        width: 30%
    }
}

@media (min-width: 768px) {
    .layout_1 .page-header__content > .container, .layout_1 .page-print.sales-order-print .page-header__content > #maincontent, .page-print.sales-order-print .layout_1 .page-header__content > #maincontent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .layout_1 .page-header__content .navigation {
        width: 99%
    }

    .layout_1 .page-header__content .navigation:before, .layout_1 .page-header__content .navigation:after {
        display: table;
        content: "";
        line-height: 0
    }

    .layout_1 .page-header__content .navigation:after {
        clear: both
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .layout_1 .page-header__content > .container, .layout_1 .page-print.sales-order-print .page-header__content > #maincontent, .page-print.sales-order-print .layout_1 .page-header__content > #maincontent {
        flex-wrap: wrap
    }

    .layout_1 .page-header__content .navigation {
        order: 3
    }

    .layout_1 .page-header__content .rd-navbar-search-toggle {
        order: 2
    }
}

@media (min-width: 768px) {
    .layout_4 .container-flex {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .layout_4 .rd-navbar-panel-canvas {
        display: none
    }
}

@media (min-width: 768px) {
    .layout_5 .panel-container-wrap {
        max-height: 53px
    }

    .layout_5 .page-header__content {
        padding-bottom: 0
    }

    .layout_5 .header-switchers .switcher {
        border: 0;
        margin-left: 30px
    }

    .layout_5 .header-switchers .switcher .dropdown .mage-dropdown-dialog {
        top: 42px;
        right: 0;
        left: auto
    }

    .layout_5 .header-switchers .actions .action {
        padding-left: 0
    }

    .layout_5 .header-bottom-wrap {
        padding: 14px 0 12px;
        justify-content: space-between
    }

    .layout_5 .header-bottom-wrap > * {
        order: 2
    }

    .layout_5 .header-bottom-wrap .navigation {
        order: 0
    }

    .layout_5 .header-bottom-wrap .rd-navbar-panel-canvas {
        display: none
    }
}

.header.links li {
    margin-left: 1rem
}

.header.links .counter:before, .header.links .counter:after {
    font-size: 10px
}

.header.links .counter:before {
    content: "("
}

.header.links .counter:after {
    content: ")"
}

.header-switchers {
    float: right
}

.header-switchers:before, .header-switchers:after {
    display: table;
    content: "";
    line-height: 0
}

.header-switchers:after {
    clear: both
}

.header-switchers > div {
    float: left
}

.header-switchers > div:nth-child(2) {
    margin-left: 20px
}

.header-switchers .actions .action {
    background-color: transparent;
    transition: .3s ease;
    padding: 8px 0 6px 30px;
    height: 40px;
    border: 0;
    text-transform: capitalize
}

.header-switchers .actions .action.active, .header-switchers .actions .action:hover {
    background-color: transparent
}

.header-switchers .actions .action strong {
    font-weight: 400
}

.switcher {
    position: relative;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eae9e9
}

.switcher .toggle {
    cursor: pointer
}

.switcher .toggle:after {
    font-family: "Linearicons";
    content: "\e93a";
    padding-left: 5px;
    padding-top: 3px;
    font-weight: 400;
    margin-top: -1px;
    float: right
}

@media (max-width: 991px) {
    .switcher .toggle:after {
        float: none
    }
}

.switcher .toggle.active:after {
    content: "\e939"
}

.switcher .dropdown .mage-dropdown-dialog {
    transform: translateY(-30px);
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, .09);
    border: none;
    width: 75px;
    text-align: center;
    z-index: 15
}

.switcher .dropdown .mage-dropdown-dialog a {
    display: block;
    padding: 5px
}

.switcher .dropdown.active .mage-dropdown-dialog {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.switcher-label {
    display: none
}

.switcher-options {
    border: 0
}

.switcher-options.active .switcher-dropdown {
    display: inline-block
}

.switcher-dropdown {
    display: none
}

.links li {
    display: inline-block
}

.page-top {
    margin-bottom: 2rem
}

.breadcrumbs {
    background: #f6f6f6;
    padding: 13px 0;
    position: relative;
    min-height: 50px
}

.breadcrumbs .items .item {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.breadcrumbs .items .item:after {
    content: '|';
    position: absolute;
    font-size: 20px;
    right: -5px;
    top: 0;
    color: #eae9e9
}

.breadcrumbs .items .item:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumbs .items .item:last-child:after {
    display: none
}

.breadcrumbs .items .item strong {
    font-weight: 400
}

.breadcrumbs + .page-main.page-shadow {
    padding-top: 30px
}

.page-main {
    padding-top: 25px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .page-main {
        position: relative
    }
}

@media (max-width: 767px) {
    .page-main {
        padding-top: 40px;
        margin-bottom: 30px
    }
}

.page-main.page-shadow {
    box-shadow: none;
    padding-top: 20px
}

.page-main.fix-indent-2 {
    padding-top: 50px
}

.breadcrumbs + .page-main {
    box-shadow: none
}

.cms-index-index .page-main.fix-indent {
    padding: 0;
    margin: 0;
    border: 0
}

.cms-index-index .page-main.fix-indent + .page-footer {
    border: 0
}

.columns > .row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.page-layout-3columns .grid-left {
    order: 1
}

.page-layout-3columns .grid-main {
    order: 2
}

.page-layout-3columns .grid-right {
    order: 3
}

.page-layout-2columns-right .grid-main {
    order: 1
}

.page-layout-2columns-right .grid-right {
    order: 2
}

.page-layout-2columns-left .grid-left {
    order: 1
}

.page-layout-2columns-left .grid-main {
    order: 2
}

@media (max-width: 767px) {
    .page-layout-3columns .grid-left, .page-layout-3columns .grid-main, .page-layout-2columns-right .grid-left, .page-layout-2columns-right .grid-main, .page-layout-2columns-left .grid-left, .page-layout-2columns-left .grid-main {
        flex-basis: 100%;
        max-width: 100%
    }

    .page-layout-3columns .grid-main, .page-layout-2columns-right .grid-main, .page-layout-2columns-left .grid-main {
        order: 1
    }

    .page-layout-3columns .grid-left, .page-layout-2columns-right .grid-left, .page-layout-2columns-left .grid-left {
        order: 2
    }

    .page-layout-3columns .grid-right, .page-layout-2columns-right .grid-right, .page-layout-2columns-left .grid-right {
        order: 3
    }
}

.block {
    margin-bottom: 2rem
}

.block-title {
    position: relative
}

.block-title strong {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-weight: 600
}

.block-title .action {
    float: right;
    padding: 0;
    background: 0;
    line-height: inherit
}

.block-title .action.edit {
    padding: 0 20px
}

.block-title .counter {
    display: none
}

.block-title strong {
    font-weight: 500
}

.block-subtitle, .block-content .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.box {
    margin-bottom: 50px;
    border: 1px solid #eae9e9;
    padding: 43px 49px;
    min-height: 264px
}

@media (max-width: 991px) {
    .box {
        margin-bottom: 30px;
        padding: 24px
    }
}

.box .box-content {
    font-size: 12px
}

.box-title {
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 35px
}

.box-title:before, .box-title:after {
    display: table;
    content: "";
    line-height: 0
}

.box-title:after {
    clear: both
}

.box-title a.action.edit {
    padding: 0;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0
}

.box-actions a.action.change-password {
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 600
}

.box-actions a.action.change-password:hover {
    color: #fff
}

@media (min-width: 768px) {
    .grid-left {
        border-right: 1px solid #eae9e9
    }
}

@media (min-width: 992px) {
    .grid-left {
        border-right: 0
    }
}

.filter-wrapper input[type=radio]:checked + .label:before {
    display: none !important
}

.filter-wrapper input[type=radio] + .label:before {
    display: none !important
}

.sidebar {
    font-size: 12px;
    position: relative
}

@media (min-width: 992px) {
    .sidebar {
        border-right: 1px solid #eae9e9;
        padding-right: 30px
    }
}

@media (min-width: 1400px) {
    .sidebar {
        padding-right: 45px
    }
}

@media (min-width: 768px) {
    .sidebar .block {
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 45px;
        margin-bottom: 50px
    }

    .sidebar .block[role=tabpanel] {
        margin-bottom: 50px
    }
}

.sidebar .block .block-title {
    margin-bottom: 36px
}

.sidebar .block .block-title strong {
    font-size: 26px;
    font-weight: 500;
    margin: 0
}

.sidebar .block .block-title .counter {
    display: none
}

.sidebar .block .block-title.filter-title {
    margin-bottom: 48px
}

.sidebar .block .block-title.left-custom-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.sidebar .block .block-title.left-custom-title strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px
}

.sidebar .block .block-title.left-custom-title span {
    font-size: 40px;
    padding-right: 10px
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block .block-title.left-custom-title strong {
        font-size: 14px;
        line-height: 20px
    }

    .sidebar .block .block-title.left-custom-title span {
        font-size: 21px
    }
}

.sidebar .block.block-bg-custom {
    background: #f8f8fa;
    padding: 20px 30px;
    border: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.block-bg-custom {
        padding: 10px 12px
    }
}

.sidebar .block.block-border-custom {
    padding: 20px 30px;
    border: 1px solid #eae9e9
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.block-border-custom {
        padding: 10px 12px
    }
}

.sidebar .block.block-bg_2-custom {
    padding: 20px 30px;
    color: #fff;
    border: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.block-bg_2-custom {
        padding: 10px 12px
    }
}

.sidebar .block.block-bg_2-custom .left-custom-title, .sidebar .block.block-bg_2-custom .icon-telephone2:before {
    color: #fff
}

.sidebar.sidebar-additional .collapsible-block:last-child .block:not(.block-newsletter) {
    border-bottom: 0;
    padding-bottom: 0
}

.sidebar.sidebar-main {
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .sidebar.sidebar-main .block {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .sidebar.sidebar-main + .sidebar.sidebar-additional {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .sidebar .sidebar.sidebar-main {
        padding: 0
    }
}

@media (min-width: 768px) {
    .layout_4 .sidebar {
        border: 0;
        padding: 0
    }
}

.layout_4.grid-left {
    border: 0
}

.block-reorder .field.choice input[type=checkbox], .block-reorder .field.choice input[type=radio] {
    opacity: 1;
    position: relative;
    margin: 5px
}

.block-reorder .field {
    display: flex
}

.block-reorder .field .label {
    margin-right: 5px
}

.block-reorder .product-item-name {
    font-size: 14px
}

.block-reorder .actions-toolbar {
    display: block
}

.block-reorder .actions-toolbar .primary {
    margin-bottom: 4px
}

.block-reorder .product-item {
    margin-bottom: 20px
}

.block-reorder .product-item-name {
    display: block;
    font-size: 16px;
    font-weight: 400
}

.collapsible-block {
    position: relative
}

.collapsible-block .opener {
    position: relative;
    cursor: pointer;
    padding: 0 0 12px;
    border-bottom: 1px solid #eae9e9
}

.collapsible-block .opener:before {
    float: right;
    font-size: 14px
}

@media (max-width: 767px) {
    .collapsible-block .opener {
        display: block !important
    }
}

.collapsible-block:last-child .opener {
    border: 0
}

.left-custom .block-content {
    line-height: 22px
}

.filter-toggle-full {
    display: none
}

@media (min-width: 768px) {
    .grid-left-fixed {
        position: absolute;
        left: -265px;
        top: 100px;
        width: 265px;
        background: #fff;
        z-index: 10;
        box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
        height: 100%;
        transition: all .3s ease;
        overflow: scroll
    }

    .grid-left-fixed.id-active {
        left: 0
    }

    .grid-left-fixed .sidebar {
        padding: 80px 40px 50px 50px;
        border: 0
    }

    .grid-left-fixed .sidebar.sidebar-main .block {
        margin-bottom: 0
    }

    .grid-left-fixed .sidebar + .sidebar.sidebar-additional {
        padding-top: 0
    }

    .grid-left-fixed .close {
        position: absolute;
        right: 40px;
        top: 20px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 500;
        transition: all .3s ease
    }

    .grid-left-fixed .close:after {
        font-family: "Linearicons";
        content: "\e935";
        font-size: 18px;
        padding-left: 10px;
        float: right;
        margin-top: -2px
    }

    .layout_3 .switcher {
        border: 0
    }

    .layout_3 .filter-toggle-full {
        display: inline-block;
        float: left;
        font-family: "Geomanist", sans-serif;
        background-color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        border-radius: 6px;
        margin-right: 25px
    }

    .layout_3 .filter-toggle-full span {
        font-family: 'Geomanist', sans-serif
    }

    .layout_3 .filter-toggle-full:hover {
        color: #fff
    }

    .layout_3 .filter-toggle-full:before {
        font-family: "Linearicons";
        content: "\e97c";
        font-size: 23px;
        font-weight: 400;
        float: left
    }
}

.page-footer {
    clear: both;
    padding: 100px 0 40px
}

.page-footer-small {
    clear: both;
    padding: 40px 0 40px
}

@media (max-width: 767px) {
    .page-footer {
        padding: 40px 0;
        background: #fff !important;
        border-top: 1px solid #eae9e9
    }
}

.page-footer .container.content.footer, .page-footer .page-print.sales-order-print .content.footer#maincontent, .page-print.sales-order-print .page-footer .content.footer#maincontent {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eae9e9
}

.page-footer .container.content.footer .desc-footer li a, .page-footer .page-print.sales-order-print .content.footer#maincontent .desc-footer li a, .page-print.sales-order-print .page-footer .content.footer#maincontent .desc-footer li a, .page-footer .container.content.footer .footer-col-content li a, .page-footer .page-print.sales-order-print .content.footer#maincontent .footer-col-content li a, .page-print.sales-order-print .page-footer .content.footer#maincontent .footer-col-content li a {
    color: #00a3e0;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 0
}

.page-footer .list-icon {
    justify-content: flex-end
}

.page-footer .widget.block {
    margin-bottom: 0;
    padding-bottom: 0
}

.page-footer .first-extra {
    margin-top: 35px;
    margin-bottom: 35px
}

@media (min-width: 768px) {
    .page-footer .first-extra {
        margin-top: 0;
        margin-bottom: 0
    }
}

.page-footer .last-extra {
    display: flex
}

.page-footer .last-extra .footer-col {
    display: flex;
    flex-direction: column
}

.page-footer .last-extra .desc-footer ul li {
    text-align: left
}

@media (min-width: 768px) {
    .page-footer .last-extra {
        display: block
    }

    .page-footer .last-extra .list-icon li {
        float: right
    }

    .page-footer .last-extra .desc-footer ul li {
        text-align: right
    }
}

.page-footer .container.footer.copyright .col-sm-4:first-of-type, .page-footer .page-print.sales-order-print .footer.copyright#maincontent .col-sm-4:first-of-type, .page-print.sales-order-print .page-footer .footer.copyright#maincontent .col-sm-4:first-of-type {
    text-align: center
}

.page-footer .container.footer.copyright .lang, .page-footer .page-print.sales-order-print .footer.copyright#maincontent .lang, .page-print.sales-order-print .page-footer .footer.copyright#maincontent .lang {
    text-align: center !important
}

.page-footer .container.footer.copyright .row li a, .page-footer .page-print.sales-order-print .footer.copyright#maincontent .row li a, .page-print.sales-order-print .page-footer .footer.copyright#maincontent .row li a {
    color: #00a3e0;
    line-height: unset;
    font-size: 12px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .page-footer .container.footer.copyright .col-sm-4:first-of-type, .page-footer .page-print.sales-order-print .footer.copyright#maincontent .col-sm-4:first-of-type, .page-print.sales-order-print .page-footer .footer.copyright#maincontent .col-sm-4:first-of-type {
        text-align: left
    }
}

@media (min-width: 1200px) {
    .page-footer .row > .col-lg-3.first-extra {
        flex-basis: 29%;
        max-width: 29%
    }

    .page-footer .row > .col-lg-3.last-extra {
        flex-basis: 20%;
        max-width: 20%
    }

    .page-footer .row > .col-lg-2 {
        flex-basis: 18%;
        max-width: 18%
    }

    .page-footer .row > .col-lg-2:nth-of-type(4) {
        flex-basis: 15%;
        max-width: 15%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-footer .footer .list-icon li a {
        height: 43px;
        width: 43px
    }
}

@media (max-width: 767px) {
    .cms-index-index .page-footer {
        border-top: 0;
        padding-top: 0
    }
}

.footer {
    font-size: 12px
}

.footer h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px
}

.footer .footer-col-content li {
    display: block;
    margin-bottom: 6px
}

.footer .footer-col-content li a {
    display: inline-block
}

.footer .switcher-store {
    position: fixed;
    left: 0;
    bottom: 30%;
    z-index: 3
}

.footer .switcher-store .switcher-options.active .action {
    border-bottom-color: #fff
}

.footer .switcher-store .switcher-options.active .switcher-dropdown {
    display: block
}

.footer .switcher-store .switcher-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 13px 22px;
    width: 100%;
    border: 1px solid #eae9e9;
    border-top: 0
}

.footer .copyright {
    display: block;
    width: 100%;
    border-top: 1px solid #eae9e9;
    padding-top: 40px;
    margin-top: 36px;
    font-size: 12px
}

.footer .footer-logo {
    margin-bottom: 28px;
    margin-top: -5px
}

.footer .footer-logo .logo {
    display: inline-block
}

@media (max-width: 767px) {
    .footer .footer-logo {
        margin: 0;
        padding-bottom: 25px
    }
}

.footer .desc-footer {
    margin-bottom: 33px;
    line-height: 22px
}

.footer .list-footer {
    overflow: hidden
}

.footer .list-footer li {
    float: left;
    margin-right: 15px;
    font-size: 21px
}

.footer .list-icon {
    overflow: hidden;
    padding-top: 25px
}

.footer .list-icon li {
    float: left;
    margin-right: 5px
}

.footer .list-icon li a {
    display: block;
    height: 48px;
    width: 48px;
    border: 2px solid #eae9e9;
    border-radius: 50%;
    font-size: 18px;
    line-height: 42px;
    text-align: center
}

.footer .list-icon li a:hover {
    color: #fff !important
}

.footer .list-icon li a .fa {
    line-height: inherit
}

.footer .footer-col-content {
    padding: 0
}

@media (min-width: 768px) {
    .footer .footer-col-content {
        display: block !important;
        height: 100% !important;
        opacity: 1 !important
    }

    .footer .hidden-title {
        display: none
    }
}

@media (max-width: 767px) {
    .footer .hidden-title {
        display: block
    }

    .footer h4 {
        cursor: pointer;
        margin-bottom: 28px
    }

    .footer h4:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 12px;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        margin-top: -1px
    }

    .footer h4.id-active:after {
        content: "\e939"
    }

    .footer .footer-col-content {
        display: none
    }

    .footer .copyright {
        padding-top: 30px;
        margin-top: 30px
    }

    .footer .list-icon {
        padding-top: 20px
    }

    .footer .footer-col-content {
        padding: 0 0 30px
    }
}

.footer .footer-block-3 .list-icon {
    padding-top: 0
}

.layout_1.page-footer {
    border-top: 1px solid #eae9e9
}

.layout_1.page-footer-small {
    border-top: 1px solid #eae9e9
}

@media (max-width: 1199px) and (min-width: 768px) {
    .layout_1 .footer .col-sm-4.col-lg-2 {
        order: 3;
        padding-top: 45px
    }

    .layout_1 .footer .first-extra {
        order: 1
    }

    .layout_1 .footer .last-extra {
        order: 2
    }
}

.layout_2.page-footer {
    border-top: 1px solid #eae9e9
}

@media (min-width: 768px) {
    .layout_2 .footer {
        text-align: center
    }

    .layout_2 .footer h4 {
        display: none
    }

    .layout_2 .footer .footer-col {
        margin-bottom: 7px
    }

    .layout_2 .footer .list-ul ul {
        display: inline-block;
        margin-top: 7px
    }

    .layout_2 .footer .footer-col-content li {
        display: inline-block;
        margin: 0 10px
    }

    .layout_2 .footer .list-contacts-footer {
        padding-top: 27px
    }

    .layout_2 .footer .list-contacts-footer li {
        border-right: 1px solid #eae9e9;
        margin: 0 0 0 24px;
        padding: 8px 25px 8px 0
    }

    .layout_2 .footer .list-contacts-footer li:last-child {
        padding-right: 0;
        border: 0
    }

    .layout_2 .footer .copyright {
        margin-top: 105px
    }
}

.layout_2 .footer .list-icon {
    padding-top: 43px
}

.layout_2 .footer .list-icon li {
    float: none;
    display: inline-block;
    margin: 0 2px
}

.layout_3.page-footer {
    border-top: 1px solid #eae9e9;
    margin-top: -1px
}

@media (max-width: 1199px) and (min-width: 768px) {
    .layout_3 .col-lg-2 {
        order: 3;
        margin-top: 40px
    }

    .layout_3 .first-extra {
        order: 1
    }

    .layout_3 .last-extra {
        order: 2
    }
}

@media (min-width: 768px) {
    .layout_4.page-footer {
        border-top: 1px solid #eae9e9
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .layout_4 .footer .row > div {
        order: 2
    }

    .layout_4 .footer .row > div.last-extra {
        order: 1;
        margin-bottom: 50px
    }
}

.layout_5.page-footer {
    border-top: 1px solid #eae9e9
}

@media (min-width: 768px) {
    .layout_5 .footer .align-right {
        text-align: right
    }

    .layout_5 .footer h4 {
        display: none
    }

    .layout_5 .footer .list-ul ul {
        display: inline-block;
        margin-top: 7px
    }

    .layout_5 .footer .footer-col-content li {
        display: inline-block;
        margin: 0 10px
    }

    .layout_5 .footer .list-contacts-footer {
        padding-top: 27px
    }

    .layout_5 .footer .list-contacts-footer li {
        border-right: 1px solid #eae9e9;
        margin: 0 0 0 24px;
        padding: 8px 25px 8px 0
    }

    .layout_5 .footer .list-contacts-footer li:last-child {
        padding-right: 0;
        border: 0
    }
}

.layout_5 .footer .list-icon {
    padding-top: 30px
}

.layout_5 .footer .list-icon li {
    margin: 0 2px
}

@media (max-width: 991px) {
    .layout_5 .footer .list-icon {
        padding-top: 15px
    }

    .layout_5 .footer .list-icon li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 33px
    }
}

.layout_5 .footer .copyright {
    margin-top: 40px;
    padding: 0;
    border: 0;
    color: #000
}

.scrollToTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 64px;
    width: 64px;
    line-height: 69px;
    display: none;
    cursor: pointer;
    text-indent: 100vw;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
    border-radius: 50%;
    transition: all .3s ease;
    z-index: 12
}

.scrollToTop:before {
    font-family: "Linearicons";
    content: "\e941";
    text-indent: 0;
    font-size: 22px;
    display: block
}

.scrollToTop:hover {
    color: #fff
}

@media (max-width: 767px) {
    .scrollToTop {
        bottom: 20px;
        right: 20px;
        height: 34px;
        width: 34px;
        line-height: 39px
    }

    .scrollToTop:before {
        font-size: 18px
    }
}

.widget.block-static-block {
    margin-bottom: 0
}

.widget.featured {
    padding-bottom: 40px;
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    .widget.featured {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .widget.featured.featured + .widget.featured.featured {
        padding-bottom: 25px
    }
}

.widget.border-none, .widget.last_widget, .widget.brands.last_widget {
    border-bottom: 0;
    padding-bottom: 0
}

.widget.border-fix-none {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget.border-none-content {
    border: 0;
    padding-bottom: 0
}

.widget.border-fix-indent {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 50px
}

.widget.fix-indent-top {
    margin-top: -50px
}

@media (min-width: 1200px) {
    .content-flex-column {
        margin-left: -20px;
        margin-right: -20px;
        display: flex
    }
}

@media (min-width: 1200px) and (min-width: 1400px) {
    .content-flex-column {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 1200px) {
    .content-flex-column > div {
        flex: 1 1 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) and (min-width: 1400px) {
    .content-flex-column > div {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .content-flex-column .widget.block-static-block, .content-flex-column .widget.featured {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0
    }
}

@media (max-width: 767px) {
    .content-flex-column .widget.block-static-block, .content-flex-column .widget.featured {
        margin-bottom: 50px;
        border: 0
    }
}

.content-flex-column .block-title {
    font-size: 26px
}

.layout_4 .widget.block-static-block, .layout_4 .widget.featured {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 47px
}

.layout_4 .widget.block-static-block .page-title, .layout_4 .widget.featured .page-title {
    text-align: left;
    font-size: 26px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 25px
}

.layout_4 .widget.block-static-block .block-title:not(.left-custom-title), .layout_4 .widget.featured .block-title:not(.left-custom-title) {
    margin-bottom: 30px
}

.custom-item-1 {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
    overflow: hidden
}

.custom-item-1:last-child {
    margin-bottom: 0
}

.custom-item-1 .custom-item-content {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.custom-item-1 .title-1 {
    font-size: 35px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #fff
}

.custom-item-1 .desc-1 {
    font-size: 24px;
    margin-bottom: 45px;
    color: #fff
}

.custom-item-1 .link-button {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    font-size: 16px;
    background: 0 0;
    padding: 18px 42px
}

.custom-item-1 .link-button span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-1 .link-button:hover {
    color: #fff
}

.custom-item-1.extra .custom-item-content {
    left: 15%;
    top: 49%;
    transform: translate(-15%, -50%);
    -webkit-transform: translate(-15%, -50%);
    text-align: left
}

.custom-item-1 img {
    transition: all .3s ease
}

.custom-item-1:hover img {
    transform: scale(1.03, 1.03) rotate(.03deg) translateZ(0)
}

@media (max-width: 1199px) {
    .custom-item-1 .title-1 {
        font-size: 24px;
        margin-bottom: 12px
    }

    .custom-item-1 .desc-1 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 579px) {
    .custom-item-1 .title-1 {
        font-size: 18px
    }

    .custom-item-1 .desc-1 {
        margin-bottom: 10px;
        font-size: 14px
    }

    .custom-item-1 .link-button {
        padding: 6px 25px 4px;
        font-size: 12px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-item-1 {
        margin-bottom: 35px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-1 {
        margin-bottom: 23px
    }
}

@media (max-width: 767px) {
    .custom-item-1 {
        margin-bottom: 0
    }
}

.custom-item-2 {
    display: block;
    position: relative;
    overflow: hidden
}

.custom-item-2 .custom-item-content {
    position: absolute;
    top: 13.5%;
    text-align: center;
    padding: 30px;
    width: 100%;
    line-height: 1.3
}

.custom-item-2 .title-1 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 600
}

.custom-item-2 .desc-1 {
    font-size: 24px;
    margin-bottom: 40px
}

.custom-item-2 .link-button {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    padding: 20px 42px;
    font-size: 16px
}

.custom-item-2 .link-button span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-2 .link-button:hover {
    color: #fff
}

.custom-item-2 img {
    transition: all .3s ease
}

.custom-item-2:hover img {
    transform: scale(1.03, 1.03) rotate(.03deg) translateZ(0)
}

@media (max-width: 1199px) {
    .custom-item-2 .title-1 {
        font-size: 28px;
        margin-bottom: 12px
    }

    .custom-item-2 .desc-1 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .custom-item-2 {
        margin-top: 0
    }
}

.custom-item-3 {
    position: relative;
    overflow: hidden
}

.custom-item-3 .custom-item-content {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 25px;
    line-height: normal
}

.custom-item-3 .title-1 {
    font-size: 35px;
    font-weight: 600
}

.custom-item-3 .desc-1 {
    font-size: 24px;
    margin-bottom: 32px
}

.custom-item-3 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    padding: 20px 48px;
    font-size: 16px
}

.custom-item-3 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-3 .link-custom:hover {
    color: #fff
}

.custom-item-3 .link-custom:hover {
    background: #fff;
    border-color: #fff
}

.custom-item-3.extra .title-1, .custom-item-3.extra .desc-1 {
    color: #fff
}

@media (max-width: 991px) {
    .custom-item-3 .link-custom {
        padding: 9px 22px 7px;
        font-size: 13px
    }

    .custom-item-3 .title-1 {
        font-size: 24px
    }

    .custom-item-3 .desc-1 {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .custom-item-3.extra {
        margin-top: 30px
    }
}

@media (max-width: 579px) {
    .custom-item-3 .title-1 {
        font-size: 20px
    }

    .custom-item-3 .desc-1 {
        font-size: 16px
    }

    .custom-item-3 .link-custom {
        padding: 8px 25px 6px
    }
}

.custom-item-4:not(.extra) {
    position: relative;
    overflow: hidden
}

.custom-item-4:not(.extra) .custom-item-content {
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: -7px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    padding: 38px 10px 0
}

.custom-item-4:not(.extra) .title-1 {
    font-size: 24px;
    margin-bottom: 21px;
    letter-spacing: .03em
}

@media (max-width: 991px) and (min-width: 768px) {
    .custom-item-4:not(.extra) .title-1 {
        font-size: 20px
    }
}

.custom-item-4:not(.extra) .link-custom {
    text-transform: uppercase;
    font-weight: 600
}

.custom-item-4:not(.extra) img {
    width: 100%
}

.custom-item-4:not(.extra).extra {
    display: none
}

.custom-item-4.extra {
    position: relative
}

.custom-item-4.extra .custom-item-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    background: rgba(59, 242, 188, .8);
    left: 12%;
    right: 12%;
    padding: 76px 15px 63px;
    color: #fff;
    line-height: 1
}

.custom-item-4.extra .title-1 {
    font-size: 84px;
    font-weight: 600;
    margin-bottom: 5px
}

.custom-item-4.extra .desc-1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.custom-item-4.extra .slog-1 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 32px
}

.custom-item-4.extra .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    padding: 20px 48px
}

.custom-item-4.extra .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-4.extra .link-custom:hover {
    color: #fff
}

.custom-item-4.extra img {
    max-width: 100%
}

@media (max-width: 1199px) {
    .custom-item-4.extra .title-1 {
        font-size: 54px
    }

    .custom-item-4.extra .desc-1 {
        font-size: 20px
    }

    .custom-item-4.extra .slog-1 {
        font-size: 34px;
        margin-bottom: 15px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .custom-item-4.extra .custom-item-content {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .custom-item-4.extra .link-custom {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

@media (max-width: 767px) {
    .custom-item-4 {
        margin-bottom: 30px
    }

    .custom-item-4 img {
        width: 100%
    }
}

.custom-item-5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.custom-item-5 > div {
    flex: 1 1 50%
}

.custom-item-5 .custom-item-content {
    text-align: center;
    padding: 33px 90px 25px 20px
}

.custom-item-5 .banner-label {
    font-size: 24px;
    margin-bottom: 10px
}

.custom-item-5 .title-1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 23px
}

.custom-item-5 .desc-1 {
    padding: 0 10%;
    margin-bottom: 43px
}

.custom-item-5 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    font-size: 16px;
    padding: 18px 36px;
    letter-spacing: .03em
}

.custom-item-5 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-5 .link-custom:hover {
    color: #fff
}

@media (max-width: 1199px) {
    .custom-item-5 .title-1 {
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width: 991px) {
    .custom-item-5 > div {
        flex: 1 1 100%;
        margin-bottom: 40px
    }

    .custom-item-5 > div:last-child {
        margin-bottom: 0
    }
}

.custom-item-5 .custom-item-content {
    padding: 0
}

.custom-item-5 img {
    width: 100%
}

.custom-item-6 {
    display: block;
    position: relative;
    overflow: hidden
}

.custom-item-6 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #fff
}

.custom-item-6 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px
}

.custom-item-6 .desc-1 {
    font-size: 24px
}

.custom-item-6 .title-1 + .desc-1 {
    margin-top: -4px;
    margin-bottom: 4px
}

.custom-item-6 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    margin-top: 31px
}

.custom-item-6 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-6 .link-custom:hover {
    color: #fff
}

@media (min-width: 992px) {
    .custom-item-6 .link-custom {
        padding: 18px 42px;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .custom-item-6 .custom-item-content {
        line-height: 2.2em
    }

    .custom-item-6 .title-1 {
        font-size: 28px
    }

    .custom-item-6 .desc-1 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .custom-item-6 {
        margin-bottom: 30px
    }
}

.list-brand-static {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px
}

.list-brand-static li {
    padding: 0 15px
}

.list-brand-static a {
    display: block
}

.list-brand-static a:hover {
    opacity: .5
}

@media (max-width: 991px) {
    .list-brand-static {
        flex-wrap: wrap
    }

    .list-brand-static li {
        padding: 15px
    }
}

@media (max-width: 767px) {
    .list-brand-static li {
        padding-left: 20px;
        padding-right: 20px;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) and (min-width: 1400px) {
    .list-brand-static li {
        padding-left: 20px;
        padding-right: 20px
    }
}

.custom-item-7 {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.custom-item-7 .item {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    position: relative
}

@media (max-width: 579px) {
    .custom-item-7 .item {
        flex-basis: 100%;
        max-width: 100%
    }
}

.custom-item-7 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #fff;
    text-align: center;
    width: 100%
}

.custom-item-7 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px
}

.custom-item-7 .desc-1 {
    font-size: 24px
}

.custom-item-7 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    margin-top: 31px;
    background: 0 0
}

.custom-item-7 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-7 .link-custom:hover {
    color: #fff
}

@media (min-width: 992px) {
    .custom-item-7 .link-custom {
        padding: 18px 42px;
        font-size: 16px
    }
}

.custom-item-7 img {
    width: 100%
}

.custom-item-7 .extra-position .custom-item-content {
    top: 31%;
    color: #000
}

.custom-item-7 .extra-position .link-custom {
    color: #000
}

.custom-item-7 .extra-position .link-custom:hover {
    color: #fff
}

@media (max-width: 1199px) {
    .custom-item-7 .title-1 {
        font-size: 23px
    }

    .custom-item-7 .desc-1 {
        font-size: 18px
    }

    .custom-item-7 .link-custom {
        font-size: 13px;
        padding: 10px 34px;
        margin-top: 20px
    }

    .custom-item-7 .extra-position .custom-item-content {
        top: 35%
    }
}

@media (max-width: 767px) and (min-width: 580px) {
    .custom-item-7 .title-1 {
        font-size: 14px
    }

    .custom-item-7 .desc-1 {
        font-size: 13px
    }

    .custom-item-7 .link-custom {
        font-size: 12px;
        padding: 4px 25px;
        margin-top: 10px
    }

    .custom-item-7 .extra-position .custom-item-content {
        top: 50%
    }
}

.custom-item-8 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.custom-item-8 .item {
    flex-basis: 50%;
    max-width: 50%;
    position: relative
}

@media (max-width: 767px) {
    .custom-item-8 .item {
        flex-basis: 100%;
        max-width: 100%
    }
}

.custom-item-8 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 20px
}

.custom-item-8 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px
}

.custom-item-8 .desc-1 {
    font-size: 24px
}

@media (max-width: 992px) {
    .custom-item-8 .desc-1 {
        line-height: 28px
    }
}

.custom-item-8 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    margin-top: 31px;
    background: 0 0
}

.custom-item-8 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-8 .link-custom:hover {
    color: #fff
}

@media (min-width: 992px) {
    .custom-item-8 .link-custom {
        padding: 18px 42px;
        font-size: 16px
    }
}

.custom-item-8 img {
    width: 100%
}

.custom-item-9 {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 1400px) {
    .custom-item-9 {
        margin-left: -20px;
        margin-right: -20px
    }
}

.custom-item-9 .item {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

@media (min-width: 1400px) {
    .custom-item-9 .item {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .custom-item-9 .item {
        flex-basis: 100%;
        max-width: 100%
    }
}

.custom-item-9 .position-relative {
    position: relative
}

.custom-item-9 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 10px 50px 10px 10px;
    text-align: right
}

.custom-item-9 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px
}

.custom-item-9 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px
}

.custom-item-9 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline
}

.custom-item-9 img {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-9 .custom-item-content {
        padding-right: 25px
    }

    .custom-item-9 .title-1 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .custom-item-9 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .custom-item-9 .link-custom {
        font-size: 14px
    }
}

@media (max-width: 579px) {
    .custom-item-9 .custom-item-content {
        padding-right: 25px
    }

    .custom-item-9 .title-1 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .custom-item-9 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .custom-item-9 .link-custom {
        font-size: 14px
    }
}

.custom-item-10 {
    position: relative;
    padding-bottom: 12px
}

.custom-item-10 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
    padding: 20px 50px
}

.custom-item-10 .title-1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px
}

.custom-item-10 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px
}

.custom-item-10 .link-custom {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase
}

.custom-item-10 img {
    width: 100%
}

@media (max-width: 767px) {
    .custom-item-10 .custom-item-content {
        padding: 20px
    }

    .custom-item-10 .title-1 {
        font-size: 20px;
        margin-bottom: 0
    }

    .custom-item-10 .desc-1 {
        font-size: 13px;
        margin-bottom: 0
    }

    .custom-item-10 .link-custom {
        font-size: 13px
    }
}

.custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
    margin-bottom: 50px
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .custom-item-indent .col-sm-6 {
        margin-bottom: 30px
    }

    .custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
        margin-bottom: 30px
    }

    .custom-item-indent .col-sm-6:last-child {
        margin-bottom: 0
    }
}

.custom-item-11 {
    position: relative;
    overflow: hidden
}

.custom-item-11 .custom-item-content {
    position: absolute;
    top: 13.5%;
    padding: 60px;
    width: 100%;
    line-height: 1.3;
    color: #fff
}

.custom-item-11 .title-1 {
    font-size: 65px;
    font-weight: 600
}

.custom-item-11 .desc-1 {
    font-size: 24px;
    margin-bottom: 35px
}

.custom-item-11 .link-custom {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: #fff
}

.custom-item-11 .link-custom:hover {
    text-decoration: none
}

.custom-item-11 img {
    transition: all .3s ease
}

.custom-item-11:hover img {
    transform: scale(1.03, 1.03) rotate(.03deg) translateZ(0)
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-11 .custom-item-content {
        top: 6%;
        padding: 30px
    }

    .custom-item-11 .title-1 {
        font-size: 40px
    }

    .custom-item-11 .desc-1 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .custom-item-11 .custom-item-content {
        top: 12%;
        padding: 30px
    }

    .custom-item-11 .title-1 {
        font-size: 44px
    }

    .custom-item-11 .desc-1 {
        font-size: 20px
    }
}

@media (max-width: 579px) {
    .custom-item-11 .custom-item-content {
        top: 4%;
        padding: 15px
    }
}

.custom-item-12 {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.custom-item-12 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.1
}

.custom-item-12 .desc-1 {
    font-size: 34px
}

.custom-item-12 .title-1 {
    font-size: 114px;
    font-weight: 700;
    margin-bottom: 20px
}

.custom-item-12 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0
}

.custom-item-12 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-12 .link-custom:hover {
    color: #fff
}

.custom-item-12 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-12 .desc-1 {
        font-size: 26px
    }

    .custom-item-12 .title-1 {
        font-size: 65px
    }
}

@media (max-width: 767px) {
    .custom-item-12 .desc-1 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .custom-item-12 .title-1 {
        font-size: 23px;
        margin-bottom: 10px
    }

    .custom-item-12 .link-custom {
        font-size: 12px;
        padding: 6px 20px
    }
}

@media (max-width: 579px) {
    .custom-item-12 .custom-item-content {
        width: 100%
    }

    .custom-item-12 .desc-1 {
        font-size: 14px
    }

    .custom-item-12 .title-1 {
        font-size: 18px
    }
}

.custom-item-13 {
    text-align: center
}

.custom-item-13 .custom-content {
    border: 1px solid #eae9e9;
    padding: 59px 25px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.custom-item-13 span {
    font-size: 42px;
    display: block;
    margin-bottom: 27px
}

.custom-item-13 .title {
    font-size: 24px;
    margin-bottom: 27px;
    line-height: 1.2
}

.custom-item-13 .desc-content {
    font-size: 12px;
    line-height: 22px
}

@media (max-width: 1199px) {
    .custom-item-13 .title {
        font-size: 19px
    }
}

@media (max-width: 767px) {
    .custom-item-13 li {
        margin-bottom: 30px
    }

    .custom-item-13 li:last-child {
        margin-bottom: 0
    }
}

.custom-item-14 {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.custom-item-14 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    line-height: 1.1
}

.custom-item-14 .title-1 {
    font-size: 84px;
    font-weight: 500;
    margin-bottom: 18px
}

.custom-item-14 .desc-1 {
    font-size: 24px;
    margin-bottom: 53px
}

.custom-item-14 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0;
    padding: 18px 40px
}

.custom-item-14 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-14 .link-custom:hover {
    color: #fff
}

.custom-item-14 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-14 .title-1 {
        font-size: 35px
    }

    .custom-item-14 .desc-1 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .custom-item-14 .link-custom {
        padding: 8px 30px
    }
}

@media (max-width: 767px) {
    .custom-item-14 .custom-item-content {
        left: 30%
    }

    .custom-item-14 .title-1 {
        font-size: 26px
    }

    .custom-item-14 .desc-1 {
        font-size: 14px
    }

    .custom-item-14 .link-custom {
        font-size: 13px
    }
}

@media (max-width: 579px) {
    .custom-item-14 .custom-item-content {
        left: 35%
    }

    .custom-item-14 .title-1 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .custom-item-14 .desc-1 {
        font-size: 12px;
        margin-bottom: 10px
    }

    .custom-item-14 .link-custom {
        font-size: 12px;
        padding: 4px 20px
    }
}

.custom-item-15 {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.custom-item-15 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    line-height: 1.1
}

.custom-item-15 .title-1 {
    font-size: 84px;
    font-weight: 500;
    margin-bottom: 18px
}

.custom-item-15 .desc-1 {
    font-size: 24px;
    margin-bottom: 53px
}

.custom-item-15 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0;
    padding: 18px 40px
}

.custom-item-15 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-15 .link-custom:hover {
    color: #fff
}

.custom-item-15 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-15 .title-1 {
        font-size: 35px
    }

    .custom-item-15 .desc-1 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .custom-item-15 .link-custom {
        padding: 8px 30px
    }
}

@media (max-width: 767px) {
    .custom-item-15 .custom-item-content {
        left: 70%
    }

    .custom-item-15 .title-1 {
        font-size: 26px
    }

    .custom-item-15 .desc-1 {
        font-size: 14px
    }

    .custom-item-15 .link-custom {
        font-size: 13px
    }
}

@media (max-width: 579px) {
    .custom-item-15 .custom-item-content {
        left: 65%
    }

    .custom-item-15 .title-1 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .custom-item-15 .desc-1 {
        font-size: 12px;
        margin-bottom: 10px
    }

    .custom-item-15 .link-custom {
        font-size: 12px;
        padding: 4px 20px
    }
}

.row-main-custom {
    display: flex;
    margin: 0 -25px;
    margin-bottom: 50px
}

.row-main-custom .col-main-custom {
    padding: 0 25px
}

@media (max-width: 767px) {
    .row-main-custom {
        flex-wrap: wrap
    }
}

.custom-item-16 .item {
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .custom-item-16 .item {
        margin-bottom: 35px
    }
}

@media (min-width: 768px) {
    .custom-item-16 .item:last-child {
        margin-bottom: 0
    }
}

.custom-item-16 .position-relative {
    position: relative
}

.custom-item-16 .custom-item-content {
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 10px 50px 10px 10px;
    text-align: right
}

.custom-item-16 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px
}

.custom-item-16 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px
}

.custom-item-16 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline
}

.custom-item-16 img {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-16 .custom-item-content {
        padding-right: 25px
    }

    .custom-item-16 .title-1 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .custom-item-16 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .custom-item-16 .link-custom {
        font-size: 14px
    }
}

@media (max-width: 579px) {
    .custom-item-16 .custom-item-content {
        padding-right: 25px
    }

    .custom-item-16 .title-1 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .custom-item-16 .desc-1 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .custom-item-16 .link-custom {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .custom-item-16 .item {
        margin-bottom: 30px
    }
}

.custom-item-17 {
    position: relative
}

.custom-item-17 .custom-item-content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    width: 100%
}

.custom-item-17 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}

.custom-item-17 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px
}

.custom-item-17 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0;
    padding: 18px 40px
}

.custom-item-17 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-17 .link-custom:hover {
    color: #fff
}

.custom-item-17 img {
    width: 100%
}

@media (max-width: 991px) {
    .custom-item-17 .title-1 {
        font-size: 20px
    }

    .custom-item-17 .desc-1 {
        font-size: 18px
    }

    .custom-item-17 .link-custom {
        padding: 8px 30px
    }
}

.custom-item-18 {
    position: relative
}

.custom-item-18 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    color: #fff;
    line-height: 1
}

.custom-item-18 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase
}

.custom-item-18 .desc-1 {
    font-size: 24px;
    margin-bottom: 30px
}

.custom-item-18 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    color: #fff
}

.custom-item-18 .link-custom:hover {
    text-decoration: none
}

.custom-item-18 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-18 .title-1 {
        font-size: 24px
    }

    .custom-item-18 .desc-1 {
        font-size: 18px;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .custom-item-18 .title-1 {
        font-size: 14px
    }

    .custom-item-18 .desc-1 {
        font-size: 13px
    }

    .custom-item-18 .link-custom {
        font-size: 12px
    }
}

@media (max-width: 579px) {
    .custom-item-18 .title-1 {
        margin-bottom: 10px
    }

    .custom-item-18 .desc-1 {
        display: none
    }
}

.custom-item-19 {
    position: relative
}

.custom-item-19 .custom-item-content {
    position: absolute;
    top: 18.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    color: #fff
}

.custom-item-19 .title-1 {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 70px
}

.custom-item-19 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 35px
}

.custom-item-19 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0;
    padding: 18px 45px;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.custom-item-19 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-19 .link-custom:hover {
    color: #fff
}

.custom-item-19 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-19 .custom-item-content {
        width: 80%
    }

    .custom-item-19 .title-1 {
        font-size: 30px;
        line-height: 40px
    }

    .custom-item-19 .desc-1 {
        font-size: 20px;
        line-height: 28px
    }

    .custom-item-19 .link-custom {
        padding: 8px 25px
    }
}

@media (max-width: 991px) {
    .custom-item-19 .custom-item-content {
        top: 28%
    }

    .custom-item-19 .link-custom {
        width: 60%;
        text-align: center
    }
}

.custom-item-20 {
    position: relative;
    margin-bottom: 50px
}

.custom-item-20 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1
}

.custom-item-20 .title-1 {
    font-size: 95px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase
}

.custom-item-20 .desc-1 {
    font-size: 34px;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.custom-item-20 .link-custom {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff
}

.custom-item-20 .link-custom:hover {
    text-decoration: none
}

.custom-item-20 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-20 {
        margin-bottom: 37px
    }

    .custom-item-20 .title-1 {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .custom-item-20 {
        margin-bottom: 23px
    }

    .custom-item-20 .desc-1 {
        font-size: 18px
    }

    .custom-item-20 .title-1 {
        font-size: 30px
    }
}

@media (max-width: 579px) {
    .custom-item-20 .desc-1 {
        font-size: 14px
    }

    .custom-item-20 .title-1 {
        font-size: 18px
    }

    .custom-item-20 .link-custom {
        font-size: 13px
    }
}

.custom-item-21 {
    position: relative
}

.custom-item-21 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1
}

.custom-item-21 .title-1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 28px;
    text-transform: uppercase
}

.custom-item-21 .desc-1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase
}

.custom-item-21 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0;
    padding: 18px 45px
}

.custom-item-21 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-21 .link-custom:hover {
    color: #fff
}

.custom-item-21 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-21 .title-1 {
        font-size: 30px;
        line-height: 36px
    }

    .custom-item-21 .link-custom {
        padding: 7px 33px
    }
}

@media (max-width: 991px) {
    .custom-item-21 .custom-item-content {
        width: 90%
    }
}

.custom-item-22 {
    position: relative
}

.custom-item-22 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1;
    width: 88%
}

.custom-item-22 .title-1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 40px;
    text-transform: uppercase
}

.custom-item-22 .desc-1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.custom-item-22 .link-custom {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff
}

.custom-item-22 .link-custom:hover {
    text-decoration: none
}

.custom-item-22 img {
    width: 100%
}

@media (max-width: 1199px) {
    .custom-item-22 .title-1 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width: 991px) {
    .custom-item-22 .custom-item-content {
        width: 90%
    }

    .custom-item-22 .desc-1 {
        font-size: 13px;
        line-height: 20px
    }

    .custom-item-22 .title-1 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px
    }
}

.custom-item-23 .title-static-block {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .custom-item-23 .title-static-block {
        margin-bottom: 25px;
        font-size: 20px
    }
}

.custom-item-24 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.custom-item-25 .item {
    margin-bottom: 50px
}

.custom-item-25 .position-relative {
    position: relative;
    display: block
}

.custom-item-25 .custom-item-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.custom-item-25 .title-1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px
}

.custom-item-25 .desc-1 {
    font-size: 24px
}

.custom-item-25 img {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-25 .title-1 {
        font-size: 20px
    }

    .custom-item-25 .desc-1 {
        font-size: 18px
    }
}

@media (max-width: 579px) {
    .custom-item-25 .title-1 {
        font-size: 26px
    }

    .custom-item-25 .desc-1 {
        font-size: 20px
    }
}

.custom-item-26 {
    font-size: 12px;
    line-height: 22px
}

.custom-item-26 > div {
    display: flex
}

.custom-item-26 .block-bg-custom {
    background: #f8f8fa;
    padding: 47px 30px 30px;
    border: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .block-bg-custom {
        padding: 10px 12px
    }
}

.custom-item-26 .block-border-custom {
    padding: 45px 30px 30px;
    border: 1px solid #eae9e9
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .block-border-custom {
        padding: 10px 12px
    }
}

.custom-item-26 .block-bg_2-custom {
    padding: 45px 30px 30px;
    color: #fff;
    border: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .block-bg_2-custom {
        padding: 10px 12px
    }
}

.custom-item-26 .block-bg_2-custom .left-custom-title, .custom-item-26 .block-bg_2-custom .icon-telephone2:before {
    color: #fff
}

.custom-item-26 .left-custom-title {
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.custom-item-26 .left-custom-title strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px
}

.custom-item-26 .left-custom-title span {
    font-size: 40px;
    padding-right: 10px;
    margin-top: -7px
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-item-26 .left-custom-title strong {
        font-size: 14px;
        line-height: 20px
    }

    .custom-item-26 .left-custom-title span {
        font-size: 21px
    }
}

@media (max-width: 767px) {
    .custom-item-26 > div {
        margin-bottom: 30px
    }

    .custom-item-26 > div:last-child {
        margin-bottom: 0
    }
}

.custom-item-27 {
    display: flex
}

@media (min-width: 768px) {
    .custom-item-27 {
        margin-left: calc(50% - 49.6vw);
        margin-right: calc(50% - 49.6vw)
    }
}

.custom-item-27 .item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    position: relative
}

.custom-item-27 .item:before {
    content: "";
    position: absolute;
    border: 12px solid #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease
}

.custom-item-27 .item:hover:before {
    opacity: .6
}

.custom-item-27 .custom-item-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 1;
    padding: 0 0 0 84px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.custom-item-27 .title-1 {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.custom-item-27 .title-1 span {
    font-weight: 300;
    display: block
}

.custom-item-27 .desc-1 {
    font-size: 130px;
    font-weight: 700;
    letter-spacing: -5px;
    margin-bottom: 15px
}

.custom-item-27 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0;
    padding: 18px 45px
}

.custom-item-27 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-27 .link-custom:hover {
    color: #fff
}

.custom-item-27 .item-extra .custom-item-content {
    text-align: center;
    padding-left: 0;
    align-items: center
}

.custom-item-27 .item-extra .title-1 {
    font-size: 84px;
    margin-bottom: 50px
}

.custom-item-27 .item-extra-2 .desc-1 {
    color: #ee221d
}

.custom-item-27 .item-extra-2 .link-custom:hover {
    background: 0 0 !important
}

@media (max-width: 1766px) {
    .custom-item-27 .title-1 {
        font-size: 54px
    }

    .custom-item-27 .desc-1 {
        font-size: 80px
    }

    .custom-item-27 .item-extra .title-1 {
        font-size: 60px
    }
}

@media (max-width: 1366px) {
    .custom-item-27 .title-1 {
        font-size: 30px
    }

    .custom-item-27 .desc-1 {
        font-size: 40px;
        letter-spacing: 0
    }

    .custom-item-27 .item-extra .title-1 {
        font-size: 40px
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .custom-item-27 .custom-item-content {
        padding-left: 35px
    }
}

@media (max-width: 767px) {
    .custom-item-27 {
        flex-wrap: wrap
    }

    .custom-item-27 .item {
        flex-basis: 100%;
        max-width: 100%
    }
}

.custom-item-28 {
    display: flex
}

.custom-item-28 .item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    position: relative
}

.custom-item-28 .item:before {
    content: "";
    position: absolute;
    border: 12px solid #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease
}

.custom-item-28 .item:hover:before {
    opacity: .6
}

.custom-item-28 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    width: 100%;
    padding: 0 0 0 50px
}

.custom-item-28 .title-1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.custom-item-28 .title-1 span {
    font-weight: 300;
    display: block
}

.custom-item-28 .desc-1 {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -5px;
    margin-bottom: 15px
}

.custom-item-28 .link-custom {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    transition: all .3s ease;
    background: 0 0;
    padding: 18px 45px
}

.custom-item-28 .link-custom span {
    font-family: 'Geomanist', sans-serif
}

.custom-item-28 .link-custom:hover {
    color: #fff
}

.custom-item-28 .item-extra .custom-item-content {
    text-align: center;
    padding-left: 0
}

.custom-item-28 .item-extra .title-1 {
    font-size: 64px;
    margin-bottom: 40px
}

.custom-item-28 .item-extra-2 .desc-1 {
    color: #ee221d
}

@media (max-width: 1199px) and (min-width: 768px) {
    .custom-item-28 .custom-item-content {
        padding-left: 30px
    }

    .custom-item-28 .title-1 {
        font-size: 28px
    }

    .custom-item-28 .desc-1 {
        font-size: 45px;
        letter-spacing: 0
    }

    .custom-item-28 .item-extra .title-1 {
        font-size: 45px;
        margin-bottom: 30px
    }

    .custom-item-28 .link-custom {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width: 767px) {
    .custom-item-28 {
        flex-wrap: wrap
    }

    .custom-item-28 .item {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 579px) {
    .custom-item-28 .title-1 {
        font-size: 40px
    }

    .custom-item-28 .desc-1 {
        font-size: 30px;
        letter-spacing: 0
    }

    .custom-item-28 .item-extra .title-1 {
        font-size: 45px;
        margin-bottom: 30px
    }

    .custom-item-28 .link-custom {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width: 768px) {
    .custom-item-29 li {
        margin-bottom: 0
    }
}

.custom-item-29 .custom-content {
    border-width: 3px;
    border-color: #000;
    transition: all .3s ease
}

.custom-item-29 .custom-content:hover {
    border-color: #ee221d
}

.custom-item-29 .title {
    text-transform: uppercase;
    font-weight: 700
}

.social-sharing {
    overflow: hidden;
    margin-bottom: -14px
}

#page-preloader .spinner:before, #page-preloader .spinner:after, .loading-mask .loader:before, .loading-mask .loader:after {
    border-width: 3px;
    border-style: solid
}

.loading-mask {
    display: none
}

.checkout-index-index .loading-mask {
    display: block
}

.cms-index-index.ajax-loading .loader p {
    display: none !important
}

.cms-index-index._has-modal.ajax-loading .action.delete:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 15px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px dashed;
    border-radius: 50%;
    animation: cssload-spin .69s infinite linear;
    -o-animation: cssload-spin .69s infinite linear;
    -ms-animation: cssload-spin .69s infinite linear;
    -webkit-animation: cssload-spin .69s infinite linear;
    -moz-animation: cssload-spin .69s infinite linear
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg)
    }
}

.check_privacy_field {
    margin-top: 10px;
    display: flex
}

.check_privacy_field .check_privacy {
    margin: 0 15px 0 0
}

.check_privacy_field span {
    font-size: 13px;
    line-height: 18px
}

.check_privacy_field a:hover {
    text-decoration: underline;
    color: inherit
}

.disable-checked {
    pointer-events: none;
    opacity: .3
}

.cms-index-index .slider-pro-wrapper .link-slider:hover {
    border-color: rgba(0, 163, 224, .8)
}

.cms-index-index .slider-pro-wrapper .link-slider {
    border-color: #00a3e0
}

.checkout-cart-index .cart-summary .title:hover {
    color: #231f20
}

.cms-index-index .custom-content tr td a {
    color: #231f20
}

.cms-index-index .custom-content tr td a:hover {
    color: #00a3e0
}

@media (max-width: 767px) {
    #block-cookies-wrap {
        margin-top: 75px
    }
}

.no-display {
    display: none
}

.cms-page-view h1 span, .cms-page-view heading-1 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.cms-page-view h2 span, .cms-page-view heading-2 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.cms-page-view h3 span, .cms-page-view heading-3 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.cms-page-view h4 span, .cms-page-view heading-4 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.cms-page-view h5 span, .cms-page-view heading-5 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.cms-page-view h6 span, .cms-page-view heading-6 span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.cms-page-view h1.page-title, .cms-page-view h2.page-title {
    text-align: left
}

@media (min-width: 992px) {
    .cms-support .page-title, .cms-faq .page-title, .cms-about-us .page-title, .cms-shipping-delivery .page-title, .cms-guarantee .page-title, .cms-secure-payment .page-title, .cms-terms-conditions .page-title {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        margin-left: calc(16.66667% + 8px)
    }
}

dl.custom-page dd {
    font-style: normal
}

.custom-page .page-title, .custom-page .section-title {
    margin-bottom: 45px
}

.search-term-popular ul.search-terms:before, .search-term-popular ul.search-terms:after {
    display: table;
    content: "";
    line-height: 0
}

.search-term-popular ul.search-terms:after {
    clear: both
}

.search-term-popular ul.search-terms li {
    float: left;
    margin-right: 15px;
    font-size: 24px
}

.about-us-page img {
    margin-bottom: 35px
}

.about-us-page p {
    margin-bottom: 25px
}

.about-us-page ul {
    padding-top: 5px
}

.about-us-page ul li {
    padding: 5px 0
}

.about-us-page ul a {
    font-size: 12px
}

.not-found-page .disc li, .not-found-page dd {
    font-style: normal
}

.not-found-page .not-found-page_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
}

.not-found-page .not-found-page_top img {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px
}

.not-found-page .not-found-page_top > div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center
}

.not-found-page .not-found-page_top strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    padding-right: 20px
}

@media (min-width: 768px) {
    .not-found-page .not-found-page_top strong {
        font-size: 50px;
        line-height: 1
    }
}

@media (min-width: 992px) {
    .not-found-page .not-found-page_top strong {
        font-size: 84px;
        line-height: 84px
    }
}

.not-found-page .not-found-page_top span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300
}

@media (min-width: 768px) {
    .not-found-page .not-found-page_top span {
        font-size: 30px;
        line-height: 38px
    }
}

@media (min-width: 992px) {
    .not-found-page .not-found-page_top span {
        font-size: 55px;
        line-height: 68px
    }
}

.not-found-page .not-found-page_bottom dt {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .not-found-page .not-found-page_bottom dt {
        font-size: 20px
    }
}

.not-found-page .not-found-page_bottom dd {
    text-align: center
}

.not-found-page .not-found-page_bottom dd a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 27px;
    text-transform: uppercase;
    line-height: inherit;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px
}

.not-found-page .not-found-page_bottom dd a:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.not-found-page .not-found-page_bottom dd a:before {
    padding-right: 5px;
    font-size: 22px;
    vertical-align: sub
}

.shipping-delivery-page p {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .shipping-delivery-page p {
        margin-bottom: 91px
    }
}

.shipping-delivery-page .heading-3, .shipping-delivery-page .collapsible-block .opener, .collapsible-block .shipping-delivery-page .opener {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .shipping-delivery-page .heading-3, .shipping-delivery-page .collapsible-block .opener, .collapsible-block .shipping-delivery-page .opener {
        margin-bottom: 20px;
        font-size: 20px
    }
}

.shipping-delivery-page ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: .8em
}

.shipping-delivery-page ul li:before {
    content: '.';
    font-size: 35px;
    line-height: inherit;
    position: absolute;
    top: -8px;
    left: 0
}

.shipping-delivery-page ul li:last-child {
    margin-bottom: 1.5em
}

.shipping-delivery-page .shipping-delivery-page__border {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eae9e9
}

@media (min-width: 992px) {
    .shipping-delivery-page .shipping-delivery-page__border {
        padding-bottom: 70px;
        margin-bottom: 99px
    }
}

.shipping-delivery-page .shipping-delivery-page__border span:not(.heading-3) {
    margin-bottom: 15px;
    display: block
}

.shipping-delivery-page .shipping-delivery-page__list p {
    margin-bottom: 78px
}

.shipping-delivery-page .shipping-delivery-page_shipping-icon {
    line-height: inherit
}

.shipping-delivery-page .shipping-delivery-page_shipping-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.shipping-delivery-page .shipping-delivery-page_track-icon {
    line-height: inherit
}

.shipping-delivery-page .shipping-delivery-page_track-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.shipping-delivery-page .shipping-delivery-page_order-icon {
    line-height: inherit
}

.shipping-delivery-page .shipping-delivery-page_order-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.shipping-delivery-page .shipping-delivery-page_shipping-icon:before, .shipping-delivery-page .shipping-delivery-page_track-icon:before, .shipping-delivery-page .shipping-delivery-page_order-icon:before {
    font-size: 40px;
    padding-right: 15px
}

.change-message {
    color: #31708f;
    background-color: #d9edf7;
    padding: .8rem 3.5rem .8rem 1rem;
    margin-bottom: 30px;
    border: 1px solid #bce8f1;
    border-radius: 2px;
    position: relative;
    font-size: 14px
}

.privacy-policy-page dd {
    margin-bottom: 50px
}

.cms-faq .page-title-wrapper .page-title {
    margin-bottom: 42px
}

.faq-page #faq-accordion .accordion-trigger {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    transition: .3s
}

.faq-page #faq-accordion .accordion-trigger:before {
    content: 'q';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer
}

.faq-page #faq-accordion .accordion-trigger:after {
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0)
}

.faq-page #faq-accordion .accordion-trigger.open {
    margin-bottom: 35px
}

.faq-page #faq-accordion .accordion-trigger.open:after {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0)
}

.faq-page #faq-accordion .accordion-trigger span {
    cursor: pointer;
    font-size: 20px;
    line-height: 50px
}

.faq-page #faq-accordion .accordion-content {
    display: none;
    padding-bottom: 50px
}

.faq-page #faq-accordion .accordion-content p {
    margin-bottom: 23px
}

.faq-page #faq-accordion .accordion-content p:before {
    content: 'a';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    background: #fafafa;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin: 5px 15px 15px 0;
    float: left
}

.form-orders-search legend.admin__legend {
    padding-bottom: 2em;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    width: 100%
}

.form-orders-search .actions-toolbar {
    padding-top: 1.5rem;
    border-top: 1px solid #eae9e9
}

.customer-account-create .field .checkbox {
    margin-top: .5rem
}

.customer-account-index .account-nav .account-nav-content .nav.items a {
    color: #231f20;
    font-size: 12px;
    line-height: 30px
}

@media (max-width: 991px) {
    .customer-account-index .account-nav .account-nav-content .nav.items a {
        font-size: 12px
    }
}

.customer-account-index .account-nav .account-nav-content .nav.items a:hover {
    color: #00a3e0
}

.customer-account-index .account-nav .nav.items strong {
    font-weight: 400
}

.customer-account-index .block-dashboard-orders .block-title.order {
    margin-bottom: 20px
}

.customer-account-index .block-dashboard-orders .block-title.order .action {
    float: none;
    position: static
}

@media (min-width: 768px) {
    .customer-account-index .block-dashboard-orders .block-title.order .action {
        position: absolute
    }
}

.customer-account-index .table-order-items tbody tr td {
    border: none;
    vertical-align: top;
    padding: 5px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .customer-account-index .table-order-items tbody tr td {
        padding: 30px 5px;
        border-bottom: 1px solid #e9e9e9;
        display: table-cell
    }
}

.customer-account-index .table-order-items tbody tr td:before {
    display: none
}

.customer-account-index .table-order-items tr + tr {
    padding-top: 12px
}

@media (min-width: 768px) {
    .customer-account-index .table-order-items tr + tr {
        padding: 0
    }
}

.customer-account-index .table-order-items td span {
    display: block
}

.customer-account-index .table-order-items .col.id:before {
    font-weight: 500;
    border-bottom: solid 1px #dadada;
    content: attr(data-th);
    margin: 15px 0 10px;
    display: block
}

@media (min-width: 768px) {
    .customer-account-index .table-order-items .col.id {
        width: 42%
    }

    .customer-account-index .table-order-items .col.id:before {
        display: none
    }
}

.customer-account-index .table-order-items .id-number {
    font-size: 18px;
    color: #00a3e0
}

.customer-account-index .table-order-items .col.date {
    font-size: 14px;
    width: 50%;
    display: inline-block
}

@media (min-width: 768px) {
    .customer-account-index .table-order-items .col.date {
        display: table-cell;
        text-align: center;
        width: 15%
    }
}

.customer-account-index .table-order-items .col.total {
    width: 50%;
    display: inline-block
}

@media (min-width: 768px) {
    .customer-account-index .table-order-items .col.total {
        display: table-cell;
        color: #a7a5a6;
        text-align: center;
        width: 25%
    }
}

.customer-account-index .table-order-items .col.total .price {
    font-size: 18px;
    font-weight: 500;
    color: #231f20
}

@media (min-width: 768px) {
    .customer-account-index .table-order-items .col.actions {
        width: 18%
    }
}

.customer-account-index .table-order-items .col.actions .action.view, .customer-account-index .table-order-items .col.actions .action.order {
    color: #00a3e0;
    font-size: 14px;
    padding: 0 0 12px;
    display: inline-block;
    width: 49%
}

.customer-account-index .table-order-items .col.actions .action.view:hover, .customer-account-index .table-order-items .col.actions .action.order:hover {
    background: 0 0;
    color: #00a3e0;
    border: none
}

@media (min-width: 768px) {
    .customer-account-index .table-order-items .col.actions .action.view, .customer-account-index .table-order-items .col.actions .action.order {
        display: inline-block;
        width: 100%
    }
}

.customer-service h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 22px
}

.customer-service h4 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 15px
}

.customer-service .customer-service__block {
    margin-bottom: 94px
}

.customer-service .table-block {
    margin-bottom: 65px
}

.customer-service .table-block h3 {
    margin-bottom: 46px
}

.customer-service .table-block table {
    width: 100%
}

.customer-service .table-block thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9
}

.customer-service .table-block thead th {
    padding: 10px;
    border-left: 1px solid #eae9e9;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle
}

.customer-service .table-block thead th:first-child {
    padding-left: 0;
    border-left: none
}

@media (min-width: 992px) {
    .customer-service .table-block thead th {
        padding: 15px 10px 15px 35px
    }
}

@media (min-width: 768px) {
    .customer-service .table-block tbody tr:first-child td {
        padding-top: 41px
    }
}

@media (min-width: 768px) {
    .customer-service .table-block tbody tr:last-child td {
        padding-bottom: 30px
    }
}

.customer-service .table-block tbody td {
    font-size: 12px;
    line-height: 1;
    padding: 7px
}

@media (min-width: 768px) {
    .customer-service .table-block tbody td {
        border-left: 1px solid #eae9e9
    }

    .customer-service .table-block tbody td:first-child {
        padding-left: 0;
        border-left: none
    }
}

@media (min-width: 992px) {
    .customer-service .table-block tbody td {
        padding: 11px 10px 11px 35px
    }
}

@media (max-width: 767px) {
    .customer-service .table-block thead {
        display: none
    }

    .customer-service .table-block tbody td {
        display: block;
        text-align: center
    }

    .customer-service .table-block tbody td:first-child {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        background: #f6f6f6;
        margin-bottom: 1em;
        padding: 1em 1em .8em
    }

    .customer-service .table-block tbody td:first-child:before {
        display: none
    }

    .customer-service .table-block tbody td:last-child {
        margin-bottom: 1em
    }

    .customer-service .table-block tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
        font-weight: 600
    }
}

.customer-service .list-block h3 {
    margin-bottom: 27px
}

.customer-service .list-block li {
    margin-bottom: 20px
}

.customer-service .list-block h4 {
    line-height: inherit
}

.customer-service .list-block h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.customer-service .list-block h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px
}

.cms-customer-service .page-title-wrapper .page-title {
    margin-bottom: 86px
}

.support-page .text-block {
    padding-bottom: 80px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 87px
}

.support-page .boxes-block h3 {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 45px
}

.support-page .boxes-block li a {
    transition: 0s
}

.support-page .boxes-block li div {
    background: 0 0;
    border: 2px solid;
    margin-bottom: 30px;
    padding: 76px 10px;
    transition: .3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.support-page .boxes-block li div:hover span, .support-page .boxes-block li div:hover span:before {
    color: #fff
}

@media (min-width: 1400px) {
    .support-page .boxes-block li div {
        margin-bottom: 50px
    }
}

.support-page .boxes-block li div span {
    font-size: 20px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.support-page .boxes-block li div span:before {
    font-size: 70px;
    line-height: 1;
    padding-bottom: 19px
}

.support-page .boxes-block .support-page__archive-icon {
    line-height: inherit
}

.support-page .boxes-block .support-page__archive-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.support-page .boxes-block .support-page__bubbles-icon {
    line-height: inherit
}

.support-page .boxes-block .support-page__bubbles-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.support-page .boxes-block .support-page__bubble-question-icon {
    line-height: inherit
}

.support-page .boxes-block .support-page__bubble-question-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.support-page .boxes-block .support-page__envelope-icon {
    line-height: inherit
}

.support-page .boxes-block .support-page__envelope-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.guarantee-page p {
    margin-bottom: 20px
}

.guarantee-page h3 {
    font-size: 35px;
    line-height: 1;
    font-weight: 600
}

.guarantee-page h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    line-height: inherit
}

.guarantee-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.guarantee-page h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px
}

.guarantee-page ul {
    padding: 10px 0 20px
}

.guarantee-page ul li {
    margin-bottom: 15px
}

.guarantee-page ul li:last-child {
    margin-bottom: 0
}

.guarantee-page .text-block {
    padding-bottom: 70px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 85px
}

.guarantee-page .text-block:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.secure-payment-page h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 21px;
    line-height: inherit
}

.secure-payment-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.secure-payment-page h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px
}

.secure-payment-page ul {
    padding: 15px 0 30px
}

.secure-payment-page ul li {
    margin-bottom: 29px
}

.secure-payment-page ul li:last-child {
    margin-bottom: 0
}

.secure-payment-page .secure-payment_icons ul:before, .secure-payment-page .secure-payment_icons ul:after {
    display: table;
    content: "";
    line-height: 0
}

.secure-payment-page .secure-payment_icons ul:after {
    clear: both
}

.secure-payment-page .secure-payment_icons ul li {
    float: left;
    margin-right: 28px
}

.secure-payment-page .secure-payment_icons ul a {
    font-size: 41px;
    line-height: 1
}

.terms-conditions-page p {
    margin-bottom: 28px
}

.terms-conditions-page ul h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    line-height: inherit
}

.terms-conditions-page ul h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.terms-conditions-page ul h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px
}

.cms-template-settings .page-title-wrapper .page-title {
    margin-bottom: 86px
}

.cms-template-settings.cms-page-view h3 {
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    margin-bottom: 2em
}

.cms-template-settings.cms-page-view h3 em {
    font-weight: 400
}

.cms-template-settings .data-table {
    margin-bottom: 40px
}

.cms-template-settings .data-table thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9
}

.cms-template-settings .data-table thead th {
    border-left: 1px solid #eae9e9;
    padding: 5px;
    text-transform: none
}

.cms-template-settings .data-table thead th:first-child {
    padding-left: 0;
    border-left: none
}

@media (min-width: 992px) {
    .cms-template-settings .data-table thead th {
        padding: 10px 20px
    }
}

.cms-template-settings .data-table tbody tr:first-child td {
    padding-top: 15px
}

@media (min-width: 992px) {
    .cms-template-settings .data-table tbody tr:first-child td {
        padding-top: 35px
    }
}

.cms-template-settings .data-table tbody tr:last-child td {
    padding-bottom: 15px
}

@media (min-width: 992px) {
    .cms-template-settings .data-table tbody tr:last-child td {
        padding-bottom: 30px
    }
}

.cms-template-settings .data-table tbody td {
    padding: 5px;
    border-left: 1px solid #eae9e9
}

.cms-template-settings .data-table tbody td:first-child {
    border-left: none;
    padding-left: 0
}

@media (min-width: 992px) {
    .cms-template-settings .data-table tbody td {
        padding: 10px 20px
    }
}

.extra-title-settings {
    font-weight: 500
}

.ios.iphone .page-header, .ios.iphone .page-header__content, .ios.iphone .header-bottom-wrap {
    position: static
}

.ios.iphone .rd-navbar-fixed .rd-navbar-cart-fixed, .ios.iphone .rd-navbar-fixed .rd-navbar-collapse-toggle, .ios.iphone .rd-navbar-fixed .rd-navbar-search-toggle, .ios.iphone .rd-navbar-fixed .rd-navbar-toggle {
    z-index: 99
}

.ios.iphone .rd-navbar-fixed .rd-navbar-search .form-group {
    left: -10px
}

.ios.iphone .modals-wrapper {
    z-index: 99
}

@media (max-width: 991px) and (min-width: 768px) {
    .catalog-category-view .page-title {
        font-size: 32px
    }
}

.catalog-category-view .category-count {
    font-size: 30px;
    color: #bdbdbd;
    font-weight: 400;
    vertical-align: baseline
}

@media (max-width: 767px) {
    .catalog-category-view .category-count {
        font-size: 20px
    }
}

.cms-home .page-wrapper .custom-item-5 {
    padding: 20px 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
    max-width: 580px
}

@media (min-width: 768px) {
    .cms-home .page-wrapper .custom-item-5 {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .cms-home .page-wrapper .custom-item-5 {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .cms-home .page-wrapper .custom-item-5 {
        max-width: 1200px
    }
}

@media (min-width: 1400px) {
    .cms-home .page-wrapper .custom-item-5 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1400.00004px
    }
}

@media (max-width: 767px) {
    .ios.iphone .rd-navbar-fixed .rd-navbar-panel-canvas, .ios.iphone .rd-navbar-fixed .rd-navbar-cart {
        position: fixed
    }

    .ios.iphone .rd-navbar-fixed .page-header__content {
        position: relative
    }

    .ios.iphone .navigation .rd-navbar-search-toggle, .ios.iphone .navigation .rd-navbar-cart-fixed, .ios.iphone .navigation .rd-navbar-collapse {
        position: fixed
    }

    .ios.iphone .navigation .rd-navbar-nav-wrap {
        position: fixed
    }

    .ios.iphone .navigation .rd-navbar-nav-wrap.active {
        position: fixed
    }

    .ios.iphone .navigation .rd-navbar-search .form-group {
        position: relative;
        left: 0
    }

    .ios.iphone .navigation .rd-navbar-collapse-toggle {
        position: relative;
        z-index: 18
    }

    .ios.iphone .navigation .rd-navbar-toggle {
        position: absolute;
        display: flex;
        justify-content: flex-end;
        z-index: 21
    }

    .ios.iphone .navigation .rd-navbar-toggle.active span:before {
        top: 0;
        right: 0
    }
}

.swatch-input {
    left: -10000px;
    position: absolute;
    visibility: hidden
}

.products .product-item .product-item-name {
    Font-size: 22px;
    display: block
}

.products .product-item .product-item-link {
    color: #231f20;
    font-weight: 500
}

.products .product-item .rating-summary {
    display: inline-block
}

.products .product-item .rating-summary .label {
    display: none
}

.products .product-item .reviews-actions {
    display: inline-block;
    padding-left: 5px
}

.products .product-item .reviews-actions .view {
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    padding-top: 3px
}

.products .product-item .swatch-attribute-options {
    margin-top: 5px
}

.products .product-item .actions-primary .primary span {
    display: flex;
    align-items: center
}

.products .product-item .actions-primary .primary span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    background-size: contain;
    width: 26px;
    height: 27px;
    margin-right: 15px;
    background-image: url("../fonts/add-cart.svg")
}

.products .product-item .actions-secondary .action {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 22px
}

.products .product-item .actions-secondary .action:first-child {
    margin-right: 28px
}

.products .product-item .smart-labels .main-labels {
    max-width: 80px;
    margin: -13px
}

@media (min-width: 580px) and (max-width: 767px) {
    .products .product-item .smart-labels .main-labels {
        max-width: 50px;
        margin: -8px
    }
}

.cms-index-index .price-box, #amasty-shopby-product-list .price-box, .catalog-product-view .price-box {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    margin-bottom: 0
}

.cart-empty a {
    color: #231f20
}

.cart-empty a:hover {
    color: #00a3e0
}

.product-item-info-hide {
    opacity: .5;
    position: relative
}

.smart-label {
    z-index: 2 !important
}

.smart-labels .label-text {
    font-size: 12px;
    line-height: 19px;
    padding: 2px 8px 0;
    text-transform: capitalize;
    color: #fff
}

.tm-switch-image-container {
    position: relative;
    overflow: hidden
}

.tm-switch-image-container .replaced {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.tm-switch-image-container .replaced.switch-video {
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%)
}

.product-image-container.gallery-placeholder {
    display: block !important
}

.listing-gallery .fotorama__arr, .listing-gallery .fotorama__thumb__arr {
    background: 0 0
}

.listing-gallery .fotorama__arr {
    width: 40px;
    top: 50%;
    bottom: auto
}

.listing-gallery .fotorama__arr .fotorama__arr__arr {
    background-image: none;
    background-color: #32cfb0;
    width: 40px;
    height: 40px;
    opacity: .8
}

.listing-gallery .fotorama__arr .fotorama__arr__arr:hover {
    opacity: 1
}

.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before, .listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
    font-family: "Linearicons";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    font-size: 18px;
    color: #fff
}

.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\e93b"
}

.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
    content: '\e93c'
}

.listing-gallery .fotorama-item .fotorama__stage {
    margin-bottom: 0
}

.listing-gallery .fotorama__stage__frame .fotorama__img {
    width: 100%
}

.product-item-info:hover .quick-view-button {
    transform: scale(1, 1)
}

.quick-view-button {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 4px 18px;
    transform: scale(0, 0);
    transition: all .3s ease
}

.quick-view-button.icon-text {
    padding: 10px;
    font-size: 21px
}

.quick-view-button.icon-text:before {
    font-family: "Linearicons";
    content: "\e922"
}

.quick-view-button.icon-text span {
    display: none
}

@media (max-width: 991px) {
    .quick-view-button {
        display: none
    }
}

.modal-popup.quick-view._show {
    pointer-events: none
}

.map-popup {
    background: #fff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    transition: opacity .3s linear;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0
}

.map-popup.active {
    opacity: 1
}

.ui-dialog.popup .action.close {
    position: absolute;
    height: 40px;
    right: 0;
    top: 10px;
    width: 40px;
    z-index: 1001;
    display: inline-block;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.ui-dialog.popup {
    width: 420px
}

@media (max-width: 991px) {
    .ui-dialog.popup {
        width: 320px
    }
}

#map-popup-click-for-price + .ui-widget-content .close span {
    display: none
}

#map-popup-click-for-price + .ui-widget-content .close:before {
    font-family: "Linearicons";
    content: "\e935";
    font-size: 12px
}

.map-popup .price-box {
    margin-bottom: 5px
}

.map-popup .action.primary {
    padding: 10px 20px;
    margin-bottom: 10px
}

.map-popup .price-wrapper {
    color: #333
}

.toolbar-products {
    position: relative;
    font-size: 16px;
    color: #231f20;
    z-index: 2;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-align: right
}

.toolbar-products:before, .toolbar-products:after {
    display: table;
    content: "";
    line-height: 0
}

.toolbar-products:after {
    clear: both
}

.toolbar-products .toolbar-sorter {
    float: left
}

.toolbar-products .field {
    margin: 0
}

.toolbar-products .field > .label, .toolbar-products .field > .control, .toolbar-products .field > .action {
    display: inline-block
}

.toolbar-products .field > .label {
    padding: 14px 0;
    margin-right: 10px;
    font-size: 16px
}

.toolbar-bottom .toolbar-products {
    border-bottom: 0;
    padding: 0;
    margin: 0
}

.toolbar-container .filter-toggle {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    margin-bottom: 20px;
    display: none
}

.toolbar-container .filter-toggle span {
    font-family: 'Geomanist', sans-serif
}

.toolbar-container .filter-toggle:hover {
    color: #fff
}

.modes {
    float: right;
    font-size: 22px;
    padding-top: 7px;
    padding-left: 6px
}

.modes .modes-label {
    display: none
}

.modes .modes-mode {
    margin-left: 14px;
    font-weight: 400
}

.modes .modes-mode span {
    display: none
}

.modes .mode-grid:before {
    font-family: "Linearicons";
    content: "\e87e"
}

.modes .mode-list:before {
    font-family: "Linearicons";
    content: "\e92f"
}

.modes a.modes-mode:hover {
    opacity: .6
}

.toolbar-amount {
    text-align: center;
    position: absolute;
    top: 14px;
    width: 100%;
    margin: 0;
    padding: 0 30%;
    z-index: -1
}

@media (max-width: 1200px) {
    .toolbar-amount {
        top: 65px;
        padding: 0
    }
}

@media (min-width: 1199px) {
    .layout_3 .toolbar-amount {
        padding: 0 240px 0 0;
        text-align: right
    }
}

.pages {
    display: none;
    text-align: left
}

.pages .pages-items {
    position: relative;
    display: inline-block
}

.pages .pages-items:before, .pages .pages-items:after {
    display: table;
    content: "";
    line-height: 0
}

.pages .pages-items:after {
    clear: both
}

.pages .item {
    float: left;
    margin-right: 5px
}

.pages .item.pages-item-previous span:before, .pages .item.pages-item-next span:before {
    font-family: "Linearicons";
    display: inline-block;
    margin-top: -1px;
    transition: all .2s ease
}

.pages .item.pages-item-previous span:not(.label), .pages .item.pages-item-next span:not(.label) {
    display: none
}

.pages .item.pages-item-previous span:before {
    content: '\e93b';
    margin-right: 4px;
    float: left
}

.pages .item.pages-item-next span:before {
    content: '\e93c';
    float: right;
    margin-left: 4px
}

.pages .item .next, .pages .item .previous {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px
}

.pages .item .page {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 6px
}

@media (max-width: 1199px) {
    .pages .item .page {
        padding: 0
    }
}

.pages .item.current .page .label, .pages .item.current .page span {
    color: #fff
}

.toolbar-bottom .pages {
    display: block
}

.toolbar .action.filter-toggle:hover {
    background-color: #231f20
}

.toolbar .pages .item.current .page, .toolbar .pages .item.current .page:hover {
    background-color: rgba(0, 163, 224, .8)
}

.toolbar .pages .item .page:hover {
    background-color: rgba(0, 163, 224, .8);
    color: #fff
}

.limiter {
    float: right
}

.limiter .limiter-text {
    display: none
}

.toolbar-sorter .label {
    text-align: left
}

.toolbar-sorter .sorter-action {
    font-size: 22px;
    padding: 10px 0 0 5px
}

.toolbar-sorter .sorter-action span {
    display: none
}

.toolbar-sorter .sorter-action.sort-asc:before {
    font-family: "Linearicons";
    content: "\e9ba"
}

.toolbar-sorter .sorter-action.sort-desc:before {
    font-family: "Linearicons";
    content: "\e9b9"
}

.toolbar-bottom .modes, .toolbar-bottom .toolbar-amount, .toolbar-bottom .limiter, .toolbar-bottom .toolbar-sorter {
    display: none !important
}

@media (max-width: 767px) {
    .modes, .toolbar-amount, .toolbar-products .limiter {
        display: none !important
    }

    .toolbar-products .sorter-label.label {
        display: none
    }

    .toolbar-products .toolbar-sorter > .control {
        min-width: 126px
    }

    .col-sm-3.grid-left .block.filter-wrapper .block-title.filter-title, .col-sm-3.grid-left .block.filter-wrapper .block-content.filter-content {
        display: none
    }

    .col-sm-3.grid-left .block.filter-wrapper .filter-slide .block-title.filter-title, .col-sm-3.grid-left .block.filter-wrapper .filter-slide .block-content.filter-content {
        display: block
    }
}

@media (max-width: 991px) {
    .modes {
        display: none !important
    }
}

@media (max-width: 579px) {
    .toolbar-products .limiter {
        float: left;
        clear: left;
        margin-top: 10px
    }
}

.toolbar-bottom.widget-toolbar {
    position: relative;
    border: 1px solid #eae9e9;
    padding: 15px
}

.toolbar-bottom.widget-toolbar .toolbar-amount {
    display: block !important;
    font-size: 12px;
    padding: 0;
    text-align: right;
    top: 30px;
    right: 20px
}

@media (max-width: 991px) {
    .toolbar-bottom.widget-toolbar .toolbar-amount {
        position: relative;
        top: 0;
        right: 0;
        text-align: left;
        border-bottom: 1px solid #eae9e9;
        margin-bottom: 10px
    }
}

.page-products .subcategory-name {
    padding-bottom: 5px
}

.category-view .subcategory-name {
    padding-bottom: 5px
}

.category-view .children-category-container .wrapper .category-item-title {
    font-weight: 700
}

.category-view .children-category-container .wrapper .category-item-description {
    color: #231f20;
    line-height: 1.8
}

.category-view .category-description {
    color: #231f20;
    font-size: 14px
}

#amasty-shopby-product-list .subcategory-name, .category-view .subcategory-name {
    color: #231f20;
    font-weight: 500;
    font-size: 28px
}

@media (max-width: 767px) {
    #amasty-shopby-product-list .subcategory-name, .category-view .subcategory-name {
        font-size: 20px
    }
}

@media (max-width: 579px) {
    #amasty-shopby-product-list .toolbar-bottom, .category-view .toolbar-bottom {
        display: flex
    }

    #amasty-shopby-product-list .toolbar-bottom .filter-toggle, .category-view .toolbar-bottom .filter-toggle {
        width: 205px;
        margin-bottom: 10px;
        position: relative
    }
}

#amasty-shopby-product-list .toolbar-bottom .toolbar-products, .category-view .toolbar-bottom .toolbar-products {
    text-align: left
}

#amasty-shopby-product-list .toolbar-bottom .subcategory-name, .category-view .toolbar-bottom .subcategory-name {
    display: none
}

.catalog-product-view .column.main, .modal-popup.quick-view .column.main {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap
}

@media (min-width: 1400px) {
    .catalog-product-view .column.main, .modal-popup.quick-view .column.main {
        margin-left: -20px;
        margin-right: -20px
    }
}

.catalog-product-view .product-info-main, .modal-popup.quick-view .product-info-main {
    padding-left: 20px;
    padding-right: 20px;
    order: 1;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 1400px) {
    .catalog-product-view .product-info-main, .modal-popup.quick-view .product-info-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

.catalog-product-view .page-title-wrapper .container, .catalog-product-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .catalog-product-view .page-title-wrapper #maincontent, .modal-popup.quick-view .page-title-wrapper .container, .modal-popup.quick-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper #maincontent {
    max-width: inherit;
    min-width: inherit
}

.catalog-product-view .page-title-wrapper .page-title, .modal-popup.quick-view .page-title-wrapper .page-title {
    line-height: 1.1em;
    margin-bottom: 30px;
    font-weight: 500;
    word-break: break-word
}

.catalog-product-view .product.sku, .modal-popup.quick-view .product.sku {
    font-size: 12px;
    margin-bottom: 20px
}

.catalog-product-view .product-info-stock-sku, .modal-popup.quick-view .product-info-stock-sku {
    font-size: 12px;
    margin-bottom: 17px
}

.catalog-product-view .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .field {
    margin-bottom: 28px
}

@media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .field {
        display: flex;
        align-items: center
    }
}

.catalog-product-view .product-options-wrapper .label, .modal-popup.quick-view .product-options-wrapper .label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400
}

.catalog-product-view .product-options-wrapper .label:after, .modal-popup.quick-view .product-options-wrapper .label:after {
    position: absolute
}

.catalog-product-view .product-options-wrapper .label .product-info-main, .modal-popup.quick-view .product-options-wrapper .label .product-info-main {
    padding-left: 20px;
    padding-right: 20px;
    order: 1;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 1400px) {
    .catalog-product-view .product-options-wrapper .label .product-info-main, .modal-popup.quick-view .product-options-wrapper .label .product-info-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

.catalog-product-view .product-options-wrapper .label .page-title-wrapper .container, .catalog-product-view .product-options-wrapper .label .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .catalog-product-view .product-options-wrapper .label .page-title-wrapper #maincontent, .modal-popup.quick-view .product-options-wrapper .label .page-title-wrapper .container, .modal-popup.quick-view .product-options-wrapper .label .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .modal-popup.quick-view .product-options-wrapper .label .page-title-wrapper #maincontent {
    max-width: inherit;
    min-width: inherit
}

.catalog-product-view .product-options-wrapper .label .page-title-wrapper .page-title, .modal-popup.quick-view .product-options-wrapper .label .page-title-wrapper .page-title {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.35em
}

.catalog-product-view .product-options-wrapper .label .product.sku, .modal-popup.quick-view .product-options-wrapper .label .product.sku {
    font-size: 12px;
    margin-bottom: 20px
}

.catalog-product-view .product-options-wrapper .label .product-info-stock-sku, .modal-popup.quick-view .product-options-wrapper .label .product-info-stock-sku {
    font-size: 12px;
    margin-bottom: 17px
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .field {
    margin-bottom: 28px
}

@media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .label .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .field {
        display: flex;
        align-items: center
    }
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .label, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .label:after, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .label:after {
    position: absolute
}

@media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .label .product-options-wrapper .label, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .label {
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .label .product-options-wrapper .label:not(.admin__field-label), .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .label:not(.admin__field-label) {
        flex-basis: 30%;
        max-width: 30%
    }
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .select2-container, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .select2-container {
    min-width: 210px
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-opt, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-opt {
    margin: 10px 0 30px
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute {
    margin-bottom: 15px
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute:last-child, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute-label, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute-label {
    font-size: 12px;
    font-weight: 400
}

@media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute-label, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-attribute-label {
        flex-basis: 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .label .product-options-wrapper .color .swatch-attribute-label, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .color .swatch-attribute-label {
        flex-basis: 15%;
        max-width: 15%
    }
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-option.color, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-option.color {
    min-width: 48px;
    min-height: 48px
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:before, .catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:after, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:before, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:before, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:before {
    background-image: linear-gradient(135deg, transparent 50%, #000 53%, transparent 53%);
    background-repeat: no-repeat;
    z-index: 1
}

.catalog-product-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:after, .modal-popup.quick-view .product-options-wrapper .label .product-options-wrapper .swatch-option.disabled:after {
    background: rgba(255, 255, 255, .8);
    z-index: 0
}

.catalog-product-view .product-options-wrapper .label .review-list .review-item, .modal-popup.quick-view .product-options-wrapper .label .review-list .review-item {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 45px;
    margin-bottom: 45px
}

.catalog-product-view .product-options-wrapper .label .review-list .review-title, .modal-popup.quick-view .product-options-wrapper .label .review-list .review-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px
}

.catalog-product-view .product-options-wrapper .label .review-list .review-content, .modal-popup.quick-view .product-options-wrapper .label .review-list .review-content {
    padding-bottom: 12px
}

.catalog-product-view .product-options-wrapper .label .review-list .review-details, .modal-popup.quick-view .product-options-wrapper .label .review-list .review-details {
    font-size: 12px
}

.catalog-product-view .product-options-wrapper .label .review-list .review-details p, .modal-popup.quick-view .product-options-wrapper .label .review-list .review-details p {
    width: auto;
    margin-right: 15px
}

@media (max-width: 991px) {
    .catalog-product-view .product-options-wrapper .label .review-list .block-content > .toolbar:first-child, .modal-popup.quick-view .product-options-wrapper .label .review-list .block-content > .toolbar:first-child {
        display: none
    }
}

.catalog-product-view .product-options-wrapper .label .product-reviews-summary, .modal-popup.quick-view .product-options-wrapper .label .product-reviews-summary {
    padding-top: 32px
}

.catalog-product-view .product-options-wrapper .label .product-reviews-summary > div, .modal-popup.quick-view .product-options-wrapper .label .product-reviews-summary > div {
    display: inline-block
}

.catalog-product-view .product-options-wrapper .label .product-reviews-summary > div:first-child, .modal-popup.quick-view .product-options-wrapper .label .product-reviews-summary > div:first-child {
    margin-right: 10px
}

.catalog-product-view .product-options-wrapper .label .product-reviews-summary .label, .modal-popup.quick-view .product-options-wrapper .label .product-reviews-summary .label {
    display: none
}

.catalog-product-view .product-options-wrapper .label .review-ratings, .modal-popup.quick-view .product-options-wrapper .label .review-ratings {
    padding-bottom: 15px
}

.catalog-product-view .product-options-wrapper .label .review-ratings .rating-summary-wrap, .modal-popup.quick-view .product-options-wrapper .label .review-ratings .rating-summary-wrap {
    padding-bottom: 8px
}

.catalog-product-view .product-options-wrapper .label .review-ratings .rating-summary-wrap:last-child, .modal-popup.quick-view .product-options-wrapper .label .review-ratings .rating-summary-wrap:last-child {
    padding-bottom: 0
}

.catalog-product-view .product-options-wrapper .label .review-ratings .rating-summary, .modal-popup.quick-view .product-options-wrapper .label .review-ratings .rating-summary {
    display: inline-block
}

.catalog-product-view .product-options-wrapper .label .review-ratings .rating-label, .modal-popup.quick-view .product-options-wrapper .label .review-ratings .rating-label {
    min-width: 50px;
    display: inline-block;
    padding: 2px 0 0;
    line-height: normal;
    font-size: 12px
}

.catalog-product-view .product-options-wrapper .label .reviews-actions a, .modal-popup.quick-view .product-options-wrapper .label .reviews-actions a {
    font-size: 12px
}

.catalog-product-view .product-options-wrapper .label .reviews-actions .view, .modal-popup.quick-view .product-options-wrapper .label .reviews-actions .view {
    margin-right: 1rem
}

.catalog-product-view .product-options-wrapper .label #tab-label-reviews-title span.counter:before, .modal-popup.quick-view .product-options-wrapper .label #tab-label-reviews-title span.counter:before {
    content: '('
}

.catalog-product-view .product-options-wrapper .label #tab-label-reviews-title span.counter:after, .modal-popup.quick-view .product-options-wrapper .label #tab-label-reviews-title span.counter:after {
    content: ')'
}

.catalog-product-view .product-options-wrapper .label .swatch-option.disabled:before, .catalog-product-view .product-options-wrapper .label .swatch-option.disabled:after, .modal-popup.quick-view .product-options-wrapper .label .swatch-option.disabled:before, .modal-popup.quick-view .product-options-wrapper .label .swatch-option.disabled:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.catalog-product-view .product-options-wrapper .label .swatch-option.disabled:before, .modal-popup.quick-view .product-options-wrapper .label .swatch-option.disabled:before {
    background-image: linear-gradient(135deg, transparent 50%, #000 53%, transparent 53%);
    background-repeat: no-repeat;
    z-index: 1
}

.catalog-product-view .product-options-wrapper .label .swatch-option.disabled:after, .modal-popup.quick-view .product-options-wrapper .label .swatch-option.disabled:after {
    background: rgba(255, 255, 255, .8);
    z-index: 0
}

.catalog-product-view .product.info.detailed .data.item.content, .modal-popup.quick-view .product.info.detailed .data.item.content {
    overflow-x: auto
}

.catalog-product-view .product.info.detailed .data.item.title a, .modal-popup.quick-view .product.info.detailed .data.item.title a {
    font-weight: 500
}

.catalog-product-view .block-title #block-upsell-heading, .modal-popup.quick-view .block-title #block-upsell-heading {
    font-weight: 500
}

.catalog-product-view .review-list .review-item, .modal-popup.quick-view .review-list .review-item {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 45px;
    margin-bottom: 45px
}

.catalog-product-view .review-list .review-title, .modal-popup.quick-view .review-list .review-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px
}

.catalog-product-view .review-list .review-content, .modal-popup.quick-view .review-list .review-content {
    padding-bottom: 12px
}

.catalog-product-view .review-list .review-details, .modal-popup.quick-view .review-list .review-details {
    font-size: 12px
}

.catalog-product-view .review-list .review-details p, .modal-popup.quick-view .review-list .review-details p {
    width: auto;
    margin-right: 15px
}

@media (max-width: 991px) {
    .catalog-product-view .review-list .block-content > .toolbar:first-child, .modal-popup.quick-view .review-list .block-content > .toolbar:first-child {
        display: none
    }
}

.catalog-product-view .product-reviews-summary, .modal-popup.quick-view .product-reviews-summary {
    padding-top: 32px
}

.catalog-product-view .product-reviews-summary > div, .modal-popup.quick-view .product-reviews-summary > div {
    display: inline-block
}

.catalog-product-view .product-reviews-summary > div:first-child, .modal-popup.quick-view .product-reviews-summary > div:first-child {
    margin-right: 10px
}

.catalog-product-view .product-reviews-summary .label, .modal-popup.quick-view .product-reviews-summary .label {
    display: none
}

.catalog-product-view .review-ratings, .modal-popup.quick-view .review-ratings {
    padding-bottom: 15px
}

.catalog-product-view .review-ratings .rating-summary-wrap, .modal-popup.quick-view .review-ratings .rating-summary-wrap {
    padding-bottom: 8px
}

.catalog-product-view .review-ratings .rating-summary-wrap:last-child, .modal-popup.quick-view .review-ratings .rating-summary-wrap:last-child {
    padding-bottom: 0
}

.catalog-product-view .review-ratings .rating-summary, .modal-popup.quick-view .review-ratings .rating-summary {
    display: inline-block
}

.catalog-product-view .review-ratings .rating-label, .modal-popup.quick-view .review-ratings .rating-label {
    min-width: 50px;
    display: inline-block;
    padding: 2px 0 0;
    line-height: normal;
    font-size: 12px
}

.catalog-product-view .reviews-actions a, .modal-popup.quick-view .reviews-actions a {
    font-size: 12px
}

.catalog-product-view .reviews-actions .view, .modal-popup.quick-view .reviews-actions .view {
    margin-right: 1rem
}

.catalog-product-view #tab-label-reviews-title span.counter:before, .modal-popup.quick-view #tab-label-reviews-title span.counter:before {
    content: '('
}

.catalog-product-view #tab-label-reviews-title span.counter:after, .modal-popup.quick-view #tab-label-reviews-title span.counter:after {
    content: ')'
}

.catalog-product-view .product-add-form, .modal-popup.quick-view .product-add-form {
    margin-bottom: 1rem
}

.catalog-product-view .product-add-form .box-tocart .field, .modal-popup.quick-view .product-add-form .box-tocart .field {
    padding-right: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.catalog-product-view .product-add-form .qty, .modal-popup.quick-view .product-add-form .qty {
    text-align: center
}

.catalog-product-view .product-add-form .qty .label, .modal-popup.quick-view .product-add-form .qty .label {
    font-weight: 400
}

.catalog-product-view .product-add-form #qty, .modal-popup.quick-view .product-add-form #qty {
    width: 55px;
    padding-left: 5px;
    padding-right: 5px
}

.catalog-product-view .product-add-form .mage-error:not(input):not(textarea), .modal-popup.quick-view .product-add-form .mage-error:not(input):not(textarea) {
    padding-left: 0;
    box-shadow: none
}

.catalog-product-view .product-add-form .primary, .modal-popup.quick-view .product-add-form .primary {
    height: 60px;
    margin-right: 10px;
    min-width: 233px
}

.catalog-product-view .product-add-form .primary span, .modal-popup.quick-view .product-add-form .primary span {
    display: flex;
    align-items: center
}

.catalog-product-view .product-add-form .primary span:before, .modal-popup.quick-view .product-add-form .primary span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    display: table;
    content: '';
    visibility: visible;
    left: 0;
    margin-right: 15px;
    background-size: cover;
    width: 25px;
    height: 28px;
    background-image: url("../fonts/add-cart.svg")
}

.catalog-product-view .product-add-form .paypal, .modal-popup.quick-view .product-add-form .paypal {
    margin-top: 10px
}

.catalog-product-view .product-social-links .action, .modal-popup.quick-view .product-social-links .action {
    border: 0;
    font-size: 22px;
    padding: 0;
    margin-right: 30px
}

.catalog-product-view .product-social-links .action:hover, .modal-popup.quick-view .product-social-links .action:hover {
    background: 0 0
}

.catalog-product-view .product-social-links .old-price .price, .modal-popup.quick-view .product-social-links .old-price .price {
    font-size: 20px
}

.catalog-product-view .product-add-form, .modal-popup.quick-view .product-add-form {
    margin-bottom: 1rem
}

.catalog-product-view .box-tocart .field, .modal-popup.quick-view .box-tocart .field {
    padding-right: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.catalog-product-view .box-tocart .qty, .modal-popup.quick-view .box-tocart .qty {
    text-align: center
}

.catalog-product-view .box-tocart .qty .label, .modal-popup.quick-view .box-tocart .qty .label {
    font-weight: 400
}

.catalog-product-view .box-tocart #qty, .modal-popup.quick-view .box-tocart #qty {
    width: 55px;
    padding-left: 5px;
    padding-right: 5px
}

.catalog-product-view .box-tocart .mage-error:not(input):not(textarea), .modal-popup.quick-view .box-tocart .mage-error:not(input):not(textarea) {
    position: absolute;
    padding-left: 0;
    box-shadow: none
}

.catalog-product-view .box-tocart .primary, .modal-popup.quick-view .box-tocart .primary {
    height: 60px;
    min-width: 234px;
    margin-right: 10px
}

.catalog-product-view .box-tocart .primary span, .modal-popup.quick-view .box-tocart .primary span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.catalog-product-view .box-tocart .primary span:before, .modal-popup.quick-view .box-tocart .primary span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    display: table;
    content: '';
    visibility: visible;
    left: 0;
    margin-right: 15px;
    background-size: cover;
    width: 25px;
    height: 28px;
    background-image: url("../fonts/add-cart.svg")
}

.catalog-product-view .product.attribute strong, .modal-popup.quick-view .product.attribute strong {
    font-weight: 400
}

.catalog-product-view .product.attribute .value, .modal-popup.quick-view .product.attribute .value {
    display: inline-block
}

.catalog-product-view .product.attribute strong, .modal-popup.quick-view .product.attribute strong {
    font-weight: 500
}

.catalog-product-view .product.attribute .value, .modal-popup.quick-view .product.attribute .value {
    display: inline-block
}

.catalog-product-view .product .label-position-placeholder, .modal-popup.quick-view .product .label-position-placeholder {
    position: relative
}

.catalog-product-view .product.info, .modal-popup.quick-view .product.info {
    padding-left: 20px;
    padding-right: 20px;
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
    margin: 35px 0 30px;
    background: #fff
}

@media (min-width: 1400px) {
    .catalog-product-view .product.info, .modal-popup.quick-view .product.info {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .catalog-product-view .product.info, .modal-popup.quick-view .product.info {
        padding-bottom: 30px;
        margin: 40px 0;
        border-bottom: 1px solid #eae9e9
    }
}

.catalog-product-view .product.info .content[role=tabpanel], .modal-popup.quick-view .product.info .content[role=tabpanel] {
    background: #fff
}

.catalog-product-view .product.info [role=tablist] [role=tab], .modal-popup.quick-view .product.info [role=tablist] [role=tab] {
    width: auto
}

.catalog-product-view .product-social-links a.actions, .modal-popup.quick-view .product-social-links a.actions {
    border: none
}

.catalog-product-view .product-social-links a.actions:hover, .modal-popup.quick-view .product-social-links a.actions:hover {
    border: none
}

.catalog-product-view .product-social-links a.actions:focus, .modal-popup.quick-view .product-social-links a.actions:focus {
    border: none
}

.catalog-product-view .product-social-links a.actions:active, .modal-popup.quick-view .product-social-links a.actions:active {
    border: none
}

@media (max-width: 767px) {
    .catalog-product-view .product.detailed .item.title a:after, .catalog-product-view .product.detailed .item.title.active a:after, .modal-popup.quick-view .product.detailed .item.title a:after, .modal-popup.quick-view .product.detailed .item.title.active a:after {
        content: '';
        background-size: cover;
        position: absolute;
        right: 0;
        display: inline-block;
        width: 10px;
        height: 5px;
        background-size: cover;
        background-image: url("../fonts/expand.svg")
    }

    .catalog-product-view .product.detailed .item.title.active a:after, .modal-popup.quick-view .product.detailed .item.title.active a:after {
        transform: rotate(180deg)
    }

    .catalog-product-view .product.detailed .data.content, .modal-popup.quick-view .product.detailed .data.content {
        display: none
    }

    .catalog-product-view .product.detailed .data.title:first-of-type + .data.content, .modal-popup.quick-view .product.detailed .data.title:first-of-type + .data.content {
        display: block;
        margin-bottom: 2rem
    }
}

.catalog-product-view .fotorama__nav__frame, .modal-popup.quick-view .fotorama__nav__frame {
    opacity: .5;
    transition: all .3s ease
}

.catalog-product-view .fotorama__nav__frame .fotorama__dot, .modal-popup.quick-view .fotorama__nav__frame .fotorama__dot {
    width: 8px;
    height: 8px
}

.catalog-product-view .fotorama__nav__frame:hover, .catalog-product-view .fotorama__nav__frame.fotorama__active, .modal-popup.quick-view .fotorama__nav__frame:hover, .modal-popup.quick-view .fotorama__nav__frame.fotorama__active {
    opacity: 1
}

.catalog-product-view .fotorama__nav__frame:hover .fotorama__dot, .catalog-product-view .fotorama__nav__frame.fotorama__active .fotorama__dot, .modal-popup.quick-view .fotorama__nav__frame:hover .fotorama__dot, .modal-popup.quick-view .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #00a3e0;
    border-color: #00a3e0;
    width: 8px;
    height: 8px
}

.catalog-product-view .data.items, .modal-popup.quick-view .data.items {
    position: relative
}

.catalog-product-view .data.items:before, .catalog-product-view .data.items:after, .modal-popup.quick-view .data.items:before, .modal-popup.quick-view .data.items:after {
    display: table;
    content: "";
    line-height: 0
}

.catalog-product-view .data.items:after, .modal-popup.quick-view .data.items:after {
    clear: both
}

.catalog-product-view .data.items .title, .modal-popup.quick-view .data.items .title {
    display: block;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .catalog-product-view .data.items .title, .modal-popup.quick-view .data.items .title {
        margin: 0 35px 0 0;
        padding: 0
    }
}

@media (max-width: 767px) {
    .catalog-product-view .data.items .title, .modal-popup.quick-view .data.items .title {
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.catalog-product-view .data.items .title.active a, .modal-popup.quick-view .data.items .title.active a {
    cursor: default
}

.catalog-product-view .data.items .title:before, .modal-popup.quick-view .data.items .title:before {
    top: 0;
    right: 7px
}

@media (min-width: 768px) {
    .catalog-product-view .data.items .title:before, .modal-popup.quick-view .data.items .title:before {
        display: none
    }
}

.catalog-product-view .data.items .block-title, .modal-popup.quick-view .data.items .block-title {
    margin: 0
}

.catalog-product-view .data.items .block-title strong, .modal-popup.quick-view .data.items .block-title strong {
    font-size: 26px;
    margin: 0
}

.catalog-product-view .data.items .content, .modal-popup.quick-view .data.items .content {
    padding: 10px 0 0
}

@media (min-width: 768px) {
    .catalog-product-view .data.items .content, .modal-popup.quick-view .data.items .content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
        padding: 35px 0 0;
        display: none;
        border-top: 1px solid #eae9e9;
        margin-top: 58px
    }
}

.catalog-product-view .data.items .content.active, .modal-popup.quick-view .data.items .content.active {
    display: block
}

.catalog-product-view .data.items .content[role=tabpanel], .modal-popup.quick-view .data.items .content[role=tabpanel] {
    display: block
}

.catalog-product-view .data.items .content .table-caption, .modal-popup.quick-view .data.items .content .table-caption {
    display: none;
    text-align: left
}

@media (min-width: 768px) {
    .catalog-product-view .data.items .content .table-caption, .modal-popup.quick-view .data.items .content .table-caption {
        display: none
    }
}

@media (min-width: 768px) {
    .catalog-product-view .data.items table.table td, .catalog-product-view .data.items table.table th, .modal-popup.quick-view .data.items table.table td, .modal-popup.quick-view .data.items table.table th {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 50px;
        font-size: 16px;
        border-bottom: 0
    }

    .catalog-product-view .data.items table.table .label, .modal-popup.quick-view .data.items table.table .label {
        border-right: 1px solid #eae9e9;
        max-width: 68px
    }

    .catalog-product-view .data.items table.table .data, .modal-popup.quick-view .data.items table.table .data {
        padding-left: 45px
    }

    .catalog-product-view .data.items .table-caption, .modal-popup.quick-view .data.items .table-caption {
        display: none
    }

    .catalog-product-view .data.items .title, .modal-popup.quick-view .data.items .title {
        display: inline-block
    }
}

@media (max-width: 768px) {
    .catalog-product-view .data.items .col, .modal-popup.quick-view .data.items .col {
        border: 0;
        padding: 0;
        width: auto
    }

    .catalog-product-view .data.items .col.data, .modal-popup.quick-view .data.items .col.data {
        border: 0;
        line-height: 18px
    }

    .catalog-product-view .data.items .col.data:before, .modal-popup.quick-view .data.items .col.data:before {
        display: inline-block;
        border: 0;
        margin-right: 4px;
        font-weight: 400
    }
}

.catalog-product-view .social-sharing, .modal-popup.quick-view .social-sharing {
    margin-top: 30px
}

.catalog-product-view .social-sharing > div, .modal-popup.quick-view .social-sharing > div {
    display: inline-block
}

.catalog-product-view .imagezoom:before, .catalog-product-view .imagezoom:after, .modal-popup.quick-view .imagezoom:before, .modal-popup.quick-view .imagezoom:after {
    display: table;
    content: "";
    line-height: 0
}

.catalog-product-view .imagezoom:after, .modal-popup.quick-view .imagezoom:after {
    clear: both
}

.catalog-product-view .imagezoom .main-image-placeholder, .modal-popup.quick-view .imagezoom .main-image-placeholder {
    margin-bottom: 25px
}

.catalog-product-view .imagezoom .gallery-placeholder, .modal-popup.quick-view .imagezoom .gallery-placeholder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -6px
}

.catalog-product-view .imagezoom .gallery-placeholder a, .modal-popup.quick-view .imagezoom .gallery-placeholder a {
    margin: 5px 1%;
    border: 0
}

.catalog-product-view .imagezoom .zoomWrapper, .modal-popup.quick-view .imagezoom .zoomWrapper {
    max-width: 100%
}

.catalog-product-view .smart-labels .main-labels, .modal-popup.quick-view .smart-labels .main-labels {
    margin-top: -10px;
    max-width: 80px
}

.catalog-product-view .smart-labels .smart-label, .modal-popup.quick-view .smart-labels .smart-label {
    z-index: 1 !important
}

.catalog-product-view .gallery-placeholder, .modal-popup.quick-view .gallery-placeholder {
    position: relative
}

.catalog-product-view .gallery-placeholder .magnifier-preview, .modal-popup.quick-view .gallery-placeholder .magnifier-preview {
    background: #fff;
    border: 1px solid;
    z-index: 1;
    left: 105% !important;
    top: 0 !important
}

@media (max-width: 767px) {
    .catalog-product-view .gallery-placeholder .magnifier-preview, .modal-popup.quick-view .gallery-placeholder .magnifier-preview {
        display: none !important;
        z-index: -1 !important
    }

    .catalog-product-view .gallery-placeholder .magnify-lens, .modal-popup.quick-view .gallery-placeholder .magnify-lens {
        display: none !important;
        z-index: -1 !important
    }
}

.product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
    left: 50% !important;
    top: 50% !important
}

.modal-popup.quick-view .modal-header, .modal-popup.quick-view .modal-content {
    text-align: left
}

.modal-popup.quick-view .modal-content {
    padding-left: 0;
    padding-right: 0
}

.modal-popup.quick-view .modal-footer {
    display: none
}

.modal-popup.quick-view .modal-inner-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.modal-popup.quick-view .modal-content > div {
    display: flex;
    flex-wrap: wrap
}

.modal-popup.quick-view .modal-content > div .product-info-main {
    flex-basis: 100%;
    max-width: 100%
}

.modal-popup.quick-view .modal-content > div .product.content {
    flex-basis: 52%;
    max-width: 52%
}

.modal-popup.quick-view .modal-content > div .product.media {
    flex-basis: 48%;
    max-width: 48%
}

.modal-popup.quick-view .page-title-wrapper.product .container, .modal-popup.quick-view .page-title-wrapper.product .page-print.sales-order-print #maincontent, .page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper.product #maincontent {
    padding: 0
}

.modal-popup.quick-view .page-title-wrapper.product .page-title {
    text-align: left
}

.modal-popup.quick-view .product.info.detailed {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0
}

.modal-popup.quick-view .action-close {
    display: block
}

.modal-popup.quick-view .smart-labels .smart-label {
    display: inline-block;
    position: absolute;
    overflow: hidden
}

#fancybox-img {
    background-color: #fff
}

@media (min-width: 768px) {
    .catalog-product-view .layout_1 .product-info-main {
        flex-basis: 100%;
        max-width: 100%
    }

    .catalog-product-view .layout_1 .product.content {
        flex-basis: 52%;
        max-width: 52%
    }

    .catalog-product-view .layout_1 .product.media {
        flex-basis: 48%;
        max-width: 48%
    }

    .catalog-product-view .layout_2 .product-info-main {
        flex-basis: 100%;
        max-width: 100%
    }

    .catalog-product-view .layout_2 .product.content {
        flex-basis: 36%;
        max-width: 36%
    }

    .catalog-product-view .layout_2 .product.media {
        flex-basis: 64%;
        max-width: 64%
    }

    .catalog-product-view .layout_2 .box-tocart .primary {
        min-width: 210px
    }

    .catalog-product-view .layout_3 .product.content {
        margin-left: auto;
        margin-right: auto;
        max-width: 810px;
        text-align: center;
        padding-top: 75px
    }

    .catalog-product-view .layout_3 .product.media {
        margin-left: auto;
        margin-right: auto;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .catalog-product-view .layout_3 .product.media {
        max-width: 810px
    }
}

@media (min-width: 768px) {
    .catalog-product-view .layout_3 .product-info-main {
        width: 100%
    }

    .catalog-product-view .layout_3 .product-options-wrapper .swatch-option.color {
        float: none;
        display: inline-block
    }

    .catalog-product-view .layout_3 .product-options-wrapper .field {
        justify-content: center
    }

    .catalog-product-view .layout_3 .product-options-wrapper .label {
        text-align: left
    }

    .catalog-product-view .layout_3 .box-tocart #qty {
        min-width: 210px
    }

    .catalog-product-view .layout_3 .box-tocart .qty {
        justify-content: center;
        padding-right: 0
    }

    .catalog-product-view .layout_3 .box-tocart .qty .label {
        flex-basis: 8%;
        max-width: 8%;
        margin-right: 0;
        text-align: left
    }

    .catalog-product-view .layout_3 .box-tocart .actions {
        display: block
    }

    .catalog-product-view .layout_3 .box-tocart .actions .primary {
        margin-right: 0
    }

    .catalog-product-view .layout_3 .box-tocart .product-social-links {
        padding-top: 35px
    }

    .catalog-product-view .layout_3 .page-title, .catalog-product-view .layout_3 .data.items {
        text-align: center
    }

    .catalog-product-view .layout_3 .data.items .title {
        margin: 0 17px
    }

    .catalog-product-view .layout_3 .data.items .content {
        text-align: left
    }

    .catalog-product-view .layout_3 .product-options-wrapper .swatch-attribute {
        justify-content: center
    }
}

.modal-popup.quick-view .product.attribute strong {
    font-weight: 500
}

@media (min-width: 992px) {
    .catalog-product-view .box-tocart .fieldset {
        display: block
    }
}

.form.friend .legend {
    display: block;
    margin-bottom: 25px
}

.form.friend fieldset {
    padding-bottom: 40px
}

.form.friend fieldset:last-child {
    padding-bottom: 0
}

.catalog-product-view .fotorama__arr:hover, .catalog-product-view .fotorama__thumb__arr:hover {
    background-color: transparent
}

.catalog-product-view .fotorama__arr, .catalog-product-view .fotorama__thumb__arr {
    background-color: transparent
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 1rem 0
}

body.catalog-product-compare-index .table-caption {
    display: none
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto
}

.table-wrapper.comparison .table-comparison > tbody > tr {
    border-right: 1px solid #dadada
}

.table-wrapper.comparison .table-comparison > tbody > tr > th, .table-wrapper.comparison .table-comparison > tbody > tr > td {
    border-top: 0
}

@media (max-width: 768px) {
    .table-wrapper.comparison td {
        border-bottom: 0;
        display: table-cell;
        padding: 0
    }

    .table-wrapper.comparison td.product:before {
        display: none
    }
}

.table-comparison {
    table-layout: fixed
}

.table-comparison .cell.label.remove, .table-comparison .cell.label.product {
    border-bottom: none
}

.table-comparison .cell.label.remove span, .table-comparison .cell.label.product span {
    display: none
}

.table-comparison .cell {
    width: 180px;
    padding: 1rem
}

.table-comparison .cell .attibute.value {
    width: 100%;
    overflow: hidden
}

.table-comparison .cell.product.info, .table-comparison .cell.product.label {
    border-bottom: 1px solid #dadada
}

.table-comparison .cell.label {
    width: 80px
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
    word-wrap: break-word
}

.table-comparison .cell.attribute img {
    max-width: 100%;
    height: auto
}

.table-comparison .cell.remove {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right
}

.table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 1rem
}

.table-comparison .product-image-photo {
    margin-left: 0
}

.table-comparison .product-item-actions, .table-comparison .price-box, .table-comparison .product.rating, .table-comparison .product-item-name {
    display: block;
    margin: .25rem 0
}

.table-comparison .product-addto-links {
    margin-top: 1rem
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0
}

.table-comparison .action.tocart {
    white-space: nowrap
}

.table-comparison .product-reviews-summary {
    margin-bottom: 10px
}

.table-comparison .product-reviews-summary .rating-summary {
    max-width: 100px;
    margin: 0 auto
}

.table-comparison .product-reviews-summary .rating-summary .label {
    display: none
}

.table-comparison .product-item-name {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 5px
}

.table-comparison .price-box {
    margin-bottom: 20px
}

.table-comparison .action.towishlist {
    padding: 0;
    border: 0;
    font-size: 22px;
    margin-top: 10px
}

.table-comparison .action.towishlist:hover {
    background: 0 0
}

.comparison.headings {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: auto;
    display: none
}

.block-compare .product-items {
    margin-bottom: 30px
}

.block-compare .product-item-name {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px
}

@media (max-width: 1199px) {
    .block-compare .product-item-name {
        font-size: 14px
    }
}

.block-compare .product-item {
    position: relative;
    margin-bottom: 1rem
}

.block-compare .action.delete {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 12px
}

.block-compare .actions-toolbar {
    display: flex;
    justify-content: space-between
}

.block-compare .actions-toolbar .primary {
    order: 2
}

@media (max-width: 1200px) {
    .block-compare .actions-toolbar {
        display: block;
        margin: 0
    }

    .block-compare .actions-toolbar .action {
        margin: 0 0 10px
    }
}

.grid-left-fixed .block-compare .actions-toolbar {
    display: block;
    margin: 0
}

.grid-left-fixed .block-compare .actions-toolbar .action {
    margin: 0 0 10px
}

.catalog-product_compare-index .message.empty {
    margin-bottom: 200px
}

@media (min-width: 768px) {
    .catalog-product_compare-index .message.empty {
        margin-bottom: 450px
    }
}

.category-image {
    margin: 0 auto 40px
}

.category-description {
    margin-bottom: 40px
}

.products-grid .product-items {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
    position: relative
}

@media (min-width: 1400px) {
    .products-grid .product-items {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 580px) {
    .products-grid .product-items:not(.owl-carousel):before, .products-grid .product-items:not(.owl-carousel):after {
        content: "";
        position: absolute;
        height: 100%;
        background: #fff;
        top: 0;
        width: 20px
    }

    .products-grid .product-items:not(.owl-carousel) .product-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eae9e9
    }

    .products-grid .product-items:before {
        left: 0
    }

    .products-grid .product-items:after {
        right: 0
    }
}

.products-grid .price-box {
    align-items: flex-end;
    flex: 1
}

.products-grid .product-item {
    padding-left: 20px;
    padding-right: 20px;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 1400px) {
    .products-grid .product-item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.products-grid .product-item-info {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}

.products-grid .product-item-info .product-item-photo-wrap-grid {
    display: flex;
    flex-direction: column;
    position: relative
}

.products-grid .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-grow: 1
}

.products-grid .product-item-info .product-item-details .product-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1
}

@media screen and (min-width: 0 \0
) {
    .products-grid .product-item-info .product-item-details .product-link {
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-grow: 1
    }

    .products-grid .product-item-info .product-item-details .product-link .price-box {
        flex: 1 1 auto
    }

    .products-grid .product-item-info .product-item-details .product-link .normal-price {
        height: auto
    }
}

.products-grid .product-item-new {
    display: flex
}

@media screen and (min-width: 0 \0
) {
    .products-grid .product-link {
        flex: 1 1 auto
    }
}

.products-grid .product-item-inner {
    order: 0;
    flex: 0 1 auto;
    align-self: auto
}

.products-grid .product-item-name {
    font-weight: 400;
    display: block;
    margin-bottom: 15px
}

.products-grid .product-image-container {
    display: inline-block;
    max-width: 100%
}

.products-grid .product-image-wrapper {
    height: 0;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.products-grid .product-image-photo {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    max-width: 100%
}

.products-grid .product-item-description {
    margin-bottom: 25px;
    color: #231f20;
    font-size: 14px
}

.products-grid .product-item-description .short-description {
    display: none
}

.products-grid .product-reviews-summary {
    margin: 0 0 -5px;
    padding-top: 18px
}

.products-grid .product-reviews-summary.empty .reviews-actions {
    padding-left: 0
}

.products-grid .product-reviews-summary.empty a {
    font-size: 12px
}

.products-grid .reviews-actions {
    display: flex;
    justify-content: space-between
}

.products-grid .reviews-actions .action.add {
    line-height: inherit;
    font-size: 0
}

.products-grid .reviews-actions .action.add:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.products-grid .reviews-actions .action.add:before {
    font-size: 16px
}

.products-grid .price-box {
    margin-bottom: 8px
}

.products-grid .special-price {
    display: block
}

.products-grid .special-price .price {
    color: #00a3e0
}

.products-grid .old-price {
    display: block
}

.products-grid .price-from {
    margin-bottom: 0
}

.products-grid .price-to {
    margin-bottom: 0
}

.products-grid .product-item-actions {
    display: block;
    margin: 0;
    min-height: 44px
}

.products-grid .product-item-actions > div {
    margin: 0
}

.products-grid .product-item-actions .actions-primary {
    margin-bottom: .25rem
}

.products-grid .product-item-actions .actions-primary ~ .actions-secondary {
    padding-top: 23px
}

.price-final_price .special-price {
    display: block;
    padding-right: 5px
}

.price-final_price .special-price .price {
    display: flex;
    color: #e84f0f
}

.price-final_price .special-price .price:after {
    display: none
}

.price-final_price .special-price .price-gross, .price-final_price .special-price .price-net {
    display: none
}

.price-final_price .old-price .price {
    display: flex;
    color: #00a3e0
}

.price-final_price .price-label {
    font-size: 16px
}

@media (max-width: 579px) {
    .products-grid .product-items > .product-item {
        padding-bottom: 25px;
        margin-bottom: 40px
    }

    .products-grid .product-items > .product-item:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media (min-width: 580px) {
    .products-grid .product-item {
        flex-basis: 50%;
        max-width: 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .products-grid .product-item {
        flex-basis: 33.33%;
        max-width: 33.33%
    }

    .products-grid .product-items:not(.owl-carousel) .product-item {
        padding-bottom: 25px;
        margin-bottom: 40px
    }

    .products-grid.layout_2 .product-item {
        flex-basis: 50%;
        max-width: 50%;
        text-align: center
    }

    .products-grid.layout_3 .product-item {
        flex-basis: 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) {
    .product-item-actions {
        display: flex;
        margin: -.25rem
    }

    .product-item-actions > div {
        margin: 0 .25rem .25rem
    }
}

.category-view .amslider {
    margin-bottom: 0
}

.category-view .amslider-container {
    margin-bottom: 40px
}

.category-view .amslider .wrapper {
    justify-content: flex-start
}

@media (max-width: 1399px) {
    .category-view .amslider .wrapper .slide {
        max-width: 100%;
        flex-basis: 100%
    }
}

.block.related .products-related .product-items, .block.related .products-upsell .product-items, .block.upsell .products-related .product-items, .block.upsell .products-upsell .product-items {
    margin-left: 0
}

.products-list .item.product-item {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.products-list .item.product-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.products-list .product-item-info {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap
}

@media (min-width: 1400px) {
    .products-list .product-item-info {
        margin-left: -20px;
        margin-right: -20px
    }
}

.products-list .product-item-photo {
    position: relative
}

.products-list .photo.product-item-photo {
    display: block
}

.products-list .product-item-photo-wrap {
    padding-left: 20px;
    padding-right: 20px;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1rem
}

@media (min-width: 1400px) {
    .products-list .product-item-photo-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

.products-list .product-item-details {
    padding-left: 20px;
    padding-right: 20px;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 1400px) {
    .products-list .product-item-details {
        padding-left: 20px;
        padding-right: 20px
    }
}

.products-list .price-container {
    margin-bottom: 8px
}

.products-list .product-item-name {
    display: block;
    font-weight: 400;
    margin-bottom: 10px
}

.products-list .product-item-description {
    line-height: 21px;
    font-size: 12px;
    margin-bottom: 18px
}

.products-list .product-item-description .more {
    display: none
}

.products-list .product-item-actions {
    align-items: center;
    padding-top: 10px
}

.products-list .product-reviews-summary {
    padding-top: 19px
}

.products-list .product-reviews-summary .add {
    display: none
}

.products-list div[class^=swatch-opt-] {
    margin-bottom: 15px
}

.products-list .smart-labels .main-labels {
    display: none !important
}

@media (min-width: 580px) {
    .products-list .product-item-info {
        flex-wrap: nowrap
    }

    .products-list .product-item-photo-wrap {
        flex-basis: 49%;
        max-width: 49%;
        margin-bottom: 0
    }

    .products-list .product-item-details {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 580px) and (max-width: 991px) {
    .products-list .product-item-photo-wrap {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .products-list .actions-secondary {
        padding-top: 20px
    }
}

.gallery-placeholder .loading-mask {
    padding: 0 0 50%;
    position: absolute;
    display: none
}

.gallery-placeholder .fotorama-hidden, .gallery-placeholder .fotorama--hidden, .gallery-placeholder .fotorama__load {
    left: -99999px;
    position: absolute;
    top: -99999px;
    z-index: -1000;
    display: none
}

.fotorama-item .fotorama__stage {
    margin-bottom: 1rem
}

.block.related {
    margin-bottom: 75px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 60px
}

.block.related .field.related + .product-reviews-summary {
    margin-top: 18px
}

.block.related .field.related + .product-item-actions {
    padding-top: 18px
}

.block.related .field.related .label {
    padding: 0;
    font-size: 14px
}

.block.related .field.related .label:before {
    font-size: 20px;
    margin-right: 5px;
    float: left
}

@media (max-width: 1199px) {
    .block.related {
        margin-bottom: 35px;
        padding-bottom: 30px
    }
}

.block.related .owl-controls.clickable {
    top: -65px
}

.block.related:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.block.upsell, .block.related, .block.crosssell {
    order: 4;
    padding-left: 20px;
    padding-right: 20px;
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden
}

@media (min-width: 1400px) {
    .block.upsell, .block.related, .block.crosssell {
        padding-left: 20px;
        padding-right: 20px
    }
}

.block.upsell .block-actions button.action.select:hover, .block.related .block-actions button.action.select:hover, .block.crosssell .block-actions button.action.select:hover {
    text-decoration: underline
}

.block.upsell .block-title, .block.related .block-title, .block.crosssell .block-title {
    line-height: normal;
    padding-right: 90px
}

@media (min-width: 768px) {
    .block.upsell .block-title, .block.related .block-title, .block.crosssell .block-title {
        text-align: center;
        font-size: 35px;
        padding: 0
    }
}

.block.upsell .block-actions, .block.related .block-actions, .block.crosssell .block-actions {
    display: none
}

@media (min-width: 768px) {
    .block.upsell .block-actions, .block.related .block-actions, .block.crosssell .block-actions {
        text-align: center;
        font-size: 12px
    }
}

.block.upsell .products-grid, .block.related .products-grid, .block.crosssell .products-grid {
    padding: 0
}

.block.upsell .products-grid .product-items, .block.related .products-grid .product-items, .block.crosssell .products-grid .product-items {
    padding: 0
}

.block.upsell .products-grid .product-item, .block.related .products-grid .product-item, .block.crosssell .products-grid .product-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.block.upsell .products-grid .product-reviews-summary, .block.related .products-grid .product-reviews-summary, .block.crosssell .products-grid .product-reviews-summary {
    padding-top: 0
}

.block.upsell .owl-controls .owl-prev, .block.upsell .owl-controls .owl-next, .block.related .owl-controls .owl-prev, .block.related .owl-controls .owl-next, .block.crosssell .owl-controls .owl-prev, .block.crosssell .owl-controls .owl-next {
    padding: 0
}

.block.upsell .owl-controls .owl-prev:before, .block.upsell .owl-controls .owl-prev:before, .block.upsell .owl-controls .owl-next:before, .block.upsell .owl-controls .owl-next:before, .block.related .owl-controls .owl-prev:before, .block.related .owl-controls .owl-prev:before, .block.related .owl-controls .owl-next:before, .block.related .owl-controls .owl-next:before, .block.crosssell .owl-controls .owl-prev:before, .block.crosssell .owl-controls .owl-prev:before, .block.crosssell .owl-controls .owl-next:before, .block.crosssell .owl-controls .owl-next:before {
    font-family: "Linearicons";
    font-size: 22px;
    color: inherit;
    vertical-align: middle
}

.block.upsell .owl-controls .owl-prev:before, .block.related .owl-controls .owl-prev:before, .block.crosssell .owl-controls .owl-prev:before {
    content: "\e93b"
}

.block.upsell .owl-controls .owl-next:before, .block.related .owl-controls .owl-next:before, .block.crosssell .owl-controls .owl-next:before {
    content: "\e93c"
}

.block.upsell .owl-controls, .block.crosssell .owl-controls {
    top: -70px
}

@media (max-width: 768px) {
    .block.upsell .owl-controls, .block.crosssell .owl-controls {
        top: -81px
    }
}

.catalog-product-view .column.main {
    margin-left: 0;
    margin-right: 0
}

.catalog-product-view .column.main .product-info-main, .catalog-product-view .column.main .product.info {
    padding-left: 0;
    padding-right: 0
}

.catalog-product-view .column.main .block.related .products-related .field.choice.related {
    display: none;
    padding-top: 0
}

.catalog-product-view .column.main .block.related .products-related .product-item-actions {
    display: none;
    padding-top: 0
}

.catalog-product-view .column.main .owl-carousel .owl-wrapper-outer {
    right: 2px
}

.block.crosssell {
    margin-top: 50px
}

.block.crosssell .products-grid .product-reviews-summary {
    padding-top: 25px
}

@media (max-width: 768px) {
    .block.crosssell .owl-controls {
        top: -56px
    }
}

.product-options-wrapper .fieldset > br {
    display: none
}

.product-options-wrapper .downloads {
    display: flex
}

.catalog-product-view .asseco-label {
    font-size: 14px;
    color: #231f20;
    padding: 7px 13px;
    border-radius: 6px;
    line-height: 1;
    margin-bottom: 25px
}

.product-page-mobile-title {
    display: none
}

@media (max-width: 767px) {
    .product-page-mobile-title {
        order: 1;
        display: flex;
        flex-basis: 100%;
        max-width: 100%
    }
}

.product-info-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .product-info-main {
        flex-direction: column
    }
}

.product.content {
    order: 2
}

@media (max-width: 767px) {
    .product.content {
        order: 3;
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 15px
    }
}

.product.media {
    order: 1;
    padding-left: 20px;
    padding-right: 20px;
    flex-basis: 48%;
    max-width: 48%
}

@media (min-width: 1400px) {
    .product.media {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .product.media {
        flex-basis: 100%;
        max-width: 100%
    }
}

.product.media .action-skip-wrapper {
    display: none
}

.product.attribute ol, .product.attribute ul, .product.info:not(table) ol, .product.info:not(table) ul {
    list-style: disc;
    padding-top: 10px;
    margin-left: 30px
}

.product.attribute ol li, .product.attribute ul li, .product.info:not(table) ol li, .product.info:not(table) ul li {
    color: #231f20;
    font-size: 14px
}

.product.attribute ol li em, .product.attribute ol li a, .product.attribute ol li p, .product.attribute ol li strong, .product.attribute ul li em, .product.attribute ul li a, .product.attribute ul li p, .product.attribute ul li strong, .product.info:not(table) ol li em, .product.info:not(table) ol li a, .product.info:not(table) ol li p, .product.info:not(table) ol li strong, .product.info:not(table) ul li em, .product.info:not(table) ul li a, .product.info:not(table) ul li p, .product.info:not(table) ul li strong {
    color: #231f20
}

.product.attribute p, .product.info:not(table) p {
    color: #231f20
}

.product.attribute.overview, .product.info:not(table).overview {
    margin-bottom: 40px
}

.product.attribute.overview ul, .product.info:not(table).overview ul {
    list-style-type: none
}

.product.attribute.overview ul li:before, .product.info:not(table).overview ul li:before {
    content: "\2022";
    color: #00a3e0;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.product.info.detailed .data.item.content {
    padding-top: 40px
}

.product.info.detailed .data.item.title {
    padding-bottom: 5px
}

.product.info.detailed .data.item.title a {
    color: #231f20;
    text-transform: none;
    font-weight: 700
}

.product.info.detailed .data.item.title a:hover {
    color: #00a3e0
}

.product.info.detailed .data.item.title.active {
    border-bottom: 2px solid #00a3e0
}

.product.info.detailed .data.item.title.active a.data.switch {
    color: #231f20
}

.price-container {
    display: block;
    position: relative
}

.price-label {
    text-transform: lowercase;
    display: inline-block;
    position: relative;
    top: 7px;
    line-height: 1;
    color: #231f20
}

.product-info-price {
    color: #00a3e0;
    letter-spacing: .02em;
    margin-bottom: 40px
}

.minimal-price {
    margin-bottom: 0
}

.minimal-price .price-label {
    top: unset;
    line-height: unset
}

.normal-price, .normal-price-asseco, .price-from {
    display: block;
    height: 100%;
    font-weight: 400
}

.normal-price .price, .normal-price-asseco .price, .price-from .price {
    font-size: 18px
}

.normal-price, .price-from {
    margin-right: 5px
}

.normal-price .price, .price-from .price {
    color: #e84f0f
}

.normal-price .price:after, .price-from .price:after {
    display: none
}

.price-box {
    margin-bottom: 1rem
}

.price-box .old-price .price, .price-box .price-to .price {
    color: #00a3e0
}

.price-box .old-price .price:after, .price-box .price-to .price:after {
    display: inline-block;
    text-decoration: none;
    margin-left: 4px
}

.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 14px;
    display: none
}

.price-including-tax {
    display: flex
}

.price-including-tax .price .price:after {
    display: none
}

.price-excluding-tax {
    display: flex
}

.price-excluding-tax .price {
    font-size: 18px
}

.price-excluding-tax .price .price:after {
    display: none
}

.catalog-category-view .price-label.bundle {
    display: none
}

.product-info-variants .price-label {
    top: unset
}

.normal-price-asseco .price-label.bundle, .normal-price-asseco .price-final_price .price-label.bundle {
    display: block
}

.normal-price .price-gross, .normal-price .price-net {
    display: none
}

.minimal-price .old-price {
    display: none
}

.price-final_price .old-price {
    display: none
}

.price-final_price .normal-price + .old-price, .price-final_price .special-price + .old-price {
    display: block
}

.minimal-price .price-final_price .price-label {
    display: none
}

.minimal-price .price-final_price .price-label.bundle {
    display: block
}

.price-final_price .price-label.bundle {
    display: none
}

.normal-price.special-price-label .price-final_price .price-label.bundle {
    display: block
}

._show-container .price-label, ._show-container .price-label.bundle, ._show-container .price-gross, ._show-container .price-net {
    top: unset;
    line-height: unset;
    font-weight: 400;
    font-size: 18px
}

._show-container {
    display: flex
}

.page-product-bundle .price-gross, .page-product-bundle .price-net {
    font-size: 18px;
    font-weight: 400
}

.page-product-bundle .product-info-price .price-box {
    display: none
}

.price-including-tax {
    display: flex
}

.price-including-tax .price {
    font-size: 18px;
    font-weight: 500
}

.price-excluding-tax {
    display: flex
}

.price-excluding-tax:before {
    display: none
}

.price-excluding-tax .price {
    font-size: 18px;
    font-weight: 400
}

.price-gross, .price-net {
    color: #231f20;
    font-family: "Geomanist", sans-serif
}

.old-price .price-excluding-tax .price:after {
    display: none
}

.old-price .price-including-tax .price:after {
    display: none
}

.old-price.display-price .price {
    text-decoration: none
}

.normal-price.no-display {
    display: none
}

.product-info-price .prices-tier.items {
    display: flex;
    margin-top: 20px
}

.product-info-price .prices-tier.items .tier-configurable, .product-info-price .prices-tier.items .tier-catalog {
    font-weight: 500;
    font-size: 16px;
    color: #231f20;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e9e9e9
}

.product-info-price .prices-tier.items .tier-configurable .each-tier, .product-info-price .prices-tier.items .tier-catalog .each-tier {
    font-weight: 400
}

.product-info-price .prices-tier.items .tier-configurable .price-container .price, .product-info-price .prices-tier.items .tier-catalog .price-container .price {
    font-weight: 500;
    color: #e84f0f;
    font-size: 18px
}

.product-info-price .prices-tier.items .tier-configurable .benefit, .product-info-price .prices-tier.items .tier-catalog .benefit {
    color: #e84f0f
}

@media (min-width: 992px) and (max-width: 1199px) {
    #amasty-shopby-product-list .price-box .price-including-tax .price, #amasty-shopby-product-list .price-box .price-excluding-tax .price {
        font-size: 15px
    }

    #amasty-shopby-product-list .price-box .price-including-tax .price:after, #amasty-shopby-product-list .price-box .price-excluding-tax .price:after {
        font-size: 15px
    }

    #amasty-shopby-product-list .price-box .price-including-tax:after, #amasty-shopby-product-list .price-box .price-excluding-tax:after {
        font-size: 15px
    }

    #amasty-shopby-product-list .price-box .price-label, #amasty-shopby-product-list .price-box .price-gross, #amasty-shopby-product-list .price-box .price-net {
        font-size: 15px
    }
}

@media (min-width: 580px) and (max-width: 767px) {
    #amasty-shopby-product-list .price-box .price-including-tax .price, #amasty-shopby-product-list .price-box .price-excluding-tax .price {
        font-size: 14px
    }

    #amasty-shopby-product-list .price-box .price-including-tax .price:after, #amasty-shopby-product-list .price-box .price-excluding-tax .price:after {
        font-size: 14px
    }

    #amasty-shopby-product-list .price-box .price-including-tax:after, #amasty-shopby-product-list .price-box .price-excluding-tax:after {
        font-size: 14px
    }

    #amasty-shopby-product-list .price-box .price-label, #amasty-shopby-product-list .price-box .price-gross, #amasty-shopby-product-list .price-box .price-net {
        font-size: 14px
    }

    #amasty-shopby-product-list .products-grid .product-item {
        padding-left: 25px;
        padding-right: 25px
    }
}

.product-page-mobile-title, .product-info-label {
    line-height: 1
}

@media (max-width: 991px) {
    .product-page-mobile-title, .product-info-label {
        order: 1;
        flex-basis: 100%;
        max-width: 100%
    }
}

.product-page-mobile-title .label-mobile, .product-page-mobile-title .label-content, .product-info-label .label-mobile, .product-info-label .label-content {
    display: flex;
    flex-direction: row;
    align-self: flex-start
}

@media (max-width: 350px) {
    .product-page-mobile-title .label-mobile, .product-page-mobile-title .label-content, .product-info-label .label-mobile, .product-info-label .label-content {
        flex-direction: column
    }
}

.product-page-mobile-title .asseco-label, .product-info-label .asseco-label {
    font-weight: 500;
    margin-right: 20px
}

.product-page-mobile-title .divider, .product-info-label .divider {
    order: 2
}

.product-page-mobile-title .divider:after, .product-info-label .divider:after {
    position: absolute;
    margin-left: -11px;
    margin-top: 4px;
    color: #a7a5a6;
    font-size: 7px;
    content: "\2022"
}

@media (max-width: 767px) {
    .product-info-label {
        display: none
    }
}

.catalog-product-view .product-options-wrapper .field, .catalog-product-view .product-options-wrapper .swatch-opt .swatch-attribute {
    margin-bottom: 28px;
    display: flex;
    align-items: center
}

.catalog-product-view .product-options-wrapper .legend.title {
    font-size: 14px;
    font-weight: 400;
    color: #a7a5a6;
    text-transform: uppercase
}

.catalog-product-view .stock.unavailable-block {
    display: flex;
    flex-direction: column
}

.catalog-product-view .item-unavailable {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #ef153a;
    order: 2;
    margin-top: 15px
}

.catalog-product-view .page-messages .message-success.success.message a {
    color: #231f20
}

.catalog-product-view .page-messages .message-success.success.message a:hover {
    color: #00a3e0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .catalog-product-view .fotorama__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto
    }
}

@media (min-width: 1400px) {
    .catalog-product-view .fotorama__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto
    }
}

.catalog-product-view .general-data-information {
    margin-bottom: 50px;
    margin-top: 15px;
    font-size: 12px;
    color: #a7a5a6;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    padding: 15px 7px 5px 15px
}

.catalog-product-view .general-data-information .scroll-data {
    height: 145px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
    scrollbar-color: #a7a5a6;
    scrollbar-width: thin
}

.catalog-product-view .general-data-information .scroll-data h2 {
    color: #a7a5a6;
    font-size: 16px;
    margin-bottom: 10px
}

.catalog-product-view .general-data-information .scroll-data::-webkit-scrollbar {
    width: 2px
}

.catalog-product-view .general-data-information .scroll-data::-webkit-scrollbar-thumb {
    background-color: #a7a5a6;
    outline: 1px solid #a7a5a6;
    border-radius: 6px
}

.catalog-product-view .modal-slide .modal-inner-wrap, .catalog-product-view .modal-popup .modal-inner-wrap {
    padding: 50px 25px 55px 60px;
    border-radius: 6px;
    max-width: 800px
}

@media (max-width: 767px) {
    .catalog-product-view .modal-slide .modal-inner-wrap, .catalog-product-view .modal-popup .modal-inner-wrap {
        padding: 25px 25px 35px
    }
}

.catalog-product-view .modal-slide .modal-inner-wrap .action-close, .catalog-product-view .modal-popup .modal-inner-wrap .action-close {
    overflow: visible;
    display: block;
    margin-right: 25px
}

.catalog-product-view .modal-slide .modal-inner-wrap .action-close:before, .catalog-product-view .modal-popup .modal-inner-wrap .action-close:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    background-image: url("../fonts/close-x.svg")
}

.catalog-product-view .modal-slide .modal-inner-wrap .question-product-block, .catalog-product-view .modal-popup .modal-inner-wrap .question-product-block {
    text-align: left;
    flex: 0 0 50%
}

.catalog-product-view .modal-slide .modal-inner-wrap .question-product-block h2, .catalog-product-view .modal-popup .modal-inner-wrap .question-product-block h2 {
    line-height: 1;
    font-size: 40px
}

@media (max-width: 1199px) {
    .catalog-product-view .modal-slide .modal-inner-wrap .question-product-block h2, .catalog-product-view .modal-popup .modal-inner-wrap .question-product-block h2 {
        font-size: 28px;
        line-height: 1
    }
}

@media (max-width: 579px) {
    .catalog-product-view .modal-slide .modal-inner-wrap .question-product-block h2, .catalog-product-view .modal-popup .modal-inner-wrap .question-product-block h2 {
        font-size: 20px
    }
}

.catalog-product-view .modal-slide .modal-inner-wrap .question-product-block .product-name, .catalog-product-view .modal-popup .modal-inner-wrap .question-product-block .product-name {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 30px
}

.catalog-product-view .modal-slide .modal-inner-wrap .modal-footer, .catalog-product-view .modal-popup .modal-inner-wrap .modal-footer {
    padding-top: 42px;
    text-align: left
}

@media (max-width: 579px) {
    .catalog-product-view .modal-slide .modal-inner-wrap .modal-footer, .catalog-product-view .modal-popup .modal-inner-wrap .modal-footer {
        padding-left: 0
    }
}

.catalog-product-view .modal-slide .modal-inner-wrap .modal-footer .question-send, .catalog-product-view .modal-popup .modal-inner-wrap .modal-footer .question-send {
    min-width: 220px
}

@media (max-width: 579px) {
    .catalog-product-view .modal-slide .modal-inner-wrap .modal-footer .question-send, .catalog-product-view .modal-popup .modal-inner-wrap .modal-footer .question-send {
        min-width: 180px
    }
}

.catalog-product-view .modal-slide .modal-inner-wrap .label-block, .catalog-product-view .modal-popup .modal-inner-wrap .label-block {
    padding-bottom: 40px;
    max-width: 325px
}

.catalog-product-view .modal-slide .modal-inner-wrap .label-block.question, .catalog-product-view .modal-popup .modal-inner-wrap .label-block.question {
    max-width: 370px
}

.catalog-product-view .modal-slide .modal-inner-wrap .label-block.phone, .catalog-product-view .modal-slide .modal-inner-wrap .label-block.email, .catalog-product-view .modal-popup .modal-inner-wrap .label-block.phone, .catalog-product-view .modal-popup .modal-inner-wrap .label-block.email {
    max-width: 180px
}

.catalog-product-view .modal-slide .modal-inner-wrap .label-block .label, .catalog-product-view .modal-popup .modal-inner-wrap .label-block .label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px
}

.catalog-product-view .modal-slide .modal-inner-wrap .label-block .label:after, .catalog-product-view .modal-popup .modal-inner-wrap .label-block .label:after {
    color: #ef153a;
    content: "*";
    font-size: 12px;
    margin: 0 3px 0 0
}

.catalog-product-view .modal-slide .modal-inner-wrap .label-block .label.phone:after, .catalog-product-view .modal-slide .modal-inner-wrap .label-block .label.company:after, .catalog-product-view .modal-popup .modal-inner-wrap .label-block .label.phone:after, .catalog-product-view .modal-popup .modal-inner-wrap .label-block .label.company:after {
    display: none
}

.catalog-product-view .modal-slide .modal-inner-wrap .input-text, .catalog-product-view .modal-popup .modal-inner-wrap .input-text {
    margin-top: 10px
}

.catalog-product-view .modal-slide .modal-inner-wrap .question-product-image, .catalog-product-view .modal-popup .modal-inner-wrap .question-product-image {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 0 0 80px
}

@media (max-width: 991px) {
    .catalog-product-view .modal-slide .modal-inner-wrap .question-product-image, .catalog-product-view .modal-popup .modal-inner-wrap .question-product-image {
        padding: 0
    }
}

.catalog-product-view .modal-slide .modal-inner-wrap .offer-question, .catalog-product-view .modal-popup .modal-inner-wrap .offer-question {
    display: flex;
    flex-direction: row
}

@media (max-width: 991px) {
    .catalog-product-view .modal-slide .modal-inner-wrap .offer-question, .catalog-product-view .modal-popup .modal-inner-wrap .offer-question {
        flex-direction: column
    }
}

.catalog-product-view .modal-slide .modal-inner-wrap input[type=checkbox], .catalog-product-view .modal-slide .modal-inner-wrap input[type=checkbox]:before, .catalog-product-view .modal-popup .modal-inner-wrap input[type=checkbox], .catalog-product-view .modal-popup .modal-inner-wrap input[type=checkbox]:before {
    display: none
}

@media screen and (min-width: 0\0
) {
    .catalog-product-view .modal-slide .modal-inner-wrap input[type=checkbox]:checked + .label:before, .catalog-product-view .modal-popup .modal-inner-wrap input[type=checkbox]:checked + .label:before {
        display: inline-block !important
    }
}

.catalog-product-view .modal-slide .modal-inner-wrap input[type=checkbox]:checked + .label:before, .catalog-product-view .modal-popup .modal-inner-wrap input[type=checkbox]:checked + .label:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: unset;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url("../fonts/checkbox-blue.svg")
}

.catalog-product-view .modal-slide .modal-inner-wrap input[type=checkbox] + .label:before, .catalog-product-view .modal-popup .modal-inner-wrap input[type=checkbox] + .label:before {
    content: "\e835";
    background-color: #f2f2f2;
    border-radius: 6px;
    color: #f2f2f2 !important
}

.catalog-product-view .modal-slide .modal-inner-wrap input[type=checkbox] + .label:before, .catalog-product-view .modal-slide .modal-inner-wrap input[type=radio] + .label:before, .catalog-product-view .modal-popup .modal-inner-wrap input[type=checkbox] + .label:before, .catalog-product-view .modal-popup .modal-inner-wrap input[type=radio] + .label:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-family: "Material Icons";
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    margin-top: 3px;
    padding-right: 3px;
    font-weight: 400
}

.catalog-product-view .modal-slide .modal-inner-wrap .label:before, .catalog-product-view .modal-popup .modal-inner-wrap .label:before {
    position: absolute
}

.catalog-product-view .modal-slide .modal-inner-wrap .rules, .catalog-product-view .modal-popup .modal-inner-wrap .rules {
    display: flex;
    flex-direction: column
}

.catalog-product-view .modal-slide .modal-inner-wrap .rules span, .catalog-product-view .modal-popup .modal-inner-wrap .rules span {
    display: inline-block;
    font-size: 13px;
    margin-left: 35px;
    text-align: left
}

.catalog-product-view .modal-slide .modal-inner-wrap .rules span:before, .catalog-product-view .modal-popup .modal-inner-wrap .rules span:before {
    color: #ef153a;
    content: "*";
    font-size: 12px;
    margin: 0 3px 0 0
}

.catalog-product-view .modal-slide .modal-inner-wrap .rules .mage-error, .catalog-product-view .modal-popup .modal-inner-wrap .rules .mage-error {
    text-align: left
}

.catalog-product-view .modal-slide .modal-inner-wrap .rules .label:hover, .catalog-product-view .modal-popup .modal-inner-wrap .rules .label:hover {
    cursor: pointer
}

.catalog-product-view .modal-slide .modal-inner-wrap .rules input[type=checkbox], .catalog-product-view .modal-slide .modal-inner-wrap .rules input[type=checkbox]:checked, .catalog-product-view .modal-popup .modal-inner-wrap .rules input[type=checkbox], .catalog-product-view .modal-popup .modal-inner-wrap .rules input[type=checkbox]:checked {
    visibility: hidden;
    margin: 0 10px 0 0
}

.catalog-product-view .product-social-links {
    order: 9
}

.catalog-product-view .question-information {
    padding-bottom: 50px
}

.catalog-product-view .question-information .question-product-information {
    background-color: rgba(0, 163, 224, .1);
    border-radius: 6px;
    color: #231f20;
    font-size: 12px;
    padding: 23px 19px
}

.catalog-product-view .action.question {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.catalog-product-view .action.question span {
    margin-left: 0
}

.catalog-product-view .action.question span:before {
    display: none
}

.catalog-product-view .tier-catalog .each {
    font-weight: 400
}

.catalog-product-view .modal-popup.confirm._show .modal-footer {
    text-align: center
}

.catalog-product-view .product.content .asseco-label {
    font-size: 11px;
    padding: 0;
    order: 11
}

.catalog-product-view .product.content .product-info-label .asseco-label {
    font-size: 14px
}

.catalog-product-view .stock.unavailable {
    display: none
}

.law-notice-label {
    border-radius: 6px;
    line-height: 1;
    font-size: 11px
}

@media (max-width: 767px) {
    .product-page-mobile-title {
        display: flex;
        flex-direction: column
    }

    .product-page-mobile-title .label-mobile {
        order: 1
    }

    .product-page-mobile-title .label-mobile .asseco-label {
        order: 3;
        padding: 0
    }

    .product-page-mobile-title .page-title-wrapper {
        order: 2
    }
}

@media (max-width: 350px) {
    .product-page-mobile-title .divider {
        display: none
    }
}

.product-info-short-descr .overview {
    font-size: 14px
}

@media (max-width: 991px) {
    .product-info-short-descr {
        flex-basis: 100%;
        max-width: 100%;
        order: 3
    }
}

.product-info-variants {
    position: relative
}

@media (max-width: 991px) {
    .product-info-variants {
        flex-basis: 100%;
        max-width: 100%;
        order: 4
    }
}

.product-info-variants .price-label {
    top: 10px
}

.product-info-variants .price-including-tax .price {
    font-size: 18px
}

.product-info-variants .super-attribute-select {
    text-transform: lowercase
}

@media (max-width: 767px) {
    .product-info-main .product.media {
        padding-left: 0;
        padding-right: 0
    }

    .product-info-main .product.media .gallery-placeholder, .product-info-main .product.media .gallery-placeholder__image {
        display: flex;
        justify-content: center
    }
}

@media (max-width: 767px) and (max-width: 579px) {
    .product-info-main .product.media .gallery-placeholder, .product-info-main .product.media .gallery-placeholder__image {
        height: 270px
    }
}

@media (max-width: 767px) and (min-width: 580px) and (max-width: 767px) {
    .product-info-main .product.media .gallery-placeholder, .product-info-main .product.media .gallery-placeholder__image {
        height: 320px
    }
}

@media (max-width: 767px) {
    .product-info-main .product.media .gallery-placeholder .fotorama__stage, .product-info-main .product.media .gallery-placeholder__image .fotorama__stage {
        margin-bottom: 0
    }

    .product-info-main .product.media .gallery-placeholder .fotorama, .product-info-main .product.media .gallery-placeholder__image .fotorama {
        min-width: 100%;
        display: flex;
        justify-content: center
    }

    .product-info-main .product.media .gallery-placeholder .fotorama .fotorama__wrap, .product-info-main .product.media .gallery-placeholder__image .fotorama .fotorama__wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .product-info-main .product.media .gallery-placeholder .fotorama__arr.fotorama__arr--prev, .product-info-main .product.media .gallery-placeholder .fotorama__arr.fotorama__arr--next, .product-info-main .product.media .gallery-placeholder__image .fotorama__arr.fotorama__arr--prev, .product-info-main .product.media .gallery-placeholder__image .fotorama__arr.fotorama__arr--next {
        display: block !important
    }

    .product-info-main .product.media .gallery-placeholder .fotorama__arr .fotorama__arr--prev, .product-info-main .product.media .gallery-placeholder__image .fotorama__arr .fotorama__arr--prev {
        left: -30px
    }

    .product-info-main .product.media .gallery-placeholder .fotorama__arr .fotorama__arr--prev, .product-info-main .product.media .gallery-placeholder__image .fotorama__arr .fotorama__arr--prev {
        right: -30px
    }
}

@media (max-width: 767px) and (max-width: 579px) {
    .product-info-main .product.media .gallery-placeholder .fotorama__img, .product-info-main .product.media .gallery-placeholder__image .fotorama__img {
        max-width: 200px
    }
}

@media (max-width: 767px) and (min-width: 580px) and (max-width: 767px) {
    .product-info-main .product.media .gallery-placeholder .fotorama__img, .product-info-main .product.media .gallery-placeholder__image .fotorama__img {
        max-width: 270px
    }
}

.product-add-form {
    margin-bottom: 40px
}

.product-add-form .label span {
    color: #231f20
}

.product-info-stock-sku {
    display: inline-block;
    padding: 7px 0;
    margin-bottom: 40px
}

.product-info-stock-sku .product.attribute.sku {
    margin: 0;
    font-size: 14px;
    color: #bdbdbd;
    text-transform: uppercase
}

.product-info-stock-sku .product.attribute.sku strong {
    font-weight: 400
}

.product-options-wrapper {
    margin-bottom: 0
}

.product-options-wrapper .fieldset label.label, .product-options-wrapper .fieldset .swatch-attribute-label {
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    flex-basis: 23%;
    max-width: 23%
}

@media (max-width: 1199px) {
    .product-options-wrapper .fieldset label.label, .product-options-wrapper .fieldset .swatch-attribute-label {
        flex-basis: 30%;
        max-width: 30%
    }
}

.product-options-wrapper select {
    font-size: 16px;
    padding: 3px 33px 3px 20px !important
}

.product-options-wrapper .control, .product-options-wrapper .swatch-attribute-options {
    width: 325px;
    min-width: 325px
}

.product-options-wrapper .control select[disabled], .product-options-wrapper .swatch-attribute-options select[disabled] {
    opacity: .3
}

.product-options-wrapper .control select, .product-options-wrapper .swatch-attribute-options select {
    font-size: 16px;
    padding: 3px 54px 3px 20px !important
}

.product-options-wrapper .control select:focus, .product-options-wrapper .control select:active, .product-options-wrapper .swatch-attribute-options select:focus, .product-options-wrapper .swatch-attribute-options select:active {
    color: #231f20;
    min-height: 46px;
    max-width: 325px;
    background-size: cover;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../fonts/expand-reversed.svg") no-repeat right #f2f2f2;
    background-position-x: 90%;
    padding: 3px 31px 3px 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-options-wrapper .control, .product-options-wrapper .swatch-attribute-options {
        width: 325px;
        min-width: 325px
    }
}

@media (max-width: 991px) {
    .product-options-wrapper .control, .product-options-wrapper .swatch-attribute-options {
        width: 150px;
        min-width: 150px
    }
}

.product-options-wrapper .fieldset .field .select2-container, .product-options-wrapper .fieldset .swatch-opt .select2-container {
    max-width: 325px;
    min-width: 150px;
    width: 325px !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-options-wrapper .fieldset .field .select2-container, .product-options-wrapper .fieldset .swatch-opt .select2-container {
        width: 250px !important
    }
}

.product-add-form {
    position: relative;
    display: flex;
    margin-bottom: 40px
}

.product-add-form #product_addtocart_form {
    display: flex;
    flex-direction: column;
    width: 100%
}

.product-add-form #product_addtocart_form .field.qty {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: 2
}

.product-add-form #product_addtocart_form .field.qty .label {
    font-size: 14px;
    flex-basis: 23%;
    max-width: 23%;
    display: flex;
    margin-right: 0
}

@media (max-width: 1199px) {
    .product-add-form #product_addtocart_form .field.qty .label {
        flex-basis: 30%;
        max-width: 30%
    }
}

.product-add-form #product_addtocart_form .field.qty .control {
    display: flex;
    flex-direction: row;
    align-items: center
}

.product-add-form #product_addtocart_form .field.qty .control .qty-controls .qty-plus, .product-add-form #product_addtocart_form .field.qty .control .qty-controls .qty-minus {
    display: inline-block;
    color: #00a3e0;
    border: 1px solid rgba(0, 163, 224, .3);
    box-sizing: border-box;
    padding: 0;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    width: 30px;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none
}

.product-add-form #product_addtocart_form .field.qty .control .qty-plus {
    margin-left: 10px
}

.product-add-form #product_addtocart_form .field.qty .control .qty-minus {
    margin-right: 10px
}

.product-add-form #product_addtocart_form .field.qty .control .input-text.qty {
    font-size: 18px;
    color: #231f20;
    width: 55px;
    height: 46px;
    padding-left: 5px;
    padding-right: 5px
}

.product-add-form #product_addtocart_form .product-info-price {
    display: flex;
    flex-direction: column;
    order: 3;
    margin: 0
}

.product-add-form #product_addtocart_form .product-options-bottom {
    display: flex;
    flex-direction: row;
    order: 4
}

.product-add-form #product_addtocart_form .product-options-bottom .product-social-links {
    order: 6
}

.product-add-form #product_addtocart_form .product-options-wrapper {
    order: 1
}

.product-add-form #product_addtocart_form .product-options-wrapper select.mage-error {
    color: #231f20
}

.product-add-form #product_addtocart_form .box-tocart {
    order: 5
}

.product-add-form #product_addtocart_form .block-bundle-summary {
    order: 2;
    border: none;
    padding: 0
}

.box-tocart .label {
    margin-right: 0;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 20px;
    text-align: left
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-tocart .label {
        display: block
    }
}

.box-tocart .field.qty {
    padding-right: 0;
    display: flex
}

@media (max-width: 1199px) {
    .box-tocart .field.qty {
        flex-direction: column;
        align-items: flex-start
    }
}

.box-tocart .field.qty .label {
    margin-right: 0
}

.box-tocart .field.qty .label span {
    font-size: 16px
}

@media (max-width: 767px) {
    .box-tocart .actions {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-tocart .actions {
        flex-direction: column;
        align-items: flex-start
    }
}

.box-tocart .tocart {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px
}

.box-tocart .tocart span {
    font-family: 'Geomanist', sans-serif
}

.box-tocart .tocart:hover {
    color: #fff
}

.stock.available {
    display: none;
    color: #00a3e0;
    opacity: .6;
    font-size: 12px;
    margin-bottom: 40px
}

.stock.unavailable-block .actions .primary {
    display: flex;
    align-items: center;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    justify-content: center;
    padding: 14px 20px;
    height: 60px;
    max-width: 240px;
    margin-right: 10px;
    opacity: .3;
    pointer-events: none
}

.stock.unavailable-block .actions .primary span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 100%
}

.stock.unavailable-block .actions .primary span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    display: table;
    content: '';
    visibility: visible;
    left: 0;
    margin-right: 15px;
    background-size: cover;
    width: 25px;
    height: 28px;
    background-image: url("../fonts/add-cart.svg")
}

.page-product-bundle .bundle-actions, .modal-popup.quick-view .bundle-actions {
    border-top: none;
    padding-top: 0
}

.page-product-bundle .bundle-actions #bundle-slide, .modal-popup.quick-view .bundle-actions #bundle-slide {
    background-color: #00a3e0
}

.page-product-bundle .bundle-options-wrapper .price-notice, .modal-popup.quick-view .bundle-options-wrapper .price-notice {
    font-size: 0
}

.page-product-bundle .bundle-options-wrapper .price-notice .price-container.tax.weee, .modal-popup.quick-view .bundle-options-wrapper .price-notice .price-container.tax.weee {
    font-size: 16px
}

.page-product-bundle .bundle-options-wrapper .field.option .label, .modal-popup.quick-view .bundle-options-wrapper .field.option .label {
    margin-bottom: 10px
}

.page-product-bundle .bundle-options-wrapper .field.option .label span:after, .modal-popup.quick-view .bundle-options-wrapper .field.option .label span:after {
    content: ':'
}

.page-product-bundle .bundle-options-wrapper .field.option #qty, .modal-popup.quick-view .bundle-options-wrapper .field.option #qty {
    width: 55px;
    padding-left: 5px;
    padding-right: 5px
}

.page-product-bundle .bundle-options-wrapper .field.option.required .label, .modal-popup.quick-view .bundle-options-wrapper .field.option.required .label {
    display: none
}

.page-product-bundle .bundle-options-wrapper .field.option.required .control, .modal-popup.quick-view .bundle-options-wrapper .field.option.required .control {
    width: unset
}

.page-product-bundle .bundle-options-wrapper .field.option.required .control .product-name, .modal-popup.quick-view .bundle-options-wrapper .field.option.required .control .product-name {
    font-weight: 500
}

.page-product-bundle .bundle-options-wrapper .field.option.required .control .product-amount, .modal-popup.quick-view .bundle-options-wrapper .field.option.required .control .product-amount {
    display: inline-flex;
    align-items: center;
    font-weight: 500
}

.page-product-bundle .bundle-options-wrapper .field.option.required .control .product-amount:after, .modal-popup.quick-view .bundle-options-wrapper .field.option.required .control .product-amount:after {
    content: '\00D7';
    margin-left: 3px
}

.page-product-bundle .bundle-options-container, .modal-popup.quick-view .bundle-options-container {
    padding: 0
}

.page-product-bundle .bundle-options-container .product-info-price, .modal-popup.quick-view .bundle-options-container .product-info-price {
    margin-bottom: 0
}

.page-product-bundle .bundle-options-container .product-info-price .price-final_price .minimal-price, .modal-popup.quick-view .bundle-options-container .product-info-price .price-final_price .minimal-price {
    padding-bottom: 20px
}

.page-product-bundle .bundle-options-container .product-social-links, .modal-popup.quick-view .bundle-options-container .product-social-links {
    padding-bottom: 0;
    border-bottom: none
}

.page-product-bundle .price-as-configured, .modal-popup.quick-view .price-as-configured {
    margin-bottom: 0
}

.page-product-bundle .number-sets, .modal-popup.quick-view .number-sets {
    color: #a7a5a6;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #a7a5a6
}

.page-product-bundle .product-add-form #product_addtocart_form .field.qty .label, .modal-popup.quick-view .product-add-form #product_addtocart_form .field.qty .label {
    display: none
}

.page-product-bundle .product-add-form #product_addtocart_form .nested .qty.qty-holder .label, .modal-popup.quick-view .product-add-form #product_addtocart_form .nested .qty.qty-holder .label {
    display: block;
    margin-bottom: 0
}

.page-product-bundle .product-add-form #product_addtocart_form .nested .qty.qty-holder .label span, .modal-popup.quick-view .product-add-form #product_addtocart_form .nested .qty.qty-holder .label span {
    padding-right: 20px;
    font-weight: 400
}

.page-product-bundle .product-add-form #product_addtocart_form .nested .qty.qty-holder .label span:after, .modal-popup.quick-view .product-add-form #product_addtocart_form .nested .qty.qty-holder .label span:after {
    display: none
}

.page-product-bundle .product-info-main .product.content, .modal-popup.quick-view .product-info-main .product.content {
    display: flex;
    flex-direction: column
}

.page-product-bundle .product-info-main .product.content .product-info-variants, .modal-popup.quick-view .product-info-main .product.content .product-info-variants {
    order: 10
}

.page-product-bundle .product-options-wrapper .fieldset .field .select2-container, .modal-popup.quick-view .product-options-wrapper .fieldset .field .select2-container {
    max-width: 455px;
    min-width: 150px;
    width: 455px !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-product-bundle .product-options-wrapper .fieldset .field .select2-container, .modal-popup.quick-view .product-options-wrapper .fieldset .field .select2-container {
        max-width: 355px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-product-bundle .select2-results__option, .modal-popup.quick-view .select2-results__option {
        font-size: 14px;
        line-height: 14px;
        height: 50px
    }
}

.product-action-area {
    display: flex;
    flex-direction: row;
    order: 4;
    padding-top: 20px
}

.product-action-area .product-social-links {
    order: 7;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    border-bottom: none
}

.product-action-area .product-option-stock-status .action.primary {
    pointer-events: none;
    opacity: .3
}

.product-action-area .product-option-stock-status .action.primary span:before {
    opacity: 1;
    display: table;
    content: '';
    visibility: visible;
    left: 0;
    margin-right: 17px;
    background-size: cover;
    width: 22px;
    height: 25px;
    position: relative
}

[class*=bundle-niekonfigurowalny] .nested {
    display: none
}

[class*=bundle-niekonfigurowalny] .price-box.price-final_price, [class*=bundle-konfigurowalny] .price-box.price-final_price {
    display: none
}

.towishlist, .tocompare {
    position: relative
}

.towishlist span, .tocompare span {
    display: none
}

.product-social-links .mailto {
    padding: 0 .5rem;
    line-height: inherit
}

.product-social-links .mailto:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.action.tocompare, .action.towishlist {
    font-weight: 400 !important
}

.towishlist:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: -4px;
    margin-right: 20px;
    background-image: url("../fonts/wishlist.svg")
}

.product-item-actions .action.tocompare {
    padding: 0 0 0 10px
}

@media (min-width: 1400px) {
    .product-item-actions .action.tocompare {
        padding: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-item-actions .action.tocompare {
        padding: 0
    }
}

.product-item-actions .action.tocompare:hover {
    background-color: transparent !important
}

.tocompare:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    left: 15px;
    background-image: url("../fonts/compare.svg")
}

.tocompare:before {
    visibility: inherit
}

.filter-current--wrapper {
    margin-bottom: 35px;
    background: #f6f6f6;
    padding: 20px 10px 20px 25px
}

@media (min-width: 1400px) {
    .filter-current--wrapper {
        padding: 22px 10px 25px 30px
    }
}

.filter-current--wrapper .item {
    margin-bottom: 3px
}

.filter-current--wrapper .filter-actions .action {
    text-decoration: underline
}

.filter-content .filter-subtitle {
    display: none
}

.filter-current.active .filter-current-subtitle {
    margin-bottom: 0
}

.filter-current.active .items {
    display: none
}

.filter-current .items {
    display: block
}

.filter-current .filter-label:after {
    content: ':';
    padding: 0 2px 0 4px
}

.filter-current .remove {
    line-height: inherit
}

.filter-current .remove:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.filter-current .remove:before {
    vertical-align: sub
}

.filter-current .remove span {
    display: none
}

.filter-current[role=tablist] [role=tab] {
    line-height: inherit
}

.filter-current[role=tablist] [role=tab]:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.filter-current[role=tablist] [role=tab][aria-expanded=true] {
    line-height: inherit
}

.filter-current[role=tablist] [role=tab][aria-expanded=true]:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.filter-options-title {
    line-height: inherit;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 14px !important;
    letter-spacing: .02em
}

.filter-options-title:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.filter-options-title:before {
    position: relative;
    float: right;
    font-weight: 600;
    color: #231f20;
    font-size: 12px !important;
    top: -2px !important;
    transform: rotate(180deg) scale(1)
}

@media (min-width: 768px) and (max-width: 991px) {
    .filter-options-title {
        font-size: 14px;
        width: 100%;
        word-wrap: break-word
    }
}

.catalog-category-view .filter-options-item .filter-options-title:before {
    color: #231f20;
    transform: rotate(0deg) scale(1)
}

.catalog-category-view .filter-options-item.active .filter-options-title:before {
    transform: rotate(0deg) scale(1)
}

.catalog-category-view .am-show-more {
    color: #00a3e0;
    font-family: "Geomanist", sans-serif
}

.sidebar .price-slider .slider-fields .slider-input {
    margin-top: 8px
}

.sidebar .price-slider .slider-fields label span {
    font-weight: 700;
    text-transform: capitalize
}

.sidebar .price-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-left: -10px;
    margin-top: -5px;
    transition: all 0s ease
}

.sidebar .price-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #fff
}

.sidebar .price-slider .ui-slider-range {
    position: absolute;
    height: 100%
}

.filter-options-content .item {
    margin-bottom: 13px;
    line-height: 20px
}

.filter-options-content .item:before, .filter-options-content .item:after {
    display: table;
    content: "";
    line-height: 0
}

.filter-options-content .item:after {
    clear: both
}

.filter-options-content .item:last-child {
    margin-bottom: 0
}

.filter-options-content .item a {
    text-transform: capitalize
}

.filter-options-content .item a:before, .filter-options-content .item a:after {
    display: table;
    content: "";
    line-height: 0
}

.filter-options-content .item a:after {
    clear: both
}

.filter-options-content .count {
    float: right;
    opacity: .5
}

.filter-options-content .item-label {
    float: left;
    max-width: 150px
}

.filter-options-content .ui-slider-horizontal {
    margin-bottom: 10px
}

.filter-options-content .slider-input {
    margin-bottom: 10px
}

.filter-options-content .slider-input span {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize
}

.filter-options-content .slider-input input {
    padding: 8px 15px
}

.filter-options-content .slider-button {
    padding-bottom: 8px
}

.filter-options-content .price-slider .slider-fields a.action {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    margin-top: 8px
}

.filter-options-content .price-slider .slider-fields a.action span {
    font-family: 'Geomanist', sans-serif
}

.filter-options-content .price-slider .slider-fields a.action:hover {
    color: #fff
}

[role=tablist] .filter-options-content[role=tabpanel] {
    margin-bottom: 23px
}

.filter-options-item {
    margin-bottom: 12px
}

.filter-options-item:before, .filter-options-item:after {
    display: table;
    content: "";
    line-height: 0
}

.filter-options-item:after {
    clear: both
}

.filter-options-item:last-child {
    margin-bottom: 0
}

.filter-options-item:last-child .filter-options-content {
    margin-bottom: 0
}

@media (max-width: 767px) {
    #layered-filter-block {
        margin: 0
    }

    #layered-filter-block .action-close:before {
        content: '';
        width: 24px;
        height: 24px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        right: 10px;
        background-image: url("../fonts/close-x.svg")
    }

    .filter-toggle {
        position: absolute;
        right: 0;
        font-family: "Geomanist", sans-serif;
        background-color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        border-radius: 6px;
        font-family: "Geomanist", sans-serif;
        color: #fff;
        background-color: #00a3e0;
        height: 50px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 6px;
        padding: 14px 25px
    }

    .filter-toggle span {
        font-family: 'Geomanist', sans-serif
    }

    .filter-toggle:hover {
        color: #fff
    }

    .modal-slide {
        transition-duration: .3s;
        transition-timing-function: ease-in-out;
        transform: translateX(100%);
        transition-property: transform, visibility
    }

    .modal-slide._show {
        transform: translate(0, 0)
    }

    .modal-slide._show .action-close {
        display: block
    }
}

@media (max-width: 1199px) {
    .filter-toggle {
        width: 50px;
        height: 50px;
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-with-filter .row > .col-sm-9 {
        flex-basis: 70%;
        max-width: 70%
    }

    .page-with-filter .row > .col-sm-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .page-with-filter .sidebar.sidebar-main {
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-with-filter .sidebar.sidebar-main {
        padding-right: 0
    }

    .page-with-filter .filter-options .items .items-children.-folding {
        padding-left: 10px
    }
}

.scratch-customer-bought.account .page-title, .scratch-customer-added.account .page-title {
    text-align: left;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.scratch-customer-bought #add-scratch-form .page-header, .scratch-customer-added #add-scratch-form .page-header {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    z-index: -1
}

.scratch-customer-bought .select2-container--default .select2-selection--single, .scratch-customer-added .select2-container--default .select2-selection--single {
    background-color: transparent;
    transform: translateZ(0)
}

.scratch-customer-bought .select2-container--default .select2-selection--single .select2-selection__rendered, .scratch-customer-added .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    padding-right: 15px
}

.scratch-customer-bought .select2-container--default .select2-selection--single:hover, .scratch-customer-added .select2-container--default .select2-selection--single:hover {
    background-color: transparent
}

.scratch-customer-bought .select2-container--default .select2-selection--single span, .scratch-customer-added .select2-container--default .select2-selection--single span {
    color: #00a3e0
}

.scratch-customer-bought .selection .select2-selection.select2-selection--single .select2-selection__arrow, .scratch-customer-added .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    width: 10px;
    position: absolute
}

.scratch-customer-bought .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before, .scratch-customer-added .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    height: auto;
    top: 1px;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0deg) scale(1);
    background: 0 0
}

.scratch-customer-bought .select2-results__option, .scratch-customer-added .select2-results__option {
    font-size: 13px;
    display: block;
    text-align: right
}

.scratch-customer-bought.account .select2-container--default .select2-search--dropdown, .scratch-customer-added.account .select2-container--default .select2-search--dropdown {
    display: none
}

.scratch-customer-bought.account .select2-container--default .select2-selection--single .select2-selection__arrow, .scratch-customer-added.account .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px
}

.scratch-customer-bought .field.toolbar-sorter .control, .scratch-customer-added .field.toolbar-sorter .control {
    position: relative;
    text-align: right;
    z-index: 1;
    width: 100%
}

.scratch-customer-bought .field.toolbar-sorter .status-sorter, .scratch-customer-added .field.toolbar-sorter .status-sorter {
    margin-left: auto;
    -moz-text-align-last: right;
    text-align-last: right;
    color: #00a3e0;
    width: auto;
    font-size: 13px;
    padding: 0 18px;
    transform: translateZ(0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='3.811' viewBox='0 0 6.121 3.811'%3E%3Cpath id='expand' d='M2,1,4,3,6,1' transform='translate(-0.939 0.061)' fill='none' stroke='%2300a3e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-position-x: 96%
}

.scratch-customer-bought .field.toolbar-sorter .status-sorter:focus, .scratch-customer-added .field.toolbar-sorter .status-sorter:focus {
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='3.811' viewBox='0 0 6.121 3.811'%3E%3Cpath id='expand' d='M2,1,4,3,6,1' transform='translate(7.061 3.75) rotate(180)' fill='none' stroke='%2300a3e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A")
}

.scratch-customer-bought .control .select2.select2-container.select2-container--default.select2-container--open.select2-container--below.select2-container--focus .selection .select2-selection, .scratch-customer-added .control .select2.select2-container.select2-container--default.select2-container--open.select2-container--below.select2-container--focus .selection .select2-selection {
    border: 1px solid transparent
}

.scratch-customer-bought .control .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .selection .select2-selection[aria-expanded=false], .scratch-customer-added .control .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .selection .select2-selection[aria-expanded=false] {
    border: 1px solid transparent
}

@media (max-width: 767px) {
    .scratch-customer-bought .toolbar-number, .scratch-customer-added .toolbar-number {
        font-size: 14px;
        font-weight: 300
    }
}

.scratch-customer-bought .code-input #code-error, .scratch-customer-added .code-input #code-error {
    position: absolute;
    top: 54px;
    left: 0;
    padding: 0
}

.scratch-customer-bought .select2-container, .scratch-customer-added .select2-container {
    min-width: 100px
}

.scratch-customer-bought .select2-container .select2-selection--single, .scratch-customer-added .select2-container .select2-selection--single {
    justify-content: flex-end
}

.scratch-customer-bought .select2-container .select2-selection--single .select2-selection__rendered, .scratch-customer-added .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 30px
}

.scratch-customer-bought .order-products-toolbar .pager, .scratch-customer-added .order-products-toolbar .pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.scratch-customer-bought .order-products-toolbar .toolbar-amount, .scratch-customer-added .order-products-toolbar .toolbar-amount {
    display: flex;
    position: relative;
    z-index: 0;
    top: 0;
    flex: 0 0 50%;
    padding: 0
}

.scratch-customer-bought .order-products-toolbar .page-of, .scratch-customer-added .order-products-toolbar .page-of {
    display: none
}

.scratch-customer-bought .order-products-toolbar .pages, .scratch-customer-added .order-products-toolbar .pages {
    display: block;
    flex: 1 1 100%;
    order: 3;
    margin: 10px 0 50px
}

.scratch-customer-bought .order-products-toolbar .pages .item, .scratch-customer-added .order-products-toolbar .pages .item {
    margin: 0
}

.scratch-customer-bought .order-products-toolbar .pages .item.pages-item-previous .label, .scratch-customer-bought .order-products-toolbar .pages .item.pages-item-next .label, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-previous .label, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-next .label {
    display: block
}

.scratch-customer-bought .order-products-toolbar .pages .item.pages-item-previous .label:before, .scratch-customer-bought .order-products-toolbar .pages .item.pages-item-next .label:before, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-previous .label:before, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-next .label:before {
    display: none
}

.scratch-customer-bought .order-products-toolbar .pages .item.pages-item-previous .previous:before, .scratch-customer-bought .order-products-toolbar .pages .item.pages-item-previous .next:before, .scratch-customer-bought .order-products-toolbar .pages .item.pages-item-next .previous:before, .scratch-customer-bought .order-products-toolbar .pages .item.pages-item-next .next:before, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-previous .previous:before, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-previous .next:before, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-next .previous:before, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-next .next:before {
    display: none
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items, .scratch-customer-added .order-products-toolbar .pages .pages-items {
    display: flex;
    align-items: center
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .item .page, .scratch-customer-added .order-products-toolbar .pages .pages-items .item .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset;
    height: unset;
    line-height: unset;
    padding: 0 12px;
    background-color: transparent !important;
    font-size: 18px
}

@media (max-width: 767px) {
    .scratch-customer-bought .order-products-toolbar .pages .pages-items .item .page, .scratch-customer-added .order-products-toolbar .pages .pages-items .item .page {
        font-size: 14px
    }
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .item .page span, .scratch-customer-added .order-products-toolbar .pages .pages-items .item .page span {
    color: #797979
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .item .page span:hover, .scratch-customer-added .order-products-toolbar .pages .pages-items .item .page span:hover {
    color: #00a3e0
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next {
    margin-left: auto
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous {
    margin-right: auto
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-weight: 500
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    width: 140px;
    line-height: 1;
    border: 1px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    padding: 15px 0;
    border-radius: 6px;
    opacity: .3
}

@media (max-width: 579px) {
    .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable {
        width: 100px
    }
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .next, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .previous, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .next, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .previous, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .next, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .previous, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .next, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .previous {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .next .label, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .next .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    width: 140px;
    line-height: 1;
    border: 1px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 46px;
    padding: 0;
    border-radius: 6px
}

@media (max-width: 579px) {
    .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .next .label, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .next .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label {
        width: 100px;
        font-size: 14px
    }
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .next .label:hover, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-next .previous .label:hover, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .next .label:hover, .scratch-customer-bought .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label:hover, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .next .label:hover, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-next .previous .label:hover, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .next .label:hover, .scratch-customer-added .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label:hover {
    border: 2px solid #00a3e0
}

.scratch-customer-bought .order-products-toolbar .pages .pages-items .current .page span, .scratch-customer-added .order-products-toolbar .pages .pages-items .current .page span {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-weight: 400
}

@media (max-width: 767px) {
    .scratch-customer-bought .order-products-toolbar .pages .pages-items .current .page span, .scratch-customer-added .order-products-toolbar .pages .pages-items .current .page span {
        color: #797979;
        font-weight: 500
    }
}

.scratch-customer-bought .order-table.selectible, .scratch-customer-added .order-table.selectible {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0
}

.scratch-customer-bought .order-table.selectible:last-child, .scratch-customer-added .order-table.selectible:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.scratch-customer-bought .order-table.selectible .actions, .scratch-customer-added .order-table.selectible .actions {
    padding: 20px 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.scratch-customer-bought .order-table.selectible .actions a, .scratch-customer-added .order-table.selectible .actions a {
    font-size: 13px;
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.scratch-customer-bought .order-table.selectible .code-name-bottom, .scratch-customer-added .order-table.selectible .code-name-bottom {
    color: #231f20;
    font-size: 13px;
    padding-bottom: 12px
}

.scratch-customer-bought .order-table.selectible .serial, .scratch-customer-bought .order-table.selectible .date, .scratch-customer-added .order-table.selectible .serial, .scratch-customer-added .order-table.selectible .date {
    color: #231f20;
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase
}

.scratch-customer-bought .order-table.selectible .serial-number, .scratch-customer-bought .order-table.selectible .validity-date, .scratch-customer-added .order-table.selectible .serial-number, .scratch-customer-added .order-table.selectible .validity-date {
    color: #231f20;
    font-size: 13px
}

.scratch-customer-bought .order-table.selectible .serial, .scratch-customer-bought .order-table.selectible .serial-number, .scratch-customer-added .order-table.selectible .serial, .scratch-customer-added .order-table.selectible .serial-number {
    display: block;
    margin-right: 10px
}

.scratch-customer-bought .order-table.selectible .order, .scratch-customer-added .order-table.selectible .order {
    color: #231f20;
    padding-top: 15px
}

.scratch-customer-bought .order-table.selectible .order-name, .scratch-customer-added .order-table.selectible .order-name {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 300
}

.scratch-customer-bought .order-table.selectible .order-number, .scratch-customer-added .order-table.selectible .order-number {
    font-size: 13px;
    font-weight: 500
}

.scratch-customer-bought .order-table.selectible .copy-element, .scratch-customer-added .order-table.selectible .copy-element {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 25px;
    margin-left: 15px
}

.scratch-customer-bought .order-table.selectible .copy-element:hover, .scratch-customer-added .order-table.selectible .copy-element:hover {
    cursor: pointer
}

.scratch-customer-bought .order-table.selectible .copy-element:before, .scratch-customer-added .order-table.selectible .copy-element:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 25px;
    height: 24px;
    background-image: url("../fonts/copy-scratch.svg")
}

.scratch-customer-bought .status-name.activated .code-name, .scratch-customer-bought .status-name.not-activated .code-name, .scratch-customer-bought .status-name.used .code-name, .scratch-customer-bought .status-name.pending-generation .code-name, .scratch-customer-bought .status-name.canceled .code-name, .scratch-customer-bought .status-name.expired .code-name, .scratch-customer-added .status-name.activated .code-name, .scratch-customer-added .status-name.not-activated .code-name, .scratch-customer-added .status-name.used .code-name, .scratch-customer-added .status-name.pending-generation .code-name, .scratch-customer-added .status-name.canceled .code-name, .scratch-customer-added .status-name.expired .code-name {
    font-size: 8px;
    padding: 3px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    border: 1px solid #a7a5a6;
    border-radius: 1px
}

.scratch-customer-bought .status-name.activated .code-name, .scratch-customer-added .status-name.activated .code-name {
    background-color: #00c755;
    border: 1px solid #00c755
}

.scratch-customer-bought .status-name.used .code-name, .scratch-customer-added .status-name.used .code-name {
    color: #a7a5a6;
    background-color: transparent;
    border: 1px solid #a7a5a6
}

.scratch-customer-bought .status-name.pending-generation .code-name, .scratch-customer-bought .status-name.not-activated .code-name, .scratch-customer-added .status-name.pending-generation .code-name, .scratch-customer-added .status-name.not-activated .code-name {
    color: #fdc300;
    background-color: transparent;
    border: 1px solid #fdc300
}

.scratch-customer-bought .status-name.canceled .code-name, .scratch-customer-added .status-name.canceled .code-name {
    color: #f28700;
    background-color: transparent;
    border: 1px solid #f28700
}

.scratch-customer-bought .status-name.expired .code-name, .scratch-customer-added .status-name.expired .code-name {
    background-color: #363636;
    border: 1px solid #363636
}

.scratch-customer-bought .status-name .code, .scratch-customer-added .status-name .code {
    font-size: 9px;
    text-transform: uppercase
}

.scratch-customer-bought .scratch-name, .scratch-customer-added .scratch-name {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 12px
}

.scratch-customer-bought .limiter.field .control, .scratch-customer-added .limiter.field .control {
    width: 130px
}

.scratch-customer-bought .pager .toolbar-amount, .scratch-customer-added .pager .toolbar-amount {
    top: -35px
}

.scratch-customer-bought .toolbar.bottom .toolbar-amount, .scratch-customer-bought .toolbar.bottom .limiter, .scratch-customer-added .toolbar.bottom .toolbar-amount, .scratch-customer-added .toolbar.bottom .limiter {
    display: none
}

.scratch-customer-bought .toolbar.bottom .pages, .scratch-customer-added .toolbar.bottom .pages {
    margin-top: 0
}

.scratch-customer-bought .limiter.form-inline, .scratch-customer-added .limiter.form-inline {
    display: none;
    flex: 0 0 50%
}

.scratch-customer-bought .limiter.form-inline .limiter-label.label, .scratch-customer-added .limiter.form-inline .limiter-label.label {
    display: none
}

.scratch-customer-bought .limiter.form-inline .select2.select2-container .select2-selection__rendered, .scratch-customer-bought .limiter.form-inline select, .scratch-customer-added .limiter.form-inline .select2.select2-container .select2-selection__rendered, .scratch-customer-added .limiter.form-inline select {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.scratch-customer-bought .limiter.form-inline .control, .scratch-customer-added .limiter.form-inline .control {
    margin-left: auto
}

.scratch-customer-bought .limiter.form-inline .selection .select2-selection.select2-selection--single, .scratch-customer-added .limiter.form-inline .selection .select2-selection.select2-selection--single {
    background-color: transparent;
    font-size: 13px
}

.scratch-customer-bought .limiter.form-inline .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before, .scratch-customer-added .limiter.form-inline .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
    content: "";
    background: 0 0;
    position: relative;
    float: right;
    font-weight: 600;
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    min-width: unset;
    height: unset;
    font-family: "Material Icons";
    font-size: 12px !important;
    top: 0;
    transform: rotate(0deg) scale(1)
}

.scratch-customer-bought .input-title, .scratch-customer-added .input-title {
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 12px
}

.scratch-customer-bought .new-code, .scratch-customer-bought .new-code-cancel, .scratch-customer-added .new-code, .scratch-customer-added .new-code-cancel {
    display: none;
    z-index: 1
}

.scratch-customer-bought .field.code-input, .scratch-customer-added .field.code-input {
    display: flex
}

.scratch-customer-bought .field.code-input .actions, .scratch-customer-added .field.code-input .actions {
    margin-left: 16px
}

.scratch-customer-bought .field.code-input .actions button, .scratch-customer-added .field.code-input .actions button {
    width: 150px
}

.scratch-customer-bought .sidebar.sidebar-main, .scratch-customer-added .sidebar.sidebar-main {
    border-left: none
}

.scratch-customer-bought .codes-header, .scratch-customer-added .codes-header {
    font-size: 24px;
    font-weight: 500;
    color: #231f20;
    padding-bottom: 45px
}

.scratch-customer-bought .search-bar, .scratch-customer-added .search-bar {
    display: flex;
    align-items: center;
    position: relative
}

.scratch-customer-bought .search-bar .action-primary, .scratch-customer-added .search-bar .action-primary {
    position: absolute;
    width: 50px;
    height: 40px;
    right: 0
}

.scratch-customer-bought .search-bar .action-primary:before, .scratch-customer-added .search-bar .action-primary:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    top: 3px;
    right: 3px;
    width: 14px;
    height: 15px;
    background-image: url("../fonts/search_scratch.svg")
}

.scratch-customer-bought .search-bar input, .scratch-customer-added .search-bar input {
    width: 242px;
    min-height: 40px
}

@media (min-width: 768px) and (max-width: 991px) {
    .scratch-customer-bought .search-bar, .scratch-customer-added .search-bar {
        margin-left: 40px
    }

    .scratch-customer-bought .search-bar input, .scratch-customer-added .search-bar input {
        width: 220px
    }
}

.scratch-customer-bought .codes-body, .scratch-customer-added .codes-body {
    display: flex;
    margin-bottom: 10px
}

.scratch-customer-bought .purchased, .scratch-customer-bought .manual-codes, .scratch-customer-added .purchased, .scratch-customer-added .manual-codes {
    color: #231f20;
    font-size: 16px;
    font-weight: 500
}

.scratch-customer-bought .purchased a, .scratch-customer-bought .manual-codes a, .scratch-customer-added .purchased a, .scratch-customer-added .manual-codes a {
    color: #231f20
}

.scratch-customer-bought .purchased a:hover, .scratch-customer-bought .manual-codes a:hover, .scratch-customer-added .purchased a:hover, .scratch-customer-added .manual-codes a:hover {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.scratch-customer-bought .purchased p, .scratch-customer-bought .manual-codes p, .scratch-customer-added .purchased p, .scratch-customer-added .manual-codes p {
    padding-bottom: 11px;
    border-bottom: 2px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.scratch-customer-bought .purchased, .scratch-customer-added .purchased {
    margin-right: 67px
}

@media (min-width: 768px) and (max-width: 991px) {
    .scratch-customer-bought .purchased, .scratch-customer-added .purchased {
        margin-right: 40px
    }
}

@media (max-width: 767px) {
    .scratch-customer-bought .purchased, .scratch-customer-added .purchased {
        margin-right: auto
    }
}

@media (max-width: 350px) {
    .scratch-customer-bought .purchased, .scratch-customer-added .purchased {
        margin-right: 40px
    }
}

.scratch-customer-bought .column-bought-add, .scratch-customer-added .column-bought-add {
    position: relative;
    margin: auto 0px auto auto;
    bottom: 15px
}

.scratch-customer-bought .column-bought-add .action-close, .scratch-customer-added .column-bought-add .action-close {
    display: none
}

@media (max-width: 767px) {
    .scratch-customer-bought .order-products-toolbar .toolbar-amount, .scratch-customer-added .order-products-toolbar .toolbar-amount {
        display: flex !important
    }

    .scratch-customer-bought .order-products-toolbar .pages .item, .scratch-customer-added .order-products-toolbar .pages .item {
        display: none
    }

    .scratch-customer-bought .order-products-toolbar .pages .item.current, .scratch-customer-bought .order-products-toolbar .pages .item.last, .scratch-customer-bought .order-products-toolbar .pages .item.first-show, .scratch-customer-bought .order-products-toolbar .pages .item.pages-item-previous, .scratch-customer-bought .order-products-toolbar .pages .item.pages-item-next, .scratch-customer-added .order-products-toolbar .pages .item.current, .scratch-customer-added .order-products-toolbar .pages .item.last, .scratch-customer-added .order-products-toolbar .pages .item.first-show, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-previous, .scratch-customer-added .order-products-toolbar .pages .item.pages-item-next {
        display: block
    }

    .scratch-customer-bought .order-products-toolbar .page-of, .scratch-customer-added .order-products-toolbar .page-of {
        display: block;
        font-size: 14px;
        color: #797979
    }

    .scratch-customer-bought .codes-header, .scratch-customer-added .codes-header {
        display: none
    }

    .scratch-customer-bought .codes-body .column-bought-add, .scratch-customer-added .codes-body .column-bought-add {
        display: none
    }

    .scratch-customer-bought .merge-columns, .scratch-customer-added .merge-columns {
        position: relative
    }

    .scratch-customer-bought .merge-columns .column-bought-add, .scratch-customer-added .merge-columns .column-bought-add {
        display: none;
        position: absolute;
        width: 100%;
        top: -6px;
        bottom: unset
    }

    .scratch-customer-bought .merge-columns .column-bought-add .search-bar input, .scratch-customer-added .merge-columns .column-bought-add .search-bar input {
        width: 100%
    }

    .scratch-customer-bought .merge-columns .column-bought-add .action-close, .scratch-customer-added .merge-columns .column-bought-add .action-close {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 40px
    }

    .scratch-customer-bought .merge-columns .column-bought-add .action-close:hover, .scratch-customer-added .merge-columns .column-bought-add .action-close:hover {
        cursor: pointer
    }

    .scratch-customer-bought .merge-columns .column-bought-add .action-primary, .scratch-customer-added .merge-columns .column-bought-add .action-primary {
        position: relative;
        width: 40px;
        height: 30px;
        right: 1px
    }

    .scratch-customer-bought .merge-columns .column-bought-add .action-primary:before, .scratch-customer-added .merge-columns .column-bought-add .action-primary:before {
        top: 3px;
        right: 0
    }

    .scratch-customer-bought .merge-columns .column-bought-add.active-mobile, .scratch-customer-added .merge-columns .column-bought-add.active-mobile {
        display: block;
        margin: 0;
        height: 42px
    }

    .scratch-customer-bought .merge-columns .column-bought-add .action-close:before, .scratch-customer-added .merge-columns .column-bought-add .action-close:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        position: relative;
        width: 14px;
        height: 15px;
        opacity: .5;
        background-image: url("../fonts/close-x.svg")
    }

    .scratch-customer-bought #add-scratch-form, .scratch-customer-added #add-scratch-form {
        display: block;
        position: relative
    }

    .scratch-customer-bought #add-scratch-form .search-button, .scratch-customer-added #add-scratch-form .search-button {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 30px;
        height: 30px;
        top: -2px;
        right: 3px
    }

    .scratch-customer-bought #add-scratch-form .search-button:hover, .scratch-customer-added #add-scratch-form .search-button:hover {
        cursor: pointer
    }

    .scratch-customer-bought #add-scratch-form .search-button:before, .scratch-customer-added #add-scratch-form .search-button:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        position: relative;
        width: 14px;
        height: 15px;
        background-image: url("../fonts/search_scratch.svg")
    }

    .scratch-customer-bought .input-title, .scratch-customer-bought .field.code-input, .scratch-customer-added .input-title, .scratch-customer-added .field.code-input {
        display: none
    }

    .scratch-customer-bought .field.code-input, .scratch-customer-added .field.code-input {
        margin-bottom: 23px
    }

    .scratch-customer-bought .field.code-input .action.primary, .scratch-customer-added .field.code-input .action.primary {
        width: 100px
    }

    .scratch-customer-bought .new-code-cancel, .scratch-customer-bought .new-code, .scratch-customer-added .new-code-cancel, .scratch-customer-added .new-code {
        color: #00a3e0;
        font-size: 14px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0)
    }

    .scratch-customer-bought .new-code-cancel:hover, .scratch-customer-bought .new-code:hover, .scratch-customer-added .new-code-cancel:hover, .scratch-customer-added .new-code:hover {
        cursor: pointer
    }

    .scratch-customer-bought .new-code-cancel, .scratch-customer-added .new-code-cancel {
        width: 60px;
        padding-bottom: 40px
    }

    .scratch-customer-bought .new-code, .scratch-customer-added .new-code {
        display: block;
        padding: 0 0 40px
    }

    .scratch-customer-bought .toolbar.bottom, .scratch-customer-added .toolbar.bottom {
        padding-top: 60px
    }

    .scratch-customer-bought .toolbar.bottom .toolbar-amount, .scratch-customer-added .toolbar.bottom .toolbar-amount {
        display: none !important
    }

    .scratch-customer-bought #add-scratch-form .page-header, .scratch-customer-added #add-scratch-form .page-header {
        z-index: 0;
        margin-bottom: 23px
    }

    .scratch-customer-bought #add-scratch-form .page-header span, .scratch-customer-added #add-scratch-form .page-header span {
        font-size: 18px
    }

    .scratch-customer-bought.account .page-title, .scratch-customer-added.account .page-title {
        padding-bottom: 0
    }
}

.account .rd-navbar-nav-wrap .field.search #search {
    max-width: 100%
}

.ie11 .scratch-customer-bought .search-bar .action-primary, .ie11 .scratch-customer-added .search-bar .action-primary {
    top: 0
}

.ie11 .scratch-customer-bought #add-scratch-form .column-bought-add .action-primary, .ie11 .scratch-customer-added #add-scratch-form .column-bought-add .action-primary {
    right: -1px
}

.ie11 .scratch-customer-bought fieldset, .ie11 .scratch-customer-added fieldset {
    border-style: none
}

@media (max-width: 767px) {
    .ie11 .scratch-customer-bought .search-bar .action-primary, .ie11 .scratch-customer-added .search-bar .action-primary {
        top: -2px
    }

    .ie11 .scratch-customer-bought .action-close, .ie11 .scratch-customer-added .action-close {
        top: 7px
    }
}

input::-ms-clear {
    display: none
}

.form-login .actions-toolbar {
    flex-direction: row-reverse
}

.form-create-account .fieldset, .form-edit-account .fieldset, .form-address-edit .fieldset {
    margin-bottom: 2rem
}

.form-create-account .actions-toolbar .primary, .form-edit-account .actions-toolbar .primary, .form-address-edit .actions-toolbar .primary {
    min-width: 220px
}

.account .form-address-edit .actions-toolbar .secondary .back {
    display: block
}

body.account .page-title {
    padding-bottom: 43px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 65px
}

body.account .block-title {
    position: relative;
    margin-bottom: 47px
}

body.account .block-title .action {
    position: absolute;
    right: 0;
    top: 0
}

body.account .box address {
    margin-bottom: 1rem
}

.block-dashboard-info, .block-dashboard-addresses {
    margin-bottom: 40px
}

.block-dashboard-info .block-title, .block-dashboard-addresses .block-title {
    margin-bottom: 50px;
    font-size: 26px
}

.block-dashboard-info .box-billing-address, .block-dashboard-info .box-shipping-address, .block-dashboard-addresses .box-billing-address, .block-dashboard-addresses .box-shipping-address {
    height: calc(100% - 50px)
}

.block-dashboard-info address, .block-dashboard-addresses address {
    font-style: normal
}

.block-dashboard-info .address-details-label, .block-dashboard-addresses .address-details-label {
    display: block;
    color: #a7a5a6;
    font-size: 12px;
    text-transform: uppercase
}

.block-dashboard-info .address-details-item, .block-dashboard-addresses .address-details-item {
    margin-bottom: 5px;
    font-size: 16px
}

.block-dashboard-info .address-details-item--big, .block-dashboard-addresses .address-details-item--big {
    font-size: 18px
}

.account .legend {
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    position: relative
}

.order-items {
    margin-bottom: 30px
}

.account-nav .item {
    margin-bottom: 1px
}

.account-nav .item:last-child {
    margin-bottom: 0
}

.account-nav .item.current strong {
    font-weight: 400
}

.login-container .field.note {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    padding-bottom: 2em
}

@media (min-width: 992px) {
    .login-container .field {
        display: flex;
        align-items: center
    }

    .login-container .label {
        flex-basis: 10%;
        max-width: 10%
    }

    .login-container .control {
        flex-basis: 90%;
        max-width: 90%
    }
}

.login-container .block-customer-login {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 30px;
    margin-bottom: 50px
}

.login-container .block__title {
    margin-bottom: 25px
}

.login-container .block-social-login {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 25px
}

.login-container .block-social-login ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width: 1400px) {
    .login-container .block-social-login ul {
        margin-left: -20px;
        margin-right: -20px
    }
}

.login-container .block-social-login ul li {
    padding-left: 20px;
    padding-right: 20px;
    flex-basis: 50%;
    max-width: 50%
}

@media (min-width: 1400px) {
    .login-container .block-social-login ul li {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .login-container .block-social-login ul li {
        flex-basis: 100%;
        max-width: 100%
    }
}

.login-container .block-social-login ul li a {
    width: 100%
}

.login-container .tooltip.wrapper {
    position: relative
}

.login-container .tooltip.wrapper .tooltip.content {
    position: absolute;
    width: 250px;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    padding: 15px;
    font-size: 13px;
    display: none
}

.login-container .tooltip.wrapper:hover .tooltip.content {
    display: block
}

.form.password.forget {
    max-width: 905px;
    margin: 0 auto
}

.form.password.forget .field.note {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    padding-bottom: 2em
}

.customer-account-login .login-container {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .customer-account-login .login-container {
        margin-bottom: 200px
    }
}

.customer-account-login .login-container .action.primary, .customer-account-login .login-container .action.remind {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    min-width: 130px;
    text-align: center
}

.customer-account-login .login-container .action.remind {
    min-width: 200px
}

.customer-account-login .login-container .action.remind span {
    text-align: center
}

@media (max-width: 350px) {
    .customer-account-login .login-container .action.remind {
        width: 100%;
        min-width: 150px
    }
}

.popup-authentication .modal-inner-wrap {
    max-width: 900px;
    width: 98%
}

.popup-authentication .modal-inner-wrap .action-close {
    display: block
}

.popup-authentication .modal-inner-wrap .block__content {
    text-align: left
}

.popup-authentication .modal-inner-wrap .block__content > p {
    color: #000
}

.popup-authentication .modal-inner-wrap .block__content ul {
    margin-bottom: 20px
}

.popup-authentication .modal-inner-wrap .block-customer-login {
    border-top: 1px solid #eae9e9;
    padding-top: 30px
}

.popup-authentication .modal-inner-wrap .form-login {
    text-align: left
}

.popup-authentication .modal-inner-wrap .block__title {
    font-size: 1.17rem;
    color: #000;
    margin-bottom: 15px
}

.field.choice .label:before {
    position: absolute
}

.field.choice .label span {
    display: block
}

.account .create-account, .customer-account-createpassword .create-account {
    display: flex
}

.account .create-account .fieldset-create, .account .create-account .placeholder-illustration, .customer-account-createpassword .create-account .fieldset-create, .customer-account-createpassword .create-account .placeholder-illustration {
    flex: 0 0 50%
}

.account .create-account .fieldset-create > fieldset, .customer-account-createpassword .create-account .fieldset-create > fieldset {
    width: 75%
}

.account .create-account .fieldset.create, .customer-account-createpassword .create-account .fieldset.create {
    margin-bottom: 0
}

.account .create-account .placeholder-illustration img, .account .create-account p img, .customer-account-createpassword .create-account .placeholder-illustration img, .customer-account-createpassword .create-account p img {
    width: 75%;
    float: right
}

.account .create-account .field .control, .customer-account-createpassword .create-account .field .control {
    max-width: 325px;
    width: unset
}

.account .account-created, .customer-account-createpassword .account-created {
    padding-left: 15px;
    padding-bottom: 30px
}

.account .account-created .authorization-link, .customer-account-createpassword .account-created .authorization-link {
    display: inline-block
}

.account .field.cart-payments .control, .account .field._disabled .control, .customer-account-createpassword .field.cart-payments .control, .customer-account-createpassword .field._disabled .control {
    position: relative
}

.account .field.choice label, .customer-account-createpassword .field.choice label {
    font-weight: 400
}

.account .field.choice label span, .customer-account-createpassword .field.choice label span {
    font-size: 13px
}

.account .field.choice input[type=checkbox] + .label span, .customer-account-createpassword .field.choice input[type=checkbox] + .label span {
    display: block
}

.account .field.choice.agreement span:before, .customer-account-createpassword .field.choice.agreement span:before {
    color: #d73105;
    content: "*";
    font-size: 12px;
    margin: 0 3px 0 0
}

.account .field.choice.agreement input[type=checkbox]:checked + .label:after, .customer-account-createpassword .field.choice.agreement input[type=checkbox]:checked + .label:after {
    left: -27px
}

.account .field .control.rd-navbar-search-form-input, .customer-account-createpassword .field .control.rd-navbar-search-form-input {
    width: 100%
}

.account .agreement-information a, .customer-account-createpassword .agreement-information a {
    color: #00a3e0
}

.account .agreement-information a:hover, .customer-account-createpassword .agreement-information a:hover {
    color: #231f20
}

.account .fieldset > .field.required > .label:after, .customer-account-createpassword .fieldset > .field.required > .label:after {
    display: none
}

.account .create-account .field.taxvat, .customer-account-createpassword .create-account .field.taxvat {
    display: none
}

.account .form-address-edit .taxvat .actions-toolbar, .customer-account-createpassword .form-address-edit .taxvat .actions-toolbar {
    padding-top: 30px
}

.account #password-strength-meter-container, .customer-account-createpassword #password-strength-meter-container {
    font-size: 9px;
    text-align: right
}

.account #password-strength-meter-container #password-strength-meter-label, .customer-account-createpassword #password-strength-meter-container #password-strength-meter-label {
    text-transform: lowercase
}

.account .password.required, .account .confirmation.required, .customer-account-createpassword .password.required, .customer-account-createpassword .confirmation.required {
    width: 90%
}

.account .password label, .customer-account-createpassword .password label {
    padding-bottom: 0;
    margin-bottom: -13px
}

.account .password-weak, .customer-account-createpassword .password-weak {
    color: #ef153a
}

.account .password-medium, .customer-account-createpassword .password-medium {
    color: #f28700
}

.account .password-strong, .customer-account-createpassword .password-strong {
    color: #00a04f
}

.account .password-very-strong, .customer-account-createpassword .password-very-strong {
    font-weight: 500;
    color: #00a04f
}

.account .password.required #password-error, .customer-account-createpassword .password.required #password-error {
    display: none !important
}

.account #strength-indicator, .customer-account-createpassword #strength-indicator {
    height: 2px;
    width: 5%;
    border-radius: 6px;
    background-color: transparent
}

.account #password + .glyphicon, .customer-account-createpassword #password + .glyphicon {
    cursor: pointer;
    pointer-events: all
}

.account span.field-icon, .customer-account-createpassword span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: .5rem;
    top: 37px;
    font-size: 20px;
    color: #a7a5a6;
    z-index: 2
}

.account .password-validation > *, .customer-account-createpassword .password-validation > * {
    padding: 5px 0;
    font-size: 12px
}

.account .confirmation span.field-icon, .customer-account-createpassword .confirmation span.field-icon {
    top: 14px
}

.account .symbols-amount, .customer-account-createpassword .symbols-amount {
    padding-top: 20px
}

.account .special-character, .customer-account-createpassword .special-character {
    padding-bottom: 0
}

.account .before-check .approval-before:before, .customer-account-createpassword .before-check .approval-before:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 18px;
    height: 13px;
    margin-right: 5px;
    background-image: url("../fonts/checkbox-grey.svg")
}

.account .match-true .approval-before:before, .customer-account-createpassword .match-true .approval-before:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 18px;
    height: 13px;
    margin-right: 5px;
    background-image: url("../fonts/checkbox-green.svg")
}

.account .match-false .approval-before:before, .customer-account-createpassword .match-false .approval-before:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    margin-right: 7px;
    background-image: url("../fonts/checkbox-red.svg")
}

.account .account-created .actions-toolbar, .customer-account-createpassword .account-created .actions-toolbar {
    display: inline
}

.account .account-created .actions-toolbar .primary, .customer-account-createpassword .account-created .actions-toolbar .primary {
    width: unset;
    display: inline;
    color: #231f20;
    background-color: transparent;
    font-weight: 400;
    line-height: unset
}

.account .account-created .actions-toolbar .primary a, .customer-account-createpassword .account-created .actions-toolbar .primary a {
    color: #00a3e0;
    text-transform: lowercase;
    padding-left: 2px
}

.account .account-created .actions-toolbar .primary a:hover, .customer-account-createpassword .account-created .actions-toolbar .primary a:hover {
    color: #231f20
}

.account .account-created .actions-toolbar .secondary, .customer-account-createpassword .account-created .actions-toolbar .secondary {
    display: none
}

.account .general-data-information, .customer-account-createpassword .general-data-information {
    margin-bottom: 50px;
    font-size: 12px;
    color: #a7a5a6;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    padding: 15px 7px 5px 15px
}

.account .general-data-information .scroll-data, .customer-account-createpassword .general-data-information .scroll-data {
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #a7a5a6;
    scrollbar-width: thin
}

.account .general-data-information .scroll-data h2, .customer-account-createpassword .general-data-information .scroll-data h2 {
    color: #a7a5a6;
    font-size: 16px;
    margin-bottom: 10px
}

.account .general-data-information .scroll-data::-webkit-scrollbar, .customer-account-createpassword .general-data-information .scroll-data::-webkit-scrollbar {
    width: 2px
}

.account .general-data-information .scroll-data::-webkit-scrollbar-thumb, .customer-account-createpassword .general-data-information .scroll-data::-webkit-scrollbar-thumb {
    background-color: #a7a5a6;
    outline: 1px solid #a7a5a6;
    border-radius: 6px
}

.customer-account-create .page-main, .sso-customer-create .page-main {
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding-top: 0
}

.customer-account-create .page-title-wrapper .container, .customer-account-create .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .customer-account-create .page-title-wrapper #maincontent, .sso-customer-create .page-title-wrapper .container, .sso-customer-create .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .sso-customer-create .page-title-wrapper #maincontent {
    display: flex;
    flex-direction: column
}

.customer-account-create .page-title-wrapper .container .asseco-back, .customer-account-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back, .page-print.sales-order-print .customer-account-create .page-title-wrapper #maincontent .asseco-back, .sso-customer-create .page-title-wrapper .container .asseco-back, .sso-customer-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back, .page-print.sales-order-print .sso-customer-create .page-title-wrapper #maincontent .asseco-back {
    order: 1;
    padding: 60px 0 30px 50px;
    border-radius: 6px 6px 0 0;
    background-color: #fff
}

.customer-account-create .page-title-wrapper .container .asseco-back a, .customer-account-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back a, .page-print.sales-order-print .customer-account-create .page-title-wrapper #maincontent .asseco-back a, .sso-customer-create .page-title-wrapper .container .asseco-back a, .sso-customer-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back a, .page-print.sales-order-print .sso-customer-create .page-title-wrapper #maincontent .asseco-back a {
    font-size: 15px;
    color: #231f20;
    text-transform: uppercase
}

.customer-account-create .page-title-wrapper .container .asseco-back a:hover, .customer-account-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back a:hover, .page-print.sales-order-print .customer-account-create .page-title-wrapper #maincontent .asseco-back a:hover, .sso-customer-create .page-title-wrapper .container .asseco-back a:hover, .sso-customer-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back a:hover, .page-print.sales-order-print .sso-customer-create .page-title-wrapper #maincontent .asseco-back a:hover {
    color: #00a3e0
}

.customer-account-create .page-title-wrapper .container .asseco-back a:before, .customer-account-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back a:before, .page-print.sales-order-print .customer-account-create .page-title-wrapper #maincontent .asseco-back a:before, .sso-customer-create .page-title-wrapper .container .asseco-back a:before, .sso-customer-create .page-title-wrapper .page-print.sales-order-print #maincontent .asseco-back a:before, .page-print.sales-order-print .sso-customer-create .page-title-wrapper #maincontent .asseco-back a:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
    width: 13px;
    height: 15px;
    background-size: cover;
    background-image: url("../fonts/back.svg")
}

.customer-account-create .page-title-wrapper .container .page-title, .customer-account-create .page-title-wrapper .page-print.sales-order-print #maincontent .page-title, .page-print.sales-order-print .customer-account-create .page-title-wrapper #maincontent .page-title, .sso-customer-create .page-title-wrapper .container .page-title, .sso-customer-create .page-title-wrapper .page-print.sales-order-print #maincontent .page-title, .page-print.sales-order-print .sso-customer-create .page-title-wrapper #maincontent .page-title {
    order: 2;
    text-align: left;
    border-radius: unset;
    box-shadow: unset;
    padding: 0 0 30px 55px
}

.customer-account-create .column.main, .sso-customer-create .column.main {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, .05);
    border-radius: 0 0 6px 6px;
    background-color: #fff
}

.customer-account-create .g-recaptcha, .sso-customer-create .g-recaptcha {
    margin-top: 0;
    margin-bottom: 0
}

.customer-account-create .panel-container-wrap-bottom, .sso-customer-create .panel-container-wrap-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.customer-account-create .page-title-wrapper .page-title, .sso-customer-create .page-title-wrapper .page-title {
    padding-left: 45px;
    padding-top: 75px;
    padding-bottom: 35px;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .05)
}

.customer-account-create .page-header, .customer-account-create .rd-navbar-static, .customer-account-create .page-footer, .sso-customer-create .page-header, .sso-customer-create .rd-navbar-static, .sso-customer-create .page-footer {
    background-color: #f2f2f2
}

.customer-account-create .form.form-create-account, .sso-customer-create .form.form-create-account {
    padding: 0 50px 95px
}

.customer-account-create .form.form-create-account [class*=col-], .sso-customer-create .form.form-create-account [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 767px) {
    .customer-account-create .page-wrapper, .sso-customer-create .page-wrapper {
        padding-top: 0 !important
    }

    .customer-account-create .rd-navbar.rd-navbar-fixed, .sso-customer-create .rd-navbar.rd-navbar-fixed {
        height: 80px !important
    }

    .customer-account-create .logo, .sso-customer-create .logo {
        position: relative;
        left: 0
    }

    .customer-account-create .layout_3 .panel-container-wrap-bottom, .sso-customer-create .layout_3 .panel-container-wrap-bottom {
        display: block !important
    }

    .customer-account-create .page-footer, .sso-customer-create .page-footer {
        background-color: #f2f2f2 !important
    }

    .customer-account-create .create-account, .sso-customer-create .create-account {
        display: flex;
        flex-direction: column
    }

    .customer-account-create .create-account .fieldset-create > fieldset, .sso-customer-create .create-account .fieldset-create > fieldset {
        width: 100%
    }

    .customer-account-create .create-account .placeholder-illustration, .customer-account-create .create-account p, .sso-customer-create .create-account .placeholder-illustration, .sso-customer-create .create-account p {
        order: 1
    }

    .customer-account-create .create-account .placeholder-illustration img, .customer-account-create .create-account p img, .sso-customer-create .create-account .placeholder-illustration img, .sso-customer-create .create-account p img {
        width: 100%;
        float: left
    }

    .customer-account-create .create-account .fieldset-create, .sso-customer-create .create-account .fieldset-create {
        order: 2
    }
}

.customer-account-createpassword .confirmation.required label {
    margin-bottom: 15px
}

.fa-eye-slash:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    content: ' ' !important;
    top: 0;
    position: relative;
    width: 19px;
    height: 13px;
    margin-right: 7px;
    background-image: url("../fonts/eye-close.svg")
}

.fa-eye:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    content: ' ' !important;
    width: 19px;
    height: 13px;
    margin-right: 7px;
    background-image: url("../fonts/eye-opened.svg")
}

.account #password-strength-meter-container, .customer-account-createpassword #password-strength-meter-container, .customer-account-create #password-strength-meter-container {
    font-size: 9px;
    text-align: right
}

.account #password-strength-meter-container #password-strength-meter-label, .customer-account-createpassword #password-strength-meter-container #password-strength-meter-label, .customer-account-create #password-strength-meter-container #password-strength-meter-label {
    text-transform: lowercase
}

.account .password.required, .account .confirmation.required, .customer-account-createpassword .password.required, .customer-account-createpassword .confirmation.required, .customer-account-create .password.required, .customer-account-create .confirmation.required {
    width: 90%
}

.account .password label, .customer-account-createpassword .password label, .customer-account-create .password label {
    padding-bottom: 0;
    margin-bottom: -13px
}

.account .password-weak, .customer-account-createpassword .password-weak, .customer-account-create .password-weak {
    color: #ef153a
}

.account .password-medium, .customer-account-createpassword .password-medium, .customer-account-create .password-medium {
    color: #f28700
}

.account .password-strong, .customer-account-createpassword .password-strong, .customer-account-create .password-strong {
    color: #00a04f
}

.account .password-very-strong, .customer-account-createpassword .password-very-strong, .customer-account-create .password-very-strong {
    font-weight: 500;
    color: #00a04f
}

.account .password.required #password-error, .customer-account-createpassword .password.required #password-error, .customer-account-create .password.required #password-error {
    display: none !important
}

.account #strength-indicator, .customer-account-createpassword #strength-indicator, .customer-account-create #strength-indicator {
    height: 2px;
    width: 5%;
    border-radius: 6px;
    background-color: transparent
}

.account #password + .glyphicon, .customer-account-createpassword #password + .glyphicon, .customer-account-create #password + .glyphicon {
    cursor: pointer;
    pointer-events: all
}

.account span.field-icon, .customer-account-createpassword span.field-icon, .customer-account-create span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: .5rem;
    top: 37px;
    font-size: 20px;
    color: #a7a5a6;
    z-index: 2
}

.account .password-validation > *, .customer-account-createpassword .password-validation > *, .customer-account-create .password-validation > * {
    padding: 5px 0;
    font-size: 12px
}

.account .confirmation span.field-icon, .customer-account-createpassword .confirmation span.field-icon, .customer-account-create .confirmation span.field-icon {
    top: 14px
}

.account .symbols-amount, .customer-account-createpassword .symbols-amount, .customer-account-create .symbols-amount {
    padding-top: 20px
}

.account .special-character, .customer-account-createpassword .special-character, .customer-account-create .special-character {
    padding-bottom: 0
}

.account .before-check .approval-before:before, .customer-account-createpassword .before-check .approval-before:before, .customer-account-create .before-check .approval-before:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 18px;
    height: 13px;
    margin-right: 5px;
    background-image: url("../fonts/checkbox-grey.svg")
}

.account .match-true .approval-before:before, .customer-account-createpassword .match-true .approval-before:before, .customer-account-create .match-true .approval-before:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 18px;
    height: 13px;
    margin-right: 5px;
    background-image: url("../fonts/checkbox-green.svg")
}

.account .match-false .approval-before:before, .customer-account-createpassword .match-false .approval-before:before, .customer-account-create .match-false .approval-before:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    margin-right: 7px;
    background-image: url("../fonts/checkbox-red.svg")
}

.account .field.password .control, .account .field.confirmation .control, .customer-account-createpassword .field.password .control, .customer-account-createpassword .field.confirmation .control, .customer-account-create .field.password .control, .customer-account-create .field.confirmation .control {
    max-width: 300px;
    width: unset
}

.account .block-title.address-book {
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 30px
}

.account .block-title.address-book.header {
    font-size: 40px;
    padding-top: 0
}

.account .secondary.sender .back span {
    color: #231f20;
    text-transform: uppercase
}

.account .secondary.sender .back span:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 13px;
    height: 15px;
    background-size: cover;
    background-image: url("../fonts/back.svg")
}

.account .block.sender .actions-toolbar {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    padding-bottom: 25px;
    font-size: 12px
}

.account .block.sender .actions-toolbar span {
    display: block;
    cursor: pointer
}

.account .block.sender .block-title {
    font-size: 40px
}

.account .block.sender .block-title.secondary {
    font-size: 28px
}

.account .block.sender .billing-address.sender .address-details {
    margin-bottom: 13px
}

.account .block.sender .billing-address.sender .action {
    font-size: 10px
}

.account .block.sender .billing-address.sender .action.edit a {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.account .block.sender .billing-address.sender .action.delete {
    color: #a7a5a6;
    margin-left: 25px
}

.account .block-shipping-address, .account .block-billing-address {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap
}

.account .block-shipping-address.sender, .account .block-billing-address.sender {
    flex-direction: column
}

.account .block-shipping-address.sender .billing-address.sender, .account .block-billing-address.sender .billing-address.sender {
    height: calc(100% - 20px);
    margin-bottom: 20px
}

.account .block-shipping-address .selectible, .account .block-billing-address .selectible {
    justify-content: space-around;
    word-break: break-word;
    margin: 5px;
    min-height: 180px;
    max-width: 190px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
    border: 2px solid #f2f2f2;
    border-radius: 6px
}

.account .block-shipping-address .selectible .set-default-address, .account .block-billing-address .selectible .set-default-address {
    display: none
}

.account .block-shipping-address .selectible .set-default-address:before, .account .block-billing-address .selectible .set-default-address:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    position: relative;
    margin-right: 3px;
    width: 6px;
    height: 7px;
    top: 0;
    background-image: url("../images/accept_orange.png")
}

.account .block-shipping-address .selectible .get-default-address, .account .block-billing-address .selectible .get-default-address {
    display: block;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.account .block-shipping-address .selectible .add-new-address, .account .block-billing-address .selectible .add-new-address {
    display: flex;
    flex-direction: column
}

.account .block-shipping-address .selectible .add-new-address span, .account .block-billing-address .selectible .add-new-address span {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-align: center
}

.account .block-shipping-address .selectible .add-new-address span:before, .account .block-billing-address .selectible .add-new-address span:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    display: block;
    margin: 0 auto 15px;
    width: 46px;
    height: 48px;
    background-image: url("../images/add-address.svg")
}

.account .block-shipping-address .selectible.add-address, .account .block-billing-address .selectible.add-address {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.account .block-shipping-address .selectible.add-address.no-display, .account .block-billing-address .selectible.add-address.no-display {
    display: none
}

.account .block-shipping-address .selectible.current-default-address, .account .block-billing-address .selectible.current-default-address {
    border: 2px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.account .block-shipping-address .selectible.current-default-address .set-default-address, .account .block-billing-address .selectible.current-default-address .set-default-address {
    display: block;
    font-weight: 500
}

.account .block-shipping-address .selectible.current-default-address .get-default-address, .account .block-billing-address .selectible.current-default-address .get-default-address {
    display: none
}

.account .block-shipping-address .selectible, .account .block-billing-address .selectible {
    width: 100%;
    max-width: none;
    order: 3
}

@media (min-width: 768px) {
    .account .block-shipping-address .selectible, .account .block-billing-address .selectible {
        width: calc(50% - 10px)
    }
}

@media (min-width: 1200px) {
    .account .block-shipping-address .selectible, .account .block-billing-address .selectible {
        width: 32%
    }
}

.account .block-shipping-address .selectible.add-address, .account .block-billing-address .selectible.add-address {
    order: 1
}

.account .block-shipping-address .selectible.current-default-address, .account .block-billing-address .selectible.current-default-address {
    order: 2
}

.account .block-shipping-address .address-data, .account .block-billing-address .address-data {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    flex-direction: column;
    justify-content: space-between
}

.account .block-shipping-address .default-address, .account .block-billing-address .default-address {
    margin-left: 4px;
    font-size: 10px;
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-bottom: 5px
}

.account .block-shipping-address .default-address .set-default-address, .account .block-billing-address .default-address .set-default-address {
    color: #f28700
}

.account .block-shipping-address .default-address a, .account .block-billing-address .default-address a {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.account .block-shipping-address .address-details, .account .block-billing-address .address-details {
    color: #231f20;
    font-size: 13px;
    margin-bottom: 16px
}

.account .block-shipping-address .address-details .address-details-label, .account .block-billing-address .address-details .address-details-label {
    display: block;
    color: #a7a5a6;
    font-size: 12px;
    text-transform: uppercase
}

.account .block-shipping-address .address-details .address-details-item, .account .block-billing-address .address-details .address-details-item {
    margin-bottom: 5px;
    font-size: 16px
}

.account .block-shipping-address .address-details .address-details-item--big, .account .block-billing-address .address-details .address-details-item--big {
    font-size: 18px
}

.account .block-shipping-address .actions-toolbar, .account .block-billing-address .actions-toolbar {
    flex-direction: column;
    margin-top: auto
}

.account .block-shipping-address .actions-toolbar--top, .account .block-billing-address .actions-toolbar--top {
    margin-top: 0
}

.account .block-shipping-address .actions-toolbar .address-actions, .account .block-billing-address .actions-toolbar .address-actions {
    display: flex
}

.account .block-shipping-address .actions-toolbar .address-actions span, .account .block-billing-address .actions-toolbar .address-actions span {
    display: block
}

.account .block-shipping-address .actions-toolbar .action, .account .block-billing-address .actions-toolbar .action {
    display: block;
    font-size: 10px;
    cursor: pointer;
    padding: 0;
    text-transform: lowercase
}

.account .block-shipping-address .actions-toolbar .action.delete:before, .account .block-shipping-address .actions-toolbar .action.edit:before, .account .block-billing-address .actions-toolbar .action.delete:before, .account .block-billing-address .actions-toolbar .action.edit:before {
    display: none
}

.account .block-shipping-address .actions-toolbar .action.edit, .account .block-shipping-address .actions-toolbar .action.check-sender:link, .account .block-shipping-address .actions-toolbar .action.check-sender:visited, .account .block-billing-address .actions-toolbar .action.edit, .account .block-billing-address .actions-toolbar .action.check-sender:link, .account .block-billing-address .actions-toolbar .action.check-sender:visited {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.account .block-shipping-address .actions-toolbar .action.delete, .account .block-billing-address .actions-toolbar .action.delete {
    margin-left: auto
}

.account .block-shipping-address .actions-toolbar .action.delete span, .account .block-billing-address .actions-toolbar .action.delete span {
    color: #a7a5a6
}

.account .block-shipping-address .actions-toolbar .action:hover, .account .block-billing-address .actions-toolbar .action:hover {
    background-color: transparent !important
}

.account .block-shipping-address .actions-toolbar .action.check-sender span, .account .block-billing-address .actions-toolbar .action.check-sender span {
    display: inline-block
}

.account .block-shipping-address .actions-toolbar .action.check-sender:after, .account .block-billing-address .actions-toolbar .action.check-sender:after {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 2px;
    width: 8px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../fonts/back.svg");
    transform: rotate(180deg)
}

.account .margin-similar {
    margin-left: 5px
}

.account .margin-similar-bottom {
    margin-bottom: 20px
}

.account.tm_blog-index-index .action.sorter-action {
    margin-left: 35px
}

@media (max-width: 767px) {
    .account.tm_blog-index-index .posts-list-wrapper .toolbar-top .sorter {
        display: flex
    }

    .account.tm_blog-index-index .action.sorter-action {
        margin-left: 15px
    }
}

.customer-address-senders .block-billing-address.sender, .customer-address-senders .block-billing-address {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -5px
}

.customer-address-senders .block-billing-address.sender .col, .customer-address-senders .block-billing-address .col {
    padding: 0 5px
}

.customer-address-senders .billing-address {
    padding: 12px;
    border: 2px solid #f2f2f2;
    border-radius: 6px
}

.customer-address-senders .billing-address .address-details {
    margin-bottom: 0
}

.block-search .block-title {
    display: none
}

#search_mini_form {
    background: 0 0
}

#search_mini_form .label {
    display: none
}

#search_mini_form .nested {
    display: none
}

.rd-navbar-static .rd-navbar-search {
    display: block
}

.rd-navbar-static .rd-navbar-search form {
    position: relative
}

.catalogsearch-advanced-index .page-title {
    text-align: left
}

@media (min-width: 992px) {
    .catalogsearch-advanced-index .page-title {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        margin-left: calc(16.66667% + 8px)
    }
}

.catalogsearch-advanced-index .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.search.advanced legend.legend {
    padding-bottom: 2em;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    width: 100%;
    font-weight: 400
}

.search.advanced fieldset.fieldset > .field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.search.advanced fieldset.fieldset > .field > .label {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0
}

.search.advanced fieldset.fieldset > .field > .label:after {
    content: ':'
}

@media (min-width: 992px) {
    .search.advanced fieldset.fieldset > .field > .label {
        flex-basis: 130px;
        max-width: 130px
    }
}

.search.advanced fieldset.fieldset > .field > .control {
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .search.advanced fieldset.fieldset > .field > .control {
        flex-basis: calc(100% - 130px);
        max-width: calc(100% - 130px)
    }
}

.search.advanced .price .range.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.search.advanced .price .range.price > .field {
    flex-basis: 48%;
    max-width: 48%
}

.search.advanced .price .range.price .addafter {
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    line-height: 38px;
    margin-right: 0
}

@media (max-width: 767px) {
    .search.advanced .price .range.price .addafter {
        left: auto;
        right: 0
    }
}

.search.advanced .price .range.price .separator {
    line-height: 28px;
    padding: 7px 0;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .search.advanced .price .range.price .addon {
        padding-right: 45px
    }
}

.search.advanced .actions-toolbar {
    padding-top: 1.5rem;
    border-top: 1px solid #eae9e9
}

.search.advanced .actions-toolbar .action.search span {
    line-height: inherit
}

.search.advanced .actions-toolbar .action.search span:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.search.advanced .actions-toolbar .action.search span:before {
    font-size: 22px;
    line-height: inherit;
    vertical-align: text-top;
    padding-right: 6px
}

.search-terms ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.search-terms ul li {
    margin: 0 5px 5px 0;
    border: 1px solid #eae9e9
}

.search-terms ul a {
    padding: 5px
}

.search-terms ul a:hover {
    background: #fff
}

.rating-summary {
    display: flex;
    position: relative
}

.rating-summary .label {
    margin-right: 1rem
}

.rating-summary .rating-result__stars, .rating-summary .rating-result__text {
    font-size: 19px
}

.rating-summary .rating-result__stars span, .rating-summary .rating-result__text span {
    margin-right: 1px
}

.rating-summary .rating-result__stars span:last-child, .rating-summary .rating-result__text span:last-child {
    margin-right: 0
}

.rating-summary .rating-result__text {
    position: absolute;
    left: 0;
    top: 0;
    color: #fd8f00;
    display: inline-block
}

.rating-summary .rating-result__text div {
    overflow: hidden;
    background: #fff;
    display: flex
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .rating-summary .rating-result__text div {
        display: flex
    }
}

.review-toolbar:before, .review-toolbar:after {
    display: table;
    content: "";
    line-height: 0
}

.review-toolbar:after {
    clear: both
}

.review-toolbar .field > .label {
    margin-right: 10px;
    padding: 14px 0;
    font-weight: 400
}

.review-toolbar .field {
    margin-bottom: 0
}

.review-list .review-items {
    margin-top: 25px
}

.review-list .review-item {
    margin-bottom: 2rem
}

.review-list .review-title {
    margin-bottom: 1rem
}

.review-list .rating-summary {
    display: flex
}

.review-list .rating-label {
    flex-basis: 30%;
    max-width: 30%;
    padding: 10px 0
}

.review-list .rating-result {
    display: inline-block
}

.review-list .review-details {
    display: flex
}

.review-list .review-details p {
    width: 50%;
    margin: 0
}

.review-list .review-author {
    text-align: left
}

.review-list .review-date {
    text-align: right
}

.review-list .review-details-value {
    display: inline-block
}

@media (min-width: 768px) {
    .review-list .rating-label {
        flex-basis: 10%;
        max-width: 10%
    }
}

.review-add .review-legend span {
    display: inline-block;
    margin-right: 1rem
}

.review-fieldset .review-legend {
    font-size: 12px;
    padding: 37px 0 7px;
    margin: 0
}

.review-fieldset .review-legend span {
    font-weight: 400
}

.review-fieldset .review-legend strong {
    font-weight: 400
}

.review-fieldset .label {
    font-weight: 400
}

.review-fieldset .control .nested {
    margin-top: 0
}

.review-field-rating > label.label {
    min-width: 43px;
    padding: 0;
    margin-right: 5px;
    font-weight: 300
}

.control .nested .field.review-field-rating {
    margin-bottom: 7px
}

.control .nested .field.review-field-rating:last-child {
    margin-bottom: 0
}

.control.review-control-vote {
    display: inline-block
}

.control.review-control-vote label[class^=rating-] {
    display: inline-block;
    cursor: pointer;
    margin-right: -3px;
    padding: 0;
    font-weight: 400
}

.control.review-control-vote label[class^=rating-] .rating-star {
    display: inline-block;
    font-size: 19px;
    line-height: 1
}

.control.review-control-vote label[class^=rating-] .rating-star:before {
    font-family: "Linearicons";
    content: "\e68d"
}

.control.review-control-vote label[class^=rating-].fill .rating-star {
    color: #fd8f00
}

.control.review-control-vote .radio {
    visibility: hidden
}

.form-review-product-pages {
    padding-top: 5px
}

.form-review-product-pages .field {
    margin-bottom: 30px
}

.form-review-product-pages .label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .form-review-product-pages .field {
        display: flex;
        align-items: center
    }

    .form-review-product-pages .label {
        padding-left: 20px;
        padding-right: 20px;
        flex-basis: 11%;
        max-width: 11%
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .form-review-product-pages .label {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .form-review-product-pages .control {
        flex-basis: 89%;
        max-width: 89%
    }
}

@media (min-width: 992px) {
    .review-form-actions, .review-field-ratings > .control {
        padding-left: 9.2%
    }
}

.table-wrapper.reviews {
    margin-bottom: 20px
}

.swatch-attribute-label {
    font-weight: 700;
    position: relative
}

.swatch-attribute-label.required {
    padding-right: 10px
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: 700;
    font-size: 1em
}

.swatch-attribute-selected-option {
    padding-left: 17px;
    display: none
}

.swatch-option {
    min-width: 24px;
    max-width: 90px;
    min-height: 24px;
    float: left;
    margin: 0 7px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #eae9e9;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s ease
}

.swatch-option.text {
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 12px;
    min-width: 22px;
    margin-right: 7px
}

.swatch-option.text.selected {
    background-color: #fff !important
}

.swatch-option.color {
    min-height: 24px
}

.swatch-option.selected, .swatch-option:not(.disabled):hover {
    border-color: #9f9b9b;
    background: #fff
}

.swatch-option.selected {
    box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.swatch-option .disabled {
    cursor: default
}

.swatch-option .disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1)
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: #f0f0f0;
    color: #949494
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: #000;
    background: #fff;
    border: 1px solid #fff
}

.swatch-option-tooltip {
    visibility: hidden
}

@media (min-width: 768px) {
    .swatch-option-tooltip {
        max-width: 140px;
        max-height: 100%;
        min-height: 20px;
        min-width: 40px;
        position: absolute;
        padding: 5px;
        background: #fff;
        color: #949494;
        border: 1px solid #adadad;
        display: none;
        visibility: visible;
        z-index: 999;
        text-align: center
    }
}

.swatch-option-tooltip .corner, .swatch-option-tooltip-layered .corner {
    position: absolute;
    bottom: 1px;
    height: 8px
}

.swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0;
    border-color: #fff transparent transparent;
    font-size: 1px
}

.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0;
    border-color: #adadad transparent transparent;
    font-size: 1px
}

@media (min-width: 768px) {
    .swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
        display: block;
        height: 130px;
        width: 130px;
        margin: 0 auto
    }
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: #282828;
    text-align: center;
    display: block;
    overflow: hidden
}

.swatch-opt {
    margin: 20px 0
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1
}

.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important
}

.sidebar .swatch-option-link-layered {
    position: static
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #282828;
    text-align: center;
    margin-bottom: 10px
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0
}

div[class^=swatch-opt-] {
    margin-bottom: 10px
}

.swatch-option-loading {
    content: url("../../frontend/TemplateMonster/theme007/en_US/images/loader-2.gif")
}

.products-grid .product-item .swatch-attribute-options, .product-list .product-item .swatch-attribute-options, .product-info-main .product-item .swatch-attribute-options {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .products-grid.layout_2 .product-item .swatch-attribute-options, .product-list.layout_2 .product-item .swatch-attribute-options, .product-info-main.layout_2 .product-item .swatch-attribute-options {
        justify-content: center
    }
}

.block-wishlist .product-item {
    display: block;
    margin-bottom: 2rem
}

.block-wishlist .product-item-photo {
    float: left;
    width: 75px
}

.block-wishlist .product-item-name {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 25px
}

.block-wishlist .price-box {
    font-size: 16px
}

.block-wishlist .product-item-details {
    overflow: hidden;
    margin-left: 85px;
    position: relative;
    margin-top: 1rem
}

.block-wishlist .product-item-actions {
    justify-content: space-between;
    margin: 0
}

.block-wishlist .product-item-actions .actions-primary {
    margin: 0
}

.block-wishlist .empty {
    margin-top: 1rem
}

.block-wishlist .actions-secondary {
    position: absolute;
    top: 0;
    right: 0
}

.block-wishlist .actions-secondary .btn-remove {
    background-color: transparent;
    padding: 0
}

.block-wishlist .actions-secondary .btn-remove:hover {
    background-color: transparent
}

.block-wishlist .actions-secondary .btn-remove:before {
    font-size: 14px;
    float: right
}

@media (max-width: 991px) {
    .block-wishlist .product-item-details {
        clear: left;
        margin: 0
    }
}

.form-wishlist-items .actions-toolbar {
    justify-content: space-between
}

.form-wishlist-items .actions-toolbar > .primary {
    order: 2
}

.form-wishlist-items .actions-toolbar > .secondary {
    order: 1
}

.form-wishlist-items .actions-toolbar {
    border: 1px solid #eae9e9;
    margin: 20px 0 0;
    padding: 10px
}

.form-wishlist-items .actions-toolbar .action {
    margin: .25rem
}

@media (max-width: 991px) {
    .form-wishlist-items .actions-toolbar {
        display: block
    }

    .form-wishlist-items .actions-toolbar .action {
        width: 100%;
        text-align: center
    }
}

.products-grid.wishlist .product-item-name {
    display: block
}

.products-grid.wishlist .product-item-info:before, .products-grid.wishlist .product-item-info:after {
    display: table;
    content: "";
    line-height: 0
}

.products-grid.wishlist .product-item-info:after {
    clear: both
}

.products-grid.wishlist .product-item-inner {
    float: none;
    display: block
}

.products-grid.wishlist .price-box {
    margin-bottom: 20px
}

.products-grid.wishlist .price-box .price-as-configured {
    margin-bottom: .5rem
}

.products-grid.wishlist .price {
    font-size: 24px
}

.products-grid.wishlist .field {
    margin-bottom: 20px
}

.products-grid.wishlist .field label.label {
    display: none
}

.products-grid.wishlist textarea {
    min-height: 110px
}

.products-grid.wishlist .box-tocart {
    margin-bottom: 25px
}

.products-grid.wishlist .box-tocart > .fieldset:before, .products-grid.wishlist .box-tocart > .fieldset:after {
    display: table;
    content: "";
    line-height: 0
}

.products-grid.wishlist .box-tocart > .fieldset:after {
    clear: both
}

.products-grid.wishlist .box-tocart .field.qty {
    display: flex
}

.products-grid.wishlist .box-tocart .field.qty .label {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    margin-right: .5rem
}

.products-grid.wishlist .box-tocart .field.qty input.qty {
    width: 4rem;
    padding: .4rem .5rem .4rem 1rem
}

.products-grid.wishlist .box-tocart button.tocart span {
    display: flex;
    align-items: center
}

.products-grid.wishlist .box-tocart button.tocart span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    background-size: contain;
    width: 26px;
    height: 27px;
    margin-right: 15px;
    background-image: url("../images/add-cart.svg")
}

.products-grid.wishlist .product-item-actions {
    display: block;
    margin: 0
}

.products-grid.wishlist .product-item-actions .actions-primary {
    margin: 0
}

.products-grid.wishlist a.action.delete, .products-grid.wishlist a.action.edit {
    padding: 0;
    font-size: 22px;
    margin-right: 20px
}

.products-grid.wishlist a.action.delete:hover, .products-grid.wishlist a.action.edit:hover {
    background: 0 0
}

.grid-left-fixed .block-wishlist .product-item-photo {
    float: none
}

.grid-left-fixed .block-wishlist .product-item-details {
    margin-left: auto
}

.page-product-bundle .price-box, .modal-popup.quick-view .price-box {
    display: flex;
    font-size: 20px;
    font-weight: 700
}

.page-product-bundle .price-box .price-from, .modal-popup.quick-view .price-box .price-from {
    padding-right: .3em
}

.page-product-bundle .price-box .price-from:after, .modal-popup.quick-view .price-box .price-from:after {
    content: '-'
}

.page-product-bundle .layout_3 .price-box, .modal-popup.quick-view .layout_3 .price-box {
    justify-content: center
}

.page-product-bundle .bundle-actions, .modal-popup.quick-view .bundle-actions {
    padding-top: 2.65vw;
    border-top: 1px solid #eae9e9
}

.page-product-bundle .box-tocart .primary, .modal-popup.quick-view .box-tocart .primary {
    min-width: 250px
}

.page-product-bundle .product-social-links, .modal-popup.quick-view .product-social-links {
    padding-bottom: 2.65vw;
    border-bottom: 1px solid #eae9e9
}

.page-product-bundle button.back.customization, .modal-popup.quick-view button.back.customization {
    margin-bottom: 24px;
    color: #000;
    text-decoration: underline
}

.page-product-bundle button.back.customization:hover, .modal-popup.quick-view button.back.customization:hover {
    text-decoration: none
}

.page-product-bundle #bundle-slide, .modal-popup.quick-view #bundle-slide {
    margin-bottom: 16px;
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px
}

.page-product-bundle #bundle-slide span, .modal-popup.quick-view #bundle-slide span {
    font-family: 'Geomanist', sans-serif
}

.page-product-bundle #bundle-slide:hover, .modal-popup.quick-view #bundle-slide:hover {
    color: #fff
}

.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option, .modal-popup.quick-view .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option {
    flex-basis: 100%;
    max-width: 100%
}

.page-product-bundle .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .field {
    display: block
}

.page-product-bundle .product-options-wrapper .qty-holder .label, .modal-popup.quick-view .product-options-wrapper .qty-holder .label {
    font-weight: 700
}

.page-product-bundle .product-options-wrapper .label, .modal-popup.quick-view .product-options-wrapper .label {
    flex-basis: 100%;
    max-width: 100%
}

.bundle-options-wrapper .legend, .block-bundle-summary > .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #00a3e0;
    margin-bottom: 24px
}

@media (min-width: 992px) {
    .bundle-options-container .product-add-form > form {
        display: flex;
        justify-content: space-between
    }
}

.bundle-options-container .product-add-form > form .block-bundle-summary {
    border: 1px solid #eae9e9;
    padding: 15px
}

.bundle-options-container {
    padding-left: 20px;
    padding-right: 20px;
    order: 3;
    width: 100%
}

@media (min-width: 1400px) {
    .bundle-options-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.bundle-options-container .product-add-form {
    display: none
}

.block-bundle-summary .product-image-container {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 32px
}

.block-bundle-summary .product-image-wrapper {
    background: #fff;
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.block-bundle-summary .product-image-wrapper img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.block-bundle-summary .product.name {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 22px
}

.block-bundle-summary .product-details .price-box {
    margin-bottom: 0
}

.block-bundle-summary .stock {
    margin-bottom: 20px
}

.block-bundle-summary .bundle-summary {
    margin-bottom: 24px
}

.block-bundle-summary .bundle-summary .subtitle {
    font-size: 18px;
    height: 20px;
    font-weight: 700;
    color: #00a3e0;
    display: inline-block;
    margin-bottom: 8px
}

.block-bundle-summary .bundle-summary .items li {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 8px;
    margin-bottom: 7px
}

.block-bundle-summary .bundle-summary .items li:last-child {
    border-bottom: 0
}

.block-bundle-summary .bundle-summary .items li .label {
    font-weight: 700;
    font-size: 13px;
    margin-right: 8px
}

.page-product-grouped .table-wrapper.grouped, .modal-popup.quick-view .table-wrapper.grouped {
    margin-bottom: 25px
}

.page-product-grouped .table-wrapper.grouped .table-caption, .modal-popup.quick-view .table-wrapper.grouped .table-caption {
    text-align: left;
    margin-bottom: 10px
}

.page-product-grouped .table-wrapper.grouped .price-box, .modal-popup.quick-view .table-wrapper.grouped .price-box {
    margin-bottom: 0
}

.page-product-downloadable .items.samples, .modal-popup.quick-view .items.samples {
    margin-bottom: 20px
}

.page-product-downloadable .items.samples a, .modal-popup.quick-view .items.samples a {
    text-decoration: underline
}

.page-product-downloadable .items.samples a:hover, .modal-popup.quick-view .items.samples a:hover {
    text-decoration: none
}

.page-product-downloadable .downloads.downloads-no-separately, .modal-popup.quick-view .downloads.downloads-no-separately {
    display: inline-block
}

.page-product-downloadable .downloads.downloads-no-separately .label, .modal-popup.quick-view .downloads.downloads-no-separately .label {
    flex-basis: inherit;
    max-width: inherit
}

.page-product-downloadable .product-social-links, .modal-popup.quick-view .product-social-links {
    margin-top: 25px
}

.page-product-downloadable .links-title, .modal-popup.quick-view .links-title {
    display: none
}

.ie11 .product-add-form #product_addtocart_form .bundle-options-wrapper .field.qty .label {
    flex-basis: auto
}

.product-add-form #product_addtocart_form .field.qty.qty-disabled .label {
    flex-basis: unset
}

.product-add-form #product_addtocart_form .field.qty.qty-disabled .control .qty-controls .qty-plus, .product-add-form #product_addtocart_form .field.qty.qty-disabled .control .qty-controls .qty-minus {
    display: none
}

.bundle-section-heading {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.bundle-options-wrapper .fieldset-bundle-options {
    min-inline-size: auto
}

.bundle-box__wrapper-hidden {
    overflow-x: auto;
    margin-right: -20px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.bundle-box__wrapper-scroll {
    display: flex
}

.bundle-box__item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 10px;
    min-width: 140px;
    border: 3px solid #e9e9e9;
    margin-right: 20px;
    flex: 0 0 auto;
    white-space: nowrap
}

.bundle-box__item.selected {
    border-color: #68cdfc
}

.bundle-box__item:first-child .bundle-box__item_name:before {
    content: '';
    display: inline-block;
    background-size: cover;
    width: 14px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    background-image: url("../fonts/recommend.svg")
}

.bundle-box__item_price-wrapper {
    margin-bottom: 5px
}

.bundle-box__item_name {
    border-radius: 6px;
    padding: 5px 12px;
    margin-bottom: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bundle-box__item_price {
    display: block;
    font-size: 36px
}

.bundle-box__item_currency {
    display: block;
    font-size: 13px
}

.bundle-box__final-price, .bundle-box__short-description {
    color: #73696b;
    font-size: 14px;
    line-height: 1.5
}

.bundle-box__placeholder {
    width: 1px;
    flex: 0 0 auto
}

@media screen and (min-width: 768px) {
    .bundle-box__wrapper-hidden {
        margin-right: -35px
    }
}

@media screen and (min-width: 992px) {
    .bundle-box__placeholder {
        display: none
    }
}

.bundle-items__select {
    border-radius: 12px;
    border: 2px solid #68cdfc;
    margin-bottom: 20px
}

.bundle-items__item--selected {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.bundle-items__wrapper.select-hide {
    display: none
}

.bundle-items__wrapper .bundle-items__item {
    cursor: pointer
}

.bundle-items__wrapper .bundle-items__item.selected, .bundle-items__wrapper .bundle-items__item:active, .bundle-items__wrapper .bundle-items__item:hover {
    background-color: #e1f5fe
}

.bundle-items__change-bundle {
    display: block;
    color: #00a3e0;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px
}

.bundle-items__change-bundle svg {
    display: none
}

.bundle-items__change-bundle.open .bundle-items__text-change {
    display: none
}

.bundle-items__item--wrapper-selected {
    cursor: pointer
}

.bundle-items__item {
    display: flex;
    flex-direction: column;
    padding: 10px 20px
}

.bundle-items__item:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.bundle-items__item_image_bundle {
    display: flex;
    align-items: center
}

.bundle-items__item_price {
    color: #73696b
}

.bundle-items__item-details {
    display: flex;
    margin-top: 10px
}

.bundle-items__item_front_name {
    padding-right: 20px;
    margin-right: auto
}

@media screen and (min-width: 992px) {
    .bundle-items__wrapper {
        width: 100%
    }

    .bundle-items__select {
        display: flex;
        flex-wrap: wrap
    }

    .bundle-items__item--selected {
        display: flex;
        width: calc(100% - 64px);
        padding-bottom: 10px
    }

    .bundle-items__item_image_bundle {
        width: 100%;
        min-width: 200px;
        max-width: 300px;
        min-height: 125px
    }

    .bundle-items__item--wrapper-selected {
        display: flex;
        width: 100%
    }

    .bundle-items__item {
        flex-direction: row
    }

    .bundle-items__item-details {
        margin-top: 0;
        padding-left: 30px;
        flex-direction: column;
        justify-content: center
    }

    .bundle-items__item_price {
        margin-top: 10px
    }

    .bundle-items__change-bundle {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .bundle-items__change-bundle .bundle-items__text-change {
        display: none
    }

    .bundle-items__change-bundle svg {
        display: block;
        transition: transform .3s
    }

    .bundle-items__change-bundle.open svg {
        transform: rotate(180deg)
    }
}

@media screen and (min-width: 1200px) {
    .bundle-items__item_image_bundle {
        min-width: 300px
    }
}

@media screen and (min-width: 1500px) {
    .bundle-items__item_image_bundle {
        min-width: 330px;
        max-width: 330px
    }
}

.bundle-section-attention {
    margin-bottom: 20px;
    border: 1px solid #ffb82f;
    background-color: #fff9e6;
    border-radius: 10px
}

.bundle-section-attention__attention-icon {
    min-width: 52px
}

.bundle-section-attention__content-outer {
    padding: 10px;
    font-size: 14px
}

.bundle-section-attention__content-outer ul {
    padding-left: 40px
}

.bundle-section-attention__content-outer ul li:before {
    content: "\2022";
    color: #00a3e0;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.bundle-section-attention__content-outer a {
    display: block;
    margin-top: 10px;
    color: #f28700
}

.bundle-section-attention__content-outer a:hover {
    color: #f28700;
    text-decoration: underline
}

@media screen and (min-width: 992px) {
    .bundle-section-attention__content-outer {
        display: flex;
        margin-bottom: 10px
    }

    .bundle-section-attention__attention-icon {
        margin-right: 10px
    }
}

.fotorama-video-container:after {
    background: url(../images/gallery-sprite.png) bottom right;
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px
}

.fotorama-video-container .magnify-lens {
    display: none !important
}

.fotorama-video-container.video-unplayed:hover img {
    opacity: .6
}

.fotorama-video-container.video-unplayed:hover:after {
    transform: scale(1.25)
}

.video-thumb-icon:after {
    background: url(../images/gallery-sprite.png) bottom left;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 49px
}

.product-video {
    height: 75%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    margin: auto
}

.product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

.fotorama__arr.hidden-video {
    z-index: -1 !important
}

.fotorama__video-close {
    bottom: 89%;
    top: auto
}

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px
}

.page-title-wrapper .order-status {
    font-size: 14px;
    display: block;
    text-align: right;
    font-weight: 600
}

.page-title-wrapper .order-date {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    margin-bottom: 5px
}

.page-title-wrapper .order-actions-toolbar {
    display: block;
    padding-bottom: 15px
}

.page-title-wrapper .order-actions-toolbar .actions {
    width: 100%;
    text-align: right
}

.page-title-wrapper .order-actions-toolbar .actions .action {
    padding: 4px 12px;
    font-size: 12px;
    margin: 0 0 0 5px
}

.block-dashboard-orders {
    margin-bottom: 55px
}

.table-order-items caption {
    display: none
}

.table-order-items tfoot th {
    text-align: right;
    font-weight: 600
}

.table-order-items tfoot .grand_total .mark {
    font-size: 20px
}

.order-links {
    font-size: 18px;
    margin-bottom: 30px
}

.order-details-items {
    margin-bottom: 50px
}

.order-details-items .order-title {
    display: none
}

.block-order-details-view {
    padding: 20px 0 0;
    overflow: hidden
}

.block-order-details-view .block-content .box.box-order-billing-address {
    clear: both
}

.block-order-details-view .address-details-label {
    display: block;
    color: #a7a5a6;
    font-size: 12px;
    text-transform: uppercase
}

.block-order-details-view .address-details-item {
    margin-bottom: 5px;
    font-size: 16px
}

.block-order-details-view .address-details-item--big {
    font-size: 18px
}

.order-products-toolbar:before, .order-products-toolbar:after {
    display: table;
    content: "";
    line-height: 0
}

.order-products-toolbar:after {
    clear: both
}

.order-products-toolbar.bottom {
    padding-top: 30px
}

.order-products-toolbar .field {
    margin-bottom: 0
}

.order-products-toolbar .field .label {
    line-height: 36px
}

.order-products-toolbar .pager {
    position: relative
}

.sales-guest-form .page-title {
    text-align: left
}

@media (min-width: 992px) {
    .sales-guest-form .page-title {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        margin-left: calc(16.66667% + 8px)
    }
}

.sales-guest-form .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.form-orders-search legend.admin__legend {
    padding-bottom: 2em;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    width: 100%;
    font-weight: 400
}

.form-orders-search fieldset.fieldset > .field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.form-orders-search fieldset.fieldset > .field > .label {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0
}

.form-orders-search fieldset.fieldset > .field > .label:after {
    content: ':'
}

@media (min-width: 992px) {
    .form-orders-search fieldset.fieldset > .field > .label {
        flex-basis: 130px;
        max-width: 130px
    }
}

.form-orders-search fieldset.fieldset > .field > .control {
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .form-orders-search fieldset.fieldset > .field > .control {
        flex-basis: calc(100% - 130px);
        max-width: calc(100% - 130px)
    }
}

.form-orders-search .actions-toolbar {
    padding-top: 1.5rem;
    border-top: 1px solid #eae9e9;
    margin-top: 1.5rem
}

.page-print.sales-order-print .page-title-wrapper .container, .page-print.sales-order-print .page-title-wrapper #maincontent {
    position: relative
}

.page-print.sales-order-print .page-title-wrapper .page-title {
    border-bottom: 1px solid #231f20;
    text-align: right;
    font-size: 26px;
    padding-bottom: 34px
}

.page-print.sales-order-print .page-title-wrapper .logo {
    position: absolute;
    top: -9px
}

.page-print.sales-order-print .page-title-wrapper .order-date, .page-print.sales-order-print .page-title-wrapper .order-status {
    text-align: left
}

.page-print.sales-order-print .page-title-wrapper .order-status {
    font-size: 26px;
    margin-bottom: 18px
}

.page-print.sales-order-print .page-title-wrapper .order-date {
    margin-bottom: 45px
}

.page-print.sales-order-print .actions-toolbar, .page-print.sales-order-print .page-footer {
    display: none
}

@page {
    size: A4 landscape;
    margin: 0
}

@media print {
    html, body {
        width: 297mm;
        height: 210mm;
        margin: 0 auto
    }

    .header-switchers, .greet.welcome, .header.links, .block-search, .minicart-wrapper, .navigation, .page-footer, #page-preloader, #ls-icon {
        display: none
    }

    * {
        -webkit-filter: none !important;
        background: 0 0 !important;
        color: #000 !important;
        filter: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline !important
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    .table-wrapper table {
        width: 100%;
        table-layout: fixed
    }

    .table-wrapper table td {
        width: auto
    }

    .table-wrapper table > tfoot > tr:first-child {
        border-top: 1px solid #999
    }

    .box, tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 1cm
    }

    .block-content, p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    .block-content {
        page-break-before: avoid
    }

    .block-title, h2, h3 {
        page-break-after: avoid
    }

    .nav-toggle {
        display: none !important
    }

    .sidebar, .nav-sections, .header.content > *[class], .panel.wrapper > *[class], .footer.content > *[class], .header-info, .panel-container-wrap, .header-bottom-wrap {
        display: none
    }

    .catalog-product-view .product-options-wrapper .label:not(.admin__field-label) {
        float: left
    }

    .breadcrumbs {
        margin: 0 auto;
        text-align: left;
        padding-right: 20px
    }

    .product.media .fotorama-item .fotorama__stage__frame {
        text-align: right
    }

    .product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
        left: 0 !important;
        top: 0 !important;
        transform: translate3d(0, 0, 0)
    }

    .fotorama__wrap .fotorama__grab {
        width: 100% !important
    }

    .page-main {
        padding-top: 0
    }

    .block.upsell .block-title, .block.related .block-title, .block.crosssell .block-title {
        font-size: 26px;
        margin-bottom: 10px
    }

    .block.related {
        margin-bottom: 0;
        padding-bottom: 15px;
        border: 0
    }

    .catalog-product-view .owl-carousel .owl-item {
        width: 240px !important
    }

    .catalog-product-view .owl-controls {
        display: none !important
    }

    .catalog-product-view .page-header__content {
        padding-bottom: 0
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px
    }

    .catalog-product-view .product.info {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media print {
    .sales-order-view .column.main, .sales-order-print .column.main {
        page-break-before: avoid;
        page-break-after: always
    }

    .sales-order-view .sidebar, .sales-order-view .order-actions-toolbar, .sales-order-view .actions-toolbar a.back, .sales-order-view .sm-header-nav-wrap, .sales-order-view .sm-header-panel-canvas, .sales-order-view .page-header__panel, .sales-order-view .header-info, .sales-order-view .header-bottom-wrap, .sales-order-view .copyright, .sales-order-print .sidebar, .sales-order-print .order-actions-toolbar, .sales-order-print .actions-toolbar a.back, .sales-order-print .sm-header-nav-wrap, .sales-order-print .sm-header-panel-canvas, .sales-order-print .page-header__panel, .sales-order-print .header-info, .sales-order-print .header-bottom-wrap, .sales-order-print .copyright {
        display: none
    }

    .sales-order-view #maincontent, .sales-order-print #maincontent {
        padding-top: 0;
        box-shadow: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }

    .sales-order-view .page-header, .sales-order-print .page-header {
        height: auto !important
    }

    .sales-order-view .page-title-wrapper .page-title, .sales-order-print .page-title-wrapper .page-title {
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .sales-order-view .order-details-items, .sales-order-print .order-details-items {
        margin-bottom: 0
    }

    .sales-order-view.page-layout-2columns-left .grid-left, .sales-order-view.page-layout-2columns-left .grid-right, .sales-order-view.page-layout-2columns-right .grid-left, .sales-order-view.page-layout-2columns-right .grid-right, .sales-order-print.page-layout-2columns-left .grid-left, .sales-order-print.page-layout-2columns-left .grid-right, .sales-order-print.page-layout-2columns-right .grid-left, .sales-order-print.page-layout-2columns-right .grid-right {
        display: none
    }

    .sales-order-view.page-layout-2columns-left .grid-main, .sales-order-view.page-layout-2columns-right .grid-main, .sales-order-print.page-layout-2columns-left .grid-main, .sales-order-print.page-layout-2columns-right .grid-main {
        flex-basis: 100%;
        max-width: 100%
    }

    .sales-order-view .block-order-details-view .col-md-6, .sales-order-print .block-order-details-view .col-md-6 {
        flex-basis: 50% !important;
        max-width: 50% !important;
        width: 50% !important
    }
}

.sales-order-print {
    text-align: center
}

.sales-order-print .logo {
    display: inline-block;
    margin-bottom: 32px
}

.sales-order-print .columns {
    text-align: left
}

.sales-order-print .page-title {
    margin-bottom: 16px
}

.sales-order-print .order-status {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px
}

.sales-order-print .order-date {
    display: inline-block;
    font-size: 16px;
    font-style: italic
}

.page-print.sales-order-print #maincontent {
    margin-top: 3rem
}

.page-print.sales-order-print .actions-toolbar, .page-print.sales-order-print .page-footer {
    display: none
}

.sales-order-history .filters {
    height: 70px;
    margin-bottom: 100px
}

.sales-order-history .filters .field, .sales-order-history .filters .filter-datepicker, .sales-order-history .filters .filter-actions {
    display: block;
    float: left;
    margin-right: 5px
}

.sales-order-history .filters .filter-actions button {
    border-radius: 6px;
    padding: 12px
}

.sales-order-history .filters .field input {
    height: 15px;
    width: 120px
}

.sales-order-history .filters .field label, .sales-order-history .filters .field .control {
    float: left;
    margin-right: 5px
}

.layout_1 .block-newsletter, .layout_2 .block-newsletter, .layout_5 .block-newsletter {
    padding: 30px 0 40px;
    margin-bottom: 94px
}

.layout_1 .block-newsletter .content, .layout_2 .block-newsletter .content, .layout_5 .block-newsletter .content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 1400px) {
    .layout_1 .block-newsletter .content, .layout_2 .block-newsletter .content, .layout_5 .block-newsletter .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.layout_1 .block-newsletter .heading-4 strong, .layout_1 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_1 .block-newsletter .filter-current-subtitle strong, .layout_1 .block-newsletter .review-list .review-title strong, .review-list .layout_1 .block-newsletter .review-title strong, .layout_1 .block-newsletter .review-add .review-legend strong, .review-add .layout_1 .block-newsletter .review-legend strong, .layout_1 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_1 .block-newsletter .shipping-information-title strong, .layout_2 .block-newsletter .heading-4 strong, .layout_2 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_2 .block-newsletter .filter-current-subtitle strong, .layout_2 .block-newsletter .review-list .review-title strong, .review-list .layout_2 .block-newsletter .review-title strong, .layout_2 .block-newsletter .review-add .review-legend strong, .review-add .layout_2 .block-newsletter .review-legend strong, .layout_2 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_2 .block-newsletter .shipping-information-title strong, .layout_5 .block-newsletter .heading-4 strong, .layout_5 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_5 .block-newsletter .filter-current-subtitle strong, .layout_5 .block-newsletter .review-list .review-title strong, .review-list .layout_5 .block-newsletter .review-title strong, .layout_5 .block-newsletter .review-add .review-legend strong, .review-add .layout_5 .block-newsletter .review-legend strong, .layout_5 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_5 .block-newsletter .shipping-information-title strong {
    font-weight: 600
}

.layout_1 .block-newsletter .title, .layout_2 .block-newsletter .title, .layout_5 .block-newsletter .title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px
}

@media (min-width: 1400px) {
    .layout_1 .block-newsletter .title, .layout_2 .block-newsletter .title, .layout_5 .block-newsletter .title {
        padding-left: 20px;
        padding-right: 20px
    }
}

.layout_1 .block-newsletter .title strong, .layout_2 .block-newsletter .title strong, .layout_5 .block-newsletter .title strong {
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

.layout_1 .block-newsletter .title span, .layout_2 .block-newsletter .title span, .layout_5 .block-newsletter .title span {
    display: block;
    font-size: 16px
}

.layout_1 .block-newsletter .control:before, .layout_2 .block-newsletter .control:before, .layout_5 .block-newsletter .control:before {
    font-family: "Linearicons";
    content: "\e696";
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 11px;
    color: #fff
}

.layout_1 .block-newsletter #newsletter, .layout_2 .block-newsletter #newsletter, .layout_5 .block-newsletter #newsletter {
    border: 1px solid #fff;
    background: 0 0;
    font-size: 12px;
    color: #fff;
    padding-left: 50px;
    padding-top: 8px
}

.layout_1 .block-newsletter #newsletter::-webkit-input-placeholder, .layout_2 .block-newsletter #newsletter::-webkit-input-placeholder, .layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
    color: #fff
}

.layout_1 .block-newsletter #newsletter.mage-error, .layout_2 .block-newsletter #newsletter.mage-error, .layout_5 .block-newsletter #newsletter.mage-error {
    border-color: rgba(255, 0, 0, .3)
}

.layout_1 .block-newsletter .newsletter, .layout_2 .block-newsletter .newsletter, .layout_5 .block-newsletter .newsletter {
    position: relative;
    padding-right: 128px;
    margin-bottom: 0
}

.layout_1 .block-newsletter .check_privacy_field, .layout_2 .block-newsletter .check_privacy_field, .layout_5 .block-newsletter .check_privacy_field {
    color: #fff
}

.layout_1 .block-newsletter .primary.subscribe, .layout_2 .block-newsletter .primary.subscribe, .layout_5 .block-newsletter .primary.subscribe {
    border: 2px solid #fff;
    padding: 0 5px;
    line-height: 46px;
    min-width: 118px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

.layout_1 .block-newsletter #newsletter-error, .layout_2 .block-newsletter #newsletter-error, .layout_5 .block-newsletter #newsletter-error {
    position: absolute
}

@media (min-width: 768px) {
    .layout_1 .block-newsletter, .layout_2 .block-newsletter, .layout_5 .block-newsletter {
        margin-top: -100px;
        padding: 90px 0 98px
    }

    .layout_1 .block-newsletter .row, .layout_2 .block-newsletter .row, .layout_5 .block-newsletter .row {
        align-items: center
    }
}

@media (min-width: 992px) {
    .layout_1 .block-newsletter .content, .layout_2 .block-newsletter .content, .layout_5 .block-newsletter .content {
        flex-basis: 50%;
        max-width: 50%
    }

    .layout_1 .block-newsletter .title, .layout_2 .block-newsletter .title, .layout_5 .block-newsletter .title {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .layout_1 .block-newsletter .content, .layout_2 .block-newsletter .content, .layout_5 .block-newsletter .content {
        flex-basis: 42%;
        max-width: 42%
    }

    .layout_1 .block-newsletter .title, .layout_2 .block-newsletter .title, .layout_5 .block-newsletter .title {
        flex-basis: 58%;
        max-width: 58%;
        margin-bottom: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .layout_1 .block-newsletter .title, .layout_2 .block-newsletter .title, .layout_5 .block-newsletter .title {
        font-size: 24px
    }
}

@media (max-width: 579px) {
    .layout_1 .block-newsletter .newsletter, .layout_2 .block-newsletter .newsletter, .layout_5 .block-newsletter .newsletter {
        padding-right: 0
    }

    .layout_1 .block-newsletter .primary.subscribe, .layout_2 .block-newsletter .primary.subscribe, .layout_5 .block-newsletter .primary.subscribe {
        position: relative;
        margin-top: 10px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .layout_1 .block-newsletter, .layout_2 .block-newsletter, .layout_5 .block-newsletter {
        margin-bottom: 40px
    }

    .layout_1 .block-newsletter .title, .layout_2 .block-newsletter .title, .layout_5 .block-newsletter .title {
        font-size: 20px;
        text-align: center
    }

    .layout_1 .block-newsletter .title span, .layout_2 .block-newsletter .title span, .layout_5 .block-newsletter .title span {
        font-size: 13px;
        line-height: 21px
    }
}

@media (min-width: 768px) {
    .layout_1 .block-googlemap + .block-newsletter, .layout_2 .block-googlemap + .block-newsletter, .layout_5 .block-googlemap + .block-newsletter {
        margin-top: 0
    }
}

.layout_5 .block-newsletter .primary.subscribe {
    background: 0 0
}

.layout_5 .block-newsletter #newsletter {
    background: #fff
}

.layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
    color: inherit
}

.layout_3 .block-newsletter {
    padding: 30px 0 40px;
    margin-bottom: 94px
}

@media (min-width: 768px) {
    .layout_3 .block-newsletter {
        border-bottom: 1px solid #eae9e9
    }
}

.layout_3 .block-newsletter .content {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1400px) {
    .layout_3 .block-newsletter .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.layout_3 .block-newsletter .content .form.subscribe {
    display: block;
    max-width: 546px;
    margin: 0 auto
}

.layout_3 .block-newsletter .heading-4 strong, .layout_3 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_3 .block-newsletter .filter-current-subtitle strong, .layout_3 .block-newsletter .review-list .review-title strong, .review-list .layout_3 .block-newsletter .review-title strong, .layout_3 .block-newsletter .review-add .review-legend strong, .review-add .layout_3 .block-newsletter .review-legend strong, .layout_3 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_3 .block-newsletter .shipping-information-title strong {
    font-weight: 600
}

.layout_3 .block-newsletter .title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 45px
}

@media (min-width: 1400px) {
    .layout_3 .block-newsletter .title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .layout_3 .block-newsletter .title {
        text-align: center
    }
}

.layout_3 .block-newsletter .title strong {
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

.layout_3 .block-newsletter .title span {
    display: block;
    font-size: 16px
}

.layout_3 .block-newsletter .control:before {
    font-family: "Linearicons";
    content: "\e71e";
    font-size: 22px;
    position: absolute;
    left: 22px;
    top: 12px
}

.layout_3 .block-newsletter #newsletter {
    font-size: 12px;
    padding-left: 54px;
    padding-top: 8px
}

.layout_3 .block-newsletter #newsletter.mage-error {
    border-color: rgba(255, 0, 0, .3)
}

.layout_3 .block-newsletter .newsletter {
    position: relative;
    padding-right: 128px;
    margin-bottom: 0
}

.layout_3 .block-newsletter .primary.subscribe {
    padding: 4px 5px 0;
    line-height: 41px;
    min-width: 118px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 500
}

.layout_3 .block-newsletter .primary.subscribe:hover {
    color: #fff
}

.layout_3 .block-newsletter #newsletter-error {
    position: absolute
}

@media (min-width: 768px) {
    .layout_3 .block-newsletter {
        margin-top: -100px;
        padding: 90px 0 98px
    }

    .layout_3 .block-newsletter .row {
        align-items: center
    }

    .layout_3 .block-newsletter .content {
        flex-basis: 100%;
        max-width: 100%
    }

    .layout_3 .block-newsletter .title {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 579px) {
    .layout_3 .block-newsletter .newsletter {
        padding-right: 0
    }

    .layout_3 .block-newsletter .primary.subscribe {
        position: relative;
        margin-top: 10px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .layout_3 .block-newsletter {
        margin-bottom: 40px
    }

    .layout_3 .block-newsletter .title {
        text-align: center;
        font-size: 15px;
        margin-bottom: 20px
    }

    .layout_3 .block-newsletter .title span {
        font-size: 13px;
        line-height: 20px
    }
}

.block-newsletter.block {
    background: #f8f8fa;
    padding: 20px 30px;
    border: 0
}

.block-newsletter.block .block-title {
    margin-bottom: 4px
}

.block-newsletter.block .block-title strong {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400
}

.block-newsletter.block .slog-newsletter {
    display: block;
    margin-bottom: 18px
}

.block-newsletter.block #newsletter {
    background: #fff;
    border: 1px solid #eae9e9
}

.block-newsletter.block .control {
    margin-bottom: 10px
}

.block-newsletter.block .primary {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    width: 100%;
    text-align: center
}

.block-newsletter.block .primary span {
    font-family: 'Geomanist', sans-serif
}

.block-newsletter.block .primary:hover {
    color: #fff
}

.block-newsletter.block .field {
    margin: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-newsletter.block {
        padding: 10px 12px
    }

    .block-newsletter.block .block-title strong {
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 768px) {
    .form.search.advanced .group.range {
        display: flex;
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 768px) and (min-width: 1400px) {
    .form.search.advanced .group.range {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 768px) {
    .form.search.advanced .group.range .field {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) and (min-width: 1400px) {
    .form.search.advanced .group.range .field {
        padding-left: 20px;
        padding-right: 20px
    }
}

.found, .summary {
    margin-bottom: 10px;
    font-size: 14px
}

.found strong, .summary strong {
    color: #231f20
}

.catalogsearch-advanced-result .message.notice > div:after {
    display: none
}

.contact-index-index .page-title {
    text-align: left;
    margin-bottom: 50px
}

.contact-index-index .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.contact-index-index legend.legend {
    padding-bottom: 25px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 35px;
    width: 100%;
    font-weight: 400;
    font-size: 20px
}

.contact-index-index legend.legend .note {
    padding-left: 10px;
    font-size: 12px;
    line-height: inherit;
    vertical-align: baseline
}

.contact-index-index #contact-form {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .contact-index-index #contact-form {
        margin-bottom: 0
    }
}

.contact-index-index fieldset.fieldset .field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.contact-index-index fieldset.fieldset .field > .label {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0
}

.contact-index-index fieldset.fieldset .field > .label:after {
    content: ':';
    margin: 0;
    color: inherit
}

@media (min-width: 992px) {
    .contact-index-index fieldset.fieldset .field > .label {
        flex-basis: 125px;
        max-width: 125px
    }
}

.contact-index-index fieldset.fieldset .field > .control {
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .contact-index-index fieldset.fieldset .field > .control {
        flex-basis: calc(100% - 125px);
        max-width: calc(100% - 125px)
    }
}

.contact-index-index fieldset.fieldset .field.field.comment {
    align-items: flex-start
}

.contact-index-index fieldset.fieldset .field #comment {
    min-height: 320px
}

.contact-index-index .actions-toolbar {
    margin: 0
}

@media (min-width: 992px) {
    .contact-index-index .actions-toolbar {
        padding-left: 125px
    }
}

.contact-index-index .actions-toolbar .action {
    margin: 0
}

@media (min-width: 992px) {
    .contact-index-index .check_privacy_field {
        padding-left: 125px;
        margin-bottom: 15px
    }
}

.minicart-wrapper .showcart span[class=""] {
    line-height: inherit
}

.minicart-wrapper .showcart span[class=""]:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.page-title-top {
    font-size: 20px;
    margin-bottom: 20px
}

.page-title-top .base {
    font-weight: 400
}

.rd-navbar-cart {
    display: none;
    text-align: left;
    background: #fff;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09)
}

.rd-navbar-cart .block-minicart.empty {
    height: auto
}

.rd-navbar-cart .block-minicart.empty #minicart-content-wrapper {
    min-width: 220px
}

.rd-navbar-cart .block-minicart.empty #minicart-content-wrapper .block-content .subtitle.empty {
    text-transform: none;
    color: #231f20;
    font-size: 12px
}

.rd-navbar-cart .block-minicart .empty {
    font-size: 14px;
    display: block;
    text-align: center
}

.rd-navbar-cart #minicart-content-wrapper {
    width: 100%;
    padding: 20px 10px 20px 20px
}

@media (min-width: 768px) {
    .rd-navbar-cart #minicart-content-wrapper {
        padding-right: 8px;
        overflow: hidden
    }
}

.rd-navbar-cart #minicart-content-wrapper .block-title {
    margin-bottom: 0
}

.rd-navbar-cart #minicart-content-wrapper .block-title #btn-minicart-close {
    right: 0;
    z-index: 1
}

.rd-navbar-cart #minicart-content-wrapper .block-title #btn-minicart-close span {
    display: none
}

.rd-navbar-cart #minicart-content-wrapper .block-title #btn-minicart-close:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url("../images/close-x.svg")
}

@media (max-width: 767px) {
    .rd-navbar-cart #minicart-content-wrapper .block-title #btn-minicart-close:before {
        margin-right: 6px
    }
}

.rd-navbar-cart .block-content {
    width: 100%;
    position: relative;
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.rd-navbar-cart .block-content.multi {
    padding-right: 12px
}

.rd-navbar-cart .block-content .product-item-details .product.actions .primary .edit:before, .rd-navbar-cart .block-content .product-item-details .product.actions .primary .delete:before, .rd-navbar-cart .block-content .product-item-details .product.actions .secondary .edit:before, .rd-navbar-cart .block-content .product-item-details .product.actions .secondary .delete:before {
    display: none
}

.rd-navbar-cart .block-content .product-item-details .product.actions .primary .edit span, .rd-navbar-cart .block-content .product-item-details .product.actions .primary .delete span, .rd-navbar-cart .block-content .product-item-details .product.actions .secondary .edit span, .rd-navbar-cart .block-content .product-item-details .product.actions .secondary .delete span {
    display: inline-block
}

@media (max-width: 767px) {
    .rd-navbar-cart .block-content {
        max-height: none
    }
}

.rd-navbar-cart .block-content .items-total {
    font-size: 18px;
    color: #231f20;
    display: none
}

.rd-navbar-cart .block-summary > .actions {
    position: relative;
    padding: 17px 0 0
}

.rd-navbar-cart .block-summary > .actions .primary {
    text-align: center;
    color: #fff;
    padding: 17px 0
}

.rd-navbar-cart .block-summary > .actions .primary button, .rd-navbar-cart .block-summary > .actions .primary a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 13px 20px
}

.rd-navbar-cart .block-summary > .actions .primary button span, .rd-navbar-cart .block-summary > .actions .primary a span {
    display: flex;
    align-items: center;
    justify-content: center
}

.rd-navbar-cart .block-summary > .actions .primary button span:before, .rd-navbar-cart .block-summary > .actions .primary a span:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    left: 0;
    bottom: 0;
    background-size: cover;
    width: 25px;
    height: 28px;
    background-image: url("../images/add-cart.svg")
}

.rd-navbar-cart .block-summary > .actions .primary button.viewcart, .rd-navbar-cart .block-summary > .actions .primary a.viewcart {
    font-size: 18px
}

.rd-navbar-cart .block-summary > .actions .primary > div div {
    margin-bottom: 10px
}

.rd-navbar-cart .block-summary > .actions .primary > div div:last-child {
    margin-bottom: 0
}

.rd-navbar-cart .block-summary > .actions .secondary {
    width: 100%;
    text-align: center
}

.rd-navbar-cart .block-summary > .actions .secondary .primary {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    font-weight: 400;
    text-transform: capitalize;
    color: #00a3e0
}

.rd-navbar-cart:before {
    content: '';
    position: absolute;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.rd-navbar-cart-items {
    overflow: auto;
    max-height: 100%;
    height: 100%;
    padding: 16px 0
}

.rd-navbar-cart-items::-webkit-scrollbar {
    width: 4px
}

.rd-navbar-cart-items::-webkit-scrollbar-thumb {
    background: #888
}

.rd-navbar-cart .rd-navbar-cart-item__preview {
    border-radius: 50%
}

.rd-navbar-cart .rd-navbar-cart-item {
    position: relative;
    padding: 8px 0
}

.rd-navbar-cart .rd-navbar-cart-item__left, .rd-navbar-cart .rd-navbar-cart-item__body, .rd-navbar-cart .rd-navbar-cart-item__remove {
    position: relative;
    display: table-cell
}

.rd-navbar-cart .rd-navbar-cart-item__left {
    padding: 0 16px
}

.rd-navbar-cart .rd-navbar-cart-item__left img {
    max-width: none
}

.rd-navbar-cart .rd-navbar-cart-item__body {
    vertical-align: middle;
    width: 100%
}

.rd-navbar-cart .rd-navbar-cart-item__title {
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.rd-navbar-cart .rd-navbar-cart-item__counter {
    font-size: 14px;
    line-height: 1.3
}

.rd-navbar-cart .rd-navbar-cart-item__remove {
    vertical-align: middle;
    width: 56px;
    font-size: 24px;
    padding: 0 16px
}

.rd-navbar-cart .rd-navbar-cart-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 88px;
    display: block;
    height: 1px;
    background: rgba(136, 136, 136, .2)
}

@media (min-width: 768px) {
    .rd-navbar-cart-wrap {
        position: relative;
        float: right;
        padding: 0 31px;
        border-left: 1px solid #eae9e9;
        height: 40px
    }

    .rd-navbar-cart-floating {
        display: block
    }

    .rd-navbar-cart {
        display: block;
        position: absolute;
        top: 50px;
        right: 0;
        opacity: 0;
        transform: translateY(30px);
        z-index: 19;
        transition: .3s ease
    }

    .rd-navbar-cart-fixed .action {
        display: flex
    }

    .minicart-wrapper.active .rd-navbar-cart {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
        opacity: 1;
        visibility: visible
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
        opacity: 0;
        visibility: hidden
    }

    #top-cart-btn-checkout {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        transition: .3s ease
    }

    #top-cart-btn-checkout:before {
        font-weight: 400;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px
    }
}

.layout_2 .rd-navbar-cart-wrap {
    border-left: 0;
    padding-left: 0
}

.layout_3 .rd-navbar-cart-wrap {
    border-left: 0;
    padding-left: 0
}

.layout_5 .rd-navbar-cart-wrap {
    border-left: 0;
    padding-right: 0
}

.block-minicart .block-content {
    width: 100%;
    position: relative;
    overflow-y: scroll;
    scrollbar-color: #a7a5a6;
    scrollbar-width: thin;
    -ms-overflow-style: none
}

.block-minicart .block-title {
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px
}

.block-minicart .block-title span.qty {
    color: #bdbdbd;
    font-weight: 400
}

.block-minicart .block-summary {
    bottom: 0;
    left: 0;
    padding: 25px 12px 0 0;
    width: inherit;
    background-color: #fff
}

@media (max-width: 768px) {
    .block-minicart .block-summary {
        padding-right: 10px
    }
}

.block-minicart .action.close {
    position: absolute;
    right: 1rem;
    padding: 0;
    background: 0 0
}

.block-minicart .price {
    font-size: 12px;
    float: right
}

.block-minicart .subtotal {
    text-align: right
}

.block-minicart .subtotal .label {
    display: none;
    font-size: 20px;
    margin-bottom: 10px
}

.block-minicart .subtotal .price-container .data-price-netto, .block-minicart .subtotal .price-container .data-price-brutto {
    font-size: 14px
}

.block-minicart .subtotal .price-container .data-price-netto .product-price-netto, .block-minicart .subtotal .price-container .data-price-brutto .product-price-netto {
    float: left;
    color: #000
}

.block-minicart .subtotal .price-container .data-price-netto .product-price-netto:after, .block-minicart .subtotal .price-container .data-price-brutto .product-price-netto:after {
    content: ':'
}

.block-minicart .subtotal .price-container .data-price-netto .product-price-brutto, .block-minicart .subtotal .price-container .data-price-brutto .product-price-brutto {
    float: left;
    color: #000;
    font-weight: 500
}

.block-minicart .subtotal .price-container .data-price-netto .product-price-brutto:after, .block-minicart .subtotal .price-container .data-price-brutto .product-price-brutto:after {
    content: ':'
}

.block-minicart .subtotal .price-container .data-price-netto .price-wrapper, .block-minicart .subtotal .price-container .data-price-brutto .price-wrapper {
    display: inline-block
}

.block-minicart .subtotal .price-container .data-price-netto .price, .block-minicart .subtotal .price-container .data-price-brutto .price {
    font-size: 14px
}

.block-minicart .subtotal .price-container .data-price-netto .price:after, .block-minicart .subtotal .price-container .data-price-brutto .price:after {
    display: none
}

.block-minicart .subtotal .price-container .data-price-brutto {
    padding-top: 5px
}

@media (max-width: 768px -1) {
    .block-minicart .subtotal .price-container .minicart-items-wrapper {
        margin-bottom: 15px
    }
}

.block-minicart .subtitle {
    display: none
}

.block-minicart .product.actions .action {
    background: 0 0;
    padding: 0;
    height: unset;
    margin-right: 15px;
    font-size: 11px;
    color: #00a3e0
}

.minicart-items-wrapper {
    margin: 25px 0;
    height: auto !important
}

.minicart-items-wrapper .item.product.product-item {
    padding-right: 0;
    width: 100%
}

@media (max-width: 767px) {
    .minicart-items-wrapper .item.product.product-item {
        cursor: none
    }
}

.minicart-items-wrapper .item.product.product-item:before {
    display: none
}

.minicart-items .item > .product {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap
}

.minicart-items .product-item-photo {
    margin-right: 20px
}

.minicart-items .product-item-details {
    display: flex;
    flex-direction: column
}

.minicart-items .product-item-details .product-item-name {
    order: 1;
    color: #000;
    font-size: 12px;
    font-weight: 500
}

.minicart-items .product-item-details .product-item-name a {
    color: #231f20
}

.minicart-items .product-item-details .product.actions {
    order: 2
}

.minicart-items .product-item-details .product.options {
    order: 3
}

.minicart-items .product-item-details .product.options .toggle-cls {
    display: none
}

.minicart-items .product-item-details .product.options .content .options {
    display: flex;
    flex-direction: column
}

.minicart-items .product-item-details .product.options .content .options .label-item {
    display: flex;
    flex-direction: row
}

.minicart-items .product-item-details .product.options .content .options .label-item .label, .minicart-items .product-item-details .product.options .content .options .label-item .values {
    flex-basis: auto;
    max-width: 100%;
    font-size: 11px;
    font-weight: 400;
    font-style: normal
}

.minicart-items .product-item-details .product.options .content .options .label-item .values {
    padding-left: .3rem;
    color: #231f20
}

.minicart-items .product-item-details .product.options .content .options .label-item .label {
    color: #a7a5a6
}

.minicart-items .product-item-details .product.options .content .options .label-item .label:after {
    content: ":"
}

.minicart-items .product-item-details .product-item-pricing {
    order: 4;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    font-size: 11px
}

.minicart-items .product-item-details .product-item-pricing .details-qty.qty {
    order: 1
}

.minicart-items .product-item-details .product-item-pricing .details-qty.qty .label {
    font-size: 11px
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax {
    order: 2;
    padding-top: 15px
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax .price-wrapper {
    display: flex;
    flex-direction: column
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax .price-wrapper .minicart-old-price .price {
    padding-right: 6px;
    color: #00a3e0;
    opacity: .3;
    text-decoration: line-through
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax .price-wrapper .price-excluding-tax {
    display: block;
    order: 1
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax .price-wrapper .price-including-tax {
    display: block;
    order: 2
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax .price-wrapper .price-including-tax .price {
    font-weight: 400
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax .price-wrapper .main-tax-info {
    font-size: 11px;
    color: #000
}

.minicart-items .product-item-details .product-item-pricing .price-container.price-tax .price-wrapper .price:after {
    display: none
}

.minicart-items .product-item-details .product-item-pricing .qty-controls {
    display: flex;
    flex-direction: column;
    color: #000;
    justify-content: center
}

.minicart-items .product-item-details .product-item-pricing .qty-controls .qty-minus, .minicart-items .product-item-details .product-item-pricing .qty-controls .qty-plus {
    display: inline-block;
    color: #00a3e0;
    border: 1px solid rgba(0, 163, 224, .3);
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 3px;
    height: 30px;
    width: 30px
}

@media (max-width: 767px) {
    .minicart-items .product-item-details .product-item-pricing .qty-controls .qty-minus, .minicart-items .product-item-details .product-item-pricing .qty-controls .qty-plus {
        cursor: none
    }
}

.minicart-items .product-item-details .product-item-pricing .qty-controls .qty-minus {
    order: 2;
    margin-right: 8px;
    margin-left: 8px
}

.minicart-items .product-item-details .product-item-pricing .qty-controls .qty-plus {
    order: 1;
    margin-left: 8px
}

.minicart-items .product-item-name {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 21px;
    margin-bottom: 5px
}

.minicart-items .price-container {
    font-size: 18px;
    margin-bottom: 20px
}

.minicart-items .item {
    position: relative;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 28px;
    margin-bottom: 30px
}

.minicart-items .item:last-child {
    margin-bottom: 0
}

.minicart-items .details-qty.qty {
    display: flex
}

.minicart-items .details-qty.qty .label {
    margin-right: 0;
    padding: 13px 0;
    font-size: 12px;
    color: #bdbdbd
}

.minicart-items .details-qty.qty .cart-item-qty {
    text-align: center;
    border: 0;
    color: #000;
    background: #f2f2f2;
    height: 46px;
    padding: 6px;
    font-size: 18px;
    transition: border-color .1s ease-out;
    border-color: #eae9e9;
    transition: border-color .1s ease-out
}

.minicart-items .details-qty.qty .cart-item-qty:focus {
    border: 1px solid rgba(0, 163, 224, .6)
}

@media (min-width: 768px) {
    .minicart-items .details-qty.qty .cart-item-qty {
        width: 60px
    }
}

.minicart-items .details-qty.qty .update-cart-item {
    flex-basis: 15%;
    max-width: 15%;
    line-height: inherit;
    max-width: 28%;
    text-align: left;
    display: inline-block !important;
    margin-left: 11px;
    font-size: 11px;
    color: #00a3e0
}

.minicart-items .details-qty.qty .update-cart-item:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

@media (max-width: 767px) {
    .minicart-items .details-qty.qty .update-cart-item {
        cursor: none
    }
}

.minicart-items .details-qty.qty .update-cart-item:before {
    display: none
}

.minicart-items .details-qty.qty .update-cart-item span {
    display: inline-block;
    font-family: 'Geomanist', sans-serif;
    font-size: 11px
}

.minicart-items .product.options {
    font-size: 12px
}

.minicart-items .product.options .toggle {
    cursor: pointer;
    margin-bottom: 0
}

.minicart-items .product.options > .content {
    margin-bottom: 0
}

.minicart-items .product.options .list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap
}

.minicart-items .product.options .list > dt, .minicart-items .product.options .list > dd {
    flex-basis: 50%;
    max-width: 50%;
    font-weight: 400;
    font-style: normal;
    line-height: 20px
}

.minicart-items .product.actions {
    top: 0;
    right: 0;
    line-height: 1rem
}

.minicart-items .product.actions > div {
    display: inline-block;
    padding: 0
}

.minicart-items img {
    border-radius: 6px;
    width: 50px !important;
    height: 50px !important;
    max-width: inherit
}

@media (min-width: 768px) {
    .minicart-wrapper {
        padding-top: 8px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .block-minicart {
        width: 325px
    }

    .block-minicart .block-content .update-cart-item {
        margin-left: 5px
    }

    .block-minicart .block-content .product-item-details {
        width: 325px
    }

    .block-minicart .block-summary .subtotal, .block-minicart .block-summary .actions {
        width: 290px
    }

    .scroll-data {
        -ms-overflow-style: none
    }
}

@media (max-width: 767px) {
    .minicart-items .item > .product {
        overflow: hidden;
        display: block
    }

    .minicart-items .product-item-photo {
        float: left
    }

    .minicart-items .product-item-details {
        overflow: hidden
    }

    .minicart-items .details-qty .label {
        margin-right: 20px
    }

    .minicart-items .details-qty .cart-item-qty {
        width: 60px
    }

    .minicart-items .product-item-name {
        padding-right: 0
    }

    .minicart-items .product.actions {
        left: 80px
    }
}

@media (max-width: 580px) {
    .minicart-items .details-qty.qty .update-cart-item {
        margin-left: 4px
    }

    .block-minicart .block-summary .primary {
        padding: 0
    }
}

.block-content::-webkit-scrollbar {
    width: 2px
}

.block-content::-webkit-scrollbar-thumb {
    background-color: #a7a5a6;
    outline: 1px solid #a7a5a6;
    border-radius: 6px;
    height: 20px
}

.block-content::-webkit-scrollbar-track {
    background-clip: content-box
}

.checkout-cart-index .page-main {
    padding: 25px 0 0
}

.checkout-cart-index .columns.container, .checkout-cart-index .page-print.sales-order-print .columns#maincontent, .page-print.sales-order-print .checkout-cart-index .columns#maincontent {
    padding-top: 40px
}

.checkout-cart-index .columns.container .cart-container.row, .checkout-cart-index .page-print.sales-order-print .columns#maincontent .cart-container.row, .page-print.sales-order-print .checkout-cart-index .columns#maincontent .cart-container.row {
    margin: 0
}

.checkout-cart-index .columns.container .cart-container.row .cart-table, .checkout-cart-index .page-print.sales-order-print .columns#maincontent .cart-container.row .cart-table, .page-print.sales-order-print .checkout-cart-index .columns#maincontent .cart-container.row .cart-table {
    width: 100%
}

.checkout-cart-index .page-title-wrapper .container .page-title, .checkout-cart-index .page-title-wrapper .page-print.sales-order-print #maincontent .page-title, .page-print.sales-order-print .checkout-cart-index .page-title-wrapper #maincontent .page-title {
    display: none
}

.checkout-cart-index .page-title-wrapper .container .page-title span, .checkout-cart-index .page-title-wrapper .page-print.sales-order-print #maincontent .page-title span, .page-print.sales-order-print .checkout-cart-index .page-title-wrapper #maincontent .page-title span {
    z-index: 35;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
    float: left
}

.checkout-cart-index .table-caption {
    display: block;
    float: left;
    font-size: 36px;
    font-weight: 500;
    color: #000
}

.checkout-cart-index .table-caption .summary-count {
    font-size: 14px;
    font-weight: 400;
    color: #bdbdbd;
    vertical-align: initial
}

.ie11 .modal-popup._inner-scroll, .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
    overflow-y: visible !important
}

#shopping-cart-table {
    border-collapse: collapse
}

#shopping-cart-table a {
    font-weight: 500
}

#shopping-cart-table thead {
    border-top: none;
    border-bottom: none
}

#shopping-cart-table thead th {
    font-weight: 400;
    border-bottom: none;
    padding: 0
}

#shopping-cart-table thead th.col span {
    font-size: 13px
}

#shopping-cart-table tr th {
    border-right: none;
    text-align: center
}

#shopping-cart-table tr th:last-child {
    border-right: none
}

#shopping-cart-table tr th:first-child {
    padding-left: 0
}

@media (max-width: 767px) {
    #shopping-cart-table tr th {
        border-right: none
    }
}

#shopping-cart-table tr .col.item.name span {
    display: none
}

#shopping-cart-table tr .col .qty-items {
    display: none
}

#shopping-cart-table tr .col .cart-price {
    display: flex;
    flex-direction: column;
    color: #00a3e0
}

#shopping-cart-table tr .col .cart-price .price-sum {
    opacity: .3;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: line-through
}

#shopping-cart-table tr .col .cart-price .price-special {
    padding-top: 5px;
    padding-bottom: 5px
}

#shopping-cart-table tr .col span {
    font-size: 14px
}

#shopping-cart-table td {
    vertical-align: top;
    padding: 20px 15px 0
}

@media screen and (min-width: 0 \0
) {
    #shopping-cart-table td {
        min-width: inherit
    }
}

#shopping-cart-table td:first-child {
    padding-left: 0;
    padding-right: 10px
}

@media (max-width: 1399px) {
    #shopping-cart-table td {
        padding: 20px 20px 0
    }
}

#shopping-cart-table td.price, #shopping-cart-table td.subtotal {
    font-size: 1rem;
    line-height: 1
}

#shopping-cart-table td .qty-minus {
    font-size: 24px;
    padding: 10px;
    color: #00a3e0;
    font-weight: 700
}

#shopping-cart-table td .qty-plus {
    color: #00a3e0;
    font-size: 24px;
    padding: 10px
}

#shopping-cart-table td > div {
    margin: 0
}

#shopping-cart-table td input.qty {
    text-align: center
}

@media (max-width: 767px) {
    #shopping-cart-table .cart.item .item-info {
        display: flex;
        flex-direction: column
    }

    #shopping-cart-table .cart.item .item-info td {
        border-right: none;
        padding-left: 0;
        padding-right: 0
    }
}

#shopping-cart-table .cart.item .item-info .col.qty .field.qty {
    display: flex;
    justify-content: center
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty {
    display: flex;
    flex-direction: column
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .change-qty {
    display: flex;
    flex-direction: row
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .change-qty .input-text.qty {
    width: 50px;
    min-height: unset;
    max-height: 46px;
    font-size: 18px;
    color: #231f20;
    padding: 13px 5px
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .change-qty .qty-controls {
    display: flex;
    flex-direction: column;
    color: #000;
    justify-content: center
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .change-qty .qty-controls .qty-minus, #shopping-cart-table .cart.item .item-info .col.qty .control.qty .change-qty .qty-controls .qty-plus {
    display: inline-block;
    color: #00a3e0;
    border: 1px solid rgba(0, 163, 224, .3);
    box-sizing: border-box;
    padding: 0;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    width: 30px
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .change-qty .qty-controls .qty-minus {
    order: 2;
    margin-right: 8px
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .change-qty .qty-controls .qty-plus {
    order: 1;
    margin-left: 8px
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .action.update {
    color: #00a3e0
}

#shopping-cart-table .cart.item .item-info .col.qty .control.qty .action.update span {
    font-family: "Geomanist", sans-serif;
    font-size: 12px
}

#shopping-cart-table .cart.item .item-info .col.item {
    width: 60%
}

@media (min-width: 768px) and (max-width: 1199px) {
    #shopping-cart-table .cart.item .item-info .col.item {
        width: 50%
    }
}

@media (max-width: 992px) {
    #shopping-cart-table .cart.item .item-info .col.item {
        width: 49%
    }
}

#shopping-cart-table .cart.item .item-info .col.item .cart-column-item-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row
}

#shopping-cart-table .cart.item .item-info .col.item .cart-column-item-wrapper .product-item-photo {
    width: 130px;
    max-width: 130px;
    min-width: 130px
}

#shopping-cart-table .cart.item .item-info .col.item .cart-column-item-wrapper .product-item-photo .product-image-photo {
    width: 100px;
    max-width: unset
}

#shopping-cart-table .cart.item .item-info .col.price.netto .cart-price-box {
    display: flex;
    justify-content: center;
    min-height: 60px
}

#shopping-cart-table .cart.item .item-info .col.price.netto .cart-price-box .cart-price {
    align-self: center
}

#shopping-cart-table .cart.item .item-info .col.price.netto, #shopping-cart-table .cart.item .item-info .col.subtotal.netto {
    padding-top: 10px
}

#shopping-cart-table .cart.item .item-info .col.price.netto .price-including-tax, #shopping-cart-table .cart.item .item-info .col.subtotal.netto .price-including-tax {
    display: none
}

#shopping-cart-table .cart.item .item-info .col.price.netto .price-excluding-tax .price:after, #shopping-cart-table .cart.item .item-info .col.subtotal.netto .price-excluding-tax .price:after {
    display: none
}

#shopping-cart-table .cart.item .item-info .col.price.netto .price-excluding-tax, #shopping-cart-table .cart.item .item-info .col.subtotal.netto .price-excluding-tax {
    min-height: 60px;
    justify-content: center
}

#shopping-cart-table .cart.item .item-info .col.price.netto .price-excluding-tax .cart-price, #shopping-cart-table .cart.item .item-info .col.subtotal.netto .price-excluding-tax .cart-price {
    align-self: center
}

#shopping-cart-table .cart.item .item-info .col.subtotal.brutto {
    padding-top: 10px
}

#shopping-cart-table .cart.item .item-info .col.subtotal.brutto .price-excluding-tax {
    display: none
}

#shopping-cart-table .cart.item .item-info .col.subtotal.brutto .price-including-tax {
    min-height: 60px;
    justify-content: center
}

#shopping-cart-table .cart.item .item-info .col.subtotal.brutto .price-including-tax .cart-price {
    align-self: center
}

#shopping-cart-table .cart.item .item-info .col.subtotal.brutto .price-including-tax .price {
    font-weight: 400
}

#shopping-cart-table .cart.item .item-info .col.subtotal.brutto .price-including-tax .price:after {
    display: none
}

#shopping-cart-table .cart.item .item-info .col {
    padding-left: 0;
    padding-right: 0
}

#shopping-cart-table .cart.item .item-info .col.subtotal {
    width: 7%
}

#shopping-cart-table .cart.item .item-info .col.qty {
    width: 10%
}

#shopping-cart-table .cart.item .item-info .col.price.netto {
    width: 6%
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #shopping-cart-table .cart.item .item-info .col.subtotal {
        width: 9%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #shopping-cart-table .cart.item .item-info .col.subtotal {
        width: 11%
    }

    #shopping-cart-table .cart.item .item-info .col.price.netto {
        width: 8%
    }
}

#shopping-cart-table .cart.item .item-info td {
    padding-bottom: 35px;
    border-bottom: 1px solid #eae9e9
}

@media (max-width: 767px) {
    #shopping-cart-table .cart.item .item-info td {
        border-bottom: none;
        padding-bottom: 10px
    }
}

#shopping-cart-table .cart.item td {
    border-right: none;
    text-align: center
}

#shopping-cart-table .cart.item td:last-child {
    border-right: none
}

#shopping-cart-table .cart.item td.col.item {
    text-align: left
}

@media (max-width: 767px) {
    #shopping-cart-table .cart.item td.col.item:before {
        display: none
    }
}

#shopping-cart-table .cart.item td .product-item-photo {
    padding-right: 30px
}

#shopping-cart-table .cart.item td .price {
    font-size: 11px
}

#shopping-cart-table .cart.item .item-control {
    display: flex;
    flex-direction: row;
    justify-content: initial;
    align-items: flex-start;
    padding-top: 10px;
    padding-right: 25px
}

#shopping-cart-table .cart.item .item-control > .action {
    font-size: 11px;
    line-height: inherit
}

#shopping-cart-table .cart.item .item-control > .action span {
    display: none
}

#shopping-cart-table .cart.item .item-control a:before {
    display: none
}

#shopping-cart-table .cart.item .item-control > .action.action-edit span {
    position: relative;
    display: inline;
    padding-right: 15px
}

#shopping-cart-table .cart.item .item-control > .action.action-delete span {
    position: relative;
    display: inline
}

#shopping-cart-table .cart.item .col.price, #shopping-cart-table .cart.item .col.subtotal {
    font-size: 24px;
    line-height: 1
}

@media (max-width: 991px) {
    #shopping-cart-table .cart.item .col.price, #shopping-cart-table .cart.item .col.subtotal {
        font-size: 16px
    }
}

#shopping-cart-table .cart.item .product-item-details {
    display: flex;
    flex-direction: column;
    width: 100%
}

#shopping-cart-table .cart.item .product-item-details .product-item-name-full {
    font-size: 20px;
    line-height: 20px
}

#shopping-cart-table .cart.item .product-item-details .product-item-chinese-name {
    font-size: 16px;
    line-height: 20px
}

#shopping-cart-table .cart.item .product-item-details .service-title {
    font-size: 14px;
    line-height: 20px
}

#shopping-cart-table .cart.item .product-item-details .service-item {
    font-size: 12px;
    line-height: 20px
}

#shopping-cart-table-dot ul li:before {
    content: "\2022";
    color: #00a3e0;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    width: 1em;
    margin-left: 1em;
}

#shopping-cart-table ul li:before {
    content: "\2713";
    color: #00a3e0;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    width: 1em;
    margin-left: 1em;
}

#shopping-cart-table .cart.item .product-item-details .product-item-name {
    max-width: 300px;
    font-size: 16px;
    line-height: 20px
}

#shopping-cart-table .cart.item .product-item-details .product-item-name a {
    color: #000;
    font-weight: 400
}

#shopping-cart-table .cart.item .product-item-details .product-item-name a:hover {
    color: #00a3e0
}

#shopping-cart-table .cart.item .product-item-details dl.item-options {
    display: block;
    font-size: 13px;
    padding-top: 15px
}

#shopping-cart-table .cart.item .product-item-details dl.item-options .item-option-element {
    display: block
}

#shopping-cart-table .cart.item .product-item-details dl.item-options .item-option-element dt, #shopping-cart-table .cart.item .product-item-details dl.item-options .item-option-element dd {
    font-size: 12px;
    display: inline
}

#shopping-cart-table .cart.item .product-item-details dl.item-options dt {
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 5px;
    color: #a7a5a6;
    flex-basis: unset;
    max-width: unset
}

#shopping-cart-table .cart.item .product-item-details dl.item-options dt:after {
    content: ':'
}

#shopping-cart-table .cart.item .product-item-details dl.item-options dd {
    padding-left: 0;
    text-transform: capitalize;
    font-style: normal;
    color: #000;
    flex-basis: unset;
    max-width: unset
}

#shopping-cart-table .item-actions {
    border-top: 1px solid #eae9e9
}

#shopping-cart-table .item-control {
    position: relative;
    text-align: left
}

#shopping-cart-table .item-control .action-gift {
    font-size: 22px;
    line-height: 37px;
    line-height: inherit
}

#shopping-cart-table .item-control .action-gift:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

#shopping-cart-table .item-control .action-gift span {
    display: none
}

#shopping-cart-table .item-control .gift-content {
    display: none;
    background: #fff;
    border: 1px solid #eae9e9;
    padding: .5rem;
    text-align: left;
    min-width: 250px
}

#shopping-cart-table .item-control .gift-content._active {
    display: block;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0
}

#shopping-cart-table .item-control .action-edit, #shopping-cart-table .item-control .action-delete {
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent
}

#shopping-cart-table .item-control .action-edit span, #shopping-cart-table .item-control .action-delete span {
    font-weight: 400;
    display: inline;
    font-size: 11px;
    color: #00a3e0
}

@media screen and (min-width: 0 \0
) {
    .cart.table-wrapper {
        overflow: auto
    }
}

table.cart {
    width: 100%
}

table.cart > caption, table.cart .qty label {
    display: none
}

table.cart .product-item-details, table.cart .product-item-photo {
    display: table-cell
}

@media screen and (min-width: 0 \0
) {
    table.cart .product-item-details, table.cart .product-item-photo {
        display: block
    }
}

@media screen and (min-width: 0 \0
) and (min-width: 1400px) {
    table.cart .product-item-details, table.cart .product-item-photo {
        min-width: 150px
    }
}

table.cart td.price .price, table.cart td.subtotal .price {
    display: inline-block;
    padding: 0 0 10px
}

.cart-container .main.actions {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 3
}

@media (max-width: 991px) {
    .cart-container .main.actions {
        margin-bottom: 1.5rem
    }
}

.cart-container .main.actions .action {
    background-color: transparent;
    border: none;
    padding: 5px;
    font-size: 12px;
    line-height: 22px
}

.cart-container .main.actions .action:before {
    display: none;
    font-size: 22px;
    line-height: 1
}

.cart-container .main.actions .action:hover, .cart-container .main.actions .action:hover span {
    transition: .3s ease
}

.cart-container .main.actions .action span {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase
}

.cart-container .main.actions .action.continue:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 17px;
    background-size: cover;
    background-image: url("../fonts/back.svg")
}

.cart-container .main.actions .action.continue span {
    color: #000
}

.cart-container .main.actions .action.clear {
    display: none;
    line-height: inherit;
    margin-left: 2rem;
    margin-right: auto
}

.cart-container .main.actions .action.clear:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

@media (max-width: 991px) {
    .cart-container .main.actions .action.clear {
        margin-left: 0
    }
}

.cart-container .main.actions .action.update {
    line-height: inherit
}

.cart-container .main.actions .action.update:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.cart-container .main.actions .action.continue:before, .cart-container .main.actions .action.clear:before, .cart-container .main.actions .action.update:before {
    color: #00a3e0
}

.cart-summary {
    order: 2;
    padding: 45px 0 10px;
    display: flex;
    border-bottom: 1px solid #eae9e9;
    flex-direction: row;
    justify-content: space-between
}

.cart-summary .block.discount:not(.active) {
    margin-bottom: 30px;
    width: 27%
}

.cart-summary .title strong {
    font-size: 15px;
    font-weight: 500
}

.cart-summary > .title {
    display: none;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 500
}

.cart-summary #cart-totals .table.totals .coupon-percent {
    color: #00a3e0
}

.cart-summary #cart-totals .table.totals .coupon-percent .title {
    vertical-align: top
}

.cart-summary #cart-totals .table.totals .mark.label:after {
    content: ' ';
    white-space: pre
}

.cart-summary #cart-totals .table.totals .amount.percent .price {
    font-weight: 400
}

.cart-summary [role=tablist] [role=tabpanel] {
    padding-bottom: 5px;
    margin-bottom: 0
}

.cart-summary [role=tablist] [role=tab] {
    margin-bottom: 0
}

.cart-summary [role=tablist] [role=tab]:before {
    content: '';
    display: none;
    opacity: 0
}

.cart-summary [role=tablist] [role=tab] strong:after {
    content: '';
    position: relative;
    display: inline-block;
    margin-top: 10px;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 4px;
    padding-left: 0;
    background-size: cover;
    background-image: url("../fonts/expand.svg");
    float: right
}

.cart-summary [role=tablist].active [role=tab] strong:after {
    content: '';
    position: relative;
    display: inline-block;
    margin-top: 10px;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 4px;
    padding-left: 0;
    background-size: cover;
    background-image: url("../fonts/expand.svg")
}

.cart-summary [role=tablist].discount [role=tab] {
    margin-bottom: 1em
}

.cart-summary [role=tablist].discount.active [role=tab] {
    margin-bottom: 0
}

.cart-summary .block.discount .content {
    display: none
}

.cart-summary .block.discount.active .content {
    display: block
}

.cart-summary #block-shipping {
    width: 27%
}

.cart-summary #block-shipping #shipping-zip-form {
    margin-bottom: 11px
}

.cart-summary #block-shipping #shipping-zip-form .field .label, .cart-summary #block-shipping #shipping-zip-form .field label {
    font-weight: 500;
    padding-bottom: 5px
}

.cart-summary #block-shipping #shipping-zip-form .field {
    margin-bottom: 10px
}

.cart-summary #block-shipping #shipping-zip-form .field .control .select-custom {
    color: #231f20;
    background-size: cover;
    -webkit-appearance: none;
    background: url("../fonts/expand.svg") no-repeat right #f2f2f2;
    background-position-x: 95%
}

.cart-summary #block-shipping #shipping-zip-form .field .control .new-select {
    max-width: 100%
}

.cart-summary .block-continue {
    width: 27%
}

.cart-summary .block-continue .checkout-methods-items .action.primary {
    font-size: 18px;
    font-weight: 500
}

.cart-summary .block-continue .checkout-methods-items .action.primary.disabled {
    background-color: #888;
    cursor: default
}

.cart-summary .block-continue .totals .totals {
    display: block;
    position: relative
}

.cart-summary #co-shipping-method-form {
    display: none
}

.cart-summary #co-shipping-method-form .item-title {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8px
}

.cart-summary #co-shipping-method-form .field.choice input[type=radio] + .label:before {
    font-size: 20px;
    padding-right: 24px;
    vertical-align: text-top
}

.cart-summary #co-shipping-method-form .label {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400
}

.cart-summary .checkout.methods .item {
    margin-bottom: .5rem
}

.cart-summary .block {
    margin: 0
}

.cart-summary .block.discount {
    width: 27%
}

@media (max-width: 1399px) {
    .cart-summary .block.discount {
        width: 30%
    }
}

@media (max-width: 767px) {
    .cart-summary .block.discount {
        width: 100%
    }
}

.cart-summary .block.discount.active .content {
    display: block !important
}

.cart-summary .block.shipping.active .content {
    display: block !important
}

@media (max-width: 767px) {
    .cart-summary .block.shipping.active .content {
        border-bottom: 1px solid #eae9e9
    }
}

@media (max-width: 767px) {
    .cart-summary .block.shipping:not(.active) {
        margin-bottom: 30px;
        border-bottom: 1px solid #eae9e9
    }
}

.cart-summary .block .title {
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-right: 0
}

.cart-summary #discount-coupon-form .actions-toolbar {
    margin: 0
}

.cart-summary #discount-coupon-form .actions-toolbar .primary {
    color: #00a3e0;
    background-color: transparent
}

.cart-summary #discount-coupon-form .actions-toolbar .primary button {
    display: contents;
    font-size: .875rem
}

.cart-summary #discount-coupon-form .actions-toolbar .cancel, .cart-summary #discount-coupon-form .actions-toolbar .apply {
    font-weight: 400
}

.cart-summary #discount-coupon-form label {
    font-weight: 500;
    padding-bottom: 5px
}

.cart-summary .cart-totals caption {
    display: none
}

.cart-summary .cart-totals th, .cart-summary .cart-totals td {
    padding-left: 0
}

.cart-summary .legend {
    display: none
}

.checkout-cart-index .cart-container .cart-table {
    display: flex;
    flex-direction: column
}

.checkout-cart-index .cart-container .form.form-cart {
    order: 1
}

.checkout-cart-index .cart-container .totals.discount-code .mark {
    max-width: 80%
}

#cart-totals .table.totals {
    padding: 1rem 0
}

#cart-totals .table.totals .totals-tax {
    display: none
}

#cart-totals .table.totals th, #cart-totals .table.totals td {
    border: none
}

#cart-totals .table.totals th {
    font-size: 14px
}

#cart-totals .table.totals .totals .mark .title {
    color: #00a3e0
}

#cart-totals .table.totals .totals .amount span .price {
    font-weight: 500
}

#cart-totals .table.totals tbody {
    display: flex;
    flex-direction: column
}

#cart-totals .table.totals tbody .grand.totals .amount strong .price {
    font-weight: 500
}

#cart-totals .table.totals .mark, #cart-totals .table.totals .amount {
    padding: 0;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px
}

#cart-totals .table.totals .mark .price, #cart-totals .table.totals .amount .price {
    font-size: 15px
}

#cart-totals .table.totals .mark strong, #cart-totals .table.totals .amount strong {
    font-weight: 500
}

#cart-totals .table.totals .mark {
    float: left
}

#cart-totals .table.totals .mark span {
    vertical-align: middle
}

#cart-totals .table.totals .mark:after {
    content: ':'
}

#cart-totals .table.totals .amount {
    float: right
}

#cart-totals .table.totals .amount, #cart-totals .table.totals .amount strong {
    font-weight: 400
}

#cart-totals .table.totals .shipping .value {
    font-weight: 400;
    font-size: 12px;
    vertical-align: initial
}

@media (max-width: 767px) {
    #cart-totals .table.totals td:before {
        display: none
    }

    #cart-totals .table.totals .mark {
        display: table-cell;
        text-align: left;
        font-size: 14px
    }

    #cart-totals .table.totals td {
        display: table
    }

    #cart-totals .table.totals .amount {
        display: block
    }

    #cart-totals .table.totals .amount, #cart-totals .table.totals .mark {
        padding: 5px 0
    }
}

.items.methods, .item-options {
    display: flex;
    flex-direction: column
}

.items.methods dt, .items.methods dd, .item-options dt, .item-options dd {
    flex-basis: 50%;
    max-width: 50%
}

.items.methods .item, .item-options .item {
    flex-basis: 100%;
    max-width: 100%
}

.items.methods .checkout, .item-options .checkout {
    width: 100%
}

.items.methods .action.multicheckout, .item-options .action.multicheckout {
    background-color: transparent;
    padding: 5px 0;
    border: none;
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    position: relative
}

.items.methods .action.multicheckout:hover, .item-options .action.multicheckout:hover {
    background-color: transparent
}

.items.methods .action.multicheckout span:after, .item-options .action.multicheckout span:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 100%;
    transition: .3s ease
}

.cart-summary .checkout-methods-items {
    display: block
}

.cart-summary .checkout-methods-items img {
    width: 100%
}

@media (max-width: 767px) {
    .cart-summary .checkout-methods-items {
        padding-top: 20px
    }
}

.block.shipping .items.methods {
    display: block
}

.block.shipping .items.methods .item-title, .block.shipping .items.methods .item-options {
    max-width: 100%;
    padding: 0
}

.block.shipping .field.note {
    font-size: 12px;
    line-height: 1;
    display: none;
    text-transform: none;
    font-weight: 400
}

.block.discount .apply {
    border-color: #eae9e9
}

.block.discount .apply:hover {
    color: #fff
}

.multicheckout.address .table-wrapper {
    margin-bottom: 40px
}

.multicheckout.address .table-caption {
    display: none
}

.multicheckout.address .title {
    text-transform: uppercase;
    margin-bottom: 25px
}

@media (max-width: 1400px) {
    .checkout-cart-index #shopping-cart-table td {
        padding: 20px 0 0
    }

    .checkout-cart-index .cart-summary .block-continue, .checkout-cart-index .cart-summary .block.discount:not(.active), .checkout-cart-index .cart-summary #block-shipping {
        width: 30%
    }
}

@media (max-width: 1199px) {
    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.item .cart-column-item-wrapper .product-item-photo {
        padding-right: 15px;
        width: 115px;
        max-width: 115px;
        min-width: 115px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.item .cart-column-item-wrapper .product-item-details .product-item-name {
        width: 100%;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .checkout-cart-index #shopping-cart-table td.col.qty, .checkout-cart-index #shopping-cart-table td.col.netto, .checkout-cart-index #shopping-cart-table td.col.brutto {
        min-width: 105px
    }

    .checkout-cart-index #shopping-cart-table td.col.price.netto {
        min-width: 90px
    }

    .checkout-cart-index .cart-summary .block-continue {
        width: 35%
    }

    .checkout-cart-index .cart-summary .block.discount:not(.active), .checkout-cart-index .cart-summary #block-shipping {
        width: 30%
    }
}

@media (max-width: 767px) {
    .checkout-cart-index .panel-container-wrap-bottom {
        border-bottom: none
    }

    .checkout-cart-index .cart-summary {
        padding: 30px 0 30px;
        display: flex;
        border-bottom: 1px solid #eae9e9;
        border-top: none;
        flex-direction: column;
        justify-content: space-between
    }

    .checkout-cart-index .cart-summary #block-shipping, .checkout-cart-index .cart-summary .block.discount:not(.active), .checkout-cart-index .cart-summary .block-continue {
        width: 100%
    }

    .checkout-cart-index .cart-summary .block.discount.active .title {
        margin-bottom: 0
    }

    .checkout-cart-index .cart-summary .block.discount:not(.active) #cart-totals .table.totals tr, .checkout-cart-index .cart-summary .block-continue #cart-totals .table.totals tr {
        display: flex;
        flex-direction: row
    }

    .checkout-cart-index .cart-summary .block.discount:not(.active) #cart-totals .table.totals tr .amount, .checkout-cart-index .cart-summary .block-continue #cart-totals .table.totals tr .amount {
        text-align: right
    }

    .checkout-cart-index .cart-summary .block.discount:not(.active) #cart-totals .table.totals tr .mark, .checkout-cart-index .cart-summary .block-continue #cart-totals .table.totals tr .mark {
        width: 200%
    }

    .checkout-cart-index .cart-summary .block.discount:not(.active) #cart-totals .table.totals tr.totals-tax, .checkout-cart-index .cart-summary .block-continue #cart-totals .table.totals tr.totals-tax {
        display: none
    }

    .checkout-cart-index .cart-summary .block.discount:not(.active) {
        margin-bottom: 0
    }

    .checkout-cart-index .cart-summary .block.discount .title {
        margin-bottom: 30px
    }

    .checkout-cart-index .cart-summary .block.discount.active .content {
        padding-bottom: 30px
    }

    .checkout-cart-index .cart-summary .block-continue {
        padding-top: 30px;
        border-top: 1px solid #eae9e9
    }

    .checkout-cart-index .cart-summary #block-shipping {
        padding-bottom: 30px
    }

    .checkout-cart-index #shopping-cart-table .cart.item {
        border-bottom: 1px solid #eae9e9
    }

    .checkout-cart-index #shopping-cart-table .cart.item tr {
        padding: 1.5rem 0
    }

    .checkout-cart-index #shopping-cart-table .cart.item td {
        padding: 0 0 12px
    }

    .checkout-cart-index #shopping-cart-table .cart.item td:before {
        border: none
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.subtotal.netto, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.subtotal.brutto, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.price.netto, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.price.brutto {
        width: 100%
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.subtotal.netto:before, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.subtotal.brutto:before, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.price.netto:before, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.price.brutto:before {
        margin-left: 115px
    }
}

@media (max-width: 767px) and (max-width: 579px) {
    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.subtotal.netto:before, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.subtotal.brutto:before, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.price.netto:before, .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.price.brutto:before {
        margin-left: 65px
    }
}

@media (max-width: 767px) {
    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.qty {
        width: 100%;
        padding-left: 40px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.item {
        width: 100%
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.price.netto {
        display: none
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col .qty-items {
        display: flex;
        align-items: center;
        padding-right: 15px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col .qty-items .amount {
        font-size: 11px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.item .cart-column-item-wrapper {
        position: relative;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 11px;
        order: 0;
        padding-top: 12px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.item .cart-column-item-wrapper .product-item-photo {
        padding-right: 12px
    }
}

@media (max-width: 767px) and (max-width: 579px) {
    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.item .cart-column-item-wrapper .product-item-photo {
        width: 65px;
        max-width: 65px;
        min-width: 65px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.item .cart-column-item-wrapper .product-item-photo .product-image-photo {
        width: 50px !important;
        height: 50px !important
    }
}

@media (max-width: 767px) {
    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.item .cart-column-item-wrapper .item-control {
        position: relative;
        flex-direction: row
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.item .cart-column-item-wrapper .product-item-details {
        text-align: left;
        flex: 1 0 75%
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.price {
        display: flex;
        justify-content: space-between;
        order: 2;
        position: relative
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.price:before {
        margin-left: 25%;
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        font-weight: 400;
        color: #231f20;
        font-size: 11px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.price .cart-price {
        vertical-align: middle
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.price span.price {
        padding: 0;
        font-size: 11px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty {
        position: relative;
        order: 1
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty:before {
        position: relative;
        display: none;
        top: 1rem;
        padding-right: 12px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty .qty {
        display: inline-block;
        font-size: 11px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty .qty .action.update {
        padding-left: 10px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty .qty-controls {
        display: flex;
        flex-direction: column
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty .qty-minus {
        padding: 0;
        order: 1;
        font-weight: 400;
        font-size: 16px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty .qty-plus {
        order: 0;
        padding: 0;
        font-weight: 400;
        font-size: 16px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.qty .control.qty {
        display: flex;
        flex-direction: row
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal {
        position: relative;
        order: 3;
        display: flex;
        justify-content: space-between
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal.brutto {
        padding-top: 0
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal:before {
        margin-left: 25%;
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        font-weight: 400;
        color: #231f20;
        font-size: 11px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal .cart-price {
        vertical-align: middle
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal span.price {
        padding: 0;
        font-size: 11px
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal.brutto .price-including-tax, .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal.netto .price-excluding-tax {
        min-height: unset
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal.brutto .price-including-tax .cart-price, .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal.netto .price-excluding-tax .cart-price {
        display: block
    }

    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal.brutto .price-including-tax .cart-price span, .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.subtotal.netto .price-excluding-tax .cart-price span {
        font-size: 11px
    }

    .cart.main.actions {
        display: flex;
        justify-content: space-between;
        flex-direction: row
    }

    .cart.main.actions .action.clear {
        display: none;
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    #cart-totals .table.totals .mark {
        max-width: 75%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #cart-totals .table.totals .mark {
        max-width: 67%
    }
}

@media (max-width: 350px) {
    #shopping-cart-table .cart.item .item-info .col.qty {
        padding-left: 66px
    }
}

.sso-customer-create .rd-navbar.rd-navbar-nav-fixed, .sso-customer-create .rd-navbar.rd-navbar-static, .customer-account-create .rd-navbar.rd-navbar-nav-fixed, .customer-account-create .rd-navbar.rd-navbar-static, .checkout-index-index .rd-navbar.rd-navbar-nav-fixed, .checkout-index-index .rd-navbar.rd-navbar-static, .checkout-onepage-success .rd-navbar.rd-navbar-nav-fixed, .checkout-onepage-success .rd-navbar.rd-navbar-static {
    background-color: #f2f2f2
}

.sso-customer-create .page-footer .footer.copyright, .customer-account-create .page-footer .footer.copyright, .checkout-index-index .page-footer .footer.copyright, .checkout-onepage-success .page-footer .footer.copyright {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1400px) {
    .sso-customer-create .page-footer .footer.copyright, .customer-account-create .page-footer .footer.copyright, .checkout-index-index .page-footer .footer.copyright, .checkout-onepage-success .page-footer .footer.copyright {
        padding-left: 25px;
        padding-right: 25px
    }
}

.sso-customer-create .page-footer .footer.copyright .lang, .customer-account-create .page-footer .footer.copyright .lang, .checkout-index-index .page-footer .footer.copyright .lang, .checkout-onepage-success .page-footer .footer.copyright .lang {
    display: none
}

.sso-customer-create .page-footer .footer.copyright .col-sm-4:last-of-type, .customer-account-create .page-footer .footer.copyright .col-sm-4:last-of-type, .checkout-index-index .page-footer .footer.copyright .col-sm-4:last-of-type, .checkout-onepage-success .page-footer .footer.copyright .col-sm-4:last-of-type {
    margin-left: auto
}

.sso-customer-create .page-footer .col-sm-4, .customer-account-create .page-footer .col-sm-4, .checkout-index-index .page-footer .col-sm-4, .checkout-onepage-success .page-footer .col-sm-4 {
    display: flex;
    justify-content: center
}

@media (min-width: 768px) {
    .sso-customer-create .page-footer [class*=col], .customer-account-create .page-footer [class*=col], .checkout-index-index .page-footer [class*=col], .checkout-onepage-success .page-footer [class*=col] {
        text-align: left
    }

    .sso-customer-create .page-footer .col-sm-4, .customer-account-create .page-footer .col-sm-4, .checkout-index-index .page-footer .col-sm-4, .checkout-onepage-success .page-footer .col-sm-4 {
        display: block;
        justify-content: unset
    }
}

.sso-customer-create .page-footer .widget.block, .customer-account-create .page-footer .widget.block, .checkout-index-index .page-footer .widget.block, .checkout-onepage-success .page-footer .widget.block {
    margin-bottom: 0;
    padding-bottom: 0
}

.sso-customer-create .logo, .customer-account-create .logo, .checkout-index-index .logo, .checkout-onepage-success .logo {
    display: flex;
    justify-content: center;
    pointer-events: none
}

.sso-customer-create .panel-container-wrap-bottom, .customer-account-create .panel-container-wrap-bottom, .checkout-index-index .panel-container-wrap-bottom, .checkout-onepage-success .panel-container-wrap-bottom {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: none
}

@media (max-width: 767px) {
    .sso-customer-create .panel-container-wrap-bottom, .customer-account-create .panel-container-wrap-bottom, .checkout-index-index .panel-container-wrap-bottom, .checkout-onepage-success .panel-container-wrap-bottom {
        padding-top: 0
    }
}

.sso-customer-create .page-footer, .customer-account-create .page-footer, .checkout-index-index .page-footer, .checkout-onepage-success .page-footer {
    padding: 25px 0 40px;
    border-top: none
}

.sso-customer-create .page-footer .copyright, .customer-account-create .page-footer .copyright, .checkout-index-index .page-footer .copyright, .checkout-onepage-success .page-footer .copyright {
    padding: 0;
    text-align: center;
    border-top: none
}

@media (max-width: 767px) {
    .sso-customer-create .page-wrapper, .customer-account-create .page-wrapper, .checkout-index-index .page-wrapper, .checkout-onepage-success .page-wrapper {
        padding-top: 0 !important
    }

    .sso-customer-create .rd-navbar.rd-navbar-fixed, .customer-account-create .rd-navbar.rd-navbar-fixed, .checkout-index-index .rd-navbar.rd-navbar-fixed, .checkout-onepage-success .rd-navbar.rd-navbar-fixed {
        height: 80px !important
    }

    .sso-customer-create .logo, .customer-account-create .logo, .checkout-index-index .logo, .checkout-onepage-success .logo {
        position: relative;
        left: 0
    }

    .sso-customer-create .layout_3 .panel-container-wrap-bottom, .customer-account-create .layout_3 .panel-container-wrap-bottom, .checkout-index-index .layout_3 .panel-container-wrap-bottom, .checkout-onepage-success .layout_3 .panel-container-wrap-bottom {
        display: block !important
    }

    .sso-customer-create .page-footer, .customer-account-create .page-footer, .checkout-index-index .page-footer, .checkout-onepage-success .page-footer {
        background-color: #f2f2f2 !important
    }
}

.popup-authentication .modal-inner-wrap {
    border-radius: 6px;
    padding-left: 35px;
    padding-right: 35px
}

.popup-authentication .modal-inner-wrap .block-title {
    font-size: 40px
}

.popup-authentication .modal-inner-wrap .block-title strong {
    font-weight: 500
}

.popup-authentication .modal-inner-wrap .action-close {
    display: block
}

.popup-authentication .modal-inner-wrap .action-close:before {
    content: '';
    position: relative;
    display: inline-block;
    left: 5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url("../fonts/close-x.svg")
}

.popup-authentication .modal-inner-wrap .action-close:hover:before {
    opacity: 1
}

.popup-authentication .modal-inner-wrap .modal-content {
    text-align: unset
}

.popup-authentication .modal-inner-wrap .authentification-content {
    padding-top: 30px;
    padding-bottom: 50px;
    color: #231f20
}

.popup-authentication .modal-inner-wrap .block-authentication {
    display: flex;
    flex-direction: row
}

.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login {
    border-top: none;
    flex: 0 0 65%;
    padding-left: 5px
}

.popup-authentication .modal-inner-wrap .block-authentication .action {
    text-align: center;
    min-width: 190px;
    padding: 0 17px
}

.popup-authentication .modal-inner-wrap .block-authentication .primary, .popup-authentication .modal-inner-wrap .block-authentication .secondary {
    display: flex;
    justify-content: center
}

.popup-authentication .modal-inner-wrap .block-authentication .primary .action, .popup-authentication .modal-inner-wrap .block-authentication .secondary .action {
    display: flex;
    align-items: center;
    justify-content: center
}

.popup-authentication .modal-inner-wrap .block-authentication .secondary {
    margin-right: 15px
}

.popup-authentication .modal-inner-wrap .block-authentication .action-register.primary {
    display: flex;
    align-items: center
}

.popup-authentication .modal-inner-wrap .block-authentication .authentication-placeholder {
    flex: 0 0 35%;
    padding: 0 5px
}

@media (max-width: 1199px) {
    .popup-authentication .modal-inner-wrap .block-title {
        font-size: 34px
    }
}

@media (max-width: 991px) {
    .popup-authentication .modal-inner-wrap .block-title {
        font-size: 26px
    }

    .popup-authentication .modal-inner-wrap .block-customer-login {
        padding-top: 10px
    }

    .popup-authentication .modal-inner-wrap .block-authentication .action {
        min-width: 150px
    }

    .popup-authentication .modal-inner-wrap .authentification-content {
        padding-top: 20px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .popup-authentication .modal-inner-wrap .block-authentication {
        display: flex;
        flex-direction: column
    }

    .popup-authentication .modal-inner-wrap .block-authentication .action {
        min-width: 140px
    }
}

@media (max-width: 579px) {
    .popup-authentication .modal-inner-wrap .actions-toolbar {
        flex-direction: column
    }

    .popup-authentication .modal-inner-wrap .block-title {
        font-size: 20px
    }

    .popup-authentication .modal-inner-wrap .block-authentication .secondary {
        margin-right: 0;
        margin-bottom: 15px
    }

    .popup-authentication .modal-inner-wrap .block-authentication .block-customer-login {
        border-top: none;
        flex: 0 0 65%;
        padding-left: 0
    }

    .popup-authentication .modal-inner-wrap .block-authentication .action {
        width: 100%
    }

    .popup-authentication .modal-inner-wrap .authentification-content {
        padding-top: 0;
        padding-bottom: 20px
    }
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    background: rgba(0, 0, 0, .7);
    z-index: 999
}

.modal-custom.pr-cookie-modal, .modal-popup.pr-cookie-modal, .modal-slide.pr-cookie-modal {
    visibility: visible;
    pointer-events: auto;
    background: rgba(255, 255, 255, .65)
}

.modal-custom.pr-cookie-modal .modal-inner-wrap, .modal-popup.pr-cookie-modal .modal-inner-wrap, .modal-slide.pr-cookie-modal .modal-inner-wrap {
    position: relative;
    transform: translate(0, 0)
}

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    position: absolute;
    right: 20px;
    top: 15px;
    overflow: hidden;
    display: none
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    font-size: 22px;
    font-family: "Linearicons";
    content: "\e935"
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
    opacity: .5
}

.modal-custom .action-close span, .modal-popup .action-close span, .modal-slide .action-close span {
    display: none
}

.modals-overlay {
    z-index: 800
}

.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none
}

.modal-slide._show, .modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, .65);
    pointer-events: auto
}

.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
    position: relative;
    transform: translate(0, 0)
}

.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, .19);
    opacity: 1
}

.modal-slide {
    left: auto;
    z-index: 1000
}

.modal-slide._show .modal-inner-wrap {
    transform: translateX(0)
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column
}

.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto
}

.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
    padding: 0 .5rem .5rem
}

.modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px
}

.modal-popup {
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000
}

.modal-popup._show .modal-inner-wrap {
    transform: translateY(0)
}

.modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition-duration: .2s;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%
}

.modal-popup._inner-scroll {
    overflow-y: visible
}

.ie11 .modal-popup._inner-scroll, .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
    overflow-y: auto
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap, .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center
}

.modal-popup .modal-header, .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-top: 1rem
}

.modal-popup .modal-footer button {
    margin: 0 3px;
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px
}

.modal-popup .modal-footer button span {
    font-family: 'Geomanist', sans-serif
}

.modal-popup .modal-footer button:hover {
    color: #fff
}

.modal-popup .modal-footer-actions {
    text-align: right
}

.modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem
}

@media (max-width: 767px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        left: 0;
        right: 0
    }
}

.modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static
}

.modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
    border: 1px solid #ccc;
    margin: 0 auto 2rem;
    max-width: 58rem;
    padding: 2rem
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
    max-height: 54rem
}

.modal-title {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px
}

@media (max-width: 768px -1) {
    .custom-slide {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        pointer-events: none;
        left: auto;
        z-index: 1000
    }

    .custom-slide._show {
        visibility: visible;
        background: rgba(255, 255, 255, .65);
        pointer-events: auto
    }

    .custom-slide._show .modal-inner-wrap {
        position: relative;
        transform: translate(0, 0)
    }

    .custom-slide .modal-inner-wrap {
        padding: 30px 15px;
        background-color: #fff;
        box-shadow: 0 5px 27px 0 rgba(0, 0, 0, .19);
        opacity: 1
    }

    .custom-slide._show .modal-inner-wrap {
        transform: translateX(0)
    }

    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        transform: translateX(100%);
        transition-duration: .3s;
        transition-property: transform, visibility;
        transition-timing-function: ease-in-out;
        width: 310px
    }

    .custom-slide._inner-scroll .modal-inner-wrap {
        overflow-y: visible;
        display: flex;
        flex-direction: column
    }

    .custom-slide._inner-scroll .modal-header, .custom-slide._inner-scroll .modal-footer {
        flex-grow: 0;
        flex-shrink: 1
    }

    .custom-slide._inner-scroll .modal-content {
        overflow-y: auto
    }

    .custom-slide._inner-scroll .modal-footer {
        margin-top: auto
    }

    .custom-slide .modal-header, .custom-slide .modal-content, .custom-slide .modal-footer {
        padding: 0 .5rem .5rem
    }

    .custom-slide .modal-header {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden
    }

    .custom-slide .modal-inner-wrap {
        box-sizing: border-box;
        height: auto;
        min-height: 100%
    }

    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw
    }

    .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
        display: block
    }
}

@media print {
    .modal-popup {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

@media (max-width: 1199px) {
    .modal-popup .modal-footer button {
        min-width: 80px;
        padding: unset
    }
}

.checkout-index-index .page-title-wrapper .page-title {
    margin-bottom: 80px
}

.checkout-index-index .page-title span {
    z-index: 35;
    line-height: 1;
    font-weight: 600;
    text-transform: none
}

.checkout-index-index .step-title {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-weight: 600
}

.checkout-index-index .column.main {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, .05);
    border-radius: 6px;
    background-color: #fff
}

.checkout-index-index .page-footer {
    background-color: #f2f2f2
}

.checkout-index-index .page-main {
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding-top: 0
}

.checkout-index-index .opc-wrapper {
    padding: 20px
}

.checkout-index-index .opc-wrapper .checkout-agreements .label .action span:before {
    color: #d73105;
    content: "*";
    font-size: 12px;
    margin: 0 5px 0 0
}

.checkout-index-index .opc-wrapper .checkout-agreements .label:after {
    display: none
}

.checkout-index-index .opc-wrapper .step-content {
    margin: 0
}

.checkout-index-index .opc-wrapper .step-content legend {
    font-weight: 400
}

.checkout-index-index .opc-wrapper .step-content legend .address-fields .label {
    font-weight: 500
}

.checkout-index-index .opc-wrapper .step-content .note {
    font-size: 14px
}

.checkout-index-index .opc-wrapper .step-content .note:before {
    font-family: "FontAwesome";
    content: "\f0d8";
    padding-right: 5px
}

.checkout-index-index .opc-wrapper .step-content .message[role=alert].message-error {
    padding: .8rem 3.5rem .8rem 1rem;
    margin-bottom: 30px;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    line-height: unset;
    font-size: 14px;
    color: #a94442
}

.checkout-index-index .opc-wrapper .step-content .message {
    padding: 5px 5px 5px 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    color: #f11f17
}

.checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field .label, .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field .label {
    font-size: 13px;
    font-weight: 500
}

@media (min-width: 1400px) {
    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:before, .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:after, .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:before, .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:after {
        display: table;
        content: "";
        line-height: 0
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:after, .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:after {
        clear: both
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field .label, .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field .label {
        float: left;
        padding-top: 1em;
        margin-right: 0
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field > .control, .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field > .control {
        margin-left: 0
    }

    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field > .control._with-tooltip, .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field > .control._with-tooltip {
        padding-right: 50px
    }
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout .table-caption {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 20px
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout tbody {
    font-size: 14px
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout th {
    flex: 0 0 18%;
    font-weight: 400
}

@media (max-width: 1199px) {
    .checkout-index-index .opc-wrapper .table-wrapper.checkout th {
        flex: 0 0 30%
    }
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout td .price {
    font-size: 15px;
    font-weight: 400
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details {
    display: flex
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals th, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals td, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary th, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary td, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details th, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details td {
    padding: 15px;
    border-right: none;
    border-bottom: none
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals th.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals td.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary th.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary td.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details th.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details td.mark {
    padding-left: 30px
}

@media (max-width: 579px) {
    .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals th.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals td.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary th.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary td.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details th.mark, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details td.mark {
        padding-left: 0
    }
}

@media (max-width: 579px) {
    .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals th, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals td, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary th, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary td, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details th, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details td {
        padding: 10px
    }
}

.checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals th.amount, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals td.amount, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary th.amount, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-summary td.amount, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details th.amount, .checkout-index-index .opc-wrapper .table-wrapper.checkout tr.totals-tax-details td.amount {
    padding-left: 0;
    text-align: right;
    min-width: 90px
}

.checkout-index-index .opc-wrapper .payment-method .dotpay-agreements {
    margin: 0
}

.checkout-index-index .opc-wrapper .payment-method .dotpay-agreements .dotpay_cc, .checkout-index-index .opc-wrapper .payment-method .dotpay-agreements .dotpay_paypal, .checkout-index-index .opc-wrapper .payment-method .dotpay-agreements .dotpay_other_73 {
    margin: 0 17px 0 -30px
}

.checkout-index-index .opc-wrapper .payment-method .dotpay-agreements label {
    font-family: "Geomanist", sans-serif;
    font-size: 12px;
    color: #231f20;
    margin-left: 30px;
    line-height: 18px
}

.checkout-index-index .opc-wrapper .payment-method .dotpay-agreements label:first-child {
    margin-left: 0
}

.checkout-index-index .opc-wrapper .payment-method .dotpay-agreements .dotpay_widget {
    margin: 0 17px 0 -30px
}

.checkout-index-index .opc-wrapper .payment-method .dotpay-channels-container {
    padding-bottom: 20px
}

.checkout-index-index .opc-wrapper .payment-method-title .label span {
    font-size: 14px
}

.checkout-index-index .opc-wrapper .payment-method-content p {
    padding-left: 30px;
    font-family: "Geomanist", sans-serif;
    font-size: 12px;
    color: #231f20
}

.checkout-index-index .opc-wrapper .payment-method-content .actions-toolbar {
    display: none
}

.checkout-index-index .opc-wrapper .payment-method-content .checkout-agreements .label {
    font-family: "Geomanist", sans-serif;
    font-size: 12px;
    color: #231f20
}

.checkout-index-index .opc-wrapper .payment-method-content .checkout-agreements .label .action {
    font-family: "Geomanist", sans-serif
}

.checkout-index-index .opc-wrapper .payment-method-content .checkout-agreements.fieldset div.mage-error {
    top: -8px;
    position: relative;
    padding: 0;
    left: 30px
}

.checkout-index-index .opc-wrapper .actions-toolbar-trigger {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .checkout-index-index .opc-wrapper .actions-toolbar-trigger {
        flex-direction: column
    }
}

.checkout-index-index .opc-wrapper .actions-toolbar-trigger .button-back-checkout .action.back {
    font-size: 18px
}

@media (max-width: 767px) {
    .checkout-index-index .opc-wrapper .actions-toolbar-trigger .button-back-checkout {
        width: 90%
    }
}

.checkout-index-index .opc-wrapper .actions-toolbar-trigger .button-back-checkout button {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal;
    margin-right: 35px
}

.checkout-index-index .opc-wrapper .actions-toolbar-trigger .button-back-checkout button:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

@media (max-width: 767px) {
    .checkout-index-index .opc-wrapper .actions-toolbar-trigger .button-back-checkout button {
        width: 100%;
        padding: 14px 30px;
        margin-bottom: 20px;
        text-align: center;
        align-items: center;
        justify-content: center
    }
}

.checkout-index-index .opc-wrapper .actions-toolbar-trigger .button-back-checkout button.back {
    padding: 0;
    min-width: 105px
}

.checkout-index-index .opc-wrapper .actions-toolbar-trigger .button-back-checkout button:before {
    display: none
}

.checkout-index-index .opc-wrapper .actions-toolbar-trigger .primary {
    padding: 14px 25px;
    font-size: 18px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .checkout-index-index .opc-wrapper .actions-toolbar-trigger .primary {
        padding: 14px 30px;
        width: 90%
    }
}

.checkout-index-index .opc-wrapper .form-fields .contact-details {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px
}

.checkout-index-index .opc-wrapper .opc-payment-additional.discount-code {
    padding-top: 30px;
    padding-bottom: 30px
}

.checkout-index-index .opc-wrapper .opc-payment-additional.discount-code .payment-option-title {
    margin-bottom: 1.5em;
    text-transform: none;
    font-size: 18px;
    color: #231f20;
    font-weight: 500
}

.checkout-index-index .opc-wrapper .opc-payment-additional.discount-code .form.form-discount .primary {
    padding: 0
}

.checkout-index-index .opc-wrapper .opc-payment-additional.discount-code .form.form-discount .primary .action {
    display: flex;
    justify-content: center;
    color: #00a3e0;
    background-color: transparent
}

.checkout-index-index .opc-wrapper .opc-payment-additional.discount-code .form.form-discount .primary .action:hover {
    color: #fff
}

.checkout-index-index .opc-wrapper .checkout-billing-address {
    border-bottom: none
}

.checkout-index-index .opc-wrapper .checkout-billing-address .actions-toolbar.no-display {
    display: none
}

.checkout-index-index .opc-wrapper .checkout-billing-address .billing-address-form .actions-toolbar {
    display: block;
    padding-bottom: 30px
}

.checkout-index-index .opc-wrapper .checkout-billing-address .field.choice input[type=checkbox] {
    position: relative;
    z-index: 1;
    opacity: 1
}

.checkout-index-index .opc-wrapper .checkout-billing-address .field[name="billingAddressshared.custom_attributes.as_address_type"] {
    height: 0;
    margin: 0
}

.checkout-index-index #co-payment-form .field-select-billing label, .checkout-index-index #co-payment-form .field-select-sender label {
    font-size: 18px
}

.checkout-index-index #co-payment-form .field-select-billing .fieldset.address .field .label, .checkout-index-index #co-payment-form .field-select-sender .fieldset.address .field .label {
    font-size: 13px
}

.checkout-index-index #co-payment-form .field-select-billing .sender-same-billing label, .checkout-index-index #co-payment-form .field-select-sender .sender-same-billing label {
    font-size: 13px;
    font-weight: 400;
    margin-left: 30px
}

.checkout-index-index #co-payment-form .field-select-billing .sender-same-billing label span:before, .checkout-index-index #co-payment-form .field-select-sender .sender-same-billing label span:before {
    overflow: visible;
    clip: inherit
}

.checkout-index-index #co-payment-form .field-select-billing .sender-same-billing input[type=checkbox], .checkout-index-index #co-payment-form .field-select-sender .sender-same-billing input[type=checkbox] {
    position: absolute;
    z-index: 1;
    opacity: 1
}

.checkout-index-index #co-payment-form .field-select-billing .sender-same-billing input[type=checkbox]:checked + label:after, .checkout-index-index #co-payment-form .field-select-sender .sender-same-billing input[type=checkbox]:checked + label:after {
    left: -27px
}

@media (max-width: 767px) {
    .checkout-index-index #co-payment-form .fieldset {
        min-inline-size: unset
    }

    .checkout-index-index #co-payment-form .table-wrapper.checkout .data.totals {
        display: block;
        overflow-y: auto
    }

    .checkout-index-index #co-payment-form .table-wrapper.checkout table.table th {
        min-width: 250px
    }
}

.checkout-index-index .billing-address-form .choice.field .label.save-address:before {
    display: none
}

.checkout-index-index .billing-address-form .fieldset.address .field {
    max-width: 325px
}

.checkout-index-index .billing-address-form .fieldset.address .field.edit-fields {
    margin-top: 20px;
    margin-bottom: 70px
}

.checkout-index-index .billing-address-form .fieldset.address .field.edit-fields .label {
    display: none
}

.checkout-index-index .billing-address-form .fieldset.address input[name=postcode] {
    max-width: 140px
}

.checkout-index-index .billing-address-form .koliber-address {
    display: flex
}

.checkout-index-index .billing-address-form .koliber-address .new-data {
    width: 80px;
    display: flex;
    justify-content: center;
    color: #a7a5a6
}

.checkout-index-index .billing-address-form .koliber-address .search-address-again-btn {
    font-size: 12px;
    color: #00a3e0;
    line-height: 2.3;
    margin-left: 20px;
    cursor: pointer
}

.checkout-index-index .billing-address-form .koliber-address .search-address-again-btn:hover {
    color: #231f20
}

.checkout-index-index .billing-address-form .koliber-address span {
    padding: 15px 0
}

.checkout-index-index #customer-email-fieldset .loading-mask {
    display: none !important
}

.checkout-index-index #customer-email-fieldset .field {
    margin-bottom: 0 !important
}

.checkout-index-index .field.street ._warn .warning {
    margin-bottom: 0
}

.checkout-index-index .loading-mask {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 9999
}

.checkout-index-index .loading-mask .loader {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase
}

.checkout-index-index .loading-mask .loader:before, .checkout-index-index .loading-mask .loader:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    border-width: 3px;
    border-style: solid
}

.checkout-index-index .loading-mask .loader:before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite
}

.checkout-index-index .loading-mask .loader:after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.checkout-index-index .loading-mask .loader p {
    display: none
}

.checkout-index-index .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    height: 60px;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: auto;
    display: none
}

.checkout-index-index .items-in-cart .product-item .product:before, .checkout-index-index .items-in-cart .product-item .product:after {
    display: table;
    content: "";
    line-height: 0
}

.checkout-index-index .items-in-cart .product-item .product:after {
    clear: both
}

.checkout-index-index #new-sender-address #shipping-save-in-address-book input[type=checkbox] {
    position: relative;
    z-index: 1;
    opacity: 1
}

.checkout-index-index #new-sender-address .control .field-error, .checkout-index-index #new-sender-address .control .message.warning {
    text-align: left
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .subtitle {
    display: none
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options {
    display: block
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options dt, .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options dd {
    flex-basis: auto;
    max-width: auto;
    max-width: 100%
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .label {
    float: left;
    padding-right: 3px;
    font-weight: 400;
    color: #000
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .label:after {
    content: ":"
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values {
    padding-left: 0;
    font-style: normal
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:before, .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:after {
    display: table;
    content: "";
    line-height: 0
}

.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:after {
    clear: both
}

.checkout-index-index .form-shipping-address-sender {
    display: flex;
    align-items: center;
    flex-direction: column
}

.checkout-index-index .form-shipping-address-sender .fieldset.address-sender {
    max-width: 100%
}

.checkout-index-index .form-shipping-address-sender .field.street label {
    display: none
}

.checkout-index-index .form-shipping-address-sender .field.street .field.additional {
    display: none
}

.checkout-index-index .form-shipping-address-sender .label {
    text-align: left;
    float: left
}

.checkout-index-index .search-header .spinner-loading {
    display: none
}

.checkout-index-index .search-header .spinner-loading span {
    margin-left: 20px
}

.checkout-index-index .search-header .koliber-search {
    font-size: 18px
}

@-webkit-keyframes loading-asseco {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loading-asseco {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.checkout-index-index .loading-asseco div {
    position: absolute;
    -webkit-animation: loading-asseco .8s linear infinite;
    animation: loading-asseco .8s linear infinite;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 6.9px 0 0 #fff;
    transform-origin: 30px 33.45px
}

.checkout-index-index .spinner-eclipse-asseco {
    position: absolute;
    left: 15px;
    width: 32px;
    height: 32px;
    display: inline-block;
    overflow: visible;
    background: 0 0
}

.checkout-index-index .loading-asseco {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(.32);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 0 0
}

.checkout-index-index .loading-asseco div {
    box-sizing: content-box
}

.checkout-index-index #invoice-address-email {
    min-width: 250px;
    text-overflow: unset
}

@media (min-width: 768px) and (max-width: 991px) {
    .checkout-index-index #invoice-address-email {
        max-width: 515px
    }
}

@media (max-width: 767px) {
    .checkout-index-index #invoice-address-email {
        max-width: 325px
    }
}

@media (max-width: 400px) {
    .checkout-index-index #invoice-address-email {
        max-width: 270px
    }
}

@media (max-width: 350px) {
    .checkout-index-index #invoice-address-email {
        max-width: 240px
    }
}

.checkout-onepage-success, .checkout-onepage-failure {
    background-color: #f2f2f2
}

.checkout-onepage-success .page-title-wrapper .page-title, .checkout-onepage-failure .page-title-wrapper .page-title {
    margin-bottom: 80px
}

.checkout-onepage-success .page-main, .checkout-onepage-failure .page-main {
    padding: 0
}

.checkout-onepage-success .container .print, .checkout-onepage-success .page-print.sales-order-print #maincontent .print, .page-print.sales-order-print .checkout-onepage-success #maincontent .print, .checkout-onepage-failure .container .print, .checkout-onepage-failure .page-print.sales-order-print #maincontent .print, .page-print.sales-order-print .checkout-onepage-failure #maincontent .print {
    padding-left: 40px
}

.checkout-onepage-success .customer-account-create .page-title-wrapper .page-title, .checkout-onepage-failure .customer-account-create .page-title-wrapper .page-title {
    padding-left: 45px;
    padding-top: 60px;
    padding-bottom: 35px;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .05)
}

.checkout-onepage-success .customer-account-create .page-title-wrapper .print, .checkout-onepage-failure .customer-account-create .page-title-wrapper .print {
    padding-left: 40px
}

.checkout-onepage-success .page-title span, .checkout-onepage-failure .page-title span {
    z-index: 35;
    line-height: 1;
    text-transform: none
}

.checkout-onepage-success .column.main, .checkout-onepage-failure .column.main {
    padding: 40px;
    margin-top: -30px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, .05);
    border-radius: 6px;
    background-color: #fff
}

.checkout-onepage-success .page-footer, .checkout-onepage-failure .page-footer {
    background-color: #f2f2f2
}

.checkout-onepage-success .page-main, .checkout-onepage-failure .page-main {
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding-top: 0
}

@media (max-width: 767px) {
    .checkout-onepage-success .page-main, .checkout-onepage-failure .page-main {
        padding: 0
    }
}

.checkout-onepage-success #registration .action.primary, .checkout-onepage-failure #registration .action.primary {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal;
    margin-top: 20px;
    transition: .3s all;
    cursor: pointer
}

.checkout-onepage-success #registration .action.primary:hover, .checkout-onepage-failure #registration .action.primary:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

.checkout-onepage-success .page-title, .checkout-onepage-failure .page-title {
    text-align: left
}

.checkout-onepage-success .checkout-success > p > span, .checkout-onepage-failure .checkout-success > p > span {
    font-size: 24px
}

.checkout-onepage-success .actions-toolbar, .checkout-onepage-failure .actions-toolbar {
    padding-top: 20px;
    margin-bottom: 30px
}

.checkout-onepage-success .actions-toolbar .primary.continue, .checkout-onepage-failure .actions-toolbar .primary.continue {
    padding: 14px 25px
}

@media (max-width: 767px) {
    .checkout-onepage-success .actions-toolbar .primary.continue, .checkout-onepage-failure .actions-toolbar .primary.continue {
        padding: 14px 15px
    }
}

.checkout-onepage-success .actions-toolbar .primary, .checkout-onepage-failure .actions-toolbar .primary {
    padding: 0
}

@media (min-width: 769px) {
    .checkout-container:before, .checkout-container:after {
        display: table;
        content: "";
        line-height: 0
    }

    .checkout-container:after {
        clear: both
    }

    .checkout-container .opc-wrapper {
        float: left;
        padding: 40px;
        width: 100%
    }

    .checkout-container .opc-sidebar {
        float: right;
        margin: 30px 0 20px;
        width: unset
    }
}

.checkout-container .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar {
    padding-bottom: 30px
}

.checkout-container .minicart-items .product-item-details {
    min-width: inherit;
    overflow: hidden
}

#checkout-step-payment legend.legend {
    font-size: 16px;
    padding-bottom: 45px
}

#checkout-step-payment .payment-method-content .actions-toolbar {
    justify-content: flex-end
}

#checkout-step-payment .bank-transfer-icon, #checkout-step-payment .invoice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 113px;
    width: 100%
}

#checkout-step-payment .bank-transfer-icon:before, #checkout-step-payment .invoice-icon:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 44px;
    height: 44px;
    background-image: url("../images/icon_bank_transfer.png")
}

#checkout-step-payment .invoice-icon:before {
    background-image: url("../images/icon_deferred_payment.png")
}

#checkout-step-shipping .shipping-addresses-title {
    order: 1
}

#checkout-step-shipping .shipping-addresses-tiles {
    order: 2;
    width: 100%
}

#checkout-step-shipping .new-address-popup {
    width: 100%
}

@media (min-width: 580px) {
    #checkout-step-shipping .new-address-popup {
        width: calc(50% - 10px)
    }
}

@media (min-width: 768px) {
    #checkout-step-shipping .new-address-popup {
        width: 23%
    }
}

@media (min-width: 1200px) {
    #checkout-step-shipping .new-address-popup {
        width: 24%
    }
}

#checkout-step-shipping .field.addresses {
    order: 3;
    width: 100%
}

#checkout-step-shipping .field.addresses .shipping-address-items {
    width: 100%
}

#checkout-step-shipping .field.addresses .shipping-address-item {
    width: 100%
}

@media (min-width: 580px) {
    #checkout-step-shipping .field.addresses .shipping-address-item {
        width: calc(50% - 10px)
    }
}

@media (min-width: 768px) {
    #checkout-step-shipping .field.addresses .shipping-address-item {
        width: 23%
    }
}

@media (min-width: 1200px) {
    #checkout-step-shipping .field.addresses .shipping-address-item {
        width: 24%
    }
}

#checkout-payment-method-load {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px
}

#checkout-payment-method-load .payment-group .step-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: none
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label {
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label:before {
    margin-top: 4px;
    position: relative
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label > span {
    padding-left: 15px;
    padding-right: 10px
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label img {
    padding-left: 15px;
    margin-right: 10px;
    max-width: 100px
}

#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label > .action span {
    text-decoration: underline
}

#checkout-payment-method-load .payment-method:last-child {
    margin-bottom: 0
}

#checkout-payment-method-load .payment-method .payment-method-content {
    display: none;
    padding-left: 20px
}

#checkout-payment-method-load .payment-method._active .payment-method-content {
    display: block
}

#checkout-payment-method-load .payment-method-note {
    margin-bottom: 10px
}

#checkout-payment-method-load .payment-method-braintree .hosted-control {
    background: #fff;
    border: 1px solid #c2c2c2;
    height: 32px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    position: relative;
    max-width: 225px;
    margin-bottom: 8px
}

#checkout-payment-method-load .payment-method-braintree .hosted-control.hosted-cid {
    width: 80px
}

#checkout-payment-method-load #braintree_enable_vault {
    opacity: 0
}

#checkout-payment-method-load .credit-card-types {
    display: flex;
    flex-wrap: wrap
}

#checkout-payment-method-load .credit-card-types li {
    margin-right: 10px
}

#checkout-payment-method-load .credit-card-types img {
    border: 1px solid
}

.payment-method-billing-address .actions-toolbar {
    padding-bottom: 30px
}

.opc-payment-additional.discount-code .payment-option-title {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600
}

.opc-payment-additional.discount-code .form-discount {
    display: flex;
    flex-wrap: wrap
}

.opc-payment-additional.discount-code .form-discount .payment-option-inner .control {
    margin-right: 10px
}

.opc-payment-additional.discount-code .form-discount .payment-option-inner input {
    max-width: 320px;
    padding: 15px 20px
}

.opc-payment-additional.discount-code label.label {
    display: none
}

.checkout-agreements.fieldset .field .label span {
    text-align: left
}

.checkout-billing-address {
    border-bottom: 1px solid #eae9e9
}

.checkout-billing-address .label.billing-address {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 35px
}

.checkout-billing-address .actions-toolbar {
    margin: 0;
    padding-bottom: 40px
}

.checkout-billing-address .actions-toolbar .action.action-update {
    font-size: 18px;
    min-width: 291px
}

@media (max-width: 767px) {
    .checkout-billing-address .actions-toolbar .action.action-update {
        min-width: 291px;
        margin-bottom: 25px
    }

    .checkout-billing-address .actions-toolbar .action.action-cancel {
        min-width: 291px
    }
}

.checkout-billing-address .actions-toolbar .action.action-cancel {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal
}

.checkout-billing-address .actions-toolbar .action.action-cancel:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

.checkout-shipping-method {
    position: relative
}

.opc-wrapper .shipping-policy-block.field-tooltip {
    top: 0 !important;
    margin-top: 0
}

@media (max-width: 768px) {
    .opc-wrapper .shipping-policy-block.field-tooltip {
        position: relative;
        margin-bottom: 10px;
        font-size: 12px
    }
}

.opc-progress-bar {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .opc-progress-bar {
        float: left;
        padding-right: 30px;
        width: 66.6667%
    }
}

.opc-progress-bar .opc-progress-bar-item {
    display: none;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    padding-top: 30px;
    flex-basis: 50%;
    max-width: 50%
}

.opc-progress-bar .opc-progress-bar-item:before {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    border: 2px solid;
    border-radius: 50%;
    background: #fff
}

.opc-progress-bar .opc-progress-bar-item:after {
    content: "";
    display: none;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 50%
}

@media (max-width: 1199px) {
    .opc-progress-bar .opc-progress-bar-item {
        padding-top: 20px
    }
}

@media (max-width: 991px) {
    .opc-progress-bar .opc-progress-bar-item {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 15px
    }
}

.opc-progress-bar .opc-progress-bar-item:first-child span:before {
    display: none;
    content: "01."
}

.opc-progress-bar .opc-progress-bar-item:last-child span:before {
    display: none;
    content: "02."
}

.opc-progress-bar .opc-progress-bar-item span {
    position: absolute;
    color: #231f20;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 1;
    font-weight: 600
}

@media (max-width: 1199px) {
    .opc-progress-bar .opc-progress-bar-item span {
        font-size: 18px
    }
}

.opc-progress-bar .opc-progress-bar-item span:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -19px;
    left: 1px;
    width: 280px;
    height: 1px;
    opacity: .5;
    z-index: -1
}

@media (min-width: 992px) {
    .opc-progress-bar .opc-progress-bar-item span:after {
        width: 260px
    }
}

@media (min-width: 1200px) {
    .opc-progress-bar .opc-progress-bar-item span:after {
        width: 330px;
        bottom: -21px
    }
}

@media (min-width: 1400px) {
    .opc-progress-bar .opc-progress-bar-item span:after {
        width: 405px
    }
}

.opc-progress-bar .opc-progress-bar-item._active {
    display: block;
    opacity: 1
}

.opc-progress-bar .opc-progress-bar-item._active:before {
    display: none;
    opacity: 1
}

.opc-progress-bar .opc-progress-bar-item._active:after {
    opacity: 1;
    display: block
}

.opc-progress-bar .opc-progress-bar-item._complete {
    opacity: .5
}

.opc-sidebar .modal-inner-wrap {
    padding: 30px;
    border: 1px solid #eae9e9
}

.opc-sidebar .opc-block-summary span.title {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 23px
}

.opc-sidebar .opc-block-summary .table-totals {
    margin-bottom: 30px;
    border-bottom: 1px solid #eae9e9
}

.opc-sidebar .opc-block-summary table.table-totals tbody th, .opc-sidebar .opc-block-summary table.table-totals tbody td {
    border: none
}

.opc-sidebar .opc-block-summary .table-totals tr {
    display: flex;
    justify-content: flex-start;
    width: 100%
}

.opc-sidebar .opc-block-summary .table-totals tr:last-child {
    padding-bottom: 20px
}

.opc-sidebar .opc-block-summary .table-totals th, .opc-sidebar .opc-block-summary .table-totals td {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1
}

.opc-sidebar .opc-block-summary .table-totals th, .opc-sidebar .opc-block-summary .table-totals th strong, .opc-sidebar .opc-block-summary .table-totals td, .opc-sidebar .opc-block-summary .table-totals td strong {
    font-weight: 400
}

.opc-sidebar .opc-block-summary .table-totals th .value, .opc-sidebar .opc-block-summary .table-totals td .value {
    font-size: 12px;
    line-height: 20px;
    vertical-align: baseline
}

.opc-sidebar .opc-block-summary .table-totals th .value:before, .opc-sidebar .opc-block-summary .table-totals td .value:before {
    content: "("
}

.opc-sidebar .opc-block-summary .table-totals th .value:after, .opc-sidebar .opc-block-summary .table-totals td .value:after {
    content: ")"
}

.opc-sidebar .opc-block-summary .table-totals th {
    padding-right: 0
}

.opc-sidebar .opc-block-summary .table-totals th:after {
    content: ":"
}

.opc-sidebar .items-in-cart .product-item-name, .opc-sidebar .items-in-cart .details-qty {
    padding-right: 0
}

.opc-sidebar .items-in-cart .details-qty {
    font-size: 12px;
    padding: 0 0 10px
}

.opc-sidebar .items-in-cart .subtotal {
    font-size: 18px
}

.opc-sidebar .shipping-information-title, .opc-sidebar .shipping-information-title strong, .opc-sidebar .title, .opc-sidebar .title strong {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-weight: 600
}

.opc-sidebar .shipping-information-title .action-edit, .opc-sidebar .title .action-edit {
    line-height: inherit;
    font-size: 22px
}

.opc-sidebar .shipping-information-title .action-edit:before, .opc-sidebar .title .action-edit:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.opc-sidebar .shipping-information-title {
    margin-bottom: 0
}

.opc-sidebar .ship-to {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eae9e9;
    font-size: 12px
}

.opc-sidebar .ship-via {
    font-size: 12px
}

.block.items-in-cart {
    margin-top: 2rem
}

.block.items-in-cart .product-item {
    margin-bottom: 1rem
}

.block.items-in-cart .product-item .product-image-container {
    float: left;
    margin: 0 1rem 1rem 0
}

.opc-wrapper .shipping-address-item {
    padding: 20px;
    border: solid 1px transparent
}

.opc-wrapper .shipping-address-item.selected-item {
    border: 1px solid #eae9e9
}

.opc-wrapper #customer-email-fieldset .field-tooltip {
    margin-top: -25px
}

.checkout-shipping-address .step-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.checkout-shipping-address .shipping-addresses-title {
    font-size: 13px;
    color: #231f20;
    font-weight: 500;
    width: 100%;
    padding-bottom: 25px
}

.checkout-shipping-address .field.addresses {
    margin-bottom: 0
}

.opc-wrapper .field-tooltip, .account .field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50% !important;
    margin-top: -14px
}

.opc-wrapper .field-tooltip.toggle .label, .account .field-tooltip.toggle .label {
    display: none
}

@media (max-width: 1399px) {
    .opc-wrapper .field-tooltip, .account .field-tooltip {
        margin-top: 4px
    }
}

.opc-wrapper .field-tooltip._active, .account .field-tooltip._active {
    z-index: 100
}

.opc-wrapper .field-tooltip._active .field-tooltip-content, .account .field-tooltip._active .field-tooltip-content {
    display: block
}

.opc-wrapper .field-tooltip._active .field-tooltip-action:before, .account .field-tooltip._active .field-tooltip-action:before {
    color: #00a3e0
}

.opc-wrapper .field-tooltip .field-tooltip-action, .account .field-tooltip .field-tooltip-action {
    outline: none
}

.opc-wrapper .field-tooltip .field-tooltip-action:before, .account .field-tooltip .field-tooltip-action:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 22px;
    color: #00a3e0;
    outline: none
}

._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus, ._keyfocus .account .field-tooltip .field-tooltip-action:focus {
    z-index: 100
}

._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus + .field-tooltip-content, ._keyfocus .account .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
    display: block
}

._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus:before, ._keyfocus .account .field-tooltip .field-tooltip-action:focus:before {
    color: #00a3e0
}

.opc-wrapper .field-tooltip .field-tooltip-content, .account .field-tooltip .field-tooltip-content {
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 12px;
    width: 270px;
    display: none;
    right: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    word-wrap: break-word;
    z-index: 2
}

.opc-wrapper .secondary.edit-koliber-data, .account .secondary.edit-koliber-data {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal;
    font-size: 18px;
    padding: 0;
    min-width: 214px
}

.opc-wrapper .secondary.edit-koliber-data:hover, .account .secondary.edit-koliber-data:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

.form-address-edit .input-text[readonly=readonly] {
    color: #a7a5a6
}

.form-shipping-address-sender .street legend {
    display: none !important
}

.form-shipping-address-sender .field.street label {
    display: block !important
}

.form-shipping-address .field.street label, .form-shipping-address-sender .field.street label, .billing-address-form .field.street label, .checkout-billing-address .field.street label {
    display: none
}

.form-shipping-address .field.street .field.additional, .form-shipping-address-sender .field.street .field.additional, .billing-address-form .field.street .field.additional, .checkout-billing-address .field.street .field.additional {
    display: none
}

.form-shipping-address .field[name="shippingAddress.custom_attributes.as_address_type"], .form-shipping-address .field[name="senderAddress.custom_attributes.as_address_type"], .form-shipping-address-sender .field[name="shippingAddress.custom_attributes.as_address_type"], .form-shipping-address-sender .field[name="senderAddress.custom_attributes.as_address_type"], .billing-address-form .field[name="shippingAddress.custom_attributes.as_address_type"], .billing-address-form .field[name="senderAddress.custom_attributes.as_address_type"], .checkout-billing-address .field[name="shippingAddress.custom_attributes.as_address_type"], .checkout-billing-address .field[name="senderAddress.custom_attributes.as_address_type"] {
    height: 0;
    margin: 0
}

.form-shipping-address .field[name="shippingAddress.custom_attributes.as_address_type"] .label, .form-shipping-address .field[name="senderAddress.custom_attributes.as_address_type"] .label, .form-shipping-address-sender .field[name="shippingAddress.custom_attributes.as_address_type"] .label, .form-shipping-address-sender .field[name="senderAddress.custom_attributes.as_address_type"] .label, .billing-address-form .field[name="shippingAddress.custom_attributes.as_address_type"] .label, .billing-address-form .field[name="senderAddress.custom_attributes.as_address_type"] .label, .checkout-billing-address .field[name="shippingAddress.custom_attributes.as_address_type"] .label, .checkout-billing-address .field[name="senderAddress.custom_attributes.as_address_type"] .label {
    padding: 0
}

.form-shipping-address .input-text[readonly=readonly], .form-shipping-address textarea[readonly=readonly], .form-shipping-address-sender .input-text[readonly=readonly], .form-shipping-address-sender textarea[readonly=readonly], .billing-address-form .input-text[readonly=readonly], .billing-address-form textarea[readonly=readonly], .checkout-billing-address .input-text[readonly=readonly], .checkout-billing-address textarea[readonly=readonly] {
    color: #a7a5a6
}

.form-shipping-address textarea, .form-shipping-address-sender textarea, .billing-address-form textarea, .checkout-billing-address textarea {
    min-height: 120px
}

.form-shipping-address .input-text, .form-shipping-address-sender .input-text, .billing-address-form .input-text, .checkout-billing-address .input-text {
    color: #231f20
}

.form-shipping-address .field[name="shippingAddress.vat_id"], .form-shipping-address-sender .field[name="shippingAddress.vat_id"], .billing-address-form .field[name="shippingAddress.vat_id"], .checkout-billing-address .field[name="shippingAddress.vat_id"] {
    display: none
}

.form-shipping-address .field.street, .form-shipping-address-sender .field.street, .billing-address-form .field.street, .checkout-billing-address .field.street {
    margin-bottom: 0
}

.form-shipping-address .field.street .label, .form-shipping-address-sender .field.street .label, .billing-address-form .field.street .label, .checkout-billing-address .field.street .label {
    font-weight: 500
}

.form-shipping-address .field .label, .form-shipping-address .field .control, .form-shipping-address-sender .field .label, .form-shipping-address-sender .field .control, .billing-address-form .field .label, .billing-address-form .field .control, .checkout-billing-address .field .label, .checkout-billing-address .field .control {
    width: 100%
}

.form-shipping-address .field .input-text[name="custom_attributes[as_house_number]"], .form-shipping-address .field .input-text[name="custom_attributes[as_apartment_number]"], .form-shipping-address-sender .field .input-text[name="custom_attributes[as_house_number]"], .form-shipping-address-sender .field .input-text[name="custom_attributes[as_apartment_number]"], .billing-address-form .field .input-text[name="custom_attributes[as_house_number]"], .billing-address-form .field .input-text[name="custom_attributes[as_apartment_number]"], .checkout-billing-address .field .input-text[name="custom_attributes[as_house_number]"], .checkout-billing-address .field .input-text[name="custom_attributes[as_apartment_number]"] {
    max-width: 100px
}

.form-shipping-address .field .select, .form-shipping-address-sender .field .select, .billing-address-form .field .select, .checkout-billing-address .field .select {
    max-width: 325px
}

.form-shipping-address .field .input-text[name=firstname], .form-shipping-address .field .input-text[name=lastname], .form-shipping-address .field .input-text[name=company], .form-shipping-address .field .input-text[name=city], .form-shipping-address .field .input-text[name=street], .form-shipping-address .field .input-text[name=vat_id], .form-shipping-address-sender .field .input-text[name=firstname], .form-shipping-address-sender .field .input-text[name=lastname], .form-shipping-address-sender .field .input-text[name=company], .form-shipping-address-sender .field .input-text[name=city], .form-shipping-address-sender .field .input-text[name=street], .form-shipping-address-sender .field .input-text[name=vat_id], .billing-address-form .field .input-text[name=firstname], .billing-address-form .field .input-text[name=lastname], .billing-address-form .field .input-text[name=company], .billing-address-form .field .input-text[name=city], .billing-address-form .field .input-text[name=street], .billing-address-form .field .input-text[name=vat_id], .checkout-billing-address .field .input-text[name=firstname], .checkout-billing-address .field .input-text[name=lastname], .checkout-billing-address .field .input-text[name=company], .checkout-billing-address .field .input-text[name=city], .checkout-billing-address .field .input-text[name=street], .checkout-billing-address .field .input-text[name=vat_id] {
    max-width: 325px;
    min-width: 325px
}

@media (max-width: 579px) {
    .form-shipping-address .field .input-text[name=firstname], .form-shipping-address .field .input-text[name=lastname], .form-shipping-address .field .input-text[name=company], .form-shipping-address .field .input-text[name=city], .form-shipping-address .field .input-text[name=street], .form-shipping-address .field .input-text[name=vat_id], .form-shipping-address-sender .field .input-text[name=firstname], .form-shipping-address-sender .field .input-text[name=lastname], .form-shipping-address-sender .field .input-text[name=company], .form-shipping-address-sender .field .input-text[name=city], .form-shipping-address-sender .field .input-text[name=street], .form-shipping-address-sender .field .input-text[name=vat_id], .billing-address-form .field .input-text[name=firstname], .billing-address-form .field .input-text[name=lastname], .billing-address-form .field .input-text[name=company], .billing-address-form .field .input-text[name=city], .billing-address-form .field .input-text[name=street], .billing-address-form .field .input-text[name=vat_id], .checkout-billing-address .field .input-text[name=firstname], .checkout-billing-address .field .input-text[name=lastname], .checkout-billing-address .field .input-text[name=company], .checkout-billing-address .field .input-text[name=city], .checkout-billing-address .field .input-text[name=street], .checkout-billing-address .field .input-text[name=vat_id] {
        min-width: unset
    }
}

.form-shipping-address .field .input-text[name=postcode], .form-shipping-address-sender .field .input-text[name=postcode], .billing-address-form .field .input-text[name=postcode], .checkout-billing-address .field .input-text[name=postcode] {
    max-width: 140px
}

.form-shipping-address .field .input-text[name="custom_attributes[house_number]"]:after, .form-shipping-address .field .input-text[name=postcode]:after, .form-shipping-address-sender .field .input-text[name="custom_attributes[house_number]"]:after, .form-shipping-address-sender .field .input-text[name=postcode]:after, .billing-address-form .field .input-text[name="custom_attributes[house_number]"]:after, .billing-address-form .field .input-text[name=postcode]:after, .checkout-billing-address .field .input-text[name="custom_attributes[house_number]"]:after, .checkout-billing-address .field .input-text[name=postcode]:after {
    color: #d73105;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 5px
}

.form-shipping-address .field .input-text[name=telephone], .form-shipping-address-sender .field .input-text[name=telephone], .billing-address-form .field .input-text[name=telephone], .checkout-billing-address .field .input-text[name=telephone] {
    max-width: 180px
}

.form-shipping-address .field .field.street .label span, .form-shipping-address-sender .field .field.street .label span, .billing-address-form .field .field.street .label span, .checkout-billing-address .field .field.street .label span {
    font-weight: 500
}

.form-shipping-address .field.required.street div.mage-error, .form-shipping-address-sender .field.required.street div.mage-error, .billing-address-form .field.required.street div.mage-error, .checkout-billing-address .field.required.street div.mage-error {
    position: relative
}

#opc-shipping_method {
    padding-top: 40px
}

#opc-shipping_method .step-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: none
}

#checkout-shipping-method-load {
    padding-bottom: 35px;
    overflow-y: auto
}

#checkout-shipping-method-load .shipping-rom-method {
    display: flex;
    align-items: center;
    min-height: 90px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px
}

#checkout-shipping-method-load .shipping-rom-method._active {
    border: 1px solid #00a3e0
}

#checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=flatrate], #checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=dhlexpress], #checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=dhl], #checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=tablerate] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    padding: 0
}

#checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=flatrate]:before, #checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=dhlexpress]:before, #checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=dhl]:before, #checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=tablerate]:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 35px;
    height: 26px;
    background-image: url("../images/delivery_2.png")
}

#checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=dhlexpress]:before {
    width: 102px;
    height: 32.08px;
    background-image: url("../images/dhl-logo-express.svg")
}

#checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=tablerate]:before {
    height: 40px;
    background-image: url("../images/delivery_3.png")
}

#checkout-shipping-method-load .shipping-rom-method .col-method.delivery[value=dhl]:before {
    width: 102px;
    height: 21.63px;
    background-image: url("../images/dhl-logo.svg")
}

#checkout-shipping-method-load .shipping-rom-method .col-method, #checkout-shipping-method-load .shipping-rom-method .col-price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 18px
}

#checkout-shipping-method-load .shipping-rom-method .price-including-tax {
    margin-top: auto
}

#checkout-shipping-method-load .shipping-rom-method .price-excluding-tax {
    margin-bottom: auto
}

#checkout-shipping-method-load .table-checkout-shipping-method {
    display: flex
}

#checkout-shipping-method-load .table-checkout-shipping-method > div {
    margin-right: auto;
    display: flex;
    flex-direction: column
}

#shipping-method-buttons-container {
    margin: 0;
    display: flex;
    justify-content: flex-start
}

#shipping-method-buttons-container .secondary {
    margin-right: 35px
}

#shipping-method-buttons-container .action {
    margin: 0
}

#shipping-method-buttons-container .action span span:after {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-left: 7px;
    vertical-align: -1px
}

.table-checkout-shipping-method thead {
    background: #fafafa;
    border-bottom: 1px solid #ddd
}

.table-checkout-shipping-method td {
    vertical-align: middle
}

@media (max-width: 767px) {
    .table-checkout-shipping-method {
        font-size: 12px
    }
}

.methods-shipping {
    margin-bottom: 2rem
}

.methods-shipping .primary {
    padding: 0
}

.methods-shipping .primary .action.continue {
    font-size: 18px;
    min-width: 140px
}

.opc-estimated-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem
}

.opc-estimated-wrapper .estimated-block span {
    display: block;
    font-size: 16px;
    font-weight: 400
}

.opc-estimated-wrapper .estimated-price {
    color: #00a3e0
}

.opc-estimated-wrapper .minicart-wrapper button {
    font-weight: 600;
    text-decoration: underline
}

.checkout-index-index .opc-estimated-wrapper {
    display: none
}

.checkout-index-index .modal-inner-wrap {
    max-width: 450px;
    border-radius: 6px
}

.checkout-index-index .modal-inner-wrap .modal-title {
    font-size: 40px;
    font-weight: 500
}

.checkout-index-index .modal-inner-wrap .action-close {
    display: block
}

.checkout-index-index .modal-inner-wrap .action-close:before {
    content: "";
    position: relative;
    display: inline-block;
    left: 5px;
    bottom: 0;
    width: 22px;
    height: 20px;
    background-size: cover;
    background-image: url("../images/close-x.svg")
}

.checkout-index-index .modal-inner-wrap .action-close:hover:before {
    opacity: 1
}

.checkout-index-index .modal-inner-wrap .modal-footer {
    display: flex;
    padding-left: 45px
}

.checkout-index-index .modal-inner-wrap .modal-footer .action-save-address {
    font-size: 18px
}

.checkout-index-index .modal-inner-wrap .modal-footer button {
    min-width: 190px
}

.checkout-index-index .modal-inner-wrap .modal-footer .action-hide-popup {
    display: none
}

.checkout-index-index .modal-inner-wrap .modal-content {
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #a7a5a6;
    scrollbar-width: thin
}

.checkout-index-index .modal-inner-wrap .modal-content::-webkit-scrollbar {
    width: 2px
}

.checkout-index-index .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
    background-color: #a7a5a6;
    outline: 1px solid #a7a5a6;
    border-radius: 6px
}

.checkout-index-index .modal-inner-wrap .form-shipping-address {
    display: flex;
    align-items: center;
    flex-direction: column
}

.checkout-index-index .modal-inner-wrap .form-shipping-address .field {
    max-width: 325px;
    text-align: left
}

.checkout-index-index .modal-inner-wrap .form-shipping-address .field.choice {
    display: none
}

@media (max-width: 579px) {
    .checkout-index-index .modal-inner-wrap .modal-footer {
        padding-left: 10px
    }

    .checkout-index-index .modal-inner-wrap .modal-footer button {
        min-width: 170px
    }

    .checkout-index-index .modal-inner-wrap .modal-title {
        font-size: 28px
    }
}

.checkout-index-index .form #shipping-new-address-form {
    max-width: 325px
}

aside {
    outline: none
}

.opc-block-summary .table-totals caption {
    display: none
}

.opc-block-shipping-information .shipping-information {
    border-top: 1px solid #eae9e9;
    padding-top: 20px
}

.opc-block-shipping-information .shipping-information-title {
    display: flex;
    justify-content: space-between
}

.opc-block-shipping-information .shipping-information-content {
    padding: 10px 10px 10px 0
}

.opc-block-shipping-information .action-edit {
    background: 0 0;
    padding: 0
}

.opc-block-shipping-information .action-edit span {
    display: none
}

.opc-block-shipping-information .action-edit:hover {
    background: 0 0;
    opacity: .5
}

.opc-block-shipping-information .action-edit:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-right: 10px
}

.billing-address-details {
    font-size: 13px;
    font-weight: 400;
    max-width: 190px;
    padding: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 6px
}

.action-edit-address {
    font-family: "Geomanist", sans-serif
}

.field.field-select-billing .control, .field.field-select-billing .shipping-address-items, .field.field-select-sender .control, .field.field-select-sender .shipping-address-items, .checkout-shipping-address .control, .checkout-shipping-address .shipping-address-items {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap
}

.field.field-select-billing .selectible, .field.field-select-billing .shipping-address-item, .field.field-select-billing .new-address-popup, .field.field-select-sender .selectible, .field.field-select-sender .shipping-address-item, .field.field-select-sender .new-address-popup, .checkout-shipping-address .selectible, .checkout-shipping-address .shipping-address-item, .checkout-shipping-address .new-address-popup {
    justify-content: space-around;
    word-break: break-word;
    cursor: pointer;
    margin: 5px;
    width: 20%;
    min-height: 120px;
    min-width: 190px;
    font-size: 13px;
    font-weight: 400;
    padding: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 6px
}

.field.field-select-billing .selectible._active, .field.field-select-billing .selectible.selected-item, .field.field-select-billing .shipping-address-item._active, .field.field-select-billing .shipping-address-item.selected-item, .field.field-select-billing .new-address-popup._active, .field.field-select-billing .new-address-popup.selected-item, .field.field-select-sender .selectible._active, .field.field-select-sender .selectible.selected-item, .field.field-select-sender .shipping-address-item._active, .field.field-select-sender .shipping-address-item.selected-item, .field.field-select-sender .new-address-popup._active, .field.field-select-sender .new-address-popup.selected-item, .checkout-shipping-address .selectible._active, .checkout-shipping-address .selectible.selected-item, .checkout-shipping-address .shipping-address-item._active, .checkout-shipping-address .shipping-address-item.selected-item, .checkout-shipping-address .new-address-popup._active, .checkout-shipping-address .new-address-popup.selected-item {
    border: 1px solid #00a3e0
}

.field.field-select-billing .selectible .address-details-label, .field.field-select-billing .shipping-address-item .address-details-label, .field.field-select-billing .new-address-popup .address-details-label, .field.field-select-sender .selectible .address-details-label, .field.field-select-sender .shipping-address-item .address-details-label, .field.field-select-sender .new-address-popup .address-details-label, .checkout-shipping-address .selectible .address-details-label, .checkout-shipping-address .shipping-address-item .address-details-label, .checkout-shipping-address .new-address-popup .address-details-label {
    display: block;
    color: #a7a5a6;
    font-size: 12px;
    text-transform: uppercase
}

.field.field-select-billing .selectible .address-details-item, .field.field-select-billing .shipping-address-item .address-details-item, .field.field-select-billing .new-address-popup .address-details-item, .field.field-select-sender .selectible .address-details-item, .field.field-select-sender .shipping-address-item .address-details-item, .field.field-select-sender .new-address-popup .address-details-item, .checkout-shipping-address .selectible .address-details-item, .checkout-shipping-address .shipping-address-item .address-details-item, .checkout-shipping-address .new-address-popup .address-details-item {
    margin-bottom: 5px;
    font-size: 16px
}

.field.field-select-billing .selectible .address-details-item--big, .field.field-select-billing .shipping-address-item .address-details-item--big, .field.field-select-billing .new-address-popup .address-details-item--big, .field.field-select-sender .selectible .address-details-item--big, .field.field-select-sender .shipping-address-item .address-details-item--big, .field.field-select-sender .new-address-popup .address-details-item--big, .checkout-shipping-address .selectible .address-details-item--big, .checkout-shipping-address .shipping-address-item .address-details-item--big, .checkout-shipping-address .new-address-popup .address-details-item--big {
    font-size: 18px
}

.field.field-select-billing .selectible .add-new-address, .field.field-select-billing .shipping-address-item .add-new-address, .field.field-select-billing .new-address-popup .add-new-address, .field.field-select-sender .selectible .add-new-address, .field.field-select-sender .shipping-address-item .add-new-address, .field.field-select-sender .new-address-popup .add-new-address, .checkout-shipping-address .selectible .add-new-address, .checkout-shipping-address .shipping-address-item .add-new-address, .checkout-shipping-address .new-address-popup .add-new-address {
    display: flex;
    flex-direction: column
}

.field.field-select-billing .selectible .add-new-address span, .field.field-select-billing .shipping-address-item .add-new-address span, .field.field-select-billing .new-address-popup .add-new-address span, .field.field-select-sender .selectible .add-new-address span, .field.field-select-sender .shipping-address-item .add-new-address span, .field.field-select-sender .new-address-popup .add-new-address span, .checkout-shipping-address .selectible .add-new-address span, .checkout-shipping-address .shipping-address-item .add-new-address span, .checkout-shipping-address .new-address-popup .add-new-address span {
    color: #00a3e0;
    text-align: center
}

.field.field-select-billing .selectible .add-new-address span:before, .field.field-select-billing .shipping-address-item .add-new-address span:before, .field.field-select-billing .new-address-popup .add-new-address span:before, .field.field-select-sender .selectible .add-new-address span:before, .field.field-select-sender .shipping-address-item .add-new-address span:before, .field.field-select-sender .new-address-popup .add-new-address span:before, .checkout-shipping-address .selectible .add-new-address span:before, .checkout-shipping-address .shipping-address-item .add-new-address span:before, .checkout-shipping-address .new-address-popup .add-new-address span:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    display: block;
    margin: auto;
    padding-bottom: 15px;
    width: 46px;
    height: 48px;
    background-image: url("../fonts/add-address.svg")
}

.field.field-select-billing .selectible.add-address, .field.field-select-billing .shipping-address-item.add-address, .field.field-select-billing .new-address-popup.add-address, .field.field-select-sender .selectible.add-address, .field.field-select-sender .shipping-address-item.add-address, .field.field-select-sender .new-address-popup.add-address, .checkout-shipping-address .selectible.add-address, .checkout-shipping-address .shipping-address-item.add-address, .checkout-shipping-address .new-address-popup.add-address {
    display: flex;
    align-items: center;
    justify-content: center
}

.field.field-select-billing .selectible.add-address.no-display, .field.field-select-billing .shipping-address-item.add-address.no-display, .field.field-select-billing .new-address-popup.add-address.no-display, .field.field-select-sender .selectible.add-address.no-display, .field.field-select-sender .shipping-address-item.add-address.no-display, .field.field-select-sender .new-address-popup.add-address.no-display, .checkout-shipping-address .selectible.add-address.no-display, .checkout-shipping-address .shipping-address-item.add-address.no-display, .checkout-shipping-address .new-address-popup.add-address.no-display {
    display: none
}

.field.field-select-billing .selectible.add-address.disabled, .field.field-select-billing .shipping-address-item.add-address.disabled, .field.field-select-billing .new-address-popup.add-address.disabled, .field.field-select-sender .selectible.add-address.disabled, .field.field-select-sender .shipping-address-item.add-address.disabled, .field.field-select-sender .new-address-popup.add-address.disabled, .checkout-shipping-address .selectible.add-address.disabled, .checkout-shipping-address .shipping-address-item.add-address.disabled, .checkout-shipping-address .new-address-popup.add-address.disabled {
    cursor: default
}

.field.field-select-billing .selectible.add-address.disabled .add-new-address span, .field.field-select-billing .shipping-address-item.add-address.disabled .add-new-address span, .field.field-select-billing .new-address-popup.add-address.disabled .add-new-address span, .field.field-select-sender .selectible.add-address.disabled .add-new-address span, .field.field-select-sender .shipping-address-item.add-address.disabled .add-new-address span, .field.field-select-sender .new-address-popup.add-address.disabled .add-new-address span, .checkout-shipping-address .selectible.add-address.disabled .add-new-address span, .checkout-shipping-address .shipping-address-item.add-address.disabled .add-new-address span, .checkout-shipping-address .new-address-popup.add-address.disabled .add-new-address span {
    color: #bdbdbd
}

.field.field-select-billing .selectible.add-address.disabled .add-new-address span:before, .field.field-select-billing .shipping-address-item.add-address.disabled .add-new-address span:before, .field.field-select-billing .new-address-popup.add-address.disabled .add-new-address span:before, .field.field-select-sender .selectible.add-address.disabled .add-new-address span:before, .field.field-select-sender .shipping-address-item.add-address.disabled .add-new-address span:before, .field.field-select-sender .new-address-popup.add-address.disabled .add-new-address span:before, .checkout-shipping-address .selectible.add-address.disabled .add-new-address span:before, .checkout-shipping-address .shipping-address-item.add-address.disabled .add-new-address span:before, .checkout-shipping-address .new-address-popup.add-address.disabled .add-new-address span:before {
    background-image: url("../fonts/add-address-disabled.svg")
}

.field.field-select-billing .shipping-address-item, .field.field-select-sender .shipping-address-item, .checkout-shipping-address .shipping-address-item {
    width: 25%;
    min-height: 120px;
    min-width: 190px
}

.field.field-select-billing .action.edit-address-link, .field.field-select-billing .action.action-edit-address, .field.field-select-sender .action.edit-address-link, .field.field-select-sender .action.action-edit-address, .checkout-shipping-address .action.edit-address-link, .checkout-shipping-address .action.action-edit-address {
    font-size: 10px;
    color: #00a3e0
}

.field.field-select-billing .new-address-popup, .field.field-select-sender .new-address-popup, .checkout-shipping-address .new-address-popup {
    width: 190px;
    display: flex;
    flex-direction: column
}

.field.field-select-billing .new-address-popup span, .field.field-select-sender .new-address-popup span, .checkout-shipping-address .new-address-popup span {
    color: #00a3e0;
    text-align: center
}

.field.field-select-billing .new-address-popup span:before, .field.field-select-sender .new-address-popup span:before, .checkout-shipping-address .new-address-popup span:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    display: block;
    margin: auto;
    padding-bottom: 15px;
    width: 46px;
    height: 46px;
    background-image: url("../fonts/add-address.svg")
}

.field.field-select-billing .selectible, .field.field-select-sender .selectible {
    width: 100%;
    order: 2
}

@media (min-width: 768px) {
    .field.field-select-billing .selectible, .field.field-select-sender .selectible {
        width: 24%
    }
}

.field.field-select-billing .selectible.add-address, .field.field-select-sender .selectible.add-address {
    order: 1
}

.street.admin__control-fields .control {
    display: flex;
    flex-direction: column;
    max-width: 325px
}

@media (max-width: 768px) {
    .opc-block-summary .table-totals th {
        display: block;
        width: 100%;
        padding: 10px 0 0
    }

    .opc-block-summary .table-totals td {
        padding: 0
    }

    .opc-block-summary .table-totals td:before {
        display: none
    }
}

.checkout-index-index .checkout-container {
    position: relative;
    display: flex;
    flex-direction: column
}

.checkout-index-index .checkout-container .authentication-wrapper {
    position: absolute;
    right: 0;
    top: 0
}

.checkout-index-index .checkout-container .authentication-wrapper button.action-auth-toggle {
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s ease
}

.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
    top: -250px
}

@media (max-width: 767px) {
    .checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
        top: 0
    }
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar {
    flex-wrap: wrap;
    margin: 0
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .primary button {
    margin: 0 0 5px
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a {
    margin: 0;
    border: none;
    background: 0 0;
    padding: 6px 0
}

.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a:hover {
    background-color: transparent
}

.checkout-index-index .checkout-container .authentication-wrapper .modal-custom-overlay {
    background: 0 0
}

.checkout-index-index .checkout-container .authentication-dropdown {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
    width: 270px;
    right: 0;
    left: auto;
    position: absolute;
    overflow: visible
}

.checkout-index-index .checkout-container .authentication-dropdown._show {
    visibility: visible;
    background: rgba(255, 255, 255, .65);
    pointer-events: auto
}

.checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
    position: relative;
    transform: translate(0, 0)
}

.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, .19);
    opacity: 1
}

.checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
    transform: translateY(0)
}

.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition-duration: .2s;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%
}

.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
    margin: 0;
    width: 100%
}

.ie11 .checkout-container .authentication-dropdown {
    overflow-y: inherit
}

.ie11 .field.addresses {
    display: inline
}

.ie11 .checkout-shipping-address .control, .ie11 .checkout-shipping-address .shipping-address-items {
    display: inline
}

.ie11 .checkout-shipping-address .control .shipping-address-item, .ie11 .checkout-shipping-address .shipping-address-items .shipping-address-item {
    display: inline-block
}

.checkout-container .authentication-dropdown .action-close {
    display: block
}

.checkout-payment-method .ccard .number .input-text {
    max-width: 225px
}

.checkout-payment-method .ccard .month .select {
    max-width: 140px
}

.checkout-payment-method .group-2:before, .checkout-payment-method .group-2:after {
    display: table;
    content: "";
    line-height: 0
}

.checkout-payment-method .group-2:after {
    clear: both
}

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
    width: auto !important;
    float: left;
    margin-right: 15px
}

.checkout-payment-method .back-checkout-page button, .checkout-shipping-address .back-checkout-page button {
    padding-bottom: 40px;
    cursor: pointer;
    font-size: 15px;
    font-family: "Geomanist", sans-serif;
    color: #231f20;
    text-transform: uppercase
}

.checkout-payment-method .back-checkout-page button:before, .checkout-shipping-address .back-checkout-page button:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    left: 0;
    bottom: 0;
    width: 13px;
    height: 15px;
    background-size: cover;
    background-image: url("../fonts/back.svg")
}

.dotpay-body-container .radio, .dotpay-body-container input[type=radio] {
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.dotpay-body-container .radio:checked:before, .dotpay-body-container input[type=radio]:checked:before {
    border: 3.5px solid #f2f2f2;
    background-color: #00a3e0
}

.dotpay-body-container .radio:focus:before, .dotpay-body-container input[type=radio]:focus:before {
    border: 1px solid #00a3e0;
    box-shadow: 0 0 .1px #bdbdbd
}

.dotpay-body-container .radio:focus:checked:before, .dotpay-body-container input[type=radio]:focus:checked:before {
    border: 3.5px solid #f2f2f2;
    background-color: #00a3e0;
    box-shadow: 0 0 .1px #bdbdbd
}

.dotpay-body-container .radio:disabled:before, .dotpay-body-container input[type=radio]:disabled:before {
    pointer-events: none;
    opacity: .5
}

.dotpay-body-container .radio:disabled:checked:before, .dotpay-body-container input[type=radio]:disabled:checked:before {
    pointer-events: none;
    opacity: .5;
    border: 3.5px solid #f2f2f2;
    background-color: #00a3e0
}

.dotpay-body-container .radio:before, .dotpay-body-container input[type=radio]:before {
    content: "";
    margin-left: -.2em;
    margin-top: -2px;
    border-radius: 50%;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #f2f2f2
}

.invoice-address {
    padding-top: 40px
}

.invoice-address span {
    font-size: 18px;
    color: #231f20;
    font-weight: 500
}

.invoice-address ul {
    padding-top: 15px
}

.invoice-address ul label {
    font-size: 14px
}

.checkout-payment-method .radio, .checkout-payment-method input[type=radio] {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    margin: -5px 35px 0 0
}

.checkout-payment-method .table-wrapper.checkout table.table {
    width: 100%
}

@media (min-width: 768px) {
    .checkout-payment-method .table-wrapper.checkout table.table {
        max-width: 370px
    }
}

.checkout-payment-method .table-wrapper.checkout table.table th {
    flex: none;
    display: block;
    margin-right: auto
}

.checkout-payment-method .table-wrapper.checkout table.table th:after {
    content: " :"
}

.checkout-payment-method .table-wrapper.checkout table.table td:before {
    display: none
}

.checkout-payment-method .table-wrapper.checkout table.table tbody {
    display: flex;
    flex-direction: column;
    font-size: 14px
}

@media (min-width: 768px) {
    .checkout-payment-method .table-wrapper.checkout table.table tbody {
        font-size: 15px
    }
}

.checkout-payment-method .table-wrapper.checkout table.table .totals.discount-code {
    order: 5
}

.checkout-payment-method .table-wrapper.checkout table.table .discount-code th {
    color: #00a3e0;
    width: calc(100% - 100px)
}

@media (min-width: 768px) {
    .checkout-payment-method .table-wrapper.checkout table.table .discount-code th {
        max-width: 280px
    }
}

.checkout-payment-method .table-wrapper.checkout table.table .shipping.incl .value, .checkout-payment-method .table-wrapper.checkout table.table .shipping.excl .value {
    font-size: 12px
}

.checkout-payment-method .table-wrapper.checkout table.table .totals-tax-details .mark.label {
    padding-right: 3px
}

.checkout-payment-method .table-wrapper.checkout table.table .totals-tax-details .mark.total-tax {
    padding-left: 0
}

.checkout-payment-method .table-wrapper.checkout table.table .grand.incl .price, .checkout-payment-method .table-wrapper.checkout table.table .grand.excl .price {
    font-weight: 500
}

.checkout-payment-method .invoice-address li.field.choice {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: 50px
}

.checkout-payment-method .invoice-address li.field.choice .label {
    font-size: 14px;
    font-weight: 400
}

.checkout-payment-method .invoice-address li.field.choice .label:before {
    margin-top: 5px
}

.checkout-payment-method .invoice-address .invoice-address-email-field {
    padding-left: 15px
}

.checkout-payment-method .invoice-address .validate-email {
    width: unset;
    display: inline-block
}

.checkout-payment-method .contractor-type {
    max-width: 320px
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.opc-wrapper .field.cvv .input-text.cvv {
    width: 100px
}

.opc-wrapper .field.cvv .field-tooltip {
    right: auto;
    left: 106px
}

.opc-progress-bar {
    display: none
}

.checkout-shipping-address .step-title {
    font-weight: 500;
    font-size: 40px;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 45px
}

.form.payments .legend span {
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 45px;
    line-height: 1
}

.page-print.sales-order-print #maincontent {
    margin-top: 3rem
}

.page-print.sales-order-print .actions-toolbar, .page-print.sales-order-print .page-footer {
    display: none
}

@media (max-width: 350px) {
    .form-shipping-address .field .select, .form-shipping-address-sender .field .select, .billing-address-form .field .select, .checkout-billing-address .field .select {
        max-width: 245px
    }

    .form-shipping-address .field .input-text[name=firstname], .form-shipping-address .field .input-text[name=lastname], .form-shipping-address .field .input-text[name=company], .form-shipping-address .field .input-text[name=city], .form-shipping-address .field .input-text[name=street], .form-shipping-address .field .input-text[name=vat_id], .form-shipping-address-sender .field .input-text[name=firstname], .form-shipping-address-sender .field .input-text[name=lastname], .form-shipping-address-sender .field .input-text[name=company], .form-shipping-address-sender .field .input-text[name=city], .form-shipping-address-sender .field .input-text[name=street], .form-shipping-address-sender .field .input-text[name=vat_id], .billing-address-form .field .input-text[name=firstname], .billing-address-form .field .input-text[name=lastname], .billing-address-form .field .input-text[name=company], .billing-address-form .field .input-text[name=city], .billing-address-form .field .input-text[name=street], .billing-address-form .field .input-text[name=vat_id], .checkout-billing-address .field .input-text[name=firstname], .checkout-billing-address .field .input-text[name=lastname], .checkout-billing-address .field .input-text[name=company], .checkout-billing-address .field .input-text[name=city], .checkout-billing-address .field .input-text[name=street], .checkout-billing-address .field .input-text[name=vat_id] {
        max-width: 245px
    }

    .opc-payment .dotpay-agreements label {
        width: unset
    }

    .checkout-index-index .field .label, .field label {
        margin-right: 32px
    }
}

.ie11 .checkout-index-index .modal-popup .modal-inner-wrap {
    height: 90%;
    margin: 3rem auto
}

.ie11 .checkout-index-index .modal-popup .modal-inner-wrap .form-shipping-address-sender .fieldset.address-sender {
    max-width: 325px
}

.ie11 .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
    padding-left: 40px
}

.ie11 .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address {
    margin-left: 0
}

.navigation .container, .navigation .page-print.sales-order-print #maincontent, .page-print.sales-order-print .navigation #maincontent {
    position: relative
}

@media (min-width: 1200px) {
    .navigation .container .row, .navigation .page-print.sales-order-print #maincontent .row, .page-print.sales-order-print .navigation #maincontent .row {
        margin-left: -20px;
        margin-right: -20px
    }

    .navigation .container [class*=col-], .navigation .page-print.sales-order-print #maincontent [class*=col-], .page-print.sales-order-print .navigation #maincontent [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
        position: relative
    }
}

@media (min-width: 1400px) {
    .navigation .container .row, .navigation .page-print.sales-order-print #maincontent .row, .page-print.sales-order-print .navigation #maincontent .row {
        margin-left: -45px;
        margin-right: -45px
    }

    .navigation .container [class*=col-], .navigation .page-print.sales-order-print #maincontent [class*=col-], .page-print.sales-order-print .navigation #maincontent [class*=col-] {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (min-width: 768px) {
    .navigation .container [class*=col-], .navigation .page-print.sales-order-print #maincontent [class*=col-], .page-print.sales-order-print .navigation #maincontent [class*=col-] {
        border-right: 1px solid #eae9e9
    }

    .navigation .container [class*=col-]:last-child, .navigation .page-print.sales-order-print #maincontent [class*=col-]:last-child, .page-print.sales-order-print .navigation #maincontent [class*=col-]:last-child {
        border: 0
    }
}

.navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper, .navigation .container a.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 0 0;
    background: #fff;
    box-shadow: none
}

@media (min-width: 768px) {
    .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper, .navigation .container a.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 760px;
        left: 50%;
        margin-left: -380px
    }
}

@media (min-width: 992px) {
    .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper, .navigation .container a.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 980px;
        left: 50%;
        margin-left: -490px
    }
}

@media (min-width: 1200px) {
    .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper, .navigation .container a.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 1130px;
        left: 50%;
        margin-left: -565px;
        padding: 40px 25px 0
    }
}

.navigation .container li.level-top .mm-label, .navigation .page-print.sales-order-print #maincontent li.level-top .mm-label, .page-print.sales-order-print .navigation #maincontent li.level-top .mm-label, .navigation .container a.level-top .mm-label, .navigation .page-print.sales-order-print #maincontent a.level-top .mm-label, .page-print.sales-order-print .navigation #maincontent a.level-top .mm-label {
    top: 4px;
    left: 100%;
    font-size: 14px;
    line-height: 1;
    padding: 2px 4px 0
}

.navigation .container li.level-top .mm-product-title, .navigation .page-print.sales-order-print #maincontent li.level-top .mm-product-title, .page-print.sales-order-print .navigation #maincontent li.level-top .mm-product-title, .navigation .container a.level-top .mm-product-title, .navigation .page-print.sales-order-print #maincontent a.level-top .mm-product-title, .page-print.sales-order-print .navigation #maincontent a.level-top .mm-product-title {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 12px;
    text-transform: uppercase
}

.navigation .container .product, .navigation .page-print.sales-order-print #maincontent .product, .page-print.sales-order-print .navigation #maincontent .product {
    text-align: center
}

.navigation .container .product .product-image, .navigation .page-print.sales-order-print #maincontent .product .product-image, .page-print.sales-order-print .navigation #maincontent .product .product-image {
    display: block;
    margin-bottom: 25px
}

.navigation .container .product .product-name, .navigation .page-print.sales-order-print #maincontent .product .product-name, .page-print.sales-order-print .navigation #maincontent .product .product-name {
    font-weight: 400
}

.navigation .container .product .price-box, .navigation .page-print.sales-order-print #maincontent .product .price-box, .page-print.sales-order-print .navigation #maincontent .product .price-box {
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .navigation .container .product, .navigation .page-print.sales-order-print #maincontent .product, .page-print.sales-order-print .navigation #maincontent .product {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .layout_2 .navigation {
        width: 100%
    }
}

@media (min-width: 768px) {
    .rd-navbar-fixed .rd-navbar-static {
        height: 50px;
        border-top: 1px solid #eae9e9;
        border-bottom: 1px solid #eae9e9
    }

    .rd-navbar-static .container, .rd-navbar-static .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-navbar-static #maincontent {
        position: relative
    }

    .rd-navbar-nav > li.parent > ul.level0:not(.rd-navbar-dropdown) {
        position: absolute;
        z-index: 80;
        background: #fff;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        transform: translateY(30px)
    }

    .rd-navbar-nav > li.parent:hover > ul.level0:not(.rd-navbar-dropdown) {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .rd-navbar-nav > li.parent li {
        margin-bottom: 5px
    }

    .rd-navbar-nav > li.parent li:last-child {
        margin-bottom: 0
    }

    .rd-navbar-nav > li.parent li > a {
        display: inline-block;
        font-size: 12px;
        line-height: 20px
    }

    .rd-navbar-nav > li.parent li > a:before {
        font-family: "Linearicons";
        content: "\e93c";
        font-size: 10px;
        float: left;
        padding-right: 10px;
        margin-top: -1px
    }

    .rd-navbar-nav > li.parent .level1.mm-submenu > li > a {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .02em;
        margin-bottom: 15px
    }

    .rd-navbar-nav > li.parent .level1.mm-submenu > li > a:before {
        display: none
    }

    .rd-navbar-subpanel {
        display: table
    }

    .rd-navbar-outer .rd-navbar-inner {
        position: relative
    }

    .rd-navbar-dropdown, .rd-navbar-megamenu {
        position: absolute;
        background: #fff;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
        transform: translateY(30px)
    }

    .rd-navbar-dropdown {
        padding: 26px 30px
    }

    .rd-navbar-dropdown {
        width: 270px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rd-navbar-dropdown {
        width: 208px
    }
}

@media (min-width: 768px) {
    .rd-navbar-megamenu {
        left: 15px;
        right: 15px;
        padding: 50px 35px
    }
}

@media (min-width: 768px) and (min-width: 1400px) {
    .rd-navbar-megamenu {
        left: 25px;
        right: 25px
    }
}

@media (min-width: 768px) {
    .rd-navbar-megamenu > li {
        display: table-cell
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .level-top.bg-wrap + .rd-navbar-megamenu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url("../images/bg-menu.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .level-top.bg-wrap + .rd-navbar-megamenu:before {
        opacity: .3
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav {
        display: block;
        text-align: right
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav {
        text-align: center;
        border-top: 1px solid #eae9e9;
        padding-top: 22px;
        margin-top: 27px;
        position: relative
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav li.parent > a span {
        margin-right: 16px
    }

    .rd-navbar-nav li.parent > a span:after {
        float: right;
        content: '';
        position: relative;
        display: inline-block;
        width: 8px;
        top: 10px;
        height: 4px;
        opacity: 1;
        visibility: visible;
        background-size: cover;
        background-image: url("../images/expand.svg");
        transition: .3s ease
    }

    .rd-navbar-nav li.parent > a:hover span:after {
        opacity: 0;
        visibility: hidden
    }

    .rd-navbar-nav li.parent > a.level-top:before {
        right: 1px;
        margin-top: -9px
    }

    .rd-navbar-nav li.rd-navbar--has-dropdown {
        position: relative
    }

    .rd-navbar-nav li.rd-navbar--has-megamenu > a {
        position: relative
    }

    .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-nav li.opened > .rd-navbar-megamenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .rd-navbar-nav > li.parent > a span:before {
        font-size: 14px
    }

    .rd-navbar-nav > li {
        display: inline-block;
        margin: 0 26px 0 0
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .rd-navbar-nav > li {
        margin: 0 20px 0 0
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-nav > li > .rd-navbar-megamenu {
        top: 50px;
        z-index: 1
    }

    .rd-navbar-nav > li > .rd-navbar-megamenu {
        top: 71px
    }

    .rd-navbar-nav > li > .rd-navbar-dropdown {
        left: 0
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav > li > .rd-navbar-dropdown {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
        left: 110%;
        top: -25px;
        z-index: 2
    }

    .rd-navbar-nav > li > a {
        display: block;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        position: relative;
        letter-spacing: .02em
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav > li > a {
        font-size: 15px
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav > li > a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 4px;
        left: 0;
        bottom: -34px;
        transition-property: width;
        transition-duration: .3s;
        transition-timing-function: ease-out;
        z-index: 3
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav > li > a:after {
        bottom: -22px
    }
}

@media (min-width: 768px) {
    .rd-navbar-nav > li.opened > a:after, .rd-navbar-nav > li.focus > a:after, .rd-navbar-nav > li > a:hover:after {
        background-color: #00a3e0;
        left: 0;
        right: auto;
        width: 100%
    }

    .rd-navbar-static .rd-navbar-nav .level-top a:after {
        background-color: #00a3e0
    }

    .layout_2 .rd-navbar-megamenu {
        left: 0;
        right: 0
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .layout_5 .rd-navbar-nav {
        margin: 0;
        border: 0;
        padding: 0;
        text-align: left;
        position: static
    }

    .layout_5 .rd-navbar-nav > li > .rd-navbar-dropdown {
        top: 38px
    }
}

@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .layout_5 .rd-navbar-nav > li > .rd-navbar-dropdown {
        top: 43px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .layout_5 .rd-navbar-nav > li > .rd-navbar-megamenu {
        top: 64px;
        left: 0;
        right: 0
    }

    .layout_5 .rd-navbar-nav > li > a:after {
        bottom: -19px
    }

    .layout_5 .rd-navbar-nav > li.focus > a, .layout_5 .rd-navbar-nav > li.active > a, .layout_5 .rd-navbar-nav > li > a:hover {
        color: #fff !important
    }
}

@media (min-width: 992px) {
    .layout_3 .rd-navbar-nav > li > .rd-navbar-dropdown {
        top: 33px
    }

    .layout_3 .rd-navbar-nav > li > .rd-navbar-megamenu {
        top: 42px
    }

    .layout_3 .rd-navbar-nav > li > a:after {
        bottom: -9px
    }
}

@media (min-width: 1200px) {
    .layout_4 .rd-navbar-nav > li > .rd-navbar-megamenu {
        right: auto;
        left: 100%;
        width: 910px;
        top: 0
    }
}

@media (min-width: 1200px) and (min-width: 1400px) {
    .layout_4 .rd-navbar-nav > li > .rd-navbar-megamenu {
        width: 1050px
    }
}

.mm-image {
    display: block;
    margin-bottom: 25px
}

.menu-block-1 {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 45px
}

@media (min-width: 1400px) {
    .menu-block-1 {
        margin-left: -20px;
        margin-right: -20px
    }
}

.menu-block-1 > a {
    margin: 0 5px
}

.menu-block-1 > a:hover {
    opacity: .6
}

.menu-block-3 {
    padding-top: 50px;
    margin: 0 -5px;
    display: flex;
    justify-content: space-between
}

.menu-block-3 a {
    margin: 0 5px
}

.menu-block-3 a:hover {
    opacity: .6
}

.sidebar .navigation li.level0 a.level-top {
    padding: 10px
}

@media (max-width: 767px) {
    .navigation li.level-top, .navigation a.level-top {
        position: relative
    }

    .mm-submenu .mm-submenu {
        padding-left: 15px
    }

    .rd-navbar-megamenu .container, .rd-navbar-megamenu .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-navbar-megamenu #maincontent, .rd-navbar-megamenu .row, .rd-navbar-megamenu [class*=col-] {
        padding: 0;
        margin: 0;
        max-width: inherit;
        min-width: inherit
    }

    .static-block, .mm-image {
        display: none
    }
}

.search-autocomplete {
    overflow: hidden;
    position: static;
    z-index: 99;
    background: #fff;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
    display: none
}

.search-autocomplete:after {
    content: '';
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 9999;
    width: 120%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.search-autocomplete ul[role=listbox] {
    overflow-y: scroll;
    position: static;
    max-height: 350px;
    margin-right: -20px;
    z-index: 10;
    display: block
}

.search-autocomplete .qs-option-name, .search-autocomplete .amount {
    font-size: 12px
}

.search-autocomplete ul li.search-item {
    border-bottom: 1px solid #eae9e9;
    border-top: none;
    padding: 10px 30px
}

.search-autocomplete ul li.search-item:first-child {
    border-top: 1px solid #eae9e9
}

.search-autocomplete ul li.search-item .amount {
    position: static
}

.search-autocomplete ul li.search-item a {
    display: block;
    overflow: hidden;
    line-height: normal;
    text-decoration: none
}

.search-autocomplete ul li.search-item a .search-thumb {
    float: left;
    width: 50px;
    margin-right: 10px
}

.search-autocomplete ul li.search-item a .qs-option-name {
    display: block;
    margin-bottom: 5px
}

.search-autocomplete ul li.search-item a .price {
    display: block
}

.search-autocomplete ul li.search-item:hover {
    background: 0 0;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09) inset
}

.ajax-loading .rd-navbar-search-form-input:before {
    display: none;
    position: absolute;
    content: "";
    font-size: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: none;
    animation: load5 1.1s infinite ease;
    transform: translateZ(0);
    top: 17px;
    left: 8px
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .5), -1.8em -1.8em 0 0em rgba(0, 0, 0, .7)
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .5)
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .5), 1.8em -1.8em 0 0em rgba(0, 0, 0, .7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .5), 2.5em 0em 0 0em rgba(0, 0, 0, .7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .5), 1.75em 1.75em 0 0em rgba(0, 0, 0, .7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .5), 0em 2.5em 0 0em rgba(0, 0, 0, .7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .5), -1.8em 1.8em 0 0em rgba(0, 0, 0, .7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .5), -2.6em 0em 0 0em rgba(0, 0, 0, .7), -1.8em -1.8em 0 0em #000
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .5), -1.8em -1.8em 0 0em rgba(0, 0, 0, .7)
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .5)
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .5), 1.8em -1.8em 0 0em rgba(0, 0, 0, .7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .5), 2.5em 0em 0 0em rgba(0, 0, 0, .7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .5), 1.75em 1.75em 0 0em rgba(0, 0, 0, .7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, .2), -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .5), 0em 2.5em 0 0em rgba(0, 0, 0, .7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, .2), -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .5), -1.8em 1.8em 0 0em rgba(0, 0, 0, .7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, .2)
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, .2), 1.8em -1.8em 0 0em rgba(0, 0, 0, .2), 2.5em 0em 0 0em rgba(0, 0, 0, .2), 1.75em 1.75em 0 0em rgba(0, 0, 0, .2), 0em 2.5em 0 0em rgba(0, 0, 0, .2), -1.8em 1.8em 0 0em rgba(0, 0, 0, .5), -2.6em 0em 0 0em rgba(0, 0, 0, .7), -1.8em -1.8em 0 0em #000
    }
}

.ajax-loading.page-products.loading-mask {
    visibility: visible;
    opacity: 1;
    display: block
}

.page-products .loading-mask, .tm_blog-index-index .loading-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    transition: .4s all ease-out;
    visibility: hidden
}

.ajax-loading.page-products .loading-mask, .ajax-loading.tm_blog-index-index .loading-mask {
    opacity: 1;
    height: auto;
    visibility: visible
}

.page-products .loading-mask .loader, .tm_blog-index-index .loading-mask .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase
}

.page-products .loading-mask .loader img, .page-products .loading-mask .loader p, .tm_blog-index-index .loading-mask .loader img, .tm_blog-index-index .loading-mask .loader p {
    display: none
}

.page-products .loading-mask .loader:before, .page-products .loading-mask .loader:after, .tm_blog-index-index .loading-mask .loader:before, .tm_blog-index-index .loading-mask .loader:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px
}

.page-products .loading-mask .loader:after, .tm_blog-index-index .loading-mask .loader:after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s
}

.page-products .loading-mask .loader:before, .tm_blog-index-index .loading-mask .loader:before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.block-posts-list {
    clear: both
}

.block-posts-list .post-items {
    list-style: none;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.block-posts-list .post-item {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px
}

.block-posts-list .item-wrapper {
    padding-bottom: 43px
}

.block-posts-list .post-image {
    margin-bottom: 21px
}

.block-posts-list .post-image img {
    width: 100%;
    vertical-align: top
}

.block-posts-list .post-title {
    margin-bottom: 6px
}

.block-posts-list .post-title h3 {
    font-weight: 500;
    margin: 0
}

.block-posts-list .post-short-content {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 26px
}

.block-posts-list .post-link {
    font-weight: 700
}

.block-posts-list .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.block-posts-list .post-data .create-date a, .block-posts-list .post-data .post-author a, .block-posts-list .post-data .post-comments a {
    text-decoration: none
}

.block-posts-list .post-data .create-date a span:before, .block-posts-list .post-data .create-date:before, .block-posts-list .post-data .post-author a span:before, .block-posts-list .post-data .post-author:before, .block-posts-list .post-data .post-comments a span:before, .block-posts-list .post-data .post-comments:before {
    font-size: 18px;
    padding-right: 4px;
    vertical-align: middle
}

.block-posts-list .post-data .create-date {
    order: 1;
    -webkit-order: 1
}

.block-posts-list .post-data .create-date time {
    display: inline-block
}

.block-posts-list .post-data .post-author {
    order: 2;
    -webkit-order: 2
}

.block-posts-list .post-data .post-comments {
    order: 3;
    -webkit-order: 3;
    flex-basis: 50px;
    -webkit-flex-basis: 50px;
    text-align: right
}

@media (max-width: 1200px) {
    .block-posts-list .post-data {
        display: block;
        overflow: hidden
    }

    .block-posts-list .post-data .create-date, .block-posts-list .post-data .post-author {
        display: block
    }

    .block-posts-list .post-data .post-comments {
        float: right
    }
}

@media (min-width: 767px) {
    .block-posts-list .post-item {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
        max-width: 33.333%
    }
}

@media (max-width: 768px) {
    .block-posts-list .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%
    }

    .block-posts-list .post-item .item-wrapper {
        padding-bottom: 20px
    }
}

@media (max-width: 350px) {
    .block-posts-list .post-item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%
    }
}

.posts-list-wrapper .toolbar-top {
    margin-bottom: 30px
}

.posts-list-wrapper .toolbar-top .toolbar {
    position: relative;
    margin-bottom: 0;
    text-align: left
}

.posts-list-wrapper .toolbar-top .sorter {
    float: left;
    margin-bottom: 5px
}

.posts-list-wrapper .toolbar-top .limiter {
    display: block;
    margin-bottom: 5px;
    text-align: right
}

.posts-list-wrapper .toolbar-top .pages {
    display: none
}

.posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 0
}

.posts-list-wrapper .toolbar-bottom .toolbar .pages {
    text-align: left;
    margin: 0;
    display: block
}

.posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
    position: relative
}

.posts-list-wrapper .toolbar-bottom .sorter, .posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden
}

.widget.blog-posts {
    clear: both;
    width: 100%
}

.widget.blog-posts .post-image img {
    width: 100%;
    vertical-align: top
}

.widget.blog-posts .post-title {
    margin-bottom: 6px
}

.widget.blog-posts .post-title h3 {
    font-family: inherit;
    font-weight: 500;
    margin: 0
}

.widget.blog-posts .post-title h3 a {
    text-decoration: none
}

.widget.blog-posts .post-link {
    font-weight: 700;
    text-transform: none
}

.widget.blog-posts .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.widget.blog-posts .post-data .create-date a, .widget.blog-posts .post-data .post-author a, .widget.blog-posts .post-data .post-comments a {
    text-decoration: none
}

.widget.blog-posts .post-data .create-date a span:before, .widget.blog-posts .post-data .create-date:before, .widget.blog-posts .post-data .post-author a span:before, .widget.blog-posts .post-data .post-author:before, .widget.blog-posts .post-data .post-comments a span:before, .widget.blog-posts .post-data .post-comments:before {
    font-size: 18px;
    padding-right: 4px;
    vertical-align: middle
}

.widget.blog-posts .post-data .create-date {
    order: 1;
    -webkit-order: 1
}

.widget.blog-posts .post-data .create-date time {
    display: inline-block
}

.widget.blog-posts .post-data .post-author {
    order: 2;
    -webkit-order: 2
}

.widget.blog-posts .post-data .post-comments {
    order: 3;
    -webkit-order: 3;
    flex-basis: 50px;
    -webkit-flex-basis: 50px;
    text-align: right
}

@media (max-width: 1200px) {
    .widget.blog-posts .post-data {
        display: block;
        overflow: hidden
    }

    .widget.blog-posts .post-data .create-date, .widget.blog-posts .post-data .post-author {
        display: block
    }

    .widget.blog-posts .post-data .post-comments {
        float: right
    }
}

.widget-post-grid .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px
}

.widget-post-grid .post-item {
    list-style: none;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px
}

@media (min-width: 769px) {
    .widget-post-grid .post-items > .post-item {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%;
        max-width: 33.6333%
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .widget-post-grid .post-items > .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        max-width: 50%
    }
}

.widget-post-grid .post-image {
    margin-bottom: 15px
}

.widget-post-list .item-wrapper {
    margin-bottom: 50px;
    overflow: hidden
}

.widget-post-list .post-item:last-child .item-wrapper {
    margin-bottom: 0
}

.widget-post-list .post-image {
    float: left;
    margin: 0 30px 0 0;
    max-width: 38%
}

.widget-post-list .post-content-wrapper {
    overflow: hidden
}

.widget-post-list .post-short-content {
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .widget-post-list .post-image {
        max-width: 45%;
        margin-bottom: 10px
    }

    .widget-post-list .post-content-wrapper {
        overflow: unset
    }
}

@media (max-width: 421px) {
    .widget-post-list .post-image {
        float: none;
        max-width: 100%;
        margin: 0 0 20px
    }
}

.widget-post-column .post-item {
    margin-bottom: 30px
}

.widget-post-column .post-item:last-child {
    margin-bottom: 0
}

.widget-post-column .post-image {
    margin-bottom: 10px
}

.widget-post-column .post-link {
    display: table
}

.widget-post-column .post-short-content {
    margin-bottom: 8px
}

.post-page {
    clear: both;
    font-family: inherit;
    width: 100%
}

.post-page .post-text {
    margin-bottom: 25px
}

.post-page .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 13px 0 0;
    margin-bottom: 50px;
    color: #999
}

.post-page .post-data .create-date, .post-page .post-data .post-author, .post-page .post-data .post-comments {
    display: inline-block;
    margin-right: 20px
}

.post-page .post-data .create-date span, .post-page .post-data .create-date a, .post-page .post-data .post-author span, .post-page .post-data .post-author a, .post-page .post-data .post-comments span, .post-page .post-data .post-comments a {
    display: inline-block
}

.post-page .post-data .create-date a, .post-page .post-data .post-author a, .post-page .post-data .post-comments a {
    color: #999;
    text-decoration: none
}

.post-page .post-data .create-date a:hover, .post-page .post-data .post-author a:hover, .post-page .post-data .post-comments a:hover {
    color: #000
}

.post-page .post-data .create-date a span:before, .post-page .post-data .create-date:before, .post-page .post-data .post-author a span:before, .post-page .post-data .post-author:before, .post-page .post-data .post-comments a span:before, .post-page .post-data .post-comments:before {
    font-size: 18px;
    line-height: 18px;
    padding-right: 4px;
    color: #000;
    vertical-align: middle
}

.post-page .post-data .create-date time {
    display: inline-block
}

@media (max-width: 480px) {
    .post-page .post-data {
        overflow: hidden
    }

    .post-page .post-data .create-date, .post-page .post-data .post-author, .post-page .post-data .post-comments {
        display: block;
        margin-bottom: 3px
    }
}

.post-page .post-relatedproducts .block.related {
    float: none
}

.post-page .post-relatedproducts .block.related .owl-carousel .product-item {
    width: 100%
}

.post-page .post-relatedproducts .block.related .product-item {
    width: 33.33%
}

.post-page .post-relatedproducts .block.related .product-item .product-item-info {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none
}

.post-page .post-relatedproducts .block.related .product-item .product-item-photo {
    display: block;
    text-align: center
}

.post-comments-block {
    margin-bottom: 68px
}

.post-comments-block .post-comments-content {
    margin-bottom: 48px
}

.post-comments-block .post-comment {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 20px
}

.post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8
}

.post-comments-block .comment-info .post-data {
    float: right;
    margin: 0 0 0 5px;
    border: none;
    padding: 0
}

.post-comments-block .comment-info .post-data .create-date {
    margin: 0
}

.post-comments-block .comment-info .post-data .create-date time {
    display: inline-block
}

.post-comments-block .comment-info .comment-author {
    margin-top: 0
}

.post-comments-block .comment-add .subtitle {
    margin-bottom: 30px
}

.post-comments-block .comment-add .fieldset {
    margin-bottom: 0
}

.post-comments-block .comment-add .fieldset .field {
    margin-bottom: 28px
}

@media (min-width: 767px) {
    .post-comments-block .comment-add label.label {
        float: left;
        margin: 0;
        min-width: 90px
    }

    .post-comments-block .comment-add .control {
        overflow: hidden
    }

    .post-comments-block .comment-add .control input {
        width: 327px
    }

    .post-comments-block .comment-add .control textarea {
        height: 242px
    }

    .post-comments-block .comment-add .comment-form-actions {
        margin-left: 90px
    }
}

.block.related-posts .block-title {
    margin-bottom: 30px
}

.block.related-posts .related-post-list {
    padding: 0;
    overflow: hidden;
    margin: -1px 0 0;
    list-style: none
}

.block.related-posts .related-post-list li {
    box-sizing: border-box;
    margin-bottom: 0
}

.block.related-posts .related-post-list li h5.post-title {
    margin: 0;
    font-weight: 400
}

.block.related-posts .related-post-list li h5.post-title a {
    display: block;
    text-decoration: none;
    transition: .2s;
    font-size: 14px;
    line-height: 51px;
    color: #000;
    border-top: solid 1px #e8e8e8
}

.block.related-posts .related-post-list li h5.post-title a:hover {
    background: #e8e8e8;
    padding-left: 15px
}

@media (min-width: 767px) {
    .block.related-posts .related-post-list {
        display: flex;
        -webkit-display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -15px
    }

    .block.related-posts .related-post-list li {
        padding-left: 15px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%
    }
}

@media (min-width: 1200px) {
    .block.related-posts .related-post-list li {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%
    }

    .block.related-posts .related-post-list li h5.post-title a {
        font-size: 18px
    }
}

.block.related-posts .related-post-grid {
    padding: 0;
    margin: 0 -15px
}

.block.related-posts .related-post-grid .inner {
    padding: 0 15px
}

.block.related-posts .related-post-grid .post-image {
    display: block;
    margin-bottom: 10px
}

.block.related-posts .related-post-grid .post-image img {
    vertical-align: top
}

.block.related-posts .related-post-grid h5.post-title {
    margin: 0;
    font-weight: 400;
    line-height: normal
}

.block.related-posts .related-post-grid h5.post-title a {
    font-size: 14px;
    color: #000
}

@media (min-width: 1200px) {
    .block.related-posts .related-post-grid li {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%
    }

    .block.related-posts .related-post-grid li h5.post-title a {
        font-size: 18px
    }
}

.block-blog-categories .block-title, .block-recent-posts .block-title, .block-recent-comments .block-title {
    margin-bottom: 20px
}

.block-blog-categories .block-title strong, .block-recent-posts .block-title strong, .block-recent-comments .block-title strong {
    font-weight: 300;
    font-size: 18px
}

.block-blog-categories .block-content ul, .block-recent-posts .block-content ul, .block-recent-comments .block-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

.block-blog-categories .block-content ul li, .block-recent-posts .block-content ul li, .block-recent-comments .block-content ul li {
    margin: 15px 0 0;
    padding-top: 15px;
    border-top: solid 1px #e8e8e8
}

.block-blog-categories .block-content ul li:first-child, .block-recent-posts .block-content ul li:first-child, .block-recent-comments .block-content ul li:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0
}

.block-blog-categories .block-content #blog-show-all {
    cursor: pointer
}

.block-blog-categories .block-content #blog-show-all:hover {
    text-decoration: underline
}

.block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
    display: none
}

.block-recent-comments .title-section {
    font-size: 13px;
    padding-bottom: 10px
}

.block-recent-comments .title-section strong {
    font-weight: 600
}

.block-recent-comments .title-section strong:before {
    font-size: 18px;
    line-height: 16px;
    vertical-align: middle
}

.post-page .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.post-page .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.post-page .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.post-page .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.post-page .owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out
}

.post-page .owl-carousel .owl-item {
    float: left
}

.post-page .owl-controls .owl-page, .post-page .owl-controls .owl-buttons div {
    cursor: pointer
}

.post-page .owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.post-page .owl-carousel .owl-controls .owl-nav .owl-prev, .post-page .owl-carousel .owl-controls .owl-nav .owl-next, .post-page .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.post-page .owl-carousel .owl-wrapper, .post-page .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.post-page .owl-controls {
    position: absolute;
    top: -50px;
    right: 0
}

.post-page .owl-controls .owl-prev {
    display: inline-block
}

.post-page .owl-controls .owl-prev:before {
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.post-page .owl-controls .owl-next {
    display: inline-block
}

.post-page .owl-controls .owl-next:before {
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.post-page .owl-controls .owl-prev, .post-page .owl-controls .owl-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 500px;
    transition: .2s;
    border: solid 1px transparent
}

.post-page .owl-controls .owl-prev:before, .post-page .owl-controls .owl-next:before {
    font-size: 36px;
    transition: .3s ease
}

.post-page .owl-controls .owl-prev:hover, .post-page .owl-controls .owl-next:hover {
    border-color: #000
}

.posts-list-wrapper .toolbar-top {
    margin-bottom: 48px
}

.block-posts-list .post-items {
    margin: 0
}

.block-posts-list .post-items .post-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 120px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eae9e9
}

.block-posts-list .post-items .post-item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

@media (min-width: 580px) {
    .block-posts-list .post-items .post-item {
        padding: 0 0 63px
    }
}

.block-posts-list .post-items .post-item .item-wrapper {
    padding-bottom: 0;
    position: relative
}

.block-posts-list .post-items .post-title {
    margin-bottom: 0
}

.block-posts-list .post-items .post-title h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 33px
}

.block-posts-list .post-items .post-title h3 a a {
    font-weight: 600
}

.block-posts-list .post-items .post-image {
    margin-bottom: 30px
}

.block-posts-list .post-items a.post-link {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    position: absolute;
    bottom: -85px;
    right: auto;
    left: 0
}

.block-posts-list .post-items a.post-link span {
    font-family: 'Geomanist', sans-serif
}

.block-posts-list .post-items a.post-link:hover {
    color: #fff
}

@media (min-width: 580px) {
    .block-posts-list .post-items a.post-link {
        bottom: -10px;
        right: 0;
        left: auto
    }
}

.block-posts-list .post-items .post-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px
}

.block-posts-list .post-items .post-data > span {
    margin-right: 35px;
    margin-bottom: 10px
}

.block-posts-list .post-items .post-data > span:before {
    font-size: 22px !important
}

.block-posts-list .post-items .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.block-posts-list .post-items .post-data .create-date time {
    display: inline-block
}

.block-posts-list .post-items .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.block-posts-list .post-items .post-data .post-comments {
    text-align: left
}

.block-posts-list .post-items .post-data .post-comments:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.block-posts-list .post-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px
}

.block-posts-list .post-data > span {
    margin-right: 35px;
    margin-bottom: 10px
}

.block-posts-list .post-data > span:before {
    font-size: 22px !important
}

.block-posts-list .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.block-posts-list .post-data .create-date time {
    display: inline-block
}

.block-posts-list .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.block-posts-list .post-data .post-comments {
    text-align: left
}

.block-posts-list .post-data .post-comments:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.tm-blog-post-view .page-title-wrapper {
    margin-bottom: 10px
}

.tm-blog-post-view .page-title-wrapper .container, .tm-blog-post-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .tm-blog-post-view .page-title-wrapper #maincontent {
    padding: 0;
    width: 100%;
    max-width: 100%
}

.tm-blog-post-view .page-title {
    text-align: left
}

.tm-blog-post-view .page-title span {
    font-size: 25px;
    line-height: 1.3;
    display: inline-block
}

@media (min-width: 992px) {
    .tm-blog-post-view .page-title span {
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    .tm-blog-post-view .page-title span {
        font-size: 35px
    }
}

.post-page .post-text img {
    margin-bottom: 30px
}

.post-page .actions-toolbar {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eae9e9
}

.post-page .actions-toolbar .secondary .back {
    display: block !important
}

.post-page .post-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px
}

.post-page .post-data > span {
    margin-right: 35px;
    margin-bottom: 10px
}

.post-page .post-data > span:before {
    font-size: 22px !important
}

.post-page .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.post-page .post-data .create-date time {
    display: inline-block
}

.post-page .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.post-page .post-data .post-comments {
    text-align: left
}

.post-page .post-data .post-comments:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.post-page .post-data {
    margin-bottom: 35px
}

.post-comments-block .post-comments-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px
}

.post-comments-block .post-comment {
    background-color: transparent;
    padding: 35px 0;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 0
}

.post-comments-block .comment-info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: none;
    margin-bottom: 5px
}

.post-comments-block .comment-info div {
    float: none
}

.post-comments-block .comment-info h3 {
    font-size: 14px;
    line-height: 1;
    order: 1;
    margin-bottom: 0
}

.post-comments-block .comment-info span {
    line-height: 2rem
}

.post-comments-block .comment-info .post-data {
    font-size: 14px;
    line-height: 1;
    order: 2
}

.post-comments-block .comment-info .create-date:before {
    display: none;
    content: ''
}

.post-comments-block .action {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px
}

.post-comments-block .action span {
    font-family: 'Geomanist', sans-serif
}

.post-comments-block .action:hover {
    color: #fff
}

.blog-posts.disable-carousel .post-items.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.blog-posts.disable-carousel .post-item {
    padding: 0 15px;
    margin-bottom: 20px
}

.widget.blog-posts {
    padding-bottom: 58px;
    margin-bottom: 95px;
    border-bottom: 1px solid #eae9e9
}

@media (max-width: 767px) {
    .widget.blog-posts {
        margin-bottom: 50px
    }
}

.widget.blog-posts .post-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px
}

.widget.blog-posts .post-data > span {
    margin-right: 35px;
    margin-bottom: 10px
}

.widget.blog-posts .post-data > span:before {
    font-size: 22px !important
}

.widget.blog-posts .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.widget.blog-posts .post-data .create-date time {
    display: inline-block
}

.widget.blog-posts .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.widget.blog-posts .post-data .post-comments {
    text-align: left
}

.widget.blog-posts .post-data .post-comments:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.widget.blog-posts.last_widget {
    padding-bottom: 0;
    border-bottom: 0
}

.widget.blog-posts .page-title {
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .widget.blog-posts .page-title {
        text-align: left;
        padding-right: 70px
    }
}

.widget.blog-posts .post-comments {
    display: inline-block
}

.widget.blog-posts .post-items {
    margin: 0
}

.widget.blog-posts .post-items .post-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.widget.blog-posts .post-items .post-image:before {
    content: "";
    position: absolute;
    border: 12px solid #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease
}

.widget.blog-posts .post-items .post-image:hover:before {
    opacity: .6
}

.widget.blog-posts .post-items .post-short-content {
    margin-bottom: 28px
}

.widget.blog-posts .post-items .item-wrapper .post-data {
    margin-bottom: 22px
}

.widget.blog-posts .owl-carousel {
    width: calc(100% + 30px)
}

@media (min-width: 1200px) {
    .widget.blog-posts .owl-carousel {
        width: calc(100% + 50px)
    }
}

.widget.blog-posts .owl-carousel .owl-wrapper-outer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    width: 30px;
    background: #fff
}

@media (min-width: 1200px) {
    .widget.blog-posts .owl-carousel .owl-wrapper-outer:after {
        width: 50px
    }
}

.widget.blog-posts .owl-carousel .owl-wrapper-outer .post-item {
    padding: 0 30px 0 0
}

@media (min-width: 1200px) {
    .widget.blog-posts .owl-carousel .owl-wrapper-outer .post-item {
        padding: 0 50px 0 0
    }
}

.widget.blog-posts .owl-controls {
    right: 30px
}

@media (min-width: 1200px) {
    .widget.blog-posts .owl-controls {
        right: 50px
    }
}

.widget.blog-posts .post-items .post-title {
    margin-bottom: 14px
}

.widget.blog-posts .post-items .post-data {
    justify-content: flex-start;
    border-top: none;
    padding-top: 0;
    margin-bottom: 32px
}

.widget.blog-posts .post-items .post-button {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px
}

.widget.blog-posts .post-items .post-button span {
    font-family: 'Geomanist', sans-serif
}

.widget.blog-posts .post-items .post-button:hover {
    color: #fff
}

.widget.blog-posts .owl-controls {
    top: -70px
}

.widget.blog-posts .owl-controls .owl-prev, .widget.blog-posts .owl-controls .owl-next {
    padding: 0;
    margin-left: 20px
}

.widget.blog-posts .owl-controls .owl-prev:before, .widget.blog-posts .owl-controls .owl-next:before {
    font-family: "Linearicons";
    font-size: 22px;
    color: inherit;
    vertical-align: middle
}

.widget.blog-posts .owl-controls .owl-prev:before {
    content: "\e93b"
}

.widget.blog-posts .owl-controls .owl-next:before {
    content: "\e93c"
}

@media (max-width: 579px) {
    .widget.blog-posts .post-items .post-item {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .widget.blog-posts .post-items:not(.owl-carousel) .post-item {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .widget.blog-posts .post-items:not(.owl-carousel) .post-item {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 580px) {
    .widget.blog-posts .post-items.list .item-wrapper {
        display: flex;
        align-items: baseline
    }

    .widget.blog-posts .post-items.list .item-wrapper .post-image {
        max-width: 250px;
        margin-right: 20px
    }
}

.post-content .block.related {
    padding-left: 0;
    padding-right: 0
}

.posts-list-wrapper .block-posts-list .post-items .post-title a {
    color: #231f20
}

.posts-list-wrapper .block-posts-list .post-link {
    color: #231f20
}

.posts-list-wrapper .block-posts-list .post-link:hover {
    color: #fff
}

.block-dashboard-info .box-actions a.action.change-password {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px
}

.orders-recent .actions .action, .orders-history .actions .action {
    color: #231f20
}

.orders-recent .actions .action:hover, .orders-history .actions .action:hover {
    background-color: rgba(0, 163, 224, .8);
    color: #fff
}

@media (max-width: 767px) {
    .post-relatedproducts .block.related .owl-controls {
        top: -50px
    }
}

.related-posts .block-title {
    padding: 0
}

@media (min-width: 768px) {
    .related-posts .block-title {
        font-size: 35px;
        text-align: center
    }
}

.related-posts .product-item {
    padding: 0 15px
}

.related-posts .post-image {
    margin-bottom: 30px
}

.related-posts .related-post-name {
    display: inline-block;
    margin-bottom: 20px
}

.related-posts .post-data > span {
    margin-bottom: 10px
}

.related-posts .owl-controls {
    top: -70px
}

@media (max-width: 768px) {
    .related-posts .owl-controls {
        top: -61px
    }
}

.related-posts .owl-controls .owl-prev, .related-posts .owl-controls .owl-next {
    padding: 0;
    margin-left: 20px
}

.related-posts .owl-controls .owl-prev:before, .related-posts .owl-controls .owl-prev:before, .related-posts .owl-controls .owl-next:before, .related-posts .owl-controls .owl-next:before {
    font-family: "Linearicons";
    font-size: 22px;
    color: inherit;
    vertical-align: middle
}

.related-posts .owl-controls .owl-prev:before {
    content: "\e93b"
}

.related-posts .owl-controls .owl-next:before {
    content: "\e93c"
}

.widget.blog-posts .post-items.owl-carousel .post-item .item-wrapper {
    padding-bottom: 0
}

.sidebar .widget.blog-posts .page-title {
    text-align: left
}

.sidebar .widget.blog-posts .post-items .post-item {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%
}

.sidebar .widget.blog-posts .post-items .post-data .post-author, .sidebar .widget.blog-posts .post-items .post-data .post-comments {
    display: none
}

.layout_4 .sidebar .blog-posts .page-title {
    font-size: 26px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 25px
}

.grid-main.layout_4 .widget.blog-posts .post-data .post-author, .grid-main.layout_4 .widget.blog-posts .post-data .post-comments {
    display: none
}

.logo-description-container {
    border: 1px solid #eae9e9;
    padding: 30px
}

@media (min-width: 768px) {
    .logo-description-container {
        display: flex;
        align-items: center
    }

    .logo-description-container .logo-brand-wrap + .text-brand-wrap {
        padding-left: 20px
    }

    .logo-description-container .logo-brand-wrap {
        min-width: 8%
    }
}

@media (max-width: 767px) {
    .logo-description-container .logo-brand-wrap {
        text-align: center;
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        margin-bottom: 20px
    }
}

.logo-description-container .category-brand-logo {
    margin: 0;
    float: none
}

.tm_blog-post-view .page-title {
    line-height: 1.3
}

.slider-pro-wrapper {
    z-index: 1
}

.slider-pro-wrapper .link-slider {
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 2px solid;
    transition: all .3s ease !important
}

.slider-pro-wrapper .button-slider.extra .link-slider {
    background: 0 0
}

.slider-pro-wrapper .sp-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.slider-pro-wrapper .sp-buttons .sp-button {
    display: inline-block;
    border: 0;
    background: #231f20;
    width: 7px;
    height: 7px;
    margin: 0 15px;
    transition: all .2s ease 0s;
    position: relative;
    z-index: 4
}

.slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before, .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
    width: 15px;
    height: 15px;
    opacity: .6;
    top: -4px;
    left: -4px
}

.slider-pro-wrapper .sp-buttons .sp-button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 30%;
    top: 30%;
    border: 5px solid;
    opacity: 0;
    border-radius: 50%;
    transition: all .3s ease
}

.slider-pro-wrapper .sp-arrow {
    font-size: 22px;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    line-height: 48px;
    transition: all .2s ease 0s
}

.slider-pro-wrapper .sp-arrow:before, .slider-pro-wrapper .sp-arrow:after {
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    position: relative;
    transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg);
    background: 0 0;
    display: block;
    font-family: "Linearicons"
}

.slider-pro-wrapper .sp-arrow:hover {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .6)
}

.slider-pro-wrapper .sp-horizontal .sp-arrows {
    margin: 0
}

.slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 15%
}

.slider-pro-wrapper .sp-horizontal .sp-previous-arrow:after {
    content: "\e93b"
}

.slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 15%
}

.slider-pro-wrapper .sp-horizontal .sp-next-arrow:after {
    content: "\e93c"
}

@media (max-width: 1199px) {
    .slider-pro-wrapper .button-slider {
        transform: scale(.75) translate3d(0px, 0px, 0px) !important
    }

    .slider-pro-wrapper .link-slider {
        padding: 11px 28px;
        margin-left: -5%
    }
}

@media (max-width: 767px) {
    .slider-pro-wrapper .sp-arrow {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
        left: 2%
    }

    .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
        right: 2%
    }

    .slider-pro-wrapper .sp-buttons {
        bottom: 0
    }

    .slider-pro-wrapper .desc-slider, .slider-pro-wrapper .slog-slider {
        display: none
    }

    .slider-pro-wrapper .button-slider.top-min {
        margin-top: -17px
    }
}

@media (max-width: 579px) {
    .slider-pro-wrapper .button-slider {
        transform: scale(.65) translate3d(0px, 0px, 0px) !important;
        margin-top: -14px
    }

    .slider-pro-wrapper .link-slider {
        margin-top: -15px;
        padding: 4px 28px
    }

    .slider-pro-wrapper .sp-buttons {
        bottom: -7px
    }

    .slider-pro-wrapper .sp-buttons .sp-button {
        width: 7px;
        height: 7px;
        margin: 0 10px
    }

    .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before, .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
        width: 15px;
        height: 15px;
        top: -4px;
        left: -4px
    }
}

.columns .slider-pro-wrapper {
    margin-bottom: 50px
}

.columns .slider-pro-wrapper .sp-horizontal .sp-arrows {
    top: 46.5%
}

.columns .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 30px
}

.columns .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 30px
}

.columns .slider-pro-wrapper .slog-slider {
    text-align: center
}

.columns .slider-pro-wrapper .link-slider {
    margin: 0
}

@media (max-width: 579px) {
    .columns .slider-pro-wrapper .sp-previous-arrow {
        left: 15px
    }

    .columns .slider-pro-wrapper .sp-next-arrow {
        right: 15px
    }

    .columns .slider-pro-wrapper .link-slider {
        margin: 0 0 0 20%
    }
}

.slider-content-static {
    text-align: right;
    color: #fff;
    line-height: 1;
    text-transform: uppercase
}

.slider-content-static.desc-slider {
    display: block
}

@media (max-width: 767px) {
    .slider-content-static.button-slider {
        transform: scale(.45) translate3d(0px, 0px, 0px) !important;
        margin-top: 0
    }
}

.static-link-slider {
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 40px;
    border: 2px solid;
    line-height: 60px
}

.static-link-slider:hover {
    color: #fff
}

.slider-content-static-2 {
    text-align: right;
    color: #fff;
    line-height: 1;
    text-transform: uppercase
}

.slider-content-static-2.desc-slider {
    display: block
}

@media (max-width: 767px) {
    .slider-content-static-2.button-slider {
        transform: scale(.45) translate3d(0px, 0px, 0px) !important;
        margin-top: 0
    }
}

.slider-pro-wrapper .link-slider {
    text-transform: none
}

.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;
    -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-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-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
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 {
    -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
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        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 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 .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.sidebar .block.widget.featured[role=tablist] .title[role=tab], .sidebar .block.widget.featured[role=tablist] .title[data-role=collapsible], .sidebar .block.widget.featured[role=tabpanel] .title[role=tab], .sidebar .block.widget.featured[role=tabpanel] .title[data-role=collapsible], .sidebar .block.widget.featured [role=tablist] .title[role=tab], .sidebar .block.widget.featured [role=tablist] .title[data-role=collapsible], .sidebar .block.widget.featured [role=tabpanel] .title[role=tab], .sidebar .block.widget.featured [role=tabpanel] .title[data-role=collapsible] {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px
}

.sidebar .block.widget.featured[role=tablist] .title[role=tab] strong, .sidebar .block.widget.featured[role=tablist] .title[data-role=collapsible] strong, .sidebar .block.widget.featured[role=tabpanel] .title[role=tab] strong, .sidebar .block.widget.featured[role=tabpanel] .title[data-role=collapsible] strong, .sidebar .block.widget.featured [role=tablist] .title[role=tab] strong, .sidebar .block.widget.featured [role=tablist] .title[data-role=collapsible] strong, .sidebar .block.widget.featured [role=tabpanel] .title[role=tab] strong, .sidebar .block.widget.featured [role=tabpanel] .title[data-role=collapsible] strong {
    line-height: 1.8rem
}

.sidebar .block.widget.featured[role=tablist] .title[role=tab]:before, .sidebar .block.widget.featured[role=tablist] .title[data-role=collapsible]:before, .sidebar .block.widget.featured[role=tabpanel] .title[role=tab]:before, .sidebar .block.widget.featured[role=tabpanel] .title[data-role=collapsible]:before, .sidebar .block.widget.featured [role=tablist] .title[role=tab]:before, .sidebar .block.widget.featured [role=tablist] .title[data-role=collapsible]:before, .sidebar .block.widget.featured [role=tabpanel] .title[role=tab]:before, .sidebar .block.widget.featured [role=tabpanel] .title[data-role=collapsible]:before {
    top: 0;
    display: inline-block
}

.sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item {
    display: flex;
    flex-direction: column
}

.sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box {
    display: flex;
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0
}

.sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .price {
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box {
        font-size: 13px
    }

    .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .price {
        font-size: 13px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box {
        font-size: 12px
    }

    .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .price, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .price {
        font-size: 12px
    }

    .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .price-including-tax:after, .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .price-excluding-tax:after, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .price-including-tax:after, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .price-excluding-tax:after, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .price-including-tax:after, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .price-excluding-tax:after, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .price-including-tax:after, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .price-excluding-tax:after {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .price-container, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .price-container, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .price-container, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .price-container {
        font-size: 14px
    }
}

.sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .minimal-price .price-label, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .minimal-price .price-label, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .minimal-price .price-label, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .minimal-price .price-label {
    display: none
}

.sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .minimal-price .price-including-tax .price:before, .sidebar .block.widget.featured[role=tablist] .products-list .product-items .product-item .price-box .minimal-price .price-excluding-tax .price:before, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .minimal-price .price-including-tax .price:before, .sidebar .block.widget.featured[role=tabpanel] .products-list .product-items .product-item .price-box .minimal-price .price-excluding-tax .price:before, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .minimal-price .price-including-tax .price:before, .sidebar .block.widget.featured [role=tablist] .products-list .product-items .product-item .price-box .minimal-price .price-excluding-tax .price:before, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .minimal-price .price-including-tax .price:before, .sidebar .block.widget.featured [role=tabpanel] .products-list .product-items .product-item .price-box .minimal-price .price-excluding-tax .price:before {
    display: inline;
    font-weight: 400;
    content: 'od ';
    color: #231f20
}

.sidebar .block.widget.featured[role=tablist] .block-content, .sidebar .block.widget.featured[role=tabpanel] .block-content, .sidebar .block.widget.featured [role=tablist] .block-content, .sidebar .block.widget.featured [role=tabpanel] .block-content {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .sidebar .block.widget.featured[role=tablist] .block-content .product-item, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-item, .sidebar .block.widget.featured [role=tablist] .block-content .product-item, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items, .sidebar .block.widget.featured [role=tablist] .block-content .product-items, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items {
    display: block
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured[role=tablist] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .products-list .product-item {
    max-width: 100%
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .product-item-photo {
    position: relative
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items .product-item-details, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .product-item-details, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .product-item-details, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .product-item-details {
    margin: 0
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-item-info, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-item-info, .sidebar .block.widget.featured [role=tablist] .block-content .product-item-info, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-item-info {
    margin: 0
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-item-info:hover, .sidebar .block.widget.featured[role=tablist] .block-content .product-item-info.active, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-item-info:hover, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-item-info.active, .sidebar .block.widget.featured [role=tablist] .block-content .product-item-info:hover, .sidebar .block.widget.featured [role=tablist] .block-content .product-item-info.active, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-item-info:hover, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-item-info.active {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.sidebar .block.widget.featured[role=tablist] .owl-controls, .sidebar .block.widget.featured[role=tabpanel] .owl-controls, .sidebar .block.widget.featured [role=tablist] .owl-controls, .sidebar .block.widget.featured [role=tabpanel] .owl-controls {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 15px 20px;
    text-align: center
}

.sidebar .block.widget.featured[role=tablist] .category-title, .sidebar .block.widget.featured[role=tabpanel] .category-title, .sidebar .block.widget.featured [role=tablist] .category-title, .sidebar .block.widget.featured [role=tabpanel] .category-title {
    width: 100%;
    text-align: left
}

.sidebar .block.widget.featured[role=tablist] .category-title:before, .sidebar .block.widget.featured[role=tabpanel] .category-title:before, .sidebar .block.widget.featured [role=tablist] .category-title:before, .sidebar .block.widget.featured [role=tabpanel] .category-title:before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0px, 0px)
}

.sidebar .block.widget.featured[role=tablist] .category-title.active:before, .sidebar .block.widget.featured[role=tabpanel] .category-title.active:before, .sidebar .block.widget.featured [role=tablist] .category-title.active:before, .sidebar .block.widget.featured [role=tabpanel] .category-title.active:before {
    content: "\f106"
}

.sidebar .block.widget.featured[role=tablist] .category-title strong, .sidebar .block.widget.featured[role=tabpanel] .category-title strong, .sidebar .block.widget.featured [role=tablist] .category-title strong, .sidebar .block.widget.featured [role=tabpanel] .category-title strong {
    padding: 0;
    font-size: 16px
}

.sidebar .block.widget.featured[role=tablist] .category-content, .sidebar .block.widget.featured[role=tabpanel] .category-content, .sidebar .block.widget.featured [role=tablist] .category-content, .sidebar .block.widget.featured [role=tabpanel] .category-content {
    float: none;
    margin-left: 0;
    padding: 20px 0 0;
    text-align: left;
    width: 100%
}

.sidebar .block.widget.featured .owl-carousel .owl-item {
    left: 3px
}

.sidebar .block.widget.featured .product-item-actions {
    padding-bottom: 0
}

.sidebar .block.widget.featured .price-box {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sidebar .block.widget.featured .price-box .price-including-tax .price:after, .sidebar .block.widget.featured .price-box .price-excluding-tax .price:after {
        font-size: 13px
    }
}

.sidebar .block.widget.featured .products-list .product-items {
    padding-top: 20px
}

.sidebar .block.widget.featured .products-list .product-items .product-item {
    float: none;
    display: block;
    margin-bottom: 45px
}

.sidebar .block.widget.featured .products-list .product-items .product-item-info {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0
}

.sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
    display: none
}

.sidebar .block.widget.featured .products-list .product-items .product-item-details {
    overflow: hidden;
    display: block;
    padding-left: 0
}

.sidebar .block.widget.featured .products-list .product-items .product-item-info .product-item-photo {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 0 10px
}

.sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
    display: block;
    margin-bottom: 5px
}

.sidebar .block.widget.featured .products-list .product-items .product-image-photo {
    padding: 0
}

.sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
    overflow: visible
}

.sidebar .block.widget.featured .products-list .product-items .product-label {
    left: 0;
    right: auto;
    top: -20px
}

.sidebar .block.widget.featured .not-found {
    padding: 0 0 25px;
    margin: -25px 0 0
}

.sidebar .block.widget.featured .owl-item img {
    margin: auto
}

.sidebar .block.widget.featured .owl-nav {
    top: 25%;
    margin-bottom: 15px
}

.sidebar .block.widget.featured .owl-nav .owl-prev:before, .sidebar .block.widget.featured .owl-nav .owl-next:before {
    font-size: 16px
}

@media (max-width: 767px) {
    .sidebar .block.widget.featured {
        margin-top: 35px
    }
}

.sidebar.sidebar-additional .opener {
    color: #231f20;
    font-size: 28px
}

.sidebar .sidebar-featured .collapsible-block {
    margin-top: 0
}

.sidebar .sidebar-featured .block {
    margin-bottom: 0
}

.sidebar .sidebar-featured .block .block-title {
    margin-bottom: 5px
}

.block.related .product-items, .block.upsell .product-items {
    display: flex;
    flex-direction: column
}

.block.related .product-items .owl-controls.clickable, .block.upsell .product-items .owl-controls.clickable {
    order: 1
}

.block.related .product-items .owl-wrapper-outer, .block.upsell .product-items .owl-wrapper-outer {
    order: 2
}

.block.related .product-item-details, .block.upsell .product-item-details {
    display: flex;
    flex-direction: column
}

.block.related .product-item-details .product-item-name, .block.upsell .product-item-details .product-item-name {
    order: 1
}

.block.related .product-item-details .price-box, .block.upsell .product-item-details .price-box {
    order: 2
}

.block.related .products-related .owl-controls, .block.related .products-upsell .owl-controls, .block.upsell .products-related .owl-controls, .block.upsell .products-upsell .owl-controls {
    top: 100px;
    width: 100%
}

.block.related .products-related .owl-controls .owl-next, .block.related .products-upsell .owl-controls .owl-next, .block.upsell .products-related .owl-controls .owl-next, .block.upsell .products-upsell .owl-controls .owl-next {
    float: right
}

.block.related .products-related .owl-controls .owl-prev, .block.related .products-upsell .owl-controls .owl-prev, .block.upsell .products-related .owl-controls .owl-prev, .block.upsell .products-upsell .owl-controls .owl-prev {
    float: left
}

.block.related .products-related .owl-controls .owl-prev, .block.related .products-related .owl-controls .owl-next, .block.related .products-upsell .owl-controls .owl-prev, .block.related .products-upsell .owl-controls .owl-next, .block.upsell .products-related .owl-controls .owl-prev, .block.upsell .products-related .owl-controls .owl-next, .block.upsell .products-upsell .owl-controls .owl-prev, .block.upsell .products-upsell .owl-controls .owl-next {
    margin: 0 -5px
}

.block.related .products-upsell .owl-wrapper, .block.related .products-related .owl-wrapper, .block.upsell .products-upsell .owl-wrapper, .block.upsell .products-related .owl-wrapper {
    display: flex !important;
    flex-direction: row;
    width: 100% !important
}

@media (min-width: 425px) {
    .block.related .products-upsell .owl-wrapper, .block.related .products-related .owl-wrapper, .block.upsell .products-upsell .owl-wrapper, .block.upsell .products-related .owl-wrapper {
        justify-content: center
    }
}

.sidebar {
    font-size: 14px
}

.sidebar .am-collapse-icon {
    right: 0;
    z-index: 1;
    height: 1rem
}

.sidebar .am-collapse-icon:hover {
    cursor: pointer
}

.sidebar .am-collapse-icon:after {
    top: 0;
    right: 0;
    margin-top: 0;
    width: unset;
    height: unset;
    position: relative;
    float: right;
    content: "";
    display: inline-block;
    border-style: none;
    font-family: "Material Icons";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #231f20;
    font-size: 12px !important;
    transform: rotate(0deg) scale(1)
}

.filter-options-item .filter-options-content .item .items-children .amshopby-filter-parent .label {
    font-size: 13px
}

.ios.iphone .catalog-product-view .product-info-main {
    height: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .filter-options-content form .item .amshopby-filter-parent {
        width: 90%
    }
}

.tm-featured-switch-image-container {
    position: relative;
    overflow: hidden
}

.tm-featured-switch-image-container .replaced {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.featured-listing-gallery .fotorama__arr, .featured-listing-gallery .fotorama__thumb__arr, .featured-listing-carousel .fotorama__arr, .featured-listing-carousel .fotorama__thumb__arr {
    background: 0 0
}

.featured-listing-gallery .fotorama__arr, .featured-listing-carousel .fotorama__arr {
    width: 40px;
    top: 50%;
    bottom: auto
}

.featured-listing-gallery .fotorama__arr .fotorama__arr__arr, .featured-listing-carousel .fotorama__arr .fotorama__arr__arr {
    background-image: none;
    background: rgba(0, 0, 0, .05);
    width: 40px;
    height: 40px
}

.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before, .featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before, .featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before, .featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #5a5e62
}

.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before, .featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f104"
}

.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before, .featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
    content: '\f105'
}

.widget.featured .block-content .product-item-info {
    display: flex !important;
    flex-direction: column
}

.widget.featured .block-content .product-item-info .product-item-name {
    color: #231f20;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0
}

.widget.featured .block-content .product-item-info .products-list .product-item-details {
    padding-left: 0
}

.widget.featured .block-content .product-item-info .product-item-link {
    display: flex;
    flex-direction: column
}

.widget.featured .block-content .product-item-info .price-box {
    display: flex;
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0
}

.widget.featured .block-content .product-item-info .price-box .price {
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .widget.featured .block-content .product-item-info .price-box {
        font-size: 15px
    }

    .widget.featured .block-content .product-item-info .price-box .price {
        font-size: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget.featured .block-content .product-item-info .price-box {
        font-size: 13px
    }

    .widget.featured .block-content .product-item-info .price-box .price {
        font-size: 13px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget.featured .block-content .product-item-info .price-box .price-container {
        font-size: 14px
    }
}

.widget.featured .block-content .product-item-info .price-box .minimal-price .price-label {
    display: none
}

.widget.featured .block-content .product-item-info .price-box .minimal-price .price-including-tax .price:before, .widget.featured .block-content .product-item-info .price-box .minimal-price .price-excluding-tax .price:before {
    display: inline;
    font-weight: 400;
    content: 'od ';
    color: #231f20
}

.widget.featured .block-content .product-item-actions {
    display: flex;
    align-items: center;
    padding-top: 8px
}

.widget.featured .block-content .actions-primary ~ .actions-secondary {
    padding-top: 0
}

.widget.featured .block-content .actions-primary ~ .actions-secondary .tocompare:hover {
    background-color: transparent !important
}

.widget.featured .block-content .tocart.primary {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 40px
}

.widget.featured .block-content .tocart.primary:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

.widget.featured .block-content .tocart.primary span:before {
    display: none
}

.widget.featured .products-grid .product-item-info .product-item-link {
    flex: 1 1 auto
}

.widget.featured .products-grid .product-item-info .product-item-actions {
    min-height: 48px
}

.widget.featured .products-grid .product-item-info .product-item-actions .actions-primary {
    margin: 0
}

.widget.featured .products-grid .product-item-info .normal-price, .widget.featured .products-grid .product-item-info .normal-price-asseco, .widget.featured .products-grid .product-item-info .price-from {
    height: auto
}

@media (min-width: 768px) and (max-width: 1199px) {
    .widget.featured .products-grid .product-item-info .product-item-details {
        font-size: 15px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price {
        font-size: 15px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price:after {
        font-size: 15px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price-container {
        font-size: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget.featured .products-grid .product-item-info .product-item-details {
        font-size: 18px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price {
        font-size: 18px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price:after {
        font-size: 18px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price-container {
        font-size: 18px
    }
}

@media (min-width: 580px) and (max-width: 767px) {
    .widget.featured .products-grid .product-item-info .product-item-details {
        font-size: 14px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price {
        font-size: 14px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price:after {
        font-size: 14px
    }

    .widget.featured .products-grid .product-item-info .product-item-details .price-container {
        font-size: 14px
    }
}

.widget.featured .products-grid .product-item-info .product-item-details .actions-secondary .tocompare {
    padding: 0 0 0 10px
}

@media screen and (min-width: 0 \0
) {
    .widget.featured .products-grid .product-item-info .product-item-photo {
        flex: 1 1 auto
    }

    .widget.featured .products-grid .product-item-info .product-item-details {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-grow: 1
    }

    .widget.featured .products-grid .product-item-info .product-item-link {
        display: flex;
        flex: 1 1 auto;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch
    }

    .widget.featured .products-grid .product-item-info .product-item-name {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .widget.featured .products-grid .product-item-info .price-box {
        flex: 1 1 auto;
        align-items: flex-end
    }
}

.widget.featured .title {
    font-size: 16px
}

.widget.featured .owl-carousel .owl-nav {
    top: 27%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    right: unset
}

.widget.featured .owl-carousel .owl-nav .owl-prev {
    margin: 0 20px 0 0
}

.widget.featured .owl-carousel .owl-nav .owl-next {
    margin: 0
}

@media (max-width: 579px) {
    .widget.featured .owl-carousel .owl-nav .owl-prev {
        margin-left: 10px
    }

    .widget.featured .owl-carousel .owl-nav .owl-next {
        margin-right: 15px
    }
}

.widget.featured .owl-carousel .owl-stage {
    display: flex
}

.widget.featured .owl-carousel .owl-stage .owl-item .product-item {
    height: 100%
}

.widget.featured .owl-carousel .owl-stage .owl-item .product-item-info {
    max-width: 300px;
    margin: auto
}

.widget.featured .owl-carousel .owl-stage .owl-item .product-item-info .product-item-actions {
    flex: 0 1 auto
}

.block.widget.featured .page-title {
    margin: 15px 0 25px;
    padding: 30px 0 5px;
    border-bottom: none;
    border-top: 1px solid #eae9e9
}

.account .widget.featured .product-item-photo {
    display: flex;
    justify-content: center
}

.cms-index-index .widget.featured.grid .page-title, .cms-index-index .widget.featured.grid .block-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
    max-width: 580px
}

@media (min-width: 768px) {
    .cms-index-index .widget.featured.grid .page-title, .cms-index-index .widget.featured.grid .block-content {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .cms-index-index .widget.featured.grid .page-title, .cms-index-index .widget.featured.grid .block-content {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .cms-index-index .widget.featured.grid .page-title, .cms-index-index .widget.featured.grid .block-content {
        max-width: 1200px
    }
}

@media (min-width: 1400px) {
    .cms-index-index .widget.featured.grid .page-title, .cms-index-index .widget.featured.grid .block-content {
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1400.00004px
    }
}

.cms-index-index .widget.featured.grid .owl-item .product-item {
    max-width: 100%;
    margin: auto
}

.block.featured:before, .block.featured:after {
    display: table;
    content: "";
    line-height: 0
}

.block.featured:after {
    clear: both
}

.block.featured .loader > div {
    position: relative;
    overflow: hidden
}

.block.featured .loader > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/loader.gif) center 100px no-repeat;
    z-index: -1
}

.block.featured .product-image-wrapper {
    height: auto
}

.block.featured .product-image-photo {
    position: relative
}

.block.featured .is-carousel .owl-carousel:not(.owl-loaded) .product-item {
    max-width: 300px
}

.block.featured .is-carousel .owl-dots {
    text-align: center;
    margin-bottom: -25px;
    position: relative;
    margin-top: 15px
}

.block.featured .is-carousel .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    border-radius: 100%;
    background: #000;
    display: inline-block
}

.block.featured .is-carousel .owl-dot:hover, .block.featured .is-carousel .owl-dot .active {
    background: #ccc
}

.block.featured[role=tablist] .page-title {
    margin-right: 15px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    transition: all .3s ease;
    float: left
}

.block.featured[role=tablist] .page-title:before, .block.featured[role=tablist] .page-title:after {
    font-size: 14px;
    top: 3px;
    display: none
}

.block.featured[role=tablist] .block-content {
    float: right;
    margin-left: -100%;
    padding: 3rem 0 0;
    width: 100%;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .block.featured[role=tablist] .page-title {
        display: block;
        margin-right: 0;
        font-size: 18px;
        margin-bottom: 9px;
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        float: none
    }

    .block.featured[role=tablist] .page-title:before, .block.featured[role=tablist] .page-title:after {
        display: block
    }

    .block.featured[role=tablist] .block-content {
        float: none;
        margin-left: 0;
        margin-bottom: 35px
    }

    .block.featured[role=tablist][role=tablist] {
        border: 1px solid #eae9e9;
        padding: 10px
    }

    .block.featured[role=tablist][role=tablist] .page-title {
        transition: all 0s ease
    }

    .block.featured[role=tablist][role=tablist] > .page-title:not(.active):nth-last-child(2) {
        padding-bottom: 0;
        border-bottom: 0
    }

    .block.featured[role=tablist][role=tablist] .owl-nav {
        top: -40px
    }
}

.block.featured [role=tablist] .category-title {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 0 20px
}

.block.featured [role=tablist] .category-title strong {
    margin-bottom: 0;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400
}

.block.featured [role=tablist] .category-title:before {
    display: none
}

.block.featured [role=tablist] .category-title.active, .block.featured [role=tablist] .category-title:hover {
    color: #000
}

.block.featured [role=tablist] .category-content {
    text-align: left;
    float: right;
    margin-left: -100%;
    padding: 70px 0 0;
    width: 100%
}

.block.featured [role=tablist] .owl-nav {
    top: -48px
}

@media (max-width: 767px) {
    .block.featured [role=tablist] .category-title {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        padding-bottom: 10px;
        margin-right: 0;
        font-size: 18px;
        border-bottom: 1px solid #eae9e9;
        float: none
    }

    .block.featured [role=tablist] .category-title:before {
        display: block
    }

    .block.featured [role=tablist] .category-content {
        float: none;
        margin-left: 0;
        padding-top: 50px
    }

    .block.featured [role=tablist][role=tablist] {
        border: 1px solid #eae9e9;
        padding: 10px
    }

    .block.featured [role=tablist][role=tablist] > .category-title:not(.active):nth-last-child(2) {
        padding-bottom: 0;
        border-bottom: 0
    }

    .block.featured [role=tablist][role=tablist] .owl-nav {
        top: -40px
    }
}

.block.featured .fotorama-item .fotorama__stage {
    margin-bottom: 0
}

.sidebar .block.widget.featured[role=tablist] .title[role=tab], .sidebar .block.widget.featured[role=tablist] .title[data-role=collapsible], .sidebar .block.widget.featured[role=tabpanel] .title[role=tab], .sidebar .block.widget.featured[role=tabpanel] .title[data-role=collapsible], .sidebar .block.widget.featured [role=tablist] .title[role=tab], .sidebar .block.widget.featured [role=tablist] .title[data-role=collapsible], .sidebar .block.widget.featured [role=tabpanel] .title[role=tab], .sidebar .block.widget.featured [role=tabpanel] .title[data-role=collapsible] {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px
}

.sidebar .block.widget.featured[role=tablist] .title[role=tab] strong, .sidebar .block.widget.featured[role=tablist] .title[data-role=collapsible] strong, .sidebar .block.widget.featured[role=tabpanel] .title[role=tab] strong, .sidebar .block.widget.featured[role=tabpanel] .title[data-role=collapsible] strong, .sidebar .block.widget.featured [role=tablist] .title[role=tab] strong, .sidebar .block.widget.featured [role=tablist] .title[data-role=collapsible] strong, .sidebar .block.widget.featured [role=tabpanel] .title[role=tab] strong, .sidebar .block.widget.featured [role=tabpanel] .title[data-role=collapsible] strong {
    line-height: 1.8rem
}

.sidebar .block.widget.featured[role=tablist] .title[role=tab]:before, .sidebar .block.widget.featured[role=tablist] .title[data-role=collapsible]:before, .sidebar .block.widget.featured[role=tabpanel] .title[role=tab]:before, .sidebar .block.widget.featured[role=tabpanel] .title[data-role=collapsible]:before, .sidebar .block.widget.featured [role=tablist] .title[role=tab]:before, .sidebar .block.widget.featured [role=tablist] .title[data-role=collapsible]:before, .sidebar .block.widget.featured [role=tabpanel] .title[role=tab]:before, .sidebar .block.widget.featured [role=tabpanel] .title[data-role=collapsible]:before {
    top: 0;
    display: inline-block
}

.sidebar .block.widget.featured[role=tablist] .block-content, .sidebar .block.widget.featured[role=tabpanel] .block-content, .sidebar .block.widget.featured [role=tablist] .block-content, .sidebar .block.widget.featured [role=tabpanel] .block-content {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items, .sidebar .block.widget.featured [role=tablist] .block-content .product-items, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items {
    display: block
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured[role=tablist] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .products-grid .product-item, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .products-list .product-item {
    max-width: 100%
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .product-item-photo {
    position: relative
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-items .product-item-details, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-items .product-item-details, .sidebar .block.widget.featured [role=tablist] .block-content .product-items .product-item-details, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-items .product-item-details {
    margin: 0
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-item-info, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-item-info, .sidebar .block.widget.featured [role=tablist] .block-content .product-item-info, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-item-info {
    margin: 0
}

.sidebar .block.widget.featured[role=tablist] .block-content .product-item-info:hover, .sidebar .block.widget.featured[role=tablist] .block-content .product-item-info.active, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-item-info:hover, .sidebar .block.widget.featured[role=tabpanel] .block-content .product-item-info.active, .sidebar .block.widget.featured [role=tablist] .block-content .product-item-info:hover, .sidebar .block.widget.featured [role=tablist] .block-content .product-item-info.active, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-item-info:hover, .sidebar .block.widget.featured [role=tabpanel] .block-content .product-item-info.active {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.sidebar .block.widget.featured[role=tablist] .owl-controls, .sidebar .block.widget.featured[role=tabpanel] .owl-controls, .sidebar .block.widget.featured [role=tablist] .owl-controls, .sidebar .block.widget.featured [role=tabpanel] .owl-controls {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 15px 20px;
    text-align: center
}

.sidebar .block.widget.featured[role=tablist] .owl-controls .owl-pagination .owl-page, .sidebar .block.widget.featured[role=tabpanel] .owl-controls .owl-pagination .owl-page, .sidebar .block.widget.featured [role=tablist] .owl-controls .owl-pagination .owl-page, .sidebar .block.widget.featured [role=tabpanel] .owl-controls .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 5px;
    border-radius: 50%
}

.sidebar .block.widget.featured[role=tablist] .category-title, .sidebar .block.widget.featured[role=tabpanel] .category-title, .sidebar .block.widget.featured [role=tablist] .category-title, .sidebar .block.widget.featured [role=tabpanel] .category-title {
    width: 100%;
    text-align: left
}

.sidebar .block.widget.featured[role=tablist] .category-title:before, .sidebar .block.widget.featured[role=tabpanel] .category-title:before, .sidebar .block.widget.featured [role=tablist] .category-title:before, .sidebar .block.widget.featured [role=tabpanel] .category-title:before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0px, 0px)
}

.sidebar .block.widget.featured[role=tablist] .category-title.active:before, .sidebar .block.widget.featured[role=tabpanel] .category-title.active:before, .sidebar .block.widget.featured [role=tablist] .category-title.active:before, .sidebar .block.widget.featured [role=tabpanel] .category-title.active:before {
    content: "\f106"
}

.sidebar .block.widget.featured[role=tablist] .category-title strong, .sidebar .block.widget.featured[role=tabpanel] .category-title strong, .sidebar .block.widget.featured [role=tablist] .category-title strong, .sidebar .block.widget.featured [role=tabpanel] .category-title strong {
    padding: 0;
    font-size: 16px
}

.sidebar .block.widget.featured[role=tablist] .category-content, .sidebar .block.widget.featured[role=tabpanel] .category-content, .sidebar .block.widget.featured [role=tablist] .category-content, .sidebar .block.widget.featured [role=tabpanel] .category-content {
    float: none;
    margin-left: 0;
    padding: 20px 0 0;
    text-align: left;
    width: 100%
}

.sidebar .block.widget.featured .products-list .product-items {
    padding-top: 20px
}

.sidebar .block.widget.featured .products-list .product-items .product-item {
    float: none;
    display: block;
    margin-bottom: 45px
}

.sidebar .block.widget.featured .products-list .product-items .product-item-info {
    display: block;
    margin-left: 0;
    margin-right: 0
}

.sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
    display: none
}

.sidebar .block.widget.featured .products-list .product-items .product-item-details {
    overflow: hidden;
    display: block
}

.sidebar .block.widget.featured .products-list .product-items .product-item-photo {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    padding: 0 10px 10px 0
}

.sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
    display: block;
    margin-bottom: 5px
}

.sidebar .block.widget.featured .products-list .product-items .product-image-photo {
    padding: 0
}

.sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
    overflow: visible
}

.sidebar .block.widget.featured .products-list .product-items .product-label {
    left: 0;
    right: auto;
    top: -20px
}

.sidebar .block.widget.featured .not-found {
    padding: 0 0 25px;
    margin: -25px 0 0
}

.sidebar .sidebar-featured .collapsible-block {
    margin-top: 0
}

.sidebar .sidebar-featured .block {
    margin-bottom: 0
}

.sidebar .sidebar-featured .block .block-title {
    margin-bottom: 5px
}

.widget.featured .product-items.owl-carousel {
    margin: 0
}

.widget.featured .owl-item .product-item {
    max-width: 100%
}

.widget.featured .products-grid .product-item {
    border-bottom: 0;
    padding-bottom: 0
}

.widget.featured .product-item {
    position: relative
}

.widget.featured .product-item .product-label {
    font-size: 12px;
    background: #231f20;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 8px 0;
    line-height: 19px;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    z-index: 2
}

.widget.featured .page-title {
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .widget.featured .page-title {
        text-align: left;
        padding-right: 70px
    }
}

.widget.featured .product-item-info {
    position: relative
}

.widget.featured .owl-nav {
    position: absolute;
    top: -70px;
    right: 20px
}

.widget.featured .owl-nav .owl-prev, .widget.featured .owl-nav .owl-next {
    padding: 0;
    margin-left: 20px;
    display: inline-block
}

.widget.featured .owl-nav .owl-prev:before, .widget.featured .owl-nav .owl-next:before {
    font-family: "Linearicons";
    font-size: 22px;
    color: inherit;
    vertical-align: middle
}

.widget.featured .owl-nav .owl-prev:before {
    content: "\e93b"
}

.widget.featured .owl-nav .owl-next:before {
    content: "\e93c"
}

.widget.featured.products-center .product-item-info {
    text-align: center
}

.widget.featured .rating-summary .label {
    display: none
}

.widget.featured .block-title {
    margin-bottom: 50px
}

.widget.featured .list .product-reviews-summary {
    padding-top: 0
}

.widget.featured .list .reviews-actions {
    display: none
}

.widget.featured .list .product-item-details {
    padding-right: 0
}

.widget.featured .products-list .product-item-info {
    margin: 0;
    flex-wrap: nowrap
}

.widget.featured .products-list .product-item {
    margin-bottom: 30px
}

.widget.featured .products-list .product-item:last-child {
    margin-bottom: 0
}

.widget.featured .products-list .product-item-photo {
    width: 155px
}

.widget.featured .products-list .price-box {
    margin-bottom: 12px
}

.widget.featured .products-list .price {
    font-size: 24px
}

.widget.featured .products-list .old-price .price {
    font-size: 16px
}

@media (max-width: 991px) {
    .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (max-width: 579px) {
    .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .featured .products-list .product-item-info {
        flex-wrap: wrap
    }

    .sidebar .featured .products-list .product-item-info .product-item-photo {
        margin-bottom: 10px
    }
}

.featured-banner-flex .featured-banner {
    margin-bottom: 20px
}

.layout_4 .products-list .product-items {
    border-top: 1px solid #eae9e9;
    padding-top: 80px
}

@media (max-width: 1199px) {
    .layout_4 .products-list .product-items {
        padding-top: 30px
    }
}

.layout_4 .widget.featured .owl-nav {
    top: -97px
}

.layout_4 .widget.featured .owl-nav .owl-prev:before, .layout_4 .widget.featured .owl-nav .owl-next:before {
    font-size: 16px
}

.parallax-container {
    margin-bottom: 92px;
    text-align: center
}

.parallax-container .rd-parallax-inner {
    min-height: 658px
}

.parallax-container .parallax-title {
    font-size: 84px;
    line-height: 84px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.parallax-container .parallax-slog {
    font-size: 24px;
    line-height: normal;
    color: #fff
}

.parallax-container .link-parallax {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    margin-top: 50px;
    padding: 17px 40px;
    font-size: 16px
}

.parallax-container .link-parallax span {
    font-family: 'Geomanist', sans-serif
}

.parallax-container .link-parallax:hover {
    color: #fff
}

.parallax-container .parallax-slog-2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 43px
}

.parallax-container .parallax-title-2 {
    font-size: 84px;
    line-height: 87px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -15px
}

.parallax-container .parallax-title-2 strong {
    display: block;
    font-weight: 700
}

@media (max-width: 991px) {
    .parallax-container {
        padding-bottom: 50px;
        margin-bottom: 50px
    }

    .parallax-container .rd-parallax-inner {
        min-height: 300px;
        padding: 65px 20px
    }

    .parallax-container .parallax-title {
        font-size: 41px;
        line-height: 50px
    }

    .parallax-container .parallax-slog {
        font-size: 18px
    }

    .parallax-container .parallax-slog-2 {
        font-size: 20px
    }

    .parallax-container .parallax-title-2 {
        font-size: 46px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 0
    }
}

@media (max-width: 579px) {
    .parallax-container .parallax-title-2 {
        font-size: 38px
    }
}

.mobile .parallax-container .text-layout {
    padding: 50px 0
}

@media (max-width: 991px) {
    .parallax-container.parallax-4 {
        padding-bottom: 0
    }
}

@font-face {
    font-family: 'furniture';
    src: url("../../frontend/TemplateMonster/theme007/en_US/fonts/fontello/furniture.eot?3955673");
    src: url("../fonts/furniture.eot") format("embedded-opentype"), url("../fonts/furniture.woff2") format("woff2"), url("../fonts/furniture.woff") format("woff"), url("../fonts/furniture.ttf") format("truetype"), url("../fonts/furniture.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=furniture-icon-]:before, [class*=" furniture-icon-"]:before {
    font-family: "furniture";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.furniture-icon-16:before {
    content: '\e800'
}

.furniture-icon-14:before {
    content: '\e801'
}

.furniture-icon-13:before {
    content: '\e802'
}

.furniture-icon-12:before {
    content: '\e803'
}

.furniture-icon-09:before {
    content: '\e804'
}

.furniture-icon-10:before {
    content: '\e805'
}

.furniture-icon-08:before {
    content: '\e806'
}

.furniture-icon-07:before {
    content: '\e807'
}

.furniture-icon-06:before {
    content: '\e808'
}

.furniture-icon-05:before {
    content: '\e809'
}

.furniture-icon-04:before {
    content: '\e80a'
}

.furniture-icon-03:before {
    content: '\e80b'
}

.furniture-icon-02:before {
    content: '\e80c'
}

.furniture-icon-01:before {
    content: '\e80d'
}

.layout-switcher {
    z-index: 3
}

.layout-switcher .select-container select {
    min-height: 30px
}

.layout-switcher .select-container:after {
    top: 3px
}

.layout-switcher label {
    padding-bottom: 0
}

.layout-switcher section .inner {
    padding-bottom: 15px
}

@media (max-height: 800px) {
    .layout-switcher form {
        overflow-y: scroll;
        max-height: 400px
    }
}

.sm-wrapper {
    padding: 30px 0;
    position: relative;
    display: flex;
    flex-direction: column
}

.sm-wrapper .logo {
    display: table;
    margin: 0 auto 30px
}

.sm-wrapper .copyright {
    text-align: center;
    display: block;
    font-size: 12px;
    margin-top: 30px
}

.sm-container-wrapper {
    flex: 1 0 auto;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09) inset;
    padding: 0 20px
}

.sm-main {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    color: #fff;
    padding: 180px 0
}

.sm-title {
    font-weight: 500;
    line-height: 1
}

#sm-content-block {
    margin-bottom: 65px
}

#sm-content-block .sm-title {
    font-size: 65px;
    margin-bottom: 40px;
    font-weight: 800
}

#sm-content-block .sm-description {
    font-size: 16px;
    line-height: 28px
}

#sm-subscription-block .sm-title {
    font-size: 35px;
    margin-bottom: 40px
}

.sm-content {
    max-width: 450px;
    margin: 0 auto
}

.sm-content .sm-button {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px
}

.sm-content .sm-button span {
    font-family: 'Geomanist', sans-serif
}

.sm-content .sm-button:hover {
    color: #fff
}

.sm-subscription {
    display: flex
}

.sm-subscription input {
    margin-right: 10px;
    height: 50px
}

#sm-timer-block {
    margin-bottom: 50px
}

#sm-timer {
    display: flex;
    justify-content: center;
    font-size: 75px;
    font-weight: 500;
    line-height: 1
}

#sm-timer > div {
    min-width: 125px;
    position: relative;
    margin: 0 8px
}

#sm-timer span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px
}

#sm-timer b {
    position: absolute;
    top: 20%;
    right: -17%
}

@media (max-width: 767px) {
    #sm-content-block {
        margin-bottom: 30px
    }

    #sm-content-block .sm-title {
        font-size: 30px;
        margin-bottom: 25px
    }

    #sm-content-block .sm-description {
        font-size: 14px;
        line-height: 20px
    }

    #sm-subscription-block .sm-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    #sm-timer {
        font-size: 26px
    }

    #sm-timer > div {
        min-width: 30px
    }

    #sm-timer span {
        font-size: 14px
    }

    #sm-timer b {
        right: -16px
    }
}

@media (max-width: 579px) {
    .sm-main {
        padding: 50px 0
    }

    .sm-subscription {
        display: block
    }

    .sm-button {
        width: 100%;
        margin-top: 10px
    }
}

#amasty-shopby-product-list .toolbar .control .select2-selection {
    background-color: #f2f2f2;
    border-radius: 6px;
    border: 1px solid transparent
}

#amasty-shopby-product-list .toolbar .control .select2-container--focus .selection .select2-selection {
    border: 1px solid #00a3e0
}

#layered-filter-block .filter-options .am-labels-folding .item a.amshopby-filter-parent {
    padding-left: 0
}

.filter-options-content form .item a input {
    display: none
}

.filter-options-content form .item .amshopby-filter-parent {
    color: #231f20;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 13px
}

.sidebar .block .block-title strong {
    font-size: 28px
}

.filter-options-item .filter-options-content .item .amshopby-filter-parent {
    font-weight: 500
}

.filter-options-item .filter-options-content .item .amshopby-filter-parent .count {
    font-weight: 400
}

.filter-options-item .filter-options-content .item .items-children .amshopby-filter-parent {
    font-weight: 400;
    font-size: 12px
}

.filter-options-item .filter-options-content .item a {
    color: #231f20
}

.filter-options-item .filter-options-content .item a.am_shopby_link_selected {
    color: #00a3e0
}

.filter-options-item .filter-options-content .count {
    float: none
}

.filter-options-item .filter-options-title {
    font-size: 15px
}

.children-category-container .wrapper .category-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left
}

.children-category-container .wrapper .category-item:hover {
    border-color: #fff;
    box-shadow: none
}

.children-category-container .wrapper .category-item-image {
    margin-bottom: 0
}

.children-category-container .wrapper .category-item-content {
    padding-left: 25px;
    color: #231f20
}

.children-category-container .wrapper .category-item-title {
    margin: 0;
    font-weight: 500;
    font-size: 100%
}

.children-category-container .wrapper .category-item-description {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.2;
    color: #888
}

#amasty-shopby-product-list .filter-toggle-full span {
    font-size: 16px
}

.layout_3 .filter-toggle-full {
    line-height: 70%
}

.layout_3 .filter-toggle-full:hover {
    line-height: 70%
}

.layout_3 .toolbar-products .toolbar-amount {
    text-align: center
}

.grid-left-fixed .sidebar {
    width: 310px
}

.filter-options-content .am-swatch-link .image {
    min-width: 22px !important
}

#amasty-shopby-product-list .products-grid .label-third, #amasty-shopby-product-list .products-grid .label-first {
    display: flex;
    align-items: center
}

#amasty-shopby-product-list .products-grid .asseco-label {
    line-height: 1.5
}

#amasty-shopby-product-list .products-grid .product-link:hover {
    color: #231f20
}

#amasty-shopby-product-list .products-grid .divider {
    color: #a7a5a6
}

#amasty-shopby-product-list .products-grid .asseco-label-group {
    position: absolute
}

@media (max-width: 579px) {
    #amasty-shopby-product-list .products-grid .asseco-label-group {
        position: relative
    }
}

#amasty-shopby-product-list .products-grid .product-item-name .product-item-link.labeled-product {
    padding-top: 35px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #amasty-shopby-product-list .products-grid .product-item-name .product-item-link.labeled-product {
        padding-top: 47px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #amasty-shopby-product-list .products-grid .product-item-name .product-item-link.labeled-product {
        padding-top: 70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #amasty-shopby-product-list .products-grid .product-item-name .product-item-link.labeled-product {
        padding-top: 50px
    }
}

@media (min-width: 580px) and (max-width: 767px) {
    #amasty-shopby-product-list .products-grid .product-item-name .product-item-link.labeled-product {
        padding-top: 70px
    }
}

@media (max-width: 579px) {
    #amasty-shopby-product-list .products-grid .product-item-name .product-item-link.labeled-product {
        padding-top: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #amasty-shopby-product-list .products-grid .product-item-name .product-item-link {
        font-size: 17px
    }
}

#amasty-shopby-product-list .products-list .label-third, #amasty-shopby-product-list .products-list .label-first {
    display: flex;
    align-items: center
}

#amasty-shopby-product-list .products-list .divider {
    color: #a7a5a6
}

@media (min-width: 992px) {
    #amasty-shopby-product-list .products-list .asseco-label-group {
        flex-direction: row
    }

    #amasty-shopby-product-list .products-list .asseco-label-group .divider {
        display: block
    }

    #amasty-shopby-product-list .products-list .asseco-label-group .label-third {
        margin-bottom: 0
    }
}

#amasty-shopby-product-list .asseco-label-group {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    padding-top: 5px
}

@media (max-width: 1399px) {
    #amasty-shopby-product-list .asseco-label-group {
        flex-direction: column
    }

    #amasty-shopby-product-list .asseco-label-group .divider {
        display: none
    }
}

@media (max-width: 579px) {
    #amasty-shopby-product-list .asseco-label-group {
        flex-direction: row
    }

    #amasty-shopby-product-list .asseco-label-group .divider {
        display: block
    }

    #amasty-shopby-product-list .asseco-label-group .label-third {
        margin-bottom: 0
    }
}

@media (max-width: 350px) {
    #amasty-shopby-product-list .asseco-label-group {
        flex-direction: column
    }

    #amasty-shopby-product-list .asseco-label-group .divider {
        display: none
    }
}

#amasty-shopby-product-list .product-item-name {
    font-size: 20px;
    flex-grow: 1
}

#amasty-shopby-product-list .product-item-name .product-item-link {
    display: flex;
    padding-top: 10px;
    word-break: break-word
}

#amasty-shopby-product-list .product-item-description .more {
    display: none
}

#amasty-shopby-product-list .actions-primary .more {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal;
    font-weight: 500;
    padding: 0;
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

#amasty-shopby-product-list .actions-primary .more:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

#amasty-shopby-product-list .actions-primary .more span:before {
    display: none
}

#amasty-shopby-product-list .product-item-actions {
    display: flex;
    flex-direction: row;
    align-items: center
}

#amasty-shopby-product-list .product-item-actions .actions-secondary {
    margin-left: 10px;
    padding-top: 0
}

.asseco-label-group .asseco-label {
    display: inline-block;
    font-weight: 500
}

.asseco-label-group .divider {
    padding: 0 5px
}

.asseco-label-group .divider:before {
    font-size: 7px;
    content: "\2022"
}

#amasty-shopby-product-list .products-grid .asseco-label-group {
    padding-top: 5px
}

#amasty-shopby-product-list .products-list .asseco-label-group {
    padding-top: 0;
    padding-bottom: 10px
}

#amasty-shopby-product-list .products-list .product-item-link {
    padding-top: 0
}

#amasty-shopby-product-list .products-list .short-description div {
    height: 100% !important;
    padding: 10px;
    width: 100% !important
}

#amasty-shopby-product-list .product-item-details {
    display: flex;
    flex-direction: column
}

#amasty-shopby-product-list .product-item-details .product-item-name {
    display: flex;
    flex-direction: column;
    order: 2;
    margin-bottom: 0;
    padding-bottom: 15px
}

#amasty-shopby-product-list .product-item-details .product-item-description {
    order: 3;
    margin-bottom: 0
}

#amasty-shopby-product-list .product-item-details .product-item-description p {
    margin-bottom: 0
}

#amasty-shopby-product-list .product-item-details .product-item-description .short-description, #amasty-shopby-product-list .product-item-details .product-item-description .short-description a {
    color: #231f20
}

#amasty-shopby-product-list .product-item-details .price-box {
    order: 4;
    padding: 0
}

#amasty-shopby-product-list .product-item-details .price-box .price-box {
    padding-top: 0;
    padding-bottom: 0
}

#amasty-shopby-product-list .product-item-details .product-item-inner {
    order: 5;
    padding-top: 15px
}

#amasty-shopby-product-list .product-item-details .product-item-inner .stock.unavailable {
    padding-top: 4px
}

.products-grid .price-box {
    padding-top: 15px;
    padding-bottom: 15px
}

.products-list .product-item-name {
    padding-bottom: 0
}

.products-list .short-description {
    padding: 15px 0
}

.products-list .price-box {
    padding-top: 15px;
    padding-bottom: 15px
}

.products-list .price-box .old-price {
    display: block
}

.products-list .product-link {
    display: flex;
    flex-direction: column
}

.products-list .product-link:hover {
    color: #231f20
}

.products-list .product-link:hover .product-item-description {
    color: #231f20
}

.products-list .product-item-inner {
    padding-top: 0
}

.products-list .product-item-inner .product-item-actions {
    padding-top: 0
}

.products-list .product-item-details {
    display: flex;
    flex-direction: column
}

@media (max-width: 767px) {
    .products-grid .product-item {
        padding-left: 20px;
        padding-right: 20px
    }

    #amasty-shopby-product-list .toolbar-products .filter-toggle, #amasty-shopby-product-list .control .sorter-options {
        width: 140px;
        height: 48px;
        font-size: 16px
    }
}

@media (max-width: 579px) {
    #amasty-shopby-product-list .toolbar-products .filter-toggle {
        width: 125px
    }

    #amasty-shopby-product-list .toolbar-products .sorter-action {
        padding-left: 17px
    }

    #amasty-shopby-product-list .toolbar-products .pages .pages-item-previous, #amasty-shopby-product-list .toolbar-products .pages .pages-item-next {
        display: none
    }

    #amasty-shopby-product-list .toolbar-bottom .toolbar-products .filter-toggle {
        width: 180px
    }

    #amasty-shopby-product-list .control {
        width: 125px
    }

    #amasty-shopby-product-list .toolbar-bottom {
        padding-top: 20px
    }
}

@media (max-width: 350px) {
    #amasty-shopby-product-list .toolbar-products .sorter-action {
        padding-left: 11px
    }
}

.item.pages-item-next .next:before {
    color: #231f20;
    font-family: "Linearicons";
    content: '\e93c';
    float: right;
    margin-left: 4px
}

.item.pages-item-next .next:hover:before {
    color: #00a3e0
}

.item.pages-item-next .label {
    display: none
}

.item.pages-item-previous .previous:before {
    color: #231f20;
    font-family: "Linearicons";
    content: '\e93b';
    float: right;
    margin-left: 4px
}

.item.pages-item-previous .previous:hover:before {
    color: #00a3e0
}

.item.pages-item-previous .label {
    display: none
}

.pages .pages-items .item .page {
    width: 48px;
    height: 48px;
    line-height: 48px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .toolbar-amount {
        display: none
    }
}

.cms-index-index .product-item-details .product-item-name {
    order: 1
}

.cms-index-index .product-item-details .price-box {
    order: 2
}

.cms-index-index .product-item-details .product-item-actions {
    order: 3
}

.cms-index-index .product-item-details .product-item-actions .actions-secondary {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.cms-index-index .product-item-details .product-item-actions .actions-secondary .actions {
    padding: 17px 20px
}

.ub-mega-menu .mega {
    margin-bottom: 1px;
    position: relative;
    cursor: pointer
}

.ub-mega-menu .mega:hover {
    color: #00a3e0
}

.ub-mega-menu .child-content {
    display: none
}

.ub-mega-menu .mega-open .menu-parent-icon:after {
    content: "\e939"
}

.ub-mega-menu .mega-open .child-content {
    display: block
}

.ub-mega-menu .mega-closed .menu-parent-icon:after {
    content: "\e93a"
}

.ub-mega-menu .mega-closed .child-content {
    display: none
}

.ub-mega-menu .mega-menu span {
    display: inline-block;
    width: auto
}

.ub-mega-menu .mega-menu .menu-parent-icon:after {
    display: inline-block;
    position: relative;
    font-family: "Linearicons";
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 1;
    right: 0;
    margin-left: 8px
}

.ub-mega-menu .mega-menu.level1 {
    padding-left: 18px
}

.ub-mega-menu .mega .child-content .active a, .ub-mega-menu .mega.has-child.active a.has-child, .ub-mega-menu .mega.active a {
    color: #00a3e0
}

.ub-mega-menu .mega.has-child.active .mega a {
    color: #888
}

.account .account-nav-content .item strong {
    font-weight: 400
}

.ub-mega-menu span.sidemenu-sub {
    display: block;
    cursor: default;
    text-transform: uppercase;
    color: #a7a5a6;
    line-height: 20px;
    text-align: center
}

.catalog-product-view .box-tocart .primary.question span:before {
    font-family: "Linearicons";
    content: "\e957"
}

.ask-about-product-popup {
    display: none
}

.table td.order-items {
    text-align: center;
    padding: 10px
}

@media (min-width: 1400px) {
    .order-items .table th, .order-items .table td {
        padding: 15px
    }

    .order-items .table th:first-child, .order-items .table td:first-child {
        padding-left: 0
    }
}

.order-items .show-more {
    display: block;
    font-size: 14px;
    color: #3e3d3d;
    margin: 15px 0
}

.order-items .show-more:after {
    display: inline-block;
    position: relative;
    font-family: "Linearicons";
    width: 10px;
    height: 10px;
    font-size: 14px;
    line-height: 1;
    right: 0;
    margin-left: 8px
}

.order-items .arrow-down:after {
    content: "\e93a"
}

.order-items .arrow-up:after {
    content: "\e939"
}

.order-items-activator {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500
}

.order-items-table {
    width: 100%;
    margin-bottom: 100px
}

.order-items-table .col {
    text-align: left;
    padding: 15px
}

.order-items-table .col:first-child {
    padding-left: 15px
}

.order-products-toolbar .pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.order-products-toolbar .toolbar-amount {
    display: flex;
    position: relative;
    z-index: 0;
    top: 0;
    flex: 0 0 50%;
    padding: 0
}

.order-products-toolbar .page-of {
    display: none
}

.order-products-toolbar .pages {
    display: block;
    flex: 1 1 100%;
    order: 3;
    margin: 50px 0
}

.order-products-toolbar .pages .item {
    margin: 0
}

.order-products-toolbar .pages .item.pages-item-previous .label, .order-products-toolbar .pages .item.pages-item-next .label {
    display: block
}

.order-products-toolbar .pages .item.pages-item-previous .label:before, .order-products-toolbar .pages .item.pages-item-next .label:before {
    display: none
}

.order-products-toolbar .pages .item.pages-item-previous .previous:before, .order-products-toolbar .pages .item.pages-item-previous .next:before, .order-products-toolbar .pages .item.pages-item-next .previous:before, .order-products-toolbar .pages .item.pages-item-next .next:before {
    display: none
}

.order-products-toolbar .pages .pages-items {
    display: flex;
    align-items: center
}

.order-products-toolbar .pages .pages-items .item .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset;
    height: unset;
    line-height: unset;
    padding: 0 12px;
    background-color: transparent !important;
    font-size: 18px
}

@media (max-width: 767px) {
    .order-products-toolbar .pages .pages-items .item .page {
        font-size: 14px
    }
}

.order-products-toolbar .pages .pages-items .item .page span {
    color: #797979
}

.order-products-toolbar .pages .pages-items .item .page span:hover {
    color: #00a3e0
}

.order-products-toolbar .pages .pages-items .item .page.last .label {
    display: none
}

.order-products-toolbar .pages .pages-items .pages-item-next {
    margin-left: auto
}

.order-products-toolbar .pages .pages-items .pages-item-previous {
    margin-right: auto
}

.order-products-toolbar .pages .pages-items .pages-item-next, .order-products-toolbar .pages .pages-items .pages-item-previous {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-weight: 500
}

.order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    width: 140px;
    line-height: 1;
    border: 1px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    padding: 15px 0;
    border-radius: 6px;
    opacity: .3
}

@media (max-width: 579px) {
    .order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable {
        width: 100px
    }
}

.order-products-toolbar .pages .pages-items .pages-item-next .next, .order-products-toolbar .pages .pages-items .pages-item-next .previous, .order-products-toolbar .pages .pages-items .pages-item-previous .next, .order-products-toolbar .pages .pages-items .pages-item-previous .previous {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.order-products-toolbar .pages .pages-items .pages-item-next .next .label, .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    width: 140px;
    line-height: 1;
    border: 1px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 46px;
    padding: 0;
    border-radius: 6px
}

@media (max-width: 579px) {
    .order-products-toolbar .pages .pages-items .pages-item-next .next .label, .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label {
        width: 100px;
        font-size: 14px
    }
}

.order-products-toolbar .pages .pages-items .pages-item-next .next .label:hover, .order-products-toolbar .pages .pages-items .pages-item-next .previous .label:hover, .order-products-toolbar .pages .pages-items .pages-item-previous .next .label:hover, .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label:hover {
    border: 2px solid #00a3e0
}

.order-products-toolbar .pages .pages-items .current .page span {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-weight: 400
}

@media (max-width: 767px) {
    .order-products-toolbar .pages .pages-items .current .page span {
        color: #797979;
        font-weight: 500
    }
}

.sales-order-view .selectize.shipping, .sales-order-view .selectize.billing, .sales-order-print .selectize.shipping, .sales-order-print .selectize.billing {
    border: 2px solid #e9e9e9;
    padding: 15px 12px;
    min-height: 125px;
    border-radius: 6px;
    font-size: 13px;
    color: #231f20
}

.sales-order-view .selectize.shipping .content, .sales-order-view .selectize.billing .content, .sales-order-print .selectize.shipping .content, .sales-order-print .selectize.billing .content {
    font-style: normal
}

.sales-order-view .selectize.payments, .sales-order-print .selectize.payments {
    color: #231f20;
    font-size: 13px
}

.sales-order-view .selectize.payments .box-content img, .sales-order-print .selectize.payments .box-content img {
    max-width: 150px
}

.sales-order-view .block-content, .sales-order-print .block-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap
}

.sales-order-view .box-title, .sales-order-print .box-title {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0;
    text-transform: capitalize
}

.sales-order-view .box-shipping-method, .sales-order-print .box-shipping-method {
    font-size: 13px;
    color: #231f20
}

.sales-order-view .top-order-information, .sales-order-print .top-order-information {
    display: flex;
    flex-direction: column
}

.sales-order-view .order-details-items, .sales-order-print .order-details-items {
    order: 1
}

.sales-order-view .order-items .table-caption, .sales-order-print .order-items .table-caption {
    font-weight: 500;
    color: #231f20;
    font-size: 20px;
    display: block;
    padding: 45px 0 0
}

@media (max-width: 767px) {
    .sales-order-view .order-items .table-caption, .sales-order-print .order-items .table-caption {
        padding-top: 35px
    }
}

.sales-order-view .button-back, .sales-order-print .button-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    display: block;
    position: relative;
    padding-bottom: 15px
}

.sales-order-view .button-back span, .sales-order-print .button-back span {
    color: #00a3e0;
    font-size: 14px
}

.sales-order-view .order-items, .sales-order-print .order-items {
    margin-bottom: 0
}

.sales-order-view.account .actions-toolbar .secondary .back, .sales-order-print.account .actions-toolbar .secondary .back {
    display: block
}

.sales-order-view .order-details-items, .sales-order-print .order-details-items {
    margin-bottom: 0
}

.sales-order-view .order-details-items .product-description .items-qty .title, .sales-order-print .order-details-items .product-description .items-qty .title {
    display: none
}

.sales-order-view .order-details-items .product-content, .sales-order-print .order-details-items .product-content {
    display: flex;
    width: 100%
}

.sales-order-view .order-details-items .col.name, .sales-order-print .order-details-items .col.name {
    margin-right: auto
}

.sales-order-view .order-details-items .col.name .product-view, .sales-order-print .order-details-items .col.name .product-view {
    opacity: 0
}

.sales-order-view .order-details-items .col .product-view, .sales-order-print .order-details-items .col .product-view {
    display: flex;
    color: #231f20;
    font-size: 12px;
    text-transform: uppercase
}

.sales-order-view .order-details-items .col .price-excluding-tax, .sales-order-view .order-details-items .col .price-excluding-tax, .sales-order-view .order-details-items .col .items-qty, .sales-order-print .order-details-items .col .price-excluding-tax, .sales-order-print .order-details-items .col .price-excluding-tax, .sales-order-print .order-details-items .col .items-qty {
    padding: 0 15px
}

.sales-order-view .order-details-items .col .price-excluding-tax .item, .sales-order-view .order-details-items .col .price-excluding-tax .cart-price, .sales-order-view .order-details-items .col .price-excluding-tax .item, .sales-order-view .order-details-items .col .price-excluding-tax .cart-price, .sales-order-view .order-details-items .col .items-qty .item, .sales-order-view .order-details-items .col .items-qty .cart-price, .sales-order-print .order-details-items .col .price-excluding-tax .item, .sales-order-print .order-details-items .col .price-excluding-tax .cart-price, .sales-order-print .order-details-items .col .price-excluding-tax .item, .sales-order-print .order-details-items .col .price-excluding-tax .cart-price, .sales-order-print .order-details-items .col .items-qty .item, .sales-order-print .order-details-items .col .items-qty .cart-price {
    display: flex;
    justify-content: center
}

.sales-order-view .order-details-items .col .price-excluding-tax .price, .sales-order-view .order-details-items .col .price-excluding-tax .content, .sales-order-view .order-details-items .col .price-excluding-tax .price, .sales-order-view .order-details-items .col .price-excluding-tax .content, .sales-order-view .order-details-items .col .items-qty .price, .sales-order-view .order-details-items .col .items-qty .content, .sales-order-print .order-details-items .col .price-excluding-tax .price, .sales-order-print .order-details-items .col .price-excluding-tax .content, .sales-order-print .order-details-items .col .price-excluding-tax .price, .sales-order-print .order-details-items .col .price-excluding-tax .content, .sales-order-print .order-details-items .col .items-qty .price, .sales-order-print .order-details-items .col .items-qty .content {
    font-size: 14px;
    color: #231f20
}

.sales-order-view .order-details-items .col .price-excluding-tax .price:after, .sales-order-view .order-details-items .col .price-excluding-tax .content:after, .sales-order-view .order-details-items .col .price-excluding-tax .price:after, .sales-order-view .order-details-items .col .price-excluding-tax .content:after, .sales-order-view .order-details-items .col .items-qty .price:after, .sales-order-view .order-details-items .col .items-qty .content:after, .sales-order-print .order-details-items .col .price-excluding-tax .price:after, .sales-order-print .order-details-items .col .price-excluding-tax .content:after, .sales-order-print .order-details-items .col .price-excluding-tax .price:after, .sales-order-print .order-details-items .col .price-excluding-tax .content:after, .sales-order-print .order-details-items .col .items-qty .price:after, .sales-order-print .order-details-items .col .items-qty .content:after {
    display: none
}

.sales-order-view .order-details-items .col .items-qty, .sales-order-print .order-details-items .col .items-qty {
    padding: 0 25px
}

.sales-order-view .order-details-items .product-view, .sales-order-print .order-details-items .product-view {
    display: flex;
    justify-content: center;
    padding-bottom: 31px
}

.sales-order-view .order-details-items .product-item-name, .sales-order-print .order-details-items .product-item-name {
    font-size: 16px;
    color: #231f20;
    padding-bottom: 6px;
    max-width: 275px
}

.sales-order-view .order-details-items .item-label, .sales-order-print .order-details-items .item-label {
    color: #a7a5a6;
    font-size: 12px
}

.sales-order-view .order-details-items .item-desc, .sales-order-print .order-details-items .item-desc {
    color: #231f20;
    font-size: 12px
}

.sales-order-view .top-order-information .order-totals-sales .subtotal, .sales-order-view .top-order-information .order-totals-sales .discount, .sales-order-view .top-order-information .order-totals-sales .shipping, .sales-order-print .top-order-information .order-totals-sales .subtotal, .sales-order-print .top-order-information .order-totals-sales .discount, .sales-order-print .top-order-information .order-totals-sales .shipping {
    display: none
}

.sales-order-view .top-order-information .page-main-title, .sales-order-print .top-order-information .page-main-title {
    display: block;
    position: relative;
    color: #231f20;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .sales-order-view .top-order-information .page-main-title, .sales-order-print .top-order-information .page-main-title {
        font-size: 24px;
        padding-bottom: 10px;
        order: -1
    }
}

.sales-order-view .top-order-information .order-label, .sales-order-view .top-order-information .order-date .label, .sales-order-view .top-order-information .grand_total .mark, .sales-order-print .top-order-information .order-label, .sales-order-print .top-order-information .order-date .label, .sales-order-print .top-order-information .grand_total .mark {
    display: block;
    color: #231f20;
    font-size: 12px;
    text-transform: uppercase
}

.sales-order-view .top-order-information .order-id, .sales-order-view .top-order-information .grand_total .amount .price, .sales-order-print .top-order-information .order-id, .sales-order-print .top-order-information .grand_total .amount .price {
    color: #231f20;
    font-size: 18px;
    font-weight: 400
}

.sales-order-view .top-order-information .order-date .date, .sales-order-print .top-order-information .order-date .date {
    color: #231f20;
    font-size: 14px;
    font-style: normal
}

.sales-order-view .top-order-information .payment-method span, .sales-order-print .top-order-information .payment-method span {
    color: #231f20;
    font-size: 14px
}

.sales-order-view .top-order-information .order-totals-sales strong, .sales-order-print .top-order-information .order-totals-sales strong {
    font-weight: 400
}

.sales-order-view .top-order-information .order-status, .sales-order-print .top-order-information .order-status {
    font-size: 14px;
    color: #231f20
}

.sales-order-view .top-order-information .order-date, .sales-order-view .top-order-information .order-totals-sales, .sales-order-view .top-order-information .payment-method, .sales-order-print .top-order-information .order-date, .sales-order-print .top-order-information .order-totals-sales, .sales-order-print .top-order-information .payment-method {
    margin-top: 20px
}

.sales-order-view .top-order-information .order-label.status, .sales-order-print .top-order-information .order-label.status {
    margin-top: 15px
}

.sales-order-view .top-order-information .order-actions-toolbar .actions, .sales-order-print .top-order-information .order-actions-toolbar .actions {
    display: flex;
    font-size: 12px;
    width: 100%
}

.sales-order-view .top-order-information .order-actions-toolbar .get-order, .sales-order-view .top-order-information .order-actions-toolbar .print, .sales-order-print .top-order-information .order-actions-toolbar .get-order, .sales-order-print .top-order-information .order-actions-toolbar .print {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.sales-order-view .top-order-information .order-actions-toolbar .get-order, .sales-order-print .top-order-information .order-actions-toolbar .get-order {
    margin-right: auto
}

.sales-order-view .top-order-information .order-actions-toolbar .get-order .order-print, .sales-order-print .top-order-information .order-actions-toolbar .get-order .order-print {
    margin-right: 20px
}

.sales-order-view .top-order-information .order-actions-toolbar .print span, .sales-order-print .top-order-information .order-actions-toolbar .print span {
    color: #a7a5a6
}

.sales-order-view .top-order-information .order-actions-toolbar .print .order-print, .sales-order-print .top-order-information .order-actions-toolbar .print .order-print {
    margin-left: 15px
}

.sales-order-view .top-order-information .order-actions-toolbar .print .order-print span, .sales-order-print .top-order-information .order-actions-toolbar .print .order-print span {
    color: #00a3e0
}

.sales-order-view .price-qty-block, .sales-order-print .price-qty-block {
    display: flex
}

.sales-order-view .actions-toolbar, .sales-order-print .actions-toolbar {
    margin: 40px 0 0
}

.sales-order-view .actions-toolbar a, .sales-order-print .actions-toolbar a {
    color: #00a3e0
}

@media (min-width: 768px) {
    .sales-order-view .table-order-items .col.name {
        width: 30%
    }
}

@media (min-width: 992px) {
    .sales-order-view .table-order-items .col.name {
        width: 40%
    }
}

@media (min-width: 1200px) {
    .sales-order-view .table-order-items .col.name {
        width: 50%
    }
}

.sales-order-view .table-order-items .product-content .price-qty-block {
    flex-direction: column;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .sales-order-view .table-order-items .product-content .price-qty-block {
        width: 30%;
        flex-direction: row;
        padding-bottom: 20px
    }
}

@media (min-width: 992px) {
    .sales-order-view .table-order-items .product-content .price-qty-block {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .sales-order-view .table-order-items .product-content .price-qty-block {
        width: 25%
    }
}

.sales-order-view .table-order-items .col.price {
    width: 100%
}

@media (min-width: 768px) {
    .sales-order-view .table-order-items .col.price {
        width: 60%
    }
}

.sales-order-view .table-order-items .col.qty {
    width: 100%
}

@media (min-width: 768px) {
    .sales-order-view .table-order-items .col.qty {
        width: 40%
    }
}

@media (min-width: 1200px) {
    .sales-order-view .table-order-items .col.price, .sales-order-view .table-order-items .col.qty {
        width: 50%
    }
}

@media (min-width: 768px) {
    .sales-order-view .table-order-items .col.subtotal {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .sales-order-view .table-order-items .col.subtotal {
        width: 12.5%
    }
}

.sales-order-view .table-order-items .price-excluding-tax {
    justify-content: center
}

.sales-order-view .table-order-items .product-description .product-content {
    margin-top: 20px
}

@media (min-width: 768px) {
    .sales-order-view .table-order-items .product-description .product-content .product-view {
        display: none
    }
}

.sales-order-view .table-order-items .product-description .product-content:first-of-type {
    margin-top: 0
}

.sales-order-view .table-order-items .product-description .product-content:first-of-type .product-view {
    display: flex
}

.sales-order-view .table-order-items .product-description .product-content:last-of-type {
    margin-bottom: 20px
}

.sales-order-view .selectize.shipping-method .order-tracking {
    display: flex;
    padding-top: 12px
}

.sales-order-view .selectize.shipping-method .tracking-content {
    padding-left: 12px
}

@media (max-width: 767px) {
    .sales-order-view .order-items .table-caption {
        padding-top: 20px
    }

    .sales-order-view .top-order-information .order-actions-toolbar .actions {
        flex-direction: column
    }

    .sales-order-view .top-order-information .order-actions-toolbar .actions .get-order {
        margin-bottom: 10px
    }

    .sales-order-view .button-back {
        padding-bottom: 30px
    }

    .sales-order-view .order-details-items .product-content {
        flex-direction: column
    }

    .sales-order-view .order-details-items .col .product-view {
        justify-content: flex-start;
        padding-bottom: 0
    }

    .sales-order-view .order-details-items .col.price, .sales-order-view .order-details-items .col.qty, .sales-order-view .order-details-items .col.subtotal {
        display: flex;
        justify-content: space-between;
        max-width: 50%
    }

    .sales-order-view .order-details-items .col .price-excluding-tax, .sales-order-view .order-details-items .col .price-excluding-tax, .sales-order-view .order-details-items .col .items-qty {
        padding: 0 0 0 30px
    }

    .sales-order-view .order-details-items .col .items-qty {
        padding: 0 15px 0 0
    }

    .sales-order-view .order-details-items .price-qty-block {
        padding: 30px 0 20px
    }
}

@media (max-width: 579px) {
    .sales-order-view .order-details-items .col.price, .sales-order-view .order-details-items .col.qty, .sales-order-view .order-details-items .col.subtotal {
        max-width: 100%
    }
}

.sales-order-print .selectize.shipping, .sales-order-print .selectize.billing {
    max-width: 180px
}

.sales-order-view .selectize.shipping, .sales-order-view .selectize.billing {
    width: 100%
}

@media (min-width: 768px) {
    .sales-order-view .selectize.shipping, .sales-order-view .selectize.billing {
        width: 50%
    }
}

.sales-order-print .button-back {
    display: none
}

.sales-order-print .block-order-details-view {
    padding-top: 100px
}

.sales-order-history.account .field select {
    max-width: 160px;
    text-transform: lowercase
}

.sales-order-history.account .field .control {
    width: unset
}

.sales-order-history .select2-container {
    text-transform: lowercase
}

.sales-order-history .select2-results__option {
    font-size: 14px;
    padding: 5px 15px;
    text-transform: lowercase
}

.sales-order-history .toolbar-amount, .sales-order-history.account .limiter {
    display: none
}

.sales-order-history .filter-summary {
    display: flex;
    flex-wrap: wrap
}

.sales-order-history .filter-summary .search-bar input {
    width: 242px
}

.sales-order-history .filter-summary .field.filter-order-invoice-number, .sales-order-history .filter-summary .field .control {
    margin-right: 7px
}

.sales-order-history .filter-summary .field.filter-order-invoice-number input[type=text], .sales-order-history .filter-summary .field.filter-order-invoice-number select, .sales-order-history .filter-summary .field.filter-order-invoice-number .selection .select2-selection.select2-selection--single, .sales-order-history .filter-summary .field .control input[type=text], .sales-order-history .filter-summary .field .control select, .sales-order-history .filter-summary .field .control .selection .select2-selection.select2-selection--single {
    font-size: 14px;
    min-height: 40px;
    height: 40px
}

.sales-order-history .filter-summary .field.filter-order-invoice-number select, .sales-order-history .filter-summary .field .control select {
    width: 160px;
    color: #a7a5a6
}

.sales-order-history .filter-summary .field.filter-order-invoice-number input[type=text], .sales-order-history .filter-summary .field .control input[type=text] {
    color: #231f20
}

.sales-order-history .filter-summary .field.filter-order-invoice-number .select2-selection__rendered[title=status], .sales-order-history .filter-summary .field .control .select2-selection__rendered[title=status] {
    color: #a7a5a6
}

.sales-order-history .filter-summary .field.filter-order-invoice-number .select2-container, .sales-order-history .filter-summary .field .control .select2-container {
    min-width: 250px
}

.sales-order-history .orders-history .order-item {
    display: flex;
    padding: 45px 0 35px;
    border-bottom: 1px solid #e9e9e9
}

.sales-order-history .orders-history .order-item .order-actions {
    margin-right: 0
}

.sales-order-history .orders-history .order-number {
    flex: 0 0 40%
}

.sales-order-history .orders-history .order-number .id {
    font-size: 18px;
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.sales-order-history .orders-history .order-number .status {
    font-size: 11px;
    color: #231f20
}

.sales-order-history .orders-history .order-date, .sales-order-history .orders-history .order-price, .sales-order-history .orders-history .order-actions {
    display: flex;
    flex-direction: column;
    flex: 0 0 20%;
    color: #231f20
}

.sales-order-history .orders-history .order-date span, .sales-order-history .orders-history .order-price span, .sales-order-history .orders-history .order-actions span {
    display: flex;
    justify-content: center
}

.sales-order-history .orders-history .order-number .date {
    display: none
}

.sales-order-history .orders-history .order-date {
    font-size: 14px
}

.sales-order-history .orders-history .order-price .price {
    font-size: 18px;
    font-weight: 500;
    color: #231f20
}

.sales-order-history .orders-history .order-price .payment-method {
    font-size: 12px;
    color: #a7a5a6;
    text-align: center
}

.sales-order-history .orders-history .order-actions a {
    font-size: 12px;
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.sales-order-history .orders-history .order-actions span {
    font-size: 14px;
    justify-content: flex-start
}

.sales-order-history .orders-history .order-item > div {
    margin-right: auto
}

.sales-order-history .order-print-action {
    display: flex
}

.sales-order-history .order-print-action .order-print {
    display: flex;
    position: relative;
    bottom: 5px
}

.sales-order-history .order-print-action .order-print:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: cover;
    background-image: url("../images/fv.png")
}

.sales-order-history .order-products-toolbar .pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.sales-order-history .order-products-toolbar .page-of {
    display: none
}

.sales-order-history .order-products-toolbar .pages {
    display: block;
    flex: 1 1 100%;
    order: 3;
    margin: 50px 0
}

.sales-order-history .order-products-toolbar .pages .item {
    margin: 0
}

.sales-order-history .order-products-toolbar .pages .item.pages-item-previous .label, .sales-order-history .order-products-toolbar .pages .item.pages-item-next .label {
    display: block
}

.sales-order-history .order-products-toolbar .pages .item.pages-item-previous .label:before, .sales-order-history .order-products-toolbar .pages .item.pages-item-next .label:before {
    display: none
}

.sales-order-history .order-products-toolbar .pages .item.pages-item-previous .previous:before, .sales-order-history .order-products-toolbar .pages .item.pages-item-previous .next:before, .sales-order-history .order-products-toolbar .pages .item.pages-item-next .previous:before, .sales-order-history .order-products-toolbar .pages .item.pages-item-next .next:before {
    display: none
}

.sales-order-history .order-products-toolbar .pages .pages-items {
    display: flex;
    align-items: center
}

.sales-order-history .order-products-toolbar .pages .pages-items .item .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset;
    height: unset;
    line-height: unset;
    padding: 0 12px;
    background-color: transparent !important;
    font-size: 18px
}

@media (max-width: 767px) {
    .sales-order-history .order-products-toolbar .pages .pages-items .item .page {
        font-size: 14px
    }
}

.sales-order-history .order-products-toolbar .pages .pages-items .item .page span {
    color: #797979
}

.sales-order-history .order-products-toolbar .pages .pages-items .item .page span:hover {
    color: #00a3e0
}

.sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next {
    margin-left: auto
}

.sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous {
    margin-right: auto
}

.sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-weight: 500
}

.sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    width: 140px;
    line-height: 1;
    border: 1px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    padding: 15px 0;
    border-radius: 6px;
    opacity: .3
}

@media (max-width: 579px) {
    .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .label.disable, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .label.disable {
        width: 100px
    }
}

.sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .next, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .previous, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .next, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .previous {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .next .label, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    width: 140px;
    line-height: 1;
    border: 1px solid #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 46px;
    padding: 0;
    border-radius: 6px
}

@media (max-width: 579px) {
    .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .next .label, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .previous .label, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .next .label, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label {
        width: 100px;
        font-size: 14px
    }
}

.sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .next .label:hover, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-next .previous .label:hover, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .next .label:hover, .sales-order-history .order-products-toolbar .pages .pages-items .pages-item-previous .previous .label:hover {
    border: 2px solid #00a3e0
}

.sales-order-history .order-products-toolbar .pages .pages-items .current .page span {
    color: #00a3e0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-weight: 400
}

@media (max-width: 767px) {
    .sales-order-history .order-products-toolbar .pages .pages-items .current .page span {
        color: #797979;
        font-weight: 500
    }
}

.sales-order-history .main-caption {
    display: block;
    color: #231f20;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 50px
}

.sales-order-history .filters {
    margin-bottom: 10px
}

.sales-order-history .filters .filter-actions {
    float: unset;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.sales-order-history .filters .filter-actions button {
    height: 40px;
    padding: 0
}

.sales-order-history .filters .filter-actions button.save {
    padding: 0 33px
}

.sales-order-history .filters .filter-actions button.save span {
    display: block;
    min-width: 40px
}

.sales-order-history .filters .reset {
    color: #00a3e0;
    font-size: 12px
}

.sales-order-history .filters .field {
    margin: 0
}

.sales-order-history .filters .field .filter-date-range-from, .sales-order-history .filters .field .filter-date-range-to {
    display: block;
    position: relative;
    width: 113px;
    margin-right: 7px
}

.sales-order-history .filters .field .filter-date-range-from .filter-datepicker, .sales-order-history .filters .field .filter-date-range-to .filter-datepicker {
    padding: 0 10px 0 20px;
    min-height: 40px;
    line-height: 0;
    width: 113px;
    font-size: 14px;
    margin-right: 0
}

.sales-order-history .filter-actions.reset {
    flex: 1 1 100%
}

.sales-order-history .show-filter-mobile, .sales-order-history .hide-filter-mobile {
    display: none
}

.sales-order-history .filters {
    height: unset
}

.account .actions-toolbar .secondary .back {
    display: none
}

@media (max-width: 1199px) {
    .sales-order-history .filter-actions.reset {
        flex: unset;
        margin-left: 15px
    }

    .filter-actions {
        margin-top: 11px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sales-order-history .filters .field.filter-date-range {
        margin-top: 11px
    }

    .sales-order-history .orders-history .order-number .id {
        font-size: 15px
    }

    .sales-order-history .orders-history .order-price {
        padding: 0 5px
    }

    .sales-order-history .orders-history .order-date, .sales-order-history .orders-history .order-price, .sales-order-history .orders-history .order-actions {
        flex: 0 0 18%
    }
}

@media (max-width: 767px) {
    .sales-order-history .filter-summary .show-filter-mobile {
        font-family: "Geomanist", sans-serif;
        background-color: transparent;
        color: #00a3e0;
        border: 1px solid #00a3e0;
        height: 50px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 6px;
        padding: 14px 25px;
        line-height: normal;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 170px;
        padding: 0 25px
    }

    .sales-order-history .filter-summary .show-filter-mobile:hover {
        border: 2px solid #00a3e0 !important;
        color: #00a3e0;
        background-color: transparent !important
    }

    .sales-order-history .filter-summary .show-filter-mobile.no-display {
        display: none
    }

    .sales-order-history .order-item .order-actions {
        align-items: center
    }

    .sales-order-history .order-item .order-actions .order-print {
        bottom: 0
    }

    .sales-order-history .order-print-action {
        align-items: center
    }

    .sales-order-history .hide-filter-mobile {
        display: block
    }

    .sales-order-history .hide-filter-mobile.no-display {
        display: none
    }

    .sales-order-history .main-caption {
        font-size: 24px
    }

    .sales-order-history .hide-filter-mobile {
        color: #00a3e0;
        font-weight: 500;
        margin-bottom: 20px;
        cursor: pointer
    }

    .sales-order-history .filter-order-invoice-number, .sales-order-history .filter-status, .sales-order-history .filter-date-range {
        flex: 0 0 100%
    }

    .sales-order-history .filters .field.filter-order-invoice-number, .sales-order-history .filters .field.filter-status, .sales-order-history .filters .field.filter-date-range, .sales-order-history .filters .filter-actions {
        display: none;
        margin-top: 0;
        margin-bottom: 11px
    }

    .sales-order-history .filters .field.filter-order-invoice-number.active, .sales-order-history .filters .field.filter-status.active, .sales-order-history .filters .field.filter-date-range.active, .sales-order-history .filters .filter-actions.active {
        display: block
    }

    .sales-order-history .orders-history .order-item {
        flex-wrap: wrap
    }

    .sales-order-history .orders-history .order-actions {
        flex-direction: row;
        flex: 1 1 100%
    }

    .sales-order-history .orders-history .order-actions .order-again {
        margin-left: 20px
    }

    .sales-order-history .orders-history .order-date {
        display: none
    }

    .sales-order-history .orders-history .order-item {
        padding: 21px 0
    }

    .sales-order-history .orders-history .order-number {
        flex: unset
    }

    .sales-order-history .orders-history .order-number .status {
        font-size: 12px
    }

    .sales-order-history .orders-history .order-number .date {
        display: inline-block;
        margin-left: 8px
    }

    .sales-order-history .orders-history .order-item .order-price {
        flex: unset;
        margin-right: 0;
        margin-left: auto
    }

    .sales-order-history .orders-history .order-item .order-price span {
        justify-content: flex-end
    }

    .sales-order-history .order-products-toolbar .toolbar-amount {
        display: flex !important
    }

    .sales-order-history .order-products-toolbar .pages .item {
        display: none
    }

    .sales-order-history .order-products-toolbar .pages .item.current, .sales-order-history .order-products-toolbar .pages .item.last, .sales-order-history .order-products-toolbar .pages .item.first-show, .sales-order-history .order-products-toolbar .pages .item.pages-item-previous, .sales-order-history .order-products-toolbar .pages .item.pages-item-next {
        display: block
    }

    .sales-order-history .order-products-toolbar .page-of {
        display: block;
        font-size: 14px
    }

    .sales-order-history .orders-history .order-number .id {
        font-size: 15px
    }

    .sales-order-history .order-products-toolbar .toolbar-amount {
        display: none !important
    }
}

@media (max-width: 350px) {
    .sales-order-history .orders-history .order-number .id {
        font-size: 12px
    }

    .sales-order-history .orders-history .order-price .price {
        font-size: 16px
    }

    .sales-order-history .orders-history .order-number .date {
        margin-left: 0
    }

    .sales-order-history .status {
        display: flex;
        flex-direction: column
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .sales-order-history .filters .field .filter-date-range-from .filter-datepicker, .sales-order-history .filters .field .filter-date-range-to .filter-datepicker {
            line-height: 17px
        }
    }
}

div.wrapper.address-data {
    text-align: left;
    margin: 0 auto
}

.account.customer-address-form .form-address-edit .actions-toolbar.no-display {
    display: none
}

.account.customer-address-form .form-address-edit .actions-toolbar .save.primary {
    padding: 5px 10px
}

.account.customer-address-form .form-address-edit .actions-toolbar .action.back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 50px;
    padding: 0
}

@media (max-width: 350px) {
    .account.customer-address-form .form-address-edit .actions-toolbar .primary {
        min-width: 150px
    }

    .account.customer-address-form .form-address-edit .actions-toolbar .save.primary {
        padding: 5px 15px
    }
}

.account.customer-address-form .form-address-edit .taxvat .merge-error .input-text, .account.customer-address-form .form-address-edit .contractor-type .merge-error .input-text {
    border: 1px solid #ef153a
}

.account.customer-address-form .form-address-edit .taxvat .merge-error .selection .select2-selection.select2-selection--single, .account.customer-address-form .form-address-edit .contractor-type .merge-error .selection .select2-selection.select2-selection--single {
    border: 1px solid #ef153a
}

.account.customer-address-form .form-address-edit .legend {
    font-size: 18px
}

.account.customer-address-form .form-address-edit .address-form .contact-data {
    text-transform: none
}

.account.customer-address-form .form-address-edit .action.edit-address-btn {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal
}

.account.customer-address-form .form-address-edit .action.edit-address-btn:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

.account.customer-address-form .form-address-edit .search-address-again-btn {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #00a3e0;
    line-height: 2.3;
    margin-left: 20px;
    cursor: pointer
}

.account.customer-address-form .form-address-edit .address-header label {
    width: 100px;
    display: flex;
    align-items: center;
    color: #a7a5a6
}

.account.customer-address-form .form-address-edit .address-header span {
    padding: 15px 0
}

.account.customer-address-form .form-address-edit .address-header .address-block {
    display: flex
}

.account.customer-address-form .form-address-edit .address-header .address-block.last {
    padding-bottom: 20px
}

.account.customer-address-form .form-address-edit .field.street .warning {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.account.customer-address-form .form-address-edit .field.street._warn .warning {
    padding-top: 12px
}

.account.partner_points-customer-index .toolbar.bottom .toolbar-amount {
    display: none
}

.account .form-inline {
    display: block
}

.account .form-inline .field, .account .form-inline ._required {
    display: flex
}

.account .map-field button {
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    padding: 10px 20px;
    margin-bottom: 25px
}

.account .map-field button:hover {
    background-color: rgba(0, 163, 224, .8)
}

.account .field.field-hours {
    height: 55px;
    width: 33%
}

@media (min-width: 768px) {
    .account .field.field-hours {
        width: 26%
    }
}

.account .field.field-hours label {
    flex: 1 0 20%
}

.account .field.field-hours .control {
    width: 45%
}

.account .field.field-hours.center label {
    flex: unset;
    margin-left: 30px;
    width: 1px
}

.account .field.field-hours.center .control {
    width: 45%;
    padding-left: 0
}

.account .field.field-hours.right label {
    flex: unset
}

.account .product-group .control, .account .language .control, .account .account-info .control {
    width: 100%
}

.account .product-group .select2-container, .account .language .select2-container, .account .account-info .select2-container {
    max-width: unset;
    min-width: 250px;
    width: unset !important
}

.account .product-group .select2-container--default .select2-selection--multiple, .account .language .select2-container--default .select2-selection--multiple, .account .account-info .select2-container--default .select2-selection--multiple {
    border: 1px solid #eae9e9
}

.account .product-group .select2-container--default .select2-selection--multiple .select2-selection__rendered, .account .language .select2-container--default .select2-selection--multiple .select2-selection__rendered, .account .account-info .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 10px
}

.account .product-group .select2-container--default .select2-selection--multiple .select2-selection__choice, .account .language .select2-container--default .select2-selection--multiple .select2-selection__choice, .account .account-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eae9e9;
    color: #231f20;
    border: 1px solid #eae9e9
}

.account .field label {
    flex: 0 0 20%
}

.account .field .control {
    width: 50%
}

.account .field .control .input-text {
    width: 100%
}

.account .field .field-tooltip {
    right: unset;
    margin-top: -12px;
    margin-left: 30px;
    top: 30% !important
}

@media (min-width: 1400px) {
    .account .field .field-tooltip {
        margin-top: -8px
    }
}

.account .field .field-tooltip .field-tooltip-content {
    font-size: 14px;
    top: -12px;
    left: 30px;
    width: 200px;
    padding: 5px;
    right: unset
}

@media (max-width: 1399px) {
    .account .field .field-tooltip {
        top: 30% !important
    }
}

@media (max-width: 991px) {
    .account .field .field-tooltip {
        top: 75% !important
    }
}

.account .field.longitude-field, .account .field.latitude-field {
    display: inline-block;
    left: 20%;
    margin-left: 30px
}

@media (min-width: 768px) and (max-width: 991px) {
    .account .field.longitude-field, .account .field.latitude-field {
        left: 0
    }
}

.account .field.longitude-field .control, .account .field.latitude-field .control {
    width: 100%
}

.account .fieldset-wrapper {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 35px
}

.account .field.account-info .control {
    width: 100%
}

.account .field.account-info .select2-container {
    min-width: unset;
    width: 100% !important;
    max-width: 325px
}

.account .language .select2-container {
    width: 250px !important
}

.account .form-inline .control select {
    width: 100%
}

.account .fieldset-wrapper-title {
    padding-bottom: 25px;
    outline: none
}

@media (max-width: 1200px) {
    .account .form-inline .account-info .control select {
        padding: 7px 60px 3px 18px;
        width: 70%
    }

    .account .form-inline .field-hours.center .control, .account .form-inline .field-hours .control {
        width: 53%
    }
}

@media (min-width: 768px) and (max-width: 992px -1) {
    .account .row > .col-sm-9 {
        flex-basis: 70%;
        max-width: 70%
    }

    .account .col-sm-9.grid-main {
        padding-left: 30px
    }

    .account .map-field .control .leaflet-container {
        width: 400px !important;
        height: 400px !important
    }

    .account .row > .col-sm-3 {
        flex-basis: 30%;
        max-width: 30%
    }
}

@media (max-width: 991px) {
    .account .form-inline .field {
        flex-direction: column
    }

    .account .form-inline .field-hours.center .control, .account .form-inline .field-hours .control {
        width: unset
    }

    .account .field.cart-payments {
        flex-direction: row
    }

    .account .field.field-hours.left .control select, .account .field.field-hours.center .control select, .account .field.field-hours.right .control select {
        width: 80%
    }

    .account .field.field-hours.last-day {
        height: 90px;
        margin-bottom: 30px
    }

    .account .field.field-hours.center label {
        visibility: hidden;
        opacity: 0
    }
}

@media (max-width: 767px) {
    .account .block.account-nav {
        padding-top: 30px
    }

    .account .fieldset-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .account .field .control, .account .form-inline .account-info .control select {
        width: 100%
    }

    .account .field-hours .control select {
        font-size: 16px;
        padding-right: 10px
    }

    .account .map-field .control .leaflet-container {
        z-index: 2;
        width: 400px !important;
        height: 400px !important
    }
}

@media (max-width: 579px) {
    .account .map-field .control .leaflet-container {
        width: 260px !important;
        height: 260px !important
    }

    .account .field-hours .control select {
        font-size: 13px;
        padding: 7px 4px 3px 3px
    }

    .account .field.latitude-field, .account .field.longitude-field {
        left: 0
    }
}

.account.customer-address-form .fieldset > .field.required > .label:after {
    display: inline-block
}

.account.customer-address-form .fieldset > .field .select2-container {
    max-width: 325px
}

.account.customer-address-form .fieldset > .field.required.zip .label:after, .account.customer-address-form .fieldset > .field.required.street .label:after, .account.customer-address-form .fieldset > .field.required.house-number .label:after, .account.customer-address-form .fieldset > .field.required.telephone .label:after {
    margin: 0
}

.account.customer-address-form .fieldset > .field.zip .label:after {
    margin: 0
}

.account .field #house-number {
    max-width: 100px
}

.account .field .input-text, .account .field .select, .account .field select {
    max-width: 325px
}

.account .field .input-text[name=postcode] {
    max-width: 140px
}

.account .field .input-text[name=telephone], .account .field .input-text[name=vat_id] {
    max-width: 180px
}

@media (min-width: 580px) {
    .partner_points-customer-index .actions-toolbar {
        justify-content: flex-end
    }
}

.partner_points-customer-index .filter-summary {
    display: flex;
    flex-wrap: wrap
}

.partner_points-customer-index .field {
    margin-bottom: 10px
}

@media (max-width: 579px) {
    .partner_points-customer-index .field {
        flex: 1 1 100%
    }
}

.partner_points-customer-index .field .field-label {
    margin-right: 10px;
    padding: 0
}

@media (max-width: 579px) {
    .partner_points-customer-index .field .field-label {
        width: 100%
    }
}

@media (max-width: 579px) {
    .partner_points-customer-index .field select {
        max-width: 100%
    }
}

.partner_points-customer-index .filter-actions.save {
    margin-top: 0
}

.partner_points-customer-index .filter-actions.save .action.save {
    height: 46px
}

.partner_points-customer-index .filter-actions.reset {
    flex: 1 1 100%;
    font-size: 12px;
    color: #00a3e0
}

@media (max-width: 1199px) {
    .partner_points-customer-index .table-wrapper.orders-history {
        overflow-x: scroll
    }
}

.partner_points-customer-index .table tbody {
    font-size: 14px
}

@media (max-width: 767px) {
    .partner_points-customer-index .table thead {
        border: none
    }
}

.partner_points-customer-index .table th, .partner_points-customer-index .table td {
    padding: 10px
}

@media (max-width: 767px) {
    .partner_points-customer-index .table th, .partner_points-customer-index .table td {
        padding: 10px 0
    }
}

@media (max-width: 767px) {
    .partner_points-customer-index .table tr + tr td:first-child {
        padding-top: 50px
    }
}

.partner_points-customer-index .table .col.email {
    width: 250px
}

.partner_points-customer-index .table .col.point-type {
    width: 155px
}

.partner_points-customer-index .table .actions .action {
    font-size: 14px;
    color: #00a3e0;
    padding: 0;
    line-height: 1.3
}

.partner_points-customer-index .table .actions .action:hover {
    background-color: transparent
}

@media (max-width: 579px) {
    .partner_points-customer-index .select2-container {
        max-width: 100%;
        min-width: 100%
    }
}

.partner_points-customer-index .select2-selection__rendered {
    font-weight: 400
}

.partner_points-customer-index .select2-selection__rendered[title="Typ Punktu Sprzedaży"], .partner_points-customer-index .select2-selection__rendered[title="Województwo"], .partner_points-customer-index .select2-selection__rendered[title=Powiat], .partner_points-customer-index .select2-selection__rendered[title="Miasto (miejscowość)"], .partner_points-customer-index .select2-selection__rendered[title=Status] {
    color: #a7a5a6
}

.partner_points-customer-edit .select2-results__option {
    line-height: 20px;
    height: 50px
}

.cms-regulations ol, .cms-regulations li {
    list-style: decimal
}

.cms-regulations ol {
    -webkit-padding-start: 35px;
    padding-inline-start: 35px
}

.cms-regulations ol li {
    -webkit-padding-start: 5px;
    padding-inline-start: 5px
}

.cms-regulations ol ol {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px
}

.cms-regulations strong {
    color: #231f20
}

.cms-regulations p {
    margin-bottom: 0
}

.cms-regulations a {
    color: #231f20
}

.cms-regulations a:hover {
    color: #00a3e0
}

.cms-regulations .mtable.reg-table {
    width: 100%
}

.cms-regulations .mtable.reg-table th, .cms-regulations .mtable.reg-table td {
    padding: 10px
}

.cms-regulations .mtable.reg-table tr {
    border-bottom: 1px solid #f2f2f2
}

.product-test.information-main {
    display: block;
    position: relative;
    font-size: 14px;
    padding-bottom: 25px
}

.test-product-info-main .scroll-data {
    line-height: 1
}

.test-product-info-main .field {
    display: flex;
    margin-bottom: 15px
}

.test-product-info-main .label {
    margin-left: 10px
}

.test-product-info-main .product-body {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .test-product-info-main .product-options-wrapper .control {
        width: 250px;
        min-width: 150px
    }
}

.test-product-info-main .field.agreement .label {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 3px
}

.test-product-info-main #agreement_regulations-error, .test-product-info-main #agreement_user_data-error {
    padding: 0;
    margin-left: 30px;
    margin-top: -5px
}

.test-product-info-main .choose-product {
    padding: 0;
    width: 175px;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 767px) {
    .test-product-info-main .choose-product {
        width: 130px
    }
}

.test-product-info-main #add-test-product-form {
    margin-top: 30px
}

.test-product-info-main #add-test-product-form .choice.agreement {
    margin-bottom: 15px
}

.test-product-info-main #add-test-product-form .choice.agreement .label span {
    display: inline
}

.test-product-info-main #add-test-product-form .choice.agreement .label span:after {
    color: #ef153a;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 3px
}

.test-product-info-main #add-test-product-form .choice.agreement input[type=checkbox] + label:after {
    display: none
}

.test-product-info-main #add-test-product-form .choice.agreement input[type=checkbox]:checked + label:after {
    display: block
}

.test-product-info-main .actions {
    padding-top: 15px
}

.test-product-info-main .field.product {
    margin-top: 40px
}

.test-product-info-main .product-options-wrapper .control {
    width: 500px;
    min-width: 500px
}

.test-product-info-main .product-options-wrapper .control #product-error {
    margin-left: 175px
}

@media (max-width: 767px) {
    .test-product-info-main .product-options-wrapper .control {
        width: 300px;
        min-width: 300px
    }
}

@media (max-width: 350px) {
    .test-product-info-main .product-options-wrapper .control {
        width: 250px;
        min-width: 250px
    }
}

.test-product-info-main .general-data-information {
    margin-bottom: 50px;
    font-size: 12px;
    color: #a7a5a6;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    padding: 15px 7px 5px 15px
}

.test-product-info-main .general-data-information .scroll-data {
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #a7a5a6;
    scrollbar-width: thin
}

.test-product-info-main .general-data-information .scroll-data h2 {
    color: #a7a5a6;
    font-size: 16px;
    margin-bottom: 10px
}

.test-product-info-main .general-data-information .scroll-data span {
    line-height: 2
}

.test-product-info-main .general-data-information .scroll-data::-webkit-scrollbar {
    width: 2px
}

.test-product-info-main .general-data-information .scroll-data::-webkit-scrollbar-thumb {
    background-color: #a7a5a6;
    outline: 1px solid #a7a5a6;
    border-radius: 6px
}

.page-success-test .success-action {
    font-size: 14px;
    font-weight: 500;
    border-color: #16822b;
    color: #16822b;
    background-color: #dff8c2;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 25px
}

.page-success-test .success-action:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    width: 18px;
    height: 13px;
    margin-right: 5px;
    background-image: url("../images/checkbox-green.svg")
}

.page-success-test .information-box {
    color: #231f20;
    font-size: 14px
}

.page-success-test .information-box a {
    color: #00a3e0
}

.to-shop .to-shop-card {
    padding: 2rem
}

.to-shop .to-shop-card-image {
    margin-bottom: 24px
}

.to-shop .to-shop-card-title {
    color: #231f20;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.to-shop .to-shop-card-link {
    padding: 0;
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    border: none;
    border-radius: 0;
    padding: 0 0 4px;
    margin: 10px 20px;
    border-bottom: 2px solid transparent;
    color: #00a3e0
}

.to-shop .to-shop-card-link span {
    font-family: 'Geomanist', sans-serif
}

.to-shop .to-shop-card-link:hover {
    color: #fff
}

@media (max-width: 1199px) {
    .to-shop .to-shop-card-link {
        padding: 0 0 4px
    }
}

.to-shop .to-shop-card-link:hover {
    color: #231f20;
    border-bottom: 2px solid #231f20
}

.cms-home .columns .container, .cms-home .columns .page-print.sales-order-print #maincontent, .page-print.sales-order-print .cms-home .columns #maincontent {
    padding: 0 20px
}

.cms-home .columns .container .native, .cms-home .columns .page-print.sales-order-print #maincontent .native, .page-print.sales-order-print .cms-home .columns #maincontent .native {
    margin-bottom: 40px;
    padding-bottom: 55px;
    border-bottom: 1px solid #eae9e9
}

@media (max-width: 768px) {
    .cms-home .columns .container .native, .cms-home .columns .page-print.sales-order-print #maincontent .native, .page-print.sales-order-print .cms-home .columns #maincontent .native {
        margin-bottom: 0;
        padding-bottom: 30px
    }
}

.cms-home .columns .container .row-main-custom, .cms-home .columns .page-print.sales-order-print #maincontent .row-main-custom, .page-print.sales-order-print .cms-home .columns #maincontent .row-main-custom {
    margin: 0 0 50px
}

@media (max-width: 1400px) {
    .cms-home .columns .container .row-main-custom, .cms-home .columns .page-print.sales-order-print #maincontent .row-main-custom, .page-print.sales-order-print .cms-home .columns #maincontent .row-main-custom {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .cms-home .columns .container .row-main-custom, .cms-home .columns .page-print.sales-order-print #maincontent .row-main-custom, .page-print.sales-order-print .cms-home .columns #maincontent .row-main-custom {
        margin-bottom: 0
    }
}

.cms-home .columns .border-none.native {
    margin-right: auto;
    margin-left: auto
}

.cms-home .columns.container .widget.featured, .cms-home .page-print.sales-order-print .columns#maincontent .widget.featured, .page-print.sales-order-print .cms-home .columns#maincontent .widget.featured {
    border-bottom: none
}

.cms-home .columns.container .widget.featured.products-center, .cms-home .page-print.sales-order-print .columns#maincontent .widget.featured.products-center, .page-print.sales-order-print .cms-home .columns#maincontent .widget.featured.products-center {
    padding-left: 8%;
    padding-right: 8%
}

.cms-home .columns.container .widget.featured.products-center .block-content, .cms-home .page-print.sales-order-print .columns#maincontent .widget.featured.products-center .block-content, .page-print.sales-order-print .cms-home .columns#maincontent .widget.featured.products-center .block-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #eae9e9
}

.cms-home .asseco-group {
    padding-top: 55px;
    padding-bottom: 55px
}

.cms-home .asseco-group .row {
    align-items: center
}

.asseco-group-desc {
    background-color: #fff;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    height: 456px;
    font-family: "Geomanist Book", sans-serif;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 26px;
    -webkit-font-smoothing: antialiased
}

.asseco-group-inner {
    width: 100%
}

.asseco-group-desc h2 {
    color: #231f20;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    font-size: 21px
}

.asseco-group-desc svg {
    margin-top: 40px
}

.asseco-group-desc h3 {
    color: #a7a5a6;
    margin-top: 50px
}

.asseco-group-counts {
    display: flex;
    flex-wrap: wrap
}

.agc-item {
    width: 50%;
    text-align: center;
    margin-top: 50px
}

.agc-item:nth-child(-n+2) {
    margin-top: 0
}

.s-asseco__counts-item:nth-child(-n+2) {
    margin-top: 0
}

.agc-item p {
    line-height: 22px;
    font-size: 21px;
    color: rgba(255, 255, 255, .8);
    font-family: "Geomanist", sans-serif;
    font-weight: 400
}

.agc-item span {
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
    font-family: "Geomanist Book", sans-serif;
    font-weight: 400;
    display: block;
    line-height: 1;
    letter-spacing: -.02em;
    color: #fff
}

.cms-home .widget-tiles a > img {
    width: 100%
}

@media (max-width: 1199px) {
    .cms-home .asseco-group {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .asseco-group-desc {
        height: 260px
    }

    .asseco-group-desc h2 {
        max-width: 215px;
        font-size: 18px
    }

    .asseco-group-desc svg {
        margin-top: 25px;
        width: 170px
    }

    .asseco-group-desc h3 {
        margin-top: 25px;
        font-size: 18px
    }

    .agc-item {
        margin-top: 25px
    }

    .agc-item p {
        line-height: 18px;
        font-size: 18px
    }

    .agc-item span {
        font-size: 30px;
        display: block;
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .asseco-group-desc {
        max-width: 100%;
        height: 260px
    }
}

@media (max-width: 767px) {
    .asseco-group-desc {
        margin-bottom: 40px
    }
}

.cms-index-index .block.widget.featured .page-title {
    border-top: none;
    padding: 0 20px 5px
}

@media (min-width: 768px) {
    .cms-index-index .block.widget.featured .page-title {
        padding: 0 0 5px
    }
}

.cms-index-index .block.widget.featured .product-item-details .product-item-actions .actions-secondary {
    display: none
}

.cms-index-index .link-custom.secondary-button {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal;
    background-color: #fff
}

.cms-index-index .link-custom.secondary-button:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

.cms-index-index .link-custom.secondary-button:hover {
    padding: 13px 24px;
    background-color: #fff !important
}

.cms-index-index .page-main {
    padding-top: 30px
}

@media (min-width: 768px) and (max-width: 991px) {
    .cms-index-index .page-main {
        padding-top: 23px
    }
}

@media (min-width: 992px) {
    .cms-index-index .page-main {
        padding-top: 35px
    }
}

@media (min-width: 1400px) {
    .cms-index-index .page-main {
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .cms-index-index .slider-pro-container .sp-layer.title-slider div {
        margin-top: -40px
    }
}

@media (max-width: 1199px) {
    .cms-index-index .widget.block {
        padding-bottom: 0
    }
}

.cms-index-index .widget.block .support-contact h2 {
    line-height: 1;
    font-size: 2rem;
    color: #00a3e0;
    font-weight: 500
}

@media (min-width: 768px) {
    .cms-index-index .widget.block .support-contact h2 {
        font-size: 2.5rem
    }
}

.cms-index-index .widget.block .support-contact .col-sm-4:last-of-type .custom-content {
    border-bottom: none
}

.cms-index-index .widget.block .support-contact .custom-content {
    display: flex;
    flex-direction: row;
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid #eae9e9
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    text-align: left;
    flex-grow: 1
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content .title {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content .desc-content {
    font-size: 15px;
    color: #797979;
    margin-bottom: 10px
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content a {
    display: inline-block;
    font-weight: 500
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content a span {
    font-size: 16px;
    transition: all .2s ease-in-out;
    display: inline-block;
    position: relative
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content a span:before, .cms-index-index .widget.block .support-contact .custom-content .merge-content a span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 50%;
    height: 2px;
    margin: 5px 0 0;
    transition: all .2s ease-in-out;
    transition-duration: .25s;
    background-color: #00a3e0
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content a span:before {
    left: 50%
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content a span:after {
    right: 50%
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content a span:hover:before, .cms-index-index .widget.block .support-contact .custom-content .merge-content a span:hover:after {
    width: 80%
}

.cms-index-index .widget.block .support-contact .custom-content .merge-content a span:hover:before, .cms-index-index .widget.block .support-contact .custom-content .merge-content a span:hover:after {
    width: 35%
}

@media (min-width: 768px) {
    .cms-index-index .widget.block .support-contact .custom-content {
        border-bottom: none
    }

    .cms-index-index .widget.block .support-contact .custom-content .title {
        min-height: 60px
    }

    .cms-index-index .widget.block .support-contact .custom-content .merge-content a {
        margin-top: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cms-index-index .widget.block .support-contact .custom-content .desc-content {
        margin: 15px 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cms-index-index .widget.block .support-contact .custom-content {
        flex-direction: column
    }

    .cms-index-index .widget.block .support-contact .custom-content .merge-content {
        padding-left: 0;
        text-align: center
    }

    .cms-index-index .widget.block .support-contact .custom-content .merge-content .title {
        justify-content: center
    }
}

.cms-index-index .widget.block .support-contact .col-sm-4 {
    margin-bottom: 0
}

@charset "UTF-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v13-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans-v13-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-600.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("../fonts/open-sans-v13-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-800.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/poppins-v1-latin-300.woff2") format("woff2"), url("../fonts/poppins-v1-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/poppins-v1-latin-500.woff2") format("woff2"), url("../fonts/poppins-v1-latin-500.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins"), local("Poppins-Regular"), url("../fonts/poppins-v1-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v1-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins-v1-latin-600.woff2") format("woff2"), url("../fonts/poppins-v1-latin-600.woff") format("woff")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/poppins-v1-latin-700.woff2") format("woff2"), url("../fonts/poppins-v1-latin-700.woff") format("woff")
}

@font-face {
    font-family: 'geomanistregular';
    src: url("../fonts/geomanist-regular-webfont.eot");
    src: url("../fonts/geomanist-regular-webfont.eot") format("embedded-opentype"), url("../fonts/geomanist-regular-webfont.woff2") format("woff2"), url("../fonts/geomanist-regular-webfont.woff") format("woff"), url("../fonts/geomanist-regular-webfont.ttf") format("truetype"), url("../fonts/geomanist-regular-webfont.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'geomanistregular';
    src: url("../fonts/geomanist-book-webfont.eot");
    src: url("../fonts/geomanist-book-webfont.eot") format("embedded-opentype"), url("../fonts/geomanist-book-webfont.woff2") format("woff2"), url("../fonts/geomanist-book-webfont.woff") format("woff"), url("../fonts/geomanist-book-webfont.ttf") format("truetype"), url("../fonts/geomanist-book-webfont.svg") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'geomanistregular';
    src: url("../fonts/geomanist-book-webfont.eot");
    src: url("../fonts/geomanist-book-webfont.eot") format("embedded-opentype"), url("../fonts/geomanist-book-webfont.woff2") format("woff2"), url("../fonts/geomanist-book-webfont.woff") format("woff"), url("../fonts/geomanist-book-webfont.ttf") format("truetype"), url("../fonts/geomanist-book-webfont.svg") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'geomanistregular';
    src: url("../fonts/geomanist-regular.woff2") format("woff2"), url("../fonts/geomanist-regular.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

body .footer .list-icon li a:hover, body .widget.blog-posts .post-items .post-button:hover, body .widget.featured .product-item .product-label, body .actions-primary .action:hover, body .action.primary:hover, body .checkout.methods .primary:hover, body .pages .item .page:hover, body .actions-toolbar .action:hover, body .box-actions .action:hover, body .product-item-actions .action:hover, body .checkout.methods .action:hover, body .action.filter-toggle:hover, body .block-posts-list .post-items a.post-link:hover, body .items.methods .action.multicheckout:hover span:after, body .item-options .action.multicheckout:hover span:after, body .modal-popup .modal-footer button:hover, body .buttons-container .subscribe:hover, body .not-found-page .not-found-page_bottom dd a:hover, body .layout_3 .filter-toggle-full:hover, body .block-newsletter.block .primary:hover, body .slider-pro-wrapper .link-slider:hover, body .sm-content .sm-button:hover, body .category-list .category-button:hover, body .layout_3 .block-newsletter .primary.subscribe:hover, body .layout_5 .block-newsletter .primary.subscribe:hover, body .filter-options-content .price-slider .slider-fields a.action:hover, body .block.discount .apply:hover, body .checkout-onepage-success #registration .action.primary:hover, body .panel-container-wrap-bottom .minisearch button:hover, body .block-hover [class*=custom-item] .link-custom:hover {
    background-color: rgba(0, 163, 224, .8)
}

body .block-hover [class*=custom-item] .link-custom:hover {
    color: #fff
}

body .block-hover [class*=custom-item] .link-custom {
    padding: 17px 48px
}

.breadcrumbs .items .item a {
    color: #231f20
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    background: rgba(0, 0, 0, .7);
    z-index: 999
}

.modal-custom.pr-cookie-modal, .modal-popup.pr-cookie-modal, .modal-slide.pr-cookie-modal {
    visibility: visible;
    pointer-events: auto;
    background: rgba(255, 255, 255, .65)
}

.modal-custom.pr-cookie-modal .modal-inner-wrap, .modal-popup.pr-cookie-modal .modal-inner-wrap, .modal-slide.pr-cookie-modal .modal-inner-wrap {
    position: relative;
    transform: translate(0, 0)
}

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    position: absolute;
    right: 20px;
    top: 15px;
    overflow: hidden;
    display: none
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    font-size: 22px;
    font-family: "Linearicons";
    content: "\e935"
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
    opacity: .5
}

.modal-custom .action-close span, .modal-popup .action-close span, .modal-slide .action-close span {
    display: none
}

.modals-overlay {
    z-index: 800
}

.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none
}

.modal-slide._show, .modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, .65);
    pointer-events: auto
}

.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
    position: relative;
    transform: translate(0, 0)
}

.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, .19);
    opacity: 1
}

.modal-slide {
    left: auto;
    z-index: 1000
}

.modal-slide._show .modal-inner-wrap {
    transform: translateX(0)
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column
}

.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto
}

.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
    padding: 0 .5rem .5rem
}

.modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px
}

.modal-popup {
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000
}

.modal-popup._show .modal-inner-wrap {
    transform: translateY(0)
}

.modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition-duration: .2s;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%
}

.modal-popup._inner-scroll {
    overflow-y: visible
}

.ie11 .modal-popup._inner-scroll, .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
    overflow-y: auto
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap, .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center
}

.modal-popup .modal-header, .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-top: 1rem
}

.modal-popup .modal-footer button {
    margin: 0 3px;
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px
}

.modal-popup .modal-footer button span {
    font-family: 'Geomanist', sans-serif
}

.modal-popup .modal-footer button:hover {
    color: #fff
}

.modal-popup .modal-footer-actions {
    text-align: right
}

.modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem
}

@media (max-width: 767px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        left: 0;
        right: 0
    }
}

.modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static
}

.modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
    border: 1px solid #ccc;
    margin: 0 auto 2rem;
    max-width: 58rem;
    padding: 2rem
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
    max-height: 54rem
}

.modal-title {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px
}

@media (max-width: 768px -1) {
    .custom-slide {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        pointer-events: none;
        left: auto;
        z-index: 1000
    }

    .custom-slide._show {
        visibility: visible;
        background: rgba(255, 255, 255, .65);
        pointer-events: auto
    }

    .custom-slide._show .modal-inner-wrap {
        position: relative;
        transform: translate(0, 0)
    }

    .custom-slide .modal-inner-wrap {
        padding: 30px 15px;
        background-color: #fff;
        box-shadow: 0 5px 27px 0 rgba(0, 0, 0, .19);
        opacity: 1
    }

    .custom-slide._show .modal-inner-wrap {
        transform: translateX(0)
    }

    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        transform: translateX(100%);
        transition-duration: .3s;
        transition-property: transform, visibility;
        transition-timing-function: ease-in-out;
        width: 310px
    }

    .custom-slide._inner-scroll .modal-inner-wrap {
        overflow-y: visible;
        display: flex;
        flex-direction: column
    }

    .custom-slide._inner-scroll .modal-header, .custom-slide._inner-scroll .modal-footer {
        flex-grow: 0;
        flex-shrink: 1
    }

    .custom-slide._inner-scroll .modal-content {
        overflow-y: auto
    }

    .custom-slide._inner-scroll .modal-footer {
        margin-top: auto
    }

    .custom-slide .modal-header, .custom-slide .modal-content, .custom-slide .modal-footer {
        padding: 0 .5rem .5rem
    }

    .custom-slide .modal-header {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden
    }

    .custom-slide .modal-inner-wrap {
        box-sizing: border-box;
        height: auto;
        min-height: 100%
    }

    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw
    }

    .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
        display: block
    }
}

@media print {
    .modal-popup {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

@media (max-width: 1199px) {
    .modal-popup .modal-footer button {
        min-width: 80px;
        padding: unset
    }
}

fieldset, .fieldset {
    outline: none
}

fieldset .field select, .fieldset .field select {
    width: 100%
}

fieldset .field .select2-container, .fieldset .field .select2-container {
    width: 100% !important;
    max-width: 325px
}

fieldset:focus, .fieldset:focus {
    border-color: transparent
}

.field {
    margin-bottom: 30px;
    position: relative
}

.field.additional, .field.choice {
    margin-bottom: 0
}

.field .label, .field label {
    margin-right: 40px;
    line-height: 24px;
    padding: 10px 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 500
}

.field .checkbox {
    margin: .75rem .5rem 0 0
}

.field input.qty {
    width: 6rem
}

.field.required {
    transition: .3s ease
}

.field.required._error {
    margin-bottom: 2rem
}

.field.required div.mage-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.field.required .control {
    position: relative
}

.field.required .control._with-tooltip input.input-text + div.mage-error {
    top: auto
}

.field.required .control .field-tooltip.toggle {
    top: -22px
}

.legend, legend {
    font-size: 1rem;
    font-weight: 600
}

.legend + br, legend + br {
    display: none
}

.control .nested {
    margin-top: 1rem
}

.control .nested .field {
    margin-bottom: 0
}

input[type=text], .control input[type=text], .control.rd-navbar-search-form-input #search, .input-text, #city-search, #invoice-address-email, .control .input-text, .label-block .input-text, input[type=email], input[type=password], input[type=number], select, textarea {
    display: block;
    width: 100%;
    color: #231f20;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    min-height: 46px;
    background: #f2f2f2;
    border-radius: 6px;
    text-overflow: ellipsis
}

input[type=text].mage-error, .control input[type=text].mage-error, .control.rd-navbar-search-form-input #search.mage-error, .input-text.mage-error, #city-search.mage-error, #invoice-address-email.mage-error, .control .input-text.mage-error, .label-block .input-text.mage-error, input[type=email].mage-error, input[type=password].mage-error, input[type=number].mage-error, select.mage-error, textarea.mage-error {
    border-color: #ef153a !important;
    font-style: normal
}

input[type=text]::-webkit-input-placeholder, .control input[type=text]::-webkit-input-placeholder, .control.rd-navbar-search-form-input #search::-webkit-input-placeholder, .input-text::-webkit-input-placeholder, #city-search::-webkit-input-placeholder, #invoice-address-email::-webkit-input-placeholder, .control .input-text::-webkit-input-placeholder, .label-block .input-text::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

input[type=text]::-moz-placeholder, .control input[type=text]::-moz-placeholder, .control.rd-navbar-search-form-input #search::-moz-placeholder, .input-text::-moz-placeholder, #city-search::-moz-placeholder, #invoice-address-email::-moz-placeholder, .control .input-text::-moz-placeholder, .label-block .input-text::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

input[type=text]:-moz-placeholder, .control input[type=text]:-moz-placeholder, .control.rd-navbar-search-form-input #search:-moz-placeholder, .input-text:-moz-placeholder, #city-search:-moz-placeholder, #invoice-address-email:-moz-placeholder, .control .input-text:-moz-placeholder, .label-block .input-text:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=number]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

input[type=text]:-ms-input-placeholder, .control input[type=text]:-ms-input-placeholder, .control.rd-navbar-search-form-input #search:-ms-input-placeholder, .input-text:-ms-input-placeholder, #city-search:-ms-input-placeholder, #invoice-address-email:-ms-input-placeholder, .control .input-text:-ms-input-placeholder, .label-block .input-text:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

input[type=text]:focus::-webkit-input-placeholder, .control input[type=text]:focus::-webkit-input-placeholder, .control.rd-navbar-search-form-input #search:focus::-webkit-input-placeholder, .input-text:focus::-webkit-input-placeholder, #city-search:focus::-webkit-input-placeholder, #invoice-address-email:focus::-webkit-input-placeholder, .control .input-text:focus::-webkit-input-placeholder, .label-block .input-text:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease
}

input[type=text]:focus::-moz-placeholder, .control input[type=text]:focus::-moz-placeholder, .control.rd-navbar-search-form-input #search:focus::-moz-placeholder, .input-text:focus::-moz-placeholder, #city-search:focus::-moz-placeholder, #invoice-address-email:focus::-moz-placeholder, .control .input-text:focus::-moz-placeholder, .label-block .input-text:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease
}

input[type=text]:focus:-moz-placeholder, .control input[type=text]:focus:-moz-placeholder, .control.rd-navbar-search-form-input #search:focus:-moz-placeholder, .input-text:focus:-moz-placeholder, #city-search:focus:-moz-placeholder, #invoice-address-email:focus:-moz-placeholder, .control .input-text:focus:-moz-placeholder, .label-block .input-text:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, select:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease
}

input[type=text]:focus:-ms-input-placeholder, .control input[type=text]:focus:-ms-input-placeholder, .control.rd-navbar-search-form-input #search:focus:-ms-input-placeholder, .input-text:focus:-ms-input-placeholder, #city-search:focus:-ms-input-placeholder, #invoice-address-email:focus:-ms-input-placeholder, .control .input-text:focus:-ms-input-placeholder, .label-block .input-text:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease
}

.control.rd-navbar-search-form-input #search {
    padding-right: 40px
}

input[type=number] {
    -moz-appearance: textfield
}

select {
    height: 24px;
    outline: none
}

select option {
    outline: none
}

textarea {
    max-width: 100%
}

p.required {
    color: #ef153a
}

.form-inline {
    display: flex
}

.form-inline .control input, .form-inline .control select, .form-inline .control textarea {
    width: auto
}

.field.required > .label:after, .field._required > .label:after, .fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .field.zip .label:after {
    color: #ef153a;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 3px
}

.actions .action, .actions-toolbar .action, .box-actions .action, .product-item-actions .action, .checkout.methods .action {
    font-family: "Geomanist", sans-serif;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 6px;
    padding: 14px 23px
}

.actions .action span, .actions-toolbar .action span, .box-actions .action span, .product-item-actions .action span, .checkout.methods .action span {
    font-family: 'Geomanist', sans-serif
}

.actions .action:hover, .actions-toolbar .action:hover, .box-actions .action:hover, .product-item-actions .action:hover, .checkout.methods .action:hover {
    color: #fff
}

.actions-primary .action, .primary .action, .action.primary, .checkout.methods .primary {
    font-family: "Geomanist", sans-serif;
    color: #fff;
    background-color: #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    padding: 14px 23px;
    line-height: normal
}

a.action.delete, a.action.edit, a.action.sender, a.action.add-sender, a.action.change-password {
    font-size: 20px;
    display: inline-block;
    padding: 13px;
    border: 0;
    font-weight: 400
}

a.action.delete span, a.action.edit span, a.action.sender span, a.action.add-sender span, a.action.change-password span {
    display: none
}

a.action.delete {
    font-family: "Linearicons"
}

a.action.delete:before {
    content: "\e92a"
}

a.action.edit {
    font-family: "Linearicons"
}

a.action.edit:before {
    content: "\e60d"
}

a.action.sender {
    font-family: "Linearicons"
}

a.action.sender:before {
    content: "\e71e"
}

a.action.add-sender {
    font-family: "Linearicons"
}

a.action.add-sender:before {
    content: "\e71f"
}

.block-minicart a.action.delete:before {
    content: "\e753"
}

.actions-toolbar {
    display: flex;
    margin: 0 -.25rem
}

.actions-toolbar .action {
    margin: 0 .25rem;
    display: inline-block
}

.actions-toolbar .remind {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal
}

.actions-toolbar .remind:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

.field-error, .mage-error:not(input):not(textarea) {
    font-size: 12px;
    line-height: 1rem;
    color: #ef153a;
    padding: 5px;
    z-index: 1;
    width: 100%
}

._required._error .input-text[aria-invalid=true] {
    border: 1px solid #ef153a
}

._required._error .select2.select2-container.select2-container--default.select2-container--below .selection .select2-selection[aria-expanded=false] {
    border: 1px solid #ef153a
}

._required._error .select2.select2-container.select2-container--default.select2-container--below .selection .select2-selection[aria-expanded=true] {
    border: 1px solid #00a3e0
}

._required._error .selection .select2-selection.select2-selection--single {
    border: 1px solid #ef153a
}

._required .select2.select2-container.select2-container--default.select2-container--focus .selection .select2-selection[aria-expanded=false] {
    border: 1px solid #ef153a
}

input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin: 10px 10px 0 0
}

.partner_points-customer-edit .entry-edit .field .control, .unity-storelocator, .field.choice {
    position: relative
}

.partner_points-customer-edit .entry-edit .field .control input[type=checkbox], .unity-storelocator input[type=checkbox], .field.choice input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox] + span, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox] + .label, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox] + label, .unity-storelocator .filter-elements input[type=checkbox] + span, .unity-storelocator input[type=checkbox] + .label, .unity-storelocator input[type=checkbox] + label, .field.choice .filter-elements input[type=checkbox] + span, .field.choice input[type=checkbox] + .label, .field.choice input[type=checkbox] + label {
    margin-left: 30px;
    position: relative;
    display: inline-block
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox] + span:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox] + .label:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox] + label:before, .unity-storelocator .filter-elements input[type=checkbox] + span:before, .unity-storelocator input[type=checkbox] + .label:before, .unity-storelocator input[type=checkbox] + label:before, .field.choice .filter-elements input[type=checkbox] + span:before, .field.choice input[type=checkbox] + .label:before, .field.choice input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    top: 14px;
    margin-left: -30px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-color: #f2f2f2
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox] + span span, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox] + .label span, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox] + label span, .unity-storelocator .filter-elements input[type=checkbox] + span span, .unity-storelocator input[type=checkbox] + .label span, .unity-storelocator input[type=checkbox] + label span, .field.choice .filter-elements input[type=checkbox] + span span, .field.choice input[type=checkbox] + .label span, .field.choice input[type=checkbox] + label span {
    display: inline-block
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox]:focus + span:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:focus + .label:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:focus + label:before, .unity-storelocator .filter-elements input[type=checkbox]:focus + span:before, .unity-storelocator input[type=checkbox]:focus + .label:before, .unity-storelocator input[type=checkbox]:focus + label:before, .field.choice .filter-elements input[type=checkbox]:focus + span:before, .field.choice input[type=checkbox]:focus + .label:before, .field.choice input[type=checkbox]:focus + label:before {
    outline: none
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox]:checked + span:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:checked + .label:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:checked + label:before, .unity-storelocator .filter-elements input[type=checkbox]:checked + span:before, .unity-storelocator input[type=checkbox]:checked + .label:before, .unity-storelocator input[type=checkbox]:checked + label:before, .field.choice .filter-elements input[type=checkbox]:checked + span:before, .field.choice input[type=checkbox]:checked + .label:before, .field.choice input[type=checkbox]:checked + label:before {
    background-color: #f2f2f2
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox]:checked + span:after, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:checked + .label:after, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:checked + label:after, .unity-storelocator .filter-elements input[type=checkbox]:checked + span:after, .unity-storelocator input[type=checkbox]:checked + .label:after, .unity-storelocator input[type=checkbox]:checked + label:after, .field.choice .filter-elements input[type=checkbox]:checked + span:after, .field.choice input[type=checkbox]:checked + .label:after, .field.choice input[type=checkbox]:checked + label:after {
    top: 19px;
    left: -27px;
    content: '';
    position: absolute;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 23.565 17.033'%3E%3Cpath id='Path_5' data-name='Path 5' d='M2,6.125,8.346,13,18.5,2' transform='translate(1.533 1.533)' fill='none' stroke='%2300a3e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A")
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox]:disabled + span:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:disabled + .label:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:disabled + label:before, .unity-storelocator .filter-elements input[type=checkbox]:disabled + span:before, .unity-storelocator input[type=checkbox]:disabled + .label:before, .unity-storelocator input[type=checkbox]:disabled + label:before, .field.choice .filter-elements input[type=checkbox]:disabled + span:before, .field.choice input[type=checkbox]:disabled + .label:before, .field.choice input[type=checkbox]:disabled + label:before {
    pointer-events: none;
    opacity: .5
}

.partner_points-customer-edit .entry-edit .field .control .filter-elements input[type=checkbox]:disabled:checked + span:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:disabled:checked + .label:before, .partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:disabled:checked + label:before, .unity-storelocator .filter-elements input[type=checkbox]:disabled:checked + span:before, .unity-storelocator input[type=checkbox]:disabled:checked + .label:before, .unity-storelocator input[type=checkbox]:disabled:checked + label:before, .field.choice .filter-elements input[type=checkbox]:disabled:checked + span:before, .field.choice input[type=checkbox]:disabled:checked + .label:before, .field.choice input[type=checkbox]:disabled:checked + label:before {
    pointer-events: none;
    opacity: .5
}

.partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:checked + label:after {
    left: -27px
}

.partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:before {
    display: none
}

.partner_points-customer-edit .entry-edit .field .control input[type=checkbox]:checked:after {
    display: none
}

.unity-storelocator .filter-elements input[type=checkbox] + span:before {
    top: 0
}

.unity-storelocator .filter-elements input[type=checkbox]:checked + span:after {
    top: 5px;
    left: -27px
}

input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0 solid transparent;
    box-shadow: none
}

input[type=checkbox]:focus {
    outline: 0
}

input[type=checkbox]:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-color: #f2f2f2
}

input[type=checkbox]:checked:before {
    background-color: #f2f2f2
}

input[type=checkbox]:checked:after {
    top: 4px;
    left: 2px;
    content: '';
    position: absolute;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 23.565 17.033'%3E%3Cpath id='Path_5' data-name='Path 5' d='M2,6.125,8.346,13,18.5,2' transform='translate(1.533 1.533)' fill='none' stroke='%2300a3e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A")
}

.dotpay-agreements input[type=checkbox]:before, .dotpay-agreements input[type=checkbox]:after {
    display: none
}

.dotpay-agreements input[type=checkbox]:checked + span:before {
    background-color: #f2f2f2
}

.dotpay-agreements input[type=checkbox]:checked + span:after {
    top: 5px;
    left: -10px;
    content: '';
    position: absolute;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 23.565 17.033'%3E%3Cpath id='Path_5' data-name='Path 5' d='M2,6.125,8.346,13,18.5,2' transform='translate(1.533 1.533)' fill='none' stroke='%2300a3e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A")
}

.dotpay-agreements input[type=checkbox] + span {
    position: relative;
    margin-left: 12px
}

.dotpay-agreements input[type=checkbox] + span a {
    vertical-align: baseline
}

.dotpay-agreements input[type=checkbox] + span:before {
    left: -13px;
    content: '';
    display: inline-block;
    position: relative;
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-color: #f2f2f2
}

.field.choice .radio, .field.choice input[type=radio], .shipping-rom-method .col-method .radio, .shipping-rom-method .col-method input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.field.choice .radio:checked + .label:before, .field.choice input[type=radio]:checked + .label:before, .shipping-rom-method .col-method .radio:checked + .label:before, .shipping-rom-method .col-method input[type=radio]:checked + .label:before {
    background-color: #00a3e0;
    box-shadow: 0 0 0 3px #f2f2f2
}

.field.choice .radio:focus:checked + .label:before, .field.choice input[type=radio]:focus:checked + .label:before, .shipping-rom-method .col-method .radio:focus:checked + .label:before, .shipping-rom-method .col-method input[type=radio]:focus:checked + .label:before {
    background-color: #00a3e0;
    box-shadow: 0 0 0 3px #f2f2f2
}

.field.choice .radio:disabled + .label:before, .field.choice input[type=radio]:disabled + .label:before, .shipping-rom-method .col-method .radio:disabled + .label:before, .shipping-rom-method .col-method input[type=radio]:disabled + .label:before {
    pointer-events: none;
    opacity: .5
}

.field.choice .radio:disabled:checked + .label:before, .field.choice input[type=radio]:disabled:checked + .label:before, .shipping-rom-method .col-method .radio:disabled:checked + .label:before, .shipping-rom-method .col-method input[type=radio]:disabled:checked + .label:before {
    pointer-events: none;
    opacity: .5;
    background-color: #00a3e0;
    box-shadow: 0 0 0 3px #f2f2f2
}

.field.choice .radio + .label, .field.choice input[type=radio] + .label, .shipping-rom-method .col-method .radio + .label, .shipping-rom-method .col-method input[type=radio] + .label {
    padding-left: 2.5em
}

.field.choice .radio + .label:before, .field.choice input[type=radio] + .label:before, .shipping-rom-method .col-method .radio + .label:before, .shipping-rom-method .col-method input[type=radio] + .label:before {
    content: '';
    margin-left: -2.1em;
    margin-top: 0;
    border-radius: 50%;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #f2f2f2;
    box-shadow: 0 0 0 3px #f2f2f2
}

table.table {
    width: 100%;
    border-collapse: collapse
}

table.table tr.row {
    display: table-row;
    margin: 0
}

table.table tr.row .col {
    padding-right: 0
}

table.table td {
    vertical-align: middle
}

table.table th, table.table td {
    padding: 10px
}

@media (min-width: 767px) {
    table.table th, table.table td {
        border-right: solid 1px #dadada
    }
}

@media (min-width: 1200px) {
    table.table th, table.table td {
        padding: 30px
    }
}

table.table th:last-child, table.table td:last-child {
    border-right: 0
}

table.table th:first-child, table.table td:first-child {
    padding-left: 0
}

table.table th {
    color: #231f20
}

table.table thead {
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada
}

table.table thead th {
    font-weight: 500;
    color: #231f20
}

table.table thead th:last-child {
    border-right: 0
}

table.table tbody {
    font-size: 12px
}

@media (min-width: 767px) {
    table.table tbody th, table.table tbody td {
        border-bottom: solid 1px #dadada
    }
}

@media (min-width: 1200px) {
    table.table tbody .price {
        font-size: 20px
    }
}

table.table tfoot {
    border-bottom: solid 1px #dadada
}

@media (min-width: 1200px) {
    table.table tfoot th, table.table tfoot td {
        padding-top: 10px;
        padding-bottom: 10px
    }

    table.table tfoot tr:first-child th, table.table tfoot tr:first-child td {
        padding-top: 40px
    }

    table.table tfoot tr:last-child th, table.table tfoot tr:last-child td {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    table.table tfoot .price {
        font-size: 20px
    }
}

table.table .col.name {
    font-size: 14px
}

table.table .col.name strong {
    font-weight: 400
}

@media (max-width: 767px) {
    table.table th {
        display: none
    }

    table.table td {
        width: 100%;
        padding: 10px 0;
        display: block
    }

    table.table td:before {
        font-weight: 700;
        display: block;
        border-bottom: solid 1px #dadada;
        content: attr(data-th);
        margin-bottom: 10px
    }
}

table.table-bordered {
    border-top: 2px solid;
    border-left: 1px solid #dadada
}

table.table-bordered th, table.table-bordered td {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

table.data-table {
    width: 100%
}

table.data-table th, table.data-table td {
    padding: 20px;
    vertical-align: middle
}

table.data-table th {
    background: #fff;
    text-transform: uppercase;
    color: #231f20
}

.catalog-product-view th, .catalog-product-view td {
    font-weight: 500
}

.catalog-product-view table.table {
    font-weight: 500
}

dl dt {
    font-weight: 500
}

dl dd {
    padding-left: 2rem
}

.tm_blog-post-view .column.main ul, .tm_blog-post-view .column.main ol, .cms-page-view .column.main ul, .cms-page-view .column.main ol, .catalog-category-view .category-description ul, .catalog-category-view .category-description ol {
    padding-left: 15px;
    margin-bottom: 16px
}

.tm_blog-post-view .column.main ul ul, .tm_blog-post-view .column.main ul ol, .tm_blog-post-view .column.main ol ul, .tm_blog-post-view .column.main ol ol, .cms-page-view .column.main ul ul, .cms-page-view .column.main ul ol, .cms-page-view .column.main ol ul, .cms-page-view .column.main ol ol, .catalog-category-view .category-description ul ul, .catalog-category-view .category-description ul ol, .catalog-category-view .category-description ol ul, .catalog-category-view .category-description ol ol {
    margin-bottom: 0
}

.tm_blog-post-view .column.main ul, .cms-page-view .column.main ul, .catalog-category-view .category-description ul {
    list-style: disc
}

.tm_blog-post-view .column.main ul ul, .cms-page-view .column.main ul ul, .catalog-category-view .category-description ul ul {
    list-style: circle
}

.tm_blog-post-view .column.main ol, .cms-page-view .column.main ol, .catalog-category-view .category-description ol {
    list-style: decimal
}

.blue-disc-list {
    list-style-type: none !important;
    padding-left: 0 !important
}

.blue-disc-list li {
    list-style: none
}

.blue-disc-list li:before {
    content: "\2022";
    color: #00a3e0;
    font-weight: 700;
    width: 6px;
    margin-right: 15px
}

.rd-navbar-wrap, .rd-navbar-static.rd-navbar--is-clone {
    transition: .3s all cubic-bezier(.785, .135, .15, .86)
}

.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed, .rd-navbar-static, .rd-navbar-fullwidth, .rd-navbar-sidebar {
    display: block
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
    transition: none !important
}

.rd-navbar-fixed .block, .rd-navbar-static .block, .rd-navbar-fullwidth .block, .rd-navbar-sidebar .block {
    margin: 0
}

.rd-navbar-static {
    background: #fff
}

.rd-navbar-static .rd-navbar-nav-wrap {
    width: 100%
}

.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    transform: translateY(-105%);
    z-index: 20
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    display: none
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translateY(0)
}

.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #f0f0f0
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
    display: none
}

.rd-navbar-static.rd-navbar--is-stuck .page-header__panel, .rd-navbar-static.rd-navbar--is-stuck .page-header__content {
    display: none
}

.page-header .rd-navbar--has-megamenu .tm-megamenu.submenu {
    top: unset;
    margin-top: 9px
}

@media (max-width: 991px) {
    .page-header .rd-navbar--has-megamenu .tm-megamenu.submenu {
        margin-top: 18px
    }
}

.page-header .tm-megamenu .featured {
    padding-bottom: 0
}

.page-header .tm-megamenu .featured .products-grid .product-item {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0
}

.page-header .tm-megamenu .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px
}

.page-header .tm-megamenu .col-sm-6 {
    padding-left: 20px;
    padding-right: 10px
}

@media (min-width: 768px) {
    .page-header .rd-navbar-nav > li.parent li > a {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .rd-navbar-collapse-toggle .text:after {
        top: 98px !important
    }
}

.minicart-wrapper .rd-navbar-cart-toggle .counter {
    position: absolute;
    top: 6px
}

.minicart-wrapper .rd-navbar-cart-toggle .counter:not(.empty) {
    background-color: #00a3e0;
    border-color: #00a3e0
}

.minicart-wrapper .rd-navbar-cart-toggle .my-cart-block {
    margin-left: 20px
}

.minicart-wrapper .rd-navbar-cart-toggle:hover .counter {
    background-color: #d73105
}

.minicart-wrapper .rd-navbar-cart-toggle .text {
    display: flex;
    align-items: center;
    padding-left: 15px
}

.minicart-wrapper .action {
    color: #231f20
}

.minicart-wrapper.active .rd-navbar-cart-toggle:hover .counter {
    background-color: #d73105
}

#navbar-toggle-second {
    display: none
}

#navbar-toggle-second:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    right: 10px;
    background-image: url("../fonts/close-x.svg")
}

@media (max-width: 767px) {
    #navbar-toggle-second {
        position: absolute;
        display: flex;
        width: 50px;
        align-items: center;
        height: 40px;
        top: 30px;
        right: 0;
        z-index: 20
    }
}

.wish-list-container {
    order: 7;
    margin-left: 30px
}

.wish-list-container .action.compare {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.wish-list-container .action.compare .compare-products {
    display: none
}

.wish-list-container .action.compare:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: -3px;
    background-image: url("../fonts/compare.svg");
    margin-right: 10px
}

.wish-list-container .action.compare .link.compare {
    position: relative
}

.wish-list-container .action.compare .counter.qty {
    position: absolute;
    display: flex;
    top: 6px;
    right: 2px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    color: #231f20;
    background-color: #f0f0f0;
    font-size: 9px;
    text-align: center;
    font-weight: 400;
    transition: all .3s ease
}

.wish-list-container .action.compare .counter.qty.full {
    color: #fff;
    background-color: #00a3e0
}

.wish-list-container .action.compare:hover .counter.qty {
    color: #fff;
    background-color: #d73105
}

@media (max-width: 767px) {
    .wish-list-container {
        margin-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 15px
    }

    .wish-list-container .action.compare .compare-products {
        display: block;
        font-weight: 400
    }

    .wish-list-container .action.compare {
        justify-content: flex-start;
        color: #231f20
    }

    .wish-list-container .action.compare .counter.qty {
        left: 18px
    }
}

.after-arrow {
    display: flex;
    align-items: center;
    padding-left: 0 !important
}

.after-arrow:after {
    content: '';
    background-size: cover;
    position: relative;
    display: inline-block;
    width: 8px;
    height: 4px;
    top: 1px;
    background-size: cover;
    background-image: url("../fonts/expand.svg");
    margin-left: 10px
}

@media (max-width: 767px) {
    .after-arrow {
        display: none
    }
}

.rd-navbar-collapse-toggle .after-arrow:after {
    top: 0
}

@media (max-width: 767px) {
    .rd-navbar-nav {
        display: none
    }
}

.rd-navbar-toggle {
    display: none
}

@media (max-width: 767px) {
    .page-wrapper {
        padding-top: 80px !important
    }
}

@media (max-width: 767px) {
    .rd-navbar-toggle {
        display: block;
        position: absolute;
        z-index: 17;
        top: 0
    }

    .rd-navbar-toggle span {
        display: block;
        transition: .3s all ease
    }

    .rd-navbar-toggle span:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        visibility: visible;
        position: fixed;
        opacity: 1;
        top: 35px;
        right: 15px;
        background-image: url("../fonts/menu-hamburger.svg")
    }

    .rd-navbar-toggle strong {
        display: none
    }

    .rd-navbar-toggle.active {
        z-index: 21
    }

    .rd-navbar-nav-wrap {
        transition: .3s all cubic-bezier(.785, .135, .15, .86);
        position: fixed;
        top: 80px;
        width: 90%;
        right: -1000px;
        padding: 0 0 56px;
        height: auto;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        padding-top: 30px;
        border-radius: 6px 0 0 6px;
        background: #fff;
        box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .05);
        z-index: 20
    }

    .rd-navbar-nav-wrap.active {
        right: 0
    }

    .rd-navbar-nav-wrap .welcome {
        display: block;
        font-size: 12px;
        border-top: 1px solid #eae9e9;
        border-bottom: 1px solid #eae9e9;
        padding: 30px 0;
        margin: 20px 30px 0
    }

    .rd-navbar-nav {
        display: block;
        overflow: auto;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        z-index: 18
    }

    .rd-navbar-nav:before, .rd-navbar-nav:after {
        content: '';
        display: block;
        height: 8px
    }

    .rd-navbar-nav > li {
        margin-left: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eae9e9;
        margin-right: 15px;
        padding: 10px 45px 20px 0
    }

    .rd-navbar-nav > li:last-child {
        margin-bottom: 0
    }

    .rd-navbar-nav > li > a {
        color: #231f20;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        padding: 5px 0
    }

    .rd-navbar-nav .level0.nav-1 {
        padding-top: 25px;
        border-top: 1px solid #eae9e9
    }

    .rd-navbar-nav .level0.nav-1 .rd-navbar-submenu-toggle {
        top: 25px
    }

    .rd-navbar-dropdown, .rd-navbar-megamenu {
        display: none
    }

    .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-megamenu .rd-navbar-dropdown {
        padding-left: 15px
    }

    .rd-navbar-submenu {
        position: relative;
        transition: .3s all cubic-bezier(.785, .135, .15, .86)
    }

    .rd-navbar-submenu li {
        margin-bottom: 5px;
        width: auto;
        overflow-wrap: break-word
    }

    .rd-navbar-submenu li:last-child {
        margin-bottom: 0
    }

    .rd-navbar-submenu li > a {
        color: #231f20;
        font-size: 14px
    }

    .rd-navbar-submenu li > a:before {
        display: none
    }

    .rd-navbar-submenu li .rd-navbar-submenu-toggle {
        right: 0
    }

    .rd-navbar-submenu li .rd-navbar-submenu-toggle:before {
        font-size: 12px;
        line-height: 1
    }

    .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-submenu.opened > .rd-navbar-megamenu {
        display: block;
        padding: 20px 0
    }

    .rd-navbar-submenu-toggle {
        display: inline-block;
        position: absolute;
        width: 20px;
        text-align: right;
        top: 10px;
        right: 0;
        cursor: pointer
    }

    .rd-navbar-submenu-toggle:before {
        content: '';
        background-size: cover;
        position: relative;
        padding: 1px 3px;
        display: inline-block;
        width: 10px;
        height: 5px;
        top: -3px;
        background-size: cover;
        background-image: url("../fonts/expand.svg")
    }

    .rd-navbar-submenu:not(.parent.rd-navbar--has-dropdown) .rd-navbar-submenu-toggle {
        display: none
    }
}

@media (min-width: 768px) {
    .layout_3 .rd-navbar-nav {
        text-align: left;
        border: 0;
        padding: 0;
        margin: 0
    }
}

@media (min-width: 768px) {
    .layout_4 .navigation {
        font-family: 'geomanistregular';
        width: 22.3333%;
        position: relative
    }

    .layout_4 .rd-navbar-toggle {
        display: block;
        height: 60px;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        padding-left: 30px
    }

    .layout_4 .rd-navbar-toggle strong {
        font-weight: 500;
        display: inline-block
    }

    .layout_4 .rd-navbar-toggle:before {
        font-family: "Linearicons";
        content: "\e93a";
        margin-right: 25px;
        float: right
    }

    .layout_4 .rd-navbar-toggle:hover {
        opacity: .8
    }

    .layout_4 .rd-navbar-toggle.active:before {
        content: "\e939"
    }

    .layout_4 .rd-navbar-nav-wrap {
        position: absolute;
        display: none
    }

    .layout_4 .rd-navbar-nav-wrap.active {
        display: block
    }

    .layout_4 .rd-navbar-nav {
        border: 1px solid #eae9e9;
        padding: 0 29px;
        background: #fff;
        margin: 0
    }

    .layout_4 .rd-navbar-nav > li {
        display: block;
        float: none;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #eae9e9
    }

    .layout_4 .rd-navbar-nav > li:last-child {
        border-bottom: 0
    }

    .layout_4 .rd-navbar-nav > li > a {
        padding: 17px 0
    }

    .layout_4 .rd-navbar-nav > li > a:after {
        display: none
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .layout_4 .rd-navbar-nav > li .rd-navbar-dropdown {
        left: 231px;
        top: 0;
        margin: 0
    }
}

@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1400px) {
    .layout_4 .rd-navbar-nav > li .rd-navbar-dropdown {
        left: 271px;
        width: 290px
    }
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation {
    top: 0;
    width: 48%
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: -8px;
    cursor: pointer
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle:before {
    font-family: "Linearicons";
    content: "\e93a";
    padding: 4px 8px;
    display: block;
    font-size: 10px
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-dropdown, .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-megamenu {
    display: none;
    position: relative;
    top: 0 !important;
    width: 100%;
    padding: 0 0 20px 20px;
    box-shadow: none
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent {
    position: relative
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent span:after {
    display: none
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .megamenu-wrapper {
    padding-left: 0
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown, .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu {
    display: block;
    right: 0
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .container, .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .container {
    padding: 0;
    min-width: inherit
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row, .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row {
    margin: 0
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row [class*=col-], .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row [class*=col-] {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%;
    border: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row [class*=col-] > ul, .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row [class*=col-] > ul {
        margin-bottom: 20px
    }

    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row [class*=col-]:last-child ul, .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row [class*=col-]:last-child ul {
        margin-bottom: 0
    }
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full {
    max-width: inherit;
    min-width: inherit;
    padding: 0
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row {
    margin: 0;
    display: block
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row > div {
    padding: 0;
    width: 100%;
    max-width: inherit;
    border: 0
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row > div > ul {
    margin-bottom: 25px
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row > div:last-child ul {
    margin-bottom: 0
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .static-block, .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .product {
    display: none
}

.submenu {
    width: auto
}

.submenu .level1 {
    font-size: 14px;
    padding-left: 10px;
    display: block;
    width: auto;
    overflow-wrap: break-word
}

.submenu .level1 a {
    width: auto;
    flex-direction: row
}

.submenu .level1 a:before {
    float: none !important
}

.submenu .level1 span {
    width: 100%;
    white-space: nowrap;
    word-break: keep-all
}

@media (min-width: 768px) {
    .submenu .level1 a:before {
        display: none
    }
}

@media (max-width: 767px) {
    .rd-navbar-nav-fixed .container {
        padding-left: 0;
        padding-right: 0;
        min-width: 300px;
        max-width: unset
    }
}

.navigation .rd-navbar-nav-wrap .rd-navbar-nav > li.parent li > a {
    color: #231f20
}

.navigation .rd-navbar-nav-wrap .rd-navbar-nav > li.parent li > a:hover {
    color: #00a3e0
}

.navigation .rd-navbar-nav-wrap ul li a.level-top span {
    font-size: 16px
}

.navigation .rd-navbar-nav-wrap ul li a.level-top span:hover {
    color: #00a3e0
}

.rd-navbar-brand {
    display: none
}

.rd-navbar-static .rd-navbar-brand {
    display: inline-block;
    float: left
}

.rd-navbar-static .rd-navbar-brand > * {
    display: inline-block;
    vertical-align: middle
}

.rd-navbar-static .rd-navbar-brand > img {
    margin-right: 10px
}

.rd-navbar-static .rd-navbar-brand > a {
    font-size: 36px;
    line-height: 48px
}

.rd-navbar-static .rd-navbar-brand > a span {
    display: none
}

.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    text-align: left;
    position: fixed;
    top: 4px;
    left: 56px;
    right: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 46px;
    height: 48px;
    z-index: 17
}

.rd-navbar-fixed .rd-navbar-brand img {
    display: none
}

.rd-navbar-fixed .rd-navbar-brand a {
    display: inline-block
}

.rd-navbar-cart-floating {
    display: none
}

.rd-navbar-cart-toggle .text {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: auto;
    text-align: center;
    cursor: pointer;
    color: #000
}

.rd-navbar-cart-toggle .text, .rd-navbar-cart-toggle .text:before, .rd-navbar-cart-toggle .text:after {
    transition: .3s all ease
}

.rd-navbar-cart-toggle .text:before, .rd-navbar-cart-toggle .text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rd-navbar-cart-toggle .text:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    background-image: url("../fonts/shopping-cart.svg");
    transform: rotate(0deg) scale(1)
}

.rd-navbar-cart-toggle .text:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    background-image: url("../fonts/close-x.svg");
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden
}

.rd-navbar-cart-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0)
}

.rd-navbar-cart-toggle.active span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible
}

.rd-navbar-cart-toggle span {
    padding-left: 28px;
    text-align: left
}

.rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
    font-size: 23px;
    font-family: "Linearicons";
    margin-top: -2px
}

.rd-navbar-cart-toggle span:after {
    font-size: 16px
}

.rd-navbar-cart-toggle .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 9px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    transition: all .3s ease
}

.rd-navbar-cart-toggle .counter strong {
    font-weight: 400
}

.rd-navbar-cart-toggle .counter .counter-label {
    display: none
}

.rd-navbar-cart-toggle .counter.empty {
    background: #f0f0f0
}

.rd-navbar-cart-toggle:hover .counter {
    color: #fff !important
}

.rd-navbar-cart-toggle .loading-mask {
    display: none
}

.minicart-wrapper.active .rd-navbar-cart-toggle .counter {
    z-index: 20;
    color: #fff !important
}

@media (max-width: 767px) {
    .rd-navbar-cart {
        display: block;
        position: fixed;
        top: -100%;
        right: 0;
        left: 0;
        z-index: 20;
        opacity: 0;
        transform: translate(-100%)
    }

    .minicart-wrapper.active .rd-navbar-cart {
        opacity: 1;
        top: 80px;
        z-index: 30;
        transform: translate(0);
        max-height: calc(100% - 70px);
        overflow-x: auto
    }

    .minicart-wrapper.active .rd-navbar-cart {
        -ms-overflow-style: none
    }

    .minicart-wrapper.active .rd-navbar-cart::-webkit-scrollbar {
        width: 0
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
        opacity: 1;
        visibility: visible
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
        opacity: 0;
        visibility: hidden
    }

    .rd-navbar-cart-floating {
        display: block;
        transition: .3s all cubic-bezier(.785, .135, .15, .86);
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 20;
        color: #fff;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .25), 0 0 2px 0 rgba(0, 0, 0, .25);
        width: 56px;
        height: 56px;
        outline: 1px solid transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .rd-navbar-cart-floating:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        transform: translate(-50%, -50%)
    }

    .rd-navbar-cart-floating #top-cart-btn-checkout {
        transition: .3s all cubic-bezier(.785, .135, .15, .86);
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 56px;
        opacity: 0;
        visibility: hidden
    }

    .rd-navbar-cart-floating #top-cart-btn-checkout:before {
        font-weight: 400;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px
    }

    .rd-navbar-cart-floating .rd-navbar-cart-toggle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
        height: 56px;
        line-height: 56px
    }

    .rd-navbar-cart-floating.active {
        right: 0;
        bottom: 0;
        border-radius: 0;
        width: 100%
    }

    .rd-navbar-cart-floating.active:before {
        transform: translate(-50%, -50%) scale(20);
        background: #2ecc71
    }

    .rd-navbar-cart-floating.active #top-cart-btn-checkout {
        opacity: 1;
        visibility: visible
    }

    .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
        visibility: hidden;
        opacity: 0
    }

    .rd-navbar-cart-fixed {
        display: block;
        transition: .3s all cubic-bezier(.785, .135, .15, .86);
        position: fixed;
        top: 25px;
        right: 40px;
        z-index: 17;
        overflow: visible;
        height: 40px;
        width: 61px;
        outline: 1px solid transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 10px 8px 0
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle {
        display: block
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .loading-mask {
        visibility: hidden
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter {
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 20
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter-label {
        display: none
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .text {
        font-size: 0;
        padding: 0;
        margin: 0
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .my-cart-block, .rd-navbar-cart-fixed .rd-navbar-cart-toggle .after-arrow {
        display: none
    }
}

.rd-navbar-static .rd-navbar-panel {
    padding: 0
}

.rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
    display: table;
    content: "";
    line-height: 0
}

.rd-navbar-static .rd-navbar-panel:after {
    clear: both
}

@media (max-width: 767px) {
    .rd-navbar-panel-canvas {
        position: fixed;
        height: 80px;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 16
    }

    .page-wrapper {
        padding-top: 70px
    }
}

.rd-navbar-search-toggle {
    display: block;
    font-family: "FontAwesome";
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    position: relative;
    z-index: 18;
    text-align: center;
    transition: all 0s ease
}

@media (min-width: 580px) {
    .rd-navbar-search-toggle {
        width: 69px;
        border-left: 1px solid #eae9e9;
        text-align: right;
        margin-left: 12px
    }
}

.rd-navbar-search-toggle:before, .rd-navbar-search-toggle:after {
    display: inline-block;
    transition: .3s all ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.rd-navbar-search-toggle:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 4px;
    background-image: url("../fonts/search.svg");
    transform: rotate(0deg) scale(1)
}

.rd-navbar-search-toggle:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    left: 5px;
    background-image: url("../fonts/close-x.svg");
    transform: rotate(-90deg) scale(0)
}

.rd-navbar-search-toggle.active:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    background-image: url("../fonts/close-x.svg");
    transform: rotate(0deg) scale(1)
}

.rd-navbar-search-toggle.active:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    background-image: url("../fonts/search.svg");
    transform: rotate(-90deg) scale(0)
}

.rd-navbar-search {
    position: absolute;
    left: 15px;
    order: 2;
    top: 0;
    z-index: -1
}

@media (min-width: 1400.00004px) {
    .rd-navbar-search {
        left: 25px
    }
}

.rd-navbar-search form button[type=submit] {
    background: 0 0;
    height: 46px;
    width: 44px;
    font-size: 23px;
    line-height: 50px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0
}

.rd-navbar-search form button[type=submit]:before {
    content: '';
    position: relative;
    width: 24px;
    display: block;
    height: 24px;
    background-size: cover;
    background-image: url("../fonts/search.svg")
}

.rd-navbar-search form button[type=submit] span {
    display: none
}

.rd-navbar-search .form-group {
    z-index: 17;
    transition: .1s all cubic-bezier(.785, .135, .15, .86)
}

.rd-navbar-search .form-group input {
    width: 100%;
    color: #a7a5a6;
    height: 40px;
    min-height: inherit;
    display: block;
    font-size: 13px;
    line-height: normal;
    border-radius: 6px;
    padding-right: 60px;
    padding-left: 15px
}

.rd-navbar-search .form-group ::-webkit-input-placeholder {
    color: #a7a5a6
}

.rd-navbar-search .form-group ::-moz-placeholder {
    color: #a7a5a6
}

.rd-navbar-search .form-group :-ms-input-placeholder {
    color: #a7a5a6
}

.rd-navbar-search .form-group :-moz-placeholder {
    color: #a7a5a6
}

.rd-navbar-search.active {
    z-index: 20
}

.rd-navbar-search.active .form-group {
    opacity: 1;
    visibility: visible
}

.field.search {
    margin: 0
}

@media (max-width: 1200px) {
    .layout_1 .rd-navbar-search-toggle {
        width: 45px
    }
}

@media (min-width: 768px) {
    .layout_2 .rd-navbar-search-toggle {
        border: 0;
        width: 45px;
        height: 24px;
        line-height: 26px
    }

    .layout_2 .rd-navbar-search {
        left: 0;
        right: 40px
    }
}

@media (min-width: 1200px) {
    .layout_2 .rd-navbar-search-toggle.active {
        position: absolute;
        right: 0;
        top: 8px;
        line-height: 36px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .layout_2 .rd-navbar-search-toggle {
        position: absolute;
        right: 4px;
        top: -39%
    }

    .layout_2 .rd-navbar-search {
        top: -54%
    }
}

@media (min-width: 768px) {
    .layout_3 .rd-navbar-search-toggle {
        order: 3;
        border: 0;
        width: 42px;
        line-height: 42px;
        align-self: center
    }

    .layout_3 .rd-navbar-search {
        order: 2;
        left: 0;
        position: relative;
        margin-bottom: 0;
        margin-right: 40px;
        float: right;
        right: 40px;
        max-width: 242px;
        z-index: 25
    }
}

@media (min-width: 1200px) {
    .layout_3 .rd-navbar-search-toggle {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .layout_3 .rd-navbar-search-toggle {
        margin-right: 25px
    }

    .layout_3 .rd-navbar-search {
        position: absolute;
        opacity: 0;
        visibility: hidden
    }

    .layout_3 .rd-navbar-search.active {
        top: unset;
        z-index: 20;
        left: 20%;
        margin-right: 0;
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 768px) {
    .layout_4 .rd-navbar-search {
        position: relative;
        left: 0;
        top: 0;
        z-index: 2;
        width: 48%;
        margin-bottom: 0
    }

    .layout_4 .rd-navbar-search .form-group {
        opacity: 1;
        visibility: visible;
        position: relative;
        z-index: auto;
        box-shadow: none;
        border: 5px solid
    }

    .layout_4 .rd-navbar-search .form-group input {
        height: 50px;
        border: 0;
        background: #fff;
        padding-right: 80px
    }

    .layout_4 .rd-navbar-search form button[type=submit] {
        width: 66px;
        border-left: 1px solid #eae9e9
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .layout_4 .rd-navbar-search {
        width: 74%
    }
}

@media (min-width: 768px) {
    .layout_4 .rd-navbar-search-toggle {
        display: none
    }
}

@media (min-width: 768px) {
    .layout_5 .rd-navbar-search-toggle {
        margin: 0;
        border: 0;
        color: #fff
    }

    .layout_5 .rd-navbar-search {
        right: 45px;
        left: 0;
        top: 7px
    }
}

@media (max-width: 767px) {
    .rd-navbar-search-toggle {
        display: none;
        position: fixed;
        top: 23px;
        left: 50px;
        width: 50px;
        height: 40px;
        z-index: 18;
        font-size: 20px;
        text-align: center;
        margin: 0;
        border: 0
    }

    .field.search {
        margin: 0
    }

    .rd-navbar-search {
        position: relative;
        display: block;
        z-index: 20;
        right: 0;
        left: 0;
        width: 80%;
        margin-left: 20px
    }

    .rd-navbar-search .form-group {
        width: 100%
    }
}

@media (min-width: 1400px) {
    .layout_3 .rd-navbar-search {
        max-width: 400px
    }

    .layout_3 .rd-navbar-search-form-input .input-text {
        float: right;
        max-width: 400px
    }

    .layout_3 .rd-navbar-search-form-input .search-autocomplete {
        top: 46px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .layout_1 .asseco-help, .layout_3 .asseco-help, .layout_4 .asseco-help {
        margin-right: 20px
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse-toggle, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse-toggle, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse-toggle {
        margin-right: 20px
    }

    .layout_1 .rd-navbar-search-toggle, .layout_3 .rd-navbar-search-toggle, .layout_4 .rd-navbar-search-toggle {
        margin-right: 5px
    }

    .layout_1 .wish-list-container, .layout_3 .wish-list-container, .layout_4 .wish-list-container {
        margin-left: 20px
    }

    .layout_1 .rd-navbar-search.active, .layout_3 .rd-navbar-search.active, .layout_4 .rd-navbar-search.active {
        left: 7%
    }
}

.rd-navbar-collapse .switcher.currency, .rd-navbar-collapse .switcher.language {
    display: none
}

.rd-navbar-collapse-toggle.active .text {
    z-index: 19
}

.rd-navbar-collapse-toggle.active .text:after {
    display: none
}

.rd-navbar-collapse-toggle {
    display: none
}

.rd-navbar-collapse-toggle .switcher.currency, .rd-navbar-collapse-toggle .switcher.language {
    display: none
}

.rd-navbar-collapse {
    order: 4
}

.rd-navbar-collapse .links {
    width: 100%;
    padding-right: 10px
}

.rd-navbar-collapse .links li a {
    display: flex
}

.rd-navbar-collapse li a:before {
    font-family: "Linearicons";
    font-size: 22px;
    vertical-align: sub;
    padding-right: 5px;
    transition: all .3s
}

.rd-navbar-collapse li.wishlist a:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    background-image: url("../fonts/wishlist.svg")
}

.rd-navbar-collapse li.wishlist .multi:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    background-image: url("../fonts/wishlist-full.svg")
}

.rd-navbar-collapse li.authorization-link.login a:before, .rd-navbar-collapse li.authorization-link.logout a:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    height: 25px;
    margin-right: 15px;
    background-image: url("../fonts/login.svg")
}

.rd-navbar-collapse li.authorization-link.userlogin a:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    background-image: url("../fonts/user.svg")
}

.rd-navbar-collapse li.authorization-link.logout a:before {
    top: 0;
    height: 18px;
    cursor: pointer;
    background-image: url("../fonts/logout.svg")
}

.rd-navbar-collapse li.compare.link a:before {
    content: "\e839"
}

.rd-navbar-collapse a {
    font-size: 12px
}

.rd-navbar-collapse a.my-account:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    background-image: url("../fonts/user.svg")
}

.rd-navbar-collapse a.create-an-account:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    background-image: url("../fonts/user.svg")
}

@media (min-width: 768px) {
    .rd-navbar-inner {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .rd-navbar-collapse {
        padding-top: 8px;
        display: block
    }

    .rd-navbar-collapse li {
        display: list-item;
        margin: 0 30px 0 0
    }

    .rd-navbar-collapse li a:before {
        font-family: "Linearicons";
        font-size: 22px;
        padding-right: 5px;
        margin-right: 10px;
        line-height: 1;
        float: left;
        transition: all .3s
    }

    .rd-navbar-collapse li.authorization-link.logout a:before {
        top: 2px
    }

    .rd-navbar-collapse li.authorization-link.login a:before, .rd-navbar-collapse li.authorization-link.logout a:before {
        margin-right: 10px
    }

    .rd-navbar-collapse a {
        color: #231f20;
        font-size: 12px
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .layout_1 .rd-navbar-collapse, .layout_3 .rd-navbar-collapse, .layout_4 .rd-navbar-collapse {
        display: none;
        padding: 10px 0 30px 20px;
        min-width: 175px;
        background: #fff;
        box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
        position: absolute;
        z-index: 4;
        top: 55px
    }

    .layout_1 .rd-navbar-collapse li, .layout_3 .rd-navbar-collapse li, .layout_4 .rd-navbar-collapse li {
        display: block;
        margin: 15px 0 0
    }

    .layout_1 .rd-navbar-collapse.active, .layout_3 .rd-navbar-collapse.active, .layout_4 .rd-navbar-collapse.active {
        display: block;
        border-radius: 6px;
        box-shadow: 0px 6px 30px rgba(0, 0, 0, .05), 0px 4px 6px rgba(0, 0, 0, .05);
        padding: 10px 0 30px 20px
    }

    .layout_1 .rd-navbar-collapse.active .links a, .layout_3 .rd-navbar-collapse.active .links a, .layout_4 .rd-navbar-collapse.active .links a {
        color: #231f20
    }

    .layout_1 .rd-navbar-collapse.active .links a:hover, .layout_3 .rd-navbar-collapse.active .links a:hover, .layout_4 .rd-navbar-collapse.active .links a:hover {
        color: #00a3e0
    }

    .layout_1 .rd-navbar-collapse-toggle, .layout_3 .rd-navbar-collapse-toggle, .layout_4 .rd-navbar-collapse-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 4;
        height: 40px;
        border-radius: 0;
        z-index: 4;
        margin-right: 40px
    }

    .layout_1 .rd-navbar-collapse-toggle .text, .layout_3 .rd-navbar-collapse-toggle .text, .layout_4 .rd-navbar-collapse-toggle .text {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #ccc
    }

    .layout_1 .rd-navbar-collapse-toggle .text, .layout_1 .rd-navbar-collapse-toggle .text:before, .layout_1 .rd-navbar-collapse-toggle .text:after, .layout_3 .rd-navbar-collapse-toggle .text, .layout_3 .rd-navbar-collapse-toggle .text:before, .layout_3 .rd-navbar-collapse-toggle .text:after, .layout_4 .rd-navbar-collapse-toggle .text, .layout_4 .rd-navbar-collapse-toggle .text:before, .layout_4 .rd-navbar-collapse-toggle .text:after {
        transition: .3s all ease
    }

    .layout_1 .rd-navbar-collapse-toggle .text:before, .layout_1 .rd-navbar-collapse-toggle .text:after, .layout_3 .rd-navbar-collapse-toggle .text:before, .layout_3 .rd-navbar-collapse-toggle .text:after, .layout_4 .rd-navbar-collapse-toggle .text:before, .layout_4 .rd-navbar-collapse-toggle .text:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .layout_1 .rd-navbar-collapse-toggle .text:before, .layout_3 .rd-navbar-collapse-toggle .text:before, .layout_4 .rd-navbar-collapse-toggle .text:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        background-image: url("../fonts/shopping-cart.svg");
        transform: rotate(0deg) scale(1)
    }

    .layout_1 .rd-navbar-collapse-toggle .text:after, .layout_3 .rd-navbar-collapse-toggle .text:after, .layout_4 .rd-navbar-collapse-toggle .text:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        background-image: url("../fonts/close-x.svg");
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:before, .layout_3 .rd-navbar-collapse-toggle.active span:before, .layout_4 .rd-navbar-collapse-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        transform: rotate(90deg) scale(0)
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:after, .layout_3 .rd-navbar-collapse-toggle.active span:after, .layout_4 .rd-navbar-collapse-toggle.active span:after {
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible
    }

    .layout_1 .rd-navbar-collapse-toggle:hover, .layout_3 .rd-navbar-collapse-toggle:hover, .layout_4 .rd-navbar-collapse-toggle:hover {
        border: none
    }

    .layout_1 .rd-navbar-collapse-toggle .text, .layout_3 .rd-navbar-collapse-toggle .text, .layout_4 .rd-navbar-collapse-toggle .text {
        display: flex;
        align-items: center;
        height: 40px;
        width: 30px;
        line-height: 40px;
        color: inherit
    }

    .layout_1 .rd-navbar-collapse-toggle .text:before, .layout_3 .rd-navbar-collapse-toggle .text:before, .layout_4 .rd-navbar-collapse-toggle .text:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        background-image: url("../fonts/user.svg")
    }

    .layout_1 .rd-navbar-collapse-toggle.active .text:after, .layout_3 .rd-navbar-collapse-toggle.active .text:after, .layout_4 .rd-navbar-collapse-toggle.active .text:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 8px;
        background-image: url("../fonts/close-x.svg")
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1399px) {
    .layout_4 .rd-navbar-collapse-toggle {
        margin: 0;
        border: 0
    }

    .layout_4 .rd-navbar-collapse {
        right: 0
    }
}

@media (min-width: 768px) and (min-width: 1400px) {
    .layout_5 .rd-navbar-collapse-container {
        float: right
    }

    .layout_5 .rd-navbar-collapse li {
        margin: 0 0 0 30px
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1399px) {
    .layout_5 .rd-navbar-collapse-container {
        float: right;
        clear: inherit;
        width: auto;
        margin: 0;
        border: 0
    }

    .layout_5 .rd-navbar-collapse {
        display: none;
        background: #fff;
        box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
        padding: 15px 35px 35px;
        position: absolute;
        z-index: 4;
        min-width: 300px;
        top: 100%;
        right: 15px
    }

    .layout_5 .rd-navbar-collapse li {
        display: block;
        margin: 15px 0 0
    }

    .layout_5 .rd-navbar-collapse.active {
        order: 4;
        display: block
    }

    .layout_5 .rd-navbar-collapse-toggle {
        display: block;
        height: 40px;
        z-index: 4
    }

    .layout_5 .rd-navbar-collapse-toggle .text {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #ccc
    }

    .layout_5 .rd-navbar-collapse-toggle .text, .layout_5 .rd-navbar-collapse-toggle .text:before, .layout_5 .rd-navbar-collapse-toggle .text:after {
        transition: .3s all ease
    }

    .layout_5 .rd-navbar-collapse-toggle .text:before, .layout_5 .rd-navbar-collapse-toggle .text:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .layout_5 .rd-navbar-collapse-toggle .text:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        background-image: url("../fonts/shopping-cart.svg");
        transform: rotate(0deg) scale(1)
    }

    .layout_5 .rd-navbar-collapse-toggle .text:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        background-image: url("../fonts/close-x.svg");
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden
    }

    .layout_5 .rd-navbar-collapse-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        transform: rotate(90deg) scale(0)
    }

    .layout_5 .rd-navbar-collapse-toggle.active span:after {
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible
    }

    .layout_5 .rd-navbar-collapse-toggle span {
        height: 40px;
        line-height: 40px;
        color: inherit
    }
}

.asseco-help {
    margin-right: 40px;
    order: 4
}

.asseco-help .customer-help {
    display: flex;
    align-items: center;
    color: #f28700;
    font-size: 15px;
    margin-left: 8px
}

.asseco-help .customer-help:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    display: inline-block;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: -2px;
    background-image: url("../fonts/help.svg")
}

.asseco-help .customer-help .customer-help-title {
    font-weight: 400;
    margin-left: 8px
}

@media (max-width: 767px) {
    .asseco-help {
        z-index: 8;
        margin-right: 0;
        width: 100%;
        margin-left: 20px
    }

    .asseco-help .customer-help {
        margin-left: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .rd-navbar-collapse {
        display: block;
        transition: .3s all cubic-bezier(.785, .135, .15, .86), box-shadow ease .2s;
        text-align: left;
        position: fixed;
        top: 80px;
        right: 0;
        left: 0;
        padding: 15px 35px 35px;
        z-index: 19;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .25);
        visibility: hidden;
        overflow: hidden
    }

    .rd-navbar-collapse:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #f7f7f7;
        width: 48px;
        height: 48px;
        transform: scale(0);
        transition: .3s all cubic-bezier(.785, .135, .15, .86)
    }

    .rd-navbar-collapse li {
        position: relative;
        opacity: 0;
        transition: .3s all ease 0s
    }

    .rd-navbar-collapse > li > a {
        display: block;
        padding: 11px 16px
    }

    .rd-navbar-collapse.active {
        visibility: visible;
        box-shadow: 0px 6px 30px rgba(0, 0, 0, .05), 0px 4px 6px rgba(0, 0, 0, .05);
        padding: 10px 20px 30px
    }

    .rd-navbar-collapse.active li {
        transition: .3s all ease .2s;
        opacity: 1
    }

    .rd-navbar-collapse.active:before {
        background: #fff;
        transform: scale(35)
    }

    .rd-navbar-collapse .links li {
        display: block;
        margin: 15px 0 0
    }

    .rd-navbar-collapse .links li a {
        display: flex;
        align-items: center;
        color: #231f20;
        font-size: 12px
    }

    .rd-navbar-collapse .links li a:before {
        margin-right: 15px;
        vertical-align: text-bottom;
        display: inline-block
    }

    .header-switchers {
        position: fixed;
        right: 10px;
        top: 15px;
        z-index: 5
    }

    .switcher.currency, .switcher.language {
        width: 50px;
        margin: 0
    }

    .switcher.currency .actions .action, .switcher.language .actions .action {
        padding: 5px 0 0 11px
    }

    .switcher.currency .actions .action:after, .switcher.language .actions .action:after {
        margin-top: -10px;
        display: block
    }

    .switcher.currency .mage-dropdown-dialog, .switcher.language .mage-dropdown-dialog {
        left: auto;
        right: 0;
        top: 55px
    }

    .rd-navbar-collapse-toggle {
        display: flex;
        font-family: "Geomanist", sans-serif;
        font-size: 15px;
        color: #231f20;
        width: 100%;
        height: 30px;
        z-index: 18;
        padding-top: 3px;
        margin-left: 20px
    }

    .rd-navbar-collapse-toggle .text {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #ccc
    }

    .rd-navbar-collapse-toggle .text, .rd-navbar-collapse-toggle .text:before, .rd-navbar-collapse-toggle .text:after {
        transition: .3s all ease
    }

    .rd-navbar-collapse-toggle .text:before, .rd-navbar-collapse-toggle .text:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .rd-navbar-collapse-toggle .text:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        background-image: url("../fonts/shopping-cart.svg");
        transform: rotate(0deg) scale(1)
    }

    .rd-navbar-collapse-toggle .text:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        background-image: url("../fonts/close-x.svg");
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden
    }

    .rd-navbar-collapse-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        transform: rotate(90deg) scale(0)
    }

    .rd-navbar-collapse-toggle.active span:after {
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible
    }

    .rd-navbar-collapse-toggle span.text {
        width: unset;
        height: 40px;
        line-height: 30px;
        z-index: 8;
        color: inherit
    }

    .rd-navbar-collapse-toggle span.text:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        top: 0;
        position: relative;
        top: -2px;
        left: 0;
        margin-right: 10px;
        background-image: url("../fonts/user.svg")
    }

    .rd-navbar-collapse-toggle .account-head {
        font-weight: 400;
        z-index: 8
    }
}

@media (min-width: 1200px) {
    .layout_1 .rd-navbar-collapse-container, .layout_3 .rd-navbar-collapse-container, .layout_4 .rd-navbar-collapse-container {
        position: relative
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse {
        display: block;
        visibility: hidden;
        opacity: 0;
        border-radius: 6px;
        box-shadow: 0px 6px 30px rgba(0, 0, 0, .05), 0px 4px 6px rgba(0, 0, 0, .05);
        padding: 10px 0 30px 20px;
        min-width: 175px;
        background: #fff;
        position: absolute;
        z-index: -2;
        top: 60px;
        transform: translateY(165px);
        left: -9999px;
        transition: opacity .2s .7s, transform 1.1s .7s, visibility .2s .7s, left .1s 1s
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse li, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse li, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse li {
        margin: 15px 0 0
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse .links, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse .links, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse .links {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse .links a, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse .links a, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse .links a {
        color: #231f20
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse-toggle, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse-toggle, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 4;
        height: 60px;
        border-radius: 0;
        z-index: 4;
        margin-right: 40px
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse-toggle:hover, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse-toggle:hover, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse-toggle:hover {
        border: none
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse-toggle .text, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse-toggle .text, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse-toggle .text {
        display: flex;
        align-items: center;
        position: relative;
        height: 40px;
        width: 30px;
        line-height: 40px;
        color: inherit
    }

    .layout_1 .rd-navbar-collapse-container .rd-navbar-collapse-toggle .text:before, .layout_3 .rd-navbar-collapse-container .rd-navbar-collapse-toggle .text:before, .layout_4 .rd-navbar-collapse-container .rd-navbar-collapse-toggle .text:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        background-image: url("../fonts/user.svg")
    }

    .layout_1 .rd-navbar-collapse-container:hover .rd-navbar-collapse, .layout_3 .rd-navbar-collapse-container:hover .rd-navbar-collapse, .layout_4 .rd-navbar-collapse-container:hover .rd-navbar-collapse {
        visibility: visible;
        opacity: 1;
        z-index: 4;
        transform: translateY(0px);
        left: 0;
        transition: opacity .3s .1s, transform .3s, visibility .3s, left .1s
    }

    .layout_1 .rd-navbar-collapse-container:hover .rd-navbar-collapse .links a, .layout_3 .rd-navbar-collapse-container:hover .rd-navbar-collapse .links a, .layout_4 .rd-navbar-collapse-container:hover .rd-navbar-collapse .links a {
        color: #231f20
    }

    .layout_1 .rd-navbar-collapse-container:hover .rd-navbar-collapse .links a:hover, .layout_3 .rd-navbar-collapse-container:hover .rd-navbar-collapse .links a:hover, .layout_4 .rd-navbar-collapse-container:hover .rd-navbar-collapse .links a:hover {
        color: #00a3e0
    }

    .layout_1 .rd-navbar-collapse-container:hover .rd-navbar-collapse-toggle .text:before, .layout_3 .rd-navbar-collapse-container:hover .rd-navbar-collapse-toggle .text:before, .layout_4 .rd-navbar-collapse-container:hover .rd-navbar-collapse-toggle .text:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        display: inline-block;
        background-size: cover;
        visibility: visible;
        opacity: 1;
        background-image: url("../fonts/user.svg")
    }
}

.page-messages {
    margin-bottom: 2rem
}

.page-messages.messages {
    margin: 0
}

.messages {
    position: fixed;
    top: 70px;
    right: 10px;
    max-width: 90%;
    z-index: 4;
    font-size: 12px
}

@media (min-width: 768px) {
    .messages {
        top: 10px;
        max-width: 100%
    }
}

.page-messages.messages .messages[role=alert] {
    position: relative;
    right: 0;
    top: 10px;
    max-width: 100%
}

@media (max-width: 768px) {
    .page-messages.messages > .container {
        margin-top: 10px;
        width: 100%;
        padding: 0
    }
}

.message {
    padding: .8rem 3.5rem .8rem 1rem;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    font-size: 14px
}

.message > div:after {
    font-family: "Linearicons";
    content: '\e935';
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    text-align: center;
    padding: 5px
}

.message:hover > div:after {
    opacity: .5
}

.message.notice div:after {
    display: none
}

.message-info, .message-notice, .message.notice, .message.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.message-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.message-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alter {
    padding: .8rem 3.5rem 0.8rem 1rem;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.alter-info, .alter-notice, .alter.notice, .alter.info {
    color: #004a88;/*#004085;*/
    background-color: #BEE0FD;
    border-color: #b8daff
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-controls {
    position: absolute;
    top: -50px;
    right: 0
}

.owl-controls .owl-prev {
    line-height: inherit;
    display: inline-block
}

.owl-controls .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.owl-controls .owl-next {
    line-height: inherit;
    display: inline-block
}

.owl-controls .owl-next:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.owl-controls .owl-prev, .owl-controls .owl-next {
    padding: 0 7px;
    cursor: pointer
}

.owl-controls .owl-prev:before, .owl-controls .owl-next:before {
    font-size: 36px;
    transition: .3s ease
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

[role=tablist] [role=tab] {
    width: 100%;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 1rem;
    display: inline-block
}

[role=tablist] [role=tab]:before:before, [role=tablist] [role=tab][aria-expanded=true]:before, [role=tablist] [role=tab][aria-expanded=false]:before {
    float: right;
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    width: 8px;
    top: 10px !important;
    height: 4px;
    margin-right: 0;
    background-size: cover;
    background-image: url("../fonts/expand.svg")
}

[role=tablist] [role=tab]:before {
    right: 0;
    top: 0;
    color: #231f20
}

[role=tablist] [role=presentation]:first-child [role=tab] {
    margin-top: 0
}

[role=tablist] [role=tabpanel] {
    margin-bottom: 2rem
}

.block[role=tablist] .title[role=tab] {
    display: block
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.carousel-nav {
    text-align: right
}

.carousel-nav .carousel-nav-item {
    padding: 10px 20px
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 250px;
    min-width: 85px;
    font-size: 12px;
    text-align: left
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.sorter .select2-container {
    min-width: 204px
}

@media (max-width: 992px) {
    .sorter .select2-container {
        min-width: inherit
    }
}

.select2-dropdown {
    background-color: #f2f2f2;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    font-size: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .05)
}

.select2-results {
    display: block;
    padding: 0
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .05)
}

.select2-results__option {
    display: flex;
    align-items: center;
    color: #231f20;
    font-size: 16px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    line-height: 16px;
    height: 40px;
    padding: 15px 20px;
    background-color: #fff
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-results__option:first-child {
    border-radius: 6px 6px 0 0
}

.select2-results__option:last-child {
    border-radius: 0 0 6px 6px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ccedf9 !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ccedf9 !important;
    color: #231f20 !important
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: none;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.toolbar-products .toolbar-sorter .control {
    max-width: 200px
}

.toolbar-products .toolbar-sorter .select2-container {
    min-width: 202px
}

.toolbar-products .limiter .control, .toolbar-products .limiter .selection .select2-selection.select2-selection--single {
    max-width: 77px
}

.toolbar-products .limiter .select2-container {
    min-width: 77px
}

.page-with-filter .selection .select2-selection.select2-selection--single {
    max-width: 202px
}

.control .limiter-options, .swatch-opt .limiter-options {
    min-width: 75px;
    font-family: "Geomanist", sans-serif;
    background-position-x: 78%;
    padding: 7px 30px 3px 20px
}

.control .sorter-options, .swatch-opt .sorter-options {
    min-width: 200px;
    font-family: "Geomanist", sans-serif;
    background-position-x: 93%
}

@media (max-width: 767px) {
    .control .sorter-options, .swatch-opt .sorter-options {
        min-width: 140px;
        background-position-x: 88%
    }
}

@media (max-width: 579px) {
    .control .sorter-options, .swatch-opt .sorter-options {
        min-width: 133px
    }
}

.control select, .swatch-opt select {
    color: #231f20;
    min-height: 46px;
    max-width: 325px;
    background-size: cover;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../fonts/expand.svg") no-repeat right #f2f2f2;
    background-position-x: 90%;
    padding: 3px 31px 3px 20px
}

.control select option, .swatch-opt select option {
    background: #fff !important
}

.control select option:hover, .swatch-opt select option:hover {
    background: #00a3e0 !important
}

.control select select::-ms-expand, .swatch-opt select select::-ms-expand {
    display: none
}

.amasty-shopby-product-list .toolbar-sorter .control {
    width: 204px !important
}

.selection .select2-selection.select2-selection--single {
    color: #231f20;
    height: 46px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid transparent
}

.selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
    content: '';
    transform: rotateX(180deg);
    background-size: cover;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 8px;
    height: 5px;
    transform: rotate(0deg) scale(1);
    background: url("../fonts/expand.svg") no-repeat right #f2f2f2
}

.select2-container--open .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
    min-width: 8px;
    transform: rotate(180deg) scale(1)
}

.select2-container--below.select2-container--focus .selection .select2-selection {
    border: 1px solid #00a3e0;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

#amasty-shopby-product-list .selection .select2-selection.select2-selection--single, .cart-summary .selection .select2-selection.select2-selection--single {
    color: #231f20;
    height: 46px
}

#amasty-shopby-product-list .selection .select2-selection.select2-selection--single .select2-selection__rendered, .cart-summary .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-right: 35px
}

#amasty-shopby-product-list .input-text, .cart-summary .input-text {
    padding: 10px 20px;
    min-height: 46px
}

.checkout-cart-index .select2-container--default .select2-search--dropdown, .checkout-index-index .select2-container--default .select2-search--dropdown, .account .select2-container--default .select2-search--dropdown {
    display: block
}

.checkout-cart-index .select2-container--default .select2-search--dropdown .select2-search__field, .checkout-index-index .select2-container--default .select2-search--dropdown .select2-search__field, .account .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #00a3e0
}

.checkout-cart-index fieldset .field .select2-container, .checkout-cart-index .fieldset .field .select2-container, .checkout-index-index fieldset .field .select2-container, .checkout-index-index .fieldset .field .select2-container {
    max-width: 100%
}

.control .select2.select2-container.select2-container--default.select2-container--focus .selection .select2-selection[aria-expanded=true] {
    border: 1px solid #00a3e0
}

.control .select2.select2-container.select2-container--default.select2-container--focus.select2-container--disabled.select2-container--focus .selection .select2-selection[aria-expanded=false] {
    border: 1px solid transparent
}

.control .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .selection .select2-selection[aria-expanded=false] {
    border: 1px solid #00a3e0
}

.control .select2.select2-container.select2-container--default.select2-container--focus .selection .select2-selection[aria-expanded=false] {
    border: 1px solid #ef153a
}

.control .select2.select2-container.select2-container--default.select2-container--open.select2-container--below.select2-container--focus .selection .select2-selection {
    border: 1px solid #00a3e0
}

.control.error .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .selection .select2-selection[aria-expanded=false] {
    border: 1px solid #ef153a
}

.control.error .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .selection .select2-selection[aria-expanded=true] {
    border: 1px solid #00a3e0
}

.control.error .select2.select2-container.select2-container--default.select2-container--below.select2-container--disabled .selection .select2-selection {
    border: 1px solid transparent
}

.control.error .select2.select2-container.select2-container--default.select2-container--below.select2-container--disabled .selection .select2-selection[aria-expanded=false] {
    border: 1px solid transparent
}

.control.error .select2.select2-container.select2-container--default.select2-container--below .selection .select2-selection[aria-expanded=false] {
    border: 1px solid #ef153a
}

.control.error .select2.select2-container.select2-container--default.select2-container--below .selection .select2-selection[aria-expanded=true] {
    border: 1px solid #00a3e0
}

.control.merge-error .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .selection .select2-selection[aria-expanded=false] {
    border: 1px solid #ef153a
}

.account .required .control.error.mage-error .select2.select2-container.select2-container--default.select2-container--below .selection .select2-selection[aria-expanded=false] {
    border: 1px solid transparent
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #f2f2f2;
    border: none;
    border-radius: 0;
    outline: none
}

.select2-container--default .select2-selection--single:hover {
    background-color: #f1f0f0
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    text-align: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    font-family: "Linearicons";
    content: "\e93a"
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
    opacity: .3
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: 0 0
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: 0 0
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

input[type=text], input[type=time], input[type=url], input[type=month], input[type=week], input[type=email], input[type=color], input[type=datetime], input[type=datetime-local], input[type=range], input[type=search], input[type=tel], input[type=date], input[type=password], input[type=number], textarea, fieldset, select, output {
    color: #231f20;
    font-size: 16px;
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid transparent
}

input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=color]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=password]:focus, input[type=number]:focus, textarea:focus, fieldset:focus, select:focus, output:focus {
    border-color: #00a3e0
}

fieldset {
    padding: 0
}

.actions-toolbar .secondary .action {
    font-family: "Geomanist", sans-serif;
    background-color: transparent;
    color: #00a3e0;
    border: 1px solid #00a3e0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 25px;
    line-height: normal;
    display: flex;
    align-items: center
}

.actions-toolbar .secondary .action:hover {
    border: 2px solid #00a3e0 !important;
    color: #00a3e0;
    background-color: transparent !important
}

input::-webkit-input-placeholder {
    color: #a7a5a6
}

input:-ms-input-placeholder {
    color: #a7a5a6
}

input::-moz-placeholder {
    color: #a7a5a6
}

input:-moz-placeholder {
    color: #a7a5a6
}

.account-nav ul li a, .account-nav .nav.item, .account-nav .nav.items a, .account-nav li.mega, .customer-account-index ul li a, .customer-account-index .nav.item, .customer-account-index .nav.items a, .customer-account-index li.mega {
    color: #231f20;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 4px
}

.account-nav ul li a .child-content .mega, .account-nav .nav.item .child-content .mega, .account-nav .nav.items a .child-content .mega, .account-nav li.mega .child-content .mega, .customer-account-index ul li a .child-content .mega, .customer-account-index .nav.item .child-content .mega, .customer-account-index .nav.items a .child-content .mega, .customer-account-index li.mega .child-content .mega {
    font-size: 13px
}

.account-nav ul li a .menu-group-link, .account-nav .nav.item .menu-group-link, .account-nav .nav.items a .menu-group-link, .account-nav li.mega .menu-group-link, .customer-account-index ul li a .menu-group-link, .customer-account-index .nav.item .menu-group-link, .customer-account-index .nav.items a .menu-group-link, .customer-account-index li.mega .menu-group-link {
    display: none
}

@media (max-width: 991px) {
    .account-nav ul li a, .account-nav .nav.item, .account-nav .nav.items a, .account-nav li.mega, .customer-account-index ul li a, .customer-account-index .nav.item, .customer-account-index .nav.items a, .customer-account-index li.mega {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .account-nav ul li a .mega-col, .account-nav .nav.item .mega-col, .account-nav .nav.items a .mega-col, .account-nav li.mega .mega-col, .customer-account-index ul li a .mega-col, .customer-account-index .nav.item .mega-col, .customer-account-index .nav.items a .mega-col, .customer-account-index li.mega .mega-col {
        width: 170px !important
    }
}

.account-nav ul li a:hover, .account-nav .nav.item:hover, .account-nav .nav.items a:hover, .account-nav li.mega:hover, .customer-account-index ul li a:hover, .customer-account-index .nav.item:hover, .customer-account-index .nav.items a:hover, .customer-account-index li.mega:hover {
    color: #00a3e0
}

.account-nav .rd-navbar-nav-wrap ul .level0.parent .level-top, .customer-account-index .rd-navbar-nav-wrap ul .level0.parent .level-top {
    font-size: 16px
}

.account-nav .account-nav-content .mega.has-child .mega-menu .mega.active, .account-nav .account-nav-content .mega.has-child.active > a .menu-title, .account-nav .account-nav-content .item.current strong, .customer-account-index .account-nav-content .mega.has-child .mega-menu .mega.active, .customer-account-index .account-nav-content .mega.has-child.active > a .menu-title, .customer-account-index .account-nav-content .item.current strong {
    font-weight: 500
}

.account-nav .account-nav-content .mega.has-child.active .child-content-inner .mega .menu-title, .customer-account-index .account-nav-content .mega.has-child.active .child-content-inner .mega .menu-title {
    color: #231f20
}

.customer-account-index .account-nav .account-nav-content .nav.items a {
    font-size: 14px
}

.unity-storelocator .filter-elements .filter-title {
    font-size: 24px;
    margin-bottom: 10px
}

.unity-storelocator #city-search {
    width: 100%;
    border-radius: 6px
}

.unity-storelocator .city-result {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer
}

.unity-storelocator .city-result.selected {
    border-color: #00a3e0
}

.unity-storelocator #storeMap {
    z-index: 2;
    height: 730px
}

@media (max-width: 579px) {
    .unity-storelocator #storeMap {
        width: unset;
        margin: 0 20px 20px
    }
}

.unity-storelocator .selected-geolocation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 10px;
    position: relative
}

.unity-storelocator .selected-geolocation .custom-select {
    min-height: 46px;
    font-size: 12px
}

.unity-storelocator .selected-geolocation button[type=button] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    border: 0;
    color: #fff;
    background-color: #00a3e0;
    font-size: 23px;
    line-height: 50px;
    border-radius: 6px;
    height: 44px;
    width: 44px;
    margin: 0;
    padding: 6px
}

.unity-storelocator .selected-geolocation button[type=button]:before {
    content: '';
    position: relative;
    width: 24px;
    display: block;
    height: 20px;
    background-size: cover;
    background-image: url("../fonts/search-white.svg")
}

.unity-storelocator .selected-geolocation button[type=button] span {
    display: none
}

.unity-storelocator .selected-geolocation button[type=button]:hover {
    background-color: rgba(0, 163, 224, .8)
}

.unity-storelocator .marker-cluster-small {
    background-color: rgba(0, 171, 79, .5)
}

.unity-storelocator .marker-cluster-small div {
    background-color: rgba(0, 171, 79, .5)
}

.unity-storelocator .marker-cluster-small div span {
    color: #363636
}

.unity-storelocator .marker-cluster-medium {
    background-color: rgba(253, 195, 0, .5)
}

.unity-storelocator .marker-cluster-medium div {
    background-color: rgba(253, 195, 0, .5)
}

.unity-storelocator .marker-cluster-medium div span {
    color: #363636
}

.unity-storelocator .marker-cluster-large {
    background-color: rgba(242, 135, 0, .5)
}

.unity-storelocator .marker-cluster-large div {
    background-color: rgba(242, 135, 0, .5)
}

.unity-storelocator .marker-cluster-large div span {
    color: #363636
}

.unity-storelocator .leaflet-overlay-pane .leaflet-interactive {
    stroke: #00a3e0;
    stroke-opacity: .7;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: #00a3e0;
    fill-opacity: .2
}

.unity-storelocator .select2-container {
    width: 100% !important;
    min-width: 100% !important
}

.unity-storelocator #map-legend-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

@media (max-width: 767px) {
    .unity-storelocator #map-legend-block {
        flex-direction: column
    }
}

.unity-storelocator #map-legend-block .legend-content {
    padding: 0 10px
}

@media (max-width: 767px) {
    .unity-storelocator #map-legend-block .legend-content {
        padding: 10px 0
    }
}

.unity-storelocator #map-legend-block .legend-content span {
    display: flex;
    align-items: center;
    font-family: "Geomanist", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 35px
}

@media (max-width: 991px) {
    .unity-storelocator #map-legend-block .legend-content span {
        align-items: flex-start
    }
}

.unity-storelocator #map-legend-block .legend-content span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    position: absolute;
    margin-left: -35px;
    margin-right: 0;
    width: 25px;
    height: 31px;
    background-size: contain;
    background-image: url("../images/ico-u.png")
}

.unity-storelocator #map-legend-block .legend-content .partner-point:before {
    background-image: url("../images/ico-p.png")
}

.unity-storelocator #map-legend-block .legend-content .mobile-point:before {
    background-image: url("../images/ico-p-m.png")
}

.unity-storelocator #map-legend-block .legend-content .mobile-option-point:before {
    background-image: url("../images/ico-p-om.png")
}

.unity-storelocator .leaflet-popup-content-wrapper {
    border-radius: 0
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content {
    width: 350px !important;
    min-height: 100px;
    font-family: "Geomanist", sans-serif
}

@media (max-width: 991px) {
    .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content {
        width: 260px !important
    }
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .accordion .accordion-section-title {
    font-size: 12px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .partner-point-email, .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .partner-point-phone, .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .partner-point-url {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .store-name {
    display: flex;
    align-items: center;
    background-color: #00a3e0;
    font-weight: 500;
    margin: -20px -20px 0;
    padding: 20px;
    color: #fff;
    font-size: 16px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .partner-point-phone, .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .partner-point-url {
    padding-top: 5px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .address {
    padding-top: 10px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .address .partner-point-street {
    display: block
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .opening_hours {
    font-size: 12px;
    padding-top: 35px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .opening_hours .accordion-section-title {
    font-weight: 500
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .opening_hours .hours span {
    display: flex
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .postcode {
    padding-right: 3px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .accordion-section-content li {
    text-indent: -1.3em;
    padding-left: .5em
}

@-moz-document url-prefix() {
    .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .accordion-section-content li {
        padding-left: 2.1em
    }
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .partner-point {
    color: #00a3e0;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eae9e9
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .product-item {
    display: flex;
    flex-direction: column
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .right-content {
    padding-top: 15px
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .address .street {
    display: block
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .pop-up-main-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .pop-up-main-column .left-content, .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .pop-up-main-column .right-content {
    width: 48%
}

@media (max-width: 991px) {
    .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .pop-up-main-column {
        flex-direction: column
    }

    .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .pop-up-main-column .left-content, .unity-storelocator .leaflet-popup-content-wrapper .leaflet-popup-content .pop-up-main-column .right-content {
        width: 100%
    }
}

.unity-storelocator .leaflet-container a.leaflet-popup-close-button {
    color: #fff;
    right: 5px;
    font: 25px/0px Tahoma, Verdana, sans-serif
}

.unity-storelocator .legend-content label {
    display: flex;
    font-size: 14px
}

.unity-storelocator .check-button {
    display: flex;
    line-height: 1.2em;
    font-size: 12px;
    margin-left: 30px
}

.unity-storelocator .filter-title-option {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 7px
}

.unity-storelocator .filter-location .city-search-results {
    position: absolute;
    top: 45px;
    background-color: #fff;
    z-index: 20;
    width: 100%;
    right: 0
}

.unity-storelocator .product-name-filter input[type=checkbox]:before, .unity-storelocator .product-name-filter input[type=checkbox]:after, .unity-storelocator .type-filter input[type=checkbox]:before, .unity-storelocator .type-filter input[type=checkbox]:after, .unity-storelocator .additional-checkbox input[type=checkbox]:before, .unity-storelocator .additional-checkbox input[type=checkbox]:after {
    display: none
}

.unity-storelocator .product-name-filter label, .unity-storelocator .type-filter label, .unity-storelocator .additional-checkbox label {
    display: flex;
    position: relative;
    font-size: 14px;
    padding-bottom: 15px
}

.unity-storelocator .additional-checkbox label {
    padding-bottom: 20px
}

.unity-storelocator .legend-checked-product .checked, .unity-storelocator .legend-content-checked .checked {
    margin-top: 0
}

.unity-storelocator .location-button {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 25px
}

.unity-storelocator .location-button .button-filter, .unity-storelocator .location-button .button-clear, .unity-storelocator .location-button .button-search-by-location {
    width: 135px;
    height: 42px;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 42px;
    background-color: #00a3e0;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 6px
}

.unity-storelocator .location-button .button-filter:hover, .unity-storelocator .location-button .button-filter:active, .unity-storelocator .location-button .button-clear:hover, .unity-storelocator .location-button .button-clear:active, .unity-storelocator .location-button .button-search-by-location:hover, .unity-storelocator .location-button .button-search-by-location:active {
    background-color: rgba(0, 163, 224, .8);
    color: #fff;
    cursor: pointer
}

.unity-storelocator .location-button .button-search-by-location {
    width: 100%
}

.unity-storelocator .label-maps-points {
    padding-top: 40px
}

@media (max-width: 767px) {
    .unity-storelocator .label-maps-points {
        padding-top: 20px
    }
}

.unity-storelocator .label-maps-points .page-map-shops #invList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 14px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .location-list-item {
    flex: 0 1 31%;
    border: 1px solid #eae9e9;
    margin: 13px;
    color: #231f20
}

@media (max-width: 1199px) and (min-width: 768px) {
    .unity-storelocator .label-maps-points .page-map-shops #invList .location-list-item {
        flex: 1 1 45%;
        margin: 10px
    }

    .unity-storelocator .label-maps-points .page-map-shops #invList .location-list-item .accordion {
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .unity-storelocator .label-maps-points .page-map-shops #invList .location-list-item {
        flex: 1 1 100%;
        margin: 10px
    }

    .unity-storelocator .label-maps-points .page-map-shops #invList .location-list-item .accordion {
        padding-right: 15px
    }
}

.unity-storelocator .label-maps-points .page-map-shops #invList .contact-data {
    display: flex;
    flex-direction: column;
    padding-left: 15px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .contact-data > span {
    padding-left: 10px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .location-address {
    display: flex;
    flex-direction: column;
    padding-left: 35px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    color: #231f20;
    background-color: #eae9e9;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #eae9e9
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-name {
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 15px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-name span {
    font-size: 16px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .location-address {
    padding-bottom: 15px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-phone {
    padding-top: 15px;
    padding-bottom: 15px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .product-item {
    display: block
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-phone, .unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-email {
    display: flex;
    flex-direction: column
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-email:before, .unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-phone:before, .unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-url:before, .unity-storelocator .label-maps-points .page-map-shops #invList .opening-hours .accordion-section-title:before {
    margin-top: 4px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-url {
    padding-bottom: 15px
}

.unity-storelocator .label-maps-points .page-map-shops #invList .partner-point-email .address-email, .unity-storelocator .label-maps-points .page-map-shops #invList .point-url {
    display: inline-table
}

@media (min-width: 992px) {
    .unity-storelocator .label-maps-points .page-map-shops #invList .right-content {
        padding-left: 15px
    }

    .unity-storelocator .label-maps-points .page-map-shops #invList .right-content .accordion {
        padding-right: 15px
    }
}

@media (max-width: 991px) {
    .unity-storelocator .label-maps-points .page-map-shops #invList .right-content .accordion {
        padding-left: 15px
    }
}

.unity-storelocator .label-maps-points #no-results-message {
    display: none;
    font-weight: 700
}

.unity-storelocator .product-item span {
    font-weight: 500
}

.unity-storelocator .product-item .quick-product-group {
    padding-bottom: 20px
}

.unity-storelocator .pop-up-main-column .product-item .quick-product-group {
    padding-bottom: 0
}

.unity-storelocator .pagination-bottom {
    padding-top: 30px
}

.unity-storelocator .pagination-bottom .pagination {
    display: flex;
    flex-direction: row
}

.unity-storelocator .pagination-bottom .pagination .page-item {
    margin-right: 5px
}

.unity-storelocator .pagination-bottom .pagination .page-item.current .page-link {
    background-color: #00a3e0;
    color: #fff;
    border-radius: 6px
}

.unity-storelocator .pagination-bottom .pagination .page-item .page-link {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    border-radius: 6px;
    color: #231f20
}

.unity-storelocator .pagination-bottom .pagination .page-item .page-link:hover, .unity-storelocator .pagination-bottom .pagination .page-item .page-link:active {
    background-color: rgba(0, 163, 224, .8);
    color: #fff;
    cursor: pointer
}

.unity-storelocator .pagination-bottom .pagination .page-item.previous, .unity-storelocator .pagination-bottom .pagination .page-item.next {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin-right: 5px;
    cursor: pointer
}

.unity-storelocator .pagination-bottom .pagination .page-item.previous .page-link, .unity-storelocator .pagination-bottom .pagination .page-item.next .page-link {
    width: 60px
}

.unity-storelocator .pagination-bottom .pagination .page-item.previous .page-link:hover, .unity-storelocator .pagination-bottom .pagination .page-item.previous .page-link:active, .unity-storelocator .pagination-bottom .pagination .page-item.next .page-link:hover, .unity-storelocator .pagination-bottom .pagination .page-item.next .page-link:active {
    background-color: rgba(0, 163, 224, .8);
    color: #fff
}

.unity-storelocator .pagination-bottom .pagination .page-item.previous:hover, .unity-storelocator .pagination-bottom .pagination .page-item.previous:active, .unity-storelocator .pagination-bottom .pagination .page-item.next:hover, .unity-storelocator .pagination-bottom .pagination .page-item.next:active {
    background-color: rgba(0, 163, 224, .8);
    color: #fff
}

.unity-storelocator .pagination-bottom .pagination .page-item.previous:hover .page-link, .unity-storelocator .pagination-bottom .pagination .page-item.previous:active .page-link, .unity-storelocator .pagination-bottom .pagination .page-item.next:hover .page-link, .unity-storelocator .pagination-bottom .pagination .page-item.next:active .page-link {
    color: #fff
}

.unity-storelocator .location-list-item .store-name:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    background-image: url("../images/20.png")
}

.unity-storelocator .leaflet-popup-content .partner-point span.punkt-30, .unity-storelocator .leaflet-popup-content .partner-point span.punkt-20, .unity-storelocator .leaflet-popup-content .partner-point span.punkt-10, .unity-storelocator .leaflet-popup-content .partner-point span.punkt-5, .unity-storelocator .partner-point-name span.punkt-30, .unity-storelocator .partner-point-name span.punkt-20, .unity-storelocator .partner-point-name span.punkt-10, .unity-storelocator .partner-point-name span.punkt-5 {
    margin-left: 20px
}

.unity-storelocator .leaflet-popup-content .partner-point span.punkt-30:before, .unity-storelocator .leaflet-popup-content .partner-point span.punkt-20:before, .unity-storelocator .leaflet-popup-content .partner-point span.punkt-10:before, .unity-storelocator .leaflet-popup-content .partner-point span.punkt-5:before, .unity-storelocator .partner-point-name span.punkt-30:before, .unity-storelocator .partner-point-name span.punkt-20:before, .unity-storelocator .partner-point-name span.punkt-10:before, .unity-storelocator .partner-point-name span.punkt-5:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 2px;
    margin-left: -20px;
    background-image: url("../images/1.png")
}

.unity-storelocator .leaflet-popup-content .partner-point span.punkt-20:before, .unity-storelocator .partner-point-name span.punkt-20:before {
    background-image: url("../images/14.png")
}

.unity-storelocator .leaflet-popup-content .partner-point span.punkt-10:before, .unity-storelocator .partner-point-name span.punkt-10:before {
    background-image: url("../images/15.png")
}

.unity-storelocator .leaflet-popup-content .partner-point span.punkt-5:before, .unity-storelocator .partner-point-name span.punkt-5:before {
    background-image: url("../images/13.png")
}

.unity-storelocator .partner-point-phone span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 3px;
    margin-left: -20px;
    background-image: url("../images/16.png")
}

.unity-storelocator .partner-point-email span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 3px;
    margin-left: -20px;
    background-image: url("../images/17.png")
}

.unity-storelocator .partner-point-url span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 3px;
    margin-left: -20px;
    background-image: url("../images/18.png")
}

.unity-storelocator .address-email, .unity-storelocator .phone-number, .unity-storelocator .point-url {
    padding-left: 20px
}

.unity-storelocator .pop-up-main-column .product-item {
    padding-bottom: 0
}

.unity-storelocator .pop-up-main-column .product-item .remote-support {
    padding-top: 5px
}

.unity-storelocator .remote-support {
    padding-left: 20px;
    padding-bottom: 15px
}

.unity-storelocator .remote-support span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    height: 11px;
    top: 1px;
    margin-left: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/remote-support.png")
}

.unity-storelocator .quick-product-group {
    padding-left: 20px
}

.unity-storelocator .quick-product-group span:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 3px;
    margin-left: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/20.png")
}

.unity-storelocator li.quick-product-group span:before {
    display: none
}

.unity-storelocator .product-groups-available .accordion-section-title, .unity-storelocator .additional-info .accordion-section-title {
    padding-left: 20px
}

.unity-storelocator .product-groups-available .accordion-section-title:before, .unity-storelocator .additional-info .accordion-section-title:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 3px;
    position: absolute;
    margin-left: -20px;
    background-size: cover;
    background-repeat: no-repeat
}

.unity-storelocator .product-groups-available .accordion-section-title:before {
    width: 11px;
    margin-left: -18px;
    background-image: url("../images/offer.png")
}

.unity-storelocator .additional-info .accordion-section-title:before {
    background-image: url("../images/aditionally.png")
}

.unity-storelocator .partner-point span.quick-esign, .unity-storelocator .leaflet-popup-content .store-name span.quick-esign {
    display: none
}

.unity-storelocator .partner-point.own-property span, .unity-storelocator .leaflet-popup-content .store-name.own-property span {
    display: inline;
    padding-left: 20px
}

.unity-storelocator .partner-point.own-property span.quick-esign, .unity-storelocator .leaflet-popup-content .store-name.own-property span.quick-esign {
    display: block;
    position: absolute;
    visibility: hidden;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #a7a5a6;
    border-radius: 6px;
    top: -30px
}

.unity-storelocator .partner-point.own-property #image, .unity-storelocator .leaflet-popup-content .store-name.own-property #image {
    position: absolute;
    width: 24px;
    height: 24px
}

.unity-storelocator .partner-point.own-property #image:before, .unity-storelocator .leaflet-popup-content .store-name.own-property #image:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 25px;
    height: 24px;
    left: -10px;
    margin-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/quick-blue.png")
}

.unity-storelocator .partner-point.own-property #image:hover, .unity-storelocator .leaflet-popup-content .store-name.own-property #image:hover {
    cursor: pointer
}

.unity-storelocator .partner-point.own-property #image:hover ~ span.quick-esign, .unity-storelocator .leaflet-popup-content .store-name.own-property #image:hover ~ span.quick-esign {
    visibility: visible;
    color: #231f20
}

.unity-storelocator .leaflet-popup-content .store-name.own-property #image:before {
    background-image: url("../images/quick-white.png")
}

.unity-storelocator .opening-hours .accordion-section-title:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    top: 1px;
    background-image: url("../images/19.png")
}

.unity-storelocator .opening-hours .hours span {
    display: flex
}

.unity-storelocator .accordion-section-title:after {
    display: inline-block;
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-size: cover;
    visibility: visible;
    opacity: 1;
    width: 8px;
    height: 4px;
    top: 10px;
    margin-right: 0;
    float: right;
    transform: rotate(0deg) scale(1);
    background-image: url("../images/arrow-black-bolder.svg")
}

@-moz-document url-prefix() {
    .unity-storelocator .accordion-section-title:after {
        width: 7px;
        height: 4px
    }
}

.unity-storelocator .accordion-section-title:hover:after {
    background-image: url("../fonts/arrow-blue-bolder.svg")
}

.unity-storelocator .location-list-item .accordion, .unity-storelocator .location-list-item .accordion *, .unity-storelocator .leaflet-popup-content .accordion, .unity-storelocator .leaflet-popup-content .accordion * {
    box-sizing: border-box
}

.unity-storelocator .location-list-item .accordion .accordion-section-content.open, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content.open {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li {
    position: relative;
    text-indent: -.9em;
    padding-left: .3em
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li span, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li span {
    margin-left: -7px
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional {
    position: absolute;
    margin: 5px 0 0 28px
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional.disabled, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional.disabled {
    display: none
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional:hover, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional:hover {
    cursor: pointer
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional:hover .tooltip, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional:hover .tooltip {
    display: block
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional .tooltip, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional .tooltip {
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 25px;
    display: none;
    min-width: 200px;
    text-indent: 0px;
    padding: 5px 20px 5px 15px;
    background-color: #fff;
    border: 1px solid #a7a5a6;
    border-radius: 6px
}

@media (max-width: 767px) {
    .unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional .tooltip, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional .tooltip {
        min-width: 180px
    }
}

.unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional .tooltip p, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional .tooltip p {
    margin-bottom: 0;
    margin-top: 0
}

.unity-storelocator .location-list-item .accordion .accordion-section-content.product-groups.accordion-section-content, .unity-storelocator .location-list-item .accordion .accordion-section-content.additional.accordion-section-content, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content.product-groups.accordion-section-content, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content.additional.accordion-section-content {
    padding-left: 14px
}

@media screen and (min-width: 0 \0
) {
    .unity-storelocator .location-list-item .accordion .accordion-section-content.product-groups.accordion-section-content, .unity-storelocator .location-list-item .accordion .accordion-section-content.additional.accordion-section-content, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content.product-groups.accordion-section-content, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content.additional.accordion-section-content {
        padding-left: 20px
    }

    .unity-storelocator .location-list-item .accordion .accordion-section-content li, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li {
        text-indent: 0em;
        padding-left: 0
    }

    .unity-storelocator .location-list-item .accordion .accordion-section-content li span, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li span {
        margin-left: 0
    }

    .unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional {
        margin: 5px 0 0 5px
    }

    .unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional .tooltip, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional .tooltip {
        right: 0;
        bottom: 25px;
        padding: 5px 20px 5px 10px
    }
}

@-moz-document url-prefix() {
    .unity-storelocator .location-list-item .accordion .accordion-section-content li, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li {
        text-indent: 0em;
        padding-left: 0
    }
    .unity-storelocator .location-list-item .accordion .accordion-section-content li span, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li span {
        margin-left: 0
    }
    .unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional {
        margin: 5px 0 0 5px
    }
    .unity-storelocator .location-list-item .accordion .accordion-section-content li .tooltip-additional .tooltip, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content li .tooltip-additional .tooltip {
        right: 0;
        bottom: 25px;
        padding: 5px 20px 5px 10px
    }
    .unity-storelocator .location-list-item .accordion .accordion-section-content.product-groups.accordion-section-content, .unity-storelocator .location-list-item .accordion .accordion-section-content.additional.accordion-section-content, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content.product-groups.accordion-section-content, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content.additional.accordion-section-content {
        padding-left: 20px
    }
}

.unity-storelocator .location-list-item .accordion .accordion-section-content .contact-information-name, .unity-storelocator .leaflet-popup-content .accordion .accordion-section-content .contact-information-name {
    color: #00a3e0;
    padding-top: 10px
}

.unity-storelocator .location-list-item .accordion-section-title, .unity-storelocator .leaflet-popup-content .accordion-section-title {
    color: #231f20;
    font-weight: 500;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    display: block;
    transition: all linear .15s;
    font-size: 14px
}

.unity-storelocator .location-list-item .accordion-section-title.active, .unity-storelocator .leaflet-popup-content .accordion-section-title.active {
    color: #00a3e0
}

.unity-storelocator .location-list-item .accordion-section-title.active:after, .unity-storelocator .leaflet-popup-content .accordion-section-title.active:after {
    transform: rotate(180deg) scale(1);
    background-image: url("../fonts/arrow-blue-bolder.svg")
}

.unity-storelocator .location-list-item .accordion-section-title:hover, .unity-storelocator .leaflet-popup-content .accordion-section-title:hover {
    color: #00a3e0
}

.unity-storelocator .location-list-item .accordion-section:last-child .accordion-section-title, .unity-storelocator .leaflet-popup-content .accordion-section:last-child .accordion-section-title {
    border-bottom: none
}

.unity-storelocator .location-list-item .accordion-section-content, .unity-storelocator .leaflet-popup-content .accordion-section-content {
    padding-left: 20px;
    display: none
}

.unity-storelocator .leaflet-popup-content .accordion li .tooltip-additional, .unity-storelocator .accordion-section-content li .tooltip-additional {
    margin: 2px 0 0 28px
}

.unity-storelocator .leaflet-popup-content .accordion li .tooltip-additional .tooltip, .unity-storelocator .accordion-section-content li .tooltip-additional .tooltip {
    bottom: 19px
}

@media screen and (min-width: 0 \0
) {
    .unity-storelocator .leaflet-popup-content .accordion li .tooltip-additional, .unity-storelocator .accordion-section-content li .tooltip-additional {
        margin: 2px 0 0 5px
    }
}

@-moz-document url-prefix() {
    .unity-storelocator .leaflet-popup-content .accordion li .tooltip-additional, .unity-storelocator .accordion-section-content li .tooltip-additional {
        margin: 2px 0 0 5px
    }
}

@media screen and (min-width: 0 \0
) {
    .unity-storelocator .filter-elements li {
        cursor: default
    }

    .unity-storelocator .filter-elements li label {
        margin-left: -10px
    }
}

.unity-storelocator .tooltip-asseco {
    display: none
}

.ios .accordion-section-content li span {
    margin-left: 5px
}

img.load-lazy {
    opacity: 0;
    background-color: #fff;
    transition: opacity .3s;
    color: transparent
}

img.load-lazy.loaded {
    opacity: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.not-animated {
    opacity: 0
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        transform: none
    }
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    100% {
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    100% {
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.pull-left {
    float: left
}

.pull-none {
    float: none
}

.pull-right {
    float: right
}

@media (min-width: 580px) {
    .pull-xs-left {
        float: left
    }

    .pull-xs-none {
        float: none
    }

    .pull-xs-right {
        float: right
    }
}

@media (min-width: 768px) {
    .pull-sm-left {
        float: left
    }

    .pull-sm-none {
        float: none
    }

    .pull-sm-right {
        float: right
    }
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left
    }

    .pull-md-none {
        float: none
    }

    .pull-md-right {
        float: right
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left
    }

    .pull-lg-none {
        float: none
    }

    .pull-lg-right {
        float: right
    }
}

.text-left, table.table thead th {
    text-align: left
}

.text-center, .page-title, .section-title {
    text-align: center
}

.text-right {
    text-align: right
}

@media (min-width: 580px) {
    .text-xs-left {
        text-align: left
    }

    .text-xs-center {
        text-align: center
    }

    .text-xs-right {
        text-align: right
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-right {
        text-align: right
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-center {
        text-align: center
    }

    .text-md-right {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-right {
        text-align: right
    }
}

.italic, dl dd {
    font-style: italic
}

.italic, dl dd {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.strike {
    text-decoration: line-through
}

.thin {
    font-weight: 100
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.sbold {
    font-weight: 600
}

.bold, table.table thead th, dl dt, strong {
    font-weight: 500
}

.ubold {
    font-weight: 900
}

.big-circle-icon {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 2px solid
}

.big-circle-icon:before {
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%
}

.medium-icon {
    margin: 0 auto 1rem
}

.medium-icon:before {
    font-size: 60px;
    line-height: 1em
}

.small-icon:before {
    font-size: 40px;
    line-height: inherit
}

h1, .heading-1 {
    font-size: 2.5rem
}

@media (max-width: 767px) {
    h1, .heading-1 {
        font-size: 1.5rem
    }
}

h2, .heading-2 {
    font-size: 1.75rem
}

@media (max-width: 767px) {
    h2, .heading-2 {
        font-size: 1.125rem
    }
}

h3, .heading-3 {
    font-size: 1.17rem
}

h4, .heading-4 {
    font-size: 1rem
}

h5, .heading-5 {
    font-size: .83rem
}

h6, .heading-6 {
    font-size: .67rem
}

h1, .heading-1 {
    margin-bottom: 25px;
    font-weight: 500
}

h2, .heading-2 {
    margin-bottom: 25px;
    font-weight: 500
}

h3, .heading-3 {
    margin-bottom: 25px;
    font-weight: 500
}

h4, .heading-4 {
    margin-bottom: 25px;
    font-weight: 500
}

h5, .heading-5 {
    margin-bottom: 25px;
    font-weight: 500
}

h6, .heading-6 {
    margin-bottom: 25px;
    font-weight: 500
}

.page-title, .section-title {
    font-size: 2.5rem;
    line-height: 1
}

@media (max-width: 767px) {
    .page-title, .section-title {
        font-size: 1.5rem
    }
}

.page-title .base, .section-title .base {
    display: inline-block
}

.page-title-wrapper .page-title {
    margin-bottom: 36px
}

@media (max-width: 991px) {
    .page-title-wrapper .page-title {
        margin-bottom: 25px
    }
}

.columns .page-title {
    text-align: left
}

.columns .container {
    padding: 0
}

.panel-container-wrap {
    border-bottom: 1px solid #eae9e9
}

.panel-container-wrap .welcome {
    font-size: 12px
}

.rd-navbar-static .rd-navbar-collapse a {
    font-size: 12px
}

.header-switchers {
    font-size: 12px
}

.header-switchers .actions .action {
    font-size: 12px
}

.header-info {
    font-size: 14px;
    background: #000
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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-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;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.blur-mode {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.pr-cookie-modal-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 800 !important;
    width: 100%;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-name: slideup;
    animation-timing-function: ease-in-out
}

.pr-cookie-modal.show-without-overlay {
    display: block
}

.pr-cookie-modal-bottom .modal-inner-wrap {
    max-width: 100%;
    padding: 15px;
    padding-top: 35px;
    background: rgba(0, 33, 68, .89)
}

.pr-cookie-title {
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.9rem
}

.pr-cookie-modal-bottom .pr-cookie-notice-text {
    color: #e6e6e6
}

.pr-cookie-notice-text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.43
}

.pr-cookie-notice-text p a {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap
}

.pr-cookie-notice-actions {
    display: flex;
    flex-direction: column;
    margin-top: 15px
}

.pr-cookie-notice-actions .pr-cookie-notice-btn {
    min-height: 40px;
    margin: 5px 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-shadow: none
}

.pr-cookie-notice-actions .pr-cookie-notice-btn.setting-link {
    padding: 0;
    border: none;
    text-decoration: underline;
    background-color: transparent
}

button.pr-cookie-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 25px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    opacity: .3
}

.pr-cookie-close-modal:before, .pr-cookie-close-modal:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 15px;
    height: 3px;
    background-color: #e6e6e6;
    border-radius: 1px
}

.pr-cookie-close-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.pr-cookie-modal button.pr-cookie-setting-btn.setting-link {
    background-color: transparent;
    box-shadow: none;
    color: #fff
}

.pr-cookie-modal button.pr-cookie-setting-btn.setting-link:hover {
    background-color: transparent;
    color: #dbdbdb
}

.modal-slide.pr-cookie-left-bar {
    right: 44px;
    left: 0;
    max-width: 400px
}

.pr-cookie-left-bar .modal-title {
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    color: #333
}

.pr-cookie-left-bar .pr-cookie-description {
    margin-top: 10px
}

.pr-cookie-left-bar .pr-cookie-description p {
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.3rem;
    color: #333
}

.pr-cookie-category-descrip {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #5c6670;
    margin-bottom: 2rem
}

.pr-cookie-left-bar .modal-content {
    position: relative;
    display: flex;
    min-height: 100%;
    box-sizing: border-box;
    padding: 35px 18px
}

.modal-slide.pr-cookie-left-bar .modal-inner-wrap {
    transform: translateX(-100%)
}

.modal-slide.pr-cookie-left-bar._show .modal-inner-wrap {
    transform: translateX(0)
}

.pr-cookie-left-bar .pr-actions-buttons {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.pr-cookie-left-bar .pr-actions-buttons .action {
    min-width: 150px;
    min-height: 46px;
    margin-right: 20px;
    box-shadow: none
}

.pr-cookie-left-bar .pr-actions-buttons .action:last-child {
    margin-right: 0
}

.modal-slide.pr-cookie-left-bar .page-main-actions {
    margin-bottom: 0
}

#pr-cookie-setting-bar {
    display: flex;
    flex-direction: column;
    width: 100%
}

#pr-cookie-setting-bar .pr-cookie-manage-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.9rem
}

#pr-cookie-setting-bar .message-system-list {
    margin-bottom: 35px;
    padding-left: 0;
    list-style: none
}

.pr-cookie-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px
}

#pr-cookie-setting-bar .option-label {
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 1.1
}

#pr-cookie-setting-bar .option-status {
    font-size: 1.4rem;
    color: #3f9001;
    white-space: nowrap
}

.pr-cookie-option .switch-area {
    position: relative;
    display: block;
    width: 45px;
    height: 25px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #f2f1f1;
    border-radius: 20px;
    transition: .3s
}

.pr-cookie-option .switch-label {
    position: relative
}

.pr-cookie-option .switch-label input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.pr-cookie-option .switch-label .switch-nob {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 21px;
    height: 21px;
    background-color: #7d7d7d;
    border-radius: 50%;
    transition: .3s
}

.pr-cookie-option .switch-label input:checked + .switch-area {
    background-color: #6aa84f;
    border-color: #3f9125
}

.pr-cookie-option .switch-label input:checked + .switch-area .switch-nob {
    transform: translate(calc(100% - 2px));
    background-color: #fff
}

.pr-cookie-left-bar .confirm {
    align-self: flex-start;
    margin-top: auto;
    min-width: 170px;
    height: 46px
}

.pr-cookie-left-bar .pr-cookie-details {
    margin-top: 8px;
    padding: 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #386dc3
}

.pr-cookie-left-bar .pr-cookie-details:hover {
    text-decoration: underline
}

.pr-cookie-view-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pr-cookie-group {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 5px
}

.pr-cookie-group-row {
    display: flex;
    padding-bottom: 5px
}

.pr-cookie-property {
    flex-shrink: 0;
    display: block;
    min-width: 95px;
    margin-right: 15px
}

.pr-cookie-property-value {
    overflow: hidden;
    text-overflow: ellipsis
}

.pr-cookie-details-info {
    border-bottom: 1px solid #ccc
}

.pr-cookie-details-info summary {
    position: relative;
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer
}

.pr-cookie-details-info summary::-webkit-details-marker {
    display: none
}

.pr-cookie-group-title {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 400;
    color: #386dc3
}

.pr-cookie-view .pr-cookie-view-title {
    margin: 0;
    padding-top: 15px;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
    color: #333
}

.pr-cookie-view-top .pr-cookie-view-back {
    position: relative;
    padding: 7px 15px;
    color: #333;
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box
}

.pr-cookie-view-top .pr-cookie-view-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-right: none;
    border-bottom: none
}

.pr-cookie-view-top .pr-cookie-view-back:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translatey(-50%);
    width: 10px;
    height: 1px;
    background-color: #000
}

.pr-cookie-view-top .pr-cookie-view-back:hover:before {
    border-color: #386dc3
}

.pr-cookie-view-top .pr-cookie-view-back:hover:after {
    background-color: #386dc3
}

.pr-cookie-details-modal .pr-cookie-details-info .pr-cookie-details-title, .pr-cookie-details-info summary span {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-right: 14px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #386dc3
}

.pr-cookie-details-info summary span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    border-left: 7px solid #636363;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: .2s
}

.pr-cookie-details-modal .pr-cookie-details-info[open] .pr-cookie-details-title:after, .pr-cookie-details-modal .first-details[open=true] .pr-cookie-details:after, .pr-cookie-details-info[open] summary span:after {
    transform: translatey(-50%) rotate(90deg)
}

.pr-cookie-details-info[open] .pr-cookie-group {
    animation: slidedown .3s
}

.pr-cookie-view-top strong {
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 700;
    color: #333
}

.pr-cookie-left-bar .pr-cookie-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: .3s
}

.pr-cookie-left-bar .pr-cookie-close:before, .pr-cookie-left-bar .pr-cookie-close:after, .pr-cookie-details-modal .pr-cookie-close:before, .pr-cookie-details-modal .pr-cookie-close:after, .pr-cookie-modal .pr-cookie-close:before, .pr-cookie-modal .pr-cookie-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    width: 12px;
    height: 2px;
    background-color: #494949;
    border-radius: 30%
}

.pr-cookie-modal .pr-cookie-close:before, .pr-cookie-modal .pr-cookie-close:after {
    background-color: #818181
}

.pr-cookie-details-modal .pr-cookie-close:before, .pr-cookie-details-modal .pr-cookie-close:after, .pr-cookie-modal .pr-cookie-close .pr-cookie-close:before, .pr-cookie-modal .pr-cookie-close .pr-cookie-close:after {
    width: 15px;
    height: 3px;
    border-radius: 2px
}

.pr-cookie-details-modal .pr-cookie-close:hover, .pr-cookie-modal .pr-cookie-close:hover {
    opacity: .7
}

.pr-cookie-left-bar .pr-cookie-close:after, .pr-cookie-details-modal .pr-cookie-close:after, .pr-cookie-modal .pr-cookie-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.pr-cookie-left-bar .pr-cookie-close:hover {
    opacity: .7
}

.pr-cookie-setting-bar-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.pr-cookie-view .pr-cookie-details-title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700
}

.pr-cookie-view-wrap {
    height: 65px
}

.pr-cookies-list {
    height: calc(100vh - 225px);
    overflow-y: auto;
    margin: 0 -18px;
    padding: 0 18px;
    margin-top: 20px
}

.pr-cookie-modal.modal-popup .modal-inner-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 25px 0;
    margin: 0
}

.pr-cookie-modal.modal-popup .pr-cookie-notice-wrap {
    display: block
}

.pr-cookie-modal.modal-popup .pr-cookie-notice-text, .pr-cookie-modal-popup .pr-cookie-notice-text {
    margin: 0 0 25px;
    color: inherit
}

.pr-cookie-modal.modal-popup .pr-cookie-notice-actions {
    justify-content: space-around
}

.pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
    order: 0
}

@media (min-width: 650px) {
    .pr-cookie-modal.modal-popup .modal-inner-wrap {
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 600px;
        padding: 0 0 3rem
    }
}

@media (max-width: 480px) {
    .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn {
        margin-bottom: 15px
    }

    .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .modal-slide.pr-cookie-left-bar {
        width: 100%
    }

    .pr-cookie-left-bar .pr-actions-buttons .action {
        min-width: 130px
    }
}

@media (min-width: 480px) {
    .pr-cookie-notice-actions {
        flex-direction: row;
        justify-content: center
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn {
        margin-bottom: 0
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
        order: -1
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn {
        margin: 0 7.5px
    }
}

@media (min-width: 768px) {
    .pr-cookie-modal-bottom .modal-inner-wrap {
        padding-top: 15px;
        padding-right: 50px
    }

    .pr-cookie-notice-wrap {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .pr-cookie-notice-actions {
        flex-shrink: 0
    }

    .pr-cookie-notice-text {
        max-width: 850px;
        margin-right: 25px
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn {
        margin-right: 10px
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
        margin-right: 0
    }

    .pr-cookie-notice-text p {
        font-size: 12px
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
        margin-right: 10px
    }

    .pr-cookie-notice-actions {
        margin-top: 0
    }

    button.pr-cookie-close-modal {
        top: 50%;
        transform: translateY(-50%)
    }
}

@keyframes slideup {
    from {
        opacity: 0;
        transform: translatey(100%)
    }
    to {
        opacity: 1;
        transform: translatey(0)
    }
}

@keyframes slidedown {
    from {
        opacity: 0;
        transform: translatey(-30px)
    }
    to {
        opacity: 1;
        transform: translatey(0)
    }
}

.pr-cookie-details-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed
}

.pr-cookie-details-modal.modal-popup .modal-inner-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 3rem 1rem;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #232323;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0
}

.pr-cookie-details-modal .modal-inner-wrap .modal-content {
    max-height: 100%;
    overflow: auto;
    padding: 0 1rem
}

.pr-cookie-details-modal .pr-cookie-close, .pr-cookie-modal .pr-cookie-close {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    width: 40px;
    height: 40px;
    box-shadow: none;
    border: none;
    padding: 15px
}

.pr-cookie-details-modal .pr-actions-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
    border-bottom: 3px solid #f0f0f0
}

.pr-cookie-details-modal .pr-actions-buttons button {
    margin: 6px;
    min-height: 40px;
    min-width: 130px;
    box-shadow: none
}

.pr-cookie-details-modal #pr-cookie-setting-bar .pr-cookie-title, .pr-cookie-details-modal #pr-cookie-setting-bar .pr-cookie-manage-title {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0;
    font-weight: 600;
    font-size: 1.8rem
}

.pr-cookie-details-modal .pr-cookie-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5c6670;
    margin-bottom: 3rem
}

.pr-cookie-details-modal .pr-cookie-description > p {
    margin-bottom: 1.5rem
}

.pr-cookie-details-modal .pr-cookie-description > p:last-of-type {
    margin-bottom: 0
}

.pr-cookie-details-modal #pr-cookie-setting-bar .message-system-list {
    margin-bottom: 0
}

.pr-cookie-details-modal .message-system-list > li {
    margin-bottom: 1rem
}

.pr-cookie-details-modal .message-system-list > li:last-child {
    margin-bottom: 0
}

.pr-cookie-details-modal .accordion-title {
    background: #f0f4f7
}

.pr-cookie-details-modal .accordion-title > .pr-cookie-option {
    border-radius: 2px;
    padding: 1.4rem;
    margin-bottom: 0;
    margin-top: 0;
    justify-items: flex-start;
    position: relative;
    color: #2e4257
}

.pr-cookie-details-modal .accordion-title > .pr-cookie-option:before {
    content: "";
    background: url("../fonts/accordioncaret.svg") center no-repeat;
    background-size: contain;
    width: 6px;
    height: 11px;
    font-weight: 700;
    margin-right: 2rem;
    flex-shrink: 0;
    transition: all .2s ease
}

.pr-cookie-details-modal .accordion-title.category-open > .pr-cookie-option:before {
    transform: rotate(90deg)
}

.pr-cookie-details-modal .accordion-title > .pr-cookie-option:hover {
    cursor: pointer
}

#pr-cookie-setting-bar .option-label {
    margin-right: 1rem
}

.pr-cookie-details-modal .lvl1 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem
}

.pr-cookie-details-modal .first-details .pr-cookie-details {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 15px;
    color: #5f5f5f;
    position: relative;
    display: block;
    flex-shrink: 0;
    margin-right: 2rem
}

.pr-cookie-details_line {
    height: 1px;
    background: #dee5eb;
    width: 100%
}

.pr-cookie-details-modal .confirm.primary {
    align-self: center;
    min-height: 40px;
    margin-top: 3.5rem
}

.pr-cookie-details-modal .option-status, .pr-cookie-details-modal .pr-cookie-switch {
    position: relative;
    z-index: 1;
    margin-left: auto
}

.pr-cookie-details-modal .pr-cookie-option .switch-area {
    background: #b8c4cc;
    border-color: #b8c4cc
}

.pr-cookie-details-modal .pr-cookie-option .switch-label .switch-nob {
    background: #fff
}

.pr-cookie-details-modal .first-details {
    display: none
}

.pr-cookie-details-modal .category-open .first-details {
    display: block;
    animation: slidedown .3s;
    padding: 2rem 2.4rem;
    border-top: 1px solid #dee5eb
}

.pr-cookie-details-modal .pr-cookies-list {
    height: auto;
    width: auto;
    overflow: visible;
    padding: 0;
    margin: 0
}

.pr-cookie-details-modal .pr-cookie-details-info {
    padding: 0 1.5rem;
    background: #fff;
    border: 1px solid #dbe5ec;
    border-radius: 2px 2px 0 0;
    margin-bottom: -1px
}

.pr-cookie-details-modal .pr-cookie-details-info .pr-cookie-details-title {
    padding-left: 0;
    padding-right: 10px
}

.pr-cookie-details-modal .pr-cookie-details-info .pr-cookie-details-title:after {
    content: "";
    width: 3px;
    height: 7px;
    background: url("../fonts/accordioncaret1.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    transition: .2s
}

@media (min-width: 480px) {
    .pr-cookie-details-modal.modal-popup .modal-inner-wrap {
        padding: 3rem 3rem 4rem;
        height: 626px;
        max-height: 626px
    }

    .pr-cookie-details-modal .modal-inner-wrap {
        max-height: 80vh;
        max-width: 800px
    }
}

@media (min-width: 768px) {
    .pr-cookie-details-modal .pr-actions-buttons button {
        margin: 0 6px
    }

    .pr-cookie-details-modal .accordion-title > .pr-cookie-option {
        padding: 1.4rem 2rem
    }

    .pr-cookie-details-modal .accordion-title > .pr-cookie-option:before {
        margin-right: 2rem
    }

    .pr-cookie-details-modal #pr-cookie-setting-bar .option-label {
        padding-left: 2rem
    }

    .pr-cookie-details-modal .accordion-title > .pr-cookie-option:after {
        content: '';
        position: absolute;
        left: calc(4rem + 6px);
        top: 1rem;
        bottom: 1rem;
        width: 1px;
        background: #dee5eb
    }

    .pr-cookie-details-modal .pr-cookie-option .switch-area {
        min-width: 55px
    }

    .pr-cookie-details-modal .pr-cookie-option .switch-label input:checked + .switch-area .switch-nob {
        left: 100%;
        transform: translateX(calc(-100% - 2px))
    }
}

/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
    position: relative;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sp-slides-container {
    position: relative
}

.sp-mask {
    position: relative;
    overflow: hidden
}

.sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.sp-slide {
    position: absolute
}

.sp-image-container {
    overflow: hidden
}

.sp-image {
    position: relative;
    display: block;
    border: none
}

.sp-no-js {
    overflow: hidden;
    max-width: 100%
}

.sp-thumbnails-container {
    position: relative;
    overflow: hidden
}

.sp-top-thumbnails, .sp-bottom-thumbnails {
    left: 0;
    margin: 0 auto
}

.sp-top-thumbnails {
    position: absolute;
    top: 0;
    margin-bottom: 4px
}

.sp-bottom-thumbnails {
    margin-top: 4px
}

.sp-left-thumbnails, .sp-right-thumbnails {
    position: absolute;
    top: 0
}

.sp-right-thumbnails {
    right: 0;
    margin-left: 4px
}

.sp-left-thumbnails {
    left: 0;
    margin-right: 4px
}

.sp-thumbnails {
    position: relative
}

.sp-thumbnail {
    border: none
}

.sp-thumbnail-container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sp-top-thumbnails .sp-thumbnail-container, .sp-bottom-thumbnails .sp-thumbnail-container {
    margin-left: 2px;
    margin-right: 2px
}

.sp-top-thumbnails .sp-thumbnail-container:first-child, .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
    margin-left: 0
}

.sp-top-thumbnails .sp-thumbnail-container:last-child, .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
    margin-right: 0
}

.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 2px;
    margin-bottom: 2px
}

.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
    margin-top: 0
}

.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
    margin-bottom: 0
}

.sp-right-thumbnails.sp-has-pointer {
    margin-left: -13px
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 18px;
    margin-left: 0 !important
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid red;
    left: 0;
    top: 0;
    margin-left: 13px
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-right: 13px solid red;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-left-thumbnails.sp-has-pointer {
    margin-right: -13px
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    right: 18px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid red;
    right: 0;
    top: 0;
    margin-right: 13px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    margin-top: -8px;
    border-left: 13px solid red;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    top: 18px;
    margin-top: 0 !important
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid red;
    top: 0;
    margin-top: 13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    margin-left: -8px;
    border-bottom: 13px solid red;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-top-thumbnails.sp-has-pointer {
    margin-bottom: -13px
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    bottom: 18px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid red;
    bottom: 0;
    margin-bottom: 13px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    border-top: 13px solid red;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden
}

.sp-slides .sp-slide .sp-layer {
    opacity: 0
}

.sp-black {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .7)
}

.sp-white {
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, .7)
}

.sp-rounded {
    border-radius: 10px
}

.sp-padding {
    padding: 10px
}

.sp-grab {
    cursor: url(../../frontend/TemplateMonster/theme007/en_US/TemplateMonster_FilmSlider/css/images/openhand.cur), move
}

.sp-grabbing {
    cursor: url(../../frontend/TemplateMonster/theme007/en_US/TemplateMonster_FilmSlider/css/images/closedhand.cur), move
}

.sp-selectable {
    cursor: default
}

.sp-caption-container {
    text-align: center;
    margin-top: 10px
}

.sp-full-screen {
    margin: 0 !important;
    background-color: #000
}

.sp-full-screen-button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sp-full-screen-button:before {
    content: '\2195'
}

.sp-fade-full-screen {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.slider-pro:hover .sp-fade-full-screen {
    opacity: 1
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.sp-selected-button {
    background-color: #000
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sp-button {
        width: 14px;
        height: 14px
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .sp-button {
        width: 16px;
        height: 16px
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    .sp-button {
        width: 18px;
        height: 18px
    }
}

.sp-arrows {
    position: absolute
}

.sp-fade-arrows {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.sp-slides-container:hover .sp-fade-arrows {
    opacity: 1
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.sp-vertical .sp-arrows {
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -10px
}

.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer
}

.sp-vertical .sp-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
    left: 20px
}

.sp-horizontal .sp-next-arrow {
    right: 20px
}

.sp-vertical .sp-previous-arrow {
    top: 20px
}

.sp-vertical .sp-next-arrow {
    bottom: 20px
}

.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #fff
}

.sp-previous-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg)
}

.sp-previous-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg)
}

.sp-next-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg)
}

.sp-next-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg)
}

.ie8 .sp-arrow, .ie7 .sp-arrow {
    width: 0;
    height: 0
}

.ie8 .sp-arrow:before, .ie8 .sp-arrow:after, .ie7 .sp-arrow:before, .ie7 .sp-arrow:after {
    content: none
}

.ie8.sp-horizontal .sp-previous-arrow, .ie7.sp-horizontal .sp-previous-arrow {
    border-right: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie8.sp-horizontal .sp-next-arrow, .ie7.sp-horizontal .sp-next-arrow {
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie8.sp-vertical .sp-previous-arrow, .ie7.sp-vertical .sp-previous-arrow {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.ie8.sp-vertical .sp-next-arrow, .ie7.sp-vertical .sp-next-arrow {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.sp-thumbnail-arrows {
    position: absolute
}

.sp-fade-thumbnail-arrows {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
    opacity: 1
}

.sp-top-thumbnails .sp-thumbnail-arrows, .sp-bottom-thumbnails .sp-thumbnail-arrows {
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -7px
}

.sp-thumbnail-arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 25px;
    cursor: pointer
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow, .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
    left: 0
}

.sp-top-thumbnails .sp-next-thumbnail-arrow, .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
    right: 0
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
    top: 0
}

.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
    bottom: 0
}

.sp-previous-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-next-thumbnail-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #fff
}

.sp-previous-thumbnail-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg)
}

.sp-previous-thumbnail-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg)
}

.sp-next-thumbnail-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg)
}

.sp-next-thumbnail-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg)
}

.ie8 .sp-thumbnail-arrow, .ie7 .sp-thumbnail-arrow {
    width: 0;
    height: 0
}

.ie8 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie7 .sp-thumbnail-arrow:after {
    content: none
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

a.sp-video {
    text-decoration: none
}

a.sp-video img {
    -webkit-backface-visibility: hidden;
    border: none
}

a.sp-video:after {
    content: '\25B6';
    position: absolute;
    width: 45px;
    padding-left: 5px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 30px;
    border-radius: 30px;
    top: 0;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    margin: auto;
    line-height: 52px
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    max-width: none;
    max-height: none;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -mox-box-shadow: none !important;
    box-shadow: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.slider-pro a {
    position: static;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.slider-pro iframe, .slider-pro object, .slider-pro video, .slider-pro embed, .slider-pro canvas {
    max-width: none;
    max-height: none
}

.slider-pro p.sp-layer {
    font-size: 14px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h1.sp-layer {
    font-size: 32px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h2.sp-layer {
    font-size: 24px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h3.sp-layer {
    font-size: 19px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h4.sp-layer {
    font-size: 16px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h5.sp-layer {
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h6.sp-layer {
    font-size: 11px;
    line-height: 1.4;
    margin: 0
}

.slider-pro img.sp-layer {
    border: none
}

@media screen and (max-width: 767px) {
    #maincontent .columns {
        display: block
    }
}

.slider-pro-wrapper {
    overflow: hidden;
    position: relative
}

.slider-pro.abs {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.slider-pro-container {
    position: relative;
    display: block
}

.loading-mask.for-slider {
    position: absolute
}

.loading-mask.for-slider .loader img {
    position: absolute
}

.loading-mask {
    background: rgba(255, 255, 255, .5);
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.rd-parallax-inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    clip: rect(0, auto, auto, 0)
}

.rd-parallax-layer[data-type=media] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.rd-parallax-layer[data-type=media] iframe {
    width: 100%;
    height: 100%
}

.rd-parallax-layer[data-url] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.rd-parallax-swiper {
    z-index: 1 !important
}

.static-video {
    height: 100%
}

.rd-parallax-inner .static-video-layer {
    position: absolute !important
}

.parallax-container {
    position: relative
}

.rd-parallax {
    position: relative
}

.background-video {
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

video, source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute
}

.loaded .ytplayer-container {
    display: block
}

.loaded .placeholder-image {
    opacity: 0
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1
}

.ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.ytplayer-player {
    position: absolute
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../frontend/TemplateMonster/theme007/en_US/Ubertheme_Base/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.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: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.ubertheme_base_fix {
    display: none
}

.cms-page-view .product-item-info, .cms-index-index .product-item-info {
    width: auto;
    text-align: center
}

.owl-carousel .product-item-info {
    width: auto
}

.products.products-grid, .custom-slider {
    position: relative;
    padding: 0 0 20px
}

.extend_1, .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    user-select: none
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 0
}

.owl-carousel .animated {
    animation-duration: 1s;
    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
}

.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;
    padding: 20px 0
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: preserve-3d
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity .4s ease
}

.owl-carousel .owl-item .product-item {
    width: 100% !important
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.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;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-text-select-on .owl-item {
    user-select: auto
}

.owl-carousel .banner-item .content_slider {
    position: absolute;
    top: 25%;
    left: 50px;
    width: calc(100% - 120px);
    z-index: 1;
    color: #fff
}

.owl-carousel .banner-item .content_slider .banner-title {
    width: 100%;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    clear: both
}

.owl-carousel .banner-item .content_slider .banner-description {
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    color: #fff
}

.owl-carousel .banner-item .content_slider .buttons {
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center
}

.owl-carousel .banner-item .content_slider .buttons a.action.primary {
    margin: 10px
}

.owl-carousel .banner-item .content_slider .buttons .custom_content {
    margin: 10px 0 0;
    text-align: center
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 0px;
    margin: calc(-40px / 2) 0 0;
    padding: 0;
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    text-indent: 100%;
    overflow: hidden
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: 0 0
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    left: 15px
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    left: -55px
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    right: 15px
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    right: -55px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #000
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before, .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
    border-color: #fff
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before, [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
    border-color: #000
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px
}

[class*=owl-carousel-products-].owl-theme .owl-dots {
    position: relative;
    bottom: -20px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #000
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #000
}

.no-js .owl-carousel {
    display: block
}

#pre-div-ajax {
    position: relative;
    top: 80px
}

#pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

.cssload-loader {
    position: absolute;
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.cssload-inner.cssload-one {
    left: 0;
    top: 0;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #000
}

.cssload-inner.cssload-two {
    right: 0;
    top: 0;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid #000
}

.cssload-inner.cssload-three {
    right: 0;
    bottom: 0;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #000
}

.owl-thumb-item img {
    width: 260px;
    height: auto;
    max-height: 166px
}

.owl-thumbs {
    position: absolute;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 5% 0;
    bottom: -100px
}

.owl-thumb-item {
    display: inline-block;
    border: none;
    background: 0 0;
    padding: 0;
    opacity: .2;
    margin: 0 15px;
    -webkit-transition: all .15s;
    transition: all .15s
}

.owl-thumb-item:not(.active):hover {
    opacity: .99;
    cursor: pointer;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.owl-thumb-item.active {
    opacity: .99
}

@media only screen and (max-width: 768px) {
    .owl-thumb-item img {
        width: 60px;
        max-height: 60px
    }

    .owl-thumbs {
        bottom: 30px
    }

    .owl-thumb-item {
        margin: 0 5px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .owl-thumb-item img {
        width: 160px;
        max-height: 160px
    }

    .owl-thumbs {
        bottom: -38px
    }

    .owl-thumb-item {
        margin: 0 5px
    }
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.product-option-stock-status {
    display: none
}

@media all and (min-width: 768px), print {
    .am-brands-fullwidth {
        width: 100% !important
    }
}

@media all and (min-width: 1024px), print {
    .amslider .slide {
        flex-basis: auto;
        margin: 0 20px 20px 0;
        max-width: 32%
    }
}

@media all and (min-width: 1440px), print {
    .amslider .wrapper {
        justify-content: center
    }
}

.ambase-word-break, .amslider .swiper-slide .ambrands-label, .amslider .slide .category-item-title, .amslider .swiper-slide .swiper-category-item {
    word-wrap: break-word;
    word-break: break-word
}

.ie11 .ambase-word-break, .ie11 .amslider .swiper-slide .ambrands-label, .ie11 .amslider .slide .category-item-title, .ie11 .amslider .swiper-slide .swiper-category-item {
    word-break: break-all
}

.columns .column.main {
    max-width: 100%
}

.icon .brand-label {
    float: left
}

.amshopby-morefrom .products-grid .product-item {
    width: auto
}

.amshopby-morefrom .product-image-container {
    min-width: auto
}

.ambrands-menu-item.parent .ambrands-link.level-top:after {
    content: ''
}

.ui-tooltip.ui-widget {
    padding: 5px 10px;
    max-width: 250px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 0 3px #ccc;
    word-wrap: break-word
}

.ui-tooltip .arrow {
    position: absolute;
    bottom: -15px;
    width: 20px;
    height: 15px
}

.ui-tooltip .arrow:after {
    position: absolute;
    border-top: 10px solid #ccc;
    content: ''
}

.ui-tooltip .arrow:before {
    position: absolute;
    top: -1px;
    z-index: 9;
    border-top: 9px solid #fff;
    content: ''
}

.ui-tooltip .arrow.top {
    top: -15px;
    transform: scale(1, -1)
}

.ui-tooltip .arrow.left {
    left: 15px
}

.ui-tooltip .arrow.left:before {
    left: 1px;
    border-right: 19px solid transparent
}

.ui-tooltip .arrow.left:after {
    border-right: 20px solid transparent
}

.ui-tooltip .arrow.right {
    right: 15px
}

.ui-tooltip .arrow.right:before {
    right: 1px;
    border-left: 19px solid transparent
}

.ui-tooltip .arrow.right:after {
    border-left: 20px solid transparent
}

.ui-tooltip .am-brand-small_image {
    display: block;
    margin: auto;
    max-width: 150px
}

.ui-tooltip .am-brand-image {
    display: block;
    margin: auto;
    max-width: 400px
}

.ui-tooltip .ui-tooltip-content h3 {
    margin: 5px 0
}

.amslider * {
    margin: 0;
    padding: 0
}

.amslider {
    position: relative;
    margin: 30px auto
}

.amslider .swiper-pagination {
    position: static;
    padding-bottom: 35px
}

.amslider .swiper-container > .wrapper {
    text-align: center
}

.amslider .swiper-slide .ambrands-label {
    margin-top: 10px;
    min-height: 40px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px
}

.amslider .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px;
    background: #333
}

.amslider .swiper-pagination-bullet-active {
    background: #1979c2
}

.amslider .swiper-slide {
    text-align: center;
    font-size: 18px
}

.amslider .category-item .category-item-title {
    margin: auto
}

.amslider .slide .category-item-title, .amslider .swiper-slide .swiper-category-item {
    font-size: 15px;
    line-height: 1.2
}

.amslider .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.amslider .ambrands-empty {
    margin: auto
}

.amslider .swiper-button-next, .amslider .swiper-button-prev {
    top: calc(50% - (40px / 2));
    z-index: 2;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #1979c2;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    box-shadow: none
}

.amslider .swiper-button-next:hover, .amslider .swiper-button-prev:hover {
    background-color: #006bb4
}

.amslider .swiper-button-next:active, .amslider .swiper-button-prev:active {
    background-color: #95b5d7
}

.amslider .swiper-button-next.swiper-button-disabled, .amslider .swiper-button-prev.swiper-button-disabled {
    background-color: #ececec;
    opacity: 1
}

.amslider .swiper-button-next {
    right: -40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.amslider .swiper-button-prev {
    left: -40px;
    background-image: url(../fonts/7e15cbc338f14ea4ab3bf7ccb8c094a5.woff)
}

.amslider-header-container {
    padding: 40px 10px 0;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4
}

.children-category .amslider {
    position: relative;
    left: inherit;
    display: block;
    margin: 0 50px;
    width: 100%;
    transform: inherit
}

.amslider.ambrands-slider {
    margin-top: 20px;
    padding: 0;
    max-width: 100%
}

.amslider.ambrands-slider .ambrands-inner {
    position: relative;
    padding-bottom: 10px
}

.amslider.ambrands-slider .ambrands-swiper-brand {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.amslider.ambrands-slider .ambrands-image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin: 0 auto
}

.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.amslider.ambrands-slider .slide {
    align-items: stretch
}

.amslider.ambrands-slider .slide .ambrands-image-block {
    overflow: hidden;
    margin-bottom: 10px
}

.amslider.ambrands-slider .swiper-slide {
    display: flex;
    align-items: stretch;
    padding: 0;
    height: auto
}

.amslider .slide {
    display: flex;
    align-items: flex-start;
    flex-basis: 30%;
    justify-content: center;
    margin: 0 9px 20px 0;
    max-width: 30%;
    color: #333;
    text-align: center
}

.amslider .slide .category-item {
    position: relative;
    padding: 10px;
    width: 100%;
    border: 1px solid #fff
}

.amslider .slide .category-item:hover, .amslider .slide .category-item.active {
    position: relative;
    z-index: 2;
    padding: 10px;
    border-color: #bbb;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3)
}

.amslider .slide .category-item.category-item-label img {
    margin-bottom: 25px
}

.amslider .slide .ambrands-swiper-brand .ambrands-image {
    height: auto
}

.children-category-container.swiper-container {
    margin: auto;
    width: calc(100% - 2 * 40px)
}

.children-category-container .swiper-wrapper {
    align-items: baseline
}

.amslider .swiper-slide {
    box-sizing: border-box;
    padding: 10px;
    color: #333
}

.amslider .swiper-slide .swiper-category-item {
    padding: 10px 0;
    border: 1px solid #fff
}

.amslider .swiper-slide .swiper-category-item img {
    height: auto
}

.amslider .swiper-slide .swiper-category-item.category-item-label img {
    margin-bottom: 25px
}

.amslider .swiper-slide .swiper-category-item:hover, .amslider .swiper-slide .swiper-category-item.active {
    margin: 0;
    border: 1px solid #bbb;
    background: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3)
}

.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
    display: inline-block;
    margin: 0 auto;
    color: #e2e2e2
}

.amslider .swiper-slide:hover, .amslider .slide:hover {
    text-decoration: none
}

#category-carousel .swiper-button-next {
    right: 0
}

#category-carousel .swiper-button-prev {
    left: 0
}

#category-carousel .swiper-button-next, #category-carousel .swiper-button-prev {
    top: 50%;
    margin: 0;
    transform: translateY(-50%)
}

#category-carousel .swiper-button-next:hover, #category-carousel .swiper-button-prev:hover {
    opacity: 1;
    transition: all .3s ease
}

.amslider .swiper-slide .swiper-category-item:not(:root:root), .amslider .swiper-slide .ambrands-swiper-brand:not(:root:root), .amslider .slide .category-item:not(:root:root) {
    padding: 10px
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .ambrands-swiper-brand {
        width: 100%
    }

    .ambrands-swiper-brand .ambrands-empty {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
        top: 187px;
        border: none;
        border-radius: inherit;
        background: #fff;
        box-shadow: none
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
        padding: 17px 30px;
        height: 140px
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
        top: 221px
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
        padding: 15px;
        border-width: 1px
    }

    .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
        display: block;
        padding: 10px 15px
    }

    .am-porto-cmtb .filter.active .block-category-list .block-title, .am-porto-cmtb .filter.active .filter-options-title, .am-porto-cmtb .filter.active .filter .filter-current-subtitle, .am-porto-cmtb .filter.active .block-category-list .block-content, .am-porto-cmtb .filter.active .filter-options-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .am-porto-cmtb .filter.active .filter-options-title:after {
        right: 15px
    }

    .filter-options-content .am-ranges .items.-am-multiselect .item [class*=am-filter-item] {
        padding-left: 35px
    }

    .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*=am-filter-item-], .filter-options .am-labels-folding .item {
        padding-left: 35px
    }

    .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded, .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible), .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
        margin-left: 35px
    }

    .filter-options-item .filter-options-content .items [class*=am-filter-item] {
        padding: 7px 0
    }

    .am-labels-folding .am-collapse-icon, .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon, .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
        margin: 7px 0
    }

    .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input, .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input, .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type=radio], .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type=radio], .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type=checkbox], .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type=checkbox], .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type=checkbox] + .amshopby-choice, .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type=checkbox] + .amshopby-choice {
        left: 35px
    }

    .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent, .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding, .filter-options .am-category-wrapper .items .items-children.-folding, .filter-options .am-category-view .item a.amshopby-filter-parent {
        padding-left: 35px
    }

    .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
        padding-left: 70px
    }

    .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
        margin: 7px 0
    }

    .am-collapse-icon:after, .am-show-more:before {
        width: 20px
    }

    .filter-content .active .am-show-more:before {
        width: 12px
    }

    .filter-content .active .am-show-more.-active {
        margin-bottom: 10px
    }

    .amshopby-flyout-block {
        margin: 10px 0 25px
    }

    .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
        padding-left: 35px
    }

    .filter-options input[type=checkbox] {
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        margin: 0;
        padding: 0;
        width: 0;
        height: 0;
        border: 0;
        opacity: 0;
        position: absolute
    }

    .filter-options input[type=checkbox] + .amshopby-choice {
        word-wrap: break-word;
        word-break: break-word;
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        margin: 0;
        padding: 0 0 0 35px;
        min-height: 25px;
        line-height: 1.2;
        cursor: pointer
    }

    .ie11 .filter-options input[type=checkbox] + .amshopby-choice {
        word-break: break-all
    }

    .filter-options input[type=checkbox] + .amshopby-choice:before, .filter-options input[type=checkbox] + .amshopby-choice:after {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        box-sizing: border-box;
        width: 25px;
        height: 25px;
        border-radius: 2px;
        content: ''
    }

    .filter-options input[type=checkbox] + .amshopby-choice:before {
        border: 1px solid #e3e3e3;
        background: #fff
    }

    .filter-options input[type=checkbox] + .amshopby-choice:after {
        background: #1979c3 url(../fonts/381a630307154f7d9325dae8f74d2b82.woff) center/25px;
        content: none
    }

    .filter-options input[type=checkbox] + .amshopby-choice:hover:before, .filter-options input[type=checkbox]:checked + .amshopby-choice:before {
        border-color: #1979c3
    }

    .filter-options input[type=checkbox]:checked + .amshopby-choice:after {
        content: ''
    }

    ._keyfocus .filter-options input[type=checkbox]:active + .amshopby-choice:before, ._keyfocus .filter-options input[type=checkbox]:focus + .amshopby-choice:before, .filter-options input[type=checkbox]:active + .amshopby-choice:before, .filter-options input[type=checkbox]:focus + .amshopby-choice:before {
        border-color: #1979c3
    }

    .filter-options input[type=checkbox]:not(:checked).mage-error + .amshopby-choice:before {
        border-color: #f23b3b
    }
}

@media all and (min-width: 768px), print {
    .ui-tooltip.ui-widget {
        max-width: 450px
    }

    .filter-options-content a:hover {
        text-decoration: none
    }

    .catalog-topnav {
        display: block
    }

    .page-layout-1column .toolbar-products {
        position: inherit !important
    }

    .filter-options-content .am-filter-price {
        width: 40%
    }

    .sidebar > .block-category-list {
        margin-bottom: 14px
    }

    .amasty-catalog-topnav {
        margin-top: 3px
    }

    .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
        z-index: 1001;
        min-width: 200px
    }

    .amasty-catalog-topnav .filter-options {
        margin-bottom: 20px;
        padding: 3px 0
    }

    .amasty-catalog-topnav .filter-subtitle {
        display: none
    }

    .amasty-catalog-topnav .amshopby-category-dropdown {
        min-width: 200px
    }

    .amasty-catalog-topnav .filter-options-item {
        margin-bottom: 0
    }

    .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
        padding-left: 0
    }

    .amasty-catalog-topnav .filter-options-title {
        padding-right: 5px
    }

    .amasty-catalog-topnav .filter-options-title:after {
        position: static;
        display: inline-block;
        margin: 0 0 0 15px;
        transform: translateY(-2px)
    }

    .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
        margin: -11px;
        box-shadow: none
    }

    .filter-options input[type=checkbox] {
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        margin: 0;
        padding: 0;
        width: 0;
        height: 0;
        border: 0;
        opacity: 0;
        position: absolute
    }

    .filter-options input[type=checkbox] + .amshopby-choice {
        word-wrap: break-word;
        word-break: break-word;
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        margin: 0;
        padding: 0 0 0 22px;
        min-height: 12px;
        line-height: 1.2;
        cursor: pointer
    }

    .ie11 .filter-options input[type=checkbox] + .amshopby-choice {
        word-break: break-all
    }

    .filter-options input[type=checkbox] + .amshopby-choice:before, .filter-options input[type=checkbox] + .amshopby-choice:after {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        box-sizing: border-box;
        width: 12px;
        height: 12px;
        border-radius: 2px;
        content: ''
    }

    .filter-options input[type=checkbox] + .amshopby-choice:before {
        border: 1px solid #e3e3e3;
        background: #fff
    }

    .filter-options input[type=checkbox] + .amshopby-choice:after {
        background: #1979c3 url(../fonts/381a630307154f7d9325dae8f74d2b82.woff) center/12px;
        content: none
    }

    .filter-options input[type=checkbox] + .amshopby-choice:hover:before, .filter-options input[type=checkbox]:checked + .amshopby-choice:before {
        border-color: #1979c3
    }

    .filter-options input[type=checkbox]:checked + .amshopby-choice:after {
        content: ''
    }

    ._keyfocus .filter-options input[type=checkbox]:active + .amshopby-choice:before, ._keyfocus .filter-options input[type=checkbox]:focus + .amshopby-choice:before, .filter-options input[type=checkbox]:active + .amshopby-choice:before, .filter-options input[type=checkbox]:focus + .amshopby-choice:before {
        border-color: #1979c3
    }

    .filter-options input[type=checkbox]:not(:checked).mage-error + .amshopby-choice:before {
        border-color: #f23b3b
    }

    .am_shopby_apply_filters {
        position: absolute;
        bottom: inherit;
        z-index: 212;
        display: none;
        visibility: hidden;
        padding: 0;
        width: inherit
    }

    .am_shopby_apply_filters.visible {
        bottom: inherit;
        visibility: visible
    }

    .am_shopby_apply_filters.-fixed {
        position: fixed
    }

    .am_shopby_apply_filters.-fixed .am-show-button:before {
        display: none
    }

    .am-show-button {
        position: relative;
        justify-content: space-between;
        margin: 0 0 10px;
        padding: 12px 10px;
        min-width: 180px;
        width: inherit;
        border: none;
        border-radius: 6px;
        box-shadow: 0 4px 8px rgba(190, 199, 219, .21), 0 6px 25px rgba(190, 199, 219, .28)
    }

    .am-show-button > .am-items {
        margin: 0 auto
    }

    .am-show-button:before {
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        content: '';
        transform: rotate(45deg)
    }

    .am-show-button.-vertical:before {
        top: calc(50% - (10px / 2));
        right: calc(100% - (10px / 2))
    }

    .am-show-button.-horizontal:before {
        top: calc(100% - (10px / 2));
        left: calc(50% - (10px / 2))
    }

    #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
        top: 30%;
        transform: translate(-50%, -30%)
    }
}

@media all and (min-width: 1024px), print {
    .filter-options-content .am-filter-price {
        width: 43%
    }

    .amslider-container.am-swiper-slider {
        width: 85%
    }
}

.am-visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0
}

.am-word-break {
    word-wrap: break-word;
    word-break: break-word
}

.ie11 .am-word-break {
    word-break: break-all
}

.ui-tooltip .arrow {
    left: 8px;
    width: 15px
}

.ui-tooltip .arrow:after {
    border-right: 15px solid transparent
}

.ui-tooltip .arrow:before {
    border-right: 14px solid transparent
}

.amslider-container {
    margin: auto;
    margin-bottom: 15px;
    width: 100%
}

.am-rating-up {
    font-size: smaller
}

.amshopby-highlighted {
    background-color: #ff0
}

.amshopby-item .filter-value {
    margin-left: 5px
}

.amshopby-filter-tooltip {
    display: inline-block;
    margin-left: 6px;
    max-width: 16px;
    max-height: 16px;
    vertical-align: top
}

.amshopby-filter-value .swatch-option.image, .amshopby-filter-value .swatch-attribute.size .swatch-option, .amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.filter-options-item .filter-options-title:after {
    font-size: 14px
}

.range.am-fromto-widget .am-filter-go {
    margin: 0 10px;
    vertical-align: top
}

.amshopby-button {
    word-wrap: break-word;
    word-break: break-word;
    min-height: 40px;
    border-radius: 3px;
    background: #1979c3;
    color: #fff;
    text-align: center;
    letter-spacing: -.015em;
    font-size: 16px;
    line-height: 22px;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.ie11 .amshopby-button {
    word-break: break-all
}

.amshopby-button:not(.primary) {
    border-radius: 3px
}

.amshopby-button:not(.primary), .amshopby-button:not(.primary):active {
    box-shadow: none
}

.amshopby-button:hover {
    border-color: #399ae6;
    background: #399ae6
}

.amshopby-button:active, .amshopby-button:focus {
    border-color: #135d96;
    background: #135d96
}

.am-filter-go {
    word-wrap: break-word;
    word-break: break-word;
    min-height: 40px;
    border-radius: 3px;
    background: #1979c3;
    color: #fff;
    text-align: center;
    letter-spacing: -.015em;
    font-size: 16px;
    line-height: 22px;
    transition: background .2s ease-in-out, border-color .2s ease-in-out;
    margin: 15px 0 0;
    width: 25%
}

.ie11 .am-filter-go {
    word-break: break-all
}

.am-filter-go:not(.primary) {
    border-radius: 3px
}

.am-filter-go:not(.primary), .am-filter-go:not(.primary):active {
    box-shadow: none
}

.am-filter-go:hover {
    border-color: #399ae6;
    background: #399ae6
}

.am-filter-go:active, .am-filter-go:focus {
    border-color: #135d96;
    background: #135d96
}

input[type=text].am-filter-price.-to.right {
    float: right
}

.am-swatch-options {
    display: flex;
    flex-direction: column
}

.am-swatch-options .swatch-option {
    display: inline-block;
    margin: 0 10px 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.am-swatch-options > .item {
    padding-bottom: 4px
}

.am-swatch-options > .item:hover {
    background-color: transparent
}

.am-swatch-options .am-shopby-swatch-label {
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
    word-wrap: break-word
}

.filter-options .am-swatch-wrapper {
    margin: 0 0 5px !important;
    line-height: initial
}

.filter-options .am-swatch-wrapper.-amshopby-hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.catalog-topnav .filter-options {
    flex-wrap: wrap;
    min-height: 40px
}

.catalog-topnav .filter-options .filter-options-item {
    display: inline-block;
    border: 0
}

.catalog-topnav .filter-options .filter-options-content {
    position: absolute;
    z-index: 9999;
    margin-top: 12px;
    min-width: 100px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(190, 199, 219, .21), 0 6px 25px rgba(190, 199, 219, .28)
}

.catalog-topnav .filter-options .am-filter-items-rating li {
    margin: 0 0 10px
}

.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
    margin: 0
}

.catalog-topnav .block-actions {
    display: none
}

.catalog-topnav {
    display: none
}

.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 5px;
    right: 8px
}

.page-layout-1column .filter-options-item.active .filter-options-content {
    padding: 10px 15px
}

.page-layout-1column .filter-options-content li.item {
    padding: 0
}

.filter [data-role=collapsible]:not([data-collapsible=true]) [data-role=content] {
    display: none
}

div.swatch-option-tooltip {
    z-index: 9999
}

.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    background-size: contain !important
}

.filter-options .am-labels-folding .item {
    position: relative
}

.filter-options .ui-menu {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none
}

.filter-options .ui-menu .ui-menu {
    position: absolute
}

.filter-options .ui-menu .ui-menu-item {
    margin: 0;
    list-style: none;
    cursor: pointer
}

.filter-options .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.filter-options .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    border-width: 1px 0 0;
    font-size: 0;
    line-height: 0
}

.filter-options-content .am-swatch-wrapper {
    display: inline-block
}

.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
    background: 0 0
}

.filter-options-content .am-swatch-wrapper > .input.-hidden {
    display: none
}

.am-filter-items-attr_price {
    min-width: 130px;
    max-width: 350px
}

.am-filter-items-attr_color .swatch-option.text {
    padding: 1px 2px;
    width: 30px
}

.amasty-catalog-topnav.block.filter {
    flex-basis: auto
}

.amasty-catalog-topnav .filter-options .item:last-child {
    margin-bottom: 0
}

.amshopby-category-dropdown {
    display: block;
    overflow: hidden;
    padding-right: 3.6rem;
    min-height: 3.2rem;
    border: 1px solid #adadad;
    background-color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 400;
    cursor: pointer
}

.amshopby-category-dropdown:after {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    box-sizing: border-box;
    margin-top: -.2rem;
    width: 0;
    height: 0;
    border-width: .5rem .4rem 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    content: '';
    transition: all .2s linear
}

.amshopby-category-dropdown:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.2rem;
    border: 1px solid #adadad;
    background-color: #e3e3e3;
    content: ''
}

.am-category-wrapper {
    position: relative;
    display: block;
    user-select: none
}

.am-category-wrapper.-active .amshopby-category-dropdown:after {
    transform: rotate(180deg)
}

.am-category-wrapper .amshopby-checkbox, .am-category-wrapper .amshopby-radio {
    margin-left: 20px
}

.am-category-wrapper .amshopby-filter-parent {
    padding-left: 0
}

.am-category-wrapper .am-multiselect-crumb {
    position: relative;
    display: inline-block;
    margin: .3rem 0 .3rem .3rem;
    padding: .3rem 2.4rem .4rem 1rem;
    border: 1px solid #a79d95;
    border-radius: 1px;
    background-color: #f5f5f5;
    font-size: 1.2rem;
    transition: border-color .1s linear
}

.am-category-wrapper .am-multiselect-crumb .action-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 2rem;
    height: auto;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: #514943;
    font-size: .5em;
    line-height: 1
}

.am-category-wrapper .am-multiselect-crumb .action-close:before {
    content: 'x';
    font-size: 10px;
    transition: color .1s linear
}

.am-category-wrapper .am-multiselect-crumb .action-close > span {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.filter-options .am-labels-folding .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 0 20px
}

.filter-options .am-labels-folding .item .am-input, .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=radio], .filter-options .amshopby-category-dropdown + form .item input[type=radio], .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=checkbox], .filter-options .amshopby-category-dropdown + form .item input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0 5px 0 0
}

.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
    left: 20px
}

.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*=am-filter-item-] {
    padding-left: 20px
}

.filter-options .amshopby-category-dropdown + form .item {
    flex-wrap: wrap
}

.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered), .filter-options .amshopby-category-dropdown + form .item {
    position: relative;
    display: block
}

.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input, .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input, .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type=radio], .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type=radio], .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type=checkbox], .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type=checkbox], .filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type=checkbox] + .amshopby-choice, .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type=checkbox] + .amshopby-choice {
    left: 20px
}

.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
    padding-left: 20px
}

.am-labels-folding .am-collapse-icon, .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    align-self: flex-start
}

.am-labels-folding .am-collapse-icon:after, .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after, .am-labels-folding .am-show-more:before {
    position: static;
    margin: 0
}

.am-collapse-icon {
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

.am-collapse-icon:after, .am-show-more:before {
    position: absolute;
    right: 0;
    width: 12px;
    height: 20px;
    background: url("../fonts/arrow-bottom.svg") no-repeat 100%/contain;
    content: ''
}

.am-collapse-icon.-active:after {
    content: '';
    transform: rotate(180deg)
}

.amshopby-option-link {
    display: inline-block;
    clear: both;
    margin-right: 5px
}

.amshopby-option-link img {
    float: left;
    margin: 0 5px 5px 0
}

.amshopby-option-link img:not([src*='/resized']) {
    max-width: 30px;
    max-height: 30px
}

.amshopby-item-removed {
    text-decoration: none
}

.am-category-image {
    vertical-align: middle
}

.amshopby-filter-current .filter-label {
    vertical-align: middle
}

.amshopby-filter-current .amshopby-items {
    padding: 0 0 0 10px
}

.amshopby-filter-current .amshopby-item.item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 0 20px
}

.amshopby-filter-current .amshopby-filter-name {
    display: flex;
    padding: 0 5px 0 0;
    font-weight: 700
}

.amshopby-filter-current .amshopby-filter-name:after {
    content: ':'
}

.ie11 .amshopby-filter-current .amshopby-filter-name:after {
    padding-left: 1px
}

.amshopby-filter-current .amshopby-filter-value {
    flex-grow: 1
}

.amshopby-filter-current .am-swatch-link {
    display: flex;
    align-items: center
}

.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
    margin: 0
}

.amshopby-filter-current .amshopby-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px
}

.ie11 .amshopby-filter-current .amshopby-remove {
    top: calc(50% - (12px / 2))
}

.amshopby-filter-current .amshopby-remove:hover:after, .amshopby-filter-current .amshopby-remove:hover:before {
    background-color: #494949
}

.amshopby-filter-current .amshopby-remove:hover ~ * {
    opacity: .5
}

.amshopby-filter-current .amshopby-remove:after, .amshopby-filter-current .amshopby-remove:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c7c7c7;
    content: ''
}

.amshopby-filter-current .amshopby-remove:after {
    transform: rotate(45deg)
}

.amshopby-filter-current .amshopby-remove:before {
    transform: rotate(-45deg)
}

.amshopby-filter-current .am-shopby-swatch-label {
    margin-left: 10px
}

.amshopby-filter-current .swatch-option-link-layered {
    display: flex;
    align-items: center;
    flex-basis: 100%
}

.amshopby-filter-current .item {
    padding-bottom: 0
}

.am-dropdown .am-select, .am-dropdown .chosen-container .chosen-choices {
    min-height: 32px;
    border-color: #ccc;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.am-dropdown .chosen-container .chosen-choices {
    background-image: none
}

.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    min-width: 100px;
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
    display: flex;
    align-items: center;
    padding: 0 0 10px 20px
}

.am-porto-cmtb .amshopby-filter-current.filter-current .items {
    padding: 15px
}

.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
    padding: 12px 25px 0 0
}

.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto
}

.am-porto-cmtb .filter-options-content .swatch-option {
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: none;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.am-porto-cmtb .page-wrapper > .page-header {
    z-index: 900
}

.am-porto-cmtb .page-main {
    z-index: 9
}

.am-porto-cmtb .am-show-more:hover {
    color: #006bb4 !important
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper {
    margin: 0 10px
}

.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper, .filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view), .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
    margin: 0
}

.amshopby-slider-container {
    margin: 10px 0 5px
}

.amshopby-slider-container .ui-slider-range {
    position: absolute;
    z-index: 2
}

.amshopby-slider-container .am-slider:not(.-loaded) {
    visibility: hidden;
    opacity: 0
}

.amshopby-slider-container .am-slider:before, .amshopby-slider-container .am-slider:after {
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    content: ''
}

.amshopby-slider-container .am-slider .ui-slider-handle {
    display: flex;
    justify-content: center;
    overflow: inherit;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.amshopby-slider-container .amshopby-slider-display {
    margin: 10px 0 0;
    text-align: center
}

.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle, .amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
    pointer-events: none;
    user-select: none
}

.amshopby-slider-container .amshopby-slider-tooltip {
    position: absolute;
    bottom: calc(100% + 7px);
    z-index: 1;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 2px;
    letter-spacing: .03em;
    font-size: 12px;
    line-height: 1
}

.amshopby-slider-container .amshopby-slider-tooltip:before, .amshopby-slider-container .amshopby-slider-tooltip:after {
    position: absolute;
    top: calc(100% - 4px);
    display: block;
    box-sizing: content-box;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: inherit;
    content: '';
    transform: rotate(45deg);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%)
}

.amshopby-slider-container .amshopby-slider-tooltip:after {
    background: inherit
}

.amshopby-slider-container.-default .am-slider {
    margin: 0 8px;
    height: 10px;
    background: #dadada
}

.amshopby-slider-container.-default .am-slider:before, .amshopby-slider-container.-default .am-slider:after {
    width: 16px;
    height: 10px
}

.amshopby-slider-container.-default .am-slider:before {
    left: -8px
}

.amshopby-slider-container.-default .am-slider:after {
    right: -8px
}

.amshopby-slider-container.-default .ui-slider-range {
    height: 10px;
    background: #b6b6b6
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translate(-8px, -3px)
}

.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
    flex-wrap: wrap;
    margin-top: 10px
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
    margin-top: 25px
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
    margin-top: 35px
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
    max-width: 210px
}

.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
    position: relative;
    max-width: 50%;
    width: calc(50% - 7px)
}

.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdedd;
    background-clip: padding-box;
    color: #494949;
    text-align: center;
    letter-spacing: .03em;
    font-size: 14px
}

.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
    margin: 0;
    width: 14px;
    line-height: 40px
}

.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
    margin: 15px 0 0;
    width: 100%
}

.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary), .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
    box-shadow: none
}

.amshopby-input-wrapper .amshopby-currency {
    position: absolute;
    bottom: calc(100% - 10px);
    left: 4px;
    padding: 2px;
    background: #fff;
    color: #494949;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 16px
}

.amshopby-slider-tooltip {
    color: #fff;
    transition: all .2s ease-in-out
}

.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
    visibility: hidden;
    opacity: 0
}

.amshopby-slider-container.-improved {
    margin-top: 30px
}

.amshopby-slider-container.-improved .am-slider {
    margin: 0 8px;
    height: 4px;
    background: #dfdedd
}

.amshopby-slider-container.-improved .am-slider:before, .amshopby-slider-container.-improved .am-slider:after {
    width: 16px;
    height: 4px;
    background: #dfdedd
}

.amshopby-slider-container.-improved .am-slider:before {
    left: -8px
}

.amshopby-slider-container.-improved .am-slider:after {
    right: -8px
}

.amshopby-slider-container.-improved .ui-slider-range {
    height: 4px
}

.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
    top: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translateX(-8px)
}

.amshopby-slider-container.-volumetric {
    margin-top: 20px
}

.amshopby-slider-container.-volumetric .am-slider {
    margin: 0 4px;
    height: 4px;
    border-radius: 20px;
    background: #dfdedd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25)
}

.amshopby-slider-container.-volumetric .am-slider:before, .amshopby-slider-container.-volumetric .am-slider:after {
    display: none
}

.amshopby-slider-container.-volumetric .ui-slider-range {
    height: 4px;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25)
}

.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
    width: 8px;
    height: 12px;
    border-radius: 2px;
    transform: translate(-4px, 10px)
}

.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
    position: absolute;
    bottom: calc(100% - 4px);
    left: calc(50% - 3px);
    display: block;
    width: 6px;
    height: 6px;
    background: inherit;
    content: '';
    transform: rotate(-135deg);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%)
}

.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
    bottom: calc(100% + 17px);
    border-radius: 3px
}

.amshopby-slider-container.-volumetric .amshopby-slider-display {
    margin-top: 20px
}

.amshopby-slider-container.-light {
    margin-top: 30px
}

.amshopby-slider-container.-light .am-slider {
    margin: 0 8px;
    height: 1px;
    background: #dfdedd
}

.amshopby-slider-container.-light .am-slider:before, .amshopby-slider-container.-light .am-slider:after {
    width: 16px;
    height: 1px;
    background: #dfdedd
}

.amshopby-slider-container.-light .am-slider:before {
    left: -8px
}

.amshopby-slider-container.-light .am-slider:after {
    right: -8px
}

.amshopby-slider-container.-light .ui-slider-range {
    height: 1px
}

.amshopby-slider-container.-light .am-slider .ui-slider-handle {
    top: -8px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #dfdedd;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-8px)
}

.amshopby-slider-container.-light .amshopby-slider-tooltip {
    border-color: #dfdedd
}

.amshopby-slider-container.-light .amshopby-slider-tooltip:after, .amshopby-slider-container.-light .amshopby-slider-tooltip:before {
    background: #fff
}

.amshopby-slider-container.-dark {
    margin-top: 30px
}

.amshopby-slider-container.-dark .am-slider {
    margin: 0 5px;
    height: 3px;
    background: #4a4948
}

.amshopby-slider-container.-dark .am-slider:before, .amshopby-slider-container.-dark .am-slider:after {
    width: 10px;
    height: 3px
}

.amshopby-slider-container.-dark .am-slider:before {
    left: -5px
}

.amshopby-slider-container.-dark .am-slider:after {
    right: -5px
}

.amshopby-slider-container.-dark .ui-slider-range {
    height: 3px
}

.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
    top: -6px;
    width: 10px;
    height: 15px;
    border-radius: 2px;
    transform: translateX(-5px)
}

.filter-options-item .filter-options-content {
    padding-bottom: 5px
}

.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image, .filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected, .filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.filter-options-item .filter-options-content .range {
    display: flex;
    align-items: center;
    margin-top: 15px;
    text-align: center
}

.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view), .filter-options-item .filter-options-content .am-category-wrapper, .filter-options-item .filter-options-content .amshopby-fromto-wrap {
    margin: 0 10px
}

.filter-options-item .filter-options-content .am-shopby-form {
    margin: 0 7px
}

.filter-options-item .filter-options-content .items [class*=am-filter-item] {
    margin-left: 0;
    padding: 0
}

.filter-options-item .filter-options-content .count {
    display: inline-flex;
    padding-left: 0
}

.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
    margin: 0;
    padding: 0
}

.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
    margin-right: 5px
}

.filter-options-item .filter-options-content .am-shopby-form {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: -15px;
    padding: 3px
}

.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
    background-color: unset
}

.amasty-catalog-topnav .filter-options-item .filter-options-content {
    padding-bottom: 10px
}

.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view), .amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form, .amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper, .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
    margin: 0
}

.filter-options .items.-am-overflow {
    overflow-x: hidden;
    overflow-y: auto
}

.filter-options .items .items-children.-folding {
    padding-left: 20px;
    width: 100%;
    list-style: none
}

.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
    padding-left: 20px
}

.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
    padding-left: 0
}

.filter-options .items .items-children.-folding .item {
    margin: 5px 0
}

.filter-options .item.-empty-value {
    opacity: .5;
    pointer-events: none;
    user-select: none
}

.filter-options .ui-widget-overlay {
    background: #aaa;
    opacity: .3
}

.filter-options .ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.filter-options .am-category-view {
    position: absolute;
    z-index: 9;
    display: none;
    overflow-y: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    max-height: 300px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    white-space: nowrap
}

.filter-options .items.am-category-view, .filter-options .am-category-view ol.items {
    margin: 0
}

.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    top: 0
}

.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after, .filter-options .am-category-view.-am-singleselect .am-show-more:before {
    right: inherit;
    left: 0
}

.filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 20px
}

.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 40px
}

.filter-options .am-category-view [class*=am-filter-item] {
    display: inline-block;
    white-space: initial
}

.filter-options .filter-options-content .rating-summary {
    display: inline-block;
    vertical-align: sub
}

.filter-options .amshopby-search-box {
    margin: 0 0 15px
}

.filter-options .am-labels-folding.-am-singleselect .item .am-input, .filter-options [class*=am-filter-items-].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type=radio], .filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type=radio], .filter-options .am-category-view input[type=radio] {
    display: none
}

.filter-options .am-labels-folding.-am-singleselect .item {
    padding: 0
}

.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible), .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 20px
}

.filter-options-content .am-ranges .items.-am-multiselect .item {
    position: relative
}

.filter-options-content .am-ranges .items.-am-multiselect .item [class*=am-filter-item] {
    padding-left: 20px
}

.filter-actions .filter-clear {
    color: #1979c3;
    font-size: 14px;
    line-height: 19px
}

.filter-actions .filter-clear:hover {
    color: #399ae6;
    text-decoration: none
}

.filter-actions .filter-clear:focus, .filter-actions .filter-clear:active {
    color: #135d96
}

.filter-options-content .item a:hover {
    background-color: transparent;
    color: #1979c3
}

.filter-options-content .item a:hover .count {
    color: #1979c3
}

.filter-options-content .item a:active, .filter-options-content .item a:active .count {
    color: #135d96;
    text-decoration: none
}

.filter-options-content .item:first-child {
    margin-top: 0
}

.filter-options-content .item:last-child {
    margin-bottom: 0
}

.filter-options-content .item > a {
    display: block
}

.filter-options-content .items.-am-singleselect .item > input[type=radio] {
    display: none
}

.filter-options-content .items.-am-singleselect .amshopby-link-selected, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
    color: #1979c3
}

.filter-options-content .items.-am-singleselect .amshopby-link-selected .count, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
    color: #1979c3
}

.am-show-more, .filter-options-content .am-show-more {
    position: relative;
    display: none;
    margin: 10px 0 0;
    padding: 0 22px 0 0;
    color: #070605;
    letter-spacing: .03em;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.amasty-catalog-topnav .filter-options-content .am-show-more {
    padding-left: 0
}

.filter-options-content .am-show-more {
    padding-left: 10px
}

.am-show-more:hover, .filter-options-content .am-show-more:hover {
    background-color: transparent;
    color: #838382;
    text-decoration: none
}

.am-show-more:active, .filter-options-content .am-show-more:active {
    color: #070605
}

.am-show-more:before {
    top: 0
}

.am-show-more.-active {
    display: inline-flex;
    align-items: center
}

.am-show-more .am-counter {
    display: inline-block;
    margin: 0 2px;
    opacity: .5
}

.am-show-more[data-is-hide=false]:before {
    transform: rotate(180deg)
}

.amshopby-link-selected {
    color: #1979c3
}

.items[class*=category_ids]:not(.items-children) > .item > a {
    font-weight: 700
}

.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
    padding-left: 0
}

.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
    margin-left: 20px
}

.am-filter-items-stock .amshopby-link-selected, .am-filter-items-rating .amshopby-link-selected {
    text-decoration: none
}

.filter-content [class*=am-filter-item]:hover ~ .amshopby-choice:before {
    border-color: #1979c3
}

.filter-content .items.-am-multiselect [class*=am-filter-item]:hover {
    color: inherit
}

.filter-content .items.-am-multiselect [class*=am-filter-item]:hover .count {
    color: #757575
}

.amshopby-fly-out-view.ui-menu, .amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
    position: relative;
    padding: 13px 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(190, 199, 219, .21), 0 6px 25px rgba(190, 199, 219, .28)
}

.amshopby-fly-out-view .ui-menu {
    width: 100%
}

.amshopby-fly-out-view .items-children:not(.ui-menu) {
    display: none
}

.amshopby-fly-out-view .am-input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.amshopby-fly-out-view .am-input[type=radio] + .amshopby-choice {
    display: none
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin: 0;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 18px
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
    background-color: #f8f8f9
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
    position: absolute;
    z-index: 995
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 3px 0;
    padding-left: 22px
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-] {
    display: inline-block;
    width: 100%
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-]:hover {
    background-color: transparent;
    color: inherit
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-]:hover > .count {
    color: #757575
}

.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before, .amshopby-flyout-block .items.amshopby-fly-out-view .item [class*=am-filter-item-]:hover ~ .amshopby-choice:before {
    border-color: #e3e3e3
}

.am_shopby_apply_filters {
    position: fixed;
    bottom: -80px;
    z-index: 999;
    width: 100%;
    transition: left .2s ease-in-out
}

.am_shopby_apply_filters.visible {
    bottom: 0
}

.am-show-button {
    z-index: 211;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #fff;
    text-align: center
}

.am-show-button > .am-items {
    margin: 0;
    padding: 0 10px;
    color: #070605;
    font-size: 14px;
    line-height: 22px
}

.am-show-button > .am-items.-loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../fonts/loader.svg') center/30px no-repeat;
    vertical-align: middle
}

.am-show-button > .amshopby-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 90px;
    line-height: 1
}

.ie11 .am-show-button > .amshopby-button {
    padding: 10px
}

#amasty-shopby-product-list {
    z-index: 1
}

#amasty-shopby-product-list .products.wrapper {
    position: relative
}

.amshopby-overlay-block {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 230;
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, .5)
}

.amshopby-overlay-block > .amshopby-loader {
    position: absolute;
    top: 10%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    background: url('../fonts/loader.svg') center/100px no-repeat;
    transform: translate(-50%, -10%)
}

.amshopby-slider-settings {
    list-style: none
}

.amshopby-slider-settings.-style {
    max-width: 214px
}

.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
    padding-bottom: 15px
}

.amshopby-slider-settings.-style .am-slider {
    z-index: 0;
    margin: 0
}

.amshopby-slider-settings.-style .amshopby-label {
    display: flex;
    align-items: center;
    padding-bottom: 45px
}

.amshopby-slider-settings.-style .amshopby-input {
    display: flex;
    align-items: center;
    justify-content: center
}

.amshopby-slider-settings.-style .amshopby-input:checked {
    background: #007bdb
}

.amshopby-slider-settings.-style .amshopby-input:checked:after {
    position: initial;
    margin: 0;
    width: 6px;
    height: 6px;
    background: #fff
}

.amshopby-slider-settings.-style .amshopby-title {
    padding-left: 7px
}

.amshopby-slider-settings.-style .amshopby-slider-tooltip {
    visibility: visible;
    opacity: 1;
    transition: none
}

@media all and (min-width: 768px), print {
    .ambrands-letters-list {
        display: flex
    }

    .ambrands-letters-list .ambrands-letter .ambrands-content {
        margin: 0 -10px
    }

    .ambrands-letters-list .ambrands-brand-item {
        margin: 0 10px 20px
    }

    .ambrands-letters-list .ambrands-brand-item.-no-logo {
        max-width: 156px
    }

    .ambrands-letters-list .ambrands-letter {
        padding-right: 10px;
        width: inherit
    }
}

@media all and (min-width: 1024px), print {
    .ambrands-letters-filter .ambrands-letter {
        margin: 0 7px 7px 0
    }

    .ambrands-letters-list .ambrands-letter {
        padding-right: 30px;
        width: inherit
    }

    .ambrands-list-popup {
        position: absolute;
        width: 600px;
        height: 415px;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 2px 7px rgba(131, 136, 141, .13), 0 10px 15px rgba(131, 136, 141, .13);
        opacity: 0;
        transition: all .5s ease;
        pointer-events: none
    }

    .ambrands-menu-item:hover .ambrands-list-popup, .ammenu-item:hover .ambrands-list-popup {
        display: block;
        opacity: 1;
        pointer-events: auto
    }

    .ambrands-list-container {
        display: flex;
        height: 100%;
        font-size: 0
    }

    .ambrands-list-popup .ambrands-letters-filter {
        display: block;
        overflow: auto;
        box-sizing: border-box;
        padding: 20px 14px 0;
        min-width: calc(((34px + 12px) * 4) + (14px * 2));
        width: calc(((34px + 12px) * 4) + (14px * 2));
        height: 100%;
        background: #fbfbfb;
        font-size: 0
    }

    .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
        display: inline-flex;
        margin: 0 6px 12px
    }

    .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
        margin-bottom: 30px;
        width: calc(100% - 12px)
    }

    .ambrands-popup-items {
        display: inline-block;
        overflow: auto;
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
        height: 100%;
        font-size: 14px
    }

    .ambrands-popup-items .ambrands-letters-list {
        width: 100%
    }

    .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
        margin-bottom: 30px;
        padding-right: 0
    }

    .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
        margin-bottom: 0
    }

    .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
        min-width: 100px
    }

    .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
        min-width: 100px
    }

    .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
        max-width: 130px
    }

    .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
        max-width: 102px
    }

    .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
        font-weight: 400;
        font-size: 40px
    }
}

.ambrands-word-break {
    word-wrap: break-word;
    word-break: break-word
}

.ie11 .ambrands-word-break {
    word-break: break-all
}

.amrelated-grid-wrapper .amshopby-option-link {
    margin-bottom: 10px
}

.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
    visibility: hidden;
    opacity: 0
}

.ambrands-letters-filter {
    display: flex;
    flex-wrap: wrap
}

.ambrands-letters-filter .ambrands-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 12px 12px 0;
    padding: 6px;
    min-width: 34px;
    min-height: 34px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer
}

.ambrands-letters-filter .ambrands-letter:hover {
    border-color: #006bb4;
    background: #fff;
    text-decoration: none
}

.ambrands-letters-filter .ambrands-letter.-disabled {
    border-color: #ececec;
    background: #ececec;
    box-shadow: none;
    color: #ccc;
    pointer-events: none
}

.ambrands-letters-filter .ambrands-letter.hide {
    display: none
}

.ambrands-letters-filter .ambrands-letter.-active {
    border-color: #006bb4;
    background: #dff1ff;
    color: #006bb4
}

.ambrands-letters-filter .ambrands-letter.-letter-all {
    padding: 6px 11px
}

.ambrands-filters-block {
    display: inline-block;
    margin: 20px 0 53px;
    width: 100%
}

.ambrands-search-wrapper {
    margin-bottom: 30px;
    max-width: 460px
}

.ambrands-search-block {
    position: relative;
    display: block
}

.ambrands-search-block:before {
    position: absolute;
    top: calc(50% - 20px / 2);
    left: 15px;
    display: flex;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url(../fonts/169fabdc2cf946788e62a7d063997a29.woff) center no-repeat;
    content: '';
    pointer-events: none
}

.ambrands-search-block .ambrands-clear {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0 6px 6px 0;
    background: url(../fonts/8a6ce4ed8579489499728d58934794ea.woff) center no-repeat;
    cursor: pointer
}

.ambrands-search-block .ambrands-clear:not(.-active) {
    display: none
}

.ambrands-search-block .ambrands-input {
    display: block;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 10px 40px;
    max-width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.ambrands-search-block .ambrands-input:-moz-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: 1
}

.ambrands-search-block .ambrands-input::-moz-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: 1
}

.ambrands-search-block .ambrands-input:-ms-input-placeholder {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
    color: #c7c7c7
}

.ambrands-search-block .ambrands-input:hover, .ambrands-search-block .ambrands-input:focus {
    border-color: #006bb4
}

._keyfocus .ambrands-search-block .ambrands-input:focus, .ambrands-search-block .ambrands-input:not([disabled]):focus {
    box-shadow: none
}

.ambrands-livesearch-block {
    position: absolute;
    z-index: 99;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 250px;
    width: 460px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(190, 199, 219, .21), 0 6px 25px rgba(190, 199, 219, .28)
}

.ambrands-livesearch-block:not(.-active) {
    display: none
}

.ambrands-livesearch-block > .ambrands-item {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    color: #000
}

.ambrands-livesearch-block > .ambrands-item:hover {
    background-color: #e8e8e8;
    text-decoration: none
}

@supports (-webkit-touch-callout:none) {
    ._keyfocus .ambrands-search-block .ambrands-input:not(:focus), .ambrands-search-block .ambrands-input:not(:focus) {
        border-top-width: .5px
    }
}

.ambrands-letters-list .ambrands-letter {
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 100%;
    vertical-align: top
}

.ambrands-letters-list .ambrands-letter .ambrands-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0
}

.ambrands-letters-list .ambrands-letter .ambrands-title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    color: #333;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 1
}

.ambrands-letter .ambrands-brand-item {
    position: relative;
    margin: 0 8px 16px;
    min-width: 100px
}

.ambrands-letter .ambrands-brand-item.-no-logo {
    max-width: calc(50% - (8px * 2));
    width: 100%
}

.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
    padding-top: 10px
}

.ambrands-letter .ambrands-brand-item .ambrands-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(74, 83, 94, .03), 0 4px 10px rgba(104, 118, 139, .13);
    color: #333
}

.ambrands-letter .ambrands-brand-item .ambrands-inner:hover, .ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
    border-color: #006bb4;
    text-decoration: none
}

.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
    border-color: #006bb4;
    background: rgba(65, 173, 255, .19)
}

.ambrands-letter .ambrands-brand-item .ambrands-empty {
    color: #e2e2e2
}

.ambrands-letter .ambrands-brand-item .ambrands-count {
    color: #c7c7c7
}

.ambrands-letter .ambrands-brand-item .ambrands-count:before {
    content: '('
}

.ambrands-letter .ambrands-brand-item .ambrands-count:after {
    content: ')'
}

.ambrands-letter .ambrands-brand-item .ambrands-label {
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    margin: auto;
    padding: 0 10px 10px;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 19px
}

.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
    word-break: break-all
}

.ambrands-brand-item .ambrands-image-block {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px
}

.ambrands-brand-item .ambrands-image-block > .ambrands-image {
    max-width: 100%;
    max-height: 100%
}

.ambrands-letter .ambrands-image {
    display: block;
    margin: 0 auto;
    pointer-events: none
}

.ambrands-letters-list .ambrands-brand-item {
    list-style-type: none;
    text-align: center
}

.ambrands-list-popup, .ambrands-menu-item .ambrands-arrow {
    display: none
}
