
@font-face {
    font-family: 'FontAwesome';
    src: url("fontawesome-webfont.eot?v=4.3.0");
    src: url("fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") 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;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

.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);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-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);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    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-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-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-genderless:before,
.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-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-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"
}

@font-face {
    font-family: 'fa-snapchat';
    src: url("fa-snapchat.eot?-73zac");
    src: url("fa-snapchat.eot?#iefix-73zac") format("embedded-opentype"), url("fa-snapchat.ttf?-73zac") format("truetype"), url("fa-snapchat.woff?-73zac") format("woff"), url("fa-snapchat.svg?-73zac#fa-snapchat") format("svg")
}

.fa-snapchat:before {
    font-family: 'fa-snapchat';
    content: "\e600"
}

@font-face {
    font-family: "NHL";
    src: url("cc117640-3a91-4ffe-bbf8-d90a3567b5c3.eot?#iefix");
    src: url("cc117640-3a91-4ffe-bbf8-d90a3567b5c3.eot?#iefix") format("eot"), url("9bce9a52-44e1-4536-8680-bf71ac4f4d32.woff2") format("woff2"), url("5ea117bf-0117-457e-905d-6ccbb468628f.woff") format("woff"), url("c24ed019-d3da-4fc4-821a-d4658fff1d2c.ttf") format("truetype"), url("146954ca-49d1-4cd5-b5c9-8a801564f5ac.svg#146954ca-49d1-4cd5-b5c9-8a801564f5ac") format("svg")
}

@font-face {
    font-family: "NHR";
    src: url("50caa349-1787-4ffe-b920-ddb29e49b8a4.eot?#iefix");
    src: url("50caa349-1787-4ffe-b920-ddb29e49b8a4.eot?#iefix") format("eot"), url("b2a2cc1b-0c70-44c6-b3dc-7eb8eafb18b0.woff2") format("woff2"), url("5ff4621b-739b-4ecb-9d97-a1a1ce71962b.woff") format("woff"),url("a40d14b0-944f-4181-a1a4-be95903bb76c.ttf") format("truetype"), url("424f3019-86a9-47d5-bfbf-a35300d181df.svg#424f3019-86a9-47d5-bfbf-a35300d181df") format("svg")
}

h1,
.shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image h1,
.shop .shop-image .fixed-panel span.price h1,
.shop .fixed-panel span.price .pdp .add-to-cart,
.pdp .shop .fixed-panel span.price .add-to-cart,
.shop .fixed-panel span.price .pdp .variants li label,
.pdp .variants li .shop .fixed-panel span.price label,
.shop .fixed-panel span.price .pdp .basket-link,
.pdp .shop .fixed-panel span.price .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input,
.blog content h1,
.shop-category .price,
.search-form #desktop-search,
h2,
#blog-brands li,
h3,
h4,
h5,
h6,
p,
.shop .shop-image h1,
.shop .shop-image .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image p,
.shop .shop-image .shop-category .price,
.shop-category .shop .shop-image .price,
.shop .shop-image .search-form #desktop-search,
.search-form .shop .shop-image #desktop-search,
.pdp .add-to-cart,
.pdp .variants li label,
.pdp .basket-link,
.customers form .ui-btn input,
a,
.social-icons li a,
select,
input,
label,
textarea,
span,
time,
.display-table-cell,
div,
th,
td {
    letter-spacing: initial !important;
    word-spacing: initial
}

span,
time,
a,
.social-icons li a {
    word-spacing: initial
}

a,
.social-icons li a {
    -webkit-transition: 0s color;
    transition: 0s color;
    color: #1a1a1a;
    text-decoration: none;
    outline: none
}

a:hover,
.social-icons li a:hover {
    color: #BF6A49
}

a,
.social-icons li a,
a:active,
.social-icons li a:active,
a:focus,
.social-icons li a:focus,
input:focus {
    outline: none !important
}

::-moz-selection {
    color: #000;
    background: #BF6A49
}

::selection {
    color: #000;
    background: #BF6A49
}

li {
    list-style: none;
    line-height: 27px
}

address {
    font-style: normal
}

h1,
.shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image h1,
.shop .shop-image .fixed-panel span.price h1,
.shop .fixed-panel span.price .pdp .add-to-cart,
.pdp .shop .fixed-panel span.price .add-to-cart,
.shop .fixed-panel span.price .pdp .variants li label,
.pdp .variants li .shop .fixed-panel span.price label,
.shop .fixed-panel span.price .pdp .basket-link,
.pdp .shop .fixed-panel span.price .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input,
.blog content h1,
.shop-category .price,
.search-form #desktop-search,
h2,
#blog-brands li,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
.shop .shop-image h1,
.shop .shop-image .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image p,
.shop .shop-image .shop-category .price,
.shop-category .shop .shop-image .price,
.shop .shop-image .search-form #desktop-search,
.search-form .shop .shop-image #desktop-search,
.pdp .add-to-cart,
.pdp .variants li label,
.pdp .basket-link,
.customers form .ui-btn input,
div,
input,
select {
    color: #1a1a1a
}

h1,
.shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image h1,
.shop .shop-image .fixed-panel span.price h1,
.shop .fixed-panel span.price .pdp .add-to-cart,
.pdp .shop .fixed-panel span.price .add-to-cart,
.shop .fixed-panel span.price .pdp .variants li label,
.pdp .variants li .shop .fixed-panel span.price label,
.shop .fixed-panel span.price .pdp .basket-link,
.pdp .shop .fixed-panel span.price .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input,
.blog content h1,
.shop-category .price,
.search-form #desktop-search,
h2,
#blog-brands li,
h3,
h4,
h5,
h6 {
    font-family: "NHL"
}

content p,
content .shop .shop-image h1,
.shop .shop-image content h1,
content .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price content p,
content .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image content p,
content .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category content .price,
content .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image content .price,
content .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form content #desktop-search,
content .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image content #desktop-search,
content .pdp .add-to-cart,
.pdp content .add-to-cart,
content .pdp .variants li label,
.pdp .variants li content label,
content .pdp .basket-link,
.pdp content .basket-link,
content .customers form .ui-btn input,
.customers form .ui-btn content input,
content h1,
content .shop .fixed-panel span.price p,
.shop .fixed-panel span.price content p,
content .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image content h1,
content .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price content h1,
content .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp content .add-to-cart,
content .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price content .add-to-cart,
content .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li content label,
content .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price content label,
content .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp content .basket-link,
content .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price content .basket-link,
content .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn content input,
content .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price content input,
.blog content h1,
content .shop-category .price,
.shop-category content .price,
content .search-form #desktop-search,
.search-form content #desktop-search {
    margin: 0 auto
}

content h1,
content .shop .fixed-panel span.price p,
.shop .fixed-panel span.price content p,
content .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image content h1,
content .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price content h1,
content .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp content .add-to-cart,
content .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price content .add-to-cart,
content .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li content label,
content .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price content label,
content .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp content .basket-link,
content .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price content .basket-link,
content .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn content input,
content .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price content input,
.blog content h1,
content .shop-category .price,
.shop-category content .price,
content .search-form #desktop-search,
.search-form content #desktop-search {
    max-width: 440px;
    margin-bottom: 37px
}

@media (max-width: 1024px) {
    content h1,
    content .shop .fixed-panel span.price p,
    .shop .fixed-panel span.price content p,
    content .shop .fixed-panel span.price .shop-image h1,
    .shop .fixed-panel span.price .shop-image content h1,
    content .shop .shop-image .fixed-panel span.price h1,
    .shop .shop-image .fixed-panel span.price content h1,
    content .shop .fixed-panel span.price .pdp .add-to-cart,
    .shop .fixed-panel span.price .pdp content .add-to-cart,
    content .pdp .shop .fixed-panel span.price .add-to-cart,
    .pdp .shop .fixed-panel span.price content .add-to-cart,
    content .shop .fixed-panel span.price .pdp .variants li label,
    .shop .fixed-panel span.price .pdp .variants li content label,
    content .pdp .variants li .shop .fixed-panel span.price label,
    .pdp .variants li .shop .fixed-panel span.price content label,
    content .shop .fixed-panel span.price .pdp .basket-link,
    .shop .fixed-panel span.price .pdp content .basket-link,
    content .pdp .shop .fixed-panel span.price .basket-link,
    .pdp .shop .fixed-panel span.price content .basket-link,
    content .shop .fixed-panel span.price .customers form .ui-btn input,
    .shop .fixed-panel span.price .customers form .ui-btn content input,
    content .customers form .ui-btn .shop .fixed-panel span.price input,
    .customers form .ui-btn .shop .fixed-panel span.price content input,
    .blog content h1,
    content .shop-category .price,
    .shop-category content .price,
    content .search-form #desktop-search,
    .search-form content #desktop-search {
        margin-bottom: 16px
    }
}

p,
.shop .shop-image h1,
.shop .shop-image .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image p,
.shop .shop-image .shop-category .price,
.shop-category .shop .shop-image .price,
.shop .shop-image .search-form #desktop-search,
.search-form .shop .shop-image #desktop-search,
.pdp .add-to-cart,
.pdp .variants li label,
.pdp .basket-link,
.customers form .ui-btn input {
    color: #1a1a1a;
    letter-spacing: .03em !important;
    word-spacing: initial;
    padding-bottom: 1em;
    max-width: 280px;
    margin: 0 auto
}

@media (max-width: 1024px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        max-width: 280px
    }
}

@media (max-width: 1440px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        max-width: 440px
    }
}

@media (min-width: 1440px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        max-width: 440px
    }
}

p:last-child,
.shop .shop-image h1:last-child,
.shop .shop-image .fixed-panel span.price p:last-child,
.shop .fixed-panel span.price .shop-image p:last-child,
.shop .shop-image .shop-category .price:last-child,
.shop-category .shop .shop-image .price:last-child,
.shop .shop-image .search-form #desktop-search:last-child,
.search-form .shop .shop-image #desktop-search:last-child,
.pdp .add-to-cart:last-child,
.pdp .variants li label:last-child,
.pdp .basket-link:last-child,
.customers form .ui-btn input:last-child {
    padding-bottom: 0
}

.blog content p,
.blog content .shop .shop-image h1,
.shop .shop-image .blog content h1,
.blog content .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .blog content p,
.blog content .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .blog content p,
.blog content .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .blog content .price,
.blog content .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .blog content .price,
.blog content .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .blog content #desktop-search,
.blog content .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .blog content #desktop-search,
.blog content .pdp .add-to-cart,
.pdp .blog content .add-to-cart,
.blog content .pdp .variants li label,
.pdp .variants li .blog content label,
.blog content .pdp .basket-link,
.pdp .blog content .basket-link,
.blog content .customers form .ui-btn input,
.customers form .ui-btn .blog content input {
    font-size: 15px
}

@media (max-width: 1024px) {
    .blog content p,
    .blog content .shop .shop-image h1,
    .shop .shop-image .blog content h1,
    .blog content .shop .shop-image .fixed-panel span.price p,
    .shop .shop-image .fixed-panel span.price .blog content p,
    .blog content .shop .fixed-panel span.price .shop-image p,
    .shop .fixed-panel span.price .shop-image .blog content p,
    .blog content .shop .shop-image .shop-category .price,
    .shop .shop-image .shop-category .blog content .price,
    .blog content .shop-category .shop .shop-image .price,
    .shop-category .shop .shop-image .blog content .price,
    .blog content .shop .shop-image .search-form #desktop-search,
    .shop .shop-image .search-form .blog content #desktop-search,
    .blog content .search-form .shop .shop-image #desktop-search,
    .search-form .shop .shop-image .blog content #desktop-search,
    .blog content .pdp .add-to-cart,
    .pdp .blog content .add-to-cart,
    .blog content .pdp .variants li label,
    .pdp .variants li .blog content label,
    .blog content .pdp .basket-link,
    .pdp .blog content .basket-link,
    .blog content .customers form .ui-btn input,
    .customers form .ui-btn .blog content input {
        font-size: 11px
    }
}

p,
.shop .shop-image h1,
.shop .shop-image .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image p,
.shop .shop-image .shop-category .price,
.shop-category .shop .shop-image .price,
.shop .shop-image .search-form #desktop-search,
.search-form .shop .shop-image #desktop-search,
.pdp .add-to-cart,
.pdp .variants li label,
.pdp .basket-link,
.customers form .ui-btn input {
    font-size: 11px;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    p,
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search,
    .pdp .add-to-cart,
    .pdp .variants li label,
    .pdp .basket-link,
    .customers form .ui-btn input {
        line-height: 19px
    }
}

p a,
.shop .shop-image h1 a,
.shop .shop-image .fixed-panel span.price p a,
.shop .fixed-panel span.price .shop-image p a,
.shop .shop-image .shop-category .price a,
.shop-category .shop .shop-image .price a,
.shop .shop-image .search-form #desktop-search a,
.search-form .shop .shop-image #desktop-search a,
.pdp .add-to-cart a,
.pdp .variants li label a,
.pdp .basket-link a,
.customers form .ui-btn input a,
p .social-icons li a,
.social-icons li p a {
    font-size: 11px;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    p a,
    .shop .shop-image h1 a,
    .shop .shop-image .fixed-panel span.price p a,
    .shop .fixed-panel span.price .shop-image p a,
    .shop .shop-image .shop-category .price a,
    .shop-category .shop .shop-image .price a,
    .shop .shop-image .search-form #desktop-search a,
    .search-form .shop .shop-image #desktop-search a,
    .pdp .add-to-cart a,
    .pdp .variants li label a,
    .pdp .basket-link a,
    .customers form .ui-btn input a,
    p .social-icons li a,
    .social-icons li p a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    p a,
    .shop .shop-image h1 a,
    .shop .shop-image .fixed-panel span.price p a,
    .shop .fixed-panel span.price .shop-image p a,
    .shop .shop-image .shop-category .price a,
    .shop-category .shop .shop-image .price a,
    .shop .shop-image .search-form #desktop-search a,
    .search-form .shop .shop-image #desktop-search a,
    .pdp .add-to-cart a,
    .pdp .variants li label a,
    .pdp .basket-link a,
    .customers form .ui-btn input a,
    p .social-icons li a,
    .social-icons li p a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    p a,
    .shop .shop-image h1 a,
    .shop .shop-image .fixed-panel span.price p a,
    .shop .fixed-panel span.price .shop-image p a,
    .shop .shop-image .shop-category .price a,
    .shop-category .shop .shop-image .price a,
    .shop .shop-image .search-form #desktop-search a,
    .search-form .shop .shop-image #desktop-search a,
    .pdp .add-to-cart a,
    .pdp .variants li label a,
    .pdp .basket-link a,
    .customers form .ui-btn input a,
    p .social-icons li a,
    .social-icons li p a {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    p a,
    .shop .shop-image h1 a,
    .shop .shop-image .fixed-panel span.price p a,
    .shop .fixed-panel span.price .shop-image p a,
    .shop .shop-image .shop-category .price a,
    .shop-category .shop .shop-image .price a,
    .shop .shop-image .search-form #desktop-search a,
    .search-form .shop .shop-image #desktop-search a,
    .pdp .add-to-cart a,
    .pdp .variants li label a,
    .pdp .basket-link a,
    .customers form .ui-btn input a,
    p .social-icons li a,
    .social-icons li p a {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    p a,
    .shop .shop-image h1 a,
    .shop .shop-image .fixed-panel span.price p a,
    .shop .fixed-panel span.price .shop-image p a,
    .shop .shop-image .shop-category .price a,
    .shop-category .shop .shop-image .price a,
    .shop .shop-image .search-form #desktop-search a,
    .search-form .shop .shop-image #desktop-search a,
    .pdp .add-to-cart a,
    .pdp .variants li label a,
    .pdp .basket-link a,
    .customers form .ui-btn input a,
    p .social-icons li a,
    .social-icons li p a {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    p a,
    .shop .shop-image h1 a,
    .shop .shop-image .fixed-panel span.price p a,
    .shop .fixed-panel span.price .shop-image p a,
    .shop .shop-image .shop-category .price a,
    .shop-category .shop .shop-image .price a,
    .shop .shop-image .search-form #desktop-search a,
    .search-form .shop .shop-image #desktop-search a,
    .pdp .add-to-cart a,
    .pdp .variants li label a,
    .pdp .basket-link a,
    .customers form .ui-btn input a,
    p .social-icons li a,
    .social-icons li p a {
        line-height: 19px
    }
}

.section-collection .collection-submenu h6,
.section-collection .collection-submenu a,
.customers p a,
.customers .shop .shop-image h1 a,
.shop .shop-image .customers h1 a,
.customers .shop .shop-image .fixed-panel span.price p a,
.shop .shop-image .fixed-panel span.price .customers p a,
.customers .shop .fixed-panel span.price .shop-image p a,
.shop .fixed-panel span.price .shop-image .customers p a,
.customers .shop .shop-image .shop-category .price a,
.shop .shop-image .shop-category .customers .price a,
.customers .shop-category .shop .shop-image .price a,
.shop-category .shop .shop-image .customers .price a,
.customers .shop .shop-image .search-form #desktop-search a,
.shop .shop-image .search-form .customers #desktop-search a,
.customers .search-form .shop .shop-image #desktop-search a,
.search-form .shop .shop-image .customers #desktop-search a,
.customers .pdp .add-to-cart a,
.pdp .customers .add-to-cart a,
.customers .pdp .variants li label a,
.pdp .variants li .customers label a,
.customers .pdp .basket-link a,
.pdp .customers .basket-link a,
.customers form .ui-btn input a,
#designers-panel .fixed-panel a {
    font-size: 11px;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    .section-collection .collection-submenu h6,
    .section-collection .collection-submenu a,
    .customers p a,
    .customers .shop .shop-image h1 a,
    .shop .shop-image .customers h1 a,
    .customers .shop .shop-image .fixed-panel span.price p a,
    .shop .shop-image .fixed-panel span.price .customers p a,
    .customers .shop .fixed-panel span.price .shop-image p a,
    .shop .fixed-panel span.price .shop-image .customers p a,
    .customers .shop .shop-image .shop-category .price a,
    .shop .shop-image .shop-category .customers .price a,
    .customers .shop-category .shop .shop-image .price a,
    .shop-category .shop .shop-image .customers .price a,
    .customers .shop .shop-image .search-form #desktop-search a,
    .shop .shop-image .search-form .customers #desktop-search a,
    .customers .search-form .shop .shop-image #desktop-search a,
    .search-form .shop .shop-image .customers #desktop-search a,
    .customers .pdp .add-to-cart a,
    .pdp .customers .add-to-cart a,
    .customers .pdp .variants li label a,
    .pdp .variants li .customers label a,
    .customers .pdp .basket-link a,
    .pdp .customers .basket-link a,
    .customers form .ui-btn input a,
    #designers-panel .fixed-panel a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    .section-collection .collection-submenu h6,
    .section-collection .collection-submenu a,
    .customers p a,
    .customers .shop .shop-image h1 a,
    .shop .shop-image .customers h1 a,
    .customers .shop .shop-image .fixed-panel span.price p a,
    .shop .shop-image .fixed-panel span.price .customers p a,
    .customers .shop .fixed-panel span.price .shop-image p a,
    .shop .fixed-panel span.price .shop-image .customers p a,
    .customers .shop .shop-image .shop-category .price a,
    .shop .shop-image .shop-category .customers .price a,
    .customers .shop-category .shop .shop-image .price a,
    .shop-category .shop .shop-image .customers .price a,
    .customers .shop .shop-image .search-form #desktop-search a,
    .shop .shop-image .search-form .customers #desktop-search a,
    .customers .search-form .shop .shop-image #desktop-search a,
    .search-form .shop .shop-image .customers #desktop-search a,
    .customers .pdp .add-to-cart a,
    .pdp .customers .add-to-cart a,
    .customers .pdp .variants li label a,
    .pdp .variants li .customers label a,
    .customers .pdp .basket-link a,
    .pdp .customers .basket-link a,
    .customers form .ui-btn input a,
    #designers-panel .fixed-panel a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    .section-collection .collection-submenu h6,
    .section-collection .collection-submenu a,
    .customers p a,
    .customers .shop .shop-image h1 a,
    .shop .shop-image .customers h1 a,
    .customers .shop .shop-image .fixed-panel span.price p a,
    .shop .shop-image .fixed-panel span.price .customers p a,
    .customers .shop .fixed-panel span.price .shop-image p a,
    .shop .fixed-panel span.price .shop-image .customers p a,
    .customers .shop .shop-image .shop-category .price a,
    .shop .shop-image .shop-category .customers .price a,
    .customers .shop-category .shop .shop-image .price a,
    .shop-category .shop .shop-image .customers .price a,
    .customers .shop .shop-image .search-form #desktop-search a,
    .shop .shop-image .search-form .customers #desktop-search a,
    .customers .search-form .shop .shop-image #desktop-search a,
    .search-form .shop .shop-image .customers #desktop-search a,
    .customers .pdp .add-to-cart a,
    .pdp .customers .add-to-cart a,
    .customers .pdp .variants li label a,
    .pdp .variants li .customers label a,
    .customers .pdp .basket-link a,
    .pdp .customers .basket-link a,
    .customers form .ui-btn input a,
    #designers-panel .fixed-panel a {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .section-collection .collection-submenu h6,
    .section-collection .collection-submenu a,
    .customers p a,
    .customers .shop .shop-image h1 a,
    .shop .shop-image .customers h1 a,
    .customers .shop .shop-image .fixed-panel span.price p a,
    .shop .shop-image .fixed-panel span.price .customers p a,
    .customers .shop .fixed-panel span.price .shop-image p a,
    .shop .fixed-panel span.price .shop-image .customers p a,
    .customers .shop .shop-image .shop-category .price a,
    .shop .shop-image .shop-category .customers .price a,
    .customers .shop-category .shop .shop-image .price a,
    .shop-category .shop .shop-image .customers .price a,
    .customers .shop .shop-image .search-form #desktop-search a,
    .shop .shop-image .search-form .customers #desktop-search a,
    .customers .search-form .shop .shop-image #desktop-search a,
    .search-form .shop .shop-image .customers #desktop-search a,
    .customers .pdp .add-to-cart a,
    .pdp .customers .add-to-cart a,
    .customers .pdp .variants li label a,
    .pdp .variants li .customers label a,
    .customers .pdp .basket-link a,
    .pdp .customers .basket-link a,
    .customers form .ui-btn input a,
    #designers-panel .fixed-panel a {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    .section-collection .collection-submenu h6,
    .section-collection .collection-submenu a,
    .customers p a,
    .customers .shop .shop-image h1 a,
    .shop .shop-image .customers h1 a,
    .customers .shop .shop-image .fixed-panel span.price p a,
    .shop .shop-image .fixed-panel span.price .customers p a,
    .customers .shop .fixed-panel span.price .shop-image p a,
    .shop .fixed-panel span.price .shop-image .customers p a,
    .customers .shop .shop-image .shop-category .price a,
    .shop .shop-image .shop-category .customers .price a,
    .customers .shop-category .shop .shop-image .price a,
    .shop-category .shop .shop-image .customers .price a,
    .customers .shop .shop-image .search-form #desktop-search a,
    .shop .shop-image .search-form .customers #desktop-search a,
    .customers .search-form .shop .shop-image #desktop-search a,
    .search-form .shop .shop-image .customers #desktop-search a,
    .customers .pdp .add-to-cart a,
    .pdp .customers .add-to-cart a,
    .customers .pdp .variants li label a,
    .pdp .variants li .customers label a,
    .customers .pdp .basket-link a,
    .pdp .customers .basket-link a,
    .customers form .ui-btn input a,
    #designers-panel .fixed-panel a {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    .section-collection .collection-submenu h6,
    .section-collection .collection-submenu a,
    .customers p a,
    .customers .shop .shop-image h1 a,
    .shop .shop-image .customers h1 a,
    .customers .shop .shop-image .fixed-panel span.price p a,
    .shop .shop-image .fixed-panel span.price .customers p a,
    .customers .shop .fixed-panel span.price .shop-image p a,
    .shop .fixed-panel span.price .shop-image .customers p a,
    .customers .shop .shop-image .shop-category .price a,
    .shop .shop-image .shop-category .customers .price a,
    .customers .shop-category .shop .shop-image .price a,
    .shop-category .shop .shop-image .customers .price a,
    .customers .shop .shop-image .search-form #desktop-search a,
    .shop .shop-image .search-form .customers #desktop-search a,
    .customers .search-form .shop .shop-image #desktop-search a,
    .search-form .shop .shop-image .customers #desktop-search a,
    .customers .pdp .add-to-cart a,
    .pdp .customers .add-to-cart a,
    .customers .pdp .variants li label a,
    .pdp .variants li .customers label a,
    .customers .pdp .basket-link a,
    .pdp .customers .basket-link a,
    .customers form .ui-btn input a,
    #designers-panel .fixed-panel a {
        line-height: 19px
    }
}

.section-collection .collection-submenu h6 a,
.section-collection .collection-submenu a a,
.customers p a a,
.customers .shop .shop-image h1 a a,
.shop .shop-image .customers h1 a a,
.customers .shop .shop-image .fixed-panel span.price p a a,
.shop .shop-image .fixed-panel span.price .customers p a a,
.customers .shop .fixed-panel span.price .shop-image p a a,
.shop .fixed-panel span.price .shop-image .customers p a a,
.customers .shop .shop-image .shop-category .price a a,
.shop .shop-image .shop-category .customers .price a a,
.customers .shop-category .shop .shop-image .price a a,
.shop-category .shop .shop-image .customers .price a a,
.customers .shop .shop-image .search-form #desktop-search a a,
.shop .shop-image .search-form .customers #desktop-search a a,
.customers .search-form .shop .shop-image #desktop-search a a,
.search-form .shop .shop-image .customers #desktop-search a a,
.customers .pdp .add-to-cart a a,
.pdp .customers .add-to-cart a a,
.customers .pdp .variants li label a a,
.pdp .variants li .customers label a a,
.customers .pdp .basket-link a a,
.pdp .customers .basket-link a a,
.customers form .ui-btn input a a,
#designers-panel .fixed-panel a a {
    font-size: 11px;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    .section-collection .collection-submenu h6 a,
    .section-collection .collection-submenu a a,
    .customers p a a,
    .customers .shop .shop-image h1 a a,
    .shop .shop-image .customers h1 a a,
    .customers .shop .shop-image .fixed-panel span.price p a a,
    .shop .shop-image .fixed-panel span.price .customers p a a,
    .customers .shop .fixed-panel span.price .shop-image p a a,
    .shop .fixed-panel span.price .shop-image .customers p a a,
    .customers .shop .shop-image .shop-category .price a a,
    .shop .shop-image .shop-category .customers .price a a,
    .customers .shop-category .shop .shop-image .price a a,
    .shop-category .shop .shop-image .customers .price a a,
    .customers .shop .shop-image .search-form #desktop-search a a,
    .shop .shop-image .search-form .customers #desktop-search a a,
    .customers .search-form .shop .shop-image #desktop-search a a,
    .search-form .shop .shop-image .customers #desktop-search a a,
    .customers .pdp .add-to-cart a a,
    .pdp .customers .add-to-cart a a,
    .customers .pdp .variants li label a a,
    .pdp .variants li .customers label a a,
    .customers .pdp .basket-link a a,
    .pdp .customers .basket-link a a,
    .customers form .ui-btn input a a,
    #designers-panel .fixed-panel a a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    .section-collection .collection-submenu h6 a,
    .section-collection .collection-submenu a a,
    .customers p a a,
    .customers .shop .shop-image h1 a a,
    .shop .shop-image .customers h1 a a,
    .customers .shop .shop-image .fixed-panel span.price p a a,
    .shop .shop-image .fixed-panel span.price .customers p a a,
    .customers .shop .fixed-panel span.price .shop-image p a a,
    .shop .fixed-panel span.price .shop-image .customers p a a,
    .customers .shop .shop-image .shop-category .price a a,
    .shop .shop-image .shop-category .customers .price a a,
    .customers .shop-category .shop .shop-image .price a a,
    .shop-category .shop .shop-image .customers .price a a,
    .customers .shop .shop-image .search-form #desktop-search a a,
    .shop .shop-image .search-form .customers #desktop-search a a,
    .customers .search-form .shop .shop-image #desktop-search a a,
    .search-form .shop .shop-image .customers #desktop-search a a,
    .customers .pdp .add-to-cart a a,
    .pdp .customers .add-to-cart a a,
    .customers .pdp .variants li label a a,
    .pdp .variants li .customers label a a,
    .customers .pdp .basket-link a a,
    .pdp .customers .basket-link a a,
    .customers form .ui-btn input a a,
    #designers-panel .fixed-panel a a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    .section-collection .collection-submenu h6 a,
    .section-collection .collection-submenu a a,
    .customers p a a,
    .customers .shop .shop-image h1 a a,
    .shop .shop-image .customers h1 a a,
    .customers .shop .shop-image .fixed-panel span.price p a a,
    .shop .shop-image .fixed-panel span.price .customers p a a,
    .customers .shop .fixed-panel span.price .shop-image p a a,
    .shop .fixed-panel span.price .shop-image .customers p a a,
    .customers .shop .shop-image .shop-category .price a a,
    .shop .shop-image .shop-category .customers .price a a,
    .customers .shop-category .shop .shop-image .price a a,
    .shop-category .shop .shop-image .customers .price a a,
    .customers .shop .shop-image .search-form #desktop-search a a,
    .shop .shop-image .search-form .customers #desktop-search a a,
    .customers .search-form .shop .shop-image #desktop-search a a,
    .search-form .shop .shop-image .customers #desktop-search a a,
    .customers .pdp .add-to-cart a a,
    .pdp .customers .add-to-cart a a,
    .customers .pdp .variants li label a a,
    .pdp .variants li .customers label a a,
    .customers .pdp .basket-link a a,
    .pdp .customers .basket-link a a,
    .customers form .ui-btn input a a,
    #designers-panel .fixed-panel a a {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .section-collection .collection-submenu h6 a,
    .section-collection .collection-submenu a a,
    .customers p a a,
    .customers .shop .shop-image h1 a a,
    .shop .shop-image .customers h1 a a,
    .customers .shop .shop-image .fixed-panel span.price p a a,
    .shop .shop-image .fixed-panel span.price .customers p a a,
    .customers .shop .fixed-panel span.price .shop-image p a a,
    .shop .fixed-panel span.price .shop-image .customers p a a,
    .customers .shop .shop-image .shop-category .price a a,
    .shop .shop-image .shop-category .customers .price a a,
    .customers .shop-category .shop .shop-image .price a a,
    .shop-category .shop .shop-image .customers .price a a,
    .customers .shop .shop-image .search-form #desktop-search a a,
    .shop .shop-image .search-form .customers #desktop-search a a,
    .customers .search-form .shop .shop-image #desktop-search a a,
    .search-form .shop .shop-image .customers #desktop-search a a,
    .customers .pdp .add-to-cart a a,
    .pdp .customers .add-to-cart a a,
    .customers .pdp .variants li label a a,
    .pdp .variants li .customers label a a,
    .customers .pdp .basket-link a a,
    .pdp .customers .basket-link a a,
    .customers form .ui-btn input a a,
    #designers-panel .fixed-panel a a {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    .section-collection .collection-submenu h6 a,
    .section-collection .collection-submenu a a,
    .customers p a a,
    .customers .shop .shop-image h1 a a,
    .shop .shop-image .customers h1 a a,
    .customers .shop .shop-image .fixed-panel span.price p a a,
    .shop .shop-image .fixed-panel span.price .customers p a a,
    .customers .shop .fixed-panel span.price .shop-image p a a,
    .shop .fixed-panel span.price .shop-image .customers p a a,
    .customers .shop .shop-image .shop-category .price a a,
    .shop .shop-image .shop-category .customers .price a a,
    .customers .shop-category .shop .shop-image .price a a,
    .shop-category .shop .shop-image .customers .price a a,
    .customers .shop .shop-image .search-form #desktop-search a a,
    .shop .shop-image .search-form .customers #desktop-search a a,
    .customers .search-form .shop .shop-image #desktop-search a a,
    .search-form .shop .shop-image .customers #desktop-search a a,
    .customers .pdp .add-to-cart a a,
    .pdp .customers .add-to-cart a a,
    .customers .pdp .variants li label a a,
    .pdp .variants li .customers label a a,
    .customers .pdp .basket-link a a,
    .pdp .customers .basket-link a a,
    .customers form .ui-btn input a a,
    #designers-panel .fixed-panel a a {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    .section-collection .collection-submenu h6 a,
    .section-collection .collection-submenu a a,
    .customers p a a,
    .customers .shop .shop-image h1 a a,
    .shop .shop-image .customers h1 a a,
    .customers .shop .shop-image .fixed-panel span.price p a a,
    .shop .shop-image .fixed-panel span.price .customers p a a,
    .customers .shop .fixed-panel span.price .shop-image p a a,
    .shop .fixed-panel span.price .shop-image .customers p a a,
    .customers .shop .shop-image .shop-category .price a a,
    .shop .shop-image .shop-category .customers .price a a,
    .customers .shop-category .shop .shop-image .price a a,
    .shop-category .shop .shop-image .customers .price a a,
    .customers .shop .shop-image .search-form #desktop-search a a,
    .shop .shop-image .search-form .customers #desktop-search a a,
    .customers .search-form .shop .shop-image #desktop-search a a,
    .search-form .shop .shop-image .customers #desktop-search a a,
    .customers .pdp .add-to-cart a a,
    .pdp .customers .add-to-cart a a,
    .customers .pdp .variants li label a a,
    .pdp .variants li .customers label a a,
    .customers .pdp .basket-link a a,
    .pdp .customers .basket-link a a,
    .customers form .ui-btn input a a,
    #designers-panel .fixed-panel a a {
        line-height: 19px
    }
}

h1,
.shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image h1,
.shop .shop-image .fixed-panel span.price h1,
.shop .fixed-panel span.price .pdp .add-to-cart,
.pdp .shop .fixed-panel span.price .add-to-cart,
.shop .fixed-panel span.price .pdp .variants li label,
.pdp .variants li .shop .fixed-panel span.price label,
.shop .fixed-panel span.price .pdp .basket-link,
.pdp .shop .fixed-panel span.price .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input,
.blog content h1,
.shop-category .price,
.search-form #desktop-search {
    font-size: 23px;
    line-height: 30px
}

@media screen and (min-width: 768px) {
    h1,
    .shop .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image h1,
    .shop .shop-image .fixed-panel span.price h1,
    .shop .fixed-panel span.price .pdp .add-to-cart,
    .pdp .shop .fixed-panel span.price .add-to-cart,
    .shop .fixed-panel span.price .pdp .variants li label,
    .pdp .variants li .shop .fixed-panel span.price label,
    .shop .fixed-panel span.price .pdp .basket-link,
    .pdp .shop .fixed-panel span.price .basket-link,
    .shop .fixed-panel span.price .customers form .ui-btn input,
    .customers form .ui-btn .shop .fixed-panel span.price input,
    .blog content h1,
    .shop-category .price,
    .search-form #desktop-search {
        font-size: 23px
    }
}

@media screen and (min-width: 1440px) {
    h1,
    .shop .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image h1,
    .shop .shop-image .fixed-panel span.price h1,
    .shop .fixed-panel span.price .pdp .add-to-cart,
    .pdp .shop .fixed-panel span.price .add-to-cart,
    .shop .fixed-panel span.price .pdp .variants li label,
    .pdp .variants li .shop .fixed-panel span.price label,
    .shop .fixed-panel span.price .pdp .basket-link,
    .pdp .shop .fixed-panel span.price .basket-link,
    .shop .fixed-panel span.price .customers form .ui-btn input,
    .customers form .ui-btn .shop .fixed-panel span.price input,
    .blog content h1,
    .shop-category .price,
    .search-form #desktop-search {
        font-size: 23px
    }
}

@media screen and (min-width: 1441px) {
    h1,
    .shop .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image h1,
    .shop .shop-image .fixed-panel span.price h1,
    .shop .fixed-panel span.price .pdp .add-to-cart,
    .pdp .shop .fixed-panel span.price .add-to-cart,
    .shop .fixed-panel span.price .pdp .variants li label,
    .pdp .variants li .shop .fixed-panel span.price label,
    .shop .fixed-panel span.price .pdp .basket-link,
    .pdp .shop .fixed-panel span.price .basket-link,
    .shop .fixed-panel span.price .customers form .ui-btn input,
    .customers form .ui-btn .shop .fixed-panel span.price input,
    .blog content h1,
    .shop-category .price,
    .search-form #desktop-search {
        font-size: 30px
    }
}

@media screen and (min-width: 768px) {
    h1,
    .shop .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image h1,
    .shop .shop-image .fixed-panel span.price h1,
    .shop .fixed-panel span.price .pdp .add-to-cart,
    .pdp .shop .fixed-panel span.price .add-to-cart,
    .shop .fixed-panel span.price .pdp .variants li label,
    .pdp .variants li .shop .fixed-panel span.price label,
    .shop .fixed-panel span.price .pdp .basket-link,
    .pdp .shop .fixed-panel span.price .basket-link,
    .shop .fixed-panel span.price .customers form .ui-btn input,
    .customers form .ui-btn .shop .fixed-panel span.price input,
    .blog content h1,
    .shop-category .price,
    .search-form #desktop-search {
        line-height: 30px
    }
}

@media screen and (min-width: 1440px) {
    h1,
    .shop .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image h1,
    .shop .shop-image .fixed-panel span.price h1,
    .shop .fixed-panel span.price .pdp .add-to-cart,
    .pdp .shop .fixed-panel span.price .add-to-cart,
    .shop .fixed-panel span.price .pdp .variants li label,
    .pdp .variants li .shop .fixed-panel span.price label,
    .shop .fixed-panel span.price .pdp .basket-link,
    .pdp .shop .fixed-panel span.price .basket-link,
    .shop .fixed-panel span.price .customers form .ui-btn input,
    .customers form .ui-btn .shop .fixed-panel span.price input,
    .blog content h1,
    .shop-category .price,
    .search-form #desktop-search {
        line-height: 30px
    }
}

@media screen and (min-width: 1441px) {
    h1,
    .shop .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image h1,
    .shop .shop-image .fixed-panel span.price h1,
    .shop .fixed-panel span.price .pdp .add-to-cart,
    .pdp .shop .fixed-panel span.price .add-to-cart,
    .shop .fixed-panel span.price .pdp .variants li label,
    .pdp .variants li .shop .fixed-panel span.price label,
    .shop .fixed-panel span.price .pdp .basket-link,
    .pdp .shop .fixed-panel span.price .basket-link,
    .shop .fixed-panel span.price .customers form .ui-btn input,
    .customers form .ui-btn .shop .fixed-panel span.price input,
    .blog content h1,
    .shop-category .price,
    .search-form #desktop-search {
        line-height: 40px
    }
}

h2,
#blog-brands li {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 26px
}

@media screen and (min-width: 768px) {
    h2,
    #blog-brands li {
        font-size: 17px
    }
}

@media screen and (min-width: 1440px) {
    h2,
    #blog-brands li {
        font-size: 17px
    }
}

@media screen and (min-width: 1441px) {
    h2,
    #blog-brands li {
        font-size: 30px
    }
}

@media screen and (min-width: 768px) {
    h2,
    #blog-brands li {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    h2,
    #blog-brands li {
        line-height: 26px
    }
}

@media screen and (min-width: 1441px) {
    h2,
    #blog-brands li {
        line-height: 33px
    }
}

hr {
    border: none;
    border-top: 1px solid #1a1a1a
}

.headerLabel {
    margin-top: 30px
}

.center {
    text-align: center
}

.caps,
.mobile-search input::-webkit-input-placeholder,
.mobile-search input:-moz-placeholder,
.mobile-search input::-moz-placeholder,
.mobile-search input:-ms-input-placeholder {
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .01em
}

@media (max-width: 1024px) {
    .caps,
    .mobile-search input::-webkit-input-placeholder,
    .mobile-search input:-moz-placeholder,
    .mobile-search input::-moz-placeholder,
    .mobile-search input:-ms-input-placeholder {
        font-size: 15px
    }
}

@media (max-width: 1440px) {
    .caps,
    .mobile-search input::-webkit-input-placeholder,
    .mobile-search input:-moz-placeholder,
    .mobile-search input::-moz-placeholder,
    .mobile-search input:-ms-input-placeholder {
        font-size: 15px
    }
}

@media (min-width: 1440px) {
    .caps,
    .mobile-search input::-webkit-input-placeholder,
    .mobile-search input:-moz-placeholder,
    .mobile-search input::-moz-placeholder,
    .mobile-search input:-ms-input-placeholder {
        font-size: 15px
    }
}


/*! Reflex v1.0.9 - https://github.com/leejordan/reflex */

* {
    box-sizing: border-box
}

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

.grid,
.blog content div.grid,
.how-to .scroll-container .grid,
.search .right-scroll .grid {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    *display: inline;
    zoom: 1;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    letter-spacing: -0.31em !important;
    *letter-spacing: normal !important;
    word-spacing: -0.43em !important;
    list-style-type: none
}

.grid:before,
.blog content div.grid:before,
.how-to .scroll-container .grid:before,
.search .right-scroll .grid:before,
.grid:after,
.blog content div.grid:after,
.how-to .scroll-container .grid:after,
.search .right-scroll .grid:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    max-width: 100%
}

.grid *:before,
.blog content div.grid *:before,
.how-to .scroll-container .grid *:before,
.search .right-scroll .grid *:before,
.grid *:after,
.blog content div.grid *:after,
.how-to .scroll-container .grid *:after,
.search .right-scroll .grid *:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

.grid .grid,
.blog content div.grid .grid,
.grid .blog content div.grid,
.blog content .grid div.grid,
.grid .how-to .scroll-container .grid,
.how-to .scroll-container .grid .grid,
.grid .search .right-scroll .grid,
.search .right-scroll .grid .grid {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

[class*="grid__col-"] {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    *display: inline;
    zoom: 1;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: initial;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding: 0em
}

.grid__cell {
    display: block;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

_:-ms-fullscreen,
:root .grid__cell {
    width: 100%
}

.grid__col-12 {
    width: 100%;
    *width: 99.9%
}

.grid__col-11 {
    width: 91.66666667%;
    *width: 91.56666667%
}

.grid__col-10 {
    width: 83.33333333%;
    *width: 83.23333333%
}

.grid__col-9 {
    width: 75%;
    *width: 74.9%
}

.grid__col-8 {
    width: 66.66666667%;
    *width: 66.56666667%
}

.grid__col-7 {
    width: 58.33333333%;
    *width: 58.23333333%
}

.grid__col-6 {
    width: 50%;
    *width: 49.9%
}

.grid__col-5 {
    width: 41.66666667%;
    *width: 41.56666667%
}

.grid__col-4 {
    width: 33.33333333%;
    *width: 33.23333333%
}

.grid__col-3 {
    width: 25%;
    *width: 24.9%
}

.grid__col-2 {
    width: 16.66666667%;
    *width: 16.56666667%
}

.grid__col-1 {
    width: 8.33333333%;
    *width: 8.23333333%
}

content {
    position: relative;
    padding: 0 40px
}

.grid__secondary:before,
.grid__secondary:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    max-width: 100%
}

.grid__secondary *:before,
.grid__secondary *:after {
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

.grid__secondary .grid,
.grid__secondary .blog content div.grid,
.blog content .grid__secondary div.grid,
.grid__secondary .how-to .scroll-container .grid,
.how-to .scroll-container .grid__secondary .grid,
.grid__secondary .search .right-scroll .grid,
.search .right-scroll .grid__secondary .grid {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.grid__secondary {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    *display: inline;
    zoom: 1;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    letter-spacing: -0.31em !important;
    *letter-spacing: normal !important;
    word-spacing: -0.43em !important;
    list-style-type: none
}

.grid__secondary .grid__col-12 {
    width: 100%;
    *width: 99.9%
}

.grid__secondary .grid__col-11 {
    width: 91.66666667%;
    *width: 91.56666667%
}

.grid__secondary .grid__col-10 {
    width: 100%;
    *width: 99.9%
}

.grid__secondary .grid__col-9 {
    width: 90%;
    *width: 89.9%
}

.grid__secondary .grid__col-8 {
    width: 80%;
    *width: 79.9%
}

.grid__secondary .grid__col-7 {
    width: 70%;
    *width: 69.9%
}

.grid__secondary .grid__col-6 {
    width: 60%;
    *width: 59.9%
}

.grid__secondary .grid__col-5 {
    width: 50%;
    *width: 49.9%
}

.grid__secondary .grid__col-4 {
    width: 40%;
    *width: 39.9%
}

.grid__secondary .grid__col-3 {
    width: 30%;
    *width: 29.9%
}

.grid__secondary .grid__col-2 {
    width: 20%;
    *width: 19.9%
}

.grid__secondary .grid__col-1 {
    width: 10%;
    *width: 9.9%
}

.grid .grid__col-12,
.blog content div.grid .grid__col-12,
.how-to .scroll-container .grid .grid__col-12,
.search .right-scroll .grid .grid__col-12 {
    width: 100%;
    *width: 99.9%
}

.grid .grid__col-11,
.blog content div.grid .grid__col-11,
.how-to .scroll-container .grid .grid__col-11,
.search .right-scroll .grid .grid__col-11 {
    width: 91.66666667%;
    *width: 91.56666667%
}

.grid .grid__col-10,
.blog content div.grid .grid__col-10,
.how-to .scroll-container .grid .grid__col-10,
.search .right-scroll .grid .grid__col-10 {
    width: 83.33333333%;
    *width: 83.23333333%
}

.grid .grid__col-9,
.blog content div.grid .grid__col-9,
.how-to .scroll-container .grid .grid__col-9,
.search .right-scroll .grid .grid__col-9 {
    width: 75%;
    *width: 74.9%
}

.grid .grid__col-8,
.blog content div.grid .grid__col-8,
.how-to .scroll-container .grid .grid__col-8,
.search .right-scroll .grid .grid__col-8 {
    width: 66.66666667%;
    *width: 66.56666667%
}

.grid .grid__col-7,
.blog content div.grid .grid__col-7,
.how-to .scroll-container .grid .grid__col-7,
.search .right-scroll .grid .grid__col-7 {
    width: 58.33333333%;
    *width: 58.23333333%
}

.grid .grid__col-6,
.blog content div.grid .grid__col-6,
.how-to .scroll-container .grid .grid__col-6,
.search .right-scroll .grid .grid__col-6 {
    width: 50%;
    *width: 49.9%
}

.grid .grid__col-5,
.blog content div.grid .grid__col-5,
.how-to .scroll-container .grid .grid__col-5,
.search .right-scroll .grid .grid__col-5 {
    width: 41.66666667%;
    *width: 41.56666667%
}

.grid .grid__col-4,
.blog content div.grid .grid__col-4,
.how-to .scroll-container .grid .grid__col-4,
.search .right-scroll .grid .grid__col-4 {
    width: 33.33333333%;
    *width: 33.23333333%
}

.grid .grid__col-3,
.blog content div.grid .grid__col-3,
.how-to .scroll-container .grid .grid__col-3,
.search .right-scroll .grid .grid__col-3 {
    width: 25%;
    *width: 24.9%
}

.grid .grid__col-2,
.blog content div.grid .grid__col-2,
.how-to .scroll-container .grid .grid__col-2,
.search .right-scroll .grid .grid__col-2 {
    width: 16.66666667%;
    *width: 16.56666667%
}

.grid .grid__col-1,
.blog content div.grid .grid__col-1,
.how-to .scroll-container .grid .grid__col-1,
.search .right-scroll .grid .grid__col-1 {
    width: 8.33333333%;
    *width: 8.23333333%
}

@media (min-width: 480px) {
    .grid .grid__col-xs-12,
    .blog content div.grid .grid__col-xs-12,
    .how-to .scroll-container .grid .grid__col-xs-12,
    .search .right-scroll .grid .grid__col-xs-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid .grid__col-xs-11,
    .blog content div.grid .grid__col-xs-11,
    .how-to .scroll-container .grid .grid__col-xs-11,
    .search .right-scroll .grid .grid__col-xs-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid .grid__col-xs-10,
    .blog content div.grid .grid__col-xs-10,
    .how-to .scroll-container .grid .grid__col-xs-10,
    .search .right-scroll .grid .grid__col-xs-10 {
        width: 83.33333333%;
        *width: 83.23333333%
    }
    .grid .grid__col-xs-9,
    .blog content div.grid .grid__col-xs-9,
    .how-to .scroll-container .grid .grid__col-xs-9,
    .search .right-scroll .grid .grid__col-xs-9 {
        width: 75%;
        *width: 74.9%
    }
    .grid .grid__col-xs-8,
    .blog content div.grid .grid__col-xs-8,
    .how-to .scroll-container .grid .grid__col-xs-8,
    .search .right-scroll .grid .grid__col-xs-8 {
        width: 66.66666667%;
        *width: 66.56666667%
    }
    .grid .grid__col-xs-7,
    .blog content div.grid .grid__col-xs-7,
    .how-to .scroll-container .grid .grid__col-xs-7,
    .search .right-scroll .grid .grid__col-xs-7 {
        width: 58.33333333%;
        *width: 58.23333333%
    }
    .grid .grid__col-xs-6,
    .blog content div.grid .grid__col-xs-6,
    .how-to .scroll-container .grid .grid__col-xs-6,
    .search .right-scroll .grid .grid__col-xs-6 {
        width: 50%;
        *width: 49.9%
    }
    .grid .grid__col-xs-5,
    .blog content div.grid .grid__col-xs-5,
    .how-to .scroll-container .grid .grid__col-xs-5,
    .search .right-scroll .grid .grid__col-xs-5 {
        width: 41.66666667%;
        *width: 41.56666667%
    }
    .grid .grid__col-xs-4,
    .blog content div.grid .grid__col-xs-4,
    .how-to .scroll-container .grid .grid__col-xs-4,
    .search .right-scroll .grid .grid__col-xs-4 {
        width: 33.33333333%;
        *width: 33.23333333%
    }
    .grid .grid__col-xs-3,
    .blog content div.grid .grid__col-xs-3,
    .how-to .scroll-container .grid .grid__col-xs-3,
    .search .right-scroll .grid .grid__col-xs-3 {
        width: 25%;
        *width: 24.9%
    }
    .grid .grid__col-xs-2,
    .blog content div.grid .grid__col-xs-2,
    .how-to .scroll-container .grid .grid__col-xs-2,
    .search .right-scroll .grid .grid__col-xs-2 {
        width: 16.66666667%;
        *width: 16.56666667%
    }
    .grid .grid__col-xs-1,
    .blog content div.grid .grid__col-xs-1,
    .how-to .scroll-container .grid .grid__col-xs-1,
    .search .right-scroll .grid .grid__col-xs-1 {
        width: 8.33333333%;
        *width: 8.23333333%
    }
    .grid__secondary {
        display: inline-block;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        *display: inline;
        zoom: 1;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
        letter-spacing: -0.31em !important;
        *letter-spacing: normal !important;
        word-spacing: -0.43em !important;
        list-style-type: none
    }
    .grid__secondary .grid__col-xs-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-xs-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid__secondary .grid__col-xs-10 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-xs-9 {
        width: 90%;
        *width: 89.9%
    }
    .grid__secondary .grid__col-xs-8 {
        width: 80%;
        *width: 79.9%
    }
    .grid__secondary .grid__col-xs-7 {
        width: 70%;
        *width: 69.9%
    }
    .grid__secondary .grid__col-xs-6 {
        width: 60%;
        *width: 59.9%
    }
    .grid__secondary .grid__col-xs-5 {
        width: 50%;
        *width: 49.9%
    }
    .grid__secondary .grid__col-xs-4 {
        width: 40%;
        *width: 39.9%
    }
    .grid__secondary .grid__col-xs-3 {
        width: 30%;
        *width: 29.9%
    }
    .grid__secondary .grid__col-xs-2 {
        width: 20%;
        *width: 19.9%
    }
    .grid__secondary .grid__col-xs-1 {
        width: 10%;
        *width: 9.9%
    }
}

@media (min-width: 768px) {
    .grid .grid__col-sm-12,
    .blog content div.grid .grid__col-sm-12,
    .how-to .scroll-container .grid .grid__col-sm-12,
    .search .right-scroll .grid .grid__col-sm-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid .grid__col-sm-11,
    .blog content div.grid .grid__col-sm-11,
    .how-to .scroll-container .grid .grid__col-sm-11,
    .search .right-scroll .grid .grid__col-sm-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid .grid__col-sm-10,
    .blog content div.grid .grid__col-sm-10,
    .how-to .scroll-container .grid .grid__col-sm-10,
    .search .right-scroll .grid .grid__col-sm-10 {
        width: 83.33333333%;
        *width: 83.23333333%
    }
    .grid .grid__col-sm-9,
    .blog content div.grid .grid__col-sm-9,
    .how-to .scroll-container .grid .grid__col-sm-9,
    .search .right-scroll .grid .grid__col-sm-9 {
        width: 75%;
        *width: 74.9%
    }
    .grid .grid__col-sm-8,
    .blog content div.grid .grid__col-sm-8,
    .how-to .scroll-container .grid .grid__col-sm-8,
    .search .right-scroll .grid .grid__col-sm-8 {
        width: 66.66666667%;
        *width: 66.56666667%
    }
    .grid .grid__col-sm-7,
    .blog content div.grid .grid__col-sm-7,
    .how-to .scroll-container .grid .grid__col-sm-7,
    .search .right-scroll .grid .grid__col-sm-7 {
        width: 58.33333333%;
        *width: 58.23333333%
    }
    .grid .grid__col-sm-6,
    .blog content div.grid .grid__col-sm-6,
    .how-to .scroll-container .grid .grid__col-sm-6,
    .search .right-scroll .grid .grid__col-sm-6 {
        width: 50%;
        *width: 49.9%
    }
    .grid .grid__col-sm-5,
    .blog content div.grid .grid__col-sm-5,
    .how-to .scroll-container .grid .grid__col-sm-5,
    .search .right-scroll .grid .grid__col-sm-5 {
        width: 41.66666667%;
        *width: 41.56666667%
    }
    .grid .grid__col-sm-4,
    .blog content div.grid .grid__col-sm-4,
    .how-to .scroll-container .grid .grid__col-sm-4,
    .search .right-scroll .grid .grid__col-sm-4 {
        width: 33.33333333%;
        *width: 33.23333333%
    }
    .grid .grid__col-sm-3,
    .blog content div.grid .grid__col-sm-3,
    .how-to .scroll-container .grid .grid__col-sm-3,
    .search .right-scroll .grid .grid__col-sm-3 {
        width: 25%;
        *width: 24.9%
    }
    .grid .grid__col-sm-2,
    .blog content div.grid .grid__col-sm-2,
    .how-to .scroll-container .grid .grid__col-sm-2,
    .search .right-scroll .grid .grid__col-sm-2 {
        width: 16.66666667%;
        *width: 16.56666667%
    }
    .grid .grid__col-sm-1,
    .blog content div.grid .grid__col-sm-1,
    .how-to .scroll-container .grid .grid__col-sm-1,
    .search .right-scroll .grid .grid__col-sm-1 {
        width: 8.33333333%;
        *width: 8.23333333%
    }
    .grid__secondary {
        display: inline-block;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        *display: inline;
        zoom: 1;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
        letter-spacing: -0.31em !important;
        *letter-spacing: normal !important;
        word-spacing: -0.43em !important;
        list-style-type: none
    }
    .grid__secondary .grid__col-sm-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-sm-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid__secondary .grid__col-sm-10 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-sm-9 {
        width: 90%;
        *width: 89.9%
    }
    .grid__secondary .grid__col-sm-8 {
        width: 80%;
        *width: 79.9%
    }
    .grid__secondary .grid__col-sm-7 {
        width: 70%;
        *width: 69.9%
    }
    .grid__secondary .grid__col-sm-6 {
        width: 60%;
        *width: 59.9%
    }
    .grid__secondary .grid__col-sm-5 {
        width: 50%;
        *width: 49.9%
    }
    .grid__secondary .grid__col-sm-4 {
        width: 40%;
        *width: 39.9%
    }
    .grid__secondary .grid__col-sm-3 {
        width: 30%;
        *width: 29.9%
    }
    .grid__secondary .grid__col-sm-2 {
        width: 20%;
        *width: 19.9%
    }
    .grid__secondary .grid__col-sm-1 {
        width: 10%;
        *width: 9.9%
    }
}

@media (min-width: 992px) {
    .grid .grid__col-md-12,
    .blog content div.grid .grid__col-md-12,
    .how-to .scroll-container .grid .grid__col-md-12,
    .search .right-scroll .grid .grid__col-md-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid .grid__col-md-11,
    .blog content div.grid .grid__col-md-11,
    .how-to .scroll-container .grid .grid__col-md-11,
    .search .right-scroll .grid .grid__col-md-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid .grid__col-md-10,
    .blog content div.grid .grid__col-md-10,
    .how-to .scroll-container .grid .grid__col-md-10,
    .search .right-scroll .grid .grid__col-md-10 {
        width: 83.33333333%;
        *width: 83.23333333%
    }
    .grid .grid__col-md-9,
    .blog content div.grid .grid__col-md-9,
    .how-to .scroll-container .grid .grid__col-md-9,
    .search .right-scroll .grid .grid__col-md-9 {
        width: 75%;
        *width: 74.9%
    }
    .grid .grid__col-md-8,
    .blog content div.grid .grid__col-md-8,
    .how-to .scroll-container .grid .grid__col-md-8,
    .search .right-scroll .grid .grid__col-md-8 {
        width: 66.66666667%;
        *width: 66.56666667%
    }
    .grid .grid__col-md-7,
    .blog content div.grid .grid__col-md-7,
    .how-to .scroll-container .grid .grid__col-md-7,
    .search .right-scroll .grid .grid__col-md-7 {
        width: 58.33333333%;
        *width: 58.23333333%
    }
    .grid .grid__col-md-6,
    .blog content div.grid .grid__col-md-6,
    .how-to .scroll-container .grid .grid__col-md-6,
    .search .right-scroll .grid .grid__col-md-6 {
        width: 50%;
        *width: 49.9%
    }
    .grid .grid__col-md-5,
    .blog content div.grid .grid__col-md-5,
    .how-to .scroll-container .grid .grid__col-md-5,
    .search .right-scroll .grid .grid__col-md-5 {
        width: 41.66666667%;
        *width: 41.56666667%
    }
    .grid .grid__col-md-4,
    .blog content div.grid .grid__col-md-4,
    .how-to .scroll-container .grid .grid__col-md-4,
    .search .right-scroll .grid .grid__col-md-4 {
        width: 33.33333333%;
        *width: 33.23333333%
    }
    .grid .grid__col-md-3,
    .blog content div.grid .grid__col-md-3,
    .how-to .scroll-container .grid .grid__col-md-3,
    .search .right-scroll .grid .grid__col-md-3 {
        width: 25%;
        *width: 24.9%
    }
    .grid .grid__col-md-2,
    .blog content div.grid .grid__col-md-2,
    .how-to .scroll-container .grid .grid__col-md-2,
    .search .right-scroll .grid .grid__col-md-2 {
        width: 16.66666667%;
        *width: 16.56666667%
    }
    .grid .grid__col-md-1,
    .blog content div.grid .grid__col-md-1,
    .how-to .scroll-container .grid .grid__col-md-1,
    .search .right-scroll .grid .grid__col-md-1 {
        width: 8.33333333%;
        *width: 8.23333333%
    }
    .grid__secondary {
        display: inline-block;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        *display: inline;
        zoom: 1;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
        letter-spacing: -0.31em !important;
        *letter-spacing: normal !important;
        word-spacing: -0.43em !important;
        list-style-type: none
    }
    .grid__secondary .grid__col-md-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-md-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid__secondary .grid__col-md-10 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-md-9 {
        width: 90%;
        *width: 89.9%
    }
    .grid__secondary .grid__col-md-8 {
        width: 80%;
        *width: 79.9%
    }
    .grid__secondary .grid__col-md-7 {
        width: 70%;
        *width: 69.9%
    }
    .grid__secondary .grid__col-md-6 {
        width: 60%;
        *width: 59.9%
    }
    .grid__secondary .grid__col-md-5 {
        width: 50%;
        *width: 49.9%
    }
    .grid__secondary .grid__col-md-4 {
        width: 40%;
        *width: 39.9%
    }
    .grid__secondary .grid__col-md-3 {
        width: 30%;
        *width: 29.9%
    }
    .grid__secondary .grid__col-md-2 {
        width: 20%;
        *width: 19.9%
    }
    .grid__secondary .grid__col-md-1 {
        width: 10%;
        *width: 9.9%
    }
}

@media (min-width: 1200px) {
    .grid .grid__col-lg-12,
    .blog content div.grid .grid__col-lg-12,
    .how-to .scroll-container .grid .grid__col-lg-12,
    .search .right-scroll .grid .grid__col-lg-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid .grid__col-lg-11,
    .blog content div.grid .grid__col-lg-11,
    .how-to .scroll-container .grid .grid__col-lg-11,
    .search .right-scroll .grid .grid__col-lg-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid .grid__col-lg-10,
    .blog content div.grid .grid__col-lg-10,
    .how-to .scroll-container .grid .grid__col-lg-10,
    .search .right-scroll .grid .grid__col-lg-10 {
        width: 83.33333333%;
        *width: 83.23333333%
    }
    .grid .grid__col-lg-9,
    .blog content div.grid .grid__col-lg-9,
    .how-to .scroll-container .grid .grid__col-lg-9,
    .search .right-scroll .grid .grid__col-lg-9 {
        width: 75%;
        *width: 74.9%
    }
    .grid .grid__col-lg-8,
    .blog content div.grid .grid__col-lg-8,
    .how-to .scroll-container .grid .grid__col-lg-8,
    .search .right-scroll .grid .grid__col-lg-8 {
        width: 66.66666667%;
        *width: 66.56666667%
    }
    .grid .grid__col-lg-7,
    .blog content div.grid .grid__col-lg-7,
    .how-to .scroll-container .grid .grid__col-lg-7,
    .search .right-scroll .grid .grid__col-lg-7 {
        width: 58.33333333%;
        *width: 58.23333333%
    }
    .grid .grid__col-lg-6,
    .blog content div.grid .grid__col-lg-6,
    .how-to .scroll-container .grid .grid__col-lg-6,
    .search .right-scroll .grid .grid__col-lg-6 {
        width: 50%;
        *width: 49.9%
    }
    .grid .grid__col-lg-5,
    .blog content div.grid .grid__col-lg-5,
    .how-to .scroll-container .grid .grid__col-lg-5,
    .search .right-scroll .grid .grid__col-lg-5 {
        width: 41.66666667%;
        *width: 41.56666667%
    }
    .grid .grid__col-lg-4,
    .blog content div.grid .grid__col-lg-4,
    .how-to .scroll-container .grid .grid__col-lg-4,
    .search .right-scroll .grid .grid__col-lg-4 {
        width: 33.33333333%;
        *width: 33.23333333%
    }
    .grid .grid__col-lg-3,
    .blog content div.grid .grid__col-lg-3,
    .how-to .scroll-container .grid .grid__col-lg-3,
    .search .right-scroll .grid .grid__col-lg-3 {
        width: 25%;
        *width: 24.9%
    }
    .grid .grid__col-lg-2,
    .blog content div.grid .grid__col-lg-2,
    .how-to .scroll-container .grid .grid__col-lg-2,
    .search .right-scroll .grid .grid__col-lg-2 {
        width: 16.66666667%;
        *width: 16.56666667%
    }
    .grid .grid__col-lg-1,
    .blog content div.grid .grid__col-lg-1,
    .how-to .scroll-container .grid .grid__col-lg-1,
    .search .right-scroll .grid .grid__col-lg-1 {
        width: 8.33333333%;
        *width: 8.23333333%
    }
    .grid__secondary {
        display: inline-block;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        *display: inline;
        zoom: 1;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
        letter-spacing: -0.31em !important;
        *letter-spacing: normal !important;
        word-spacing: -0.43em !important;
        list-style-type: none
    }
    .grid__secondary .grid__col-lg-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-lg-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid__secondary .grid__col-lg-10 {
        width: 100%;
        *width: 99.9%
    }
    .grid__secondary .grid__col-lg-9 {
        width: 90%;
        *width: 89.9%
    }
    .grid__secondary .grid__col-lg-8 {
        width: 80%;
        *width: 79.9%
    }
    .grid__secondary .grid__col-lg-7 {
        width: 70%;
        *width: 69.9%
    }
    .grid__secondary .grid__col-lg-6 {
        width: 60%;
        *width: 59.9%
    }
    .grid__secondary .grid__col-lg-5 {
        width: 50%;
        *width: 49.9%
    }
    .grid__secondary .grid__col-lg-4 {
        width: 40%;
        *width: 39.9%
    }
    .grid__secondary .grid__col-lg-3 {
        width: 30%;
        *width: 29.9%
    }
    .grid__secondary .grid__col-lg-2 {
        width: 20%;
        *width: 19.9%
    }
    .grid__secondary .grid__col-lg-1 {
        width: 10%;
        *width: 9.9%
    }
}

@media (min-width: 1600px) {
    .grid__col-xlg-12 {
        width: 100%;
        *width: 99.9%
    }
    .grid__col-xlg-11 {
        width: 91.66666667%;
        *width: 91.56666667%
    }
    .grid__col-xlg-10 {
        width: 83.33333333%;
        *width: 83.23333333%
    }
    .grid__col-xlg-9 {
        width: 75%;
        *width: 74.9%
    }
    .grid__col-xlg-8 {
        width: 66.66666667%;
        *width: 66.56666667%
    }
    .grid__col-xlg-7 {
        width: 58.33333333%;
        *width: 58.23333333%
    }
    .grid__col-xlg-6 {
        width: 50%;
        *width: 49.9%
    }
    .grid__col-xlg-5 {
        width: 41.66666667%;
        *width: 41.56666667%
    }
    .grid__col-xlg-4 {
        width: 33.33333333%;
        *width: 33.23333333%
    }
    .grid__col-xlg-3 {
        width: 25%;
        *width: 24.9%
    }
    .grid__col-xlg-2 {
        width: 16.66666667%;
        *width: 16.56666667%
    }
    .grid__col-xlg-1 {
        width: 8.33333333%;
        *width: 8.23333333%
    }
}

.grid__col-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%
}

@media (min-width: 480px) {
    .grid__col-xs-auto {
        -ms-flex: 1 0 auto;
        -ms-flex: 1 0 0px;
        -webkit-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .grid__col-sm-auto {
        -ms-flex: 1 0 auto;
        -ms-flex: 1 0 0px;
        -webkit-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .grid__col-md-auto {
        -ms-flex: 1 0 auto;
        -ms-flex: 1 0 0px;
        -webkit-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .grid__col-lg-auto {
        -ms-flex: 1 0 auto;
        -ms-flex: 1 0 0px;
        -webkit-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 1600px) {
    .grid__col-xlg-auto {
        -ms-flex: 1 0 auto;
        -ms-flex: 1 0 0px;
        -webkit-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

.grid--order-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.grid--order-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.grid--order-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.grid--order-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.grid--order-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.grid--order-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.grid--order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.grid--order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.grid--order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.grid--order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.grid--order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.grid--order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.grid--order-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.grid--bleed [class*="grid__col-"] {
    padding: 0
}

.grid--wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid--no-wrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.grid--wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.grid--direction-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.grid--direction-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.grid--direction-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.grid--direction-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.grid--align-start {
    -ms-flex-align: start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.grid--align-end {
    -ms-flex-align: end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}

.grid--align-end [class*="grid__col-"] {
    vertical-align: bottom
}

.grid--align-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.grid--align-center [class*="grid__col-"] {
    vertical-align: middle
}

.grid--align-baseline {
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline
}

.grid--align-baseline [class*="grid__col-"] {
    vertical-align: baseline
}

.grid--align-content-start {
    -ms-flex-line-pack: start;
    -ms-flex-line-pack: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

.grid--align-content-end {
    -ms-flex-line-pack: end;
    -ms-flex-line-pack: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end
}

.grid--align-content-end [class*="grid__col-"] {
    vertical-align: bottom
}

.grid--align-content-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center
}

.grid--align-content-space-between {
    -ms-flex-line-pack: space-between;
    -webkit-align-content: space-between;
    align-content: space-between
}

.grid--align-content-space-around {
    -ms-flex-line-pack: space-around;
    -webkit-align-content: space-around;
    align-content: space-around
}

.grid--align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

.grid--align-self-start {
    -ms-flex-item-align: start;
    -ms-flex-item-align: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.grid--align-self-end {
    -ms-flex-item-align: end;
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    vertical-align: bottom
}

.grid--align-self-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    vertical-align: middle
}

.grid--align-self-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    vertical-align: baseline
}

.grid--justify-start {
    text-align: left;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.grid--justify-end {
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.grid--justify-end .grid__cell {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: initial
}

.grid--justify-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

.grid--justify-center .grid__cell {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: initial
}

.grid--justify-space-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.grid--justify-space-between .grid__cell {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: initial
}

.grid--justify-space-around {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.grid--justify-space-around .grid__cell {
    text-align: left;
    text-align: start;
    text-align: initial;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: start;
    -moz-text-align-last: initial;
    text-align-last: initial
}

.grid__col--bleed {
    padding: 0
}

.grid__cell--padding-sm {
    padding: 0.5em
}

.grid__cell--padding-md {
    padding: 1em
}

.grid__cell--padding-lg {
    padding: 2em
}

.grid__cell-img {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    height: auto
}

.grid__cell-footer {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    *display: inline;
    zoom: 1;
    width: 100%;
    margin-top: auto
}

.site-wrapper {
    height: 100%;
    width: 100%;
    position: absolute
}

.main-wrapper {
    position: absolute;
    top: 0;
    background: #fff
}

.main-wrapper,
.sub-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.sub-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff
}

.bg-image,
.blog .blog-block,
.how-to .how-to-block-holder .how-to-block,
.search .blog-block {
    background-position: center center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body {
    background: #fff
}

html {
    padding-top: 0 !important
}

body,
html {
    height: 100%;
    font-size: 13px;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: "NHR";
    overflow: hidden;
    line-height: 1.35
}

body.mobile:after {
    content: ' ';
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%
}

body.mobile.menu-open:after {
    pointer-events: auto;
    opacity: 0.14;
    filter: alpha(opacity=14)
}

body.mobile:after {
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0)
}

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


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

* {
    margin: 0;
    padding: 0
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a,
.social-icons li a {
    background: transparent
}

a:focus,
.social-icons li a:focus {
    outline: thin dotted
}

a:active,
.social-icons li a:active,
a:hover,
.social-icons li a:hover {
    outline: 0
}

h1,
.shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image h1,
.shop .shop-image .fixed-panel span.price h1,
.shop .fixed-panel span.price .pdp .add-to-cart,
.pdp .shop .fixed-panel span.price .add-to-cart,
.shop .fixed-panel span.price .pdp .variants li label,
.pdp .variants li .shop .fixed-panel span.price label,
.shop .fixed-panel span.price .pdp .basket-link,
.pdp .shop .fixed-panel span.price .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input,
.blog content h1,
.shop-category .price,
.search-form #desktop-search,
h2,
#blog-brands li,
h3,
h4,
h5,
h6 {
    margin: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

p,
.shop .shop-image h1,
.shop .shop-image .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image p,
.shop .shop-image .shop-category .price,
.shop-category .shop .shop-image .price,
.shop .shop-image .search-form #desktop-search,
.search-form .shop .shop-image #desktop-search,
.pdp .add-to-cart,
.pdp .variants li label,
.pdp .basket-link,
.customers form .ui-btn input {
    margin: 0
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.trans,
body.mobile:after,
.main-header nav li ul,
.subsubnav div,
.blog content span,
.searching .search:after,
.search:after,
.size-selection li a {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.notransition,
a.disableAnimation,
.social-icons li a.disableAnimation,
.mgs-logo {
    -webkit-transition: none !important;
    transition: none !important
}

.waiting {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none
}

.waiting.visible {
    pointer-events: auto;
    cursor: progress;
    cursor: wait
}

.main-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
    background: transparent;
    padding: 25px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1024px) {
    .main-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 20px;
        z-index: 9999;
        padding: 0
    }
}

@media (max-width: 1440px) {
    .main-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        padding: 25px 0
    }
}

@media (min-width: 1440px) {
    .main-header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        padding: 25px 0
    }
}

.main-header:hover,
.main-header.over,
body.mobile .main-header {
    background: #fff
}

.main-header.ajax-cart-over,
.main-header.ajax-cart-over:hover {
  background: transparent;
}

body.mobile .main-header {
    height: 50% !important;
    min-height: 400px
}

.main-header.header-subsubmenu {
    border-bottom: 1px solid #BF6A49
}

.mobile .main-header {
    display: none
}

.mgs-logo {
    margin-top: -50px;
    width: 50vh;
    top: 50%;
    position: absolute;
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 1024px) {
    .mgs-logo {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 50%;
        margin-top: -15px;
        margin-left: -29vw;
        display: block;
        width: 186px;
        z-index: 9998;
        left: 50% !important;
        margin-top: -7px;
        margin-left: -188px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.mgs-logo img {
    width: 100%
}

.dummy-logo-link {
    display: block;
    position: absolute;
    background: transparent;
    z-index: 9998;
    top: 50%;
    bottom: 0;
    left: 0;
    height: 500px;
    margin-left: 0;
    width: 40px;
    margin-top: -25vh
}

.dummy-logo-link.bottom {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0
}

@media (max-width: 1024px) {
    .dummy-logo-link {
        width: 58vw;
        height: 10vw;
        left: 50%;
        top: 0;
        margin-left: -93px;
        margin-top: 0;
        pointer-events: none
    }
    .dummy-logo-link.bottom {
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto
    }
}

.logos-wrapper {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0 !important;
    pointer-events: none
}

.logos {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    z-index: 9;
    top: 0
}

@media (max-width: 1024px) {
    .logos {
        width: 100vw
    }
}

.mgs-logo.screen-0 {
    left: -100%;
    margin-left: -25.2vh;
    margin-top: -3vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mgs-logo.screen-1 {
    left: 0;
    margin-left: -25.2vh;
    margin-top: -3vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mgs-logo.screen-2 {
    left: 100%;
    margin-left: -25.1vh;
    margin-top: -3vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mgs-logo.screen-3 {
    left: 200%;
    margin-left: -25.1vh;
    margin-top: -3vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mgs-logo.screen-1.right-side {
    margin-left: -25.2vh
}

.mgs-logo.right-side {
    margin-left: -25vh
}

@media (max-width: 1024px) {
    .mgs-logo.screen-1 {
        left: 0;
        margin-left: 0
    }
}

.mgs-logo.screen-0 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50%
}

@media (max-width: 1024px) {
    .mgs-logo.screen-0 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
        margin-top: -15px;
        left: -50vw !important;
        margin-left: -93px
    }
}

.mgs-logo.screen-1 {
    top: 50%;
    bottom: auto;
    left: 0;
    margin-left: -25.2vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 1024px) {
    .mgs-logo.screen-1 {
        bottom: auto;
        top: 0;
        left: 50% !important;
        margin-left: -93px;
        margin-top: -15px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.mgs-logo.screen-2 {
    top: 50%;
    bottom: auto;
    left: 100%;
    margin-left: -25.1vh
}

@media (max-width: 1024px) {
    .mgs-logo.screen-2 {
        bottom: -16px;
        top: auto !important;
        left: -50vw !important;
        margin-left: -93px;
        margin-top: 0px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.mgs-logo.screen-3 {
    top: 50%;
    bottom: auto;
    left: 200%;
    margin-left: -25.1vh;
    display: block
}

@media (max-width: 1024px) {
    .mgs-logo.screen-3 {
        bottom: -16px;
        top: auto;
        left: 50% !important;
        margin-left: -93px;
        margin-top: 0px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.logo {
    display: block;
    position: fixed;
    width: 185px;
    top: auto;
    right: auto;
    z-index: 9999;
    line-height: 0
}

@media (max-width: 1024px) {
    .logo {
        top: auto
    }
}

@media (max-width: 1024px) {
    .logo {
        margin-top: -20px;
        width: 400px;
        top: 50%;
        margin-top: -10px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width: 1440px) {
    .logo {
        margin-top: -20px;
        width: 500px;
        top: 50%;
        margin-top: -20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (min-width: 1440px) {
    .logo {
        margin-top: -20px;
        width: 500px;
        top: 50%;
        margin-top: -20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.logo img {
    width: 100%
}

.logo.top {
    margin-right: 0px;
    left: 50%;
    margin-left: -97px;
    bottom: 0
}

@media (max-width: 1024px) {
    .logo.top {
        margin-right: -184px;
        right: 0;
        left: auto;
        bottom: auto
    }
}

@media (max-width: 1440px) {
    .logo.top {
        margin-right: -230px;
        right: 0;
        left: auto;
        bottom: auto
    }
}

@media (min-width: 1440px) {
    .logo.top {
        margin-right: -230px;
        right: 0;
        left: auto;
        bottom: auto
    }
}

.logo.btm {
    left: 50%;
    margin-left: -97px
}

@media (max-width: 1024px) {
    .logo.btm {
        margin-left: -187px;
        left: 0
    }
}

@media (max-width: 1440px) {
    .logo.btm {
        margin-left: -235px;
        left: 0
    }
}

@media (min-width: 1440px) {
    .logo.btm {
        margin-left: -235px;
        left: 0
    }
}

.prev-next-arrows {
    position: relative;
    margin: 0 auto;
    margin-top: 48px !important
}

.prev-next-arrows a,
.prev-next-arrows .social-icons li a,
.social-icons li .prev-next-arrows a {
    padding: 1em .5em
}

.line-arrow {
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    width: 1.5em;
    height: 1.5em;
    margin-top: -2em;
    top: 50%;
    right: 0;
    opacity: .5
}

.line-arrow:hover {
    opacity: 1
}

.line-arrow.right {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(54deg) skew(20deg);
    transform: rotate(54deg) skew(20deg);
    right: 20px
}

.line-arrow.left {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-54deg) skew(-20deg);
    transform: rotate(-54deg) skew(-20deg);
    left: 0px;
    right: auto
}

.btn,
.btn--secondary,
.rte .btn--secondary,
.rte .btn,
.rte .btn--secondary {
    background: #000;
    border-radius: 0;
    line-height: 1
}

.btn:hover,
.btn--secondary:hover,
.rte .btn--secondary:hover,
.rte .btn:hover,
.rte .btn--secondary:hover {
    background-color: #BF6A49
}

.main-header {
    position: fixed;
    width: 100%;
    top: 0 !important;
    z-index: 9999;
    padding: 25px 0
}

@media (max-width: 1024px) {
    .main-header {
        z-index: 999999
    }
}

.main-header .medium-down--hide {
    display: block !important
}

@media (max-width: 1024px) {
    .main-header .medium-down--hide {
        display: none !important
    }
}

.main-header .medium-down--show {
    display: none !important
}

@media (max-width: 1024px) {
    .main-header .medium-down--show {
        display: block !important
    }
}

.main-header.sub-nav-shown:hover {
    border-bottom: none;
    background-color: #fff
}

@media (max-width: 1024px) {
    .main-header.sub-nav-shown:hover {
        border: none;
        background: transparent
    }
}

@media (min-width: 1024px) {
    .main-header.sub-nav-shown:hover {
        border-bottom: 1px solid #BF6A49
    }
}

@media (max-width: 1024px) {
    .main-header.nav-clicked {
        background: transparent
    }
}

.main-header:hover {
    background: #fff;
}

@media (max-width: 1024px) {
    .main-header:hover {
        background: transparent
    }
}

@media (max-width: 1024px) {
    .main-header .sub-nav {
        display: none
    }
}

.main-header .nav-bar {
    z-index: 99999
}

.main-header .customer-sub {
    position: absolute;
    width: 190px;
    top: 63px;
    float: right
}

.main-header .customer-sub a {
    text-align: left;
    float: left;
    clear: left;
    opacity: 0;
    filter: alpha(opacity=0)
}

@media (max-width: 1024px) {
    .main-header .customer-sub {
        display: none !important
    }
}

@media (max-width: 1024px) {
    .main-header {
        padding: 0;
        height: 40px;
        width: 40px;
        background-color: transparent !important
    }
    .main-header .wrapper {
        margin: 0;
        padding: 0
    }
    .main-header .wrapper .grid__item {
        padding: 0
    }
    .main-header .wrapper .grid__item .js-drawer-open-left {
        position: fixed;
        top: 0 !important;
        left: 0
    }
}

.main-header .site-nav--mobile {
    margin: 0
}

@media (max-width: 1024px) {
    .main-header .site-nav {
        margin-right: -52.5px
    }
}

@media (min-width: 1280px) {
    .main-header .site-nav {
        margin-right: -65px
    }
}

.main-header .sub-nav ul {
    margin-top: 18px
}

.main-header .sub-nav ul.sub-tier1 {
    margin: 0;
    padding: 0
}

.main-header .sub-nav-holder {
    margin: 0px;
    display: inline-block
}

.main-header .sub-separator {
    width: 1em;
    height: 1px;
    border-top: 1px solid #000
}

.main-header .sub-sub-nav {
    display: none;
    margin-left: 0px
}

@media (min-width: 1280px) {
    .main-header .sub-sub-nav {
        margin-left: 25px
    }
}

@media (max-width: 1440px) {
    .main-header .sub-sub-nav {
        margin-left: -5px
    }
}

@media (min-width: 1280px) {
    .main-header .sub-sub-nav {
        margin-left: 25px
    }
}

.main-header .sub-sub-nav ul {
    margin-left: 0
}

.main-header .sub-sub-nav ul.sub-tier2 {
    margin: 0;
    text-align: left;
    float: left;
    width: 110px
}

@media (max-width: 1440px) {
    .main-header .sub-sub-nav ul.sub-tier2 {
        width: 108px
    }
}

@media (min-width: 1440px) {
    .main-header .sub-sub-nav ul.sub-tier2 {
        width: 130px
    }
}

.main-header .sub-sub-nav ul.sub-tier2 li {
    display: inline-block;
    margin: .5em 0 0
}

.main-header .sub-sub-nav ul.sub-tier2 li a {
    text-transform: none
}

.main-header .sub-sub-nav ul.sub-tier2 li:first-child {
    margin-top: 0
}

.main-header .sub-sub-nav ul.sub-tier2 li.nav-stacked {
    display: block
}

.main-header .sub-sub-nav ul.sub-tier2 ul {
    margin-top: 12px;
    margin-bottom: 0
}

.main-header .sub-sub-nav ul.sub-tier3 {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-bottom: 0
}

.main-header .sub-sub-nav ul.sub-tier3 li {
    display: block;
    font-size: .8em
}

.main-header .sub-sub-nav ul.sub-tier3 li a {
    font-size: 11px;
    line-height: 20px;
    text-transform: none
}

@media screen and (min-width: 768px) {
    .main-header .sub-sub-nav ul.sub-tier3 li a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    .main-header .sub-sub-nav ul.sub-tier3 li a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    .main-header .sub-sub-nav ul.sub-tier3 li a {
        font-size: 11px
    }
}

@media screen and (min-width: 768px) {
    .main-header .sub-sub-nav ul.sub-tier3 li a {
        line-height: 20px
    }
}

@media screen and (min-width: 1440px) {
    .main-header .sub-sub-nav ul.sub-tier3 li a {
        line-height: 25px
    }
}

@media screen and (min-width: 1441px) {
    .main-header .sub-sub-nav ul.sub-tier3 li a {
        line-height: 25px
    }
}

.main-header.header-over {
    background-color: #fff
}

.main-header.header-over .sub-sub-nav {
    display: block
}

.main-header nav {
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    width: 100%;
    text-align: center;
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 9998;
    background-color: transparent
}

.main-header nav li {
    display: inline-block;
    width: 130px;
    text-align: left
}
.main-header nav li#CartContainer {
  width: auto;
  margin-right: 32px;
  text-transform: none;
}

@media (max-width: 1440px) {
    .main-header nav li {
        width: 107px
    }
}

.main-header nav a {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .04em !important;
    line-height: 34px;
    padding: 0;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
}
.main-header nav li#CartContainer a {
  text-transform: none;
}

@media screen and (min-width: 768px) {
    .main-header nav a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    .main-header nav a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    .main-header nav a {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .main-header nav a {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    .main-header nav a {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    .main-header nav a {
        line-height: 19px
    }
}

.main-header nav .site-nav--active>.site-nav__link {
    font-weight: normal
}

.main-header nav a:last-child {
    margin-right: 0
}

.main-header nav li ul {
    opacity: 0;
    background: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 30px
}

.main-header nav li.nav-selected ul {
    display: block;
    opacity: 1
}

.nav-clicked .main-header {
    background: #fff
}

.customer-logged-in .main-header.header-over {
    border-bottom: 1px solid #BF6A49
}

@media (max-width: 1440px) {
    .customer-logged-in .main-header.header-over {
        border: none
    }
}

.subnav {
    display: none;
    background: none;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    top: 4em
}

.subnav li {
    display: inline-block;
    width: 130px;
    text-align: left
}

@media (max-width: 1440px) {
    .subnav li {
        width: 107px
    }
}

.subnav li a {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    .subnav li a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    .subnav li a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    .subnav li a {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .subnav li a {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    .subnav li a {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    .subnav li a {
        line-height: 19px
    }
}

.subnav:hover .active {
    display: block
}

.subsubnav {
    position: relative;
    left: 50%;
    width: 400px;
    display: none
}

.subsubnav ul {
    float: left;
    width: 133px
}

@media (max-width: 1440px) {
    .subsubnav ul {
        width: 110px
    }
}

.subsubnav li {
    line-height: 29px;
    display: block
}

.subsubnav li a {
    font-size: 11px;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    .subsubnav li a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    .subsubnav li a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    .subsubnav li a {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .subsubnav li a {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    .subsubnav li a {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    .subsubnav li a {
        line-height: 19px
    }
}

.subsubnav div {
    opacity: 0
}

.subsubnav .active {
    opacity: 1;
    color: #BF6A49
}

.subsubnav .subsubnav-title {
    text-transform: uppercase
}

.right-nav {
    position: absolute;
    right: 0px;
    top: 22px;
    z-index: 99999;
    display: block
}

@media (max-width: 1024px) {
    .right-nav {
        display: none
    }
}

.right-nav li {
    display: inline-block;
    text-transform: uppercase
}

.right-nav a,
.right-nav .social-icons li a,
.social-icons li .right-nav a {
    margin-right: 50px;
    padding: 0;
    font-size: 11px;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    .right-nav a,
    .right-nav .social-icons li a,
    .social-icons li .right-nav a {
        font-size: 11px
    }
}

@media screen and (min-width: 1440px) {
    .right-nav a,
    .right-nav .social-icons li a,
    .social-icons li .right-nav a {
        font-size: 11px
    }
}

@media screen and (min-width: 1441px) {
    .right-nav a,
    .right-nav .social-icons li a,
    .social-icons li .right-nav a {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .right-nav a,
    .right-nav .social-icons li a,
    .social-icons li .right-nav a {
        line-height: 17px
    }
}

@media screen and (min-width: 1440px) {
    .right-nav a,
    .right-nav .social-icons li a,
    .social-icons li .right-nav a {
        line-height: 17px
    }
}

@media screen and (min-width: 1441px) {
    .right-nav a,
    .right-nav .social-icons li a,
    .social-icons li .right-nav a {
        line-height: 19px
    }
}

.search-nav {
    display: none
}

@media (max-width: 1024px) {
    .search-nav {
        display: inline-block
    }
}

@media (max-width: 1440px) {
    .search-nav {
        display: inline-block
    }
}

@media (min-width: 1440px) {
    .search-nav {
        display: inline-block
    }
}

.hamburger {
    position: fixed;
    top: 17px;
    left: 18px;
    cursor: pointer;
    display: none;
    z-index: 9999
}

@media (max-width: 1024px) {
    .hamburger {
        display: none
    }
}

@media (max-width: 1440px) {
    .hamburger {
        display: none
    }
}

@media (min-width: 1440px) {
    .hamburger {
        display: none
    }
}

.hamburger .bar {
    width: 12px;
    border-top: 1px solid #000000;
    height: 1px;
    margin-bottom: 3px;
    display: block
}

.mobile .hamburger {
    display: inline-block
}

.basket {
    display: none
}

.social-icons {
    position: absolute;
    text-align: center;
    margin-top: 10px;
    top: auto;
    left: 42px;
    margin-left: 0;
    top: 14px;
    z-index: 9999;
    display: block
}

@media (max-width: 1024px) {
    .social-icons {
        position: absolute;
        margin-top: 0px;
        display: none
    }
}

.social-icons .fa {
    font-size: 15px
}

.social-icons .fa-snapchat {
    font-size: 13px
}

.social-icons li {
    list-style: none;
    display: inline-block;
    margin-left: 0px;
    text-align: center;
    margin-left: 18px;
    margin-right: 0
}

@media (max-width: 1024px) {
    .social-icons li {
        margin-left: 20px;
        width: auto
    }
}

@media (max-width: 1440px) {
    .social-icons li {
        margin-left: 20px;
        width: auto
    }
}

@media (min-width: 1440px) {
    .social-icons li {
        margin-left: 20px;
        width: auto
    }
}

.social-icons li:first-child {
    margin-left: 0
}

li.nav-selected>a,
.social-icons li.nav-selected>a,
.active-subnav,
.site-nav--active>.site-nav__link,
.site-nav__link:hover,
.site-nav__link:active,
.site-nav__link:focus {
    color: #BF6A49;
    font-weight: normal
}

.mobile-nav {
    position: relative;
    white-space: nowrap;
    width: 200vw;
    float: left
}

.mobile-nav ul {
    display: block;
    float: left;
    top: 0;
    left: 0
}

.mobile-nav .mobile-nav__sublist,
.mobile-nav .mobile-nav__mainlist {
    width: 100vw;
    text-align: center;
    margin: 0;
    padding: 0
}

.mobile-nav .mobile-nav__sublist {
    display: none;
    left: 100%;
    max-height: 100% !important;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    visibility: visible;
    overflow: visible
}

.site-nav--mobile .mobile-close {
    display: none
}

.js-drawer-open-left .mobile-close {
    display: block
}

.js-drawer-open-left .mobile-open {
    display: none
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9997;
    opacity: 0;
    pointer-events: none
}

.js-drawer-open-left .mobile-overlay {
    opacity: .8;
    pointer-events: auto
}

.drawer a:hover,
.drawer a:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.view-all-link {
    text-transform: uppercase !important
}

#NavDrawer {
    border: 0;
    background-color: transparent;
    left: 0;
    top: 0vh !important;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    width: 100vw;
    display: none;
    z-index: 9998;
    max-width: 100%;
    display: none;
    text-align: center
}

#NavDrawer ul {
    float: left;
    width: 100vw;
    margin: 0;
    background: #fff
}

#NavDrawer .end-nav {
    border-bottom: 1px solid #BF6A49
}

@media (max-width: 1440px) {
    #NavDrawer {
        display: none
    }
}

#NavDrawer .mobile-copyright {
    float: left;
    width: 100%;
    margin: 65px 0
}

#NavDrawer .mobile-copyright p,
#NavDrawer .mobile-copyright .shop .shop-image h1,
.shop .shop-image #NavDrawer .mobile-copyright h1,
#NavDrawer .mobile-copyright .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category #NavDrawer .mobile-copyright .price,
#NavDrawer .mobile-copyright .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image #NavDrawer .mobile-copyright .price,
#NavDrawer .mobile-copyright .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form #NavDrawer .mobile-copyright #desktop-search,
#NavDrawer .mobile-copyright .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image #NavDrawer .mobile-copyright #desktop-search,
#NavDrawer .mobile-copyright .pdp .add-to-cart,
.pdp #NavDrawer .mobile-copyright .add-to-cart,
#NavDrawer .mobile-copyright .pdp .variants li label,
.pdp .variants li #NavDrawer .mobile-copyright label,
#NavDrawer .mobile-copyright .pdp .basket-link,
.pdp #NavDrawer .mobile-copyright .basket-link,
#NavDrawer .mobile-copyright .customers form .ui-btn input,
.customers form .ui-btn #NavDrawer .mobile-copyright input {
    margin: 0 auto
}

#NavDrawer .mobile-nav {
    margin: 0;
    padding-top: 40px;
    background: #fff
}

#NavDrawer .mobile-nav__item {
    float: left;
    clear: left;
    width: 100%
}

#NavDrawer .mobile-nav__item a,
#NavDrawer .mobile-nav__toggle button {
    padding: 1vh 4vw;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .01em !important
}

#NavDrawer .mobile-nav__item a:active,
#NavDrawer .mobile-nav__item a:focus,
#NavDrawer .mobile-nav__toggle button:active,
#NavDrawer .mobile-nav__toggle button:focus {
    background: #fff;
    color: #BF6A49
}

#NavDrawer .mobile-nav__item a:hover {
    color: #BF6A49
}

#NavDrawer .mobile-nav__item--active {
    font-weight: normal
}

#NavDrawer .mobile-nav__item--active .mobile-nav__subsublist {
    display: block
}

#NavDrawer .mobile-nav>.mobile-nav__item {
    background-color: #fff;
    text-align: center
}

#NavDrawer .mobile-nav__item:after {
    border: none;
    display: none
}

#NavDrawer .mobile-nav__item--active>a,
#NavDrawer .social-icons li .mobile-nav__item--active>a {
    color: #BF6A49
}

#NavDrawer .mobile-nav__subsublist {
    display: none;
    margin-bottom: 1.5em
}

#NavDrawer .mobile-nav__subsublist a {
    text-transform: none
}

#NavDrawer .social-icons {
    position: relative;
    margin-top: 0px;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block
}

#NavDrawer.mobile-searching {
    padding-top: 50px;
    height: 100% !important
}

.menu-link {
    margin-bottom: 2em
}

.site-nav__link {
    padding: 16px 20px
}

#NavDrawer .mobile-nav__item a,
#NavDrawer .mobile-nav__toggle button {
    padding: .2em 0
}

.site-nav--mobile {
    text-align: left
}

.mobile-nav-separator {
    width: 1em;
    height: 1px;
    background: #000;
    margin: 1em auto;
    display: block
}

.drawer {
    -webkit-transition: none;
    transition: none
}

.js-drawer-open .drawer {
  top: 0 !important;
}

@media (min-width: 1025px) {
  .js-drawer-open .drawer {
    top: 14px !important;
    right: 10px;
    min-height: 280px;
    width: 338px;
    transform: none;
    padding: 22px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
}

.site-nav--active a,
.site-nav--active .social-icons li a,
.social-icons li .site-nav--active a {
    color: #BF6A49
}

article p,
article .shop .shop-image h1,
.shop .shop-image article h1,
article .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price article p,
article .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image article p,
article .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category article .price,
article .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image article .price,
article .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form article #desktop-search,
article .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image article #desktop-search,
article .pdp .add-to-cart,
.pdp article .add-to-cart,
article .pdp .variants li label,
.pdp .variants li article label,
article .pdp .basket-link,
.pdp article .basket-link,
article .customers form .ui-btn input,
.customers form .ui-btn article input {
    max-width: 440px;
    margin: 0 auto
}

content {
    text-align: center
}

section {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    overflow: hidden
}

.section {
    -webkit-overflow-scrolling: touch
}

@media (max-width: 1024px) {
    .section {
        height: 100%;
        overflow-y: scroll
    }
}

.section.flex {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex
}

.scroll-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-x: hidden
}

.one-page-content {
    padding-top: 80px
}

@media (max-width: 1024px) {
    .one-page-content {
        padding-top: 80px
    }
}

@media (max-width: 1440px) {
    .one-page-content {
        padding-top: 127px
    }
}

@media (min-width: 1440px) {
    .one-page-content {
        padding-top: 127px
    }
}

@media (max-width: 767px) {
    .one-page-content {
        padding-top: 80px
    }
}

.one-page-content content {
    margin-bottom: 70px
}

.one-page-content .page-content {
    position: absolute;
    width: 100%;
    top: 120px;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .one-page-content .page-content {
        top: 60px
    }
}

.js-Pjax-add {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.fixed-panel {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
}

.left-panel-overflow {
    padding-top: 6%
}

@media (max-width: 767px) {
    .left-panel-overflow {
        padding-top: 0
    }
}

.offset-panel {
    margin-left: 40%
}

.sub-section {
    display: none
}

.sub-section.hidden {
    visibility: hidden
}

.sub-section.flex {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex
}

input,
select,
textarea {
    border-radius: 0;
    padding: .5em
}

.section-collection .fixed-panel a.product-title {
    text-transform: uppercase
}

.section-collection .fixed-panel a.product-title .brand-title {
    text-transform: none
}

.section-collection .collection-submenu {
    display: inline-block;
    margin: 0 auto
}

.section-collection .collection-submenu h6 {
    text-transform: uppercase;
    letter-spacing: .01em;
    margin-bottom: 1em !important;
    color: #BF6A49
}

.section-collection .collection-submenu h6 a {
    color: #BF6A49
}

.section-collection .collection-submenu a {
    display: block;
    text-align: center;
    margin-bottom: 1em
}

.section-collection .collection-submenu a.active {
    color: #BF6A49
}

.title {
    text-transform: uppercase
}

.shop .fixed-panel .available-size {
    padding-bottom: 0
}

.shop .fixed-panel span.price {
    display: block
}

.shop[data-collection*="looks"] .fixed-panel span.price,
.shop[data-collection*="looks"] .fixed-panel p.available-size,
.shop[data-collection*="looks"] .fixed-panel ul.size-list {
    display: none
}

.shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image h1,
.shop .shop-image .fixed-panel span.price h1,
.shop .fixed-panel span.price .shop-image .shop-category .price,
.shop .shop-image .shop-category .fixed-panel span.price .price,
.shop-category .shop .fixed-panel span.price .shop-image .price,
.shop-category .shop .shop-image .fixed-panel span.price .price,
.shop .fixed-panel span.price .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .fixed-panel span.price #desktop-search,
.search-form .shop .fixed-panel span.price .shop-image #desktop-search,
.search-form .shop .shop-image .fixed-panel span.price #desktop-search,
.shop .fixed-panel span.price .pdp .add-to-cart,
.pdp .shop .fixed-panel span.price .add-to-cart,
.shop .fixed-panel span.price .pdp .variants li label,
.pdp .variants li .shop .fixed-panel span.price label,
.shop .fixed-panel span.price .pdp .basket-link,
.pdp .shop .fixed-panel span.price .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input {
    padding: 1em 0 1em 0;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    color: #000
}

.empty-basket {
    margin: 8em 0
}

@media (max-width: 767px) {
    .empty-basket {
        margin: 4em 0 8em 0
    }
}

.cart-section {
    overflow: auto
}

.cart-section .cart {
    width: 60%;
    margin: 0em auto;
    padding: 8em 0
}

@media (max-width: 1024px) {
    .cart-section .cart {
        width: calc(100% - 40px);
        margin-bottom: 18em;
        padding: 4em 0 8em 0
    }
    .cart-section .cart .grid__item {
        padding-left: 0
    }
}

.cart-section h1,
.cart-section .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .cart-section p,
.cart-section .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image .cart-section h1,
.cart-section .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price .cart-section h1,
.cart-section .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .cart-section .add-to-cart,
.cart-section .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .cart-section .add-to-cart,
.cart-section .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .cart-section label,
.cart-section .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .cart-section label,
.cart-section .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .cart-section .basket-link,
.cart-section .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .cart-section .basket-link,
.cart-section .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn .cart-section input,
.cart-section .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price .cart-section input,
.cart-section .blog content h1,
.blog content .cart-section h1,
.cart-section .shop-category .price,
.shop-category .cart-section .price,
.cart-section .search-form #desktop-search,
.search-form .cart-section #desktop-search,
.cart-section h2,
.cart-section #blog-brands li,
#blog-brands .cart-section li,
.cart-section p,
.cart-section .shop .shop-image h1,
.shop .shop-image .cart-section h1,
.cart-section .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .cart-section p,
.cart-section .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .cart-section p,
.cart-section .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .cart-section .price,
.cart-section .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .cart-section .price,
.cart-section .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .cart-section #desktop-search,
.cart-section .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .cart-section #desktop-search,
.cart-section .pdp .add-to-cart,
.pdp .cart-section .add-to-cart,
.cart-section .pdp .variants li label,
.pdp .variants li .cart-section label,
.cart-section .pdp .basket-link,
.pdp .cart-section .basket-link,
.cart-section .customers form .ui-btn input,
.customers form .ui-btn .cart-section input {
    margin: 0 auto;
    text-align: center
}

.cart-section .cart-table td,
.cart-section .cart-table th {
    padding: 0
}

.cart-section .cart-section .cart-table th,
.cart-section .cart-table th {
    text-transform: uppercase;
    padding-bottom: 1.5em
}

.cart-section .cart__row {
    border-top: 1px solid #979797
}

.cart-section table.full {
    margin-bottom: 0;
    margin-top: 2em
}

.cart-section .cart__row .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.cart-section .cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 0;
    margin: 0
}

@media (max-width: 1024px) {
    .cart-section .cart__row {
        padding: 18px 0
    }
}

.cart-section .cart-end {
    padding-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #979797;
    margin-bottom: 4em
}

@media (max-width: 1024px) {
    .cart-section .cart-end {
        margin-bottom: 0em
    }
}

.cart-section .cart__subtotal-title {
    text-transform: uppercase
}

.cart-section .cart-checkout-left-offset {
    -webkit-flex: 1 1 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%
}

.cart-section .cart-checkout-btn-holder {
    -webkit-flex: 1 1 60%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    text-align: center
}

.cart-section .cart-total-price {
    -webkit-flex: 1 1 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    text-align: center
}

.cart-section .update-btn {
    background: none;
    border: none;
    color: #1a1a1a;
    cursor: pointer;
    margin: 3em 0 1em 0
}

.cart-section .update-btn:hover {
    color: #000
}

.cart-section .cart-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin: 3em 0 1em 0
}

.cart-section .cart-labels div {
    text-transform: uppercase;
    text-align: center;
    -webkit-flex: 1 1 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%
}

.cart-section .product-price {
    -webkit-flex: 1 1 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.cart-section .table--responsive.cart-table .js-qty,
.cart-section .table--responsive.cart-table .ajaxcart__qty {
    float: none
}

.cart-section .cart__image {
    -webkit-flex: 1 1 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%
}

.cart-section .product-total,
.cart-section .product-quantity {
    -webkit-flex: 1 0 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.cart-section .product-info {
    text-align: center;
    -webkit-flex: 1 0 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-section .table--responsive td:before {
    display: none
}

.cart-section .table--responsive.cart-table img {
    margin: 0px 0;
    float: right
}

.cart-section .table__section+.table__section {
    margin: 0 !important;
    padding: 0 !important
}

.cart-section #AddToCart.is-added {
    pointer-events: none
}

.cart-section #AddToCart[disabled=disabled],
.cart-section #AddToCart:disabled,
.cart-section #AddToCart:active,
.cart-section #AddToCart:focus {
    background: none
}

.cart-section .btn[disabled],
.cart-section [disabled].btn--secondary,
.cart-section .btn.disabled,
.cart-section .disabled.btn--secondary,
.cart-section .rte .btn[disabled],
.cart-section .rte [disabled].btn--secondary,
.cart-section .rte .btn.disabled,
.cart-section .rte .disabled.btn--secondary {
    background: none
}

.cart-section .update-cart {
    background: none;
    border: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-bottom: 1em;
    color: #000
}

.cart-section .update-cart:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.cart-section .checkout {
    width: 100%;
    max-width: 384px;
    display: block;
    margin: 0 auto
}

.btn[disabled],
[disabled].btn--secondary,
.btn.disabled,
.disabled.btn--secondary,
.rte .btn[disabled],
.rte [disabled].btn--secondary,
.rte .btn.disabled,
.rte .disabled.btn--secondary {
    background: none !important
}

.blog content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0 !important
}

@media (max-width: 1024px) {
    .blog content {
        position: relative
    }
}

.blog content .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .blog content p,
.blog content .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image .blog content h1,
.blog content .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price .blog content h1,
.blog content .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .blog content .add-to-cart,
.blog content .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .blog content .add-to-cart,
.blog content .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .blog content label,
.blog content .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .blog content label,
.blog content .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .blog content .basket-link,
.blog content .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .blog content .basket-link,
.blog content .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn .blog content input,
.blog content .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price .blog content input,
.blog content h1,
.blog content .shop-category .price,
.shop-category .blog content .price,
.blog content .search-form #desktop-search,
.search-form .blog content #desktop-search {
    margin: 0 auto
}

.blog content div {
    display: table;
    width: 100%;
    height: 100%
}

.blog content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 40px
}

@media (max-width: 767px) {
    .blog content span {
        padding: 0 4vw
    }
}

.blog content:hover {
    cursor: pointer
}

.blog content:hover span {
    background: none
}

.blog content:hover p,
.blog content:hover .shop .shop-image h1,
.shop .shop-image .blog content:hover h1,
.blog content:hover .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .blog content:hover p,
.blog content:hover .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .blog content:hover p,
.blog content:hover .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .blog content:hover .price,
.blog content:hover .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .blog content:hover .price,
.blog content:hover .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .blog content:hover #desktop-search,
.blog content:hover .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .blog content:hover #desktop-search,
.blog content:hover .pdp .add-to-cart,
.pdp .blog content:hover .add-to-cart,
.blog content:hover .pdp .variants li label,
.pdp .variants li .blog content:hover label,
.blog content:hover .pdp .basket-link,
.pdp .blog content:hover .basket-link,
.blog content:hover .customers form .ui-btn input,
.customers form .ui-btn .blog content:hover input,
.blog content:hover a {
    color: #BF6A49
}

.blog content:hover .blog-block {
    background-size: cover
}

.blog .blog-block {
    background-size: 0
}

.blog .blog-block .inline-list {
    display: none
}

@media (max-width: 1024px) {
    .blog .blog-block {
        position: relative;
        background: none !important
    }
}

@media (max-width: 768px) {
    .blog .blog-block {
        padding-top: 20px
    }
}

@media all and (max-width: 1023px) and (min-width: 769px) {
    .blog .blog-block {
        padding-top: 64px
    }
}

@media (max-width: 768px) {
    .blog .blog-block span {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

.blog .blog-block-one span {
    padding-left: 60px
}

@media (max-width: 767px) {
    .blog .blog-block-one span {
        padding-left: 20px
    }
}

@media (min-width: 992px) {
    .blog .blog-sm-two span {
        padding-left: 40px
    }
}

.blog .blog-block-four span {
    padding-right: 60px
}

@media (max-width: 767px) {
    .blog .blog-block-four span {
        padding-right: 20px
    }
}

@media (max-width: 1024px) {
    .blog .blog-block-four span {
        padding-right: 20px
    }
}

@media (max-width: 991px) {
    .blog .blog-block-four span {
        padding-left: 20px
    }
}

@media (min-width: 992px) {
    .blog .blog-block-four span {
        padding-left: 60px
    }
}

@media (min-width: 1024px) {
    .blog .blog-block-four span {
        padding-right: 20px;
        padding-left: 60px
    }
}

@media (min-width: 1200px) {
    .blog .blog-block-four span {
        padding-right: 60px
    }
}

.blog .blog-sm-three span {
    padding-right: 20px
}

@media (max-width: 1024px) {
    .blog .blog-sm-three span {
        padding-right: 60px
    }
}

@media (max-width: 767px) {
    .blog .blog-sm-three span {
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .blog .blog-sm-three span {
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .blog .blog-sm-three span {
        padding-right: 60px
    }
}

@media (min-width: 1200px) {
    .blog .blog-sm-three span {
        padding-right: 20px
    }
}

.square-block:nth-child(1) .blog-block,
.square-block:nth-child(2) .blog-block,
.square-block:nth-child(3) .blog-block,
.square-block:nth-child(4) .blog-block {
    padding-top: 64px
}

@media (max-width: 767px) {
    .square-block:nth-child(1) .blog-block,
    .square-block:nth-child(2) .blog-block,
    .square-block:nth-child(3) .blog-block,
    .square-block:nth-child(4) .blog-block {
        padding-top: 20px
    }
}

.square-block {
    position: relative;
    padding: 40px 0;
    padding: 0
}

.square-block p,
.square-block .shop .shop-image h1,
.shop .shop-image .square-block h1,
.square-block .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .square-block p,
.square-block .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .square-block p,
.square-block .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .square-block .price,
.square-block .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .square-block .price,
.square-block .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .square-block #desktop-search,
.square-block .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .square-block #desktop-search,
.square-block .pdp .add-to-cart,
.pdp .square-block .add-to-cart,
.square-block .pdp .variants li label,
.pdp .variants li .square-block label,
.square-block .pdp .basket-link,
.pdp .square-block .basket-link,
.square-block .customers form .ui-btn input,
.customers form .ui-btn .square-block input,
.square-block h1,
.square-block .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .square-block p,
.square-block .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image .square-block h1,
.square-block .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price .square-block h1,
.square-block .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .square-block .add-to-cart,
.square-block .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .square-block .add-to-cart,
.square-block .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .square-block label,
.square-block .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .square-block label,
.square-block .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .square-block .basket-link,
.square-block .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .square-block .basket-link,
.square-block .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn .square-block input,
.square-block .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price .square-block input,
.square-block .blog content h1,
.blog content .square-block h1,
.square-block .shop-category .price,
.shop-category .square-block .price,
.square-block .search-form #desktop-search,
.search-form .square-block #desktop-search {
    margin: 0 auto
}

@media (max-width: 767px) {
    .square-block {
        padding-top: 20px
    }
}

@media (max-width: 1440px) {
    .square-block:last-child {
        margin-bottom: 4em
    }
}

.square-block:before {
    content: "";
    padding-top: 100%
}

@media (max-width: 1024px) {
    .square-block:before {
        display: none
    }
}

@media (max-width: 1440px) {
    .square-block:before {
        content: "";
        padding-top: 100%
    }
}

@media (min-width: 1440px) {
    .square-block:before {
        content: "";
        padding-top: 100%
    }
}

@media (max-width: 767px) {
    .blog-single .grid__col-8 {
        z-index: 9;
        background: #fff
    }
}

.slides-holder {
    padding: 0;
    margin: 0
}

.slides-holder .slides {
    padding: 0;
    margin: 0
}

.slides-holder .slides .slide {
    padding: 0;
    margin: 0;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%
}

.rte h1+h1,
.rte .shop .fixed-panel span.price p+h1,
.shop .fixed-panel span.price .rte p+h1,
.rte .shop .fixed-panel span.price .shop-image h1+h1,
.shop .fixed-panel span.price .shop-image .rte h1+h1,
.rte .shop .shop-image .fixed-panel span.price h1+h1,
.shop .shop-image .fixed-panel span.price .rte h1+h1,
.rte .shop .fixed-panel span.price .pdp .add-to-cart+h1,
.shop .fixed-panel span.price .pdp .rte .add-to-cart+h1,
.rte .pdp .shop .fixed-panel span.price .add-to-cart+h1,
.pdp .shop .fixed-panel span.price .rte .add-to-cart+h1,
.rte .shop .fixed-panel span.price .pdp .variants li label+h1,
.shop .fixed-panel span.price .pdp .variants li .rte label+h1,
.rte .pdp .variants li .shop .fixed-panel span.price label+h1,
.pdp .variants li .shop .fixed-panel span.price .rte label+h1,
.rte .shop .fixed-panel span.price .pdp .basket-link+h1,
.shop .fixed-panel span.price .pdp .rte .basket-link+h1,
.rte .pdp .shop .fixed-panel span.price .basket-link+h1,
.pdp .shop .fixed-panel span.price .rte .basket-link+h1,
.rte .shop .fixed-panel span.price .customers form .ui-btn input+h1,
.shop .fixed-panel span.price .customers form .ui-btn .rte input+h1,
.rte .customers form .ui-btn .shop .fixed-panel span.price input+h1,
.customers form .ui-btn .shop .fixed-panel span.price .rte input+h1,
.rte .blog content h1+h1,
.blog content .rte h1+h1,
.rte .shop-category .price+h1,
.shop-category .rte .price+h1,
.rte .search-form #desktop-search+h1,
.search-form .rte #desktop-search+h1,
.rte .shop .fixed-panel span.price h1+p,
.shop .fixed-panel span.price .rte h1+p,
.rte .shop .fixed-panel span.price p+p,
.shop .fixed-panel span.price .rte p+p,
.rte .shop .fixed-panel span.price .shop-image h1+p,
.shop .fixed-panel span.price .shop-image .rte h1+p,
.rte .shop .shop-image .fixed-panel span.price h1+p,
.shop .shop-image .fixed-panel span.price .rte h1+p,
.rte .shop .fixed-panel span.price .pdp .add-to-cart+p,
.shop .fixed-panel span.price .pdp .rte .add-to-cart+p,
.rte .pdp .shop .fixed-panel span.price .add-to-cart+p,
.pdp .shop .fixed-panel span.price .rte .add-to-cart+p,
.rte .shop .fixed-panel span.price .pdp .variants li label+p,
.shop .fixed-panel span.price .pdp .variants li .rte label+p,
.rte .pdp .variants li .shop .fixed-panel span.price label+p,
.pdp .variants li .shop .fixed-panel span.price .rte label+p,
.rte .shop .fixed-panel span.price .pdp .basket-link+p,
.shop .fixed-panel span.price .pdp .rte .basket-link+p,
.rte .pdp .shop .fixed-panel span.price .basket-link+p,
.pdp .shop .fixed-panel span.price .rte .basket-link+p,
.rte .shop .fixed-panel span.price .customers form .ui-btn input+p,
.shop .fixed-panel span.price .customers form .ui-btn .rte input+p,
.rte .customers form .ui-btn .shop .fixed-panel span.price input+p,
.customers form .ui-btn .shop .fixed-panel span.price .rte input+p,
.rte .blog content .shop .fixed-panel span.price h1+p,
.shop .fixed-panel span.price .rte .blog content h1+p,
.blog content .rte .shop .fixed-panel span.price h1+p,
.shop .fixed-panel span.price .blog content .rte h1+p,
.rte .shop-category .shop .fixed-panel span.price .price+p,
.shop .fixed-panel span.price .rte .shop-category .price+p,
.shop-category .rte .shop .fixed-panel span.price .price+p,
.shop .fixed-panel span.price .shop-category .rte .price+p,
.rte .search-form .shop .fixed-panel span.price #desktop-search+p,
.shop .fixed-panel span.price .rte .search-form #desktop-search+p,
.search-form .rte .shop .fixed-panel span.price #desktop-search+p,
.shop .fixed-panel span.price .search-form .rte #desktop-search+p,
.rte .shop .fixed-panel span.price .shop-image h1+h1,
.shop .fixed-panel span.price .shop-image .rte h1+h1,
.rte .shop .fixed-panel span.price .shop-image p+h1,
.shop .fixed-panel span.price .rte .shop-image p+h1,
.shop .fixed-panel span.price .shop-image .rte p+h1,
.rte .shop .fixed-panel span.price .shop-image h1+h1,
.shop .fixed-panel span.price .shop-image .rte h1+h1,
.rte .shop .shop-image .fixed-panel span.price .shop-image h1+h1,
.shop .shop-image .fixed-panel span.price .rte .shop-image h1+h1,
.shop .shop-image .fixed-panel span.price .shop-image .rte h1+h1,
.rte .shop .fixed-panel span.price .pdp .shop-image .add-to-cart+h1,
.rte .shop .fixed-panel span.price .shop-image .pdp .add-to-cart+h1,
.shop .fixed-panel span.price .pdp .rte .shop-image .add-to-cart+h1,
.shop .fixed-panel span.price .shop-image .pdp .rte .add-to-cart+h1,
.rte .pdp .shop .fixed-panel span.price .shop-image .add-to-cart+h1,
.pdp .shop .fixed-panel span.price .rte .shop-image .add-to-cart+h1,
.pdp .shop .fixed-panel span.price .shop-image .rte .add-to-cart+h1,
.rte .shop .fixed-panel span.price .pdp .variants li .shop-image label+h1,
.rte .shop .fixed-panel span.price .shop-image .pdp .variants li label+h1,
.shop .fixed-panel span.price .pdp .variants li .rte .shop-image label+h1,
.shop .fixed-panel span.price .shop-image .pdp .variants li .rte label+h1,
.rte .pdp .variants li .shop .fixed-panel span.price .shop-image label+h1,
.pdp .variants li .shop .fixed-panel span.price .rte .shop-image label+h1,
.pdp .variants li .shop .fixed-panel span.price .shop-image .rte label+h1,
.rte .shop .fixed-panel span.price .pdp .shop-image .basket-link+h1,
.rte .shop .fixed-panel span.price .shop-image .pdp .basket-link+h1,
.shop .fixed-panel span.price .pdp .rte .shop-image .basket-link+h1,
.shop .fixed-panel span.price .shop-image .pdp .rte .basket-link+h1,
.rte .pdp .shop .fixed-panel span.price .shop-image .basket-link+h1,
.pdp .shop .fixed-panel span.price .rte .shop-image .basket-link+h1,
.pdp .shop .fixed-panel span.price .shop-image .rte .basket-link+h1,
.rte .shop .fixed-panel span.price .customers form .ui-btn .shop-image input+h1,
.rte .shop .fixed-panel span.price .shop-image .customers form .ui-btn input+h1,
.shop .fixed-panel span.price .customers form .ui-btn .rte .shop-image input+h1,
.shop .fixed-panel span.price .shop-image .customers form .ui-btn .rte input+h1,
.rte .customers form .ui-btn .shop .fixed-panel span.price .shop-image input+h1,
.customers form .ui-btn .shop .fixed-panel span.price .rte .shop-image input+h1,
.customers form .ui-btn .shop .fixed-panel span.price .shop-image .rte input+h1,
.rte .blog content .shop .fixed-panel span.price .shop-image h1+h1,
.shop .fixed-panel span.price .shop-image .rte .blog content h1+h1,
.blog content .rte .shop .fixed-panel span.price .shop-image h1+h1,
.shop .fixed-panel span.price .shop-image .blog content .rte h1+h1,
.rte .shop-category .shop .fixed-panel span.price .shop-image .price+h1,
.shop .fixed-panel span.price .shop-image .rte .shop-category .price+h1,
.shop-category .rte .shop .fixed-panel span.price .shop-image .price+h1,
.shop .fixed-panel span.price .shop-image .shop-category .rte .price+h1,
.rte .search-form .shop .fixed-panel span.price .shop-image #desktop-search+h1,
.shop .fixed-panel span.price .shop-image .rte .search-form #desktop-search+h1,
.search-form .rte .shop .fixed-panel span.price .shop-image #desktop-search+h1,
.shop .fixed-panel span.price .shop-image .search-form .rte #desktop-search+h1,
.rte .shop .shop-image .fixed-panel span.price h1+h1,
.shop .shop-image .fixed-panel span.price .rte h1+h1,
.rte .shop .shop-image .fixed-panel span.price p+h1,
.shop .shop-image .fixed-panel span.price .rte p+h1,
.rte .shop .shop-image .fixed-panel span.price .shop-image h1+h1,
.shop .shop-image .fixed-panel span.price .shop-image .rte h1+h1,
.rte .shop .shop-image .fixed-panel span.price h1+h1,
.shop .shop-image .fixed-panel span.price .rte h1+h1,
.rte .shop .shop-image .fixed-panel span.price .pdp .add-to-cart+h1,
.shop .shop-image .fixed-panel span.price .pdp .rte .add-to-cart+h1,
.rte .pdp .shop .shop-image .fixed-panel span.price .add-to-cart+h1,
.pdp .shop .shop-image .fixed-panel span.price .rte .add-to-cart+h1,
.rte .shop .shop-image .fixed-panel span.price .pdp .variants li label+h1,
.shop .shop-image .fixed-panel span.price .pdp .variants li .rte label+h1,
.rte .pdp .variants li .shop .shop-image .fixed-panel span.price label+h1,
.pdp .variants li .shop .shop-image .fixed-panel span.price .rte label+h1,
.rte .shop .shop-image .fixed-panel span.price .pdp .basket-link+h1,
.shop .shop-image .fixed-panel span.price .pdp .rte .basket-link+h1,
.rte .pdp .shop .shop-image .fixed-panel span.price .basket-link+h1,
.pdp .shop .shop-image .fixed-panel span.price .rte .basket-link+h1,
.rte .shop .shop-image .fixed-panel span.price .customers form .ui-btn input+h1,
.shop .shop-image .fixed-panel span.price .customers form .ui-btn .rte input+h1,
.rte .customers form .ui-btn .shop .shop-image .fixed-panel span.price input+h1,
.customers form .ui-btn .shop .shop-image .fixed-panel span.price .rte input+h1,
.rte .blog content .shop .shop-image .fixed-panel span.price h1+h1,
.shop .shop-image .fixed-panel span.price .rte .blog content h1+h1,
.blog content .rte .shop .shop-image .fixed-panel span.price h1+h1,
.shop .shop-image .fixed-panel span.price .blog content .rte h1+h1,
.rte .shop-category .shop .shop-image .fixed-panel span.price .price+h1,
.shop .shop-image .fixed-panel span.price .rte .shop-category .price+h1,
.shop-category .rte .shop .shop-image .fixed-panel span.price .price+h1,
.shop .shop-image .fixed-panel span.price .shop-category .rte .price+h1,
.rte .search-form .shop .shop-image .fixed-panel span.price #desktop-search+h1,
.shop .shop-image .fixed-panel span.price .rte .search-form #desktop-search+h1,
.search-form .rte .shop .shop-image .fixed-panel span.price #desktop-search+h1,
.shop .shop-image .fixed-panel span.price .search-form .rte #desktop-search+h1,
.rte .shop .fixed-panel span.price .pdp h1+.add-to-cart,
.shop .fixed-panel span.price .pdp .rte h1+.add-to-cart,
.rte .shop .fixed-panel span.price .pdp p+.add-to-cart,
.shop .fixed-panel span.price .rte .pdp p+.add-to-cart,
.shop .fixed-panel span.price .pdp .rte p+.add-to-cart,
.rte .shop .fixed-panel span.price .shop-image .pdp h1+.add-to-cart,
.rte .shop .fixed-panel span.price .pdp .shop-image h1+.add-to-cart,
.shop .fixed-panel span.price .shop-image .rte .pdp h1+.add-to-cart,
.shop .fixed-panel span.price .pdp .shop-image .rte h1+.add-to-cart,
.rte .shop .shop-image .fixed-panel span.price .pdp h1+.add-to-cart,
.shop .shop-image .fixed-panel span.price .rte .pdp h1+.add-to-cart,
.shop .shop-image .fixed-panel span.price .pdp .rte h1+.add-to-cart,
.rte .shop .fixed-panel span.price .pdp .add-to-cart+.add-to-cart,
.shop .fixed-panel span.price .pdp .rte .add-to-cart+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .pdp .add-to-cart+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte .pdp .add-to-cart+.add-to-cart,
.pdp .shop .fixed-panel span.price .pdp .rte .add-to-cart+.add-to-cart,
.rte .shop .fixed-panel span.price .pdp .variants li label+.add-to-cart,
.shop .fixed-panel span.price .pdp .variants li .rte label+.add-to-cart,
.rte .pdp .variants li .shop .fixed-panel span.price .pdp label+.add-to-cart,
.pdp .variants li .shop .fixed-panel span.price .rte .pdp label+.add-to-cart,
.pdp .variants li .shop .fixed-panel span.price .pdp .rte label+.add-to-cart,
.rte .shop .fixed-panel span.price .pdp .basket-link+.add-to-cart,
.shop .fixed-panel span.price .pdp .rte .basket-link+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .pdp .basket-link+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte .pdp .basket-link+.add-to-cart,
.pdp .shop .fixed-panel span.price .pdp .rte .basket-link+.add-to-cart,
.rte .shop .fixed-panel span.price .customers form .ui-btn .pdp input+.add-to-cart,
.rte .shop .fixed-panel span.price .pdp .customers form .ui-btn input+.add-to-cart,
.shop .fixed-panel span.price .customers form .ui-btn .rte .pdp input+.add-to-cart,
.shop .fixed-panel span.price .pdp .customers form .ui-btn .rte input+.add-to-cart,
.rte .customers form .ui-btn .shop .fixed-panel span.price .pdp input+.add-to-cart,
.customers form .ui-btn .shop .fixed-panel span.price .rte .pdp input+.add-to-cart,
.customers form .ui-btn .shop .fixed-panel span.price .pdp .rte input+.add-to-cart,
.rte .blog content .shop .fixed-panel span.price .pdp h1+.add-to-cart,
.shop .fixed-panel span.price .pdp .rte .blog content h1+.add-to-cart,
.blog content .rte .shop .fixed-panel span.price .pdp h1+.add-to-cart,
.shop .fixed-panel span.price .pdp .blog content .rte h1+.add-to-cart,
.rte .shop-category .shop .fixed-panel span.price .pdp .price+.add-to-cart,
.shop .fixed-panel span.price .pdp .rte .shop-category .price+.add-to-cart,
.shop-category .rte .shop .fixed-panel span.price .pdp .price+.add-to-cart,
.shop .fixed-panel span.price .pdp .shop-category .rte .price+.add-to-cart,
.rte .search-form .shop .fixed-panel span.price .pdp #desktop-search+.add-to-cart,
.shop .fixed-panel span.price .pdp .rte .search-form #desktop-search+.add-to-cart,
.search-form .rte .shop .fixed-panel span.price .pdp #desktop-search+.add-to-cart,
.shop .fixed-panel span.price .pdp .search-form .rte #desktop-search+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price h1+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte h1+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price p+.add-to-cart,
.pdp .rte .shop .fixed-panel span.price p+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte p+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .shop-image h1+.add-to-cart,
.pdp .rte .shop .fixed-panel span.price .shop-image h1+.add-to-cart,
.pdp .shop .fixed-panel span.price .shop-image .rte h1+.add-to-cart,
.rte .pdp .shop .shop-image .fixed-panel span.price h1+.add-to-cart,
.pdp .rte .shop .shop-image .fixed-panel span.price h1+.add-to-cart,
.pdp .shop .shop-image .fixed-panel span.price .rte h1+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .pdp .add-to-cart+.add-to-cart,
.pdp .rte .shop .fixed-panel span.price .pdp .add-to-cart+.add-to-cart,
.pdp .shop .fixed-panel span.price .pdp .rte .add-to-cart+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .add-to-cart+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte .add-to-cart+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .pdp .variants li label+.add-to-cart,
.pdp .rte .shop .fixed-panel span.price .pdp .variants li label+.add-to-cart,
.pdp .shop .fixed-panel span.price .pdp .variants li .rte label+.add-to-cart,
.rte .pdp .variants li .shop .fixed-panel span.price label+.add-to-cart,
.pdp .variants li .shop .fixed-panel span.price .rte label+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .pdp .basket-link+.add-to-cart,
.pdp .rte .shop .fixed-panel span.price .pdp .basket-link+.add-to-cart,
.pdp .shop .fixed-panel span.price .pdp .rte .basket-link+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .basket-link+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte .basket-link+.add-to-cart,
.rte .pdp .shop .fixed-panel span.price .customers form .ui-btn input+.add-to-cart,
.pdp .rte .shop .fixed-panel span.price .customers form .ui-btn input+.add-to-cart,
.pdp .shop .fixed-panel span.price .customers form .ui-btn .rte input+.add-to-cart,
.rte .customers form .ui-btn .pdp .shop .fixed-panel span.price input+.add-to-cart,
.pdp .rte .customers form .ui-btn .shop .fixed-panel span.price input+.add-to-cart,
.customers form .ui-btn .pdp .shop .fixed-panel span.price .rte input+.add-to-cart,
.pdp .customers form .ui-btn .shop .fixed-panel span.price .rte input+.add-to-cart,
.rte .blog content .pdp .shop .fixed-panel span.price h1+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte .blog content h1+.add-to-cart,
.blog content .rte .pdp .shop .fixed-panel span.price h1+.add-to-cart,
.pdp .shop .fixed-panel span.price .blog content .rte h1+.add-to-cart,
.rte .shop-category .pdp .shop .fixed-panel span.price .price+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte .shop-category .price+.add-to-cart,
.shop-category .rte .pdp .shop .fixed-panel span.price .price+.add-to-cart,
.pdp .shop .fixed-panel span.price .shop-category .rte .price+.add-to-cart,
.rte .search-form .pdp .shop .fixed-panel span.price #desktop-search+.add-to-cart,
.pdp .shop .fixed-panel span.price .rte .search-form #desktop-search+.add-to-cart,
.search-form .rte .pdp .shop .fixed-panel span.price #desktop-search+.add-to-cart,
.pdp .shop .fixed-panel span.price .search-form .rte #desktop-search+.add-to-cart,
.rte .shop .fixed-panel span.price .pdp .variants li h1+label,
.shop .fixed-panel span.price .pdp .variants li .rte h1+label,
.rte .shop .fixed-panel span.price .pdp .variants li p+label,
.shop .fixed-panel span.price .rte .pdp .variants li p+label,
.shop .fixed-panel span.price .pdp .variants li .rte p+label,
.rte .shop .fixed-panel span.price .shop-image .pdp .variants li h1+label,
.rte .shop .fixed-panel span.price .pdp .variants li .shop-image h1+label,
.shop .fixed-panel span.price .shop-image .rte .pdp .variants li h1+label,
.shop .fixed-panel span.price .pdp .variants li .shop-image .rte h1+label,
.rte .shop .shop-image .fixed-panel span.price .pdp .variants li h1+label,
.shop .shop-image .fixed-panel span.price .rte .pdp .variants li h1+label,
.shop .shop-image .fixed-panel span.price .pdp .variants li .rte h1+label,
.rte .shop .fixed-panel span.price .pdp .variants li .add-to-cart+label,
.shop .fixed-panel span.price .pdp .rte .variants li .add-to-cart+label,
.shop .fixed-panel span.price .pdp .variants li .rte .add-to-cart+label,
.rte .pdp .shop .fixed-panel span.price .pdp .variants li .add-to-cart+label,
.pdp .shop .fixed-panel span.price .rte .pdp .variants li .add-to-cart+label,
.pdp .shop .fixed-panel span.price .pdp .variants li .rte .add-to-cart+label,
.rte .shop .fixed-panel span.price .pdp .variants li label+label,
.shop .fixed-panel span.price .pdp .variants li .rte label+label,
.rte .pdp .variants li .shop .fixed-panel span.price .pdp .variants li label+label,
.pdp .variants li .shop .fixed-panel span.price .rte .pdp .variants li label+label,
.pdp .variants li .shop .fixed-panel span.price .pdp .variants li .rte label+label,
.rte .shop .fixed-panel span.price .pdp .variants li .basket-link+label,
.shop .fixed-panel span.price .pdp .rte .variants li .basket-link+label,
.shop .fixed-panel span.price .pdp .variants li .rte .basket-link+label,
.rte .pdp .shop .fixed-panel span.price .pdp .variants li .basket-link+label,
.pdp .shop .fixed-panel span.price .rte .pdp .variants li .basket-link+label,
.pdp .shop .fixed-panel span.price .pdp .variants li .rte .basket-link+label,
.rte .shop .fixed-panel span.price .customers form .ui-btn .pdp .variants li input+label,
.rte .shop .fixed-panel span.price .pdp .variants li .customers form .ui-btn input+label,
.shop .fixed-panel span.price .customers form .ui-btn .rte .pdp .variants li input+label,
.shop .fixed-panel span.price .pdp .variants li .customers form .ui-btn .rte input+label,
.rte .customers form .ui-btn .shop .fixed-panel span.price .pdp .variants li input+label,
.customers form .ui-btn .shop .fixed-panel span.price .rte .pdp .variants li input+label,
.customers form .ui-btn .shop .fixed-panel span.price .pdp .variants li .rte input+label,
.rte .blog content .shop .fixed-panel span.price .pdp .variants li h1+label,
.shop .fixed-panel span.price .pdp .variants li .rte .blog content h1+label,
.blog content .rte .shop .fixed-panel span.price .pdp .variants li h1+label,
.shop .fixed-panel span.price .pdp .variants li .blog content .rte h1+label,
.rte .shop-category .shop .fixed-panel span.price .pdp .variants li .price+label,
.shop .fixed-panel span.price .pdp .variants li .rte .shop-category .price+label,
.shop-category .rte .shop .fixed-panel span.price .pdp .variants li .price+label,
.shop .fixed-panel span.price .pdp .variants li .shop-category .rte .price+label,
.rte .search-form .shop .fixed-panel span.price .pdp .variants li #desktop-search+label,
.shop .fixed-panel span.price .pdp .variants li .rte .search-form #desktop-search+label,
.search-form .rte .shop .fixed-panel span.price .pdp .variants li #desktop-search+label,
.shop .fixed-panel span.price .pdp .variants li .search-form .rte #desktop-search+label,
.rte .pdp .variants li .shop .fixed-panel span.price h1+label,
.pdp .variants li .shop .fixed-panel span.price .rte h1+label,
.rte .pdp .variants li .shop .fixed-panel span.price p+label,
.pdp .variants li .rte .shop .fixed-panel span.price p+label,
.pdp .variants li .shop .fixed-panel span.price .rte p+label,
.rte .pdp .variants li .shop .fixed-panel span.price .shop-image h1+label,
.pdp .variants li .rte .shop .fixed-panel span.price .shop-image h1+label,
.pdp .variants li .shop .fixed-panel span.price .shop-image .rte h1+label,
.rte .pdp .variants li .shop .shop-image .fixed-panel span.price h1+label,
.pdp .variants li .rte .shop .shop-image .fixed-panel span.price h1+label,
.pdp .variants li .shop .shop-image .fixed-panel span.price .rte h1+label,
.rte .pdp .variants li .shop .fixed-panel span.price .pdp .add-to-cart+label,
.pdp .variants li .rte .shop .fixed-panel span.price .pdp .add-to-cart+label,
.pdp .variants li .shop .fixed-panel span.price .pdp .rte .add-to-cart+label,
.rte .pdp .variants li .shop .fixed-panel span.price .add-to-cart+label,
.pdp .variants li .shop .fixed-panel span.price .rte .add-to-cart+label,
.rte .shop .fixed-panel span.price .pdp .variants li .shop .fixed-panel span.price label+label,
.shop .fixed-panel span.price .pdp .variants li .rte .shop .fixed-panel span.price label+label,
.shop .fixed-panel span.price .pdp .variants li .shop .fixed-panel span.price .rte label+label,
.rte .pdp .variants li .shop .fixed-panel span.price label+label,
.pdp .variants li .shop .fixed-panel span.price .rte label+label,
.rte .pdp .variants li .shop .fixed-panel span.price .pdp .basket-link+label,
.pdp .variants li .rte .shop .fixed-panel span.price .pdp .basket-link+label,
.pdp .variants li .shop .fixed-panel span.price .pdp .rte .basket-link+label,
.rte .pdp .variants li .shop .fixed-panel span.price .basket-link+label,
.pdp .variants li .shop .fixed-panel span.price .rte .basket-link+label,
.rte .pdp .variants li .shop .fixed-panel span.price .customers form .ui-btn input+label,
.pdp .variants li .rte .shop .fixed-panel span.price .customers form .ui-btn input+label,
.pdp .variants li .shop .fixed-panel span.price .customers form .ui-btn .rte input+label,
.rte .customers form .ui-btn .pdp .variants li .shop .fixed-panel span.price input+label,
.pdp .variants li .rte .customers form .ui-btn .shop .fixed-panel span.price input+label,
.customers form .ui-btn .pdp .variants li .shop .fixed-panel span.price .rte input+label,
.pdp .variants li .customers form .ui-btn .shop .fixed-panel span.price .rte input+label,
.rte .blog content .pdp .variants li .shop .fixed-panel span.price h1+label,
.pdp .variants li .shop .fixed-panel span.price .rte .blog content h1+label,
.blog content .rte .pdp .variants li .shop .fixed-panel span.price h1+label,
.pdp .variants li .shop .fixed-panel span.price .blog content .rte h1+label,
.rte .shop-category .pdp .variants li .shop .fixed-panel span.price .price+label,
.pdp .variants li .shop .fixed-panel span.price .rte .shop-category .price+label,
.shop-category .rte .pdp .variants li .shop .fixed-panel span.price .price+label,
.pdp .variants li .shop .fixed-panel span.price .shop-category .rte .price+label,
.rte .search-form .pdp .variants li .shop .fixed-panel span.price #desktop-search+label,
.pdp .variants li .shop .fixed-panel span.price .rte .search-form #desktop-search+label,
.search-form .rte .pdp .variants li .shop .fixed-panel span.price #desktop-search+label,
.pdp .variants li .shop .fixed-panel span.price .search-form .rte #desktop-search+label,
.rte .shop .fixed-panel span.price .pdp h1+.basket-link,
.shop .fixed-panel span.price .pdp .rte h1+.basket-link,
.rte .shop .fixed-panel span.price .pdp p+.basket-link,
.shop .fixed-panel span.price .rte .pdp p+.basket-link,
.shop .fixed-panel span.price .pdp .rte p+.basket-link,
.rte .shop .fixed-panel span.price .shop-image .pdp h1+.basket-link,
.rte .shop .fixed-panel span.price .pdp .shop-image h1+.basket-link,
.shop .fixed-panel span.price .shop-image .rte .pdp h1+.basket-link,
.shop .fixed-panel span.price .pdp .shop-image .rte h1+.basket-link,
.rte .shop .shop-image .fixed-panel span.price .pdp h1+.basket-link,
.shop .shop-image .fixed-panel span.price .rte .pdp h1+.basket-link,
.shop .shop-image .fixed-panel span.price .pdp .rte h1+.basket-link,
.rte .shop .fixed-panel span.price .pdp .add-to-cart+.basket-link,
.shop .fixed-panel span.price .pdp .rte .add-to-cart+.basket-link,
.rte .pdp .shop .fixed-panel span.price .pdp .add-to-cart+.basket-link,
.pdp .shop .fixed-panel span.price .rte .pdp .add-to-cart+.basket-link,
.pdp .shop .fixed-panel span.price .pdp .rte .add-to-cart+.basket-link,
.rte .shop .fixed-panel span.price .pdp .variants li label+.basket-link,
.shop .fixed-panel span.price .pdp .variants li .rte label+.basket-link,
.rte .pdp .variants li .shop .fixed-panel span.price .pdp label+.basket-link,
.pdp .variants li .shop .fixed-panel span.price .rte .pdp label+.basket-link,
.pdp .variants li .shop .fixed-panel span.price .pdp .rte label+.basket-link,
.rte .shop .fixed-panel span.price .pdp .basket-link+.basket-link,
.shop .fixed-panel span.price .pdp .rte .basket-link+.basket-link,
.rte .pdp .shop .fixed-panel span.price .pdp .basket-link+.basket-link,
.pdp .shop .fixed-panel span.price .rte .pdp .basket-link+.basket-link,
.pdp .shop .fixed-panel span.price .pdp .rte .basket-link+.basket-link,
.rte .shop .fixed-panel span.price .customers form .ui-btn .pdp input+.basket-link,
.rte .shop .fixed-panel span.price .pdp .customers form .ui-btn input+.basket-link,
.shop .fixed-panel span.price .customers form .ui-btn .rte .pdp input+.basket-link,
.shop .fixed-panel span.price .pdp .customers form .ui-btn .rte input+.basket-link,
.rte .customers form .ui-btn .shop .fixed-panel span.price .pdp input+.basket-link,
.customers form .ui-btn .shop .fixed-panel span.price .rte .pdp input+.basket-link,
.customers form .ui-btn .shop .fixed-panel span.price .pdp .rte input+.basket-link,
.rte .blog content .shop .fixed-panel span.price .pdp h1+.basket-link,
.shop .fixed-panel span.price .pdp .rte .blog content h1+.basket-link,
.blog content .rte .shop .fixed-panel span.price .pdp h1+.basket-link,
.shop .fixed-panel span.price .pdp .blog content .rte h1+.basket-link,
.rte .shop-category .shop .fixed-panel span.price .pdp .price+.basket-link,
.shop .fixed-panel span.price .pdp .rte .shop-category .price+.basket-link,
.shop-category .rte .shop .fixed-panel span.price .pdp .price+.basket-link,
.shop .fixed-panel span.price .pdp .shop-category .rte .price+.basket-link,
.rte .search-form .shop .fixed-panel span.price .pdp #desktop-search+.basket-link,
.shop .fixed-panel span.price .pdp .rte .search-form #desktop-search+.basket-link,
.search-form .rte .shop .fixed-panel span.price .pdp #desktop-search+.basket-link,
.shop .fixed-panel span.price .pdp .search-form .rte #desktop-search+.basket-link,
.rte .pdp .shop .fixed-panel span.price h1+.basket-link,
.pdp .shop .fixed-panel span.price .rte h1+.basket-link,
.rte .pdp .shop .fixed-panel span.price p+.basket-link,
.pdp .rte .shop .fixed-panel span.price p+.basket-link,
.pdp .shop .fixed-panel span.price .rte p+.basket-link,
.rte .pdp .shop .fixed-panel span.price .shop-image h1+.basket-link,
.pdp .rte .shop .fixed-panel span.price .shop-image h1+.basket-link,
.pdp .shop .fixed-panel span.price .shop-image .rte h1+.basket-link,
.rte .pdp .shop .shop-image .fixed-panel span.price h1+.basket-link,
.pdp .rte .shop .shop-image .fixed-panel span.price h1+.basket-link,
.pdp .shop .shop-image .fixed-panel span.price .rte h1+.basket-link,
.rte .pdp .shop .fixed-panel span.price .pdp .add-to-cart+.basket-link,
.pdp .rte .shop .fixed-panel span.price .pdp .add-to-cart+.basket-link,
.pdp .shop .fixed-panel span.price .pdp .rte .add-to-cart+.basket-link,
.rte .pdp .shop .fixed-panel span.price .add-to-cart+.basket-link,
.pdp .shop .fixed-panel span.price .rte .add-to-cart+.basket-link,
.rte .pdp .shop .fixed-panel span.price .pdp .variants li label+.basket-link,
.pdp .rte .shop .fixed-panel span.price .pdp .variants li label+.basket-link,
.pdp .shop .fixed-panel span.price .pdp .variants li .rte label+.basket-link,
.rte .pdp .variants li .shop .fixed-panel span.price label+.basket-link,
.pdp .variants li .shop .fixed-panel span.price .rte label+.basket-link,
.rte .pdp .shop .fixed-panel span.price .pdp .basket-link+.basket-link,
.pdp .rte .shop .fixed-panel span.price .pdp .basket-link+.basket-link,
.pdp .shop .fixed-panel span.price .pdp .rte .basket-link+.basket-link,
.rte .pdp .shop .fixed-panel span.price .basket-link+.basket-link,
.pdp .shop .fixed-panel span.price .rte .basket-link+.basket-link,
.rte .pdp .shop .fixed-panel span.price .customers form .ui-btn input+.basket-link,
.pdp .rte .shop .fixed-panel span.price .customers form .ui-btn input+.basket-link,
.pdp .shop .fixed-panel span.price .customers form .ui-btn .rte input+.basket-link,
.rte .customers form .ui-btn .pdp .shop .fixed-panel span.price input+.basket-link,
.pdp .rte .customers form .ui-btn .shop .fixed-panel span.price input+.basket-link,
.customers form .ui-btn .pdp .shop .fixed-panel span.price .rte input+.basket-link,
.pdp .customers form .ui-btn .shop .fixed-panel span.price .rte input+.basket-link,
.rte .blog content .pdp .shop .fixed-panel span.price h1+.basket-link,
.pdp .shop .fixed-panel span.price .rte .blog content h1+.basket-link,
.blog content .rte .pdp .shop .fixed-panel span.price h1+.basket-link,
.pdp .shop .fixed-panel span.price .blog content .rte h1+.basket-link,
.rte .shop-category .pdp .shop .fixed-panel span.price .price+.basket-link,
.pdp .shop .fixed-panel span.price .rte .shop-category .price+.basket-link,
.shop-category .rte .pdp .shop .fixed-panel span.price .price+.basket-link,
.pdp .shop .fixed-panel span.price .shop-category .rte .price+.basket-link,
.rte .search-form .pdp .shop .fixed-panel span.price #desktop-search+.basket-link,
.pdp .shop .fixed-panel span.price .rte .search-form #desktop-search+.basket-link,
.search-form .rte .pdp .shop .fixed-panel span.price #desktop-search+.basket-link,
.pdp .shop .fixed-panel span.price .search-form .rte #desktop-search+.basket-link,
.rte .shop .fixed-panel span.price .customers form .ui-btn h1+input,
.shop .fixed-panel span.price .customers form .ui-btn .rte h1+input,
.rte .shop .fixed-panel span.price .customers form .ui-btn p+input,
.shop .fixed-panel span.price .rte .customers form .ui-btn p+input,
.shop .fixed-panel span.price .customers form .ui-btn .rte p+input,
.rte .shop .fixed-panel span.price .shop-image .customers form .ui-btn h1+input,
.rte .shop .fixed-panel span.price .customers form .ui-btn .shop-image h1+input,
.shop .fixed-panel span.price .shop-image .rte .customers form .ui-btn h1+input,
.shop .fixed-panel span.price .customers form .ui-btn .shop-image .rte h1+input,
.rte .shop .shop-image .fixed-panel span.price .customers form .ui-btn h1+input,
.shop .shop-image .fixed-panel span.price .rte .customers form .ui-btn h1+input,
.shop .shop-image .fixed-panel span.price .customers form .ui-btn .rte h1+input,
.rte .shop .fixed-panel span.price .pdp .customers form .ui-btn .add-to-cart+input,
.rte .shop .fixed-panel span.price .customers form .ui-btn .pdp .add-to-cart+input,
.shop .fixed-panel span.price .pdp .rte .customers form .ui-btn .add-to-cart+input,
.shop .fixed-panel span.price .customers form .ui-btn .pdp .rte .add-to-cart+input,
.rte .pdp .shop .fixed-panel span.price .customers form .ui-btn .add-to-cart+input,
.pdp .shop .fixed-panel span.price .rte .customers form .ui-btn .add-to-cart+input,
.pdp .shop .fixed-panel span.price .customers form .ui-btn .rte .add-to-cart+input,
.rte .shop .fixed-panel span.price .pdp .variants li .customers form .ui-btn label+input,
.rte .shop .fixed-panel span.price .customers form .ui-btn .pdp .variants li label+input,
.shop .fixed-panel span.price .pdp .variants li .rte .customers form .ui-btn label+input,
.shop .fixed-panel span.price .customers form .ui-btn .pdp .variants li .rte label+input,
.rte .pdp .variants li .shop .fixed-panel span.price .customers form .ui-btn label+input,
.pdp .variants li .shop .fixed-panel span.price .rte .customers form .ui-btn label+input,
.pdp .variants li .shop .fixed-panel span.price .customers form .ui-btn .rte label+input,
.rte .shop .fixed-panel span.price .pdp .customers form .ui-btn .basket-link+input,
.rte .shop .fixed-panel span.price .customers form .ui-btn .pdp .basket-link+input,
.shop .fixed-panel span.price .pdp .rte .customers form .ui-btn .basket-link+input,
.shop .fixed-panel span.price .customers form .ui-btn .pdp .rte .basket-link+input,
.rte .pdp .shop .fixed-panel span.price .customers form .ui-btn .basket-link+input,
.pdp .shop .fixed-panel span.price .rte .customers form .ui-btn .basket-link+input,
.pdp .shop .fixed-panel span.price .customers form .ui-btn .rte .basket-link+input,
.rte .shop .fixed-panel span.price .customers form .ui-btn input+input,
.shop .fixed-panel span.price .customers form .ui-btn .rte input+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price .customers form .ui-btn input+input,
.customers form .ui-btn .shop .fixed-panel span.price .rte .customers form .ui-btn input+input,
.customers form .ui-btn .shop .fixed-panel span.price .customers form .ui-btn .rte input+input,
.rte .blog content .shop .fixed-panel span.price .customers form .ui-btn h1+input,
.shop .fixed-panel span.price .customers form .ui-btn .rte .blog content h1+input,
.blog content .rte .shop .fixed-panel span.price .customers form .ui-btn h1+input,
.shop .fixed-panel span.price .customers form .ui-btn .blog content .rte h1+input,
.rte .shop-category .shop .fixed-panel span.price .customers form .ui-btn .price+input,
.shop .fixed-panel span.price .customers form .ui-btn .rte .shop-category .price+input,
.shop-category .rte .shop .fixed-panel span.price .customers form .ui-btn .price+input,
.shop .fixed-panel span.price .customers form .ui-btn .shop-category .rte .price+input,
.rte .search-form .shop .fixed-panel span.price .customers form .ui-btn #desktop-search+input,
.shop .fixed-panel span.price .customers form .ui-btn .rte .search-form #desktop-search+input,
.search-form .rte .shop .fixed-panel span.price .customers form .ui-btn #desktop-search+input,
.shop .fixed-panel span.price .customers form .ui-btn .search-form .rte #desktop-search+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price h1+input,
.customers form .ui-btn .shop .fixed-panel span.price .rte h1+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price p+input,
.customers form .ui-btn .rte .shop .fixed-panel span.price p+input,
.customers form .ui-btn .shop .fixed-panel span.price .rte p+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price .shop-image h1+input,
.customers form .ui-btn .rte .shop .fixed-panel span.price .shop-image h1+input,
.customers form .ui-btn .shop .fixed-panel span.price .shop-image .rte h1+input,
.rte .customers form .ui-btn .shop .shop-image .fixed-panel span.price h1+input,
.customers form .ui-btn .rte .shop .shop-image .fixed-panel span.price h1+input,
.customers form .ui-btn .shop .shop-image .fixed-panel span.price .rte h1+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price .pdp .add-to-cart+input,
.customers form .ui-btn .rte .shop .fixed-panel span.price .pdp .add-to-cart+input,
.customers form .ui-btn .shop .fixed-panel span.price .pdp .rte .add-to-cart+input,
.rte .pdp .customers form .ui-btn .shop .fixed-panel span.price .add-to-cart+input,
.customers form .ui-btn .rte .pdp .shop .fixed-panel span.price .add-to-cart+input,
.pdp .customers form .ui-btn .shop .fixed-panel span.price .rte .add-to-cart+input,
.customers form .ui-btn .pdp .shop .fixed-panel span.price .rte .add-to-cart+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price .pdp .variants li label+input,
.customers form .ui-btn .rte .shop .fixed-panel span.price .pdp .variants li label+input,
.customers form .ui-btn .shop .fixed-panel span.price .pdp .variants li .rte label+input,
.rte .pdp .variants li .customers form .ui-btn .shop .fixed-panel span.price label+input,
.customers form .ui-btn .rte .pdp .variants li .shop .fixed-panel span.price label+input,
.pdp .variants li .customers form .ui-btn .shop .fixed-panel span.price .rte label+input,
.customers form .ui-btn .pdp .variants li .shop .fixed-panel span.price .rte label+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price .pdp .basket-link+input,
.customers form .ui-btn .rte .shop .fixed-panel span.price .pdp .basket-link+input,
.customers form .ui-btn .shop .fixed-panel span.price .pdp .rte .basket-link+input,
.rte .pdp .customers form .ui-btn .shop .fixed-panel span.price .basket-link+input,
.customers form .ui-btn .rte .pdp .shop .fixed-panel span.price .basket-link+input,
.pdp .customers form .ui-btn .shop .fixed-panel span.price .rte .basket-link+input,
.customers form .ui-btn .pdp .shop .fixed-panel span.price .rte .basket-link+input,
.rte .shop .fixed-panel span.price .customers form .ui-btn .shop .fixed-panel span.price input+input,
.shop .fixed-panel span.price .customers form .ui-btn .rte .shop .fixed-panel span.price input+input,
.shop .fixed-panel span.price .customers form .ui-btn .shop .fixed-panel span.price .rte input+input,
.rte .customers form .ui-btn .shop .fixed-panel span.price input+input,
.customers form .ui-btn .shop .fixed-panel span.price .rte input+input,
.rte .blog content .customers form .ui-btn .shop .fixed-panel span.price h1+input,
.customers form .ui-btn .shop .fixed-panel span.price .rte .blog content h1+input,
.blog content .rte .customers form .ui-btn .shop .fixed-panel span.price h1+input,
.customers form .ui-btn .shop .fixed-panel span.price .blog content .rte h1+input,
.rte .shop-category .customers form .ui-btn .shop .fixed-panel span.price .price+input,
.customers form .ui-btn .shop .fixed-panel span.price .rte .shop-category .price+input,
.shop-category .rte .customers form .ui-btn .shop .fixed-panel span.price .price+input,
.customers form .ui-btn .shop .fixed-panel span.price .shop-category .rte .price+input,
.rte .search-form .customers form .ui-btn .shop .fixed-panel span.price #desktop-search+input,
.customers form .ui-btn .shop .fixed-panel span.price .rte .search-form #desktop-search+input,
.search-form .rte .customers form .ui-btn .shop .fixed-panel span.price #desktop-search+input,
.customers form .ui-btn .shop .fixed-panel span.price .search-form .rte #desktop-search+input,
.rte .blog content h1+h1,
.blog content .rte h1+h1,
.rte .shop .fixed-panel span.price .blog content p+h1,
.blog content .rte .shop .fixed-panel span.price p+h1,
.shop .fixed-panel span.price .rte .blog content p+h1,
.blog content .shop .fixed-panel span.price .rte p+h1,
.rte .shop .fixed-panel span.price .shop-image .blog content h1+h1,
.blog content .rte .shop .fixed-panel span.price .shop-image h1+h1,
.shop .fixed-panel span.price .shop-image .rte .blog content h1+h1,
.blog content .shop .fixed-panel span.price .shop-image .rte h1+h1,
.rte .shop .shop-image .fixed-panel span.price .blog content h1+h1,
.blog content .rte .shop .shop-image .fixed-panel span.price h1+h1,
.shop .shop-image .fixed-panel span.price .rte .blog content h1+h1,
.blog content .shop .shop-image .fixed-panel span.price .rte h1+h1,
.rte .shop .fixed-panel span.price .pdp .blog content .add-to-cart+h1,
.blog content .rte .shop .fixed-panel span.price .pdp .add-to-cart+h1,
.shop .fixed-panel span.price .pdp .rte .blog content .add-to-cart+h1,
.blog content .shop .fixed-panel span.price .pdp .rte .add-to-cart+h1,
.rte .pdp .shop .fixed-panel span.price .blog content .add-to-cart+h1,
.blog content .rte .pdp .shop .fixed-panel span.price .add-to-cart+h1,
.pdp .shop .fixed-panel span.price .rte .blog content .add-to-cart+h1,
.blog content .pdp .shop .fixed-panel span.price .rte .add-to-cart+h1,
.rte .shop .fixed-panel span.price .pdp .variants li .blog content label+h1,
.blog content .rte .shop .fixed-panel span.price .pdp .variants li label+h1,
.shop .fixed-panel span.price .pdp .variants li .rte .blog content label+h1,
.blog content .shop .fixed-panel span.price .pdp .variants li .rte label+h1,
.rte .pdp .variants li .shop .fixed-panel span.price .blog content label+h1,
.blog content .rte .pdp .variants li .shop .fixed-panel span.price label+h1,
.pdp .variants li .shop .fixed-panel span.price .rte .blog content label+h1,
.blog content .pdp .variants li .shop .fixed-panel span.price .rte label+h1,
.rte .shop .fixed-panel span.price .pdp .blog content .basket-link+h1,
.blog content .rte .shop .fixed-panel span.price .pdp .basket-link+h1,
.shop .fixed-panel span.price .pdp .rte .blog content .basket-link+h1,
.blog content .shop .fixed-panel span.price .pdp .rte .basket-link+h1,
.rte .pdp .shop .fixed-panel span.price .blog content .basket-link+h1,
.blog content .rte .pdp .shop .fixed-panel span.price .basket-link+h1,
.pdp .shop .fixed-panel span.price .rte .blog content .basket-link+h1,
.blog content .pdp .shop .fixed-panel span.price .rte .basket-link+h1,
.rte .shop .fixed-panel span.price .customers form .ui-btn .blog content input+h1,
.blog content .rte .shop .fixed-panel span.price .customers form .ui-btn input+h1,
.shop .fixed-panel span.price .customers form .ui-btn .rte .blog content input+h1,
.blog content .shop .fixed-panel span.price .customers form .ui-btn .rte input+h1,
.rte .customers form .ui-btn .shop .fixed-panel span.price .blog content input+h1,
.blog content .rte .customers form .ui-btn .shop .fixed-panel span.price input+h1,
.customers form .ui-btn .shop .fixed-panel span.price .rte .blog content input+h1,
.blog content .customers form .ui-btn .shop .fixed-panel span.price .rte input+h1,
.rte .blog content h1+h1,
.blog content .rte h1+h1,
.rte .shop-category .blog content .price+h1,
.blog content .rte .shop-category .price+h1,
.shop-category .rte .blog content .price+h1,
.blog content .shop-category .rte .price+h1,
.rte .search-form .blog content #desktop-search+h1,
.blog content .rte .search-form #desktop-search+h1,
.search-form .rte .blog content #desktop-search+h1,
.blog content .search-form .rte #desktop-search+h1,
.rte .shop-category h1+.price,
.shop-category .rte h1+.price,
.rte .shop .fixed-panel span.price .shop-category p+.price,
.shop-category .rte .shop .fixed-panel span.price p+.price,
.shop .fixed-panel span.price .rte .shop-category p+.price,
.shop-category .shop .fixed-panel span.price .rte p+.price,
.rte .shop .fixed-panel span.price .shop-image .shop-category h1+.price,
.shop-category .rte .shop .fixed-panel span.price .shop-image h1+.price,
.shop .fixed-panel span.price .shop-image .rte .shop-category h1+.price,
.shop-category .shop .fixed-panel span.price .shop-image .rte h1+.price,
.rte .shop .shop-image .fixed-panel span.price .shop-category h1+.price,
.shop-category .rte .shop .shop-image .fixed-panel span.price h1+.price,
.shop .shop-image .fixed-panel span.price .rte .shop-category h1+.price,
.shop-category .shop .shop-image .fixed-panel span.price .rte h1+.price,
.rte .shop .fixed-panel span.price .pdp .shop-category .add-to-cart+.price,
.shop-category .rte .shop .fixed-panel span.price .pdp .add-to-cart+.price,
.shop .fixed-panel span.price .pdp .rte .shop-category .add-to-cart+.price,
.shop-category .shop .fixed-panel span.price .pdp .rte .add-to-cart+.price,
.rte .pdp .shop .fixed-panel span.price .shop-category .add-to-cart+.price,
.shop-category .rte .pdp .shop .fixed-panel span.price .add-to-cart+.price,
.pdp .shop .fixed-panel span.price .rte .shop-category .add-to-cart+.price,
.shop-category .pdp .shop .fixed-panel span.price .rte .add-to-cart+.price,
.rte .shop .fixed-panel span.price .pdp .variants li .shop-category label+.price,
.shop-category .rte .shop .fixed-panel span.price .pdp .variants li label+.price,
.shop .fixed-panel span.price .pdp .variants li .rte .shop-category label+.price,
.shop-category .shop .fixed-panel span.price .pdp .variants li .rte label+.price,
.rte .pdp .variants li .shop .fixed-panel span.price .shop-category label+.price,
.shop-category .rte .pdp .variants li .shop .fixed-panel span.price label+.price,
.pdp .variants li .shop .fixed-panel span.price .rte .shop-category label+.price,
.shop-category .pdp .variants li .shop .fixed-panel span.price .rte label+.price,
.rte .shop .fixed-panel span.price .pdp .shop-category .basket-link+.price,
.shop-category .rte .shop .fixed-panel span.price .pdp .basket-link+.price,
.shop .fixed-panel span.price .pdp .rte .shop-category .basket-link+.price,
.shop-category .shop .fixed-panel span.price .pdp .rte .basket-link+.price,
.rte .pdp .shop .fixed-panel span.price .shop-category .basket-link+.price,
.shop-category .rte .pdp .shop .fixed-panel span.price .basket-link+.price,
.pdp .shop .fixed-panel span.price .rte .shop-category .basket-link+.price,
.shop-category .pdp .shop .fixed-panel span.price .rte .basket-link+.price,
.rte .shop .fixed-panel span.price .customers form .ui-btn .shop-category input+.price,
.shop-category .rte .shop .fixed-panel span.price .customers form .ui-btn input+.price,
.shop .fixed-panel span.price .customers form .ui-btn .rte .shop-category input+.price,
.shop-category .shop .fixed-panel span.price .customers form .ui-btn .rte input+.price,
.rte .customers form .ui-btn .shop .fixed-panel span.price .shop-category input+.price,
.shop-category .rte .customers form .ui-btn .shop .fixed-panel span.price input+.price,
.customers form .ui-btn .shop .fixed-panel span.price .rte .shop-category input+.price,
.shop-category .customers form .ui-btn .shop .fixed-panel span.price .rte input+.price,
.rte .blog content .shop-category h1+.price,
.shop-category .rte .blog content h1+.price,
.blog content .rte .shop-category h1+.price,
.shop-category .blog content .rte h1+.price,
.rte .shop-category .price+.price,
.shop-category .rte .price+.price,
.rte .search-form .shop-category #desktop-search+.price,
.shop-category .rte .search-form #desktop-search+.price,
.search-form .rte .shop-category #desktop-search+.price,
.shop-category .search-form .rte #desktop-search+.price,
.rte .search-form h1+#desktop-search,
.search-form .rte h1+#desktop-search,
.rte .shop .fixed-panel span.price .search-form p+#desktop-search,
.search-form .rte .shop .fixed-panel span.price p+#desktop-search,
.shop .fixed-panel span.price .rte .search-form p+#desktop-search,
.search-form .shop .fixed-panel span.price .rte p+#desktop-search,
.rte .shop .fixed-panel span.price .shop-image .search-form h1+#desktop-search,
.search-form .rte .shop .fixed-panel span.price .shop-image h1+#desktop-search,
.shop .fixed-panel span.price .shop-image .rte .search-form h1+#desktop-search,
.search-form .shop .fixed-panel span.price .shop-image .rte h1+#desktop-search,
.rte .shop .shop-image .fixed-panel span.price .search-form h1+#desktop-search,
.search-form .rte .shop .shop-image .fixed-panel span.price h1+#desktop-search,
.shop .shop-image .fixed-panel span.price .rte .search-form h1+#desktop-search,
.search-form .shop .shop-image .fixed-panel span.price .rte h1+#desktop-search,
.rte .shop .fixed-panel span.price .pdp .search-form .add-to-cart+#desktop-search,
.search-form .rte .shop .fixed-panel span.price .pdp .add-to-cart+#desktop-search,
.shop .fixed-panel span.price .pdp .rte .search-form .add-to-cart+#desktop-search,
.search-form .shop .fixed-panel span.price .pdp .rte .add-to-cart+#desktop-search,
.rte .pdp .shop .fixed-panel span.price .search-form .add-to-cart+#desktop-search,
.search-form .rte .pdp .shop .fixed-panel span.price .add-to-cart+#desktop-search,
.pdp .shop .fixed-panel span.price .rte .search-form .add-to-cart+#desktop-search,
.search-form .pdp .shop .fixed-panel span.price .rte .add-to-cart+#desktop-search,
.rte .shop .fixed-panel span.price .pdp .variants li .search-form label+#desktop-search,
.search-form .rte .shop .fixed-panel span.price .pdp .variants li label+#desktop-search,
.shop .fixed-panel span.price .pdp .variants li .rte .search-form label+#desktop-search,
.search-form .shop .fixed-panel span.price .pdp .variants li .rte label+#desktop-search,
.rte .pdp .variants li .shop .fixed-panel span.price .search-form label+#desktop-search,
.search-form .rte .pdp .variants li .shop .fixed-panel span.price label+#desktop-search,
.pdp .variants li .shop .fixed-panel span.price .rte .search-form label+#desktop-search,
.search-form .pdp .variants li .shop .fixed-panel span.price .rte label+#desktop-search,
.rte .shop .fixed-panel span.price .pdp .search-form .basket-link+#desktop-search,
.search-form .rte .shop .fixed-panel span.price .pdp .basket-link+#desktop-search,
.shop .fixed-panel span.price .pdp .rte .search-form .basket-link+#desktop-search,
.search-form .shop .fixed-panel span.price .pdp .rte .basket-link+#desktop-search,
.rte .pdp .shop .fixed-panel span.price .search-form .basket-link+#desktop-search,
.search-form .rte .pdp .shop .fixed-panel span.price .basket-link+#desktop-search,
.pdp .shop .fixed-panel span.price .rte .search-form .basket-link+#desktop-search,
.search-form .pdp .shop .fixed-panel span.price .rte .basket-link+#desktop-search,
.rte .shop .fixed-panel span.price .customers form .ui-btn .search-form input+#desktop-search,
.search-form .rte .shop .fixed-panel span.price .customers form .ui-btn input+#desktop-search,
.shop .fixed-panel span.price .customers form .ui-btn .rte .search-form input+#desktop-search,
.search-form .shop .fixed-panel span.price .customers form .ui-btn .rte input+#desktop-search,
.rte .customers form .ui-btn .shop .fixed-panel span.price .search-form input+#desktop-search,
.search-form .rte .customers form .ui-btn .shop .fixed-panel span.price input+#desktop-search,
.customers form .ui-btn .shop .fixed-panel span.price .rte .search-form input+#desktop-search,
.search-form .customers form .ui-btn .shop .fixed-panel span.price .rte input+#desktop-search,
.rte .blog content .search-form h1+#desktop-search,
.search-form .rte .blog content h1+#desktop-search,
.blog content .rte .search-form h1+#desktop-search,
.search-form .blog content .rte h1+#desktop-search,
.rte .shop-category .search-form .price+#desktop-search,
.search-form .rte .shop-category .price+#desktop-search,
.shop-category .rte .search-form .price+#desktop-search,
.search-form .shop-category .rte .price+#desktop-search,
.rte .search-form #desktop-search+#desktop-search,
.search-form .rte #desktop-search+#desktop-search {
    margin: 1em auto !important
}

.how-to .grid .grid__col-4:before {
    content: "";
    padding-top: 114%
}

.how-to .grid__col-6 content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media (max-width: 767px) {
    .how-to .how-to-left-panel {
        display: none
    }
}

.how-to .how-to-block-holder {
    height: 40vh;
    -webkit-flex: 0 0 33.333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    background-position: center center;
    background-size: cover
}

@media (max-width: 1024px) {
    .how-to .how-to-block-holder {
        height: 33.333vh
    }
}

.how-to .how-to-block-holder content {
    padding: 0;
    margin: 0
}

.how-to .how-to-block-holder .how-to-block {
    height: 40vh
}

.how-to .how-to-block-holder .how-to-block content {
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .how-to .how-to-block-holder .how-to-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
}

@media (max-width: 767px) {
    .how-to .how-to-block-holder content {
        display: block;
        height: 100%
    }
}

.how-to .how-to-block-holder .overlay-text {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
    opacity: 0;
    display: block;
    top: 0;
    left: 0
}

.how-to .how-to-block-holder .overlay-text h2,
.how-to .how-to-block-holder .overlay-text #blog-brands li,
#blog-brands .how-to .how-to-block-holder .overlay-text li {
    display: none
}

@media (max-width: 767px) {
    .how-to .how-to-block-holder .overlay-text {
        opacity: 1;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
    .how-to .how-to-block-holder .overlay-text h2,
    .how-to .how-to-block-holder .overlay-text #blog-brands li,
    #blog-brands .how-to .how-to-block-holder .overlay-text li {
        display: block;
        color: #fff
    }
}

.how-to .how-to-block-holder .how-to-block:after {
    content: ' ';
    position: absolute;
    background-color: #092647;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

@media (max-width: 1024px) {
    .how-to .how-to-block-holder .how-to-block:after {
        opacity: .23;
        background: #000
    }
}

.how-to .how-to-block-holder .how-to-block:hover:after {
    opacity: .6
}

.how-to .how-to-block-holder .how-to-block:hover .overlay-text {
    opacity: 1;
    height: 100%
}

.how-to .how-to-block-holder .how-to-block:hover .overlay-text a {
    height: auto
}

.how-to content div {
    display: table;
    width: 100%;
    height: 50%
}

@media (max-width: 767px) {
    .how-to .scroll-container {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1440px) {
    .how-to .scroll-container {
        display: block;
        overflow: visible
    }
}

.how-to .scroll-container .grid {
    height: 100%
}

.how-to .scroll-container .grid content:hover {
    cursor: pointer
}

.how-to .scroll-container .grid content:hover span {
    background: none;
    z-index: 2
}

.how-to .scroll-container .grid content:hover span * {
    display: none
}

.how-to .scroll-container .grid content:hover span:after {
    content: ' ';
    background-color: #092647;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 1
}

.how-to .scroll-container .grid content:hover p,
.how-to .scroll-container .grid content:hover .shop .shop-image h1,
.shop .shop-image .how-to .scroll-container .grid content:hover h1,
.how-to .scroll-container .grid content:hover .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .how-to .scroll-container .grid content:hover .price,
.how-to .scroll-container .grid content:hover .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .how-to .scroll-container .grid content:hover .price,
.how-to .scroll-container .grid content:hover .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .how-to .scroll-container .grid content:hover #desktop-search,
.how-to .scroll-container .grid content:hover .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .how-to .scroll-container .grid content:hover #desktop-search,
.how-to .scroll-container .grid content:hover .pdp .add-to-cart,
.pdp .how-to .scroll-container .grid content:hover .add-to-cart,
.how-to .scroll-container .grid content:hover .pdp .variants li label,
.pdp .variants li .how-to .scroll-container .grid content:hover label,
.how-to .scroll-container .grid content:hover .pdp .basket-link,
.pdp .how-to .scroll-container .grid content:hover .basket-link,
.how-to .scroll-container .grid content:hover .customers form .ui-btn input,
.customers form .ui-btn .how-to .scroll-container .grid content:hover input,
.how-to .scroll-container .grid content:hover a {
    color: #BF6A49
}

.how-to content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.contact-information {
    height: 500px;
    text-align: center
}

.searching .search {
    pointer-events: auto
}

.searching .search .search-panel {
    position: fixed
}

.searching .search:after {
    opacity: .2
}

.mobile-search {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0
}

@media (max-width: 1024px) {
    .mobile-search {
        display: none
    }
}

@media (max-width: 1440px) {
    .mobile-search {
        display: none
    }
}

@media (min-width: 1440px) {
    .mobile-search {
        display: none
    }
}

.mobile-search input {
    width: 100%;
    border: none;
    background: #BF6A49;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 20px
}

.mobile-search input::-webkit-input-placeholder {
    color: #fff
}

.mobile-search input:-moz-placeholder {
    color: #fff
}

.mobile-search input::-moz-placeholder {
    color: #fff
}

.mobile-search input:-ms-input-placeholder {
    color: #fff
}

.search.hidden {
    visibility: hidden
}

.search {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    pointer-events: none
}

.search:after {
    content: ' ';
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.search .search-panel {
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    z-index: 2
}

.search .grid .grid__col-12:before {
    content: "";
    padding-top: 30%
}

.search .grid__col-6 content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.search content div {
    display: table;
    width: 100%;
    height: 50%
}

.search .right-scroll .grid {
    height: 100%
}

.search .right-scroll .grid content:hover {
    cursor: pointer
}

.search .right-scroll .grid content:hover span,
.search .right-scroll .grid content:hover h1,
.search .right-scroll .grid content:hover .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .search .right-scroll .grid content:hover p,
.search .right-scroll .grid content:hover .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .search .right-scroll .grid content:hover .add-to-cart,
.search .right-scroll .grid content:hover .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .search .right-scroll .grid content:hover .add-to-cart,
.search .right-scroll .grid content:hover .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .search .right-scroll .grid content:hover label,
.search .right-scroll .grid content:hover .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .search .right-scroll .grid content:hover label,
.search .right-scroll .grid content:hover .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .search .right-scroll .grid content:hover .basket-link,
.search .right-scroll .grid content:hover .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .search .right-scroll .grid content:hover .basket-link,
.search .right-scroll .grid content:hover .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn .search .right-scroll .grid content:hover input,
.search .right-scroll .grid content:hover .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price .search .right-scroll .grid content:hover input,
.search .right-scroll .grid content:hover .shop-category .price,
.shop-category .search .right-scroll .grid content:hover .price,
.search .right-scroll .grid content:hover .search-form #desktop-search,
.search-form .search .right-scroll .grid content:hover #desktop-search {
    background: none;
    z-index: 2;
    color: #fff
}

.search .right-scroll .grid content:hover span * {
    z-index: 2
}

.search .right-scroll .grid content:hover s p,
.search .right-scroll .grid content:hover s .shop .shop-image h1,
.shop .shop-image .search .right-scroll .grid content:hover s h1,
.search .right-scroll .grid content:hover s .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .search .right-scroll .grid content:hover s .price,
.search .right-scroll .grid content:hover s .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .search .right-scroll .grid content:hover s .price,
.search .right-scroll .grid content:hover s .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .search .right-scroll .grid content:hover s #desktop-search,
.search .right-scroll .grid content:hover s .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .search .right-scroll .grid content:hover s #desktop-search,
.search .right-scroll .grid content:hover s .pdp .add-to-cart,
.pdp .search .right-scroll .grid content:hover s .add-to-cart,
.search .right-scroll .grid content:hover s .pdp .variants li label,
.pdp .variants li .search .right-scroll .grid content:hover s label,
.search .right-scroll .grid content:hover s .pdp .basket-link,
.pdp .search .right-scroll .grid content:hover s .basket-link,
.search .right-scroll .grid content:hover s .customers form .ui-btn input,
.customers form .ui-btn .search .right-scroll .grid content:hover s input,
.search .right-scroll .grid content:hover a {
    color: #BF6A49
}

.search content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.search content span h1,
.search content .shop .fixed-panel span.price p,
.shop .fixed-panel .search content span.price p,
.search content .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel .search content span.price .shop-image h1,
.search content .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel .search content span.price h1,
.search content .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel .search content span.price .pdp .add-to-cart,
.search content .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel .search content span.price .add-to-cart,
.search content .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel .search content span.price .pdp .variants li label,
.search content .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel .search content span.price label,
.search content .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel .search content span.price .pdp .basket-link,
.search content .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel .search content span.price .basket-link,
.search content .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel .search content span.price .customers form .ui-btn input,
.search content .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel .search content span.price input,
.search content span .shop-category .price,
.shop-category .search content span .price,
.search content span .search-form #desktop-search,
.search-form .search content span #desktop-search {
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
    position: relative
}

.search content:after {
    content: ' ';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.68;
    filter: alpha(opacity=68);
    z-index: 1
}

.results {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 2
}

#blog-brands content {
    text-align: center
}

#blog-brands li {
    text-align: center
}

#blog-brands content {
    position: relative
}

#blog-brands .brand-list-holder {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 767px) {
    #blog-brands .brand-list-holder {
        width: 100%
    }
}

#blog-brands .brand-list-holder:first-child {
    margin-top: 124px
}

@media (max-width: 1024px) {
    #blog-brands .brand-list-holder:first-child {
        margin: 0px auto 0 auto;
        padding: 60px 40px 0
    }
}

#blog-brands .brand-list-holder:last-child {
    margin-bottom: 60px
}

#blog-brands .brand-list-holder .brand-list {
    width: auto;
    margin: 0 auto
}

@media (max-width: 767px) {
    #blog-brands .brand-list-holder .brand-list {
        width: 100%
    }
}

#blog-brands .brand-list-holder .brand-list span {
    padding: 0
}

#blog-brands .brand-list-holder .brand-list span h2,
#blog-brands .brand-list-holder .brand-list span li {
    text-transform: none;
    line-height: 1.4
}

#blog-brands .brand-list-holder .brand-list span h2 a,
#blog-brands .brand-list-holder .brand-list span li a {
    letter-spacing: .01em !important
}

.brands-single .bg-image,
.brands-single .blog .blog-block,
.blog .brands-single .blog-block,
.brands-single .how-to .how-to-block-holder .how-to-block,
.how-to .how-to-block-holder .brands-single .how-to-block,
.brands-single .search .blog-block,
.search .brands-single .blog-block {
    min-height: 100%;
    position: relative
}

.brand-collections h1,
.brand-collections .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .brand-collections p,
.brand-collections .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image .brand-collections h1,
.brand-collections .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price .brand-collections h1,
.brand-collections .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .brand-collections .add-to-cart,
.brand-collections .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .brand-collections .add-to-cart,
.brand-collections .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .brand-collections label,
.brand-collections .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .brand-collections label,
.brand-collections .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .brand-collections .basket-link,
.brand-collections .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .brand-collections .basket-link,
.brand-collections .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn .brand-collections input,
.brand-collections .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price .brand-collections input,
.brand-collections .blog content h1,
.blog content .brand-collections h1,
.brand-collections .shop-category .price,
.shop-category .brand-collections .price,
.brand-collections .search-form #desktop-search,
.search-form .brand-collections #desktop-search {
    text-transform: uppercase
}

.brand-collections h2,
.brand-collections #blog-brands li,
#blog-brands .brand-collections li {
    text-align: center;
    text-transform: none
}

.shop content:hover span * {
    display: none
}

.shop content {
    width: 100%
}

.shop content span * {
    display: none !important;
    position: relative;
    z-index: 2;
    color: #fff
}

.shop .fixed-panel {
    background-size: cover
}

@media (max-width: 767px) {
    .shop .fixed-panel {
        display: none
    }
}

.shop .fixed-panel content.brands {
    overflow-y: scroll
}

.shop .fixed-panel a {
    max-width: 440px
}

.shop .fixed-panel h1,
.shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-image h1,
.shop .shop-image .fixed-panel span.price h1,
.shop .fixed-panel span.price .pdp .add-to-cart,
.pdp .shop .fixed-panel span.price .add-to-cart,
.shop .fixed-panel span.price .pdp .variants li label,
.pdp .variants li .shop .fixed-panel span.price label,
.shop .fixed-panel span.price .pdp .basket-link,
.pdp .shop .fixed-panel span.price .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input,
.shop .fixed-panel .shop-category .price,
.shop-category .shop .fixed-panel .price,
.shop .fixed-panel .search-form #desktop-search,
.search-form .shop .fixed-panel #desktop-search {
    max-width: 440px;
    margin: 0 auto
}

.shop .fixed-panel .cloned span * {
    color: #000;
    display: block !important;
    margin: 0 auto
}

.shop .fixed-panel .cloned p,
.shop .fixed-panel .cloned .shop-image h1,
.shop .shop-image .fixed-panel .cloned h1,
.shop .shop-image .fixed-panel .cloned span.price p,
.shop .shop-image .fixed-panel span.price .cloned p,
.shop .fixed-panel .cloned span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .cloned p,
.shop .fixed-panel .cloned .shop-image .shop-category .price,
.shop .shop-image .shop-category .fixed-panel .cloned .price,
.shop-category .shop .fixed-panel .cloned .shop-image .price,
.shop-category .shop .shop-image .fixed-panel .cloned .price,
.shop .fixed-panel .cloned .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .fixed-panel .cloned #desktop-search,
.search-form .shop .fixed-panel .cloned .shop-image #desktop-search,
.search-form .shop .shop-image .fixed-panel .cloned #desktop-search,
.shop .fixed-panel .cloned .pdp .add-to-cart,
.pdp .shop .fixed-panel .cloned .add-to-cart,
.shop .fixed-panel .cloned .pdp .variants li label,
.pdp .variants li .shop .fixed-panel .cloned label,
.shop .fixed-panel .cloned .pdp .basket-link,
.pdp .shop .fixed-panel .cloned .basket-link,
.shop .fixed-panel .cloned .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel .cloned input {
    margin: 2em auto 0 auto;
    padding: 0
}

.shop .fixed-panel .cloned .price {
    margin-top: 1em
}

.shop .fixed-panel .cloned li {
    display: inline-block !important;
    margin: 0 5px
}

.shop .brands-list {
    display: none
}

.shop content.brands {
    padding: 140px 0 30px 0
}

.shop content.brands .brands-list {
    font-size: 13px;
    display: block
}

.shop content.brands .brands-list li {
    font-size: 1em;
    line-height: 27px
}

.shop .shop-image {
    height: auto;
    float: left
}

.shop .shop-image.grid__col-3 {
    width: 33.333%
}

@media (max-width: 767px) {
    .shop .shop-image.grid__col-3 {
        width: 50%
    }
}

.shop .shop-image>a,
.shop .social-icons li .shop-image>a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99
}

.shop .shop-image img {
    width: 100%
}

@media (max-width: 767px) {
    .shop .shop-image h1,
    .shop .shop-image .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image p,
    .shop .fixed-panel span.price .shop-image h1,
    .shop .shop-image .fixed-panel span.price h1,
    .shop .shop-image .fixed-panel span.price .pdp .add-to-cart,
    .shop .fixed-panel span.price .pdp .shop-image .add-to-cart,
    .pdp .shop .shop-image .fixed-panel span.price .add-to-cart,
    .pdp .shop .fixed-panel span.price .shop-image .add-to-cart,
    .shop .shop-image .fixed-panel span.price .pdp .variants li label,
    .shop .fixed-panel span.price .pdp .variants li .shop-image label,
    .pdp .variants li .shop .shop-image .fixed-panel span.price label,
    .pdp .variants li .shop .fixed-panel span.price .shop-image label,
    .shop .shop-image .fixed-panel span.price .pdp .basket-link,
    .shop .fixed-panel span.price .pdp .shop-image .basket-link,
    .pdp .shop .shop-image .fixed-panel span.price .basket-link,
    .pdp .shop .fixed-panel span.price .shop-image .basket-link,
    .shop .shop-image .fixed-panel span.price .customers form .ui-btn input,
    .shop .fixed-panel span.price .customers form .ui-btn .shop-image input,
    .customers form .ui-btn .shop .shop-image .fixed-panel span.price input,
    .customers form .ui-btn .shop .fixed-panel span.price .shop-image input,
    .shop .shop-image .shop-category .price,
    .shop-category .shop .shop-image .price,
    .shop .shop-image .search-form #desktop-search,
    .search-form .shop .shop-image #desktop-search {
        color: #000
    }
}

.shop .shop-image .available-size {
    padding-bottom: 0
}

@media (max-width: 767px) {
    .shop .shop-image .available-size {
        display: none
    }
}

.shop .shop-image .overlay-text {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
    opacity: 0;
    display: none
}

@media (max-width: 1440px) {
    .shop .shop-image .overlay-text h1,
    .shop .shop-image .overlay-text .fixed-panel span.price p,
    .shop .fixed-panel span.price .shop-image .overlay-text p,
    .shop .fixed-panel span.price .shop-image .overlay-text h1,
    .shop .shop-image .overlay-text .fixed-panel span.price h1,
    .shop .shop-image .fixed-panel span.price .overlay-text h1,
    .shop .shop-image .overlay-text .fixed-panel span.price .pdp .add-to-cart,
    .shop .fixed-panel span.price .pdp .shop-image .overlay-text .add-to-cart,
    .pdp .shop .shop-image .overlay-text .fixed-panel span.price .add-to-cart,
    .pdp .shop .fixed-panel span.price .shop-image .overlay-text .add-to-cart,
    .shop .shop-image .overlay-text .fixed-panel span.price .pdp .variants li label,
    .shop .fixed-panel span.price .pdp .variants li .shop-image .overlay-text label,
    .pdp .variants li .shop .shop-image .overlay-text .fixed-panel span.price label,
    .pdp .variants li .shop .fixed-panel span.price .shop-image .overlay-text label,
    .shop .shop-image .overlay-text .fixed-panel span.price .pdp .basket-link,
    .shop .fixed-panel span.price .pdp .shop-image .overlay-text .basket-link,
    .pdp .shop .shop-image .overlay-text .fixed-panel span.price .basket-link,
    .pdp .shop .fixed-panel span.price .shop-image .overlay-text .basket-link,
    .shop .shop-image .overlay-text .fixed-panel span.price .customers form .ui-btn input,
    .shop .fixed-panel span.price .customers form .ui-btn .shop-image .overlay-text input,
    .customers form .ui-btn .shop .shop-image .overlay-text .fixed-panel span.price input,
    .customers form .ui-btn .shop .fixed-panel span.price .shop-image .overlay-text input,
    .shop .shop-image .overlay-text .shop-category .price,
    .shop-category .shop .shop-image .overlay-text .price,
    .shop .shop-image .overlay-text .search-form #desktop-search,
    .search-form .shop .shop-image .overlay-text #desktop-search,
    .shop .shop-image .overlay-text span {
        margin: 0 1em
    }
    .shop .shop-image .overlay-text .price {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0
    }
}

@media (max-width: 767px) {
    .shop .shop-image .overlay-text {
        display: block;
        opacity: 1;
        position: relative;
        margin: .5em 0 1em 0
    }
    .shop .shop-image .overlay-text .available-list {
        display: none
    }
    .shop .shop-image .overlay-text .size-list {
        display: none
    }
}

.shop .shop-image ul {
    margin: 0
}

.shop .shop-image ul li {
    display: inline-block
}

.shop .shop-image:after {
    content: ' ';
    position: absolute;
    background-color: #092647;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

.shop .shop-image:hover:after {
    opacity: .6
}

.shop .shop-image:hover .overlay-text {
    opacity: 1
}

.shop .product-block ul li {
    display: inline-block !important;
    margin: 0 5px
}

.shop .product-block p,
.shop .product-block .shop-image h1,
.shop .shop-image .product-block h1,
.shop .product-block .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .product-block p,
.shop .product-block .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .product-block p,
.shop .product-block .shop-image .shop-category .price,
.shop .shop-image .shop-category .product-block .price,
.shop-category .shop .product-block .shop-image .price,
.shop-category .shop .shop-image .product-block .price,
.shop .product-block .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .product-block #desktop-search,
.search-form .shop .product-block .shop-image #desktop-search,
.search-form .shop .shop-image .product-block #desktop-search,
.shop .product-block .pdp .add-to-cart,
.pdp .shop .product-block .add-to-cart,
.shop .product-block .pdp .variants li label,
.pdp .variants li .shop .product-block label,
.shop .product-block .pdp .basket-link,
.pdp .shop .product-block .basket-link,
.shop .product-block .customers form .ui-btn input,
.customers form .ui-btn .shop .product-block input {
    margin: 0 auto;
    margin-top: 20px;
    color: #fff !important
}

.shop .section {
    background: #fff;
    left: 0;
    display: none
}

.shop .section.flex {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex
}

.shop #clothing .shop-image {
    height: 50%
}

.size-list {
    margin: 0
}

.size-list li {
    display: inline-block
}

#brands-list {
    width: 40%;
    z-index: 9;
    height: 100%;
    background: #fff;
    left: -40%
}

#brands-list .brands-list {
    width: 100%
}

#brands-list content {
    width: 100%;
    overflow-y: scroll;
    padding: 160px 0 30px 0
}

.size-selection p,
.size-selection .shop .shop-image h1,
.shop .shop-image .size-selection h1,
.size-selection .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .size-selection p,
.size-selection .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .size-selection p,
.size-selection .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .size-selection .price,
.size-selection .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .size-selection .price,
.size-selection .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .size-selection #desktop-search,
.size-selection .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .size-selection #desktop-search,
.size-selection .pdp .add-to-cart,
.pdp .size-selection .add-to-cart,
.size-selection .pdp .variants li label,
.pdp .variants li .size-selection label,
.size-selection .pdp .basket-link,
.pdp .size-selection .basket-link,
.size-selection .customers form .ui-btn input,
.customers form .ui-btn .size-selection input {
    padding: 0
}

.size-selection li {
    display: inline-block
}

.size-selection li a {
    opacity: .5;
    margin: 0 1px;
    padding: 4px
}

.size-selection li a:hover {
    opacity: 1
}

.shop-nav li {
    line-height: 27px
}

.add-to-bag {
    text-decoration: underline;
    margin-top: 2em;
    display: inline-block
}

.subcategory {
    display: none;
    height: auto;
    width: 100%;
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.subcategory .scroll-container {
    margin-left: 40%
}

.subcategory.flex {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex
}

@media (max-width: 767px) {
    .shop-image:last-child {
        padding-bottom: 4em
    }
}

.shop-category content h1,
.shop-category content .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .shop-category content p,
.shop-category content .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image .shop-category content h1,
.shop-category content .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price .shop-category content h1,
.shop-category content .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .shop-category content .add-to-cart,
.shop-category content .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .shop-category content .add-to-cart,
.shop-category content .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .shop-category content label,
.shop-category content .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .shop-category content label,
.shop-category content .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .shop-category content .basket-link,
.shop-category content .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .shop-category content .basket-link,
.shop-category content .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn .shop-category content input,
.shop-category content .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price .shop-category content input,
.shop-category content .price,
.shop-category content .search-form #desktop-search,
.search-form .shop-category content #desktop-search,
.shop-category content p,
.shop-category content .shop .shop-image h1,
.shop .shop-image .shop-category content h1,
.shop-category content .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .shop-category content p,
.shop-category content .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .shop-category content p,
.shop .shop-image .shop-category content .price,
.shop-category content .shop .shop-image .price,
.shop-category .shop .shop-image content .price,
.shop-category content .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .shop-category content #desktop-search,
.shop-category content .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .shop-category content #desktop-search,
.shop-category content .pdp .add-to-cart,
.pdp .shop-category content .add-to-cart,
.shop-category content .pdp .variants li label,
.pdp .variants li .shop-category content label,
.shop-category content .pdp .basket-link,
.pdp .shop-category content .basket-link,
.shop-category content .customers form .ui-btn input,
.customers form .ui-btn .shop-category content input {
    margin: 0 auto
}

.shop-category .price {
    padding: 1em 0
}

.shop-category .shop-image {
    height: 50%
}

.pdp .scroll-left-panel {
    background-size: cover;
    background-position: center center
}

.pdp .scroll-left-panel.zoom-image * {
    display: none
}

.pdp .price {
    display: block
}

.pdp content div {
    margin: 0 auto
}

.pdp form input,
.pdp form select,
.pdp form textarea {
    margin: 0 auto
}

.pdp form label {
    margin-top: 20px;
    display: block
}

.pdp .selector-wrapper select {
    padding-right: 2em
}

.pdp .add-to-cart {
    background: none;
    color: #1a1a1a;
    margin-top: 1em !important
}

.pdp .add-to-cart:hover {
    background: none;
    color: #000
}

.pdp .variants {
    margin: 0
}

.pdp .variants p,
.pdp .variants .shop .shop-image h1,
.shop .shop-image .pdp .variants h1,
.pdp .variants .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .pdp .variants p,
.pdp .variants .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .pdp .variants p,
.pdp .variants .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .pdp .variants .price,
.pdp .variants .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .pdp .variants .price,
.pdp .variants .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .pdp .variants #desktop-search,
.pdp .variants .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .pdp .variants #desktop-search,
.pdp .variants .add-to-cart,
.pdp .variants li label,
.pdp .variants .basket-link,
.pdp .variants .customers form .ui-btn input,
.customers form .ui-btn .pdp .variants input {
    margin-bottom: 0;
    padding: 0 !important
}

.pdp .variants li {
    display: inline-block;
    margin: 0 5px
}

.pdp .variants li.selected label {
    opacity: 1;
    filter: alpha(opacity=100)
}

.pdp .variants li input {
    display: none
}

.pdp .variants li label {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.pdp .basket-link {
    margin-top: 1em;
    display: none;
    text-decoration: none
}

@media (max-width: 1024px) {
    .pdp .slides {
        width: 1000px
    }
}

.pdp .slides-holder .slides img.slide-2 {
    width: 50% !important;
    display: block;
    height: auto;
    float: left
}

@media (max-width: 1024px) {
    .pdp .slides-holder .slides img.slide-2 {
        width: auto !important;
        float: none
    }
}

@media (max-width: 767px) {
    .pdp .slides-holder .slides img.slide-2 {
        width: auto !important;
        display: inline-block;
        height: 100%;
        float: none
    }
}

.pdp .slides-holder .slides img.slide-3 {
    width: 33.333% !important;
    height: auto;
    display: block;
    float: left
}

@media (max-width: 1024px) {
    .pdp .slides-holder .slides img.slide-3 {
        width: auto !important;
        float: none
    }
}

@media (max-width: 767px) {
    .pdp .slides-holder .slides img.slide-3 {
        width: auto !important;
        display: inline-block;
        height: 100%;
        float: none
    }
}

.pdp .slides-holder .slides .slide {
    height: 50vh
}

.pdp .slides-holder .slides .slide.slide-2 {
    width: 50%
}

.pdp .slides-holder .slides .slide.slide-3 {
    width: 33.33%
}

.brand-title {
    text-transform: none
}

.product-title {
    text-transform: uppercase
}

.product-title .brand-title {
    text-transform: none
}

.page .page-content h1,
.page .page-content .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .page .page-content p,
.page .page-content .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image .page .page-content h1,
.page .page-content .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price .page .page-content h1,
.page .page-content .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .page .page-content .add-to-cart,
.page .page-content .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .page .page-content .add-to-cart,
.page .page-content .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .page .page-content label,
.page .page-content .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .page .page-content label,
.page .page-content .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .page .page-content .basket-link,
.page .page-content .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .page .page-content .basket-link,
.page .page-content .shop .fixed-panel span.price .customers form .ui-btn input,
.shop .fixed-panel span.price .customers form .ui-btn .page .page-content input,
.page .page-content .customers form .ui-btn .shop .fixed-panel span.price input,
.customers form .ui-btn .shop .fixed-panel span.price .page .page-content input,
.page .page-content .shop-category .price,
.shop-category .page .page-content .price,
.page .page-content .search-form #desktop-search,
.search-form .page .page-content #desktop-search {
    margin-bottom: 1em;
    text-align: center
}

.page .page-content p,
.page .page-content .shop .shop-image h1,
.shop .shop-image .page .page-content h1,
.page .page-content .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .page .page-content p,
.page .page-content .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .page .page-content p,
.page .page-content .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .page .page-content .price,
.page .page-content .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .page .page-content .price,
.page .page-content .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .page .page-content #desktop-search,
.page .page-content .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .page .page-content #desktop-search,
.page .page-content .pdp .add-to-cart,
.pdp .page .page-content .add-to-cart,
.page .page-content .pdp .variants li label,
.pdp .variants li .page .page-content label,
.page .page-content .pdp .basket-link,
.pdp .page .page-content .basket-link,
.page .page-content .customers form .ui-btn input,
.customers form .ui-btn .page .page-content input {
    text-align: center
}

.page .page-content img {
    display: none
}

.ui-loader {
    display: none
}

.scroll-left-panel {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.scroll-left-panel .inline-list {
    display: none
}

@media (max-width: 767px) {
    .scroll-left-panel {
        padding-bottom: 80px;
        z-index: 9;
        background: #fff
    }
    .scroll-left-panel .page-content {
        padding: 60px 40px 0;
        display: block
    }
    .scroll-left-panel .page-content p,
    .scroll-left-panel .page-content .shop .shop-image h1,
    .shop .shop-image .scroll-left-panel .page-content h1,
    .scroll-left-panel .page-content .shop .shop-image .fixed-panel span.price p,
    .shop .shop-image .fixed-panel span.price .scroll-left-panel .page-content p,
    .scroll-left-panel .page-content .shop .fixed-panel span.price .shop-image p,
    .shop .fixed-panel span.price .shop-image .scroll-left-panel .page-content p,
    .scroll-left-panel .page-content .shop .shop-image .shop-category .price,
    .shop .shop-image .shop-category .scroll-left-panel .page-content .price,
    .scroll-left-panel .page-content .shop-category .shop .shop-image .price,
    .shop-category .shop .shop-image .scroll-left-panel .page-content .price,
    .scroll-left-panel .page-content .shop .shop-image .search-form #desktop-search,
    .shop .shop-image .search-form .scroll-left-panel .page-content #desktop-search,
    .scroll-left-panel .page-content .search-form .shop .shop-image #desktop-search,
    .search-form .shop .shop-image .scroll-left-panel .page-content #desktop-search,
    .scroll-left-panel .page-content .pdp .add-to-cart,
    .pdp .scroll-left-panel .page-content .add-to-cart,
    .scroll-left-panel .page-content .pdp .variants li label,
    .pdp .variants li .scroll-left-panel .page-content label,
    .scroll-left-panel .page-content .pdp .basket-link,
    .pdp .scroll-left-panel .page-content .basket-link,
    .scroll-left-panel .page-content .customers form .ui-btn input,
    .customers form .ui-btn .scroll-left-panel .page-content input {
        margin: 0 auto
    }
}

.rte {
    padding-right: 40px;
    padding-left: 40px
}

@media (max-width: 1024px) {
    .section.mobile-scroll-page {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: block;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .section.mobile-scroll-page .grid__col-8 {
        float: left;
        height: 100%
    }
    .section.mobile-scroll-page .scroll-container {
        display: inline;
        float: left;
        height: 100%;
        overflow: visible;
        width: 100vw;
        position: absolute
    }
    .section.mobile-scroll-page .scroll-container .slides-holder,
    .section.mobile-scroll-page .scroll-container .slides,
    .section.mobile-scroll-page .scroll-container .page-content {
        white-space: nowrap;
        height: 100%;
        text-align: left
    }
    .section.mobile-scroll-page .scroll-container .slides-holder .secondary-slides,
    .section.mobile-scroll-page .scroll-container .slides .secondary-slides,
    .section.mobile-scroll-page .scroll-container .page-content .secondary-slides {
        display: inline-block;
        height: 100%;
        width: 100vw;
        white-space: nowrap;
        margin-left: -.3em
    }
    .section.mobile-scroll-page .scroll-container .slides-holder .secondary-slides .slide,
    .section.mobile-scroll-page .scroll-container .slides .secondary-slides .slide,
    .section.mobile-scroll-page .scroll-container .page-content .secondary-slides .slide {
        height: 50% !important;
        float: left;
        margin: 0 !important
    }
    .section.mobile-scroll-page .scroll-container .slides-holder .secondary-slides .slide.full-slide,
    .section.mobile-scroll-page .scroll-container .slides .secondary-slides .slide.full-slide,
    .section.mobile-scroll-page .scroll-container .page-content .secondary-slides .slide.full-slide {
        height: 100% !important
    }
    .section.mobile-scroll-page .scroll-container .slides-holder .secondary-slides.large-slides .slide,
    .section.mobile-scroll-page .scroll-container .slides .secondary-slides.large-slides .slide,
    .section.mobile-scroll-page .scroll-container .page-content .secondary-slides.large-slides .slide {
        height: 100% !important;
        float: left;
        margin: 0 !important
    }
    .section.mobile-scroll-page .scroll-container .slides-holder li,
    .section.mobile-scroll-page .scroll-container .slides-holder .slide,
    .section.mobile-scroll-page .scroll-container .slides li,
    .section.mobile-scroll-page .scroll-container .slides .slide,
    .section.mobile-scroll-page .scroll-container .page-content li,
    .section.mobile-scroll-page .scroll-container .page-content .slide {
        background-size: cover;
        display: inline-block;
        height: 100%;
        width: 100vw;
        white-space: nowrap;
        margin-left: -.3em
    }
}

.customers {
    text-align: center
}

.customers p,
.customers .shop .shop-image h1,
.shop .shop-image .customers h1,
.customers .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .customers p,
.customers .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .customers p,
.customers .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .customers .price,
.customers .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .customers .price,
.customers .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .customers #desktop-search,
.customers .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .customers #desktop-search,
.customers .pdp .add-to-cart,
.pdp .customers .add-to-cart,
.customers .pdp .variants li label,
.pdp .variants li .customers label,
.customers .pdp .basket-link,
.pdp .customers .basket-link,
.customers form .ui-btn input {
    text-align: center
}

.customers h1,
.customers .shop .fixed-panel span.price p,
.shop .fixed-panel span.price .customers p,
.customers .shop .fixed-panel span.price .shop-image h1,
.shop .fixed-panel span.price .shop-image .customers h1,
.customers .shop .shop-image .fixed-panel span.price h1,
.shop .shop-image .fixed-panel span.price .customers h1,
.customers .shop .fixed-panel span.price .pdp .add-to-cart,
.shop .fixed-panel span.price .pdp .customers .add-to-cart,
.customers .pdp .shop .fixed-panel span.price .add-to-cart,
.pdp .shop .fixed-panel span.price .customers .add-to-cart,
.customers .shop .fixed-panel span.price .pdp .variants li label,
.shop .fixed-panel span.price .pdp .variants li .customers label,
.customers .pdp .variants li .shop .fixed-panel span.price label,
.pdp .variants li .shop .fixed-panel span.price .customers label,
.customers .shop .fixed-panel span.price .pdp .basket-link,
.shop .fixed-panel span.price .pdp .customers .basket-link,
.customers .pdp .shop .fixed-panel span.price .basket-link,
.pdp .shop .fixed-panel span.price .customers .basket-link,
.shop .fixed-panel span.price .customers form .ui-btn input,
.customers form .ui-btn .shop .fixed-panel span.price input,
.customers .blog content h1,
.blog content .customers h1,
.customers .shop-category .price,
.shop-category .customers .price,
.customers .search-form #desktop-search,
.search-form .customers #desktop-search {
    text-align: center;
    margin-bottom: 1.3em
}

.customers form {
    max-width: 384px;
    width: calc(100% - 148px);
    text-align: center
}

.customers form input {
    border: 1px solid #000;
    border-top: none;
    text-align: center;
    margin-bottom: 0
}

.customers form input.first-input {
    border-top: 1px solid #000
}

.customers form input.btn {
    background: #000;
    color: #fff;
    margin-bottom: 2em;
    border-radius: 0
}

.customers form button {
    color: #000 !important
}

.customers form .ui-btn {
    color: #fff;
    font-size: 0;
    line-height: 0
}

.customers form .ui-btn input {
    padding: .5em 0
}

.customers form .ui-btn input:last-child {
    padding: .5em 0
}

.account-content {
    width: 60%
}

@media (max-width: 1024px) {
    .account-content {
        width: 80%
    }
}

.account-details-content {
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 0
}

.account-details-content .account-info {
    margin: 0 0 2em 0;
    text-align: center
}

.account-details-content .account-info p,
.account-details-content .account-info .shop .shop-image h1,
.shop .shop-image .account-details-content .account-info h1,
.account-details-content .account-info .shop .shop-image .fixed-panel span.price p,
.shop .shop-image .fixed-panel span.price .account-details-content .account-info p,
.account-details-content .account-info .shop .fixed-panel span.price .shop-image p,
.shop .fixed-panel span.price .shop-image .account-details-content .account-info p,
.account-details-content .account-info .shop .shop-image .shop-category .price,
.shop .shop-image .shop-category .account-details-content .account-info .price,
.account-details-content .account-info .shop-category .shop .shop-image .price,
.shop-category .shop .shop-image .account-details-content .account-info .price,
.account-details-content .account-info .shop .shop-image .search-form #desktop-search,
.shop .shop-image .search-form .account-details-content .account-info #desktop-search,
.account-details-content .account-info .search-form .shop .shop-image #desktop-search,
.search-form .shop .shop-image .account-details-content .account-info #desktop-search,
.account-details-content .account-info .pdp .add-to-cart,
.pdp .account-details-content .account-info .add-to-cart,
.account-details-content .account-info .pdp .variants li label,
.pdp .variants li .account-details-content .account-info label,
.account-details-content .account-info .pdp .basket-link,
.pdp .account-details-content .account-info .basket-link,
.account-details-content .account-info .customers form .ui-btn input,
.customers form .ui-btn .account-details-content .account-info input {
    margin: 0 auto
}

.note,
.errors {
    border-radius: 0;
    font-size: 1em;
    padding: .3em 0;
    text-align: center
}

.search-form {
    position: relative;
    z-index: 9997
}

@media (max-width: 1024px) {
    .search-form.section.flex {
        display: none
    }
}

.search-form button {
    background: none;
    border: none;
    margin-top: -14px;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    outline: none;
    width: 28px
}

.search-form button img {
    width: 100%
}

.search-form #desktop-form {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 40%
}

.search-form #desktop-form form {
    width: 100%;
    padding: 0 15%
}

.search-form #desktop-results {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    position: relative
}

.search-form #desktop-results .search-result {
    height: 40vh;
    width: 100%;
    min-height: 300px;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9
}

.search-form #desktop-search {
    text-transform: uppercase;
    border: none;
    text-align: left;
    color: #919191;
    background-color: #fff
}

.search-form #desktop-search:focus {
    content: ' ';
    color: #000;
    outline: none
}

.search-form .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

section.hidden.search-form {
    display: none
}

section.shown.search-form #desktop-results:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mobile-search {
    width: 100%;
    float: left;
    clear: left;
    display: none;
    position: relative
}

@media (max-width: 1024px) {
    .mobile-search {
        display: block
    }
}

.mobile-search input {
    background-color: #CF6B42;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 1em 0;
    margin: 0
}

#designers-panel {
    width: 100%;
    z-index: 999;
    background: transparent;
    pointer-events: none;
    display: none
}

#designers-panel.shown {
    pointer-events: auto
}

@media (max-width: 1024px) {
    #designers-panel {
        display: none !important
    }
}

#designers-panel .fixed-panel {
    background: #fff;
    left: -40vw;
    width: 40%
}

#designers-panel .fixed-panel a {
    margin-bottom: 1em;
    display: block
}

#designers-panel .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}


/*# sourceMappingURL=../../assets/main.min.css.map */
