@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?vgn2yh');
    src: url('../fonts/icomoon/icomoon.eot?vgn2yh#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.ttf?vgn2yh') format('truetype'),
        url('../fonts/icomoon/icomoon.woff?vgn2yh') format('woff'),
        url('../fonts/icomoon/icomoon.svg?vgn2yh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
    content: "\e90d";
}
.icon-star:before {
    content: "\e90c";
}

.icon-cross:before {
    content: "\e90b";
}

.icon-check:before {
    content: "\e90a";
}

.icon-arrow-small:before {
    content: "\e905";
}

.icon-arrow:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-loupe:before {
    content: "\e908";
}

.icon-twitter:before {
    content: "\e909";
}

.icon-cart:before {
    content: "\e900";
}

.icon-chevron:before {
    content: "\e901";
}

.icon-email:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e903";
}

.icon-user:before {
    content: "\e904";
}

html,
.u-font-primary {
    font-family: 'Lato', Arial, sans-serif;
}

body {
    color: #3B444D;
    font-size: 20px;
    line-height: 120%;
    font-family: 'Lato', Arial, sans-serif;
    background-color: #fff !important;
}

@media (max-width: 29.9em) {
    body {
        font-size: 18px;
    }
}

a {
    transition: all 0.3s;
}

button,
input,
html,
select,
textarea {
    letter-spacing: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    font-family: 'PT Serif', 'Times New Roman', serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

@media (max-width: 59.9em) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 39.9em) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 29.9em) {
    h1 {
        font-size: 35px;
    }
}

h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

@media (max-width: 59.9em) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 39.9em) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 30px;
}

@media (max-width: 39.9em) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 20px;
}

h5,
h6 {
    font-size: 15px;
}

p,
ul:not([class]):not([id]) {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 20px;
}

ul:not([class]):not([id]) {
    list-style: none;
    margin-left: 0;
}

ul:not([class]):not([id]) li {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

ul:not([class]):not([id]) li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #3B444D;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

@media (max-width: 29.9em) {

    p,
    ul:not([class]):not([id]) {
        font-size: 18px;
    }
}

blockquote {
    border: none;
    font-weight: 700;
    text-align: justify;
    padding: 0;
    margin: 40px;
}

@media (max-width: 59.9em) {
    blockquote {
        margin: 40px 0;
    }
}

blockquote p {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 59.9em) {
    blockquote p {
        font-size: 22px;
    }
}

@media (max-width: 39.9em) {
    blockquote p {
        font-size: 20px;
    }
}

blockquote cite {
    display: block;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    text-align: right;
    text-transform: uppercase;
    margin-top: 15px;
}

@media (max-width: 39.9em) {
    blockquote cite {
        font-size: 18px;
    }
}

p:last-child,
ul:not([class]):not([id]):last-child,
ul:not([class]):not([id]) li:last-child,
blockquote:last-child {
    margin-bottom: 0 !important;
}

.o-wrapper {
    max-width: 1627px;
}

.o-wrapper--flush {
    max-width: 1595px;
}

.o-wrapper--full,
.t-wrapper,
.t-expanded-block__item {
    max-width: 100%;
}

.t-expanded-block {
    width: 100%;
    max-width: 1627px;
}

.container {
    max-width: 1214px;
    padding: 0 16px;
    margin: 0 auto;
}

.u-color-black {
    color: #212D39;
}

.u-color-gray-50 {
    color: #3B444D;
}

.u-color-gray-40 {
    color: #91969B;
}

.u-color-gray-30 {
    color: #91969B;
}

.u-color-orange {
    color: #FD502F;
}

.u-color-green {
    color: #035F44;
}

.u-bg-black:before,
.u-bg-black {
    background-color: #212D39;
    border-color: #212D39;
}

.u-bg-gray:before,
.u-bg-gray {
    background-color: #3B444D;
    border-color: #3B444D;
}

.u-bg-gray-light:before,
.u-bg-gray-light {
    background-color: #91969B;
    border-color: #91969B;
}

.u-bg-green:before,
.u-bg-green {
    background-color: #035F44;
    border-color: #035F44;
}

.u-bg-green-light:before,
.u-bg-green-light {
    background-color: #009368;
    border-color: #009368;
}

.u-bg-orange:before,
.u-bg-orange {
    background-color: #FD502F;
    border-color: #FD502F;
}

.u-bg-blue:before,
.u-bg-blue {
    background-color: #EBF1F1;
    border-color: #EBF1F1;
}

.u-bg-brown:before,
.u-bg-brown {
    background-color: #B8B5AC;
    border-color: #B8B5AC;
}

.u-bg-primary:before,
.u-bg-primary {
    background-color: #035F44;
    color: #fff;
}

.u-bg-gray-50:before,
.u-bg-gray-50 {
    background-color: #3B444D;
}

.u-bg-gray-40:before,
.u-bg-gray-40 {
    background-color: #91969B;
}

.u-bg-gray-10:before,
.u-bg-gray-10 {
    background-color: #FAFAFA;
}

.c-button:hover.u-bg-primary {
    background-color: #fff;
    border-color: #035F44;
    color: #035F44;
}

.c-button:hover.u-bg-white {
    background-color: #212D39;
    border-color: #212D39;
}

.c-button:hover.u-bg-black {
    background-color: #3B444D;
    border-color: #3B444D;
}

.c-button:hover.u-bg-orange {
    background-color: #fff;
    border-color: #FD502F;
    color: #FD502F;
}

.c-button:hover.u-bg-gray-50 {
    background-color: #212D39;
    border-color: #212D39;
}

.c-button:hover.u-bg-gray-40 {
    background-color: #3B444D;
    border-color: #3B444D;
}

.c-button:hover.u-bg-gray-10 {
    background-color: #D2D6DD;
    border-color: #D2D6DD;
}

.c-button:not([class*="u-bg-"]):not([class*="c-button--primary"]):hover {
    background-color: #212D39;
    border-color: #212D39;
    color: #fff;
}

.t-primary-link {
    color: #3B444D;
}

.t-primary-link:focus,
.t-primary-link:hover {
    color: #91969B;
}

.t-secondary-link {
    color: #91969B;
}

.t-secondary-link:focus,
.t-secondary-link:hover {
    color: #3B444D;
}

.c-button.u-font-small,
.c-button--small,
.u-font-small {
    font-size: 14px;
}

.u-font-tiny {
    font-size: 11px;
}

@media (min-width: 40em) {
    .u-font-tiny {
        font-size: 13px;
    }
}

.c-button {
    font-size: 14px;
    font-weight: 900;    
    border-radius: 0 !important;
}

.c-button--huge {
    padding: 15px 25px;
}

[class^="u-icon-"]:before,
[class*=" u-icon-"]:before,
[data-icon]:before {
    background-color: rgba(0, 0, 0, 0);
}

.u-text-extrabold {
    font-weight: 900;
}

.x-messages,
p.x-messages {
    margin-bottom: 30px !important;
}

.c-keyline {
    border-color: #D2D6DD;
}

.c-mini-modal {
    z-index: 5000;
}

/* btn */

.btn {
    display: inline-block;
    min-width: 223px;
    height: 50px;
    background-color: #035F44;
    border: 1px solid #035F44;
    border-radius: 0;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    padding: 15px 25px;
    transition: all 0.3s;
    position: relative;
}

@media (max-width: 29.9em) {
    .btn {
        min-width: 200px;
    }
}

.btn:hover {
    background-color: #fff;
    border-color: #035F44;
    color: #035F44;
    text-decoration: none;
}

.btn--white {
    background-color: #fff;
    border-color: #D2D6DD;
    color: #9FA3A7;
}

.btn--white:hover {
    background-color: #fff;
    border-color: #FD502F;
    color: #FD502F;
}

.btn--orange {
    background-color: #FD502F;
    border-color: #FD502F;
    color: #fff;
}

.btn--orange:hover {
    background-color: #fff;
    border-color: #FD502F;
    color: #FD502F;
}

.btn.btn--arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 10px;
    transition: all 0.3s;
}

.btn.btn--arrow:hover:after {
    border-color: transparent transparent transparent #035F44;
}

.btn--white.btn--arrow:after {
    border-color: transparent transparent transparent #9FA3A7;
}

.btn--white.btn--arrow:hover:after {
    border-color: transparent transparent transparent #FD502F;
}

[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

/* link arrow */

.link-arrow {
    font-size: 14px;
    line-height: 120%;
    color: #FD502F;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin-top: 15px;
    transition: all 0.3s;
    position: relative;
}

.link-arrow:hover {
    text-decoration: underline;
}

.link-arrow:before {
    content: "";
    width: 56px;
    height: 1px;
    background: #FD502F;
    position: absolute;
    left: 0;
    top: -12px;
}

.link-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #FD502F;
    margin-left: 10px;
    transition: all 0.3s;
}

/* subtitle line */

.subtitle-line {
    display: inline-block;
    color: #009368;
    font-size: 10px;
    line-height: 120%;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 30px;
    position: relative;
}

.subtitle-line:before,
.subtitle-line:after {
    content: "";
    width: 17px;
    height: 1px;
    background: #009368;
    position: absolute;
    top: 50%;
}

.subtitle-line:before {
    left: 0;
}

.subtitle-line:after {
    right: 0;
}

/* slick slider control */

.slick-slider-control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

@media (max-width: 59.9em) {
    .slick-slider-control {
        margin-top: 60px;
    }
}

@media(max-width: 767px) {
    .slick-slider-control {
        display: none;
    }
}

@media (max-width: 29.9em) {
    .slick-slider-control {
        margin-top: 40px;
    }
}

.slick-slider-arrow {
    color: #9FA3A7;
    font-size: 21px;
    cursor: pointer;
}

@media (max-width: 29.9em) {
    .slick-slider-arrow {
        font-size: 16px;
    }
}

.slick-slider-arrow:hover {
    color: #FD502F;
}

.slick-slider-arrow-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: -2px 15px 0 0;
}

@media (max-width: 29.9em) {
    .slick-slider-arrow-prev {
        margin-right: 10px;
    }
}

.slick-slider-arrow-next {
    margin-left: 15px;
}

@media (max-width: 29.9em) {
    .slick-slider-arrow-next {
        margin-left: 10px;
    }
}

.slick-slider-control-in {
    width: 100%;
    max-width: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}
.slick-slider-arrow.slick-hidden + .slick-slider-control-in {
    display: none;
}

@media (max-width: 29.9em) {
    .slick-slider-control-in {
        margin: 0;
    }
}

.slick-slider-counter {
    font-size: 20px;
    color: #9FA3A7;
    font-weight: 900;
    margin: 0 10px;
}

@media (max-width: 59.9em) {
    .slick-slider-counter {
        font-size: 18px;
    }
}

@media (max-width: 29.9em) {
    .slick-slider-counter {
        font-size: 16px;
    }
}

.slick-slider-counter-current {
    color: #FD502F;
}

.slick-slider-progress {
    width: 100%;
    height: 3px;
    overflow: hidden;
    background-color: #C4C4C4;
    background-image: linear-gradient(to right, #FD502F, #FD502F);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.slick-slider-control .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* heading line */

.heading-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}

@media (max-width: 59.9em) {
    .heading-line {
        margin-bottom: 50px;
    }
}

@media (max-width: 29.9em) {
    .heading-line {
        margin-bottom: 40px;
    }
}

/*.heading-line-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}*/

.heading-line__title {
    display: inline-block;
    font-size: 40px;
    line-height: 120%;
    font-family: 'PT Serif', 'Times New Roman', serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0 10px 0 0;
}

@media (max-width: 89.9em) {
    .heading-line__title {
        display: inline;
    }
}

@media (max-width: 59.9em) {
    .heading-line__title {
        font-size: 35px;
    }
}

@media (max-width: 39.9em) {
    .heading-line__title {
        font-size: 30px;
    }
}

.heading-line__title:first-letter {
    color: #035F44;
}

.heading-line__title:after {
    content: "";
    width: 107px;
    height: 2px;
    background: #035F44;
    position: absolute;
    right: 100%;
    top: 50%;
    margin: -2px 20px 0 0;
}

.heading-line__subtitle {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    font-weight: 900;
    color: #91969B;
    text-transform: uppercase;    
    text-decoration: none;
    padding: 15px 0 0 30px;
    position: relative;
}

.heading-line__subtitle .u-text-underline {
    display: inline-block;
    color: #FD502F;
    text-decoration: none;
    position: relative;
}

.heading-line__subtitle:hover .u-text-underline:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #FD502F;
    position: absolute;
    left: 0;
    bottom: -7px;
}

@media (max-width: 59.9em) {
    .heading-line__subtitle {
        font-size: 12px;
    }
}

.heading-line__subtitle:before {
    content: "";
    width: 2px;
    height: 77px;
    background: #FD502F;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(40deg);
}

@media (max-width: 89.9em) {
    .heading-line__subtitle:before {
        height: 50px;
    }
}

/* heading line vertical */

.heading-line-ver {
    text-align: center;
    margin: 110px 0 40px;
}

@media (max-width: 74.9em) {
    .heading-line-ver {
        margin: 90px 0 40px;
    }
}

@media (max-width: 59.9em) {
    .heading-line-ver {
        margin: 70px 0 40px;
    }
}

@media (max-width: 29.9em) {
    .heading-line-ver {
        margin: 50px 0 40px;
    }
}

.heading-line-ver__title {
    font-size: 40px;
    line-height: 120%;
    font-family: 'PT Serif', 'Times New Roman', serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

@media (max-width: 59.9em) {
    .heading-line-ver__title {
        font-size: 35px;
    }
}

@media (max-width: 39.9em) {
    .heading-line-ver__title {
        font-size: 30px;
    }
}

.heading-line-ver__title:after {
    content: "";
    width: 2px;
    height: 107px;
    background: #3B444D;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 5px -1px;
}

@media (max-width: 74.9em) {
    .heading-line-ver__title:after {
        height: 90px;
    }
}

@media (max-width: 59.9em) {
    .heading-line-ver__title:after {
        height: 70px;
    }
}

@media (max-width: 29.9em) {
    .heading-line-ver__title:after {
        height: 50px;
    }
}

/* video wrap */

.video-wrap {
    max-width: 862px;
    margin: 0 auto;
}

.video-responsive {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.video-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* product list */

.x-product-list {
    margin: -15px;
}

.x-product-list.slick-slider {
    margin: -35px -30px;
}

.x-product-list.slick-slider .slick-list {
    padding: 20px 15px;
}

.x-product-list__item {
    padding: 15px;
}

.x-product-list__item-in {
    height: 100%;
    position: relative;
}

@media (max-width: 39.9em) {
    .x-product-list__item-in {
        max-width: 300px;
        margin: 0 auto;
    }
}

.x-product-list__link {
    height: 100%;
    background: #fff;
    border: 1px solid #D2D6DD;
    color: #3B444D;
    text-align: center;
    padding: 20px;
    position: relative;
}

.x-product-list__link:hover {
    box-shadow: 0 4px 30px 0 rgba(33, 45, 57, 0.3);
    z-index: 1;
}

.x-product-label {
    min-width: 42px;
    height: 42px;
    background: #D2D6DD;
    border-radius: 42px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    left: 15px;
    right: auto;
    z-index: 2;
}

.x-product-list .icon-loupe {
    font-size: 30px;
    color: #D2D6DD;
    text-decoration: none;
    transition: all 0.3s;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
}

.x-product-list .icon-loupe:hover {
    color: #9FA3A7;
}

.quick-view-popup__image {
    display: block;
    max-width: 85vw;
    max-height: 75vh;
    margin: 0 auto;
}

.x-product-list__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 0;
    margin-bottom: 15px;
}

/*.x-product-list__picture .MagicZoom,
.x-product-list__picture .mz-figure {
    height: 160px;
}

.x-product-list__image {
    max-height: 160px !important;    
}*/

.x-product-list__figure-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.x-product-list__name {
    height: 55px;
    font-size: 15px;
    line-height: 120%;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0;
    margin: 5px 0 10px;
}

.x-product-list__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.x-product-list__price-box {
    margin: 0 -3px;
}

.x-product-list__price {
    font-size: 17px;
    font-family: 'PT Serif', 'Times New Roman', serif;
    font-weight: 400;
    padding: 0 3px;
}

.x-product-list__price--red {
    color: #FD502F;
}

.x-product-list__price--red~.x-product-list__price {
    font-size: 14px;
}

.x-product-list__link .icon-cart {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 26px;
    color: #FD502F;
    margin: 0 -5px -5px 0;
    /*transition: background 0.3s;*/
}

.x-product-list__link:hover .icon-cart {
    background: #FD502F;
    color: #fff;
    font-size: 20px;
    padding: 0 16px;
}

.x-product-list__link:hover .icon-cart:after {
    content: "Buy";
    display: inline-block;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 5px;
}

.x-product-list__descrip {
    height: 93px;
    border-top: 2px solid #EAEAEA;
    font-size: 14px;
    line-height: 136%;
    overflow: hidden;
    padding-top: 15px;
    margin-top: 20px;
}

/* HEADER */

@media (max-width: 29.9em) {
    .t-site-header {
        height: 140px;
    }
}

.t-site-header__top-navigation {
    max-width: 100%;
    border: none;
    background-color: #212D39;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
}

/* t-site-header__message */

.t-site-header__message {
    padding: 0;
}

.t-site-header__message .icon-email {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-right: 15px;
}

.t-site-header__message a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.t-site-header__message a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.t-site-header__message a:hover:after {
    display: none;
}

/* t-site-header__links */

.t-site-header__links {
    list-style: none;
    padding: 0;
    margin: 0;
    position: static;
}

@media (min-width: 60em) {
    .t-site-header__links {
        display: flex;
        float: right;
        margin-right: -15px;
    }

    .t-site-header__links>.c-navigation__list:not(:last-child):after {
        content: "";
        width: 1px;
        height: 26px;
        background: #91969B;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .t-site-header__links .c-navigation__link {
        display: flex;
        align-items: center;
        background-color: transparent;
        box-shadow: none;
        font-size: 14px;
        color: #fff;
        font-weight: 900;
        text-decoration: none;
        padding: 0 15px;
        position: relative;
    }

    .t-site-header__links .c-navigation__link-carat {
        display: flex;
        font-size: 8px;
        margin-left: 10px;
        transition: all 0.3s;
    }

    .t-site-header__links .c-navigation__list:hover .c-navigation__link:before {
        content: "";
        width: calc(100% - 30px);
        height: 1px;
        background: #fff;
        position: absolute;
        left: 15px;
        bottom: 3px;
    }

    .t-site-header__links .c-navigation__list.has-child-menu:hover .c-navigation__link:before {
        width: calc(100% - 55px);
    }

    .t-site-header__links .c-navigation__list>.c-navigation__row {
        background: #212D39;
        box-shadow: none;
        padding: 12px 0 6px;
        right: 0;
    }

    .t-site-header__links .c-navigation__list>.c-navigation__row .c-navigation__link {
        padding: 5px 15px;
    }

    .t-site-header__links .c-navigation__list>.c-navigation__row .c-navigation__link:hover {
        background-color: #3B444D;
    }

    .t-site-header__links .c-navigation__list>.c-navigation__row .c-navigation__link:before {
        display: none;
    }
}

/* t-site-header__masthead */

.t-site-header__masthead {
    max-width: 100%;
    padding: 40px 0 20px;
}

@media (max-width: 59.9em) {
    .t-site-header__masthead {
        padding: 20px 0;
    }
}

.t-site-header__masthead-in {
    align-items: flex-end;
    position: relative;
}

@media (max-width: 59.9em) {
    .t-site-header__masthead-in {
        font-size: 22px;
    }
}

/* t-global-search */

@media (max-width: 59.9em) {
    .t-global-search__form label {
        margin: 0;
    }

    .t-global-search__form .c-button {
        color: #3B444D;
        background: transparent;
    }

    .t-global-search__form .c-form-input {
        border: none;
        font-size: 18px;
        color: #3B444D;
        padding: 0;
    }

    .t-global-search__form .c-form-input:focus {
        outline: none;
    }
}

@media (min-width: 60em) {
    .t-global-search {
        padding: 0;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow: inherit;
    }

    .t-global-search__form {
        max-width: 300px;
        border-bottom: 2px solid #C4C4C4;
        margin: 0;
    }

    .t-global-search__form .c-form-input {
        height: 45px;
        font-size: 14px;
        color: #91969B;
        font-weight: 900;
    }

    .t-global-search__form .c-form-input::-moz-placeholder {
        color: #91969B;
        opacity: 1;
    }

    .t-global-search__form .c-form-input:-ms-input-placeholder {
        color: #91969B;
        opacity: 1;
    }

    .t-global-search__form .c-form-input::-webkit-input-placeholder {
        color: #91969B;
        opacity: 1;
    }

    .t-global-search__form .c-button {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        width: 45px;
        height: 45px;
        font-size: 30px;
        font-weight: 400;
        padding: 0;
        transition: all 0.3s;
    }

    .t-global-search__form .c-button:hover {
        color: #91969B;
    }

    .t-search-preview {
        background-color: #FAFAFA;
        border: 1px solid rgba(205, 205, 205, 0.7);
        font-size: 16px;
        line-height: 120%;
        padding: 0.5rem;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    .x-search-preview--open:not(:empty) {
        display: block;
        padding: 0.5rem;
    }

    .t-search-preview__item {
        flex-basis: 100%;
        padding: 0;
    }

    .t-search-preview__link {
        padding: 0 0.5rem;
    }

    .t-search-preview__figure {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D2D6DD;
        margin: -1px 0 0;
        padding: 0.5rem 0;
    }

    .t-search-preview__link:hover {
        background: #fff;
    }

    .t-search-preview__link:hover .t-search-preview__figure {
        border-color: #fff;
    }

    .t-search-preview__picture {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        flex-shrink: 0;
        background: none;
        overflow: hidden;
        text-align: center;
        padding: 0;
        margin: 0 1em 0 0;
    }

    .t-search-preview__figure-caption {
        font-size: 14px;
        line-height: 120%;
        text-align: left;
        padding: 0;
    }

    .x-search-preview__search-all {
        background: none;
    }
}

/* t-site-header__logo */

.t-global-header-logo {
    max-width: 214px;
    margin: 0 auto;
}

@media (max-width: 29.9em) {
    .t-global-header-logo {
        max-width: 136px;
    }
}

/* t-site-header__masthead-customer */

.t-site-header__masthead-customer {
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 6px;
}

@media (max-width: 59.9em) {
    .t-site-header__masthead-customer {
        justify-content: center;
    }
}

.x-show-related__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
    color: #212D39;
    white-space: nowrap;
    outline: none;
    text-decoration: none;
}

.x-show-related__link:hover {
    color: #FD502F;
}

.x-show-related__icon {
    font-size: 40px;
    margin-right: 10px;
}

@media (max-width: 74.9em) {
    .x-show-related__icon {
        font-size: 30px;
    }
}

.x-show-related__arrow {
    font-size: 8px;
    margin-left: 20px;
}

.x-show-related__link.is-active .x-show-related__icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.x-show-related__link.is-active .x-show-related__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.t-site-header__basket-link {
    display: block;
    text-decoration: none;
    margin: 0 45px 0 35px;
    position: relative;
}

@media (max-width: 74.9em) {
    .t-site-header__basket-link {
        margin-right: 20px;
    }
}

@media (max-width: 59.9em) {
    .t-site-header__basket-link {
        margin-left: 20px;
    }
}

.t-site-header__basket-icon {
    font-size: 30px;
    color: #212D39;
}

@media (max-width: 59.9em) {
    .t-site-header__basket-icon {
        font-size: 26px;
    }
}

.t-site-header__basket-link:hover .t-site-header__basket-icon {
    color: #FD502F;
}

.x-mini-basket-is-active .t-site-header__basket-icon {
    -webkit-transform: none;
    transform: none;
}

.t-site-header__basket-link-quantity {
    min-width: 27px;
    height: 27px;
    border-radius: 30px;
    background: #FD502F;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
    font-weight: 900;
    text-align: center;
    padding: 0 5px;
    margin: 0 0 -10px -8px;
    position: absolute;
    left: 100%;
    bottom: 100%;
}

@media (max-width: 59.9em) {
    .t-site-header__basket-link-quantity {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

.t-global-account,
.x-mini-basket {
    top: 100%;
    margin-top: 20px;
}

.t-global-account,
.x-mini-basket__content {
    flex: auto;
    padding: 20px;
}

.x-mini-basket__image {
    line-height: 6rem;
}

.x-mini-basket .x-messages {
    margin: -0.5rem 0 0 !important;
}

@media (max-width: 59.9em) {
    .t-global-account,
    .x-mini-basket {
        margin-right: -16px;
    }

    .t-site-header__button--mobile .c-button {
        font-size: 1em;
        font-weight: 400;
        background: transparent;
    }
}

@media (max-width: 29.9em) {
    .t-site-header__button--mobile .c-button:first-child {
        padding-right: 8px;
    }

    .t-site-header__button--mobile .c-button:last-child {
        padding-left: 8px;
    }
}

/* x-transfigure-navigation */

.t-site-navigation {
    border: none;
}

.x-transfigure-navigation .x-transfigure-navigation__content {
    padding: 0;
}

.x-transfigure-navigation .c-navigation__link {
    font-size: 16px;
    font-weight: 900;
    color: #3B444D;
    text-transform: uppercase;
}

@media (min-width: 60em) {
    .x-transfigure-navigation {
        border-top: 1px solid #EAEAEA;
    }

    .x-transfigure-navigation .c-navigation__row {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .x-transfigure-navigation .c-navigation__list {
        flex: none;
    }

    .x-transfigure-navigation .c-navigation__link {
        display: flex;
        align-items: flex-start;
        min-height: 70px;
        background: none;
        font-size: 14px;
        line-height: 120%;
        color: #3B444D;
        font-weight: 900;
        text-transform: uppercase;
        text-decoration: none;
        padding: 20px;
        position: relative;
    }

    .x-transfigure-navigation .c-navigation__link-carat {
        display: flex;
        font-size: 8px;
        margin: 3px 0 0 12px;
    }

    .x-transfigure-navigation:hover .c-navigation__list .c-navigation__link {
        color: #3B444D;
    }

    .x-transfigure-navigation .c-navigation__list:hover .c-navigation__link {
        color: #FD502F;
        transition: all 0.3s;
    }

    .x-transfigure-navigation .c-navigation__list:hover .c-navigation__link-carat {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transition: all 0.3s;
    }

    .x-transfigure-navigation__row .c-navigation__row {
        background: #fff;
        padding: 12px 0 10px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -4px;
    }

    .x-transfigure-navigation__row .c-navigation__row:before {
        content: "";
        width: 100%;
        height: 4px;
        background: #FD502F;
        position: absolute;
        left: 0;
        top: 0;
    }

    .x-transfigure-navigation .c-navigation__list:hover .c-navigation__row {
        box-shadow: 0 5px 10px 0 rgba(33, 45, 57, 0.3);
    }

    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
        min-height: initial;
        color: #3B444D;
        font-weight: 400;
        padding: 6px 20px;
        transition: all 0.3s;
    }

    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link:hover {
        background: #FD502F;
        color: #fff;
        font-weight: 700;
        transition: all 0.3s;
    }
}

@media (max-width: 59.9em) {

    .has-open-main-menu,
    .has-open-main-menu body {
        overflow: hidden;
    }

    .x-transfigure-navigation {
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: -100vw;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
        overflow: hidden;
        transition: all ease-out 0.2s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: left;
        z-index: -1;
    }

    .x-transfigure-navigation.is-open {
        left: 0;
        background: rgba(0, 0, 0, 0.65);
        opacity: 1;
        transition: all ease-in 0.2s;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        z-index: 2;
    }

    .x-transfigure-navigation__wrap {
        max-width: 22.5rem;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fff;
    }

    .x-transfigure-navigation__header .c-button {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
        font-size: 16px;
        font-weight: 900;
        padding: calc(1em - 1px);
    }

    .x-transfigure-navigation__header .c-button .icon-user {
        font-size: 22px;
        margin-right: 10px;
    }

    .x-transfigure-navigation__content {
        position: relative;
    }

    .x-transfigure-navigation__row,
    .x-transfigure-navigation__row .c-navigation__row,
    .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: #fff;
        list-style: none;
        transition: transform 0.3s;
        z-index: 1;
    }

    .x-transfigure-navigation .c-navigation__list {
        position: static;
    }

    .x-transfigure-navigation .c-navigation__list:hover>.c-navigation__row {
        display: block;
        box-shadow: none;
    }

    .x-transfigure-navigation .c-navigation__link {
        display: flex;
        height: 3.5rem;
        padding: 0 0 0 1rem;
        align-items: center;
        justify-content: space-between;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 0 solid #d3d3d3;
        border-top-width: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        transition: all 0.3s;
        white-space: nowrap;
        text-decoration: none;
    }

    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link,
    .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
        padding-left: 1rem;
    }

    .x-transfigure-navigation__row .c-navigation__list:first-of-type>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row .c-navigation__list:first-of-type>.c-navigation__link {
        /*border-top-width: 0;*/
    }

    .x-transfigure-navigation__row .c-navigation__list:last-of-type>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row .c-navigation__list:last-of-type>.c-navigation__link {
        border-bottom-width: 1px;
    }

    .x-transfigure-navigation__row.is-hidden,
    .x-transfigure-navigation__row .c-navigation__row.is-hidden {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .x-transfigure-navigation__row.is-hidden>.cmp-primary-navigation__title,
    .x-transfigure-navigation__row.show-next>.cmp-primary-navigation__title,
    .x-transfigure-navigation__row.is-hidden>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row.show-next>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row.is-hidden>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row.show-next>.c-navigation__list>.c-navigation__link {
        /*opacity: 0;*/
    }

    .x-transfigure-navigation__row.show-next>.c-navigation__list>.c-navigation__link,
    .x-transfigure-navigation__row .c-navigation__row.show-next>.c-navigation__list>.c-navigation__link {
        /*-webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);*/
    }

    .x-transfigure-navigation .icon-chevron {
        font-size: 8px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 5px 5px 0 -5px;
    }

    .x-transfigure-navigation .c-navigation__link-carat {
        display: none;
    }

    .x-transfigure-navigation .c-navigation__link-carat .icon-chevron {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .x-transfigure-navigation .has-child-menu .c-navigation__link-carat {
        display: inline-flex;
        align-self: stretch;
    }

    .x-transfigure-navigation .c-navigation__link-carat>* {
        display: flex;
        width: 3rem;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
}

/* FOOTER */

.t-site-footer {
    background-color: #212D39;
    border-top: 4px solid #FD502F;
    color: #91969B;
    padding: 0;
}

.t-site-footer .o-wrapper {
    max-width: 1627px;
}

.t-site-footer__content {
    padding: 0 20px 0 20px;
    max-width: 1473px;
    margin: 0 auto;
    
}

@media (max-width: 90em) {
    .t-site-footer__content {
        margin-left: 0;
    }
}

@media (min-width: 60em) {
    .t-site-footer__content .u-width-1--l {
        flex-basis: 11.073%;
        max-width: 11.073%;
    }

    .t-site-footer__content .u-width-3--l {
        flex-basis: 22.215%;
        max-width: 22.215%;
    }

    .t-site-footer__content .u-width-4--l {
        flex-basis: 33.356%;
        max-width: 33.356%;
    }
}

.t-site-footer__content-main {
    padding: 50px 0;
    position: relative;
}

@media (max-width: 59.9em) {
    .t-site-footer__content-main {
        padding: 30px 0;
    }
}

.t-site-footer .c-menu__title,
.t-site-footer .c-collapsible-menu__label {
    color: #fff;
    font-size: 13px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 0;
    margin-bottom: 16px;
}

.t-site-footer .c-menu__list {
    line-height: 120%;
    margin: -10px 0;
}

.t-site-footer .c-menu__list li {
    margin: 0;
}

.t-site-footer .c-menu__link {
    display: inline-block;
    color: #91969B;
    font-size: 15px;
    line-height: 120%;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0;
}

.t-site-footer .c-menu__link:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 59.9em) {
    .c-collapsible-menu__label {
        display: flex !important;
    }
    .t-site-footer .c-collapsible-menu__label {
        border-color: #91969B;
        padding-bottom: 16px;
        margin-bottom: 0;
    }

    .t-site-footer .c-collapsible-menu__label:after {
        font-size: 22px;
        font-weight: 400;
    }

    .t-site-footer .c-collapsible-menu .c-menu__list {
        margin: 0 0 16px;
    }

    .t-site-footer .c-collapsible-menu__trigger:checked~.c-menu__list {
        margin-top: 16px;
    }
}

.t-newsletter-form {
    max-width: 100%;
}

@media (max-width: 59.9em) {
    .t-newsletter-form {
        margin: 15px 0 20px;
    }
}

.t-newsletter-form .c-control-group {
    border-bottom: 2px solid #C4C4C4;
}

.t-newsletter-form .c-control-group__field {
    height: 35px;
    font-size: 14px;
    color: #91969B;
    font-weight: 900;
    padding: 0;
}

.t-newsletter-form .c-control-group__field::-moz-placeholder {
    color: #91969B;
    opacity: 1;
}

.t-newsletter-form .c-control-group__field:-ms-input-placeholder {
    color: #91969B;
    opacity: 1;
}

.t-newsletter-form .c-control-group__field::-webkit-input-placeholder {
    color: #91969B;
    opacity: 1;
}

.t-newsletter-form .c-control-group__button {
    height: 35px;
    background: transparent;
    color: #fff;
    font-size: 8px;
    padding: 0;
}

.t-newsletter-form .c-control-group__button:hover {
    color: #FD502F;
}

.t-global-footer-social-list {
    list-style: none;
    text-align: right;
    margin: -25px 0 30px;
}

@media (max-width: 59.9em) {
    .t-global-footer-social-links {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 20px;
    }

    .t-global-footer-social-list {
        display: inline-flex;
        align-items: center;
        margin: -8px;
    }
}

.t-global-footer-social-list li {
    margin: 25px 0;
}

@media (max-width: 59.9em) {
    .t-global-footer-social-list li {
        display: inline-block;
        margin: 8px;
    }
}

.t-global-footer-social-list a {
    color: #fff;
    font-size: 40px;
}
.t-global-footer-social-list a[class^='u-icon-'] {
    background-color: #fff;
    border-radius: 50%;
    color: #212D39;
    font-size: 21px;
    padding: 10px;
    display: inline-block;
}
@media (max-width: 59.9em) {
    .t-global-footer-social-list a {
        font-size: 35px;
    }
    .t-global-footer-social-list a[class^='u-icon-'] {
        background-color: #fff;
        border-radius: 50%;
        color: #212D39;
        font-size: 17px;
        padding: 9px;
        display: inline-block;
    }
}

.t-global-footer-social-list a:hover {
    color: #FD502F;
}
.t-global-footer-social-list a[class^='u-icon-']:hover {
    background-color: #FD502F;
    color: #212D39;
}

.t-global-footer-logo {
    max-width: 132px;
    position: absolute;
    right: 0;
    bottom: 15px;
}

@media (max-width: 59.9em) {
    .t-global-footer-logo {
        position: static;
    }
}

.t-site-copyright {
    border-top: 4px solid #FD502F;
    max-width: 100%;
    background: #212D39;
    padding: 25px 0;
}

@media (max-width: 59.9em) {
    .t-site-copyright {
        text-align: center;
    }
}

.t-site-copyright p {
    color: #91969B;
    font-size: 15px;
    font-weight: 900;
}

.t-site-copyright p a {
    color: #91969B;
    text-decoration: none;
}

.t-site-copyright p a:hover {
    color: #fff;
    text-decoration: underline;
}

.t-site-copyright p span {
    display: inline-block;
}

.t-site-footer .t-site-copyright {
    border-top: 1px solid #91969B;
}

.t-site-footer .t-site-copyright .o-wrapper {
    padding: 0;
}

/* BREADCRUMBS */

.t-breadcrumbs {
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 35px;
}

.t-breadcrumbs a {
    color: #3B444D;
    text-decoration: none;
}

.t-breadcrumbs a:hover {
    color: #FD502F;
}

.x-collapsing-breadcrumbs__group,
.x-collapsing-breadcrumbs__list {
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid #EAEAEA;
    padding: 15px 0;
}

.x-collapsing-breadcrumbs__list .o-list-inline__item:not(:last-child) {
    margin-right: 5px;
}

.x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type):after {
    right: -3px;
}

/* PAGINATION */

.t-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0;
    margin: 80px 0 0;
}

@media (max-width: 59.9em) {
    .t-pagination {
        margin-top: 60px;
    }
}

@media (max-width: 29.9em) {
    .t-pagination {
        margin-top: 40px;
    }
}

.t-pagination__button {
    color: #9FA3A7;
    font-size: 21px;
    padding: 0;
}

@media (max-width: 29.9em) {
    .t-pagination__button {
        font-size: 16px;
    }
}

.t-pagination__button:hover,
.t-pagination__button:focus {
    box-shadow: none;
}

a.t-pagination__button:hover,
a.t-pagination__button:focus {
    color: #FD502F;
}

.t-pagination__button--prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: -2px 15px 0 0;
}

@media (max-width: 29.9em) {
    .t-pagination__button--prev {
        margin-right: 10px;
    }
}

.t-pagination__button--next {
    margin-left: 15px;
}

@media (max-width: 29.9em) {
    .t-pagination__button--next {
        margin-left: 10px;
    }
}

.t-pagination__center {
    width: 100%;
    max-width: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}

@media (max-width: 29.9em) {
    .t-pagination__center {
        margin: 0;
    }
}

.t-pagination__page {
    font-size: 20px;
    color: #9FA3A7;
    font-weight: 900;
    margin: 0 10px;
}

@media (max-width: 59.9em) {
    .t-pagination__page {
        font-size: 18px;
    }
}

@media (max-width: 29.9em) {
    .t-pagination__page {
        font-size: 16px;
    }
}

.t-pagination__page--current {
    color: #FD502F;
}

.t-pagination__progress {
    width: 100%;
    height: 3px;
    overflow: hidden;
    background-color: #C4C4C4;
}

.t-pagination__progress-in {
    height: 3px;
    background-color: #FD502F;
    transition: background-size 0.4s ease-in-out;
}

/* STOREFRONT */

/* sfnt hero slider */

.sfnt-hero-slider-wrap .slick-slider-control {
    /* height: 80px;
    padding: 25px 16px; */
    margin: 0;
}

.sfnt-hero-slider {
    display: flex;
}

@media (max-width: 59.9em) {
    .sfnt-hero-slider {
        max-height: calc(50vh - 250px);
        min-height: 70vh;
    }
}

@media (max-width: 29.9em) {
    .sfnt-hero-slider {
        max-height: 40vh;
        min-height: 250px;
    }
}




/*

@media (max-width: 29.9em) {
    .sfnt-hero-slider__item {
        min-width: 100vw;
    }
}*/

.sfnt-hero-slider__item-in {
    display: flex;
    flex-wrap: wrap;
}

.sfnt-hero-slider .slider-info--big {
    width: 60%;
}

.sfnt-hero-slider .slider-info--small {
    width: 40%;
}

@media (max-width: 1280px) {

    .sfnt-hero-slider .slider-info--big,
    .sfnt-hero-slider .slider-info--small {
        width: 50%;
    }
}

.sfnt-hero-slider .slider-info--right {
    align-items: flex-end;
    text-align: right;
}

.sfnt-hero-slider .slider-info--right .link-arrow:before {
    left: auto;
    right: 0;
}

.sfnt-hero-slider .slider-info--center {
    align-items: center;
    text-align: center;
}

.slider-info-product {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 340px);
    min-height: 460px;
    color: #fff;
    padding: 6vh 75px;
    position: relative;
}

@media (max-width: 59.9em) {
    .slider-info-product {
        height: calc(50vh - 250px);
    }
}

@media (max-width: 29.9em) {
    .slider-info-product {
        height: 40vh;
        padding: 4vh 16px;
        min-height: 250px;
    }
}

.slider-info-product__title {
    font-size: 7vh;
    line-height: 100%;
    margin-bottom: 4.5vh;
}

@media (max-width: 29.9em) {
    .slider-info-product__title {
        font-size: 6vh;
    }
}

.slider-info-product__text {
    font-size: 2.2vh;
    max-width: 445px;
    margin-right: 250px;
}

@media (max-width: 47.9em) {
    .slider-info-product__text {
        max-width: 100%;
        margin-right: 0;
    }
}

.slider-info-product__price-box {
    font-family: 'PT Serif', 'Times New Roman', serif;
    margin-bottom: 15px;
}

.slider-info-product__price {
    font-size: 5vh;
    line-height: 120%;
    font-weight: 700;
}

.slider-info-product__price-old {
    font-size: 2.5vh;
    line-height: 120%;
    text-decoration: line-through;
    margin-left: 5px;
}

.slider-info-product__btn:hover {
    border-color: #fff;
}

.slider-info-product__sale {
    max-width: 28vh;
    position: absolute;
    right: 18px;
    bottom: 18px;
}

@media (max-width: 47.9em) {
    .slider-info-product__sale {
        display: none;
    }
}

.slider-info-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc((100vh - 340px)/2);
    min-height: 230px;
    color: #fff;
    padding: 40px;
    padding: 4vh 40px;
}

@media (max-width: 59.9em) {
    .slider-info-category {
        height: calc((100vh - 250px)/2);
        background-position: left center;
    }
}

@media (max-width: 29.9em) {
    .slider-info-category {
        height: calc((100vh - 220px)/2);
        padding: 4vh 16px;
    }
}

.slider-info-category__title {
    font-size: 3vh;
    max-width: 240px;
    margin-bottom: 10px;
}

@media (max-width: 29.9em) {
    .slider-info-category__title {
        font-size: 2.6vh;
    }
}

.slider-info-slider-info-category__link {
    color: #fff;
}

.slider-info-slider-info-category__link:before {
    background: #fff;
}

.slider-info-slider-info-category__link:after {
    border-color: transparent transparent transparent #fff;
}

.slider-info-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: calc((100vh - 340px)/2);
    min-height: 230px;
    padding: 4vh 40px;
}

@media (max-width: 90em) {
    .slider-info-number {
        padding: 4vh 16px;
    }
}

@media (max-width: 59.9em) {
    .slider-info-number {
        height: calc((100vh - 250px)/2);
    }
}

@media (max-width: 29.9em) {
    .slider-info-number {
        height: calc((100vh - 220px)/2);
    }

    .slider-info-number__subtitle {
        font-size: 1.2vh;
        padding: 0 20px;
    }
}

.slider-info-number__title {
    font-size: 10vh;
    line-height: 100%;
    color: #009368;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 29.9em) {
    .slider-info-number__title {
        font-size: 9vh;
    }
}

.slider-info-number__title-in {
    display: block;
    font-size: 3vh;
    line-height: 120%;
    font-weight: 400;
    margin-top: -5px;
}

@media (max-width: 29.9em) {
    .slider-info-number__title-in {
        font-size: 2.6vh;
    }
}

.slider-info-number__text {
    font-size: 1.6vh;
    line-height: 136%;
}

@media (max-width: 29.9em) {
    .slider-info-number__text {
        font-size: 1.4vh;
    }
}

/* sfnt best products */

.sfnt-best-products {
    max-width: 1627px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0 70px;
    /* margin: 20px auto 0; */
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 59.9em) {
    .sfnt-best-products {
        padding: 70px 0;
    }
}

@media (max-width: 40em) {
    .sfnt-best-products {
        margin-top: 0;
    }
}

@media (max-width: 29.9em) {
    .sfnt-best-products {
        padding: 50px 0;
    }
}

.sfnt-best-products .slick-slider-control {
    display: none;
    margin: 0;
}

@media (max-width: 59.9em) {
    .sfnt-best-products .heading-line__subtitle {
        padding-right: 170px;
    }

    .sfnt-best-products .slick-slider-control {
        display: flex;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
}

@media (max-width: 29.9em) {
    .sfnt-best-products .heading-line-in {
        flex-direction: column;
        align-items: flex-start;
    }

    .sfnt-best-products .heading-line__subtitle {
        padding-right: 130px;
    }

    .sfnt-best-products .slick-slider-control {
        bottom: -5px;
    }
}

.sfnt-best-products .x-product-list {
    display: grid;
    grid-template-columns: 356px repeat(3, 1fr);
    margin: -6px;
}

@media (max-width: 74.9em) {
    .sfnt-best-products .x-product-list {
        grid-template-columns: 300px repeat(3, 1fr);
    }
}

@media (max-width: 59.9em) {
    .sfnt-best-products .x-product-list.slick-slider {
        display: block;
        margin: -16px -12px;
    }

    .sfnt-best-products .x-product-list.slick-slider .slick-list {
        padding: 10px 6px;
    }
}

.sfnt-best-products .x-product-list__item {
    padding: 6px;
}

.sfnt-best-products .x-product-list__item-first {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 6px;
}

.sfnt-best-products .x-product-list__item-first .x-product-list__link {
    padding: 30px;
}

.sfnt-best-products .x-product-list__item-first .x-product-list__picture {
    height: 360px;
}

@media (max-width: 59.9em) {
    .sfnt-best-products .x-product-list__link:hover {
        box-shadow: 0 4px 12px 0 rgba(33, 45, 57, 0.3);
    }

    .sfnt-best-products .x-product-list__item-first .x-product-list__link {
        padding: 20px;
    }

    .sfnt-best-products .x-product-list__item-first .x-product-list__picture {
        height: 160px;
    }

    .sfnt-best-products .x-product-list__item-first .x-product-list__descrip {
        display: none;
    }
}

/* sfnt articles and recipes */

.sfnt-articles-recipes {
    padding: 90px 0 0;
}

@media (max-width: 59.9em) {
    .sfnt-articles-recipes {
        padding: 70px 0 0;
    }
}

@media (max-width: 29.9em) {
    .sfnt-articles-recipes {
        padding: 50px 0 0;
    }
}

.sfnt-articles-recipes__btn {
    text-align: center;
    overflow: hidden;
}

.sfnt-articles-recipes__btn .btn:before,
.sfnt-articles-recipes__btn .btn:after {
    content: "";
    width: 1000px;
    height: 1px;
    background: #D2D6DD;
    position: absolute;
    top: 50%;
}

.sfnt-articles-recipes__btn .btn:before {
    right: 100%;
    margin-right: 20px;
}

.sfnt-articles-recipes__btn .btn:after {
    left: 100%;
    margin-left: 20px;
}

.block-articles-recipes {
    justify-content: center;
}

.block-articles-recipes__item {
    max-width: 400px;
    padding-bottom: 50px;
}

.block-articles-recipes__img {
    margin-bottom: 50px;
}

@media (max-width: 29.9em) {
    .block-articles-recipes__img {
        margin-bottom: 30px;
    }
}

.block-articles-recipes__date {
    display: block;
    font-size: 10px;
    line-height: 120%;
    color: #9FA3A7;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-articles-recipes__title {
    font-size: 20px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    text-transform: none;
    margin-bottom: 20px;
}

.block-articles-recipes__text {
    font-size: 14px;
    line-height: 136%;
    margin-bottom: 25px;
}

/* sfnt popular products */

.sfnt-popular-products {
    overflow: hidden;
    padding: 90px 0 70px;
}

@media (max-width: 59.9em) {
    .sfnt-popular-products {
        padding: 70px 0;
    }
}

@media (max-width: 29.9em) {
    .sfnt-popular-products {
        padding: 50px 0;
    }
}

.tabs-popular-products {
    display: flex;
    flex-direction: column;
    position: relative;
}

.tabs-popular-products__caption {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -5px -8px 65px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

@media (max-width: 74.9em) {
    .tabs-popular-products__caption {
        position: static;
        justify-content: center;
    }

    .tabs-popular-products__caption li {
        margin: 3px 0;
    }
}

@media (max-width: 59.9em) {
    .tabs-popular-products__caption {
        margin-bottom: 50px;
    }
}

@media (max-width: 29.9em) {
    .tabs-popular-products__caption {
        margin-bottom: 40px;
    }
}

.tabs-popular-products__caption li {
    color: #91969B;
    font-size: 14px;
    line-height: 120%;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 8px;
    position: relative;
}

.tabs-popular-products__caption li.active,
.tabs-popular-products__caption li:hover {
    color: #FD502F;
}

.tabs-popular-products__caption li.active:before {
    content: "";
    width: calc(100% - 8px);
    height: 3px;
    background: #FD502F;
    position: absolute;
    left: 4px;
    bottom: 0;
}

.tabs-popular-products__content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.tabs-popular-products__content.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.sfnt-popular-products .x-product-list__item {
    position: relative;
}

.sfnt-popular-products .slick-active .x-product-list__item:before {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background: #D2D6DD;
    position: absolute;
    left: 0;
    top: 15px;
}

.sfnt-popular-products .slick-current .x-product-list__item:before {
    display: none;
}

.sfnt-popular-products .x-product-list__link {
    border: none;
}

/* sfnt video section */

.sfnt-video-section {
    max-width: 1718px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px 0 140px;
    margin: 0 auto;
}

@media (max-width: 74.9em) {
    .sfnt-video-section {
        padding: 30px 0 90px;
    }
}

@media (max-width: 59.9em) {
    .sfnt-video-section {
        padding: 30px 0 70px;
    }
}

@media (max-width: 29.9em) {
    .sfnt-video-section {
        padding: 30px 0 50px;
    }
}

.sfnt-video-section .heading-line-ver__title:after {
    background: #fff;
}

.sfnt-video-section .block-constrain {
    max-width: 610px;
    margin: 0 auto 55px;
}

@media (max-width: 29.9em) {
    .sfnt-video-section .block-constrain {
        margin-bottom: 40px;
    }
}

.sfnt-video-block {
    max-width: 715px;
    margin: 0 auto;
    position: relative;
}

.sfnt-video-block__link {
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #fff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}

@media (max-width: 29.9em) {
    .sfnt-video-block__link {
        width: 62px;
        height: 62px;
    }
}

.sfnt-video-block__link:hover {
    background: #fff;
}

.sfnt-video-block__link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 19px;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    margin-left: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}

@media (max-width: 29.9em) {
    .sfnt-video-block__link:before {
        border-width: 12px 0 12px 15px;
    }
}

.sfnt-video-block__link:hover:before {
    border-color: transparent transparent transparent #212D39;
}

/* sfnt company logos */

.sfnt-company-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

@media (max-width: 74.9em) {
    .sfnt-company-logos {
        flex-wrap: wrap;
    }
}

@media (max-width: 29.9em) {
    .sfnt-company-logos {
        padding: 20px 0;
    }
}

.sfnt-company-logos__img {
    max-width: 200px;
    margin: 20px 35px;
}

@media (max-width: 89.9em) {
    .sfnt-company-logos__img {
        margin: 20px 25px;
    }
}

@media (max-width: 74.9em) {
    .sfnt-company-logos__img {
        margin: 20px 35px;
    }
}

@media (max-width: 59.9em) {
    .sfnt-company-logos__img {
        max-width: 150px;
    }
}

@media (max-width: 47.9em) {
    .sfnt-company-logos__img {
        margin: 20px 25px;
    }
}

@media (max-width: 29.9em) {
    .sfnt-company-logos__img {
        max-width: 120px;
        margin: 15px 20px;
    }
}

/* CATEGORY */

/* category title image */

.t-category-title-image {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 340px;
    color: #fff;
    padding: 50px 0;
    margin-bottom: 10px;
}

@media (max-width: 47.9em) {
    .t-category-title-image {
        min-height: 240px;
    }
}

.t-category-title-image .o-wrapper {
    max-width: 1467px;
}

.t-category-title-image h2 {
    font-size: 50px;
    max-width: 650px;
}

@media (max-width: 59.9em) {
    .t-category-title-image h2 {
        font-size: 45px;
    }
}

@media (max-width: 39.9em) {
    .t-category-title-image h2 {
        font-size: 40px;
    }
}

.t-category-title-image p {
    max-width: 450px;
}

/* category title sort */

.t-category-title-sort {
    padding: 0;
}

.t-category-title-sort .heading-line {
    flex-wrap: nowrap;
    align-items: flex-start;
}

@media (max-width: 74.9em) {
    .t-category-title-sort .heading-line {
        flex-direction: column;
    }
}

.t-display-list-filtering {
    margin: 8px 0 0 20px;
}

@media (max-width: 74.9em) {
    .t-display-list-filtering {
        width: 100%;
        margin: 35px 0 0;
    }
}

@media (max-width: 30em) {
    .t-display-list-filtering {
        flex-direction: column;
    }
}

.t-display-list-filtering .x-display-list-filtering__show-filters,
.t-display-list-filtering .x-display-list-filtering__per-page,
.t-display-list-filtering .x-display-list-filtering__sort-by {
    flex: 1;
}

.t-display-list-filtering .x-display-list-filtering__per-page:not(:last-child),
.t-display-list-filtering .x-display-list-filtering__sort-by:not(:last-child) {
    margin-right: 50px;
}

@media (max-width: 89.9em) {

    .t-display-list-filtering .x-display-list-filtering__per-page:not(:last-child),
    .t-display-list-filtering .x-display-list-filtering__sort-by:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 59.9em) {
    .t-display-list-filtering .x-display-list-filtering__sort-by:not(:last-child) {
        margin-right: 0;
    }

    .t-display-list-filtering .x-display-list-filtering__show-filters {
        margin-right: 20px;
    }

    .t-filters-trigger {
        max-width: 100%;
        height: 46px;
        font-size: 14px;
        color: #3B444D;
        font-weight: 400;
        border: 1px solid #D2D6DD;
        text-transform: uppercase;
        padding: 10px 30px 10px 12px;
    }

    .t-filters-trigger:after {
        content: "\e901";
        font-family: 'icomoon' !important;
        width: auto;
        height: auto;
        border: none;
        font-size: 8px;
        transform: translateY(-50%) rotate(0deg);
        margin: 0;
        position: absolute;
        right: 10px;
        top: 50%;
    }
}

@media (max-width: 30em) {
    .t-display-list-filtering .x-display-list-filtering__show-filters {
        margin: 0 0 20px;
    }
}

.t-display-list-filtering .c-form-list__item {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.t-display-list-filtering .c-form-label {
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 18px;
}

@media (max-width: 30em) {
    .t-display-list-filtering .c-form-label {
        min-width: 50px;
    }
}

/* custom select */

.x-custom-select__title {
    min-width: 210px;
    height: 47px;
    justify-content: flex-start;
    font-size: 14px;
    color: #3B444D;
    font-weight: 400;
    border: 1px solid #D2D6DD;
    text-transform: uppercase;
    padding: 10px 30px 10px 10px;
}

@media (max-width: 59.9em) {
    .x-custom-select__title {
        min-width: 100%;
    }
}

.x-custom-select__title:after {
    content: "\e901";
    font-family: 'icomoon' !important;
    width: auto;
    height: auto;
    border: none;
    font-size: 8px;
    transform: translateY(-50%) rotate(0deg);
    margin: 0;
    position: absolute;
    right: 10px;
    top: 50%;
}

.is-open .x-custom-select__title:after {
    transform: translateY(-50%) rotate(-180deg);
    transition: all 0.3s;
}

.x-custom-select__title> :not(:empty) {
    color: #3B444D;
    font-weight: 400;
    padding: 0 2px;
}

.x-custom-select__list {
    font-size: 14px;
    font-weight: 400;
}

.x-custom-select__list-item {
    padding: 10px;
}

/* category content */

.t-category-content {
    padding: 40px 0 120px;
}

@media (max-width: 74.9em) {
    .t-category-content {
        padding: 40px 0 90px;
    }
}

@media (max-width: 59.9em) {
    .t-category-content {
        padding: 0 0 70px;
    }
}

@media (max-width: 29.9em) {
    .t-category-content {
        padding: 0 0 50px;
    }
}

.t-category-content__wrap {
    position: relative;
}

@media (min-width: 90em) {
    .t-category-content .t-category-content__main {
        flex-basis: 80%;
        max-width: 80%;
    }

    .t-category-content .t-category-content__aside {
        flex-basis: 20%;
        max-width: 20%;
    }
}

/* accordion category tree */

.x-accordion-category-tree {
    max-width: 256px;
    padding: 0;
}

@media (max-width: 59.9em) {
    .x-accordion-category-tree {
        max-width: 100%;
    }
}

.x-accordion-category-tree__row {
    font-size: 14px;
    padding: 0;
}

.t-accordion-category-tree .x-accordion-category-tree__list--level-1.not-active {
    display: none;
}

.x-accordion-category-tree__list--level-1,
.x-accordion-category-tree__list--level-1:not(:last-of-type) {
    border-top: 1px solid #8a8f95 !important;
    border-bottom: 1px solid #8a8f95 !important;
    padding: 20px 0;
    margin: 0 0 -1px;
}

.t-accordion-category-tree .x-accordion-category-tree__link {
    color: #3B444D;
    font-size: 14px;
    line-height: 120%;
}

.t-accordion-category-tree .x-accordion-category-tree__link--current,
.t-accordion-category-tree .x-accordion-category-tree__link--current+.x-accordion-category-tree__toggle {
    color: #3B444D;
}

.t-accordion-category-tree .x-accordion-category-tree__summary .x-accordion-category-tree__link {
    text-transform: uppercase;
    font-weight: 700;
}

.x-accordion-category-tree__toggle {
    border: none;
    border-radius: 0;
    font-size: 8px;
    padding: 0;
}

.x-accordion-category-tree__toggle span {
    transition: all 0.3s;
}

.is-active .x-accordion-category-tree__toggle span {
    transform: rotate(-180deg);
}

.is-active .x-accordion-category-tree__toggle span:before {
    content: "\e901";
}

.is-active .x-accordion-category-tree__details {
    margin: 15px 0 -5px;
}

.x-accordion-category-tree__list--level-2 {
    min-height: 18px;
    margin: 15px 0;
}

.x-accordion-category-tree__list--level-2 .x-accordion-category-tree__link {
    display: block;
    padding-left: 30px;
    position: relative;
}

.x-accordion-category-tree__list--level-2 .x-accordion-category-tree__link:hover {
    color: #9FA3A7;
}

.x-accordion-category-tree__list--level-2 .x-accordion-category-tree__link:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #596269;
    position: absolute;
    left: 0;
    top: -1px;
}

.x-accordion-category-tree__list--level-2 .x-accordion-category-tree__link--current:before {
    background: #035F44;
    box-shadow: inset 0 0 0 1px #035F44;
}

.x-accordion-category-tree__list--level-2 .x-accordion-category-tree__link--current:after {
    content: "\e90a";
    font-family: 'icomoon' !important;
    font-size: 8px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: -1px;
    z-index: 1;
}

.x-category-tree__link {
    display: block;
    min-height: 18px;
    font-size: 14px;
    line-height: 120%;
    transition: all 0.3s;
    padding: 0 0 0 30px !important;
    margin: 15px 0;
    position: relative;
}

.x-category-tree__link:hover,
.x-category-tree__link:not(.x-category-tree__link--current):hover {
    background: none;
    color: #9FA3A7;
}

.x-category-tree__list .x-category-tree__link:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #596269;
    position: absolute;
    left: 0;
    top: -1px;
}

.x-category-tree__list.is-selected .x-category-tree__link:before {
    background: #035F44;
    box-shadow: inset 0 0 0 1px #035F44;
}

.x-category-tree__list.is-selected .x-category-tree__link:after {
    content: "\e90a";
    font-family: 'icomoon' !important;
    font-size: 8px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: -1px;
    z-index: 1;
}

.x-category-tree__list--level-2 {
    margin-left: 30px;
}

/* refinery */

.x-refinery {
    max-width: 256px;
    padding: 0;
}

.x-refinery form {
    margin-bottom: 0;
}

.x-refinery .c-form-list {
    display: block;
    position: static;
}

.x-refinery .c-form-list__item {
    min-width: 100%;
    max-width: 100%;
    border-top: 1px solid #8a8f95;
    border-bottom: 1px solid #8a8f95;
    padding: 20px 0;
    margin: 0 0 -1px;
}

.x-refinery .c-form-list__item--title {
    border: none;
    padding: 0;
    margin: 0;
}

.x-refinery__title {
    height: auto;
    font-size: 22px;
    line-height: 120%;
    color: #9FA3A7;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: absolute;
    left: 32px;
    bottom: 100%;
    z-index: 1;
}

.x-refinery__title:before,
.x-refinery__title:after {
    display: none;
}

.x-refinery-set__label {
    justify-content: space-between;
    height: auto;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    white-space: normal;
}

.x-refinery-set__label:before {
    display: none;
}

.x-refinery-set__label:after {
    content: "\e901";
    font-family: 'icomoon' !important;
    width: auto;
    height: auto;
    border: none;
    font-size: 8px;
    font-weight: 400;
    margin: 0;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.x-refinery-set__trigger:checked~.x-refinery-set__label:after {
    transform: rotate(-180deg);
}

.x-refinery-set__list {
    min-width: 100%;
    max-width: 100%;
    height: 0;
    max-height: initial;
    box-shadow: none;
    font-weight: 400;
    pointer-events: auto;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity ease-out 0.1s;
    position: static;
}

.x-refinery-set__trigger:checked~.x-refinery-set__list {
    opacity: 1;
    height: auto;
    margin: 15px 0 -5px;
    transform: scaleY(1);
    transition: opacity ease-in 0.1s;
}

.x-refinery-set__list label {
    display: block;
    min-height: 18px;
    white-space: normal;
    padding: 0;
    margin: 15px 0;
}

.x-refinery-set__list label:hover,
.x-refinery-set__nested .x-category-tree__list:hover,
.x-refinery-set__list label.is-selected,
.x-refinery-set__nested .x-category-tree__list.is-selected {
    background-color: transparent;
}

.c-form-checkbox__caption {
    min-height: 18px;
    font-size: 14px;
    line-height: 120%;
    padding-left: 30px;
    margin: 0;
    transition: all 0.3s;
}

.c-form-checkbox__caption:hover {
    color: #9FA3A7;
}

.c-form-checkbox__caption:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border: none;
    box-shadow: none;
    border: 1px solid #596269;
    flex-shrink: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.c-form-checkbox__input:checked+.c-form-checkbox__caption:before {
    background: #035F44;
    box-shadow: none;
    border: 1px solid #035F44;
    transition: none;
}

.c-form-checkbox__input:checked+.c-form-checkbox__caption:after {
    content: "\e90a";
    font-family: 'icomoon' !important;
    width: 18px;
    height: 18px;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 8px;
    line-height: 18px;
    color: #fff;
    font-style: normal;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.c-form-checkbox--radio .c-form-checkbox__input:checked+.c-form-checkbox__caption:after {
    background-image: none;
}

.c-form-checkbox__input:disabled+.c-form-checkbox__caption:before {
    background: #fff;
}

.c-form-checkbox__input:checked:disabled+.c-form-checkbox__caption:before {
    background: #035F44;
}

.x-refinery-set__text {
    font-size: 12px;
    line-height: 150%;
    text-transform: capitalize;
    padding: 5px 0 10px;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini {
    height: 50px;
    margin: 15px 0;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_low,
.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_high {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 120%;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_track_container {
    height: 20px;
    border: none;
    border-radius: 0;
    top: 28px;
}

.mm_facet_rangeslider_track {
    height: 4px;
    left: 0;
    right: 0;
}

.mm_facet_rangeslider_track_background,
.mm_facet_rangeslider_track_selection {
    background: #d8d9db;
    left: 3px;
    right: 3px;
}

.mm_facet_rangeslider_track_selection {
    background: #035F44;
}

.mm_facet_rangeslider_track_handle_low,
.mm_facet_rangeslider_track_handle_high {
    width: 19px;
    height: 19px;
    background: #035F44;
    border: none;
    left: 3px;
}

.x-refinery__selected-filters-wrap .c-button {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9FA3A7;
    font-weight: 400;
    padding: 0;
    transition: all 0.3s;
}

.x-refinery__selected-filters-wrap .c-button:hover {
    color: #3B444D;
}

.x-refinery__selected-filters-wrap .c-button span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9FA3A7;
    color: #fff;
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    padding: 0;
    margin-left: 10px;
    transition: all 0.3s;
}

.x-refinery__selected-filters-wrap .c-button:hover span {
    background: #3B444D;
}

.x-refinery__selected-filters {
    width: calc(80% - 32px);
    text-align: right;
    margin-bottom: 32px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

@media (max-width: 89.9em) {
    .x-refinery__selected-filters {
        width: calc(75% - 32px);
    }
}

.x-refinery__selected-filters .o-list-inline__item {
    margin: 0 0 0 30px;
}

.x-refinery__clear-filters-wrap {
    display: flex;
    justify-content: flex-end;
    width: 20%;
    max-width: 256px;
    margin-bottom: 32px;
    position: absolute;
    left: 32px;
    bottom: 100%;
}

@media (max-width: 89.9em) {
    .x-refinery__clear-filters-wrap {
        width: 25%;
    }
}

/* refinery annex */

.has-open-filters,
.has-open-filters body {
    overflow: hidden;
}

.x-refinery-annex {
    background: rgba(0, 0, 0, 0.65);
}

.x-refinery-annex__title {
    max-width: 100%;
    justify-content: space-between;
    font-size: 22px;
    line-height: 120%;
    color: #9FA3A7;
    text-transform: uppercase;
    padding: 30px;
}

.x-refinery-annex__title:before {
    display: none;
}

.x-refinery-annex__header .c-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 16px;
    font-weight: 900;
    padding: calc(1em - 1px);
}

.x-refinery-annex__content {
    max-width: 22.5rem;
}

.x-refinery-annex__list {
    width: 100%;
    max-width: 100%;
    padding: 0 30px 30px;
    position: relative;
}

.x-refinery-annex__list .x-category-tree,
.x-refinery-annex__list form {
    margin-bottom: 0;
}

.x-refinery-annex .c-form-list__item {
    min-width: 100%;
    max-width: 100%;
    border-top: 1px solid #8a8f95;
    border-bottom: 1px solid #8a8f95;
    padding: 20px 0;
    margin: 0 0 -1px;
}

.x-refinery-annex__label {
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    white-space: normal;
    padding: 0;
}

.x-refinery-annex__label:after {
    content: "\e901";
    font-family: 'icomoon' !important;
    font-size: 8px;
    font-weight: 400;
    transition: all 0.3s;
}

.x-refinery-annex__set-trigger:checked~.x-refinery-annex__label:after {
    content: "\e901";
    transform: rotate(-180deg);
}

.x-refinery-annex__set-item {
    height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity ease-out 0.1s;
}

.x-refinery-annex__set-trigger:checked~.x-refinery-annex__set-item {
    height: auto;
    margin: 15px 0 -5px;
    transform: scaleY(1);
    transition: opacity ease-in 0.1s;
}

.x-refinery-annex__set-item label {
    display: block;
    min-height: 18px;
    white-space: normal;
    padding: 0;
    margin: 15px 0;
}

.x-refinery-annex__set-item label:hover,
.x-refinery-annex__set-item label.is-selected {
    background-color: transparent;
}

.x-refinery-annex__set-text {
    font-size: 12px;
    line-height: 150%;
    text-transform: capitalize;
    padding: 5px 0 10px;
}

.x-refinery-annex__clear-filters {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9FA3A7;
    font-weight: 400;
    text-transform: none;
    transition: all 0.3s;
    padding: 0;
    margin-bottom: 32px;
    position: absolute;
    right: 30px;
    bottom: 100%;
}

.x-refinery-annex__clear-filters:hover {
    color: #3B444D;
}

.x-refinery-annex__clear-filters span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9FA3A7;
    color: #fff;
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    padding: 0;
    margin-left: 10px;
    transition: all 0.3s;
}

.x-refinery-annex__clear-filters:hover span {
    background: #3B444D;
}

/* PRODUCT */

.t-page-prod .t-breadcrumbs {
    background: #FAFAFA;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

.t-page-prod .x-collapsing-breadcrumbs__group,
.t-page-prod .x-collapsing-breadcrumbs__list {
    border: none;
}

.x-product-layout {
    padding: 45px 0 90px;
}

@media (max-width: 59.9em) {
    .x-product-layout {
        padding: 30px 0 70px;
    }
}

@media (max-width: 29.9em) {
    .x-product-layout {
        padding: 20px 0 50px;
    }
}

/* product imagery */

.x-product-imagery {
    flex-direction: column-reverse;
    position: relative;
    margin: 0;
}

@media (max-width: 59.9em) {
    .x-product-imagery {
        max-width: 600px;
        margin: 50px auto 70px;
    }
}

@media (max-width: 29.9em) {
    .x-product-imagery {
        margin: 30px auto 50px;
    }
}

.x-product-imagery__showcase {
    min-height: 440px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

@media (max-width: 74.9em) {
    .x-product-imagery__showcase {
        min-height: 360px;
    }
}

@media (max-width: 39.9em) {
    .x-product-imagery__showcase {
        min-height: 260px;
    }
}

.x-product-imagery__showcase .x-product-label {
    top: 0;
    left: 0;
}

.x-product-imagery__showcase .icon-loupe {
    font-size: 36px;
    color: #D2D6DD;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.x-product-imagery__showcase .icon-loupe:hover {
    color: #9FA3A7;
}

.x-product-imagery__thumbnail-list {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 30px 0 0;
}

@media (max-width: 29.9em) {
    .x-product-imagery__thumbnail-list {
        margin-top: 15px;
    }
}

.x-product-imagery__thumbnail-list .slick-slide {
    outline: none;
}

.x-product-layout-images__thumbnail-image {
    height: auto !important;
    border: none;
    cursor: pointer;
    padding: 0 25px;
}

@media (max-width: 74.9em) {
    .x-product-layout-images__thumbnail-image {
        padding: 0 15px;
    }
}

.x-product-layout-images__thumbnail-image img {
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
    padding: 0;
    position: static;
}

.x-product-imagery__thumbnail-list .slick-track {
    flex-direction: row;
}

.x-product-imagery__thumbnail-list .slick-prev,
.x-product-imagery__thumbnail-list .slick-next {
    width: auto;
    height: auto;
    background: transparent;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.x-product-imagery__thumbnail-list .slick-prev {
    transform: translateY(-50%) rotate(90deg);
    left: -15px;
}

.x-product-imagery__thumbnail-list .slick-next {
    transform: translateY(-50%) rotate(-90deg);
    right: -15px;
}

.x-product-imagery__thumbnail-list .slick-prev:before,
.x-product-imagery__thumbnail-list .slick-next:before {
    content: "\e901";
    font-family: 'icomoon' !important;
    font-size: 8px;
    color: #91969B;
    opacity: 1;
}

.x-product-imagery__thumbnail-list .slick-prev.slick-disabled:before,
.x-product-imagery__thumbnail-list .slick-next.slick-disabled:before {
    opacity: 0.25;
    cursor: default;
}

.x-product-imagery__thumbnail-list .slick-prev:hover,
.x-product-imagery__thumbnail-list .slick-next:hover,
.x-product-imagery__thumbnail-list .slick-prev:focus,
.x-product-imagery__thumbnail-list .slick-next:focus {
    box-shadow: none;
    background: transparent;
}

.x-product-imagery__thumbnail-list .slick-prev:hover:before,
.x-product-imagery__thumbnail-list .slick-next:hover:before,
.x-product-imagery__thumbnail-list .slick-prev:focus:before,
.x-product-imagery__thumbnail-list .slick-next:focus:before {
    color: #3B444D;
}

/* product layout purchase */

.x-product-layout-purchase {
    margin: 0;
}

.x-product-layout-purchase .c-form-list {
    width: 100%;
    max-width: 620px;
    float: right;
    padding: 0;
}

@media (max-width: 59.9em) {
    .x-product-layout-purchase .c-form-list {
        max-width: 100%;
    }
}

.x-product-layout-purchase .c-form-list__item {
    margin-bottom: 30px;
}

.x-product-layout-purchase .c-form-list__item:last-child {
    margin-bottom: 0;
}

.x-product-layout-purchase__name {
    font-size: 24px;
    line-height: 120%;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.x-product-layout-purchase__subtitle {
    font-size: 14px;
    line-height: 120%;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    color: #5b626a;
    text-transform: uppercase;
    margin: -20px 0 30px;
}

.x-product-layout-purchase__reviews {
    margin-top: -10px;
}

.x-product-layout-purchase__reviews-link {
    display: inline-block;
    text-decoration: none;
}

.x-product-layout-purchase__reviews .tgreviews-average {
    display: flex;
    align-items: center;
    text-align: left;
}

.x-product-layout-purchase__reviews .tgreviews-average__star {
    font-size: 16px;
}

.x-product-layout-purchase__reviews .tgreviews-average__text {
    font-size: 14px;
    line-height: 120%;
    color: #91969B;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.x-product-layout-purchase__reviews .tgreviews-average__text:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #bfc3c6;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.x-product-layout-purchase__reviews-link:hover .tgreviews-average__text:before {
    display: none;
}

.x-product-layout-purchase__pricing-inventory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
}

.x-product-layout-purchase__pricing {
    font-size: 36px;
    line-height: 120%;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 29.9em) {
    .x-product-layout-purchase__pricing {
        font-size: 30px;
    }
}

.x-product-layout-purchase__pricing-original {
    font-size: 18px;
    line-height: 120%;
    padding: 0 0 0 5px;
}

@media (max-width: 29.9em) {
    .x-product-layout-purchase__pricing-original {
        font-size: 16px;
    }
}

.x-product-layout-purchase__inventory-message,
.x-product-layout-purchase__inventory-message:not(:empty) {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    color: #3B444D;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 0 0 20px;
    margin: 0;
}

.x-product-layout-purchase__inventory-message span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 8px;
    line-height: 18px;
    color: #fff;
    margin-left: 8px;
}

.x-product-layout-purchase__inventory-message span.icon-check {
    background: #035F44;
}

.x-product-layout-purchase__inventory-message span.icon-cross {
    background: #FD502F;
}

.x-product-layout-purchase__details-title {
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.x-product-layout-purchase__details-item {
    display: flex;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
}

@media (max-width: 29.9em) {
    .x-product-layout-purchase__details-item {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.x-product-layout-purchase__details-label {
    width: 115px;
    flex-shrink: 0;
    font-weight: 700;
    padding-right: 10px;
}

@media (max-width: 29.9em) {
    .x-product-layout-purchase__details-label {
        width: 100%;
        padding: 0 0 5px;
    }
}

.x-product-layout-purchase__options {
    display: block;
}

.x-product-layout-purchase__options-attribute {
    margin-bottom: 30px;
}

.x-product-layout-purchase__options-attribute .c-form-label {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
}

.x-radio-to-button-wrap {
    display: flex;
    align-items: center;
}

.x-radio-to-button-wrap .c-form-label {
    width: 115px;
    flex-shrink: 0;
    padding-right: 10px;
    margin: 0;
}

@media (max-width: 29.9em) {
    .x-radio-to-button-wrap .c-form-label {
        width: auto;
    }
}

.x-radio-to-button-wrap .c-form-selection-label {
    font-size: 14px;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.x-radio-to-button-wrap .c-form-selection-label:before {
    content: "";
    width: 1px;
    height: 42px;
    background: #ececee;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
}

.x-radio-to-button-box {
    margin: -5px;
}

.x-radio-to-button {
    margin: 5px;
}

.x-radio-to-button .c-form-checkbox__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    outline: none;
    border: 1px solid #D2D6DD;
    border-radius: 2px;
    font-weight: 400;
    padding: 5px;
    margin: 0;
}

.x-radio-to-button .c-form-checkbox__caption:hover {
    color: #3B444D;
}

.x-radio-to-button .c-form-checkbox__input:hover+.c-form-checkbox__caption,
.x-radio-to-button .c-form-checkbox__input:checked+.c-form-checkbox__caption {
    border-color: #FD502F;
}

.x-subscription-combo .c-form-checkbox--inline {
    min-height: 46px;
    vertical-align: middle;
}

.x-subscription-combo .c-form-checkbox--inline:nth-child(2):after {
    margin-top: 6px;
}

.x-subscription-combo .c-form-checkbox__caption:before,
.x-subscription-combo .c-form-checkbox__input:checked+.c-form-checkbox__caption:after {
    top: 50%;
    margin-top: -10px;
}

.t-product-layout-purchase__add-to-cart {
    flex-grow: 0;
}

.t-product-layout-purchase__add-to-cart .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FD502F !important;
    color: #fff !important;
    border-radius: 30px;
    margin-right: 40px;
}

@media (max-width: 29.9em) {
    .t-product-layout-purchase__add-to-cart .btn {
        margin-right: 0;
    }
}

.t-product-layout-purchase__add-to-cart .btn:hover {
    background-color: #fff !important;
    color: #FD502F !important;
}

.t-product-layout-purchase__add-to-cart .btn:before {
    content: "\e900";
    display: inline-block;
    font-family: 'icomoon' !important;
    font-size: 20px;
    padding-right: 10px;
}

.x-product-layout-purchase__options-quantity {
    display: flex;
    align-items: center;
}

@media (max-width: 29.9em) {
    .x-product-layout-purchase__options-quantity {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .x-product-layout-purchase__options-quantity .x-quantify {
        margin: 0 0 30px;
    }
}

.x-quantify .c-control-group__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #D2D6DD !important;
    border-radius: 50% !important;
    background: #fff;
    font-size: 8px;
    color: #3B444D;
    padding: 0;
}

.x-quantify .c-control-group__button:hover {
    background: #D2D6DD !important;
    color: #3B444D;
}

.x-quantify .c-control-group__field {
    width: 40px;
    border: none;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    font-weight: 400;
    padding: 0 6px;
}

.x-quantify .u-icon-remove:before {
    content: "\3c";
}

/* flex tabs */

.x-product-description {
    padding: 0 0 100px;
    margin: 0;
}

@media (max-width: 59.9em) {
    .x-product-description {
        padding: 0 0 70px;
    }
}

@media (max-width: 29.9em) {
    .x-product-description {
        padding: 0 0 50px;
    }
}

.x-flex-tabs {
    justify-content: center;
    margin: 0;
}

.x-flex-tabs .x-flex-tabs__tab {
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 20px 30px;
    position: relative;
}

.x-flex-tabs .x-flex-tabs__tab:hover {
    color: #FD502F;
}

@media (min-width: 48em) {
    .x-flex-tabs:not(.x-flex-tabs--accordion) .x-flex-tabs__tab {
        width: auto;
        order: -1;
    }
}

@media (max-width: 47.9em) {
    .x-flex-tabs .x-flex-tabs__tab {
        border-top: 1px solid #D2D6DD;
        border-bottom: 1px solid #D2D6DD;
        padding: 12px 0;
        margin-bottom: -1px;
    }
}

.x-flex-tabs:not(.x-flex-tabs--accordion) .x-flex-tabs__tab:not(:first-of-type) {
    margin-left: 0;
}

.x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab {
    border: none;
    font-weight: 700;
    color: #3B444D;
}

@media (max-width: 47.9em) {

    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab,
    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab:hover {
        color: #FD502F;
        border-top: 1px solid #FD502F;
        border-bottom: 1px solid #FD502F;
    }
}

.x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab:after {
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background: #FD502F;
    position: absolute;
    left: 15px;
    bottom: -1px;
    z-index: 1;
}

@media (max-width: 47.9em) {
    .x-flex-tabs .x-flex-tabs__tab:after {
        font-size: 8px;
        content: "\e901";
        font-family: 'icomoon' !important;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: top;
    }

    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab:after {
        content: "\e901";
        width: auto;
        height: auto;
        font-weight: 400;
        background: none;
        left: auto;
        bottom: auto;
    }

    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab~.x-flex-tabs__tab:after {
        transform: rotate(-180deg) translateY(-50%);
    }
}

.x-flex-tabs:not(.x-flex-tabs--accordion) .x-flex-tabs__tab:not(:first-of-type):before {
    content: "";
    width: 1px;
    height: 42px;
    background: #ececee;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 47.9em) {
    .x-flex-tabs .x-flex-tabs__tab:before {
        display: none;
    }
}

.x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab+.x-flex-tabs__content {
    border-top: 1px solid #D2D6DD;
    font-size: 14px;
    line-height: 150%;
    padding: 50px 0 0;
    overflow: inherit;
    transition: none;
}

@media (max-width: 47.9em) {
    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab+.x-flex-tabs__content {
        border: none;
        padding: 30px 0;
    }

    .x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab+.x-flex-tabs__content:last-child {
        padding-bottom: 0;
    }
}

.x-flex-tabs p,
.x-flex-tabs ul:not([class]):not([id]) {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
}

.x-flex-tabs ul:not([class]):not([id]) li {
    padding-left: 15px;
    margin-bottom: 15px;
}

.x-flex-tabs ul:not([class]):not([id]) li:before {
    width: 6px;
    height: 6px;
}

.x-flex-tabs .block-constrain {
    max-width: 940px;
    margin: 0 auto;
}

.x-flex-tabs .block-constrain-col {
    column-count: 2;
    column-gap: 30px;
    max-width: 940px;
    margin: 0 auto;
}

@media (max-width: 47.9em) {
    .x-flex-tabs .block-constrain-col {
        column-count: initial;
    }
}

.x-flex-tabs .block-constrain-col p,
.x-flex-tabs .block-constrain-col ul:not([class]):not([id]) li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

.t-show-more__toggle {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%);
    color: #3B444D;
    padding: 2.25rem 0 0.5rem;
}

.t-show-more--active .t-show-more__toggle {
    margin-top: -15px;
}

/* tgreviews */

.tgr_rating {
    float: left;
    margin: 0 -2px;
}

.tgr-stars label {
    color: #D2D6DD;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

.tgr_rating>input {
    display: none;
}

.tgr_rating>label {
    font-size: 20px;
    color: #C4C4C4;
    float: right;
    cursor: pointer;
    margin: 0 2px;
}

.tgr_rating>input:checked~label,
.tgr_rating:not(:checked)>label:hover,
.tgr_rating:not(:checked)>label:hover~label {
    color: #F2C94C;
}

.tgr_rating>input:checked+label:hover,
.tgr_rating>input:checked~label:hover,
.tgr_rating>label:hover~input:checked~label,
.tgr_rating>input:checked~label:hover~label {
    color: #f7de93;
}

.tgreviews__form-row {
    clear: both;
    margin-bottom: 10px;
}

.tgreviews__form-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.tgreviews__form-input,
.tgreviews__form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 14px;
    border: 1px solid #D2D6DD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.tgreviews__form-textarea {
    resize: none;
    overflow-y: auto;
}

.tgreviews__form-input.error,
.tgreviews__form-textarea.error {
    border-color: #D8000C;
}

.tgreviews__form ::-webkit-input-placeholder {
    font-size: 14px;
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.tgreviews__form ::-moz-placeholder {
    font-size: 14px;
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.tgreviews__form :-ms-input-placeholder {
    font-size: 14px;
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.tgreviews__form :-moz-placeholder {
    font-size: 14px;
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.tgreviews__form ::placeholder {
    font-size: 14px;
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.tgreviews__form-breaker {
    height: 1.5rem;
    clear: left;
}

.tgreviews__form-submit {
    margin-top: 20px;
}

.tgreviews__form-checkbox {
    display: flex;
    line-height: 120%;
    position: relative;
}

.tgreviews__form-checkbox input[type="checkbox"] {
    visibility: hidden;
    width: 18px;
    margin-right: 12px;
}

.tgreviews__form-checkbox .tgreviews__form-checkboxlabel:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #596269;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -1px;
    visibility: visible;
}

.tgreviews__form-checkbox input[type="checkbox"]:checked+.tgreviews__form-checkboxlabel:before {
    background: #035F44;
    box-shadow: inset 0 0 0 1px #035F44;
}

.tgreviews__form-checkbox input[type="checkbox"]:checked+.tgreviews__form-checkboxlabel:after {
    content: "\e90a";
    font-family: 'icomoon' !important;
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 8px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: -1px;
    z-index: 1;
}

.tgreivews-breaker {
    height: 1.5rem;
    clear: left;
}

.tgreviews-reviews>.tgreivews-breaker:last-child {
    display: none;
}

.tgreviews {
    margin-top: 30px;
}

.tgreviews__no-reviews {
    text-align: center;
}

.tgreviews div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tgreviews-average-overlay {
    overflow: hidden;
    position: absolute;
    top: -4px;
    left: 0;
    white-space: nowrap;
    color: #000;
}

.tgreviews-breakdown {
    clear: left;
}

.tgreviews-breakdown__rating,
.tgreviews-breakdown__count {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tgreviews-breakdown__rating {
    text-align: right;
}

.tgreviews-breakdown__rating a {
    color: #12141b;
    text-decoration: underline;
}

.tgreviews-breakdown__rating a:hover {
    text-decoration: none;
}

.tgreviews-breakdown__percent {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tgreviews-breakdown__percentage {
    height: 5px;
    background: #D2D6DD;
    position: relative;
    margin-top: 5px;
}

.tgreviews-breakdown__percentage-overlay {
    background: #F2C94C;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.tgreviews-breakdown__rating,
.tgreviews-breakdown__percent,
.tgreviews-breakdown__count {
    float: left;
    padding: 2px 5px;
}

.tgreviews-breakdown__star {
    -webkit-transform: rotateZ(100deg);
    transform: rotateZ(100deg);
}

.tgreviews-half {
    float: left;
    width: 50%;
}

.tgreviews-sorting,
.tgreviews-breakdown,
.tgreviews-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.tgreviews-sorting .x-custom-select {
    width: 100%;
    max-width: 210px;
}

@media (max-width: 29.9em) {
    .tgreviews-sorting .x-custom-select {
        max-width: 100%;
    }
}

.tgreviews-label,
.tgreviews-pagination-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 1rem;
}

.tgreviews-label {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tgreviews-select {
    padding: 0.75rem 1rem;
    font-size: 12px;
    border: 1px solid #D2D6DD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tgreviews-average {
    text-align: center;
}

.tgreviews-average__star,
.tgreviews-average__star-overlay {
    position: relative;
    color: #C4C4C4;
}

.tgreviews-average__star {
    font-size: 22px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    position: relative;
    margin: 0 -2px
}

@media (max-width: 29.9em) {
    .tgreviews-average__star {
        font-size: 20px;
    }
}

.tgreviews-average__star i {
    margin: 0 2px
}

.tgreviews-average__star-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #F2C94C;
    overflow: hidden;
}

.tgreviews-average__text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 130%;
    padding-top: 5px;
}

.tgreviews-average__text span {
    display: inline-block;
}

.tgreviews-review {
    border-bottom: 1px solid #D2D6DD;
    line-height: 1.5;
}

.tgreviews-rating-title {
    margin-bottom: 0.25rem;
    position: relative;
    clear: both;
}

.tgreviews-verified-buyer {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.tgreviews-rating-stars {
    font-size: 1rem;
    color: #F2C94C;
}

.tgreviews-review__rating {
    padding: 2px 5px;
    font-size: 12px;
    border: 1px solid #D2D6DD;
    margin-right: 0.5rem;
}

.tgreviews-review__user {
    font-size: 12px;
    margin-bottom: 0.25rem;
}

.tgreviews-review__additionalfields {
    margin: 0.5rem 0;
}

.tgreviews-review__addlfield-label {
    font-weight: 700;
}

.tgreviews-review__title {
    float: left;
    max-width: calc(100% - 130px);
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 29.9em) {
    .tgreviews-review__title {
        max-width: 100%;
    }
}

.tgreviews-review__rating-info {
    float: right;
}

.tgreviews-rating-title:before,
.tgreviews-rating-title:after {
    content: " ";
    display: table;
}

.tgreviews-rating-title:after {
    clear: both;
}

/* product advantages */

.product-advantages {
    max-width: 1220px;
    margin: 0 auto;
    padding-bottom: 100px;
}

@media (max-width: 59.9em) {
    .product-advantages {
        padding-bottom: 70px;
    }

    .product-advantages .o-layout {
        margin: -10px 0 -10px -16px;
    }
}

@media (max-width: 29.9em) {
    .product-advantages {
        padding-bottom: 50px;
    }
}

.product-advantages__item {
    display: flex;
    border-left: 1px solid #D2D6DD;
    padding: 0 30px;
}

@media (max-width: 59.9em) {
    .product-advantages__item {
        padding: 0 16px;
        margin: 10px 0;
    }
}

@media (max-width: 47.9em) {
    .product-advantages__item {
        border: none;
    }
}

.product-advantages__item:first-child {
    border: none;
}

.product-advantages__icon {
    width: 50px;
    flex-shrink: 0;
}

@media (max-width: 59.9em) {
    .product-advantages__icon {
        width: 45px;
    }
}

.product-advantages__text {
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    padding-left: 20px;
}

@media (max-width: 74.9em) {
    .product-advantages__text {
        font-size: 16px;
    }
}

@media (max-width: 59.9em) {
    .product-advantages__text {
        font-size: 14px;
        padding-left: 16px;
    }
}

/* related products */

.t-related-products {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0 120px;
    margin: 0;
}

@media (max-width: 74.9em) {
    .t-related-products {
        padding: 30px 0 90px;
    }
}

@media (max-width: 59.9em) {
    .t-related-products {
        padding: 30px 0 70px;
    }
}

@media (max-width: 29.9em) {
    .t-related-products {
        padding: 30px 0 50px;
    }
}

/* basket */

.c-form-input {
    border-color: #D2D6DD;
    border-radius: 0;
}

.c-table-responsive__row {
    border-color: #D2D6DD;
}

.t-basket__order-summary-wrap {
    border: 1px solid #D2D6DD;
    background-color: #FAFAFA;
    padding: 20px 30px;
}

@media (max-width: 59.9em) {
    .t-basket__order-summary-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 29.9em) {
    .t-basket__order-summary-wrap {
        padding: 20px 16px;
    }
}

.t-basket__product-details,
.t-basket__order-summary {
    font-size: 1rem;
}

.t-basket__product-summary thead,
.t-basket__product-summary .c-table-responsive__row,
.t-basket__order-summary .c-table-simple__row {
    border-color: #D2D6DD;
}

.t-basket__product-summary tbody .c-table-responsive__cell {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width: 47.9em) {
    .t-basket__product-summary tbody .c-table-responsive__cell {
        padding: 12px 0;
    }

    .c-table-responsive__cell {
        text-align: right;
    }

    .c-table-responsive__cell:before {
        text-align: left;
        padding-right: 15px;
    }

    .c-table-responsive__cell--flex {
        align-items: center;
    }
}

.t-basket__order-summary .heading-line__title {
    font-size: 30px;
    margin-bottom: 20px;
}

.t-basket__order-summary .heading-line__title:after {
    display: none;
}

@media (max-width: 29.9em) {
    .t-basket__order-summary .heading-line__title {
        font-size: 25px;
    }
}

.t-basket-update {
    margin: 0;
}

@media (max-width: 39.9em) {
    .t-basket__product-img {
        margin-bottom: 30px;
    }
}

.t-basket-update .x-quantify {
    width: auto;
}

.t-basket__basket-coupon-form-toggle:checked ~ .t-basket__coupon-form {
    margin-top: 8px;
}

.t-basket-update .x-quantify .c-control-group__button,
.t-basket-update .x-quantify .c-control-group__field {
    max-width: 100%;
    flex-basis: auto;
}

.t-basket-update .x-quantify .c-control-group__button {
    font-size: 8px;
    padding: 0;
}

.link-icon {
    text-decoration: none;
}

.link-icon:hover .u-text-underline {
    text-decoration: none;
}

/* checkout */

.t-page-ocst .t-global-header-logo,
.t-page-osel .t-global-header-logo,
.t-page-opay .t-global-header-logo,
.t-page-invc .t-global-header-logo {
    margin: 0;
}

.t-page-ocst .t-site-header,
.t-page-osel .t-site-header,
.t-page-opay .t-site-header,
.t-page-invc .t-site-header {
    height: auto;
}

@media (max-width: 59.9em) {
    .t-page-ocst .t-site-header__logo,
    .t-page-osel .t-site-header__logo,
    .t-page-opay .t-site-header__logo,
    .t-page-invc .t-site-header__logo {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.t-checkout-steps {
    font-weight: 900;
    margin-bottom: 30px;
}

.t-checkout-steps .u-text-bold {
    font-weight: 900;
}

.t-checkout-log-in__label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.t-checkout-log-in__form .o-layout__item {
    padding-bottom: 16px;
}

.t-checkout-basket-summary {
    height: auto;
    border: 1px solid #D2D6DD;
    padding: 20px 30px;
}

@media (max-width: 29.9em) {
    .t-checkout-basket-summary {
        padding: 20px 16px;
    }
}

.t-checkout-basket-summary__product-summary .heading-line__title {
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 29.9em) {
    .t-checkout-basket-summary__product-summary .heading-line__title {
        font-size: 25px;
    }
}

.t-checkout-basket-summary__product-summary .heading-line__title:after {
    display: none;
}

.t-checkout-basket-summary__product-summary .heading-line__subtitle:before {
    height: 50px;
}

.c-table-simple__row {
    border-color: #D2D6DD;
}

.t-account-landing__subscription-product picture {
    display: block;
    border: none;
    flex-shrink: 0;
    width: 80px;
    margin-right: 1.5rem;
}

.t-checkout-basket-summary__promo-form,
.t-checkout-basket-summary__promo-form:first-child,
.t-checkout-basket-summary__promo-form:last-child {
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.t-checkout-button .c-button {
    margin-top: 30px;
}

@media (max-width: 59.9em) {
    .t-checkout-button .c-button {
        margin: 30px 0;
    }
}

.t-checkout-customer-summary {
    padding: 0;
    margin-bottom: 0;
}

.t-checkout-customer-summary .c-heading-echo {
    margin-bottom: 16px;
}

@media (max-width: 59.9em) {
    .t-checkout-customer-summary {
        margin-bottom: 30px;
    }
}

@media (max-width: 47.9em) {
    .t-checkout-customer-summary .o-layout__item {
        margin: 15px 0;
    }
}

.t-payment-button {
    width: auto;
    max-width: initial;
}

.t-page-invc .t-checkout-customer-summary,
.t-page-ords .t-checkout-customer-summary {
    border: 1px solid #D2D6DD;
    background-color: #FAFAFA;
    font-size: 1rem;
    padding: 10px 30px 0;
}

@media (max-width: 59.9em) {
    .t-page-ords .t-checkout-customer-summary {
        margin-top: 30px;
    }
}

.t-page-invc .t-checkout-customer-summary p,
.t-page-ords .t-checkout-customer-summary p {
    font-size: 18px;
    margin-bottom: 16px;
}

.t-page-invc .t-checkout-customer-summary .c-keyline,
.t-page-ords .t-checkout-customer-summary .c-keyline {
    margin: 20px 0;
}

@media (max-width: 29.9em) {
    .t-page-invc .t-checkout-customer-summary,
    .t-page-ords .t-checkout-customer-summary {
        padding: 10px 16px 0;
    }
}

/* account */

.t-account-landing-section {
    padding: 70px 0;
    margin: 0
}

.t-account-landing-section-bottom {
    padding-bottom: 70px;
}

@media (max-width: 59.9em) {
    .t-account-landing-section {
        padding: 50px 0;
    }

    .t-account-landing-section-bottom {
        padding-bottom: 50px;
    }
}

@media (max-width: 29.9em) {
    .t-account-landing-section {
        padding: 30px 0;
    }

    .t-account-landing-section-bottom {
        padding-bottom: 30px;
    }
}

.t-account-landing-section + .t-account-landing-section {
    padding-top: 0;
}

.t-account-landing-section .x-collapsing-breadcrumbs {
    padding: 0;
}

.t-account-landing-section__header {
    margin-bottom: 30px;
}

.t-account-landing-section__heading {
    font-weight: 900;
    text-transform: uppercase;
}

.t-account-landing-section__heading .c-heading--subheading {
    color: #91969B;
}

@media (max-width: 59.9em) {
    .t-account-landing-section__heading--l {
        margin-bottom: 30px;
    }
}

@media (max-width: 47.9em) {
    .t-account-landing-section__heading--m {
        margin-bottom: 30px;
    }
}

@media (max-width: 39.9em) {
    .t-account-landing-section__heading--s {
        margin-bottom: 30px;
    }
}

.t-account-landing-section__content {
    padding-top: 0;
}

@media (max-width: 59.9em) {
    .t-customer-profile {
        margin-bottom: 30px;
    }
}

.t-account-landing-section .x-custom-select__title {
    min-width: 100%;
}

.t-account-page-header .c-button {
    font-weight: 900;
}

.t-account-navigation {
    height: 2em;
    margin: 1.25rem auto;
}

.t-account-navigation__link {
    height: 2em;
    color: #91969B;
    text-transform: uppercase;
    font-weight: 900;
}

.t-account-navigation__link:hover {
    color: #FD502F;
    box-shadow: none;
}

.t-account-navigation__link--current {
    box-shadow: inset 0 -0.3ch 0 0 #FD502F;
    color: #FD502F;
}

.t-account-navigation__shadow {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 80%);
}

.t-account-filtering {
    justify-content: flex-end;
}

@media (max-width: 59.9em) {
    .t-account-filtering {
        justify-content: space-between;
    }
}

.t-account-filtering .t-account-filtering__search .c-control-group__field,
.t-account-filtering .t-account-filtering__search .c-control-group__button {
    height: 47px;
    font-size: 14px;
}

.t-account-filtering .t-account-filtering__sort-by,
.t-account-filtering .t-account-filtering__link {
    margin-left: 20px;
}

.t-account-filtering .t-account-filtering__sort-by .x-custom-select {
    padding-right: 1px;
}

.t-account-filtering .t-account-filtering__link {
    white-space: nowrap;
    align-self: flex-start;
}

@media (max-width: 47.9em) {
    .t-account-filtering .t-account-filtering__sort-by,
    .t-account-filtering .t-account-filtering__link {
        margin-left: 0;
    }
}

.t-account-filtering .t-account-filtering__search .c-form-input {
    color: #3B444D;
    text-transform: uppercase;
}

.t-account-filtering .t-account-filtering__search .c-form-input::-moz-placeholder {
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.t-account-filtering .t-account-filtering__search .c-form-input:-ms-input-placeholder {
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.t-account-filtering .t-account-filtering__search .c-form-input::-webkit-input-placeholder {
    color: #3B444D;
    text-transform: uppercase;
    opacity: 1;
}

.t-account-landing__order-list:not(.t-account-landing__order-list--subscriptions),
.t-account-landing__order-list .c-table-responsive__cell:last-child,
.t-account-landing__order-list--subscriptions tbody .c-table-responsive__row {
    border-color: #D2D6DD;
}

@media (min-width: 48em) {
    .t-account-landing__order-list:not(.t-account-landing__order-list--subscriptions) {
        padding-bottom: 1rem;
    }
}

@media (min-width: 48em) and (max-width: 59.9em) {
    .t-account-landing__order-list--subscriptions tbody .c-table-responsive__cell,
    .t-account-landing__order-list--subscriptions tbody .c-table-responsive__cell--flush {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 47.9em) {
    .t-account-landing__order-list--subscriptions tbody .c-table-responsive__row {
        padding-top: 0.5rem;
    }

    .t-account-landing__wish-lists .c-table-responsive__row {
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }
}

.t-address {
    min-height: calc(100% - 30px);
    margin-bottom: 30px;
}

.t-address__header {
    background-color: #91969B;
    color: #fff;
}

/* static pages */

.t-static-banner {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 340px;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 10px;
    position: relative;
}

.t-static-banner--shadow:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 60%,#000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.t-static-banner--big {
    min-height: 540px;
}

@media (max-width: 89.9em) {
    .t-static-banner--big {
        min-height: 440px;
    }
}

@media (max-width: 74.9em) {
    .t-static-banner--big {
        min-height: 340px;
    }
}

@media (max-width: 47.9em) {
    .t-static-banner,
    .t-static-banner--big {
        min-height: 240px;
    }
}

.t-static-banner .o-wrapper {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.t-static-banner h2,
.t-static-content .t-static-banner h2 {
    font-size: 50px;
}

.t-static-banner h2:last-child,
.t-static-content .t-static-banner h2:last-child {
    margin-bottom: 0;
}

@media (max-width: 59.9em) {
    .t-static-banner h2,
    .t-static-content .t-static-banner h2 {
        font-size: 45px;
    }
}

@media (max-width: 39.9em) {
    .t-static-banner h2,
    .t-static-content .t-static-banner h2 {
        font-size: 40px;
    }
}

.t-static-content {
    padding-bottom: 120px;
}

@media (max-width: 74.9em) {
    .t-static-content {
        padding-bottom: 90px;
    }
}

@media (max-width: 59.9em) {
    .t-static-content {
        padding-bottom: 70px;
    }
}

@media (max-width: 29.9em) {
    .t-static-content {
        padding-bottom: 50px;
    }
}

.t-static-content h2,
.t-static-content h3 {
    font-weight: 900;
    margin-bottom: 40px;
}

.t-static-content h2 {
    font-size: 35px;
}

@media (max-width: 39.9em) {
    .t-static-content h2 {
        font-size: 30px;
    }
}

.t-static-content h4 {
    font-weight: 900;
}

.t-static-content a {
    display: inline-block;
}

.faq-question {
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.faq-question p {
    font-weight: 900;
}

.faq-answer {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.faq-question:before,
.faq-answer:before {
    content: "Q:";
    font-weight: 900;
    color: #FD502F;
    position: absolute;
    left: 0;
    top: 0;
}

.faq-answer:before {
    content: "A:";
}

.x-contact-content h3 {
    margin-bottom: 10px;
}

.x-contact-content__img {
    text-align: center;
    margin: 20px 0;
}

.x-contact-content__location .o-layout__item {
    margin-bottom: 30px;
}

.about-logo {
    max-width: 80%;
    text-align: center;
    margin: 0 auto 40px;
}

.x-team-content {
    margin-bottom: 10px;
}

.x-team-content:last-child {
    margin-bottom: -30px;
}

.x-team-content__item {
    background: #B8B5AC;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
}

.x-team-content__item h4 {
    font-size: 24px;
}

@media (max-width: 47.9em) {
    .x-team-content__item h4 {
        font-size: 22px;
    }
}

.x-team-content__item p {
    margin-bottom: 8px;
}

@media (max-width: 89.9em) {
    .x-team-content__item p {
        font-size: 18px;
    }
}

@media (max-width: 59.9em) {
    .x-team-content__item p {
        font-size: 17px;
    }
}

@media (max-width: 47.9em) {
    .x-team-content__item p {
        font-size: 16px;
    }
}

.x-team-content__item em {
    color: #3B444D;
}

.x-team-content__item a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.x-team-content__item a:hover {
    color: #3B444D;
}

.x-team-content__item .u-icon-envelope,
.x-team-content__item .u-icon-phone {
    padding-right: 8px;
}

.x-team-content__item .u-icon-envelope {
    position: relative;
    top: 2px;
}

/* STATIC PAGES */
.t-static-content {
    font-size: 16px;
    line-height: 1.5;
}

.t-static-content p {
    line-height: 1.5;
}

.t-static-content p, 
.t-static-content ul:not([class]):not([id]) {
    font-size: 16px;
}

.t-static-content .heading-line {
    display: none;
}

.t-static-content h1 {
    font-size: 40px;
}

@media (max-width: 39.9em) {
    h1 {
        font-size: 32px;
    }
}

.t-static-content h2 {
    font-size: 32px;
}

@media (max-width: 39.9em) {
    .t-static-content h2 {
        font-size: 24px;
    }
}

.t-static-content h3 {
    font-size: 24px;
}

@media (max-width: 39.9em) {
    .t-static-content h2 {
        font-size: 18px;
    }
}

.t-static-content h4 {
    font-size: 18px;
}

.t-static-content h5,
.t-static-content h6 {
    font-size: 15px;
}

.t-static-content blockquote p {
    font-size: 18px;
}

.t-static-content blockquote cite {
    font-size: 18px;
}




/* ===== */

@media (min-width: 1600px) {
    .sfnt-hero-slider {
        justify-content: center;
        width: 100%;

        max-width: 1920px;
        margin: 0 auto;
        padding: 0;
        min-height: 70vh;
       
    }
}