﻿@charset "UTF-8";

@font-face {
    font-family: Butler;
    src: url(../fonts/butler/butler_medium-webfont.woff2) format("woff2"),url(../fonts/butler/butler_medium-webfont.woff) format("woff");
    font-style: normal;
    font-weight: 700
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

.c-categories__list ul {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    .c-categories__list ul.collapsed {
        height: 0px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .c-categories__list ul.extended {
        height: auto;
        overflow: hidden;
        padding: 0;
        margin: 0 0 0 20px;
    }



html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
    margin: 0;
    padding: 0
}

li > ol, li > ul {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    min-width: 0;
    border: 0
}

address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-bottom: 24px
}

dd, ol, ul {
    margin-left: 24px
}

body, html {
    height: 100%
}

body {
    font-family: Montserrat,sans-serif;
    -webkit-animation: fadeIn .8s;
    animation: fadeIn .8s
}

h1.text-center {
    text-align: center;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.is-front {
    opacity: 0;
    -webkit-animation: fadeIn .8s .3s forwards;
    animation: fadeIn .8s .3s forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

input {
    font-family: Montserrat,sans-serif
}

a {
    color: #000
}

strong {
    font-weight: 700
}

.o-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-about__item + .c-about__item {
    margin-top: 30px
}

@media (min-width:48em) and (max-width:63.99em) {
    .c-about__item + .c-about__item {
        margin-top: 60px
    }
}

@media (min-width:64em) {
    .c-about__item + .c-about__item {
        margin-top: 120px
    }
}

.c-about-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:63.99em) {
    .c-about-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-about-grid__item {
    opacity: 0
}

@media (max-width:63.99em) {
    .c-about-grid__item--side {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:63.99em) {
    .c-about-intro {
        margin-bottom: 30px
    }
}

@media (min-width:64em) {
    .c-about-intro {
        padding-right: 80px
    }
}

.c-about-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    font-weight: 300;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
    font-family: Butler,sans-serif;
    font-weight: 700
}

@media (min-width:64em) {
    .c-about-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 44px;
        margin-top: 140px;
        margin-bottom: 160px
    }
}

.c-about-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 60px
}

@media (max-width:63.99em) {
    .c-about-image {
        text-align: center
    }
}

@media (max-width:63.99em) {
    .c-about-box {
        max-width: 620px;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        text-align: center
    }
}

@media (min-width:64em) {
    .c-about-box {
        margin-right: 80px;
        margin-left: 80px;
        min-height: 100%;
        position: relative
    }

        .c-about-box::after {
            content: '';
            display: block;
            width: 30px;
            height: 2px;
            background-color: #000;
            position: absolute;
            left: 0;
            bottom: 0
        }
}

@media (min-width:64em) {
    .c-about-image--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-accordion {
    margin-top: 30px
}

.c-accordion-header {
    padding-bottom: 20px
}

.c-accordion-toggle {
    font-size: 10px;
    font-size: .625rem;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px
}

    .c-accordion-toggle::before {
        content: '';
        display: block;
        width: 19px;
        height: 19px;
        background: url(../../../../../../images/Ferrer/toggle-open_icon.svg) no-repeat center center;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .c-accordion-toggle.is-open::before {
        background-image: url(../../../../../../images/Ferrer/toggle-close_icon.svg)
    }

.js-accordion-body {
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    display: none;
    font-weight: 300
}

.is-open .js-accordion-body {
    display: block
}

.js-accordion-body > :first-child {
    margin-top: 0
}

.js-accordion-body > :last-child {
    margin-bottom: 0
}

@media (max-width:63.99em) {
    .c-article-teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-article-teaser__side {
        margin-bottom: 30px
    }

    .c-article-teaser__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:64em) {
    .c-article-list__item .c-article-teaser__main, .c-article-list__item .c-article-teaser__side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-article-list__item:nth-child(odd) .c-article-teaser__main {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 50px
    }

    .c-article-list__item:nth-child(odd) .c-article-teaser__side {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .c-article-list__item:nth-child(even) .c-article-teaser__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 50px
    }

    .c-article-list__item:nth-child(even) .c-article-teaser__side {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-article-list__item + .c-article-list__item {
    margin-top: 60px
}

@media (min-width:64em) {
    .c-article-list__item + .c-article-list__item {
        margin-top: 160px
    }
}

.c-article-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

@media (max-width:63.99em) {
    .c-article-paging {
        text-align: center
    }
}

@media (min-width:64em) {
    .c-article-paging {
        margin-bottom: 80px
    }
}

@media (max-width:63.99em) {
    .c-article-paging__overview {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width:64em) {
    .c-article-paging__overview {
        text-align: center
    }
}

@media (min-width:64em) {
    .c-article-paging__next {
        text-align: right
    }
}

.c-paging-button {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 2.18182;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none
}

.c-paging-button--next, .c-paging-button--previous {
    position: relative
}

.c-paging-button--previous {
    padding-left: 51px
}

    .c-paging-button--previous::before {
        content: '';
        display: block;
        width: 31px;
        height: 7px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../../../../../../images/Ferrer/arrow-left-black_icon.svg) no-repeat center center
    }

.c-paging-button--next {
    padding-right: 51px
}

    .c-paging-button--next::after {
        content: '';
        display: block;
        width: 31px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../../../../../../images/Ferrer/arrow-right-black_icon.svg) no-repeat center center
    }

.c-article-teaser {
    opacity: 0
}

@media (min-width:64em) {
    .c-article-teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-article-teaser-inner {
        max-width: 320px
    }
}

@media (max-width:63.99em) {
    .c-article-teaser-image {
        text-align: center
    }
}

.c-article-teaser-date {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 3px;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
    padding-bottom: 20px
}

.c-article-teaser-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    margin-bottom: 40px;
    font-family: Butler,sans-serif;
    font-weight: 700
}

.c-article-teaser-body {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 300;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-bottom: 45px
}

    .c-article-teaser-body > :first-child {
        margin-top: 0
    }

    .c-article-teaser-body > :last-child {
        margin-bottom: 0
    }

.c-article-teaser-more {
    display: block;
    background: url(../../../../../../images/Ferrer/arrow-right-black_icon.svg) no-repeat center center;
    width: 31px;
    height: 31px
}

.c-article {
    margin-bottom: 60px
}

@media (min-width:64em) {
    .c-article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 135px
    }
}

@media (min-width:64em) {
    .c-article__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 100px
    }
}

@media (min-width:64em) {
    .c-article-inner {
        max-width: 360px
    }
}

.c-article-date {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 45px
}

.c-article-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: Butler,sans-serif;
    font-weight: 700
}

.c-article-body {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 25px
}

    .c-article-body > :first-child {
        margin-top: 0
    }

    .c-article-body > :last-child {
        margin-bottom: 0
    }

@media (min-width:64em) {
    .c-article-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-body {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    font-weight: 300
}

    .c-body > :first-child {
        margin-top: 0
    }

    .c-body > :last-child {
        margin-bottom: 0
    }

.c-brands {
    max-width: 400px
}

@media (max-width:63.99em) {
    .c-brands {
        text-align: center;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:64em) {
    .c-brands__inner {
        padding-left: 50px
    }
}

.c-brands-subtitle {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 20px;
    padding-top: 60px;
    position: relative
}

    .c-brands-subtitle::before {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 0
    }

@media (max-width:63.99em) {
    .c-brands-subtitle::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width:64em) {
    .c-brands-subtitle::before {
        left: 0
    }
}

.c-brands-list {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0
}

    .c-brands-list li {
        margin: 0;
        padding: 0
    }

        .c-brands-list li + li {
            margin-top: 4px
        }

.c-button {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    background-color: #000;
    padding: 8px 32px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer
}

.c-carousel {
    height: 460px;
    position: relative
}

@media (max-width:87.4375em) {
    .c-carousel {
        padding-bottom: 50px
    }
}

@media (min-width:64em) {
    .c-carousel {
        height: 560px
    }
}

.c-carousel .flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:87.4375em) {
    .c-carousel .flickity-page-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
}

@media (min-width:87.5em) {
    .c-carousel .flickity-page-dots {
        position: absolute;
        right: -70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-carousel .flickity-page-dots .dot {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    cursor: pointer
}

@media (max-width:87.4375em) {
    .c-carousel .flickity-page-dots .dot {
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:87.5em) {
    .c-carousel .flickity-page-dots .dot:not(:last-child) {
        margin-bottom: 35px
    }
}

.c-carousel .flickity-page-dots .dot:not(.is-selected) {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    border: 2px solid #fff
}

.c-carousel .flickity-page-dots .dot.is-selected {
    width: 12px;
    height: 12px;
    border: 2px solid #000
}

.c-carousel__item {
    position: relative;
    width: 100%;
    height: 100%;
    background: no-repeat center center/cover
}

.c-carousel__actions {
    position: absolute;
    left: 20px;
    bottom: 20px
}

@media (min-width:48em) {
    .c-carousel__actions {
        left: 30px;
        bottom: 30px
    }
}

.c-carousel-button {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    display: inline-block;
    background-color: #000;
    font-weight: 500;
    color: #fff;
    padding: 18px 104px 18px 24px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

    .c-carousel-button::after {
        content: '';
        display: block;
        width: 31px;
        height: 7px;
        background: url(../../../../../../images/Ferrer/arrow-right-white_icon.svg) no-repeat center center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .c-carousel-button:hover {
        background-color: #fff;
        color: #000
    }

        .c-carousel-button:hover::after {
            background-image: url(../../../../../../images/Ferrer/arrow-right-black_icon.svg);
            -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px)
        }

.c-cart-count {
    position: relative;
    padding-left: 22px
}

    .c-cart-count::before {
        content: '';
        display: block;
        width: 10px;
        height: 15px;
        background: url(../../../../../../images/Ferrer/cart_icon.svg) no-repeat center center;
        position: absolute;
        left: 0;
        top: 8px
    }

.c-cart {
    border-top: 1px solid rgba(0,0,0,.2);
    margin-bottom: 60px
}

@media (min-width:48em) {
    .c-cart {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:64em) {
    .c-cart {
        margin-bottom: 100px;
        padding-right: 60px;
        padding-left: 60px
    }
}

.c-cart__header {
    padding-top: 25px;
    padding-bottom: 30px
}

@media (min-width:64em) {
    .c-cart__header {
        padding-top: 35px;
        padding-bottom: 50px
    }
}

@media (max-width:47.99em) {
    .c-categories {
        margin-bottom: 30px;
        text-align: center
    }
}

.c-categories__items {
    display: none
}

@media (min-width:48em) {
    .c-categories__items {
        display: block !important
    }
}

.c-categories__toggle {
    display: none
}

@media (max-width:47.99em) {
    .c-categories__toggle {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.84615;
        letter-spacing: 3px;
        display: block;
        width: 100%;
        border: 1px solid #000;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding: 5px 15px;
        background: #fff;
        text-align: left;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        position: relative
    }
}

.c-categories__icon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 15px;
    height: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer
}

    .c-categories__icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 3px;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

        .c-categories__icon span:nth-child(1) {
            top: 0
        }

        .c-categories__icon span:nth-child(2), .c-categories__icon span:nth-child(3) {
            top: 6px
        }

        .c-categories__icon span:nth-child(4) {
            top: 12px
        }

    .c-categories__icon.is-open span:nth-child(1) {
        top: 6px;
        width: 0;
        left: 50%
    }

    .c-categories__icon.is-open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .c-categories__icon.is-open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .c-categories__icon.is-open span:nth-child(4) {
        top: 6px;
        width: 0;
        left: 50%
    }

.c-categories__item + .c-categories__item {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(0,0,0,.2)
}

.c-categories__list {
    margin: 0;
    padding: 0
}

    .c-categories__list li {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .c-categories__list li ul {
            margin: 0;
            padding: 0
        }

        .c-categories__list li li a {
            color: #7e7e7e
        }



    .c-categories__list a {
        font-size: 14px;
        font-size: .875rem;
        line-height: 35px;
        display: inline-block;
        text-decoration: none
    }

        .c-categories__list a.is-active {
            font-weight: 700;
            position: relative;
            color: #000;
        }

            .c-categories__list a.is-active::after {
                content: '';
                width: 100%;
                height: 1px;
                background-color: #000;
                position: absolute;
                left: 0;
                bottom: 7px
            }
.c-checkout {
    border-top: 1px solid rgba(0,0,0,.2);
    padding-bottom: 80px
}
@media (min-width:48em) {
    .c-checkout {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:64em) {
    .c-checkout {
        margin-bottom: 100px;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media (min-width:64em) {
    .c-checkout-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -30px
    }
}

@media (min-width:64em) {
    .c-checkout-grid__side {
        padding-left: 30px
    }
}

@media (min-width:64em) {
    .c-checkout-grid__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        padding-left: 30px
    }
}

.c-checkout-price {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 30px
}

@media (min-width:64em) {
    .c-checkout-price {
        margin-bottom: 43px
    }
}

.c-checkout-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .c-checkout-price__row:last-child {
        margin-top: 10px
    }

@media (min-width:64em) {
    .c-checkout-price__row:last-child {
        margin-top: 10px
    }
}
@media (min-width:64em) {
    .c-checkout-price:first-child {
        margin-top: 10px
    }
}

.c-checkout-price__row:last-child .c-checkout-price__label, .c-checkout-price__row:last-child .c-checkout-price__value {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    font-weight: 500
}

.c-checkout-discount__label, .c-checkout-discount__value {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
}

@media (max-width:63.99em) {
    .c-checkout-price__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:64em) {
    .c-checkout-price__label, .c-checkout-discount__label {
        text-align: right;
        width: 200px
    }
}

@media (min-width:64em) {
    .c-checkout-price__value, .c-checkout-discount__value {
        text-align: right;
        width: 150px
    }
}

@media (max-width:63.99em) {
    .c-checkout-table {
        border-top: 1px solid #7e7e7e
    }
}

.c-checkout-table__header {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #7e7e7e
}

@media (max-width:63.99em) {
    .c-checkout-table__header {
        display: none
    }
}

.c-checkout-table__row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7e7e7e
}

@media (max-width:63.99em) {
    .c-checkout-table__row > div + div {
        margin-top: 10px
    }
}

@media (min-width:64em) {
    .c-checkout-table__row {
        position: relative;
        padding-top: 25px;
        padding-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-checkout-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:63.99em) {
    .c-checkout-table__item {
        position: relative;
        padding-right: 50px
    }
}

@media (min-width:64em) {
    .c-checkout-table__item {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

.c-checkout-table__label {
    display: inline-block;
    margin-right: 5px
}

@media (min-width:64em) {
    .c-checkout-table__label {
        display: none
    }
}

@media (min-width:64em) {
    .c-checkout-table__price {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right
    }
}

.c-checkout-table__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.c-checkout-table__number_InvoiceLine {
    display:flex;
    flex-wrap:wrap;
}

@media (min-width:64em) {
    .c-checkout-table__number {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:64em) {
    .c-checkout-table__subtotal {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right
    }
}

.c-product-image {
    margin-right: 20px
}

@media (max-width:47.99em) {
    .c-product-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px
    }

        .c-product-image img {
            width: 60px;
            height: 60px
        }
}

@media (min-width:48em) {
    .c-product-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        margin-right: 40px
    }
}

.c-product-name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 300
}

    .c-product-name a {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333;
        font-weight: 300
    }

@media (min-width:64em) {
    .c-product-name {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.09091
    }

        .c-product-name a {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 1.09091
        }
}

.c-checkout-remove {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 30px;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 30px;
    background: transparent url(../../../../../../images/Ferrer/remove_icon.svg) no-repeat center center
}

@media (max-width:63.99em) {
    .c-checkout-remove {
        right: 0
    }
}

@media (min-width:64em) {
    .c-checkout-remove {
        right: -60px
    }
}

.c-checkout-table__footer {
    margin-top: 20px
}

@media (min-width:64em) {
    .c-checkout-table__footer {
        margin-top: 35px
    }
}

.c-checkout-button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 700;
    letter-spacing: 3px;
    display: block;
    width: 100%;
    background-color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 20px 18px 20px;
}

    .c-checkout-button:focus {
        outline: 0
    }

.c-contact {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:63.99em) {
    .c-contact {
        text-align: center
    }
}

@media (min-width:64em) {
    .c-contact {
        margin-top: 80px
    }
}

.c-contact__inner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width:63.99em) {
    .c-contact__inner {
        margin-bottom: 60px
    }
}

@media (min-width:64em) {
    .c-contact__inner {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.c-contact__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    margin-bottom: 60px;
    font-family: Butler,sans-serif;
    font-weight: 700
}

@media (min-width:64em) {
    .c-contact__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 44px;
        margin-bottom: 90px
    }
}

.c-counter {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 10px 0 10px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d8d8d8;
    width: 96px;
}

.c-counter__total {
    background-color: #d8d8d8;
    min-width: 32px;
    text-align: center
}

.c-counter-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 32px;
    text-align: center;
    cursor: pointer
}

.c-divider {
    background-color: rgba(0,0,0,.2);
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    border: 0
}

@media (min-width:64em) {
    .c-divider {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.c-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-field__label {
    font-size: 10px;
    font-size: .625rem;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 70px
}

.c-field__error {
    font-size: 10px;
    font-size: .625rem;
    color: red;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 90px;
    display:none;
}

.c-field__value {
    min-width: 100px
}

.c-footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    column-width: 50%
}

@media (min-width:48em) {
    .c-footer-nav__list {
        -webkit-column-count: 4;
        column-count: 4;
        -webkit-column-width: 25%;
        column-width: 25%
    }
}

@media (min-width:64em) {
    .c-footer-nav__list {
        margin-top: 25px
    }
}

.c-footer-nav__list li {
    margin: 0;
    padding: 0
}

@media (min-width:64em) {
    .c-footer-nav__list li:nth-child(odd) {
        margin-bottom: 6px
    }
}

.c-footer-nav__list a {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    font-weight: 300;
    text-decoration: none
}

.c-form-email, .c-form-text {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    display: block;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding-top: 15px;
    padding-bottom: 16px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .c-form-email:focus, .c-form-text:focus {
        outline: 0;
        border-bottom-color: rgba(0,0,0,.5);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .c-form-email:required, .c-form-text:required {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.c-form-submit {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #fff;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 15px 50px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .c-form-submit:focus, .c-form-submit:hover {
        outline: 0;
        background-color: #000;
        color: #fff
    }

.c-gallery {
    margin-bottom: 20px
}

@media (min-width:64em) {
    .c-gallery {
        margin-bottom: 40px
    }
}

.c-gallery__item {
    width: 100%
}

.c-gallery-nav {
    height: 90px
}

.c-gallery-nav__item {
    width: 90px;
    height: 95px;
    position: relative
}

    .c-gallery-nav__item:not(:last-child) {
        margin-right: 20px
    }

@media (min-width:64em) {
    .c-gallery-nav__item:not(:last-child) {
        margin-right: 40px
    }
}

.c-gallery-nav__item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.c-gallery-nav__item.is-nav-selected::after {
    opacity: .8
}

.c-hotspot__list {
    margin: 0;
    padding: 0
}

.c-hotspot__item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-hotspot__item + .c-hotspot__item {
        margin-top: 20px
    }

.c-hotspot-image {
    margin-right: 20px
}

.c-hotspot-label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
    font-weight: 300
}

.c-hotspot-label__number {
    font-weight: 500
}

.c-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:63.99em) {
    .c-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:64em) {
    .c-image--left {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-link-button {
    font-size: 10px;
    font-size: .625rem;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none
}

.c-maps {
    background: #efefef;
    margin-bottom: 80px;
    margin-left: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 400px
}

@media (min-width:64em) {
    .c-maps {
        margin-left: -30px;
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        height: 700px
    }
}

.c-maps__embed {
    height: 100%
}

.c-overview-button {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none
}

.c-page-content {
    max-width: 1170px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto
}

.c-page-footer {
    border-top: 1px solid rgba(0,0,0,.2);
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width:64em) {
    .c-page-footer {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.c-page-header {
    margin-bottom: 30px;
    padding-top: 124px
}

@media (min-width:64em) {
    .c-page-header {
        margin-bottom: 70px;
        padding-top: 184px
    }
}

.c-page-header__top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 84px;
    z-index: 80
}

@media (max-width:63.99em) {
    .c-page-header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fbfbfb;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:64em) {
    .c-page-header__top {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-page-header__logo {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    display: none;
    pointer-events: none
}

@media (min-width:48em) {
    .c-page-header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-page-header.is-not-top {
    pointer-events: all
}

    .c-page-header.is-not-top .c-page-header__logo {
        opacity: 1
    }

.c-page-logo {
    margin-bottom: 55px;
    text-align: center
}

@media (max-width:63.99em) {
    .c-page-logo {
        margin-top: 30px
    }
}

.c-page-logo__link {
    display: inline-block
}

.c-page-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300
}

@media (min-width:48em) {
    .c-page-title {
        margin-top: 120px;
        margin-bottom: 80px
    }
}

@media (min-width:64em) {
    .c-page-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 44px;
        margin-bottom: 120px
    }
}

.c-page-title--alt {
    font-family: Butler,sans-serif;
    font-weight: 700
}

@media (max-width:63.99em) {
    .c-photo-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -30px
    }
}

@media (min-width:64em) {
    .c-photo-group {
        position: relative;
        padding-bottom: 70px
    }
}

@media (max-width:63.99em) {
    .c-photo-group__main {
        padding-left: 30px
    }
}

@media (min-width:64em) {
    .c-photo-group__main {
        position: relative;
        z-index: 10;
        padding-right: 15%
    }
}

@media (max-width:63.99em) {
    .c-photo-group__side {
        padding-left: 30px
    }
}

@media (min-width:64em) {
    .c-photo-group__side {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0
    }
}

.c-popup {
    display: none
}

    .c-popup.is-visible {
        display: block;
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 300;
        color: #fff
    }

        .c-popup.is-visible .c-popup__inner {
            -webkit-animation: .5s scaleIn ease-in-out;
            animation: .5s scaleIn ease-in-out
        }

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

.c-popup.is-visible::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    left: 0
}

.c-popup__inner {
    position: relative;
    z-index: 350;
    background-color: #000;
    margin: 20px;
    padding: 90px 30px 30px 30px;
    -webkit-box-shadow: 0 12px 34px 0 rgba(0,0,0,.5);
    box-shadow: 0 12px 34px 0 rgba(0,0,0,.5)
}

@media (max-width:29.99em) {
    .c-popup__inner {
        width: 100%
    }
}

@media (min-width:30em) {
    .c-popup__inner {
        min-width: 440px
    }
}

@media (min-width:48em) {
    .c-popup__inner {
        padding: 50px 60px;
        min-width: 720px
    }
}

.c-popup__inner .c-subscribe {
    max-width: 420px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0
}

    .c-popup__inner .c-subscribe .c-form-email {
        background: 0 0;
        border-bottom: 1px solid #fff;
        color: #fff
    }

    .c-popup__inner .c-subscribe .c-form-submit {
        background: 0 0;
        border-color: #fff;
        color: #fff
    }

        .c-popup__inner .c-subscribe .c-form-submit:focus, .c-popup__inner .c-subscribe .c-form-submit:hover {
            background-color: #fff;
            color: #000
        }

.c-popup__close {
    display: block;
    width: 34px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: url(../../../../../../images/Ferrer/popup-close_icon.svg) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px
}

    .c-popup__close:focus {
        outline: 0
    }

.c-popup-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    font-family: Butler,sans-serif;
    font-weight: 700
}

@media (min-width:48em) {
    .c-popup-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 35px
    }
}

.c-primary-nav {
    display: none
}

@media (max-width:63.99em) {
    .is-open .c-primary-nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 200;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.95)
    }
}

@media (min-width:64em) {
    .c-primary-nav {
        display: block
    }
}

.c-primary-nav__close {
    display: none
}

@media (max-width:63.99em) {
    .c-primary-nav__close {
        display: block;
        width: 34px;
        height: 34px;
        background: url(../../../../../../images/Ferrer/close_icon.svg) no-repeat center center;
        position: absolute;
        right: 20px;
        top: 25px
    }
}

.c-primary-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:63.99em) {
    .c-primary-nav__list {
        padding: 100px 20px
    }
}

@media (min-width:64em) {
    .c-primary-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-primary-nav__list li {
    margin: 0;
    padding: 0
}

@media (max-width:63.99em) {
    .c-primary-nav__list li {
        text-align: center
    }
}

@media (min-width:64em) {
    .c-primary-nav__list li {
        margin-right: 30px;
        margin-left: 30px
    }

        .c-primary-nav__list li:first-child {
            margin-left: 0
        }

        .c-primary-nav__list li:last-child {
            margin-right: 0
        }
}

.c-primary-nav__list a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (max-width:63.99em) {
    .c-primary-nav__list a {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.71429
    }
}

@media (min-width:64em) {
    .c-primary-nav__list a {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.84615
    }
}

.c-primary-nav__list a.is-active {
    font-weight: 700
}

@media (min-width:64em) {
    .c-primary-nav__list a.is-active {
        position: relative;
        padding-bottom: 18px
    }

        .c-primary-nav__list a.is-active::after {
            content: '';
            width: 100%;
            height: 2px;
            background-color: #000;
            position: absolute;
            left: 0;
            bottom: 0
        }
}

.c-product {
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 40px;
    /*opacity: 0*/
}

@media (min-width:30em) {
    .c-product {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:64em) {
    .c-product {
        padding-top: 80px;
        padding-right: 100px;
        padding-left: 100px
    }
}

.c-product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:64em) {
    .c-product-grid__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 60px 0 0 60px
    }
}

.c-product-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.09091;
    font-weight: 400;
    margin-bottom: 35px
}

.c-product-body {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    font-weight: 300
}

    .c-product-body > :first-child {
        margin-top: 0
    }

    .c-product-body > :last-child {
        margin-bottom: 0
    }

@media (max-width:29.99em) {
    .c-product-actions {
        text-align: center
    }
}

@media (min-width:30em) {
    .c-product-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-product-price {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 2px
}

@media (max-width:29.99em) {
    .c-product-price {
        margin-bottom: 20px
    }
}

@media (max-width:29.99em) {
    .c-product-cart .c-button {
        width: 100%;
        text-align: center
    }
}

@media (max-width:63.99em) {
    .c-product-back {
        margin-bottom: 30px
    }
}

@media (min-width:48em) {
    .c-product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:47.99em) {
    .c-product-list__item {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (min-width:48em) {
    .c-product-list__item {
        margin: 0 2.1% 40px 2.1%
    }
}

@media (min-width:48em) and (max-width:63.99em) {
    .c-product-list__item {
        width: -webkit-calc(50% - 4.2%);
        width: calc(50% - 4.2%)
    }
}

@media (min-width:64em) {
    .c-product-list__item {
        width: -webkit-calc(33.33% - 4.2%);
        width: calc(33.33% - 4.2%)
    }
}

.c-product-teaser {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    display: block;
    text-align: center;
    text-decoration: none;
    opacity: 0
}

    .c-product-teaser:focus .c-product-teaser__image::after, .c-product-teaser:hover .c-product-teaser__image::after {
        opacity: 1
    }

.c-product-teaser__image {
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

    .c-product-teaser__image::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7) url(../../../../../../images/Ferrer/plus-white_icon.svg) no-repeat center center;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

.c-product-teaser__brand {
    font-weight: 800;
}

.c-product-teaser__name {
    font-weight: 300;
    font-size: 12px;
}

.c-product-teaser__price {
    font-weight: 600
}

.c-products {
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 40px
}

@media (min-width:48em) {
    .c-products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:64em) {
    .c-products {
        padding-top: 80px
    }
}

@media (min-width:48em) {
    .c-products__side {
        width: 26%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:64em) {
    .c-products__side {
        width: 20%
    }
}

@media (min-width:48em) {
    .c-products__main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-transform: translateX(2.1%);
        transform: translateX(2.1%)
    }
}

.c-related {
    border-top: 1px solid rgba(0,0,0,.2);
    margin-top: 100px;
    padding-top: 60px
}

.c-related__inner {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto
}

.c-related__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center;
    font-family: Butler,sans-serif;
    font-weight: 700
}

@media (min-width:64em) {
    .c-related__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 44px;
        margin-bottom: 70px
    }
}

.c-related-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:48em) {
    .c-related-grid {
        margin-left: -70px
    }
}

@media (max-width:47.99em) {
    .c-related-grid__item + .c-related-grid__item {
        margin-top: 30px
    }
}

@media (min-width:48em) {
    .c-related-grid__item {
        padding-left: 70px
    }
}

.c-select {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer;
    text-overflow: ellipsis;
    position: relative
}

    .c-select::after {
        content: '';
        display: block;
        width: 8px;
        height: 15px;
        background: url(../../../../../../images/Ferrer/select_icon.svg) no-repeat center center;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none
    }

    .c-select select {
        font-size: 16px;
        font-size: 0.9rem;
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        line-height: 2;
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        background: 0 0;
        border-radius: 0;
        width: 100%;
        margin: 0;
        padding: 18px 15px 17px 15px;
        min-height: 50px;
        color: #535353;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        text-transform: uppercase;
    }

        .c-select select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #535353
        }

        .c-select select:active, .c-select select:focus {
            outline: 0
        }

.c-select--small select {
    min-height: 40px;
    padding-top: 15px;
    padding-bottom: 12px;
}

.c-show-menu {
    display: none
}

@media (max-width:63.99em) {
    .c-show-menu {
        font-size: 10px;
        font-size: .625rem;
        line-height: 2.4;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 2px;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media (max-width:63.99em) {
    .c-shipping {
        border-bottom: 1px solid #7e7e7e;
        margin-bottom: 30px
    }
}

.c-shipping__form {
    margin-bottom: 30px
}

@media (min-width:64em) {
    .c-shipping__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.c-shipping-label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
    display: block
}

@media (max-width:63.99em) {
    .c-shipping-label {
        margin-bottom: 10px
    }
}

@media (min-width:64em) {
    .c-shipping-label {
        width: 140px
    }
}

@media (min-width:64em) {
    .c-shipping-select {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 350px
    }
}

.c-shipping__meta {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    font-weight: 300
}

@media (max-width:63.99em) {
    .c-shipping__meta {
        margin-bottom: 30px
    }
}

@media (max-width:63.99em) {
    .c-subscribe {
        margin-bottom: 40px
    }
}

@media (min-width:64em) {
    .c-subscribe {
        padding-right: 50px
    }
}

@media (min-width:80em) {
    .c-subscribe {
        padding-right: 150px
    }
}

.c-subscribe__title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
    font-weight: 400;
    margin-bottom: 6px
}

@media (min-width:30em) {
    .c-subscribe__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:29.99em) {
    .c-subscribe__form__item {
        margin-bottom: 20px
    }
}

@media (min-width:30em) {
    .c-subscribe__form__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 24px
    }
}

.c-subscribe__form__actions, .c-subscribe__form__item {
    display: inline-block;
}


@media (min-width:64em) {
    .c-top-nav {
        background-color: #f5f5f5;
        width: 50%;
        padding: 25px 70px;
        padding-right: 70px;
        padding-left: 70px
    }
}

.c-top-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width:64em) {
    .c-top-nav__list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-top-nav__list li {
    margin: 0;
    padding: 0
}

    .c-top-nav__list li:not(:last-child) {
        margin-right: 30px
    }

@media (min-width:64em) {
    .c-top-nav__list li:not(:last-child) {
        margin-right: 52px
    }
}

.c-top-nav__list a {
    font-size: 10px;
    font-size: .625rem;
    line-height: 2.4;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

a#manageMyAccount {
    padding: 0;
}

.c-voucher {
    /*background-color: #000;*/
    padding: 20px 0 0 0;
}

/*@media (min-width:80em) {
    .c-voucher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}*/

/*@media (max-width:79.99em) {
    .c-voucher {
        padding-bottom: 25px
    }
}*/

.c-voucher__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 500;
    /*    text-transform: uppercase;*/
    letter-spacing: 2px;
    /*color: #fff;*/
    margin-bottom: 50px;
    margin-top: 30px;
}

@media (max-width:64em) {
    .c-voucher__title {
        margin-bottom: 30px;
        margin-top: 10px;
    }
}

@media (min-width:80em) {
    .c-voucher__title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        margin-right: 30px
    }
}

.c-voucher__form {
    padding: 3px;
    background-color: #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:27.99em) {
    .c-voucher__form {
        display: block;
    }
}

.c-voucher-input {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.84615;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 18px 5px 20px;
}

    .c-voucher-input:focus, .c-voucher-button:focus {
        outline: 0;
    }

    .c-voucher-input:disabled {
        background-color: gray;
    }

.c-voucher-button:active {
    color: #000;
}

@media (max-width:79.99em) {
    .c-voucher-input {
        width: 100%
    }
}

@media (max-width:27.99em) {
    .c-voucher-input {
        padding: 12px 18px 10px 20px;
        border-bottom: 0;
    }
}

.c-voucher-button {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.84615;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    background: #535353;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    color: #fff;
    padding: 16px 18px 14px 20px;
    text-align: center;
}

/*@media (max-width:47.99em) {
    .c-voucher-button {
        width: 100%;
        text-align: center
    }
}*/

@media (min-width:64em) {
    .c-voucher-button {
        min-width: 120px
    }
}

@media (max-width:27.99em) {
    .c-voucher-button {
        width: 100%;
    }
}

.c-voucher__message {
    padding: 5px 5px 5px 10px;
    font-size: 10px;
    font-size: .625rem;
    color: red;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 90px;
    visibility: hidden;
}

@media (max-width:27.99em) {
    .c-voucher__message {
        width: 100%;
        text-align: center;
    }
}

.c-wrap {
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width:64em) {
    .c-wrap {
        padding-right: 30px;
        padding-left: 30px
    }
}

html {
    font-size: 1em;
    line-height: 1.5;
    overflow-y: scroll;
    min-height: 100%
}

img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle
}

    img[height], img[width] {
        max-width: none
    }

table {
    width: 100%
}

.u-clearfix:after {
    content: "" !important;
    display: block !important;
    clear: both !important
}

.u-1\/1 {
    width: 100% !important
}

.u-1\/2 {
    width: 50% !important
}

.u-2\/2 {
    width: 100% !important
}

.u-1\/3 {
    width: 33.33333% !important
}

.u-2\/3 {
    width: 66.66667% !important
}

.u-3\/3 {
    width: 100% !important
}

.u-1\/4 {
    width: 25% !important
}

.u-2\/4 {
    width: 50% !important
}

.u-3\/4 {
    width: 75% !important
}

.u-4\/4 {
    width: 100% !important
}

.u-1\/5 {
    width: 20% !important
}

.u-2\/5 {
    width: 40% !important
}

.u-3\/5 {
    width: 60% !important
}

.u-4\/5 {
    width: 80% !important
}

.u-5\/5 {
    width: 100% !important
}

@media (min-width:30em) {
    .u-1\/1\@mobile {
        width: 100% !important
    }

    .u-1\/2\@mobile {
        width: 50% !important
    }

    .u-2\/2\@mobile {
        width: 100% !important
    }

    .u-1\/3\@mobile {
        width: 33.33333% !important
    }

    .u-2\/3\@mobile {
        width: 66.66667% !important
    }

    .u-3\/3\@mobile {
        width: 100% !important
    }

    .u-1\/4\@mobile {
        width: 25% !important
    }

    .u-2\/4\@mobile {
        width: 50% !important
    }

    .u-3\/4\@mobile {
        width: 75% !important
    }

    .u-4\/4\@mobile {
        width: 100% !important
    }

    .u-1\/5\@mobile {
        width: 20% !important
    }

    .u-2\/5\@mobile {
        width: 40% !important
    }

    .u-3\/5\@mobile {
        width: 60% !important
    }

    .u-4\/5\@mobile {
        width: 80% !important
    }

    .u-5\/5\@mobile {
        width: 100% !important
    }
}

@media (min-width:48em) {
    .u-1\/1\@tablet {
        width: 100% !important
    }

    .u-1\/2\@tablet {
        width: 50% !important
    }

    .u-2\/2\@tablet {
        width: 100% !important
    }

    .u-1\/3\@tablet {
        width: 33.33333% !important
    }

    .u-2\/3\@tablet {
        width: 66.66667% !important
    }

    .u-3\/3\@tablet {
        width: 100% !important
    }

    .u-1\/4\@tablet {
        width: 25% !important
    }

    .u-2\/4\@tablet {
        width: 50% !important
    }

    .u-3\/4\@tablet {
        width: 75% !important
    }

    .u-4\/4\@tablet {
        width: 100% !important
    }

    .u-1\/5\@tablet {
        width: 20% !important
    }

    .u-2\/5\@tablet {
        width: 40% !important
    }

    .u-3\/5\@tablet {
        width: 60% !important
    }

    .u-4\/5\@tablet {
        width: 80% !important
    }

    .u-5\/5\@tablet {
        width: 100% !important
    }
}

@media (min-width:64em) {
    .u-1\/1\@desktop {
        width: 100% !important
    }

    .u-1\/2\@desktop {
        width: 50% !important
    }

    .u-2\/2\@desktop {
        width: 100% !important
    }

    .u-1\/3\@desktop {
        width: 33.33333% !important
    }

    .u-2\/3\@desktop {
        width: 66.66667% !important
    }

    .u-3\/3\@desktop {
        width: 100% !important
    }

    .u-1\/4\@desktop {
        width: 25% !important
    }

    .u-2\/4\@desktop {
        width: 50% !important
    }

    .u-3\/4\@desktop {
        width: 75% !important
    }

    .u-4\/4\@desktop {
        width: 100% !important
    }

    .u-1\/5\@desktop {
        width: 20% !important
    }

    .u-2\/5\@desktop {
        width: 40% !important
    }

    .u-3\/5\@desktop {
        width: 60% !important
    }

    .u-4\/5\@desktop {
        width: 80% !important
    }

    .u-5\/5\@desktop {
        width: 100% !important
    }
}

@media (min-width:80em) {
    .u-1\/1\@wide {
        width: 100% !important
    }

    .u-1\/2\@wide {
        width: 50% !important
    }

    .u-2\/2\@wide {
        width: 100% !important
    }

    .u-1\/3\@wide {
        width: 33.33333% !important
    }

    .u-2\/3\@wide {
        width: 66.66667% !important
    }

    .u-3\/3\@wide {
        width: 100% !important
    }

    .u-1\/4\@wide {
        width: 25% !important
    }

    .u-2\/4\@wide {
        width: 50% !important
    }

    .u-3\/4\@wide {
        width: 75% !important
    }

    .u-4\/4\@wide {
        width: 100% !important
    }

    .u-1\/5\@wide {
        width: 20% !important
    }

    .u-2\/5\@wide {
        width: 40% !important
    }

    .u-3\/5\@wide {
        width: 60% !important
    }

    .u-4\/5\@wide {
        width: 80% !important
    }

    .u-5\/5\@wide {
        width: 100% !important
    }
}

.u-1\/12 {
    width: 8.33333% !important
}

.u-2\/12 {
    width: 16.66667% !important
}

.u-3\/12 {
    width: 25% !important
}

.u-4\/12 {
    width: 33.33333% !important
}

.u-5\/12 {
    width: 41.66667% !important
}

.u-6\/12 {
    width: 50% !important
}

.u-7\/12 {
    width: 58.33333% !important
}

.u-8\/12 {
    width: 66.66667% !important
}

.u-9\/12 {
    width: 75% !important
}

.u-10\/12 {
    width: 83.33333% !important
}

.u-11\/12 {
    width: 91.66667% !important
}

.u-12\/12 {
    width: 100% !important
}

@media screen and (min-width:768px) {
    .u-1\/12\@tablet {
        width: 8.33333% !important
    }

    .u-2\/12\@tablet {
        width: 16.66667% !important
    }

    .u-3\/12\@tablet {
        width: 25% !important
    }

    .u-4\/12\@tablet {
        width: 33.33333% !important
    }

    .u-5\/12\@tablet {
        width: 41.66667% !important
    }

    .u-6\/12\@tablet {
        width: 50% !important
    }

    .u-7\/12\@tablet {
        width: 58.33333% !important
    }

    .u-8\/12\@tablet {
        width: 66.66667% !important
    }

    .u-9\/12\@tablet {
        width: 75% !important
    }

    .u-10\/12\@tablet {
        width: 83.33333% !important
    }

    .u-11\/12\@tablet {
        width: 91.66667% !important
    }

    .u-12\/12\@tablet {
        width: 100% !important
    }
}

@media screen and (min-width:1024px) {
    .u-1\/12\@desktop {
        width: 8.33333% !important
    }

    .u-2\/12\@desktop {
        width: 16.66667% !important
    }

    .u-3\/12\@desktop {
        width: 25% !important
    }

    .u-4\/12\@desktop {
        width: 33.33333% !important
    }

    .u-5\/12\@desktop {
        width: 41.66667% !important
    }

    .u-6\/12\@desktop {
        width: 50% !important
    }

    .u-7\/12\@desktop {
        width: 58.33333% !important
    }

    .u-8\/12\@desktop {
        width: 66.66667% !important
    }

    .u-9\/12\@desktop {
        width: 75% !important
    }

    .u-10\/12\@desktop {
        width: 83.33333% !important
    }

    .u-11\/12\@desktop {
        width: 91.66667% !important
    }

    .u-12\/12\@desktop {
        width: 100% !important
    }
}

@media screen and (min-width:1280px) {
    .u-1\/12\@wide {
        width: 8.33333% !important
    }

    .u-2\/12\@wide {
        width: 16.66667% !important
    }

    .u-3\/12\@wide {
        width: 25% !important
    }

    .u-4\/12\@wide {
        width: 33.33333% !important
    }

    .u-5\/12\@wide {
        width: 41.66667% !important
    }

    .u-6\/12\@wide {
        width: 50% !important
    }

    .u-7\/12\@wide {
        width: 58.33333% !important
    }

    .u-8\/12\@wide {
        width: 66.66667% !important
    }

    .u-9\/12\@wide {
        width: 75% !important
    }

    .u-10\/12\@wide {
        width: 83.33333% !important
    }

    .u-11\/12\@wide {
        width: 91.66667% !important
    }

    .u-12\/12\@wide {
        width: 100% !important
    }
}

.u-hidden-visually {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.u-hidden {
    display: none !important
}

.top-notification {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    background-color: white;
    color: black;
}

@media (max-width: 950px) {
    .top-notification {
        width: 100%;
    }
}

.top-notification a {
    color: black;
    text-decoration: underline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
