

/* Start:/asset/jquery.fancybox.css?170910477517390*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/asset/styles.scss.css?1756297155323619*/
/******************************************************************
Theme Name: Turbo 4.1.1
Theme URI: https://outofthesandbox.com/collections/turbo-theme
Author: Out of the Sandbox (https://outofthesandbox.com)
Description: Shopify Theme (https://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/


/* Table of Contents
==================================================
#Variables
#Mixins
#Functions
#Reset
#Basic Styles
#Typography
#Links
#Lists
#Menu
#Images
#Placeholders
#Videos
#Buttons
#Tabs
#Accordions
#Forms
#Newsletter
#Tables
#Misc
#Testimonials
#FAQ Template
#Team Template
#Logo-list
#Gallery Section
#Recently Viewed
#Search autocomplete
#Search page
#Search Section
#Site Styles
#Header
#Swatch Styles
#Flickity
#Layout
#Password Page
#Account
#Page Details
#Product Details
#Home page - general
#Home page - slideshow
#Home page - image with text
#Home page - featured promotions
#Home page - featured collection
#Home page - image with text overlay
#Home page - video
#Home page - Text column with images
#Font-Face
#Custom Styles */


/* #Variables
================================================== */


/* #Mixins
================================================== */


/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
   or object-fit and object-position:
  @include object-fit(cover, top);
*/


/*
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
*/


/* #Functions
================================================== */


/* #Reset & Basics
================================================== */

:root {
    --dav-theme-background-default: #e2e2e0;
    --dav-img-url-molecules: url(/asset/img/molecules.png);
    --dav-img-url-heart: url(/asset/img/davines-svg-heart.svg);
    --dav-img-url-clock: url(/asset/img/davines-clock.svg);
    --dav-img-url-marker: url(/asset/img/davines-marker.svg);
    --dav-img-url-line-handmade: url(https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/davines-line-handmade.svg?14357);
    --dav-img-url-colibri: url(/asset/img/Colibri.jpg);
    --dav-img-url-sachet-add: url(/asset/img/sachet-add.svg);
    --dav-img-url-sachet-selected: url(/asset/img/sachet-selected.svg);
    --dav-img-url-sachet-delete: url(/asset/img/sachet-delete.svg);
    --dav-img-url-davines-leaf: url(/asset/img/davines-leaf.svg);
    --dav-img-url-sustainable_background: url(/asset/img/sustainable_background.png);
    --dav-img-url-sustainable_tree: url(/asset/img/sustainable_tree.svg);
    --dav-img-url-decoration-leaves: url(/asset/img/davines_decoration-leaves.png);
    --dav-img-url-sustainability-roof: url(/asset/img/sustainability-roof.svg);
    --dav-img-url-Illustrazione-albero: url(/asset/img/Illustrazione-albero.svg);
    --dav-img-url-village_concept: url(/asset/img/village_concept.svg);
    --dav-img-url-select-up: url(https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/select-up?14357);
    --dav-img-url-davines-interest-add: url(/asset/img/davines-interest-add.svg);
    --dav-img-url-davines-interest-check: url(https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/davines-interest-check?14357);
    --dav-img-url-davines-interest-remove: url(/asset/img/davines-interest-remove.svg);
    --dav-img-url-davines_mobile-back: url(/asset/img/davines_mobile-back.svg);
    --dav-img-url-davines-smile-sad: url(/asset/img/davines-smile-sad.svg);
    --dav-img-url-davines-smile-happy: url(/asset/img/davines-smile-happy.svg);
    --dav-img-url-davines-ingredient-left-arrow: url(/asset/img/davines-ingredient-left-arrow.svg);
    --dav-img-url-foglie: url(/asset/img/Foglie.svg);
    --dav-img-url-about_illustrazione: url(/asset/img/about_illustrazione.svg);
}

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

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

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

[hidden] {
    display: none;
}

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

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

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

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

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

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

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

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

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

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

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

body,
figure {
    margin: 0;
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

@media only screen and (max-width: 798px) {
    .clear {
        display: none;
    }
}


/* #Fonts
================================================== */


/* #Basic Styles
================================================== */

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: #333333;
    line-height: 1.6em;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    background-color: #ffffff;
}

body.blocked-scroll {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

body.blocked-overflow {
    overflow: hidden;
}

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

::selection {
    background: #FFF7B6;
    color: black;
}

abbr {
    border-bottom: 1px dotted #cccccc;
}


/* Theme editor */

.editor-visible--true {
    display: block !important;
}


/* Lazyloading styles */

.transition--blur-up {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: translate3d(0, 0, 0);
    transition: filter 200ms, -webkit-filter 200ms;
}

.transition--blur-up.lazyloaded {
    -webkit-filter: blur(0px);
    filter: none;
    transform: scale(1);
}

img[data-sizes="auto"].lazyloaded {
    height: auto;
}

img[data-sizes="auto"],
img[data-sizes="100vw"] {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.image__container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-element__wrap {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.image-element__wrap img {
    height: auto;
}


/*============================================================================
  Grid - full width columns, no gutter
    - Based on CSS Wizardry grid
==============================================================================*/

.grid {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid::after {
    content: '';
    display: table;
    clear: both;
}

.grid__item {
    float: left;
    width: 100%;
}

.grid__item[class*='--push'] {
    position: relative;
}


/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/

.grid--rev {
    direction: rtl;
    text-align: left;
}

.grid--rev>.grid__item {
    direction: ltr;
    text-align: left;
    float: right;
}


/*================ Build Base Grid Classes ================*/


/* Base Grid */

.one {
    width: calc(6.25% - 40px);
}

.two {
    width: calc(12.5% - 40px);
}

.three {
    width: calc(18.75% - 40px);
}

.four {
    width: calc(25% - 40px);
}

.five {
    width: calc(31.25% - 40px);
}

.six {
    width: calc(37.5% - 40px);
}

.seven {
    width: calc(43.75% - 40px);
}

.eight {
    width: calc(50% - 40px);
}

.nine {
    width: calc(56.25% - 40px);
}

.ten {
    width: calc(62.5% - 40px);
}

.eleven {
    width: calc(68.75% - 40px);
}

.twelve {
    width: calc(75% - 40px);
}

.thirteen {
    width: calc(81.25% - 40px);
}

.fourteen {
    width: calc(87.5% - 40px);
}

.fifteen {
    width: calc(93.75% - 40px);
}

.sixteen {
    width: calc(100% - 40px);
}


/** Whole */

.one-whole {
    width: calc(100% - 40px);
    left: auto !important;
}


/* Halves */

.one-half {
    width: calc(50% - 40px);
}


/* Thirds */

.one-third {
    width: calc(33.33333% - 40px);
}

.two-thirds {
    width: calc(66.66667% - 40px);
}


/* Fourths */

.one-fourth {
    width: calc(25% - 40px);
}

.two-fourths {
    width: calc(50% - 40px);
}

.three-fourths {
    width: calc(75% - 40px);
}


/* Fifths */

.one-fifth {
    width: calc(20% - 40px);
}

.two-fifths {
    width: calc(40% - 40px);
}

.three-fifths {
    width: calc(60% - 40px);
}

.four-fifths {
    width: calc(80% - 40px);
}


/* Sixths */

.one-sixth {
    width: calc(16.66667% - 40px);
}

.two-sixths {
    width: calc(33.33333% - 40px);
}

.three-sixths {
    width: calc(50% - 40px);
}

.four-sixths {
    width: calc(66.66667% - 40px);
}

.five-sixths {
    width: calc(83.33333% - 40px);
}


/* Sevenths */

.one-seventh {
    width: calc(14.28571% - 40px);
}

.two-sevenths {
    width: calc(28.57143% - 40px);
}

.three-sevenths {
    width: calc(42.85714% - 40px);
}

.four-sevenths {
    width: calc(57.14286% - 40px);
}

.five-sevenths {
    width: calc(71.42857% - 40px);
}


/* Eighths */

.one-eighth {
    width: calc(12.5% - 40px);
}

.two-eighths {
    width: calc(25% - 40px);
}

.three-eighths {
    width: calc(37.5% - 40px);
}

.four-eighths {
    width: calc(50% - 40px);
}

.five-eighths {
    width: calc(62.5% - 40px);
}

.six-eighths {
    width: calc(75% - 40px);
}

.seven-eighths {
    width: calc(87.5% - 40px);
}


/* Tenths */

.one-tenth {
    width: calc(10% - 40px);
}

.two-tenths {
    width: calc(20% - 40px);
}

.three-tenths {
    width: calc(30% - 40px);
}

.four-tenths {
    width: calc(40% - 40px);
}

.five-tenths {
    width: calc(50% - 40px);
}

.six-tenths {
    width: calc(60% - 40px);
}

.seven-tenths {
    width: calc(70% - 40px);
}

.eight-tenths {
    width: calc(80% - 40px);
}

.nine-tenths {
    width: calc(90% - 40px);
}


/* Twelfths */

.one-twelfth {
    width: calc(8.33333% - 40px);
}

.two-twelfths {
    width: calc(16.66667% - 40px);
}

.three-twelfths {
    width: calc(25% - 40px);
}

.four-twelfths {
    width: calc(33.33333% - 40px);
}

.five-twelfths {
    width: calc(41.66667% - 40px);
}

.six-twelfths {
    width: calc(50% - 40px);
}

.seven-twelfths {
    width: calc(58.33333% - 40px);
}

.eight-twelfths {
    width: calc(66.66667% - 40px);
}

.nine-twelfths {
    width: calc(75% - 40px);
}

.ten-twelfths {
    width: calc(83.33333% - 40px);
}

.eleven-twelfths {
    width: calc(91.66667% - 40px);
}

.twelve-twelfths {
    width: calc(100% - 40px);
}

.equal-columns--clear .one-half:nth-of-type(2n+1),
.equal-columns--clear .eight:nth-of-type(2n+1),
.equal-columns--clear .one-third:nth-of-type(3n+1),
.equal-columns--clear .one-fourth:nth-of-type(4n+1),
.equal-columns--clear .four:nth-of-type(4n+1),
.equal-columns--clear .one-fifth:nth-of-type(5n+1),
.equal-columns--clear .one-sixth:nth-of-type(6n+1),
.equal-columns--clear .one-seventh:nth-of-type(7n+1) {
    clear: both;
}

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
    /*  margin-right: 0;*/
}



#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .one-half:nth-of-type(2n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .eight:nth-of-type(2n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .one-third:nth-of-type(3n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .one-fourth:nth-of-type(4n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .four:nth-of-type(4n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .one-fifth:nth-of-type(5n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .one-sixth:nth-of-type(6n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .one-seventh:nth-of-type(7n),
#shopify-section-page-dav-line-template_skin_regimen .equal-columns--outside-trim .two:nth-of-type(8n){
    margin-left: 0;
}

.equal-columns--outside-trim .one-third:nth-of-type(3n).catalog-item{margin: 40px 0;}

.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
    margin: 40px 0;
}

.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.equal-columns--outside-trim .one-half {
    width: calc(50% - (40px - (40px / 2)));
}

.equal-columns--outside-trim .one-third {
    width: calc(33.33333% - (40px - (40px / 3)));
}

.equal-columns--outside-trim .one-fifth {
    width: calc(20% - (40px - (40px / 5)));
}

.equal-columns--outside-trim .one-fourth {
    width: calc(25% - (40px - (40px / 4)));
}

.equal-columns--outside-trim .one-sixth {
    width: calc(16.66667% - (40px - (40px / 6)));
}

.equal-columns--outside-trim .one-seventh {
    width: calc(14.28571% - (40px - (40px / 7)));
}

.equal-columns--outside-trim .two {
    width: calc(12.5% - (40px - (40px / 8)));
}

.equal-columns--outside-trim .four {
    width: calc(25% - (40px - (40px / 4)));
}

.equal-columns--outside-trim .seven {
    width: calc(43.75% - (40px - (40px / 2)));
}

.equal-columns--outside-trim .eight {
    width: calc(50% - (40px / 2));
}

.equal-columns--outside-trim .nine {
    width: calc(56.25% - (40px - (40px / 2)));
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/

@media only screen and (min-width: 481px) {
    /* Base Grid */
    .small-up--one {
        width: calc(6.25% - 40px);
    }
    .small-up--two {
        width: calc(12.5% - 40px);
    }
    .small-up--three {
        width: calc(18.75% - 40px);
    }
    .small-up--four {
        width: calc(25% - 40px);
    }
    .small-up--five {
        width: calc(31.25% - 40px);
    }
    .small-up--six {
        width: calc(37.5% - 40px);
    }
    .small-up--seven {
        width: calc(43.75% - 40px);
    }
    .small-up--eight {
        width: calc(50% - 40px);
    }
    .small-up--nine {
        width: calc(56.25% - 40px);
    }
    .small-up--ten {
        width: calc(62.5% - 40px);
    }
    .small-up--eleven {
        width: calc(68.75% - 40px);
    }
    .small-up--twelve {
        width: calc(75% - 40px);
    }
    .small-up--thirteen {
        width: calc(81.25% - 40px);
    }
    .small-up--fourteen {
        width: calc(87.5% - 40px);
    }
    .small-up--fifteen {
        width: calc(93.75% - 40px);
    }
    .small-up--sixteen {
        width: calc(100% - 40px);
    }
    /** Whole */
    .small-up--one-whole {
        width: calc(100% - 40px);
        left: auto !important;
    }
    /* Halves */
    .small-up--one-half {
        width: calc(50% - 40px);
    }
    /* Thirds */
    .small-up--one-third {
        width: calc(33.33333% - 40px);
    }
    .small-up--two-thirds {
        width: calc(66.66667% - 40px);
    }
    /* Fourths */
    .small-up--one-fourth {
        width: calc(25% - 40px);
    }
    .small-up--two-fourths {
        width: calc(50% - 40px);
    }
    .small-up--three-fourths {
        width: calc(75% - 40px);
    }
    /* Fifths */
    .small-up--one-fifth {
        width: calc(20% - 40px);
    }
    .small-up--two-fifths {
        width: calc(40% - 40px);
    }
    .small-up--three-fifths {
        width: calc(60% - 40px);
    }
    .small-up--four-fifths {
        width: calc(80% - 40px);
    }
    /* Sixths */
    .small-up--one-sixth {
        width: calc(16.66667% - 40px);
    }
    .small-up--two-sixths {
        width: calc(33.33333% - 40px);
    }
    .small-up--three-sixths {
        width: calc(50% - 40px);
    }
    .small-up--four-sixths {
        width: calc(66.66667% - 40px);
    }
    .small-up--five-sixths {
        width: calc(83.33333% - 40px);
    }
    /* Sevenths */
    .small-up--one-seventh {
        width: calc(14.28571% - 40px);
    }
    .small-up--two-sevenths {
        width: calc(28.57143% - 40px);
    }
    .small-up--three-sevenths {
        width: calc(42.85714% - 40px);
    }
    .small-up--four-sevenths {
        width: calc(57.14286% - 40px);
    }
    .small-up--five-sevenths {
        width: calc(71.42857% - 40px);
    }
    /* Eighths */
    .small-up--one-eighth {
        width: calc(12.5% - 40px);
    }
    .small-up--two-eighths {
        width: calc(25% - 40px);
    }
    .small-up--three-eighths {
        width: calc(37.5% - 40px);
    }
    .small-up--four-eighths {
        width: calc(50% - 40px);
    }
    .small-up--five-eighths {
        width: calc(62.5% - 40px);
    }
    .small-up--six-eighths {
        width: calc(75% - 40px);
    }
    .small-up--seven-eighths {
        width: calc(87.5% - 40px);
    }
    /* Tenths */
    .small-up--one-tenth {
        width: calc(10% - 40px);
    }
    .small-up--two-tenths {
        width: calc(20% - 40px);
    }
    .small-up--three-tenths {
        width: calc(30% - 40px);
    }
    .small-up--four-tenths {
        width: calc(40% - 40px);
    }
    .small-up--five-tenths {
        width: calc(50% - 40px);
    }
    .small-up--six-tenths {
        width: calc(60% - 40px);
    }
    .small-up--seven-tenths {
        width: calc(70% - 40px);
    }
    .small-up--eight-tenths {
        width: calc(80% - 40px);
    }
    .small-up--nine-tenths {
        width: calc(90% - 40px);
    }
    /* Twelfths */
    .small-up--one-twelfth {
        width: calc(8.33333% - 40px);
    }
    .small-up--two-twelfths {
        width: calc(16.66667% - 40px);
    }
    .small-up--three-twelfths {
        width: calc(25% - 40px);
    }
    .small-up--four-twelfths {
        width: calc(33.33333% - 40px);
    }
    .small-up--five-twelfths {
        width: calc(41.66667% - 40px);
    }
    .small-up--six-twelfths {
        width: calc(50% - 40px);
    }
    .small-up--seven-twelfths {
        width: calc(58.33333% - 40px);
    }
    .small-up--eight-twelfths {
        width: calc(66.66667% - 40px);
    }
    .small-up--nine-twelfths {
        width: calc(75% - 40px);
    }
    .small-up--ten-twelfths {
        width: calc(83.33333% - 40px);
    }
    .small-up--eleven-twelfths {
        width: calc(91.66667% - 40px);
    }
    .small-up--twelve-twelfths {
        width: calc(100% - 40px);
    }
    .equal-columns--outside-trim .small-up--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .small-up--eight:nth-of-type(2n),
    .equal-columns--outside-trim .small-up--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .small-up--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .small-up--four:nth-of-type(4n),
    .equal-columns--outside-trim .small-up--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .small-up--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .small-up--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .small-up--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .small-up--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-up--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-up--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .small-up--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-up--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-up--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .small-up--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .small-up--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .small-up--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .small-up--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .equal-columns--outside-trim .small-up--one-half {
        width: calc(50% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .small-up--one-third {
        width: calc(33.33333% - (40px - (40px / 3)));
    }
    .equal-columns--outside-trim .small-up--one-fifth {
        width: calc(20% - (40px - (40px / 5)));
    }
    .equal-columns--outside-trim .small-up--one-fourth {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .small-up--one-sixth {
        width: calc(16.66667% - (40px - (40px / 6)));
    }
    .equal-columns--outside-trim .small-up--one-seventh {
        width: calc(14.28571% - (40px - (40px / 7)));
    }
    .equal-columns--outside-trim .small-up--two {
        width: calc(12.5% - (40px - (40px / 8)));
    }
    .equal-columns--outside-trim .small-up--four {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .small-up--seven {
        width: calc(43.75% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .small-up--eight {
        width: calc(50% - (40px / 2));
    }
    .equal-columns--outside-trim .small-up--nine {
        width: calc(56.25% - (40px - (40px / 2)));
    }
    .small-up--show {
        display: block !important;
    }
    .small-up--hide {
        display: none !important;
    }
    [class*="tw-offset"].small-up--offset-reset {
        left: 0;
    }
    .small-up--text-left {
        text-align: left !important;
    }
    .small-up--text-right {
        text-align: right !important;
    }
    .small-up--text-center {
        text-align: center !important;
    }
}

@media only screen and (min-width: 799px) {
    /* Base Grid */
    .medium-up--one {
        width: calc(6.25% - 40px);
    }
    .medium-up--two {
        width: calc(12.5% - 40px);
    }
    .medium-up--three {
        width: calc(18.75% - 40px);
    }
    .medium-up--four {
        width: calc(25% - 40px);
    }
    .medium-up--five {
        width: calc(31.25% - 40px);
    }
    .medium-up--six {
        width: calc(37.5% - 40px);
    }
    .medium-up--seven {
        width: calc(43.75% - 40px);
    }
    .medium-up--eight {
        width: calc(50% - 40px);
    }
    .medium-up--nine {
        width: calc(56.25% - 40px);
    }
    .medium-up--ten {
        width: calc(62.5% - 40px);
    }
    .medium-up--eleven {
        width: calc(68.75% - 40px);
    }
    .medium-up--twelve {
        width: calc(75% - 40px);
    }
    .medium-up--thirteen {
        width: calc(81.25% - 40px);
    }
    .medium-up--fourteen {
        width: calc(87.5% - 40px);
    }
    .medium-up--fifteen {
        width: calc(93.75% - 40px);
    }
    .medium-up--sixteen {
        width: calc(100% - 40px);
    }
    /** Whole */
    .medium-up--one-whole {
        width: calc(100% - 40px);
        left: auto !important;
    }
    /* Halves */
    .medium-up--one-half {
        width: calc(50% - 40px);
    }
    /* Thirds */
    .medium-up--one-third {
        width: calc(33.33333% - 40px);
    }
    .medium-up--two-thirds {
        width: calc(66.66667% - 40px);
    }
    /* Fourths */
    .medium-up--one-fourth {
        width: calc(25% - 40px);
    }
    .medium-up--two-fourths {
        width: calc(50% - 40px);
    }
    .medium-up--three-fourths {
        width: calc(75% - 40px);
    }
    /* Fifths */
    .medium-up--one-fifth {
        width: calc(20% - 40px);
    }
    .medium-up--two-fifths {
        width: calc(40% - 40px);
    }
    .medium-up--three-fifths {
        width: calc(60% - 40px);
    }
    .medium-up--four-fifths {
        width: calc(80% - 40px);
    }
    /* Sixths */
    .medium-up--one-sixth {
        width: calc(16.66667% - 40px);
    }
    .medium-up--two-sixths {
        width: calc(33.33333% - 40px);
    }
    .medium-up--three-sixths {
        width: calc(50% - 40px);
    }
    .medium-up--four-sixths {
        width: calc(66.66667% - 40px);
    }
    .medium-up--five-sixths {
        width: calc(83.33333% - 40px);
    }
    /* Sevenths */
    .medium-up--one-seventh {
        width: calc(14.28571% - 40px);
    }
    .medium-up--two-sevenths {
        width: calc(28.57143% - 40px);
    }
    .medium-up--three-sevenths {
        width: calc(42.85714% - 40px);
    }
    .medium-up--four-sevenths {
        width: calc(57.14286% - 40px);
    }
    .medium-up--five-sevenths {
        width: calc(71.42857% - 40px);
    }
    /* Eighths */
    .medium-up--one-eighth {
        width: calc(12.5% - 40px);
    }
    .medium-up--two-eighths {
        width: calc(25% - 40px);
    }
    .medium-up--three-eighths {
        width: calc(37.5% - 40px);
    }
    .medium-up--four-eighths {
        width: calc(50% - 40px);
    }
    .medium-up--five-eighths {
        width: calc(62.5% - 40px);
    }
    .medium-up--six-eighths {
        width: calc(75% - 40px);
    }
    .medium-up--seven-eighths {
        width: calc(87.5% - 40px);
    }
    /* Tenths */
    .medium-up--one-tenth {
        width: calc(10% - 40px);
    }
    .medium-up--two-tenths {
        width: calc(20% - 40px);
    }
    .medium-up--three-tenths {
        width: calc(30% - 40px);
    }
    .medium-up--four-tenths {
        width: calc(40% - 40px);
    }
    .medium-up--five-tenths {
        width: calc(50% - 40px);
    }
    .medium-up--six-tenths {
        width: calc(60% - 40px);
    }
    .medium-up--seven-tenths {
        width: calc(70% - 40px);
    }
    .medium-up--eight-tenths {
        width: calc(80% - 40px);
    }
    .medium-up--nine-tenths {
        width: calc(90% - 40px);
    }
    /* Twelfths */
    .medium-up--one-twelfth {
        width: calc(8.33333% - 40px);
    }
    .medium-up--two-twelfths {
        width: calc(16.66667% - 40px);
    }
    .medium-up--three-twelfths {
        width: calc(25% - 40px);
    }
    .medium-up--four-twelfths {
        width: calc(33.33333% - 40px);
    }
    .medium-up--five-twelfths {
        width: calc(41.66667% - 40px);
    }
    .medium-up--six-twelfths {
        width: calc(50% - 40px);
    }
    .medium-up--seven-twelfths {
        width: calc(58.33333% - 40px);
    }
    .medium-up--eight-twelfths {
        width: calc(66.66667% - 40px);
    }
    .medium-up--nine-twelfths {
        width: calc(75% - 40px);
    }
    .medium-up--ten-twelfths {
        width: calc(83.33333% - 40px);
    }
    .medium-up--eleven-twelfths {
        width: calc(91.66667% - 40px);
    }
    .medium-up--twelve-twelfths {
        width: calc(100% - 40px);
    }
    .equal-columns--outside-trim .medium-up--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .medium-up--eight:nth-of-type(2n),
    .equal-columns--outside-trim .medium-up--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .medium-up--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .medium-up--four:nth-of-type(4n),
    .equal-columns--outside-trim .medium-up--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .medium-up--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .medium-up--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .medium-up--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .medium-up--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-up--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-up--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .medium-up--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-up--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-up--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .medium-up--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .medium-up--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .medium-up--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .medium-up--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .equal-columns--outside-trim .medium-up--one-half {
        width: calc(50% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .medium-up--one-third {
        width: calc(33.33333% - (40px - (40px / 3)));
    }
    .equal-columns--outside-trim .medium-up--one-fifth {
        width: calc(20% - (40px - (40px / 5)));
    }
    .equal-columns--outside-trim .medium-up--one-fourth {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .medium-up--one-sixth {
        width: calc(16.66667% - (40px - (40px / 6)));
    }
    .equal-columns--outside-trim .medium-up--one-seventh {
        width: calc(14.28571% - (40px - (40px / 7)));
    }
    .equal-columns--outside-trim .medium-up--two {
        width: calc(12.5% - (40px - (40px / 8)));
    }
    .equal-columns--outside-trim .medium-up--four {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .medium-up--seven {
        width: calc(43.75% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .medium-up--eight {
        width: calc(50% - (40px / 2));
    }
    .equal-columns--outside-trim .medium-up--nine {
        width: calc(56.25% - (40px - (40px / 2)));
    }
    .medium-up--show {
        display: block !important;
    }
    .medium-up--hide {
        display: none !important;
    }
    [class*="tw-offset"].medium-up--offset-reset {
        left: 0;
    }
    .medium-up--text-left {
        text-align: left !important;
    }
    .medium-up--text-right {
        text-align: right !important;
    }
    .medium-up--text-center {
        text-align: center !important;
    }
}

@media only screen and (min-width: 1025px) {
    /* Base Grid */
    .large-up--one {
        width: calc(6.25% - 40px);
    }
    .large-up--two {
        width: calc(12.5% - 40px);
    }
    .large-up--three {
        width: calc(18.75% - 40px);
    }
    .large-up--four {
        width: calc(25% - 40px);
    }
    .large-up--five {
        width: calc(31.25% - 40px);
    }
    .large-up--six {
        width: calc(37.5% - 40px);
    }
    .large-up--seven {
        width: calc(43.75% - 40px);
    }
    .large-up--eight {
        width: calc(50% - 40px);
    }
    .large-up--nine {
        width: calc(56.25% - 40px);
    }
    .large-up--ten {
        width: calc(62.5% - 40px);
    }
    .large-up--eleven {
        width: calc(68.75% - 40px);
    }
    .large-up--twelve {
        width: calc(75% - 40px);
    }
    .large-up--thirteen {
        width: calc(81.25% - 40px);
    }
    .large-up--fourteen {
        width: calc(87.5% - 40px);
    }
    .large-up--fifteen {
        width: calc(93.75% - 40px);
    }
    .large-up--sixteen {
        width: calc(100% - 40px);
    }
    /** Whole */
    .large-up--one-whole {
        width: calc(100% - 40px);
        left: auto !important;
    }
    /* Halves */
    .large-up--one-half {
        width: calc(50% - 40px);
    }
    /* Thirds */
    .large-up--one-third {
        width: calc(33.33333% - 40px);
    }
    .large-up--two-thirds {
        width: calc(66.66667% - 40px);
    }
    /* Fourths */
    .large-up--one-fourth {
        width: calc(25% - 40px);
    }
    .large-up--two-fourths {
        width: calc(50% - 40px);
    }
    .large-up--three-fourths {
        width: calc(75% - 40px);
    }
    /* Fifths */
    .large-up--one-fifth {
        width: calc(20% - 40px);
    }
    .large-up--two-fifths {
        width: calc(40% - 40px);
    }
    .large-up--three-fifths {
        width: calc(60% - 40px);
    }
    .large-up--four-fifths {
        width: calc(80% - 40px);
    }
    /* Sixths */
    .large-up--one-sixth {
        width: calc(16.66667% - 40px);
    }
    .large-up--two-sixths {
        width: calc(33.33333% - 40px);
    }
    .large-up--three-sixths {
        width: calc(50% - 40px);
    }
    .large-up--four-sixths {
        width: calc(66.66667% - 40px);
    }
    .large-up--five-sixths {
        width: calc(83.33333% - 40px);
    }
    /* Sevenths */
    .large-up--one-seventh {
        width: calc(14.28571% - 40px);
    }
    .large-up--two-sevenths {
        width: calc(28.57143% - 40px);
    }
    .large-up--three-sevenths {
        width: calc(42.85714% - 40px);
    }
    .large-up--four-sevenths {
        width: calc(57.14286% - 40px);
    }
    .large-up--five-sevenths {
        width: calc(71.42857% - 40px);
    }
    /* Eighths */
    .large-up--one-eighth {
        width: calc(12.5% - 40px);
    }
    .large-up--two-eighths {
        width: calc(25% - 40px);
    }
    .large-up--three-eighths {
        width: calc(37.5% - 40px);
    }
    .large-up--four-eighths {
        width: calc(50% - 40px);
    }
    .large-up--five-eighths {
        width: calc(62.5% - 40px);
    }
    .large-up--six-eighths {
        width: calc(75% - 40px);
    }
    .large-up--seven-eighths {
        width: calc(87.5% - 40px);
    }
    /* Tenths */
    .large-up--one-tenth {
        width: calc(10% - 40px);
    }
    .large-up--two-tenths {
        width: calc(20% - 40px);
    }
    .large-up--three-tenths {
        width: calc(30% - 40px);
    }
    .large-up--four-tenths {
        width: calc(40% - 40px);
    }
    .large-up--five-tenths {
        width: calc(50% - 40px);
    }
    .large-up--six-tenths {
        width: calc(60% - 40px);
    }
    .large-up--seven-tenths {
        width: calc(70% - 40px);
    }
    .large-up--eight-tenths {
        width: calc(80% - 40px);
    }
    .large-up--nine-tenths {
        width: calc(90% - 40px);
    }
    /* Twelfths */
    .large-up--one-twelfth {
        width: calc(8.33333% - 40px);
    }
    .large-up--two-twelfths {
        width: calc(16.66667% - 40px);
    }
    .large-up--three-twelfths {
        width: calc(25% - 40px);
    }
    .large-up--four-twelfths {
        width: calc(33.33333% - 40px);
    }
    .large-up--five-twelfths {
        width: calc(41.66667% - 40px);
    }
    .large-up--six-twelfths {
        width: calc(50% - 40px);
    }
    .large-up--seven-twelfths {
        width: calc(58.33333% - 40px);
    }
    .large-up--eight-twelfths {
        width: calc(66.66667% - 40px);
    }
    .large-up--nine-twelfths {
        width: calc(75% - 40px);
    }
    .large-up--ten-twelfths {
        width: calc(83.33333% - 40px);
    }
    .large-up--eleven-twelfths {
        width: calc(91.66667% - 40px);
    }
    .large-up--twelve-twelfths {
        width: calc(100% - 40px);
    }
    .equal-columns--outside-trim .large-up--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .large-up--eight:nth-of-type(2n),
    .equal-columns--outside-trim .large-up--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .large-up--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .large-up--four:nth-of-type(4n),
    .equal-columns--outside-trim .large-up--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .large-up--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .large-up--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .large-up--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .large-up--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-up--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-up--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .large-up--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-up--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-up--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .large-up--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .large-up--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .large-up--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .large-up--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .equal-columns--outside-trim .large-up--one-half {
        width: calc(50% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .large-up--one-third {
        width: calc(33.33333% - (40px - (40px / 3)));
    }
    .equal-columns--outside-trim .large-up--one-fifth {
        width: calc(20% - (40px - (40px / 5)));
    }
    .equal-columns--outside-trim .large-up--one-fourth {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .large-up--one-sixth {
        width: calc(16.66667% - (40px - (40px / 6)));
    }
    .equal-columns--outside-trim .large-up--one-seventh {
        width: calc(14.28571% - (40px - (40px / 7)));
    }
    .equal-columns--outside-trim .large-up--two {
        width: calc(12.5% - (40px - (40px / 8)));
    }
    .equal-columns--outside-trim .large-up--four {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .large-up--seven {
        width: calc(43.75% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .large-up--eight {
        width: calc(50% - (40px / 2));
    }
    .equal-columns--outside-trim .large-up--nine {
        width: calc(56.25% - (40px - (40px / 2)));
    }
    .large-up--show {
        display: block !important;
    }
    .large-up--hide {
        display: none !important;
    }
    [class*="tw-offset"].large-up--offset-reset {
        left: 0;
    }
    .large-up--text-left {
        text-align: left !important;
    }
    .large-up--text-right {
        text-align: right !important;
    }
    .large-up--text-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1024px) {
    /* Base Grid */
    .large-down--one {
        width: calc(6.25% - 40px);
    }
    .large-down--two {
        width: calc(12.5% - 40px);
    }
    .large-down--three {
        width: calc(18.75% - 40px);
    }
    .large-down--four {
        width: calc(25% - 40px);
    }
    .large-down--five {
        width: calc(31.25% - 40px);
    }
    .large-down--six {
        width: calc(37.5% - 40px);
    }
    .large-down--seven {
        width: calc(43.75% - 40px);
    }
    .large-down--eight {
        width: calc(50% - 40px);
    }
    .large-down--nine {
        width: calc(56.25% - 40px);
    }
    .large-down--ten {
        width: calc(62.5% - 40px);
    }
    .large-down--eleven {
        width: calc(68.75% - 40px);
    }
    .large-down--twelve {
        width: calc(75% - 40px);
    }
    .large-down--thirteen {
        width: calc(81.25% - 40px);
    }
    .large-down--fourteen {
        width: calc(87.5% - 40px);
    }
    .large-down--fifteen {
        width: calc(93.75% - 40px);
    }
    .large-down--sixteen {
        width: calc(100% - 40px);
    }
    /** Whole */
    .large-down--one-whole {
        width: calc(100% - 40px);
        left: auto !important;
    }
    /* Halves */
    .large-down--one-half {
        width: calc(50% - 40px);
    }
    /* Thirds */
    .large-down--one-third {
        width: calc(33.33333% - 40px);
    }
    .large-down--two-thirds {
        width: calc(66.66667% - 40px);
    }
    /* Fourths */
    .large-down--one-fourth {
        width: calc(25% - 40px);
    }
    .large-down--two-fourths {
        width: calc(50% - 40px);
    }
    .large-down--three-fourths {
        width: calc(75% - 40px);
    }
    /* Fifths */
    .large-down--one-fifth {
        width: calc(20% - 40px);
    }
    .large-down--two-fifths {
        width: calc(40% - 40px);
    }
    .large-down--three-fifths {
        width: calc(60% - 40px);
    }
    .large-down--four-fifths {
        width: calc(80% - 40px);
    }
    /* Sixths */
    .large-down--one-sixth {
        width: calc(16.66667% - 40px);
    }
    .large-down--two-sixths {
        width: calc(33.33333% - 40px);
    }
    .large-down--three-sixths {
        width: calc(50% - 40px);
    }
    .large-down--four-sixths {
        width: calc(66.66667% - 40px);
    }
    .large-down--five-sixths {
        width: calc(83.33333% - 40px);
    }
    /* Sevenths */
    .large-down--one-seventh {
        width: calc(14.28571% - 40px);
    }
    .large-down--two-sevenths {
        width: calc(28.57143% - 40px);
    }
    .large-down--three-sevenths {
        width: calc(42.85714% - 40px);
    }
    .large-down--four-sevenths {
        width: calc(57.14286% - 40px);
    }
    .large-down--five-sevenths {
        width: calc(71.42857% - 40px);
    }
    /* Eighths */
    .large-down--one-eighth {
        width: calc(12.5% - 40px);
    }
    .large-down--two-eighths {
        width: calc(25% - 40px);
    }
    .large-down--three-eighths {
        width: calc(37.5% - 40px);
    }
    .large-down--four-eighths {
        width: calc(50% - 40px);
    }
    .large-down--five-eighths {
        width: calc(62.5% - 40px);
    }
    .large-down--six-eighths {
        width: calc(75% - 40px);
    }
    .large-down--seven-eighths {
        width: calc(87.5% - 40px);
    }
    /* Tenths */
    .large-down--one-tenth {
        width: calc(10% - 40px);
    }
    .large-down--two-tenths {
        width: calc(20% - 40px);
    }
    .large-down--three-tenths {
        width: calc(30% - 40px);
    }
    .large-down--four-tenths {
        width: calc(40% - 40px);
    }
    .large-down--five-tenths {
        width: calc(50% - 40px);
    }
    .large-down--six-tenths {
        width: calc(60% - 40px);
    }
    .large-down--seven-tenths {
        width: calc(70% - 40px);
    }
    .large-down--eight-tenths {
        width: calc(80% - 40px);
    }
    .large-down--nine-tenths {
        width: calc(90% - 40px);
    }
    /* Twelfths */
    .large-down--one-twelfth {
        width: calc(8.33333% - 40px);
    }
    .large-down--two-twelfths {
        width: calc(16.66667% - 40px);
    }
    .large-down--three-twelfths {
        width: calc(25% - 40px);
    }
    .large-down--four-twelfths {
        width: calc(33.33333% - 40px);
    }
    .large-down--five-twelfths {
        width: calc(41.66667% - 40px);
    }
    .large-down--six-twelfths {
        width: calc(50% - 40px);
    }
    .large-down--seven-twelfths {
        width: calc(58.33333% - 40px);
    }
    .large-down--eight-twelfths {
        width: calc(66.66667% - 40px);
    }
    .large-down--nine-twelfths {
        width: calc(75% - 40px);
    }
    .large-down--ten-twelfths {
        width: calc(83.33333% - 40px);
    }
    .large-down--eleven-twelfths {
        width: calc(91.66667% - 40px);
    }
    .large-down--twelve-twelfths {
        width: calc(100% - 40px);
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .equal-columns--outside-trim .large-down--one-half {
        width: calc(50% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .large-down--one-third {
        width: calc(33.33333% - (40px - (40px / 3)));
    }
    .equal-columns--outside-trim .large-down--one-fifth {
        width: calc(20% - (40px - (40px / 5)));
    }
    .equal-columns--outside-trim .large-down--one-fourth {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .large-down--one-sixth {
        width: calc(16.66667% - (40px - (40px / 6)));
    }
    .equal-columns--outside-trim .large-down--one-seventh {
        width: calc(14.28571% - (40px - (40px / 7)));
    }
    .equal-columns--outside-trim .large-down--two {
        width: calc(12.5% - (40px - (40px / 8)));
    }
    .equal-columns--outside-trim .large-down--four {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .large-down--seven {
        width: calc(43.75% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .large-down--eight {
        width: calc(50% - (40px / 2));
    }
    .equal-columns--outside-trim .large-down--nine {
        width: calc(56.25% - (40px - (40px / 2)));
    }
    .large-down--show {
        display: block !important;
    }
    .large-down--hide {
        display: none !important;
    }
    [class*="tw-offset"].large-down--offset-reset {
        left: 0;
    }
    .large-down--text-left {
        text-align: left !important;
    }
    .large-down--text-right {
        text-align: right !important;
    }
    .large-down--text-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .equal-columns--clear .large-down--one-half.large-down--one-half,
    .equal-columns--clear .large-down--eight.large-down--eight,
    .equal-columns--clear .large-down--one-third.large-down--one-third,
    .equal-columns--clear .large-down--one-fourth.large-down--one-fourth,
    .equal-columns--clear .large-down--four.large-down--four,
    .equal-columns--clear .large-down--one-fifth.large-down--one-fifth,
    .equal-columns--clear .large-down--one-sixth.large-down--one-sixth,
    .equal-columns--clear .large-down--one-seventh.large-down--one-seventh {
        clear: none;
    }
    .equal-columns--clear .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--clear .large-down--eight:nth-of-type(2n+1),
    .equal-columns--clear .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--clear .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--clear .large-down--four:nth-of-type(4n+1),
    .equal-columns--clear .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--clear .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--clear .large-down--one-seventh:nth-of-type(7n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
    .equal-columns--outside-trim .large-down--eight.large-down--eight,
    .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
    .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
    .equal-columns--outside-trim .large-down--four.large-down--four,
    .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
    .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
    .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
    .equal-columns--outside-trim .large-down--two.large-down--two {
        margin-right: 10px;
        margin-left: 10px;
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 798px) {
    /* Base Grid */
    .medium-down--one {
        width: calc(6.25% - 40px);
    }
    .medium-down--two {
        width: calc(12.5% - 40px);
    }
    .medium-down--three {
        width: calc(18.75% - 40px);
    }
    .medium-down--four {
        width: calc(25% - 40px);
    }
    .medium-down--five {
        width: calc(31.25% - 40px);
    }
    .medium-down--six {
        width: calc(37.5% - 40px);
    }
    .medium-down--seven {
        width: calc(43.75% - 40px);
    }
    .medium-down--eight {
        width: calc(50% - 40px);
    }
    .medium-down--nine {
        width: calc(56.25% - 40px);
    }
    .medium-down--ten {
        width: calc(62.5% - 40px);
    }
    .medium-down--eleven {
        width: calc(68.75% - 40px);
    }
    .medium-down--twelve {
        width: calc(75% - 40px);
    }
    .medium-down--thirteen {
        width: calc(81.25% - 40px);
    }
    .medium-down--fourteen {
        width: calc(87.5% - 40px);
    }
    .medium-down--fifteen {
        width: calc(93.75% - 40px);
    }
    .medium-down--sixteen {
        width: calc(100% - 40px);
    }
    /** Whole */
    .medium-down--one-whole {
        width: calc(100% - 40px);
        left: auto !important;
    }
    /* Halves */
    .medium-down--one-half {
        width: calc(50% - 40px);
    }
    /* Thirds */
    .medium-down--one-third {
        width: calc(33.33333% - 40px);
    }
    .medium-down--two-thirds {
        width: calc(66.66667% - 40px);
    }
    /* Fourths */
    .medium-down--one-fourth {
        width: calc(25% - 40px);
    }
    .medium-down--two-fourths {
        width: calc(50% - 40px);
    }
    .medium-down--three-fourths {
        width: calc(75% - 40px);
    }
    /* Fifths */
    .medium-down--one-fifth {
        width: calc(20% - 40px);
    }
    .medium-down--two-fifths {
        width: calc(40% - 40px);
    }
    .medium-down--three-fifths {
        width: calc(60% - 40px);
    }
    .medium-down--four-fifths {
        width: calc(80% - 40px);
    }
    /* Sixths */
    .medium-down--one-sixth {
        width: calc(16.66667% - 40px);
    }
    .medium-down--two-sixths {
        width: calc(33.33333% - 40px);
    }
    .medium-down--three-sixths {
        width: calc(50% - 40px);
    }
    .medium-down--four-sixths {
        width: calc(66.66667% - 40px);
    }
    .medium-down--five-sixths {
        width: calc(83.33333% - 40px);
    }
    /* Sevenths */
    .medium-down--one-seventh {
        width: calc(14.28571% - 40px);
    }
    .medium-down--two-sevenths {
        width: calc(28.57143% - 40px);
    }
    .medium-down--three-sevenths {
        width: calc(42.85714% - 40px);
    }
    .medium-down--four-sevenths {
        width: calc(57.14286% - 40px);
    }
    .medium-down--five-sevenths {
        width: calc(71.42857% - 40px);
    }
    /* Eighths */
    .medium-down--one-eighth {
        width: calc(12.5% - 40px);
    }
    .medium-down--two-eighths {
        width: calc(25% - 40px);
    }
    .medium-down--three-eighths {
        width: calc(37.5% - 40px);
    }
    .medium-down--four-eighths {
        width: calc(50% - 40px);
    }
    .medium-down--five-eighths {
        width: calc(62.5% - 40px);
    }
    .medium-down--six-eighths {
        width: calc(75% - 40px);
    }
    .medium-down--seven-eighths {
        width: calc(87.5% - 40px);
    }
    /* Tenths */
    .medium-down--one-tenth {
        width: calc(10% - 40px);
    }
    .medium-down--two-tenths {
        width: calc(20% - 40px);
    }
    .medium-down--three-tenths {
        width: calc(30% - 40px);
    }
    .medium-down--four-tenths {
        width: calc(40% - 40px);
    }
    .medium-down--five-tenths {
        width: calc(50% - 40px);
    }
    .medium-down--six-tenths {
        width: calc(60% - 40px);
    }
    .medium-down--seven-tenths {
        width: calc(70% - 40px);
    }
    .medium-down--eight-tenths {
        width: calc(80% - 40px);
    }
    .medium-down--nine-tenths {
        width: calc(90% - 40px);
    }
    /* Twelfths */
    .medium-down--one-twelfth {
        width: calc(8.33333% - 40px);
    }
    .medium-down--two-twelfths {
        width: calc(16.66667% - 40px);
    }
    .medium-down--three-twelfths {
        width: calc(25% - 40px);
    }
    .medium-down--four-twelfths {
        width: calc(33.33333% - 40px);
    }
    .medium-down--five-twelfths {
        width: calc(41.66667% - 40px);
    }
    .medium-down--six-twelfths {
        width: calc(50% - 40px);
    }
    .medium-down--seven-twelfths {
        width: calc(58.33333% - 40px);
    }
    .medium-down--eight-twelfths {
        width: calc(66.66667% - 40px);
    }
    .medium-down--nine-twelfths {
        width: calc(75% - 40px);
    }
    .medium-down--ten-twelfths {
        width: calc(83.33333% - 40px);
    }
    .medium-down--eleven-twelfths {
        width: calc(91.66667% - 40px);
    }
    .medium-down--twelve-twelfths {
        width: calc(100% - 40px);
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .equal-columns--outside-trim .medium-down--one-half {
        width: calc(50% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .medium-down--one-third {
        width: calc(33.33333% - (40px - (40px / 3)));
    }
    .equal-columns--outside-trim .medium-down--one-fifth {
        width: calc(20% - (40px - (40px / 5)));
    }
    .equal-columns--outside-trim .medium-down--one-fourth {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .medium-down--one-sixth {
        width: calc(16.66667% - (40px - (40px / 6)));
    }
    .equal-columns--outside-trim .medium-down--one-seventh {
        width: calc(14.28571% - (40px - (40px / 7)));
    }
    .equal-columns--outside-trim .medium-down--two {
        width: calc(12.5% - (40px - (40px / 8)));
    }
    .equal-columns--outside-trim .medium-down--four {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .medium-down--seven {
        width: calc(43.75% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .medium-down--eight {
        width: calc(50% - (40px / 2));
    }
    .equal-columns--outside-trim .medium-down--nine {
        width: calc(56.25% - (40px - (40px / 2)));
    }
    .medium-down--show {
        display: block !important;
    }
    .medium-down--hide {
        display: none !important;
    }
    [class*="tw-offset"].medium-down--offset-reset {
        left: 0;
    }
    .medium-down--text-left {
        text-align: left !important;
    }
    .medium-down--text-right {
        text-align: right !important;
    }
    .medium-down--text-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 798px) and (max-width: 798px) {
    .equal-columns--clear .medium-down--one-half.medium-down--one-half,
    .equal-columns--clear .medium-down--eight.medium-down--eight,
    .equal-columns--clear .medium-down--one-third.medium-down--one-third,
    .equal-columns--clear .medium-down--one-fourth.medium-down--one-fourth,
    .equal-columns--clear .medium-down--four.medium-down--four,
    .equal-columns--clear .medium-down--one-fifth.medium-down--one-fifth,
    .equal-columns--clear .medium-down--one-sixth.medium-down--one-sixth,
    .equal-columns--clear .medium-down--one-seventh.medium-down--one-seventh {
        clear: none;
    }
    .equal-columns--clear .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--clear .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--clear .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--clear .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--clear .medium-down--four:nth-of-type(4n+1),
    .equal-columns--clear .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--clear .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--clear .medium-down--one-seventh:nth-of-type(7n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 798px) and (max-width: 798px) {
    .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
    .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
    .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
    .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
    .equal-columns--outside-trim .medium-down--four.medium-down--four,
    .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
    .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
    .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
    .equal-columns--outside-trim .medium-down--two.medium-down--two {
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .one-third:nth-of-type(3n).catalog-item {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    /* Base Grid */
    .small-down--one {
        width: calc(6.25% - 40px);
    }
    .small-down--two {
        width: calc(12.5% - 40px);
    }
    .small-down--three {
        width: calc(18.75% - 40px);
    }
    .small-down--four {
        width: calc(25% - 40px);
    }
    .small-down--five {
        width: calc(31.25% - 40px);
    }
    .small-down--six {
        width: calc(37.5% - 40px);
    }
    .small-down--seven {
        width: calc(43.75% - 40px);
    }
    .small-down--eight {
        width: calc(50% - 40px);
    }
    .small-down--nine {
        width: calc(56.25% - 40px);
    }
    .small-down--ten {
        width: calc(62.5% - 40px);
    }
    .small-down--eleven {
        width: calc(68.75% - 40px);
    }
    .small-down--twelve {
        width: calc(75% - 40px);
    }
    .small-down--thirteen {
        width: calc(81.25% - 40px);
    }
    .small-down--fourteen {
        width: calc(87.5% - 40px);
    }
    .small-down--fifteen {
        width: calc(93.75% - 40px);
    }
    .small-down--sixteen {
        width: calc(100% - 40px);
    }
    /** Whole */
    .small-down--one-whole {
        width: calc(100% - 40px);
        left: auto !important;
    }
    /* Halves */
    .small-down--one-half {
        width: calc(50% - 40px);
    }
    /* Thirds */
    .small-down--one-third {
        width: calc(33.33333% - 40px);
    }
    .small-down--two-thirds {
        width: calc(66.66667% - 40px);
    }
    /* Fourths */
    .small-down--one-fourth {
        width: calc(25% - 40px);
    }
    .small-down--two-fourths {
        width: calc(50% - 40px);
    }
    .small-down--three-fourths {
        width: calc(75% - 40px);
    }
    /* Fifths */
    .small-down--one-fifth {
        width: calc(20% - 40px);
    }
    .small-down--two-fifths {
        width: calc(40% - 40px);
    }
    .small-down--three-fifths {
        width: calc(60% - 40px);
    }
    .small-down--four-fifths {
        width: calc(80% - 40px);
    }
    /* Sixths */
    .small-down--one-sixth {
        width: calc(16.66667% - 40px);
    }
    .small-down--two-sixths {
        width: calc(33.33333% - 40px);
    }
    .small-down--three-sixths {
        width: calc(50% - 40px);
    }
    .small-down--four-sixths {
        width: calc(66.66667% - 40px);
    }
    .small-down--five-sixths {
        width: calc(83.33333% - 40px);
    }
    /* Sevenths */
    .small-down--one-seventh {
        width: calc(14.28571% - 40px);
    }
    .small-down--two-sevenths {
        width: calc(28.57143% - 40px);
    }
    .small-down--three-sevenths {
        width: calc(42.85714% - 40px);
    }
    .small-down--four-sevenths {
        width: calc(57.14286% - 40px);
    }
    .small-down--five-sevenths {
        width: calc(71.42857% - 40px);
    }
    /* Eighths */
    .small-down--one-eighth {
        width: calc(12.5% - 40px);
    }
    .small-down--two-eighths {
        width: calc(25% - 40px);
    }
    .small-down--three-eighths {
        width: calc(37.5% - 40px);
    }
    .small-down--four-eighths {
        width: calc(50% - 40px);
    }
    .small-down--five-eighths {
        width: calc(62.5% - 40px);
    }
    .small-down--six-eighths {
        width: calc(75% - 40px);
    }
    .small-down--seven-eighths {
        width: calc(87.5% - 40px);
    }
    /* Tenths */
    .small-down--one-tenth {
        width: calc(10% - 40px);
    }
    .small-down--two-tenths {
        width: calc(20% - 40px);
    }
    .small-down--three-tenths {
        width: calc(30% - 40px);
    }
    .small-down--four-tenths {
        width: calc(40% - 40px);
    }
    .small-down--five-tenths {
        width: calc(50% - 40px);
    }
    .small-down--six-tenths {
        width: calc(60% - 40px);
    }
    .small-down--seven-tenths {
        width: calc(70% - 40px);
    }
    .small-down--eight-tenths {
        width: calc(80% - 40px);
    }
    .small-down--nine-tenths {
        width: calc(90% - 40px);
    }
    /* Twelfths */
    .small-down--one-twelfth {
        width: calc(8.33333% - 40px);
    }
    .small-down--two-twelfths {
        width: calc(16.66667% - 40px);
    }
    .small-down--three-twelfths {
        width: calc(25% - 40px);
    }
    .small-down--four-twelfths {
        width: calc(33.33333% - 40px);
    }
    .small-down--five-twelfths {
        width: calc(41.66667% - 40px);
    }
    .small-down--six-twelfths {
        width: calc(50% - 40px);
    }
    .small-down--seven-twelfths {
        width: calc(58.33333% - 40px);
    }
    .small-down--eight-twelfths {
        width: calc(66.66667% - 40px);
    }
    .small-down--nine-twelfths {
        width: calc(75% - 40px);
    }
    .small-down--ten-twelfths {
        width: calc(83.33333% - 40px);
    }
    .small-down--eleven-twelfths {
        width: calc(91.66667% - 40px);
    }
    .small-down--twelve-twelfths {
        width: calc(100% - 40px);
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .equal-columns--outside-trim .small-down--one-half {
        width: calc(50% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .small-down--one-third {
        width: calc(33.33333% - (40px - (40px / 3)));
    }
    .equal-columns--outside-trim .small-down--one-fifth {
        width: calc(20% - (40px - (40px / 5)));
    }
    .equal-columns--outside-trim .small-down--one-fourth {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .small-down--one-sixth {
        width: calc(16.66667% - (40px - (40px / 6)));
    }
    .equal-columns--outside-trim .small-down--one-seventh {
        width: calc(14.28571% - (40px - (40px / 7)));
    }
    .equal-columns--outside-trim .small-down--two {
        width: calc(12.5% - (40px - (40px / 8)));
    }
    .equal-columns--outside-trim .small-down--four {
        width: calc(25% - (40px - (40px / 4)));
    }
    .equal-columns--outside-trim .small-down--seven {
        width: calc(43.75% - (40px - (40px / 2)));
    }
    .equal-columns--outside-trim .small-down--eight {
        width: calc(50% - (40px / 2));
    }
    .equal-columns--outside-trim .small-down--nine {
        width: calc(56.25% - (40px - (40px / 2)));
    }
    .small-down--show {
        display: block !important;
    }
    .small-down--hide {
        display: none !important;
    }
    [class*="tw-offset"].small-down--offset-reset {
        left: 0;
    }
    .small-down--text-left {
        text-align: left !important;
    }
    .small-down--text-right {
        text-align: right !important;
    }
    .small-down--text-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
    .equal-columns--clear .small-down--one-half.small-down--one-half,
    .equal-columns--clear .small-down--eight.small-down--eight,
    .equal-columns--clear .small-down--one-third.small-down--one-third,
    .equal-columns--clear .small-down--one-fourth.small-down--one-fourth,
    .equal-columns--clear .small-down--four.small-down--four,
    .equal-columns--clear .small-down--one-fifth.small-down--one-fifth,
    .equal-columns--clear .small-down--one-sixth.small-down--one-sixth,
    .equal-columns--clear .small-down--one-seventh.small-down--one-seventh {
        clear: none;
    }
    .equal-columns--clear .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--clear .small-down--eight:nth-of-type(2n+1),
    .equal-columns--clear .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--clear .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--clear .small-down--four:nth-of-type(4n+1),
    .equal-columns--clear .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--clear .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--clear .small-down--one-seventh:nth-of-type(7n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
    .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
    .equal-columns--outside-trim .small-down--eight.small-down--eight,
    .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
    .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
    .equal-columns--outside-trim .small-down--four.small-down--four,
    .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
    .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
    .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
    .equal-columns--outside-trim .small-down--two.small-down--two {
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
        margin-right: 0;
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
        margin-left: 0;
    }
    .equal-columns--outside-trim .one-third:nth-of-type(3n).catalog-item {
        margin-top: 20px;
    }
}

.container {
    position: relative;
    max-width: 2048px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: calc(100% - 40px);
    }
}

.container .container {
    width: 100%;
}

[class*="offset-by"] {
    position: relative;
}

@media only screen and (max-width: 480px) {
    [class*="offset-by"] {
        position: static;
    }
}

.container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.column,
.columns {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
    .column:not([class*="small-down--one-half"]),
    .columns:not([class*="small-down--one-half"]) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .column.columns-small-pad,
    .columns.columns-small-pad {
        padding-left: calc(40px / 2);
        padding-right: calc(40px / 2);
    }
}

@media only screen and (max-width: 480px) {
    .even {
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .odd {
        margin-right: 0;
    }
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-container:after {
    visibility: hidden;
    display: none;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.row {
    margin-bottom: 40px;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.container-border--top::before {
    display: block;
    content: '';
    height: 0;
    width: calc(100% - 40px);
    border-top: thin solid #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: left;
}

@media only screen and (max-width: 480px) {
    .container-border--top::before {
        width: 100%;
    }
}

.container-border--bottom::after {
    display: block;
    content: '';
    height: 0;
    width: calc(100% - 40px);
    border-top: thin solid #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    clear: both;
}

@media only screen and (max-width: 480px) {
    .container-border--bottom::after {
        width: 100%;
    }
}

.narrow-width--true.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.container.full-width--true,
.full-width--true>.container {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .container.fullWidthMobile--true,
    .column.fullWidthMobile--true,
    .columns.fullWidthMobile--true {
        width: 100% !important;
        max-width: 100%;
    }
}

@media only screen and (min-width: 481px) {
    /* Nested Column Classes */
    .column.alpha,
    .columns.alpha {
        margin-left: 0;
    }
    .column.omega,
    .columns.omega {
        margin-right: 0;
    }
    /* Offsets */
    .offset-by-one {
        left: calc(6.25%);
    }
    .offset-by-two {
        left: calc(12.5%);
    }
    .offset-by-three {
        left: calc(18.75%);
    }
    .offset-by-four {
        left: calc(25%);
    }
    .offset-by-five {
        left: calc(31.25%);
    }
    .offset-by-six {
        left: calc(37.5%);
    }
    .offset-by-seven {
        left: calc(43.75%);
    }
    .offset-by-eight {
        left: calc(50%);
    }
    .offset-by-nine {
        left: calc(56.25%);
    }
    .offset-by-ten {
        left: calc(62.5%);
    }
    .offset-by-eleven {
        left: calc(68.75%);
    }
    .offset-by-twelve {
        left: calc(75%);
    }
    .offset-by-thirteen {
        left: calc(81.25%);
    }
    .offset-by-fourteen {
        left: calc(87.5%);
    }
    .offset-by-fifteen {
        left: calc(93.75%);
    }
}


/* #Typography
================================================== */

.logo {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2em;
}


/*  Headings  */

h1 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px;
    clear: both;
    font-weight: 700;
    padding-top: 4px;
}

@media only screen and (max-width: 798px) {
    h1 {
        font-size: 24px;
    }
}

h1 a:link,
h1 a:visited {
    font-weight: inherit;
    color: #333333;
}

h1 a:hover,
h1 a:active {
    color: #4e4b4a;
}

h1.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #cccccc;
}

h2,
.h2,
h2.title {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0.75em;
}

@media only screen and (max-width: 798px) {
    h2,
    .h2,
    h2.title {
        font-size: 21px;
    }
}

h2 a,
.h2 a,
h2.title a {
    font-weight: inherit;
}

h2.collection_title,
.h2.collection_title,
h2.title.collection_title {
    margin-bottom: 0;
    display: inline;
}

h2.product_name a,
.h2.product_name a,
h2.title.product_name a {
    color: #333333;
}

.cart h2 {
    margin-top: 0;
}

h3,
.h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px 0;
}

@media only screen and (max-width: 798px) {
    h3,
    .h3 {
        font-size: 19px;
    }
}

h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
    font-weight: inherit;
    color: #333333;
}

h3.title,
.h3.title {
    line-height: 1.25;
    margin: 0 auto 15px;
    clear: both;
    padding-top: 4px;
}

h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
    color: #333333;
}

h3.sub_title,
.h3.sub_title {
    padding: 5px 0;
    color: #333333;
}

h3.sub_title a,
.h3.sub_title a {
    color: #333333;
}

h4,
.h4 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0.5em 0;
    padding: 7px 0;
}

@media only screen and (max-width: 798px) {
    h4,
    .h4 {
        font-size: 16px;
    }
}

h4 a,
.h4 a {
    font-weight: inherit;
}

h4.title a,
.h4.title a {
    border: 0;
    padding: 0;
    margin: 0;
}

h5,
.h5 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0.5em 0;
    padding: 7px 0;
}

@media only screen and (max-width: 798px) {
    h5,
    .h5 {
        font-size: 15px;
    }
}

h5 a,
.h5 a {
    font-weight: inherit;
}

h5.sub_title,
.h5.sub_title {
    padding: 5px 0;
    color: #333333;
}

h5.sub_title a,
.h5.sub_title a {
    color: #333333;
}

h6,
.h6 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    margin: 0 0 0.5em 0;
    padding: 7px 0;
}

@media only screen and (max-width: 798px) {
    h6,
    .h6 {
        font-size: 14px;
    }
}

h6 a,
.h6 a {
    font-weight: inherit;
}

h6.title,
.h6.title {
    line-height: 32px;
    margin: 0 0 0.5em 0;
    color: #333333;
}

.cart h6 {
    margin-top: 0;
}

.collection_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px;
    clear: both;
    padding-top: 4px;
}

@media only screen and (max-width: 798px) {
    .collection_title {
        font-size: 24px;
    }
}

.collection_title a {
    font-weight: inherit;
    color: #333333;
}

.collection_title a:hover,
.collection_title a:active {
    color: #4e4b4a;
}

div.collection_title {
    margin-bottom: 0;
    line-height: 30px;
    display: inline;
}

div.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #cccccc;
}

.headline,
.empty_cart,
.promo_banner,
.title {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 798px) {
    .headline,
    .empty_cart,
    .promo_banner,
    .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 798px) {
    .title.insta,
    .title.twitter {
        text-align: center;
    }
}

.title.insta a,
.title.twitter a {
    color: #333333;
}

.title.center.blog a {
    color: #333333;
}


/*  Content  */

p {
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.6em;
}

p img {
    margin: 0;
}

sub {
    font-size: 60%;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 90%;
}

.feature img {
    position: relative;
    top: 7px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.onboard-text {
    margin: 0;
}

.page-divider {
    opacity: 0;
    border-color: #aaaaaa;
    border-top: 0;
}

.active-divider {
    opacity: 1;
}

.feature p {
    font-size: smaller;
}

#featured_links {
    padding: 20px 0;
}

#featured_links h2 {
    padding-top: 15px;
}

#featured_links .column,
#featured_links .columns {
    opacity: 1;
}

.slider-gallery .shopify-product-reviews-badge {
    height: 30px;
    display: block;
}

.spr-badge+.feature_divider {
    margin-top: 15px;
}

.spr-badge {
    padding: 5px 0;
}

.thumbnail .spr-badge-caption {
    display: none;
}

div#shopry-review-photos a {
    display: block !important;
}

.feature_divider {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    border: 0;
    border-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.feature_divider.no-margin {
    margin-bottom: 0px;
}

@media only screen and (max-width: 798px) {
    .feature_divider {
        margin-bottom: 10px;
    }
}

div.container.bottom-fix {
    padding-bottom: 0px;
}

.page .feature_divider,
.page h2.title+.feature_divider {
    margin-bottom: 15px;
}


/*  Blockquotes  */

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #cccccc;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite a,
blockquote cite a:visited {
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

hr {
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    clear: both;
    margin: 12px 0;
    height: 0;
}

.cart_container hr {
    border-top-width: 0px;
}

div.section.collection_description {
    margin: 0 0 1.5em 0;
}


/* #Links
================================================== */

a,
a:visited,
a span {
    color: #000;
    text-decoration: none;
    position: relative;
    transition: color .1s linear;
}

a:hover,
a:focus {
    color: #565554;
}

a,
button,
input,
select,
textarea,
label,
summary {
    touch-action: manipulation;
}


/* #Lists
================================================== */

ul,
ol {
    margin-bottom: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
    margin-bottom: 6px;
}

ul li,
ol li {
    margin-bottom: 12px;
}

ul {
    list-style: disc outside;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul.large li {
    line-height: 21px;
}

ul.none {
    list-style: none outside;
    margin-left: 0;
}

ul.border {
    list-style: none outside;
    line-height: 26px;
}

ul.border li {
    border-bottom: 1px solid #cccccc;
    list-style: none outside none;
    padding: 12px 0;
    margin-bottom: 0;
}

ol {
    list-style: decimal;
}


/* #Menu
================================================== */

.header {
    z-index: 1000;
    width: 100%;
    top: 0;
}

.header a,
.header a:visited,
.header a span,
.header select.currencies {
    color: #d9d9d9;
    text-shadow: none;
}

.header div.container {
    padding-bottom: 5px;
    padding-top: 5px;
}

body.is-active {
    overflow-y: hidden;
}

body.is-active #header {
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#header.mobile_nav-fixed--true,
.mobile_nav-fixed--false.is-active #header {
    position: fixed;
    z-index: 1001;
    width: 100%;
    top: 0;
    left: 0;
}

#header {
    display: none;
}

#header .top_bar {
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#header .top_bar .icon-search {
    z-index: 3;
}

#header .top_bar .icon-search:before {
    font-size: 18px;
}

#header .top_bar a.right {
    left: auto;
    right: 15px;
    font-size: 20px;
    padding-top: 8px;
    top: 4px;
    z-index: 1;
}

#header .top_bar a.mobile_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 1;
}

#header .top_bar>a,
#header .top_bar>a:visited,
#header .top_bar>a:active {
    display: block;
    font-size: 25px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#header .top_bar a span {
    color: #f4f4f4;
    display: inline-block;
    padding-left: 4px;
    position: relative;
}

#header .top_bar a.icon-bag:before,
#header .top_bar a.icon-cart:before {
    font-size: 18px !important;
}

.nav ul.mobile_menu li a {
    display: inline-block;
}

.menu .vertical-menu li {
    position: relative;
}

.vertical-menu {
    display: inline;
}

.menu .vertical-menu li:hover .vertical-menu_submenu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    pointer-events: all;
    z-index: 2000;
}

.menu .vertical-menu_submenu li:hover .vertical-menu_sub-submenu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    pointer-events: all;
    z-index: 2000;
}

.menu .vertical-menu_submenu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-left: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    pointer-events: none;
    text-align: left;
    width: 270px;
    background: #1b1f23;
    background: rgba(27, 31, 35, 0.9);
}

.menu .vertical-menu_submenu li {
    padding: 0 20px;
    display: block;
}

.menu .vertical-menu_submenu a {
    display: block;
}

.menu .vertical-menu_submenu span.icon-down-arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu .vertical-menu_submenu.is-visible,
.menu .vertical-menu_sub-submenu.is-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    pointer-events: all;
    z-index: 2000;
}

.menu .vertical-menu_sub-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 5s ease-in;
    pointer-events: none;
    width: 270px;
    background: #1b1f23;
    background: rgba(27, 31, 35, 0.9);
}

.menu .vertical-menu_sub-submenu li {
    padding: 0 20px;
    display: block;
}

.menu .vertical-menu_sub-submenu a {
    display: block;
}

.vertical-menu_submenu.vertical-menu--align-right {
    right: 0;
    left: auto;
}

.vertical-menu_sub-submenu.vertical-menu--align-right {
    right: 100%;
    left: auto;
}


/*  Mobile nav  */

#header .mobile_nav.dropdown_link {
    width: 25%;
}

#header .mobile_nav.dropdown_link span.menu_title {
    position: absolute;
    left: 40px;
}

.mobile_nav div {
    width: 30px;
    height: 40px;
    position: relative;
    float: left;
    margin: 0 8px 0 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .1s ease-in-out;
    cursor: pointer;
}

.mobile_nav div span {
    display: block !important;
    position: absolute !important;
    height: 1px !important;
    width: 100%;
    background: #f4f4f4;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    padding: 0 !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .1s ease-in-out;
}

.mobile_nav div span:nth-child(1) {
    top: 10px;
}

.mobile_nav div span:nth-child(2),
.mobile_nav div span:nth-child(3) {
    top: 20px;
}

.mobile_nav div span:nth-child(4) {
    top: 30px;
}

.mobile_nav div.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.mobile_nav div.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile_nav div.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile_nav div.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

#mobile_menu {
    margin: 10px 20px;
}

#mobile_menu li {
    padding-right: 0;
    display: block;
}

#mobile_menu li a span.icon-down-arrow {
    padding: 0 15px !important;
}

#mobile_menu .sublink ul {
    display: none;
    margin-left: 0;
    padding-left: 10px;
}

.feature_image.editor-hover--true .main_nav,
.feature_image.editor-hover--true .dropdown {
    background: #1b1f23;
    background: rgba(27, 31, 35, 0.9);
    clear: both;
    transition: all 0.3s linear;
    animation: fadeIn 0.3s linear none;
}

.top_bar {
    height: 40px;
    background-color: #1b1f23;
    padding: 0 0 0 10px;
}

.top_bar .social_icons {
    float: left;
    margin: 0;
    padding-left: 10px;
}

.top_bar .social_icons li {
    padding: 5px;
}

.top_bar a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.top_bar ul.social_icons a {
    display: inline;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.top_bar .top_bar--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
    height: 40px;
}

.top_bar .top_bar--right .icon-search {
    display: inline-block;
    line-height: 0;
    padding-right: 15px;
}

.top_bar .top_bar--right .cart_container {
    display: inline-block;
}

.main_nav,
.dropdown {
    background: #1b1f23;
    background: rgba(27, 31, 35, 0.9);
    clear: both;
    transition: all 0.3s linear;
    animation: fadeIn 0.3s linear none;
}

.feature_image .main_nav,
.feature_image .dropdown {
    background: transparent;
}

.sticky_nav {
    position: fixed;
    width: 100%;
    z-index: 35;
    top: 0;
    left: 0;
    padding: 0;
    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /* Animations */
    transition: all 300ms ease-in-out;
}

.is-active .sticky_nav {
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sticky_nav--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

@media only screen and (max-width: 798px) {
    .sticky_nav--stick {
        display: none;
    }
}

.sticky_nav--unstick {
    opacity: 0;
    transition: opacity 0s;
}

.sticky_nav ul.menu,
.sticky_nav .mini_cart {
    padding-bottom: 0 !important;
}

.menu.center,
.menu.align_right,
.menu.align_left {
    margin: 0 20px;
}

.menu {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline-block;
    margin: 0;
    border: 0;
}

.nav ul li a.sub-menu {
    padding: 10px 4px 10px 4px;
    z-index: 1001;
}

.nav ul li:hover a.sub-menu {
    color: #d9d9d9;
}

.menu a,
.menu a:visited,
.menu a:active,
#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #d9d9d9;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

@media only screen and (max-width: 798px) {
    .menu a,
    .menu a:visited,
    .menu a:active,
    #header span.menu_title,
    .menu a span,
    select.currencies,
    .mini_cart span {
        font-size: 12px;
    }
}

.feature_image .main_nav a,
.feature_image .main_nav a span {
    color: #d9d9d9;
}

.menu li,
#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
    padding-left: 5px;
    padding-right: 5px;
}

#header span.menu_title {
    cursor: pointer;
    height: 40px;
    line-height: 20px;
    margin-top: -2px;
}

.menu li {
    vertical-align: top;
}

select.currencies {
    height: 40px;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    background-image: url(https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/select_light.png?v=15313613251379577686);
}

@media only screen and (max-width: 798px) {
    select.currencies {
        font-size: 16px;
    }
}

#mobile_menu select.currencies {
    padding-left: 0;
}

.feature_image .header .menu a,
.feature_image .header .menu a:visited,
.feature_image .header .menu a span {
    color: #d9d9d9;
}

.feature_image .header .menu a[href]:hover,
.menu a.active,
.menu a.active span,
.feature_image .header .menu a.active,
.header_bar a.active,
.feature_image .header .menu a:focus {
    color: #ffffff;
}

.menu li a[href]:hover,
.menu li a:focus,
.menu a[href]:hover span {
    color: #ffffff;
}

.menu a.top_link,
.menu a.dropdown_link {
    border-bottom: solid 1px transparent;
}

.menu a.top_link:hover,
.menu a.dropdown_link:hover,
.menu a.active_link {
    border-bottom: solid 1px #ffffff;
}

.feature_image a.top_link:hover {
    border-bottom: solid 1px #ffffff;
}

.menu a span {
    display: inline;
    vertical-align: top;
}

.top_bar a,
.top_bar a:visited,
.top_bar a:active,
.top_bar a span,
.top_bar select.currencies,
a.mini_cart,
a.mini_cart span,
.feature_image .header .top_bar .menu a,
.feature_image .header .top_bar .menu a span,
.cart_container .mini_cart:hover {
    color: #f4f4f4;
    font-size: 12px;
    letter-spacing: 1px;
}

.top_bar li a:hover,
.top_bar li a[href]:hover,
.top_bar li a[href]:hover span,
.top_bar li a:active,
.top_bar li a:hover span,
.top_bar a:active span,
.top_bar .currencies:hover,
.feature_image .header .top_bar .menu a:hover,
.feature_image .header .top_bar .menu a:hover span {
    color: #03a196;
}

.top_bar li {
    padding-left: 10px;
    padding-right: 10px;
}

.top_bar .menu a,
.top_bar .social_icons a {
    height: 40px;
    line-height: 40px;
    padding: 0;
}


/*  Mini cart  */

.mini_cart,
.nav a.mini_cart {
    float: right;
    text-align: center;
    cursor: pointer;
    background-color: #d54d4d;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    height: 40px;
    z-index: 2001;
}

@media only screen and (min-width: 799px) {
    .mini_cart,
    .nav a.mini_cart {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 798px) {
    .mini_cart,
    .nav a.mini_cart {
        right: 0;
    }
}

.cart_container li.cart_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.cart_container li.cart_item .sale,
.cart_container li.cart_item .price {
    margin-left: auto;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

.cart_container li.cart_item .cart_item__title {
    width: 50%;
    text-align: left;
}

.nav a.mini_cart {
    margin-left: 15px;
}

.top_bar a.mini_cart span {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}

a.tos_icon,
.cart_content a.tos_icon {
    font-size: 13px;
    color: #4e4b4a;
}

a.tos_icon:visited,
.cart_content a.tos_icon:visited {
    color: #4e4b4a;
}

a.tos_icon:hover,
.cart_content a.tos_icon:hover {
    color: #565554;
}

.cart_content__continue-shopping {
    display: none;
}

.no-touchevents a.cart_content__continue-shopping.secondary_button {
    display: none;
}

.no-touchevents a.cart_content__continue-shopping.secondary_button,
.touchevents a.cart_content__continue-shopping.secondary_button {
    display: none;
}

@media only screen and (max-width: 798px) {
    .no-touchevents a.cart_content__continue-shopping.secondary_button,
    .touchevents a.cart_content__continue-shopping.secondary_button {
        display: block;
        border-top: 0;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: static;
        font-size: inherit;
        letter-spacing: inherit;
    }
}

.mini_cart span {
    display: inline-block;
}

.cart_container .cart_content {
    display: none;
}

.cart_container.active_link .cart_content {
    display: block;
    /*max-height: calc(90vh - 60px);*/
}

.cart_container.active_link .cart_content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.cart_container.active_link .cart_content::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media(max-width:480px) {
    body.blocked-scroll {
        position: inherit;
    }
    .cart_container.active_link .cart_content {
        display: none!important;
    }
}

.cart_content .product-quantity-box,
#cart_form .product-quantity-box {
    margin: 10px 0;
    width: 130px;
}

.cart_content .product-quantity-box .quantity,
#cart_form .product-quantity-box .quantity {
    padding: 0 5px;
    width: 30%;
    min-height: 30px;
    height: 30px;
}

.cart_content .product-quantity-box .product-plus,
#cart_form .product-quantity-box .product-plus {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding-right: 2px;
    width: 25%;
}

.cart_content .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-minus {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding-right: 2px;
    width: 25%;
}

#cart_form .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-plus,
.nav .product-quantity-box .product-minus,
.nav .product-quantity-box .product-plus {
    padding-right: 0;
}

#cart_form .icon-minus,
#cart_form .icon-plus {
    position: relative;
    left: 1px;
}

.cart_container.active_link .mini_cart,
.cart_container.active_link .mini_cart span {
    background-color: #ffffff;
    color: #333333 !important;
}

.cart_content {
    top: 40px;
    right: 0;
    position: absolute;
    z-index: 2000;
    background-color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: smaller;
    text-transform: none;
    color: #333333;
    border: 1px solid #cccccc;
    border-top: 0;
    border-right: 0;
    width: 100%;
    max-width: 320px;
}

@media only screen and (min-width: 799px) {
    .cart_content {
        max-width: 420px;
    }
}

div.cart_content form {
    margin: 15px 0 0 0;
    padding: 0;
}

.cart .cart_subtotal {
    font-weight: bold;
    font-size: larger;
}

.cart_content .cart_subtotal {
    text-align: left;
    font-weight: bold;
}

.cart_content a,
.cart_content a:visited,
.cart_content a:hover,
.cart_content a .price,
.cart_content a .price span {
    color: #333333 !important;
}

.cart_content a .price span {
    padding-left: 5px;
}

.cart_content ul {
    list-style: none;
    margin: 0;
    padding: 15px 20px;
}

.cart_content ul li {
    list-style: none;
    clear: both;
}

.cart_content .action_button {
    width: 100%;
}

.top_bar [class^="icon-"]:before,
.top_bar [class*=" icon-"]:before,
.mini_cart {
    font-size: 15px;
    margin-right: 0;
}
#customer_login_guest,
#customer_login {
    display: inline;
}

@media only screen and (max-width: 480px) {
    #customer_login_guest,
    #customer_login {
        display: block;
    }
}

input[type="submit"].guest_button,
input[type="button"].guest_button {
    color: #4e4b4a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
}

input[type="submit"].guest_button:hover,
input[type="button"].guest_button:hover {
    background: transparent;
    border: 0;
    color: #565554;
}

@media only screen and (min-width: 799px) {
    input[type="submit"].guest_button,
    input[type="button"].guest_button {
        text-align: center;
    }
}

.menu ul li .mini_cart span {
    padding-left: 5px;
    top: -1px;
}

.sticky_nav div.logo img {
    width: 60%;
}

.dropdown_container {
    clear: both;
    width: 100%;
    display: none;
}

.dropdown_container img {
    max-width: 100%;
}

.dropdown {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.dropdown_content {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.dropdown_container.mega-menu .dropdown_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
}

.mega-menu__richtext,
.mega-menu__image-caption-link {
    padding: 0 5px;
}

.mega-menu__richtext img,
.mega-menu__image-caption-link img {
    margin-bottom: 10px;
}

.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
    display: inline-block;
    text-transform: none;
}

.mega-menu__image-caption-link {
    text-align: center;
    margin-bottom: 10px;
}

.mega-menu__image-caption-link a,
.mega-menu__image-caption-link a:visited,
.mega-menu__image-caption-link a:active,
.mega-menu__image-caption-link a:hover {
    text-transform: none;
    display: block;
}

.dropdown_content a p,
.mobile-mega-menu a p {
    padding: 0;
}

.dropdown_content p,
.mobile-mega-menu p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #d9d9d9;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    margin-bottom: 0;
}

.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
    font-size: 14px;
    letter-spacing: 1px;
}

.dropdown_column__menu+.dropdown_column__menu {
    margin-top: 10px;
}

.dropdown_narrow {
    width: 60%;
}

.dropdown_column {
    display: table-cell;
    padding: 15px 20px 30px 20px;
    width: 16.666%;
    vertical-align: top;
}

.dropdown_column img {
    max-width: 100%;
}

.dropdown_column ul {
    margin: 0;
    padding: 0;
}

.dropdown_column ul.dropdown_title {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 10px;
}

.dropdown_column ul.dropdown_item {
    text-align: center;
}

.dropdown_container.mega-menu .dropdown_column {
    display: inline-block;
    padding: 15px 20px 30px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.666%;
    flex: 1 0 16.666%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
}

.dropdown_column li {
    display: block;
}

.dropdown_column li a,
.dropdown_column li a:hover,
.dropdown_column li a:active {
    padding-bottom: 0;
    text-transform: none;
}

.dropdown_row {
    display: table-row;
}

select.currencies {
    border: 0 !important;
    background-color: transparent;
    margin-bottom: 0 !important;
    min-width: 65px;
    outline: 0;
    background-position: 96.5% 55%;
    background-size: 18px 12px;
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
}

select.currencies:active {
    border: 0;
    outline: 0;
    text-shadow: 0;
    box-shadow: 0;
}

select.currencies option {
    background: #1b1f23;
    background: rgba(27, 31, 35, 0.6);
    color: #d9d9d9;
}

.menu li.currencies {
    padding: 0;
}

.container div.collection_nav {
    margin-bottom: 1.5em;
}

.collection_menu,
.collection_menu li {
    display: inline;
    list-style: none;
    border: none;
    position: relative;
    top: -3px;
    margin: 0;
}

.collection_menu li {
    padding-left: 25px;
}

.sidebar-wrap {
    border-right: 1px solid #cccccc;
    margin-right: 0px;
    padding-right: 20px;
}

@media only screen and (max-width: 798px) {
    .sidebar-wrap {
        border: none;
        margin: 0;
        padding-right: 0;
    }
}

.sidebar-wrap h4,
.sidebar-wrap h4.toggle {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 798px) {
    .sidebar-wrap h4.toggle {
        margin: 10px 0;
    }
}

.sidebar a,
.sidebar a:visited {
    color: #363636;
}

.sidebar a:hover,
.sidebar a:active {
    color: #a14103;
}

.sidebar .meta {
    margin-left: 2px;
}

.sidebar .spr-badge {
    color: #333333;
}

.toggle-all--true h4.toggle {
    cursor: pointer;
    pointer-events: all;
}

.toggle-all--true .toggle span {
    display: block;
}

.toggle-all--true .toggle_list {
    display: none;
}

.content_block.toggle_list a {
    display: inline;
    position: static;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    color: #4e4b4a;
}

.content_block.toggle_list a:hover {
    border-left: none;
    color: #565554;
}

.toggle_list {
    margin: 0;
    padding: 10px 0 15px 0;
}

.toggle_list a {
    display: inline-block;
    position: relative;
    margin-left: 0;
    max-width: 80%;
    border-left: solid 2px transparent;
    transition: border 200ms ease-out;
}

.toggle_list a.active,
.toggle_list a.active--default {
    padding-left: 8px;
    border-left: solid 2px;
}

ul.toggle_list li ul {
    display: none;
}

ul.toggle_list li ul.active {
    display: block;
}

.sidebar .toggle_list a.active {
    border-left: solid 9px #a14103;
}

.toggle_list li {
    list-style: none;
    line-height: 1.4em;
    padding: 8px 0 8px 0;
}

.toggle_list .meta span {
    line-height: 2.5;
}

.sidebar_text {
    margin-bottom: 12px;
    padding-top: 10px;
}

.sidebar_content {
    border-left: solid 1px #cccccc;
    padding-left: 20px;
}

.sidebar_content .toggle_list li {
    line-height: 1.2;
}

.sidebar .newsletter {
    margin-bottom: 20px;
}

.sidebar .newsletter form {
    width: 100%;
}

.sidebar li ul {
    margin: 8px 0 0 15px;
}

.sidebar .toggle_list li ul {
    padding-left: 0;
}

.sidebar ul li {
    margin-bottom: 0;
}

.sidebar input.sign_up[type="submit"],
.sidebar input.contact_email[type="email"] {
    width: 100% !important;
    margin-left: 0;
}

.blog_search {
    position: relative;
}

.sidebar-block {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.sidebar-block:last-child {
    border-bottom: none;
}

.sidebar-block:empty {
    border-bottom: none;
}

.sidebar-block:blank {
    border-bottom: none;
}

.sidebar-block:first-child h4.toggle {
    padding-top: 0;
}

.sidebar-block h4.toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 0;
    padding: 15px 0;
    line-height: 1.5;
}

.sidebar .filter-active-tag {
    position: relative;
}

.color-filter--true label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.sidebar__collection-filter a,
.sidebar__collection-filter label {
    cursor: pointer;
}

.sidebar__collection-filter label {
    text-transform: none;
    font-weight: normal;
    font-size: inherit;
}

.sidebar__collection-filter label:hover {
    color: #565554;
}

.sidebar__collection-filter input[type="checkbox"] {
    display: none;
}

.sidebar__collection-filter input.styled-checkbox[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    background-size: cover;
    margin-right: 15px;
}

.sidebar__collection-filter button.clear-active-filter,
.sidebar__collection-filter button.clear-active-filter:active {
    color: #4e4b4a;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: 0;
    font-family: inherit;
    letter-spacing: 0;
    text-transform: none;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0;
    right: 0;
    left: auto;
    padding: 2px 4px;
    line-height: 1.2;
    display: block;
    height: auto;
    min-height: auto;
}

.sidebar__collection-filter button.clear-active-filter:hover {
    color: #565554;
}

.sidebar__collection-filter .x-icon {
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    font-style: normal;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
    vertical-align: middle;
    top: -1px;
}

.sidebar__collection-filter .x-icon:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    content: "\00d7";
    text-align: center;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


/* Sub Collections */

.featured_collections.sub-collection {
    margin-bottom: 10px;
}

.featured_collections.sub-collection .thumbnail {
    margin-bottom: 10px;
}

@media only screen and (max-width: 798px) {
    .featured_collections.sub-collection .thumbnail {
        width: 100%;
    }
}

.sub-collection--2 .thumbnail {
    width: calc(50% - 20px);
}

.sub-collection--2 .thumbnail:nth-child(2n+1) {
    clear: both;
}

.sub-collection--3 .thumbnail {
    width: calc(33.33333% - 20px);
}

.sub-collection--3 .thumbnail:nth-child(3n+1) {
    clear: both;
}

.sub-collection--4 .thumbnail {
    width: calc(25% - 20px);
}

.sub-collection--4 .thumbnail:nth-child(4n+1) {
    clear: both;
}

.list-collection-wrapper img[src*='/no-image'] {
    opacity: 0;
}

.list-collection-wrapper img[src*='/no-image']~.thumbnail-overlay {
    opacity: 1 !important;
}

.list-collection-wrapper img[src*='/no-image']~.thumbnail-overlay .collection-details {
    opacity: 1;
    transform: none;
}

@media only screen and (max-width: 798px) {
    .list-collection-wrapper img[src*='/no-image']~.collection-info__caption {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.list-collection-wrapper .img {
    width: 100%;
}

.list-collection-wrapper .collection-info__caption {
    display: block;
    margin-top: 20px;
}

@media only screen and (max-width: 798px) {
    .list-collection-wrapper .collection-info__caption {
        display: block;
        position: static;
    }
}

.blog-header {
    margin-bottom: 5px;
}

.blog-header .blog-title.blog-tags--true {
    float: none;
}

.blog-header .blog-title {
    float: left;
}

@media only screen and (max-width: 798px) {
    .blog-header .blog-title {
        width: 100%;
        margin-bottom: 0;
    }
}

.blog-header .subtitle {
    clear: both;
}

.blog-header .feature_divider {
    clear: both;
    width: 100%;
}


/* Blog Article Styling */

.article .icon-slash {
    padding-right: 5px;
}


/* Styles for blog, collections */

.section_select {
    padding: 0;
    text-align: right;
    float: right;
}

.section_select .blog_filter,
.section_select .tag_filter,
.section_select .sort_by {
    color: #333333;
    display: inline-block;
    border: none;
    padding-right: 30px;
    background-position: 100% 50%;
    background-color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 0;
    max-width: 80%;
}

@media only screen and (max-width: 798px) {
    .section_select .blog_filter,
    .section_select .tag_filter,
    .section_select .sort_by {
        float: none;
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        padding-left: 0;
    }
}

div.breadcrumb-collection {
    margin-bottom: 20px;
}

div.breadcrumb-collection+div.section {
    margin-top: 0;
}

@media only screen and (max-width: 798px) {
    div.breadcrumb-collection {
        margin-top: 15px;
        text-align: center;
    }
}

.breadcrumb_text,
.article-pagination {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
}

@media only screen and (max-width: 798px) {
    .breadcrumb_text,
    .article-pagination {
        margin-top: 0;
    }
}

.breadcrumb_text .breadcrumb-divider,
.article-pagination .breadcrumb-divider {
    color: #4e4b4a;
    margin: 0 5px;
}

.breadcrumb_link:hover span {
    color: #565554;
}

.breadcrumb {
    font-size: 14px;
}

@media only screen and (max-width: 798px) {
    .breadcrumb {
        margin-bottom: 20px;
    }
}


/* #Images
================================================== */


/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/

.product_row img,
.product_image_col img,
.article img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
    max-width: 100%;
    height: auto;
}

.image-crop--left img,
.image-crop--left .image-element__wrap {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    font-family: "object-fit: cover; object-position: left";
    height: 100% !important;
}

.image-crop--right img,
.image-crop--right .image-element__wrap {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    font-family: "object-fit: cover; object-position: right";
    height: 100% !important;
}

.image-crop--center img,
.image-crop--center .image-element__wrap {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100% !important;
}


/* #Placeholders
================================================== */

.featured-products-section .section {
    margin: 30px 0px;
}

.placeholder-svg {
    fill: rgba(51, 51, 51, 0.9);
    background-color: rgba(51, 51, 51, 0.5);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    display: block;
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
    max-height: 600px;
}

.placeholder-instagram .instas:nth-child(even) .placeholder-svg--instagram,
.featured-promotions-section .feature-section:nth-child(even) .placeholder-svg--promotions {
    background-color: rgba(51, 51, 51, 0.6);
}

.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
    background-color: rgba(51, 51, 51, 0.6);
    fill: rgba(51, 51, 51, 0.9);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n+1) .placeholder-svg--slideshow {
    background-color: rgba(51, 51, 51, 0.6);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n) .placeholder-svg--slideshow {
    background-color: rgba(51, 51, 51, 0.8);
}


/* #Videos
================================================== */

.product_gallery .video-container>div {
    position: relative;
}

.product_gallery .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_gallery .vimeo {
    max-width: 830px;
    margin: 0 auto;
}

.product_gallery .vimeo>div {
    padding-top: 56.26506%;
}

.product_gallery .youtube {
    max-width: 853px;
    margin: 0 auto;
}

.product_gallery .youtube>div {
    padding-top: 56.271981%;
}

video {
    display: block;
    width: 100%;
    height: auto;
}

.video-section,
.block__featured_video {
    position: relative;
}

.video-section .mediaWrapper {
    height: 100% !important;
}


/* #Buttons
================================================== */

a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #7f7977;
    color: #ffffff;
    border: 1px solid #7f7977;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 44px;
    line-height: 1.2;
    vertical-align: top;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    border-radius: 0;
}

.ie a.button,
.ie .button,
.ie button,
.ie input[type="submit"],
.ie input[type="reset"],
.ie input[type="button"],
.ie .action_button,
.ie a.action_button,
.ie input.action_button[type="submit"],
.ie input.action_button[type="button"] {
    line-height: 40px;
}

a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.action_button:hover,
input.action_button[type="submit"]:hover,
input.action_button[type="button"]:hover,
input.action_button[type="button"]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background-color: #4f4d4d;
    border: 1px solid #4f4d4d;
}

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.action_button:active,
input.action_button[type="submit"]:active,
input.action_button[type="button"]:active,
input.action_button[type="button"]:active,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
}

.add_to_cart,
.product_form input.add_to_cart {
    width: 100%;
    margin-bottom: 0px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input.action_button[type="submit"],
input.action_button[type="button"],
button.action_button {
    display: inline-block;
}


/* Animation for checkmark on add to cart button */

button.add_to_cart {
    position: relative;
}

button.add_to_cart .text {
    display: block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

button.add_to_cart .fadeInDown.text {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

button .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

button .checkmark path {
    stroke-dasharray: 19.79 19.79;
    stroke-dashoffset: 19.79;
    stroke: #ffffff;
    opacity: 0;
}

button .checkmark.checkmark-active path {
    -webkit-animation: drawCheckmark 1s linear alternate forwards;
    animation: drawCheckmark 1s linear alternate forwards;
}

@keyframes drawCheckmark {
    from {
        stroke-dashoffset: 19.79;
        opacity: 1;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@-webkit-keyframes drawCheckmark {
    from {
        stroke-dashoffset: 19.79;
        opacity: 1;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.ie button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0;
}

.ie button .checkmark.checkmark-active path {
    -webkit-animation: fadeCheckmark 1s linear alternate forwards;
    animation: fadeCheckmark 1s linear alternate forwards;
}

@-webkit-keyframes fadeCheckmark {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeCheckmark {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    button .checkmark path {
        stroke-dashoffset: 0;
        opacity: 0;
    }
    button .checkmark.checkmark-active path {
        animation: fadeCheckmark 1s linear alternate forwards;
    }
    @keyframes fadeCheckmark {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
}

label.tos_label {
    display: inline;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
    padding-left: 5px;
}

label.tos_label a {
    display: inline;
    font-size: inherit !important;
}

.tos {
    text-align: center;
    margin: 15px 20px 15px 0;
}

.cart_text {
    text-align: center;
}

.disabled {
    pointer-events: none;
}

.add_to_cart span.icon-lock {
    margin-right: 10px;
    font-size: larger;
}

.add_to_cart span.icon-lock:before {
    margin: 0;
}

.add_to_cart.action_button {
    min-height: 44px;
    margin-bottom: 0;
}

.shopify-payment-button {
    position: relative;
    height: 44px;
}

.shopify-payment-button button {
    line-height: 1.2;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
}

div.shopify-payment-button__button {
    border-radius: 0;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
    overflow: hidden;
    min-height: 44px;
}

button.shopify-payment-button__more-options {
    color: #333333;
    box-shadow: none;
    text-transform: none;
    font-size: 0.8rem;
    letter-spacing: 0;
    padding: 16px 0 28px;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    font-style: normal;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

button.shopify-payment-button__more-options:hover {
    background-color: transparent;
    border: none;
}

.purchase-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_section .smart-payment-button--true.product_form {
    max-width: 100%;
}

.smart-payment-button--true .purchase-details {
    padding-bottom: 50px;
}

@media only screen and (max-width: 798px) {
    .smart-payment-button--true .purchase-details {
        padding-bottom: 10px;
    }
}

.smart-payment-button--true button .checkmark path {
    stroke: #7f7977;
}

.smart-payment-button--false .purchase-details {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.product-quantity-box.purchase-details__quantity {
    margin-right: 5px;
    width: calc(50% - 12px);
}

@media only screen and (max-width: 480px) {
    .product-quantity-box.purchase-details__quantity {
        width: 100%;
    }
}

.product-quantity-box.purchase-details__quantity input.quantity {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.4;
    min-height: 44px;
    margin-bottom: 0;
    width: calc(100% - 88px);
}

@media only screen and (max-width: 798px) {
    .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
        width: 100%;
        margin-right: 0;
    }
    .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
        width: calc(100% - 88px);
    }
}

.purchase-details__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 0 calc(50% - 12px);
    -moz-box-flex: 1 0 calc(50% - 12px);
    -webkit-flex: 1 0 calc(50% - 12px);
    -ms-flex: 1 0 calc(50% - 12px);
    flex: 1 0 calc(50% - 12px);
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 6px;
}

@media only screen and (max-width: 798px) {
    .purchase-details__buttons {
        margin-top: 20px;
        margin-left: 12px;
        -webkit-box-flex: 1 0 calc(50% - 12px);
        -moz-box-flex: 1 0 calc(50% - 12px);
        -webkit-flex: 1 0 calc(50% - 12px);
        -ms-flex: 1 0 calc(50% - 12px);
        flex: 1 0 calc(50% - 12px);
    }
}

@media only screen and (max-width: 480px) {
    .purchase-details__buttons {
        margin-top: 12px;
        margin-left: 0;
        -webkit-box-flex: 1 0 100%;
        -moz-box-flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

.purchase-details__buttons .shopify-payment-button {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 0;
    max-width: 100%;
}

@media only screen and (min-width: 1401px) {
    .purchase-details__buttons .shopify-payment-button {
        -webkit-box-flex: 1 0 calc(50% - 4px);
        -moz-box-flex: 1 0 calc(50% - 4px);
        -webkit-flex: 1 0 calc(50% - 4px);
        -ms-flex: 1 0 calc(50% - 4px);
        flex: 1 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
}

.purchase-details__buttons .action_button.action_button--secondary {
    background-color: transparent;
    border: 1px solid #7f7977;
    color: #7f7977;
    box-shadow: none;
    line-height: 1.2;
    padding: 10px 0;
    min-height: 44px;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    max-width: 100%;
}

@media only screen and (min-width: 1401px) {
    .purchase-details__buttons .action_button.action_button--secondary {
        -webkit-box-flex: 1 0 calc(50% - 4px);
        -moz-box-flex: 1 0 calc(50% - 4px);
        -webkit-flex: 1 0 calc(50% - 4px);
        -ms-flex: 1 0 calc(50% - 4px);
        flex: 1 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        margin-right: 8px;
    }
}

@media only screen and (max-width: 798px) {
    .purchase-details__buttons .action_button.action_button--secondary {
        margin-bottom: 12px;
    }
}

.purchase-details__buttons .action_button.action_button--secondary:hover,
.purchase-details__buttons .action_button.action_button--secondary:focus {
    background-color: #7f7977;
    color: #ffffff;
}

.purchase-details__buttons.purchase-details__spb--true {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 12px;
    margin-left: 0;
}

@media only screen and (max-width: 798px) {
    .purchase-details__buttons.purchase-details__spb--true {
        margin-left: 0;
        margin-bottom: 0;
    }
}

.purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-right: 6px;
    max-width: calc(50% - 12px);
}

@media only screen and (max-width: 798px) {
    .purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
        -webkit-box-flex: 1 0 100%;
        -moz-box-flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 12px;
        max-width: 100%;
    }
}

.purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
    margin-left: 6px;
    max-width: calc(50% - 12px);
}

@media only screen and (max-width: 798px) {
    .purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .sidebar--true .purchase-details {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .sidebar--true .purchase-details .purchase-details__quantity,
    .sidebar--true .purchase-details .purchase-details__buttons {
        margin: 0 0 12px;
        width: 100%;
    }
    .sidebar--true .purchase-details .action_button.action_button--secondary,
    .sidebar--true .purchase-details .shopify-payment-button {
        -webkit-box-flex: 1 0 100%;
        -moz-box-flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: 0 0 12px;
        max-width: 100%;
    }
}

.additional-checkout-button.additional-checkout-button--paypal {
    min-width: 100% !important;
}

.additional-checkout-button+.additional-checkout-button {
    margin-left: 0 !important;
    max-width: 100% !important;
}


/* #Tabs
================================================== */

ul.tabs {
    display: block;
    margin: 25px 0;
    border-bottom: solid 1px #cccccc;
    border-top: 0;
    list-style: none outside;
    margin-left: 0;
    text-transform: uppercase;
    padding-left: 0;
}

ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0;
    list-style: none outside;
    margin-left: 0;
    cursor: pointer;
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    line-height: 30px;
    margin-right: 60px;
    font-size: 13px;
    outline: none;
}

@media (max-width: 960px) {
    ul.tabs li a {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 798px) {
    ul.tabs li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    ul.tabs li a {
        margin-right: 20px;
    }
}

ul.tabs li a.active {
    border-bottom: solid 3px #cccccc;
    background-color: #ffffff;
    border-bottom: solid 3px #aaaaaa;
    height: 31px;
    position: relative;
    border-right-width: 1px;
    color: #333333;
}

ul.tabs li:last-child a {
    margin: 0;
}

ul.tabs-content {
    margin: 0;
    display: block;
    border: 0;
    padding-left: 0;
}

ul.tabs-content>li {
    display: none;
    border: 0;
}

ul.tabs-content>li.active {
    display: block;
    border: 0;
    padding-left: 0px;
}

ul.tabs-content ul {
    padding-left: 0;
}


/* #Accordions
================================================== */

button {
    border: none;
    appearance: none;
}

.faqAccordion>dt>button {
    background: transparent;
    position: relative;
    padding: 20px 20px 20px 40px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    display: block;
    cursor: pointer;
    width: 100%;
    outline: none;
    text-transform: initial;
    min-height: auto;
    height: auto;
    line-height: inherit;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    font-style: normal;
    box-shadow: none;
    border-radius: 0px;
    font-size: 18px;
}

.faqAccordion>dt>button:hover,
.faqAccordion>dt>button:focus {
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #565554;
}

.faqAccordion>dt>button::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    left: 15px;
    font-size: 25px;
    content: "\002b";
    color: inherit;
}

.faqAccordion>dt>button[aria-expanded="true"]::after {
    content: "\002d";
    font-size: 30px;
}

.faqAccordion>dt:first-child>button {
    border-top: none;
}

.faqAccordion>dd {
    color: #333333;
    padding: 20px 0px 20px 0px;
}

.faqAccordion>dd[aria-hidden="true"] {
    display: none;
}

@media only screen and (max-width: 798px) {
    .faqAccordion>dd {
        margin-left: 15px;
    }
}

.accordion-tabs>a {
    display: block;
    background-color: #D1D3D4;
    margin: 10px 0;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.accordion-tabs>a :hover {
    cursor: pointer;
}

.accordion-tabs>li[id*=tab] {
    display: none;
    list-style: none;
}


/* Clearfixing tabs for beautiful stacking */

ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.tabs:after {
    clear: both;
}

ul.tabs {
    zoom: 1;
}


/* #Forms
================================================== */

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
select,
textarea {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0 10px;
    margin: 0;
    line-height: 22px;
    border: 1px solid #cccccc;
    outline: none;
    background: #fff;
    color: #5f6a7d;
    font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 480px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="search"],
    input[type="url"],
    input[type="tel"],
    input[type="number"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="range"],
    input[type="color"],
    select,
    textarea {
        font-size: 16px;
    }
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="color"]:active,
input[type="color"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

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

input[type=number] {
    -moz-appearance: textfield !important;
}

select::-ms-expand {
    display: none;
}

select {
    background: white url(https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/select.png?v=16344380165374518789) no-repeat 96% 50%;
    background-size: 18px 12px;
    padding: 8px 14px 8px;
    border-radius: 0;
    border: 1px solid #d9dbdc;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

label,
legend,
.option_title {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: bold;
    font-size: 13px;
    color: #444;
}

textarea {
    min-height: 80px;
    padding: 15px 9px;
}

.acceptsMarketing {
    margin-bottom: 20px;
}

.acceptsMarketing label {
    display: inline;
    margin-left: 5px;
}

input.sign_up[type="submit"] {
    margin-left: 5px;
    display: inline-block;
}

input.contact_email[type="email"] {
    width: 320px;
    display: inline-block;
    float: left;
}

.btn.action_button,
input.btn.action_button[type="submit"],
input.btn.action_button[type="button"] {
    width: inherit;
}

#target {
    padding: 20px;
    text-align: center;
}

.items_left {
    color: #3c3c3c;
}

.quantity_label {
    display: inline;
    font-size: smaller;
}

.remove_item a {
    font-size: smaller;
    color: #333333;
}

input.quantity {
    width: 48px;
    display: inline;
    margin-bottom: 0;
    padding: 8px 5px;
}

ul.cart_items {
    padding-bottom: 0;
}

.cart_content li.cart_item a,
.cart_content li.cart_item a:active,
.cart_content li.cart_item a:focus {
    font-size: small;
}

.cart_content li.cart_item {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

li.cart_item a,
li.cart_item a:active,
#header li.cart_item a,
#header li.cart_item a:active {
    position: relative;
    font-size: inherit;
    text-align: left;
}

ul.cart_items li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cart_image {
    padding-right: 20px;
    max-width: 100px;
    text-align: center;
    float: left;
    width: 100%;
}

a.continue {
    text-align: right;
    font-size: 32px;
    margin-right: 15px !important;
    padding: 10px 0 5px 0 !important;
    opacity: 0.8;
}

a.continue:hover {
    opacity: 1;
}

.empty_cart {
    text-align: center;
    font-size: 18px;
    padding: 40px 0 25px 0;
    color: inherit;
}

#shipping-calculator.columns {
    float: none;
}

.cart__blocks {
    margin-top: 30px;
}

input[type="button"].get-rates.action_button {
    margin-top: 0;
}

#get-rates-submit {
    margin-top: -1px;
}

#customer_login {
    margin-bottom: 2px;
}

.multi_select {
    display: none;
}


/* Product Page Elements */

.container .align_right--images>div.columns {
    float: right;
}

.vendor {
    margin-bottom: 6px;
}

.section.product_section {
    margin-top: 0;
}

.product_section .description {
    margin-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

.modal_price {
    padding-bottom: 8px;
    display: block;
}

.product_section .description.bottom {
    border-bottom: none;
}

.sale_banner_product,
.new_banner_product,
.preorder_banner_product {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
    display: inline-block;
    font-size: 15px;
    white-space: nowrap;
}

.sale_banner_product {
    background: #d54d4d;
}

.new_banner_product,
.preorder_banner_product {
    background: #03a196;
}

.preorder_banner_product,
.product-list .thumbnail .preorder_banner {
    font-size: 12px;
}

@media only screen and (max-width: 798px) {
    .preorder_banner_product,
    .product-list .thumbnail .preorder_banner {
        font-size: 8px;
    }
}

.product_links {
    margin-bottom: 8px;
    font-size: 0.9em;
    border-top: 1px solid #cccccc;
    padding: 10px 0 5px 0;
}

.product_links p {
    margin: 2px 0;
}

.social_buttons {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 25px;
}

@media only screen and (max-width: 798px) {
    .social_buttons {
        text-align: center;
    }
}

.share_article .social_buttons {
    border-top: none;
    padding-top: 0;
}

@media only screen and (max-width: 798px) {
    .share_article .social_buttons {
        padding-top: 15px;
    }
}

.share-btn {
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    margin-right: 6px;
    margin-bottom: 10px;
}

.share-btn a {
    color: #fff;
    padding: 10px 10px 8px 10px;
    border: solid 1px #e2e2e2;
    display: inline-block;
    transition: all 500ms ease 0s;
}

.icon-twitter-share:before {
    color: #09AEEC;
}

.icon-twitter-share:hover {
    background-color: #09AEEC;
    border-color: #09AEEC;
    color: #fff;
}

.icon-twitter-share:hover:before {
    color: #fff;
}

.icon-facebook-share:before {
    color: #49659D;
}

.icon-facebook-share:hover {
    background-color: #49659D;
    border-color: #49659D;
    color: #fff;
}

.icon-facebook-share:hover:before {
    color: #fff;
}
.icon-whatsapp-share:before {
    color: #49659D;
}

.icon-whatsapp-share:hover {
    background-color: #49659D;
    border-color: #49659D;
    color: #fff;
}

.icon-whatsapp-share:hover:before {
    color: #fff;
}
.icon-vk-share:before {
    color: #49659D;
}

.icon-vk-share:hover {
    background-color: #49659D;
    border-color: #49659D;
    color: #fff;
}

.icon-vk-share:hover:before {
    color: #fff;
}

.icon-gplus-share:before {
    color: #CC3A2B;
}

.icon-gplus-share:hover {
    background-color: #CC3A2B;
    border-color: #CC3A2B;
    color: #fff;
}

.icon-gplus-share:hover:before {
    color: #fff;
}

.icon-pinterest-share:before {
    color: #CB1F2A;
}

.icon-pinterest-share:hover {
    background-color: #CB1F2A;
    border-color: #CB1F2A;
    color: #fff;
}

.icon-pinterest-share:hover:before {
    color: #fff;
}

.icon-mail-share:before {
    color: #888;
}

.icon-mail-share:hover {
    background-color: #888;
    border-color: #888;
    color: #fff;
}

.icon-mail-share:hover:before {
    color: #fff;
}


/* Quantity Box for Product Page */

.product-quantity-box .quantity,
.product-quantity-box .quantity:focus,
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    border: #e2e2e2 1px solid;
    color: #000;
}

.product-quantity-box label {
    margin-bottom: 0.5em;
}

.product-quantity-box {
    margin-right: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-quantity-box label {
    text-align: left;
}

.product-quantity-box .quantity {
    text-align: center;
    padding: 6px 15px;
    width: 38%;
    height: 44px;
    border-radius: 0;
    -webkit-appearance: none;
    float: left;
}

@media only screen and (max-width: 798px) {
    .product-quantity-box .quantity {
        width: calc(100% - 88px);
    }
}

.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    background: #f2f2f2;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    height: 44px;
    display: block;
    width: 44px;
    text-align: center;
    float: left;
}

.product-quantity-box .product-plus:hover,
.product-quantity-box .product-minus:hover {
    background: #d9d9d9;
}

@media only screen and (max-width: 798px) {
    .product-quantity-box .product-plus,
    .product-quantity-box .product-minus {
        display: inline;
        display: initial;
        margin: 0;
    }
}

.product-quantity-box .product-plus {
    border-left: 0;
    font-size: 16px;
    line-height: 44px;
}

.product-quantity-box .product-minus {
    border-right: 0;
    line-height: 44px;
    font-size: 18px;
}

.product-quantity-box+.inline_purchase {
    margin-top: 31.5px;
    width: 55%;
    float: left;
}

.product_section .product_form,
.product_section .contact-form {
    max-width: 400px;
}

@media only screen and (max-width: 798px) {
    .product_section .product_form,
    .product_section .contact-form {
        max-width: 100%;
    }
}


/* Full width product image template */

.product-full_width_images .product_section .description img {
    display: none;
}

.full-width-product-images img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .full-width-product-images .caption.align-center,
    .full-width-product-images .caption.align-right,
    .full-width-product-images .caption.align-left {
        text-align: center;
    }
}


/* #Blog
================================================== */

.sidebar .sidebar_content .input-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
}

.sidebar .sidebar_content .input-row input {
    margin: 5px 0;
}


/* #Newsletter
================================================== */

.newsletter {
    margin: 0px auto;
    max-width: 640px;
}

.input-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}

@media only screen and (max-width: 798px) {
    .input-row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.input-row input {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    max-height: 40px;
}

@media only screen and (max-width: 1024px) {
    .input-row input {
        margin: 5px 0;
    }
}

.input-row input.sign_up {
    display: inline-block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-height: 40px;
}

@media only screen and (max-width: 798px) {
    .input-row input.sign_up {
        width: 100%;
    }
}

.newsletter-both-names--true input.firstName {
    margin-right: 5px;
}


/*--- Newsletter popup ---*/

.js-newsletter-popup {
    display: none;
}

.newsletter__lightbox .fancybox-content {
    width: 100%;
    max-width: 740px;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .newsletter__lightbox .fancybox-close-small {
        display: block;
    }
}

@media only screen and (max-width: 798px) {
    .newsletter__lightbox .fancybox-close-small svg path {
        fill: white;
    }
}

.newsletter__lightbox .fancybox-toolbar {
    display: none;
}

.newsletter-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #ffffff;
    padding: 0;
    width: 100%;
}

@media only screen and (max-width: 798px) {
    .newsletter-popup {
        line-height: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 799px) and (max-width: 1023px) {
    .popup-signup-show--true input.sign_up {
        margin-left: 0px;
    }
}

.popup-signup-show--false {
    display: none;
}

.newsletter-both-names--false .newsletter input[type="text"] {
    width: 100%;
}

.newsletter-img {
    width: 40%;
}

@media only screen and (max-width: 798px) {
    .newsletter-img {
        width: 100%;
    }
}

.newsletter-img img {
    width: 100%;
    display: block;
}

.newsletter-info {
    text-align: center;
    color: #363636;
    background-color: #ffffff;
    height: auto;
    float: left;
}

@media only screen and (max-width: 798px) {
    .newsletter-info {
        padding: 20px;
        width: 100% !important;
        position: relative;
    }
}

.newsletter-info input.contact_email[type="email"] {
    width: 65%;
    float: left;
}

@media only screen and (max-width: 1024px) {
    .newsletter-info input.contact_email[type="email"] {
        width: 100%;
    }
}

.newsletter-info #contact_form input.sign_up[type="submit"] {
    width: calc(35% - 10px);
}

@media only screen and (max-width: 1024px) {
    .newsletter-info #contact_form input.sign_up[type="submit"] {
        width: 100%;
    }
}

.newsletter-info .input-row {
    margin-right: 0;
    margin-left: 0;
}

.newsletter-info .popup-signup-show--true {
    margin-top: 20px;
}

.newsletter-image--true .newsletter-popup__content {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

@media only screen and (max-width: 798px) {
    .newsletter-image--true .newsletter-popup__content {
        width: 100%;
        display: block;
    }
}

@media only screen and (min-width: 1025px) {
    .newsletter-image--true {
        max-height: 875px;
    }
}

@media only screen and (min-width: 1025px) {
    .newsletter-image--true.object-fit--none {
        height: auto;
    }
}

.newsletter-image--false {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.newsletter-image--false .newsletter-info {
    width: 100%;
    position: relative;
    height: auto;
    float: none;
}

.align-left .newsletter-info {
    right: 0;
}

.newsletter-description h2 {
    color: #363636;
    margin-top: 0;
}

.newsletter-description {
    padding: 40px;
    margin: 0 auto;
}

@media only screen and (max-width: 798px) {
    .newsletter-description {
        font-size: inherit;
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .newsletter-description {
        padding: 20px;
    }
}

@media only screen and (min-width: 1025px) {
    .newsletter-description {
        min-width: 350px;
        max-width: 70%;
    }
}

@media only screen and (min-width: 1401px) {
    .newsletter-description {
        font-size: inherit;
    }
}

.newsletter-buttons .button {
    height: auto;
    background-color: transparent;
    color: #363636;
    border: 1px solid #363636;
    transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
}

.newsletter-buttons .button:hover,
.newsletter-buttons .button.highlight-true {
    background-color: #363636;
    color: #ffffff;
    border: 1px solid #363636;
}

@media only screen and (max-width: 480px) {
    .newsletter-buttons .button {
        margin-top: 5px;
    }
}

.newsletter_section.newsletter-bgr-true {
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter_section.newsletter-bgr-true input.contact_email[type="email"] {
    border: 0;
}

@media only screen and (max-width: 480px) {
    .newsletter_section.newsletter-bgr-true {
        text-align: center !important;
    }
}

.section_form {
    padding: 10px 20px;
}

.section_form input[type="email"],
.section_form input[type="text"] {
    border: 0;
}

@media only screen and (max-width: 480px) {
    .section_form {
        padding: 0;
    }
}

.section_form .newsletter-text+.newsletter,
.section_form h5+.newsletter {
    margin-top: 18px;
}

.newsletter_section h5 {
    color: #000000;
    padding-top: 0px;
    margin: 0;
}

.newsletter_section .newsletter-text p {
    margin-bottom: 0;
}

.password-page-row form {
    display: inline-block;
    padding-top: 0 !important;
    width: 450px;
}

@media only screen and (max-width: 798px) and (min-width: 480px) {
    .password-page-row form {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .password-page-row form {
        width: 100%;
    }
}

.shopify-challenge__container {
    padding: 150px 0;
}


/*--- Newsletter in footer ---*/

.footer-section .newsletter_section {
    background-color: transparent;
    color: #6b6b6b;
}

.footer-section .newsletter_section h6 {
    color: #4e4b4a;
    font-size: 18px;
}

.footer-section .newsletter_section p {
    padding: 15px 0;
}

.footer-section .newsletter_section .newsletter {
    width: 100%;
}

.footer-section .newsletter_section .newsletter input {
    width: 100%;
}

.footer-section .newsletter_section .newsletter .action_button {
    margin-left: 0;
}


/* #Tables
================================================== */

table {
    width: 100%;
}

table th {
    font-weight: 700;
    background: #f9f9f9;
    text-align: left;
}

table th,
table td {
    padding: 4px;
}

table tr {
    border-bottom: 1px solid #DCDCDC;
}

table tr:first-child {
    border-top: 1px solid #DCDCDC;
}

table td,
table th {
    border-right: 1px solid #DCDCDC;
}

table td:first-child,
table th:first-child {
    border-left: 1px solid #DCDCDC;
}

table .em {
    font-weight: 700;
}

table tr.order_summary td.label {
    text-align: right;
}

table {
    margin-bottom: 20px;
}


/* #Misc
================================================== */

.allow-clickthrough {
    pointer-events: none !important;
}

.hidden {
    display: none;
}

.remove {
    color: #333333;
}

.relative {
    position: relative;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.right {
    float: right;
    position: relative;
}

.left {
    float: left;
}

.inline {
    display: inline;
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.text-align--center {
    text-align: center;
}

.text-align--left {
    text-align: left;
}

.text-align--right {
    text-align: right;
}

p.warning {
    text-align: center;
    font-weight: bold;
}

.warning--quantity {
    clear: both;
    display: inline-block;
}

@media only screen and (min-width: 799px) {
    .large--right {
        float: right;
        position: relative;
    }
}

.visuallyhidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.cart_item p.warning {
    margin-top: 5px;
}

.container div.mobile_only,
span.mobile_only,
.mobile_only {
    display: none;
}

.no_border {
    border: none !important;
}

.extra_padding {
    padding-top: 4px;
}

div.hidden {
    display: none;
}

div.is-absolute {
    position: absolute !important;
    top: 0;
    margin-top: 0;
}

.full-width-image {
    width: 100%;
}

#instantclick-bar {
    background: #4e4b4a;
    z-index: 100000;
    height: 4px;
}

#grid .column,
#grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
}

#grid .column:hover,
#grid .columns:hover {
    background: #bbb;
    color: #333;
}

#grid .example-grid {
    overflow: hidden;
}

.items_left {
    margin: 0 0 15px;
    line-height: 1.6em;
    font-size: normal;
    font-style: italic;
    color: #3c3c3c;
}

.cart .paypal-button+.paypal-button {
    display: none;
}

.shopify-reviews.reviewsVisibility--false {
    display: none;
}

iframe.gpay-iframe {
    display: none;
}


/* #Testimonials
================================================== */

.testimonial-section {
    position: relative;
}

.testimonial-section .set-static {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.testimonial-section .set-static .caption {
    position: static;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 40px;
    margin: auto;
}

.testimonial-section .set-testimonial-height {
    height: 95%;
}

@media only screen and (min-width: 799px) {
    .testimonial-section .darken-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.6);
    }
}

.testimonial-section .feature_divider {
    margin: 25px auto;
    width: 10%;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .testimonial-section .feature_divider {
        margin: 5px auto;
    }
}

.testimonial-section .use-mobile-color .animated {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.testimonial-block.gallery-cell.use-mobile-color {
    background-color: #666666;
}

.testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
    color: #ffffff;
}

@media only screen and (max-width: 480px) {
    .testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
        text-shadow: none;
    }
}

.caption-content.testimonial-text {
    width: 80%;
}

.caption-content.testimonial-text .subtitle {
    text-transform: none;
    color: #ffffff;
}

@media only screen and (max-width: 480px) {
    .caption-content.testimonial-text .subtitle {
        font-weight: normal;
        font-size: 14px;
    }
}

.caption-content.testimonial-text h2,
.caption-content.testimonial-text p.headline {
    color: #ffffff;
}

@media only screen and (max-width: 480px) {
    .caption-content.testimonial-text h2,
    .caption-content.testimonial-text p.headline {
        text-shadow: none;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial-block .caption {
        margin: auto;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

.testimonial-slideshow,
.testimonial-block.gallery-cell {
    background-color: transparent;
}


/* #FAQ Template
================================================== */

.page-faq .faq--heading {
    padding-top: 30px;
}


/* #Team Template
================================================== */

.team-page__content--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 798px) {
    .team-page__content--left {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-page__content--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
    .team-page__content--right {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-page__text,
.team-page__image,
.team-page__image img {
    width: 100%;
}

.team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
    max-width: 50%;
    width: 100%;
}

@media only screen and (max-width: 798px) {
    .team-page__content--multiple .team-page__text,
    .team-page__content--multiple .team-page__image {
        max-width: 100%;
    }
}

.team-page__content--multiple .team-page__text:first-child,
.team-page__content--multiple .team-page__image:first-child {
    margin-right: 20px;
}

.team-page__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.team-page__container {
    max-width: 70%;
}

.team-member__profile.columns,
.team-member__profile.column {
    margin-bottom: 30px;
}

.team-member__name {
    padding-top: 10px;
}

.team-member__wrap {
    position: relative;
}

.team-member__wrap:hover .team-member__overlay {
    opacity: 1;
}

.team-member__overlay {
    opacity: 0;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.team-member__details {
    -ms-transform: translateY(-50.1%);
    -webkit-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    top: 50%;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    padding: 20px;
}

.team-member__details img {
    display: block;
}

.team-member__details p {
    margin-top: 10px;
    line-height: 1.3;
}

.team-member__details .icon-twitter {
    display: inline-block;
    vertical-align: middle;
}

.team-member__title {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
}

.team-member__title:after {
    width: 30%;
    display: block;
    margin: 0 auto;
    content: '';
    height: 3px;
    margin-top: 20px;
}


/* #Logo-list
================================================== */

.logo-bar {
    text-align: center;
    margin-bottom: 20px;
}

.logo-bar a {
    transition: ease all 0.6s;
}

.logo-bar a:hover {
    opacity: 0.6;
}

.logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    width: 160px;
    margin-top: 20px;
}

@media only screen and (min-width: 799px) {
    .logo-bar__item {
        margin-left: 25px;
        margin-right: 25px;
    }
}


/* #Gallery Section
================================================== */

div.container.gallery-content {
    margin-top: 0;
    padding-top: 0;
}

.gallery-section {
    text-align: center;
}

.gallery-section .container {
    padding: 0px;
}

.gallery-section .gallery-break {
    width: 100%;
    clear: both;
}

.gallery-section .display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.gallery-section .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.gallery-section .gallery-image-wrapper,
.gallery-section .gallery-empty-wrapper {
    margin: 5px;
    position: relative;
}

.gallery-section .gallery-empty-wrapper {
    min-height: 150px;
}

.gallery-section .gallery-empty-wrapper:nth-child(even) .placeholder-svg {
    background-color: rgba(51, 51, 51, 0.3);
}

.gallery-section a {
    display: block;
}

.gallery-image-wrapper .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.gallery-image-wrapper .overlay .icon-zoom {
    color: white;
    font-size: 1.5em;
    top: 50%;
}

.gallery-image-wrapper:hover .overlay {
    opacity: 1;
}

.two-per-row .overlay .icon-zoom {
    font-size: 2.5em;
}

.three-per-row .overlay .icon-zoom {
    font-size: 2em;
}

.gallery-section.gallery-horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-section.gallery-horizontal i {
    display: block;
}

.gallery-section.gallery-horizontal img {
    position: absolute;
    top: 0;
    width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (min-width: 2000px) {
    .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
        width: 15%;
        flex-basis: initial !important;
        flex-grow: initial !important;
    }
}

.gallery-section.gallery-horizontal .gallery-empty-wrapper {
    width: 190px;
}

.gallery-full {
    display: inline-block;
    width: 100%;
}

.gallery-full .gallery-image-wrapper,
.gallery-full .gallery-empty-wrapper {
    margin: 0;
}

.gallery-full .gallery-empty-wrapper {
    width: 25%;
}

.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
    display: block;
    float: left;
    margin: 0;
}

.gallery-section.gallery-classic .gallery-image-wrapper img,
.gallery-section.gallery-classic .gallery-image-wrapper svg,
.gallery-section.gallery-classic .gallery-empty-wrapper img,
.gallery-section.gallery-classic .gallery-empty-wrapper svg {
    width: 100%;
    display: block;
}

.gallery-section.gallery-classic .add-padding {
    padding: 5px;
}

.gallery-section.gallery-classic .two-per-row {
    width: 50%;
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .two-per-row {
        width: 100%;
    }
}

.gallery-section.gallery-classic .three-per-row {
    width: 33.333%;
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .three-per-row {
        width: 100%;
    }
}

.gallery-section.gallery-classic .four-per-row {
    width: 25%;
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .four-per-row {
        width: 100%;
    }
}

.gallery-section.gallery-classic .five-per-row {
    width: 20%;
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .five-per-row {
        width: 100%;
    }
}

.gallery-section.gallery-masonry .masonry {
    font-size: .85em;
    line-height: 0px;
    margin: 10px 0;
    column-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
}

.gallery-section.gallery-masonry .gallery-empty-wrapper {
    min-height: 100px;
    overflow: hidden;
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    min-width: 800px;
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
    display: none;
}

.gallery-section.gallery-masonry .adjust-columns {
    column-gap: 0px;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    overflow: hidden;
}

.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
}

.gallery-section.gallery-masonry .gallery-image-wrapper img,
.gallery-section.gallery-masonry .gallery-image-wrapper svg,
.gallery-section.gallery-masonry .gallery-empty-wrapper img,
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    width: 100%;
    display: block;
}

.gallery-section.gallery-masonry .two-per-row {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .two-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .two-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.gallery-section.gallery-masonry .three-per-row {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .three-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .three-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.gallery-section.gallery-masonry .four-per-row {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .four-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .four-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.gallery-section.gallery-masonry .five-per-row {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .five-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .five-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.gallery-section.gallery-masonry.gallery-full .gallery-image-wrapper,
.gallery-section.gallery-masonry.gallery-full .gallery-empty-wrapper {
    margin: 0px;
    margin-bottom: 0px !important;
}


/* #Recently Viewed
================================================== */

.rv-container {
    display: block;
}

.rv-container .thumbnail:empty {
    margin-bottom: 0;
}

.sidebar .collection_swatches .swatch {
    float: left;
}

.sidebar .toggle_list .rv-container a:hover {
    border-color: transparent;
}

.sidebar .toggle_list .rv-container a.product-info__caption.hidden {
    display: none;
}

@media only screen and (max-width: 798px) {
    .sidebar .toggle_list .rv-container a.product-info__caption.hidden {
        display: block;
    }
}

.sidebar .recently-viewed__title {
    display: none;
}

.sidebar .rv-sidebar-element .product_image,
.sidebar .rv-sidebar-element .product-info__caption {
    max-width: 75%;
}

.sidebar .rv-sidebar-element .product_image a {
    display: block;
}

.sidebar .rv-sidebar-element .product_image img {
    height: auto;
}

@media only screen and (max-width: 798px) {
    .sidebar .product-list .thumbnail .title,
    .sidebar .product-list .thumbnail .price,
    .sidebar .product-list .thumbnail .brand {
        text-align: left;
        display: block;
    }
}

.sidebar .product-list .thumbnail .thumbnail-overlay {
    position: relative;
    opacity: 1;
    background: transparent;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details {
    position: relative;
    transform: none;
    transition: none;
    opacity: 1;
    text-align: left;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title {
    color: #333333;
    padding: 0;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title,
.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .price {
    font-size: 0.9vw;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info {
    position: relative;
    font-size: 12px;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    padding-bottom: 0;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info .quick_shop {
    display: none;
}

.product-description-bottom .js-recently-viewed.rv-main {
    clear: both;
}

.rv-box-element .js-recently-viewed-product:nth-child(2),
.rv-sidebar-element .js-recently-viewed-product:nth-child(2) {
    display: none;
}


/* #Search autocomplete
================================================== */

.dropdown .header_search_form .search__results .item-result,
.main_nav .search__results .item-result {
    left: 0;
    width: 100%;
    background: #1b1f23;
    border-left: 0;
    border-right: 0;
}

.dropdown .header_search_form .search__results .item-result a .title,
.main_nav .search__results .item-result a .title {
    color: #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.dropdown .header_search_form .search__results .item-result a:hover,
.main_nav .search__results .item-result a:hover {
    background: #1b1f23;
}

.dropdown .header_search_form .search__results .item-result a:hover .title,
.main_nav .search__results .item-result a:hover .title {
    color: #ffffff;
}

.dropdown .header_search_form .search__results .item-result a:hover span,
.main_nav .search__results .item-result a:hover span {
    color: #d9d9d9;
}

.dropdown .header_search_form li.all-results a:hover,
.main_nav li.all-results a:hover {
    color: #ffffff;
}

.nav .search__results {
    width: 350px;
    right: 0;
    left: auto;
}

.nav .search__results li a:active {
    transition: ease-in-out 0s all;
}

.search_container input {
    z-index: 29;
}

.search__results {
    z-index: 30;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: absolute;
}

.search__results li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #cccccc;
    overflow: hidden;
}

.search__results li:first-child {
    border-top: none;
}

.search__results li a,
.search__results li a:active {
    width: 100%;
    transition: ease-in-out 0.3s all;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 20px;
}

.search__results li a:hover {
    background-color: rgba(78, 75, 74, 0.1);
}

.search__results li a:active {
    background-color: rgba(78, 75, 74, 0.3);
}

.search__results li img {
    display: block;
}

.search__results .title {
    text-transform: none;
    padding-left: 8px;
    text-align: left;
    font-size: 14px;
}

.search__results .thumbnail {
    padding: 0;
    text-align: center;
}

.search__results .thumbnail img {
    max-width: 70px;
    max-height: 70px;
}

.search__results .result--page .title {
    padding-left: 0;
}

.search__results .result--page span.item-pricing {
    text-transform: none;
    font-weight: lighter;
    font-size: 0.8rem;
}

.menu a span.item-pricing,
span.item-pricing {
    padding: 0;
}

.menu a span.item-pricing span,
span.item-pricing span {
    padding: 0;
}

.all-results {
    width: 100%;
    margin: 0;
}

.all-results span {
    display: block;
    width: 100%;
    text-align: center;
}

.all-results span.item-pricing {
    color: #4e4b4a;
}

.all-results a {
    color: #ffffff;
    background-color: #7f7977;
}

.all-results a:hover {
    background-color: #4f4d4d;
}


/* #Search page
================================================== */

.search-template-section form {
    position: relative;
}

.search-template-section .search_container {
    position: relative;
}

.search-template-section .search_container .search-submit {
    z-index: 900;
}

.search-matrix .product_row {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.search-matrix .product_row:last-child {
    border-bottom: none;
}


/* #Search Section
================================================== */

.search-bgr-true {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-section {
    background-color: #cccccc;
    width: 100%;
    display: inline-block;
}

.search-section h2 {
    margin-bottom: 0.25em;
}

.search-section h2,
.search-section p {
    color: #000000;
}

.search-section .container {
    padding: 40px 0;
}

.text-align--center .search__container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

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

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

.search__container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.search__container .search__wrapper {
    display: inline-block;
    position: relative;
    max-width: 650px;
    width: 100%;
}

.search__container input[type="text"] {
    font-size: 15px;
    display: inline-block;
    border: 1px solid #000;
    min-height: 50px;
    height: 50px;
    margin-bottom: 0;
}

.search__container input[type="text"]:active,
.search__container input[type="text"]:focus {
    border: 1px solid #000;
}

.search__form {
    width: 100%;
    max-width: 650px;
    position: relative;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search__results {
    top: 100%;
    width: 100%;
}

.search__results li {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.search__results .all-results {
    border: 0;
    background-color: #7f7977;
    width: 100%;
    margin: 0;
}

.search__results .all-results span {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

.search__results .all-results span.item-pricing {
    color: #4e4b4a;
}

.search__results .all-results a,
.search__results .all-results a:active {
    color: #ffffff;
    padding: 20px;
    text-align: center;
    display: block;
    line-height: 1;
}

.search__results .all-results:hover {
    background-color: #4f4d4d;
}

.search__button {
    position: absolute;
    margin-top: 0;
    top: 0;
    height: 50px;
    width: 50px;
    right: 0px;
    padding: 0;
    background-color: #000;
    border-color: transparent;
    color: white;
    font-size: 24px;
    border-radius: 0px;
}

.search__button:hover {
    color: white;
    background-color: #999999;
    border: 1px solid #000;
    border-left: 0px;
}


/* #Site Styles
================================================== */

.banner-svg div.container {
    margin: 0 auto;
}

div.container {
    margin: 0 auto;
    padding: 20px 0;
}

.featured_text {
    font-size: 18px;
    line-height: 36px;
}

.large_text {
    font-size: 28px;
    line-height: 50px;
}

div.content {
    padding: 30px 0px 15px 0;
}


/* #Header
================================================== */

@media only screen and (max-width: 798px) {
    .dropdown .header_search_form .search__results {
        margin-top: 30px;
    }
}

.dropdown .header_search_form .search-terms {
    height: 50px;
    min-height: 50px;
}

.main_nav div.logo div {
    padding-top: px;
    padding-bottom: 15px;
    display: block;
    color: #ffffff !important;
    outline: 0;
}

.menu-position--block div.logo {
    width: 100%;
}

.menu-position--block .sticky_nav div.logo {
    display: none;
}

.menu-position--inline div.logo {
    padding-left: 20px;
}

div.logo {
    width: 16%;
    float: left;
}

div.logo img {
    width: 100%;
}

div.logo.text-align--center img {
    margin: 0 auto;
}

div.logo.text-align--left {
    padding-left: 20px;
}

.primary_logo {
    display: block;
}

.secondary_logo {
    display: none;
}

header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
    display: none;
}

header.secondary_logo--true:not(.feature_image) img.secondary_logo {
    display: none !important;
}

header.secondary_logo--true:not(.feature_image) img.primary_logo {
    display: inline !important;
}

div.section {
    margin: 10px 0;
}

.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
    color: #363636;
}

.featured_content {
    background-color: #f6f7f9;
}

.nav_arrows {
    float: right;
}

.sku {
    margin: 0;
}

#category {
    width: 100%;
}


/* Pagination & infinite scrolling */

.paginate,
.load-more {
    text-align: center;
}

.paginate .page a,
.paginate .current,
a.tag {
    border: solid 1px #cccccc;
    margin: 10px 5px;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.paginate .page a:hover,
.paginate .current:hover,
a.tag:hover {
    color: #fff;
    background-color: #565554;
    border: solid 1px #565554;
}

.paginate .current {
    font-weight: bold;
    color: #fff;
    background-color: #565554;
    border: solid 1px #565554;
}

.paginate .next,
.paginate .prev {
    display: inline-block;
    margin: 10px 0;
    padding: 0.5rem 1rem;
}

.load-more {
    display: none;
    width: 100%;
}

.collection-template-section .load-more,
.search-template-section .load-more {
    display: block;
    clear: both;
}

.load-more__icon {
    opacity: 0;
    height: 0;
    width: 0;
    transition: all 0.3s linear;
    background: url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/loader.gif") center center no-repeat;
    background-size: 32px 32px;
    margin: 0 auto;
}

.collection-matrix.loading-in-progress.filter-loading {
    height: 0;
}

.collection-matrix.loading-in-progress+.load-more__icon {
    width: 44px;
    height: 44px;
    opacity: 1;
}

a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0;
}

.paginate .deco {
    border: none;
}


/* Product list - collections */

.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    display: block;
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in;
}

.product-list .thumbnail .thumbnail-overlay>a,
.slider-gallery .thumbnail .thumbnail-overlay>a,
.list-collections .thumbnail .thumbnail-overlay>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .thumbnail-overlay,
    .slider-gallery .thumbnail .thumbnail-overlay,
    .list-collections .thumbnail .thumbnail-overlay {
        display: none;
    }
}

@media only screen and (min-width: 1401px) {
    .product-list .thumbnail .thumbnail-overlay,
    .slider-gallery .thumbnail .thumbnail-overlay,
    .list-collections .thumbnail .thumbnail-overlay {
        line-height: 1.5;
    }
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.product-list .thumbnail img,
.slider-gallery .thumbnail img,
.list-collections .thumbnail img {
    vertical-align: bottom;
    transition: opacity .3s ease-in;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: contain; object-position: top center";
}

.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
    display: block;
    margin-top: 20px;
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .product-info__caption,
    .slider-gallery .thumbnail .product-info__caption,
    .list-collections .thumbnail .product-info__caption {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .touchevents .product-info__caption {
        display: block;
    }
    .touchevents .thumbnail-overlay {
        display: none;
    }
}

.hidden-product-link {
    line-height: 0;
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.featured_collections .thumbnail {
    text-align: center;
}

.swap-true img.secondary,
.swap-true img.secondary.lazyloaded {
    display: none;
    width: auto;
    margin: 0 auto;
}

.swap-true.toggle-images img:first-of-type,
.swap-true.toggle-images img.lazyloaded:first-of-type {
    display: none;
}

.swap-true.toggle-images img.secondary,
.swap-true.toggle-images img.secondary.lazyloaded {
    display: block;
}

.product-list .thumbnail .swap-true img.secondary,
.product-list .thumbnail .swap-true img.secondary.lazyloaded,
.slider-gallery .thumbnail .swap-true img.secondary,
.slider-gallery .thumbnail .swap-true img.secondary.lazyloaded {
    display: none;
    width: auto;
    margin: 0 auto;
}

.product-list .thumbnail .swap-true.toggle-images img:first-of-type,
.product-list .thumbnail .swap-true.toggle-images img.lazyloaded:first-of-type,
.slider-gallery .thumbnail .swap-true.toggle-images img:first-of-type,
.slider-gallery .thumbnail .swap-true.toggle-images img.lazyloaded:first-of-type {
    display: none;
}

.product-list .thumbnail .swap-true.toggle-images img.secondary,
.product-list .thumbnail .swap-true.toggle-images img.secondary.lazyloaded,
.slider-gallery .thumbnail .swap-true.toggle-images img.secondary,
.slider-gallery .thumbnail .swap-true.toggle-images img.secondary.lazyloaded {
    display: block;
}

.slider-gallery .gallery-cell img.secondary,
.slider-gallery .gallery-cell img.secondary.lazyloaded {
    display: none;
    width: auto;
}


/* Thumbnail overlay */

.quick_shop,
.view_all {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    margin-top: 2rem;
    color: #ffffff;
    opacity: 0;
    pointer-events: all;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, color 0.3s linear, background-color 0.3s linear;
}

.quick_shop:hover,
.view_all:hover {
    color: #000000;
    background-color: #ffffff;
}

.thumbnail .price span.money {
    color: #4e4b4a;
}

.thumbnail .price span.money:hover {
    color: #565554;
}

.thumbnail .sale span.money {
    color: #ffffff;
}

.thumbnail .was_price span.money {
    color: #3c3c3c;
}


/* Product banners */

.new {
    position: relative;
    display: inline;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.thumbnail .sold_out,
.sold_out {
    font-weight: bold;
    color: #333333;
}

.thumbnail-overlay .sold_out {
    font-weight: normal;
    color: #ffffff;
}

.thumbnail .sale,
.sale {
    color: #ffffff;
}

.banner_holder {
    position: absolute;
    top: 0;
    right: 0;
}

.sale_banner,
.new_banner,
.preorder_banner {
    background: #d54d4d;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

@media only screen and (max-width: 798px) {
    .sale_banner,
    .new_banner,
    .preorder_banner {
        padding: 4px 10px;
        font-size: smaller;
    }
}

.new_banner,
.preorder_banner {
    background: #03a196;
}

a.secondary_button,
input.secondary_button {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    margin: 20px 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4e4b4a;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

a.secondary_button:hover,
a.secondary_button:active,
a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
    color: #565554;
}

.thumbnail .price,
.thumbnail .title {
    display: block;
    margin-bottom: 5px;
    font-size: inherit;
    line-height: 1.2;
}

.cart_price {
    float: right;
    text-align: right;
    padding-left: 20px;
    font-weight: bold;
    display: none;
}

#estimated-shipping,
.excluding_tax {
    display: block;
}

.cart_page_image {
    text-align: center;
}

.cart_page_image img {
    margin-bottom: 1em;
    width: 100%;
}

.cart_content_info {
    padding: 0;
}

.cart_content_info h5 {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
}

.cart_content_info .price_total {
    padding: 0 0 10px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.subtotal {
    border-left: 1px solid #cccccc;
    padding-left: 40px;
}

@media only screen and (max-width: 798px) {
    .subtotal {
        border-left: none;
        border-top: 1px solid #cccccc;
        padding-left: 0;
        padding-top: 20px;
    }
}

.subtotal_amount {
    font-size: 1.4em;
    font-weight: bold;
}

button.update {
    width: 30%;
    float: right;
}

.size_chart {
    float: right;
    padding-top: 5px;
}

#size-chart {
    display: none;
}

#size-chart h5 {
    padding: 15px 0 0 0;
    text-align: center;
}

.price_total_text {
    font-weight: normal;
    display: none;
}

.was_price {
    text-decoration: line-through;
    color: #3c3c3c;
    text-shadow: none;
    font-weight: normal;
    font-size: 12px;
}

.cart_savings {
    text-align: left;
}

.savings {
    font-size: 15px;
    display: block;
}

.thumbnails a {
    display: block;
    margin-bottom: 1em;
}


/* #Instagram Feed
================================================== */

#instafeed .instagram__item {
    position: relative;
    margin-bottom: 20px;
}

.instagram__item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.instagram__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.instagram__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.instagram__video-link:after,
.instagram__video-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.instagram__video-link:after {
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 20px solid #fff;
    margin-top: -18px;
    margin-left: -7px;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}

.instagram__video-link:before {
    margin-top: -34px;
    margin-left: -34px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.42);
    transition: background 0.3s ease;
}

.instagram__video-link:hover:before {
    background: rgba(0, 0, 0, 0.7);
}

.arrow {
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6;
}

.modal {
    margin: 10px 0;
    display: none;
    background-color: #ffffff;
}

.modal_product {
    width: auto;
    line-height: 0px;
    max-width: 940px;
}

.modal_product img {
    cursor: pointer;
}

.modal_image {
    text-align: center;
}

.modal a {
    padding-bottom: 0;
}

.modal-content-confirm-close{
    max-width: 600px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    position: fixed;
}

.modal p.modal_price,
p.modal_price {
    font-size: 20px;
    margin-bottom: 10px;
}

.modal form {
    margin-bottom: 10px;
}

.notify_form #contact_form .action_button {
    width: 100%;
}

.product_image_col {
    margin-top: 15px;
    text-align: center;
}

.meta {
    font-size: 13px;
}

.meta p {
    font-size: 13px;
    margin-bottom: 0px;
}

p.meta {
    margin-bottom: 10px;
}

.comment-body p.meta {
    margin-bottom: 5px;
}

.comment-body h6 {
    padding: 0;
}

.sidebar_title {
    padding-bottom: 0px;
}

.blog-section h2 {
    margin-bottom: 0;
    line-height: 1.2;
}

.blog-section h2 a {
    color: #333333;
}

.blog_meta {
    margin-bottom: 0;
}

.blog_meta span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: smaller;
    color: #3c3c3c;
}

.blog_meta span:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    margin: -1px 5px 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #3c3c3c;
}

.blog_meta span:last-child:after {
    background-color: transparent;
}

.tags span a {
    color: #4e4b4a;
}

.article h3.sub_title {
    letter-spacing: 0;
    margin: 10px auto 0;
}

.article_content {
    margin-top: 20px;
}

.excerpt {
    line-height: 1.5;
    margin: 1em 0;
}

.article,
.article_image {
    padding-bottom: 15px;
}

#comment_form .action_button,
#contact_form .action_button {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 798px) {
    #comment_form .action_button,
    #contact_form .action_button {
        width: 100%;
    }
}

#contact_form .action_button.sign_up {
    display: inline-block;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    float: none;
}

body.article {
    padding-bottom: 0;
}

.toggle span {
    color: #3c3c3c;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: smaller;
    float: right;
    display: none;
}

.sidebar .blog_search {
    margin-bottom: 15px;
}

.sidebar .blog_search input {
    width: 100%;
}

.meta .label,
.label {
    color: #3c3c3c;
}

.blog_meta,
.blog_meta a {
    color: #3c3c3c;
}

.blog_meta a:hover {
    color: #565554;
}

.count {
    font-style: normal;
    font-size: 13px;
}

.checkout {
    display: block;
    float: right;
    margin-top: 0px;
}

.additional-checkout-buttons {
    text-align: center;
    margin-top: 10px;
}

.additional-checkout-buttons>*:not(script) {
    padding: 10px 0 0 10px;
    vertical-align: top;
    line-height: 1;
}

@media only screen and (max-width: 480px) {
    .additional-checkout-buttons>*:not(script) {
        padding: 10px 0 0 5px;
    }
}

.additional-checkout-buttons>*:not(script):first-child,
.additional-checkout-buttons>*:not(script):empty {
    padding-left: 0px;
}

.or {
    line-height: 40px;
    font-style: normal;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .or {
        line-height: initial;
        text-align: left;
    }
}

.comment {
    margin-bottom: 20px;
}


/*--Author Bio + Social Share Buttons--*/

.author_share_wrap {
    width: 100%;
    border-top: 1px solid #cccccc;
    min-height: 40px;
    padding: 15px 0;
    margin-top: 15px;
    overflow: auto;
}

.blog_author {
    width: 60%;
    float: left;
}

@media only screen and (max-width: 798px) {
    .blog_author {
        width: 100%;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 15px;
    }
}

.blog_author img {
    width: 80px;
    height: 80px;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 15px;
}

.author_bio {
    text-align: left;
}

.author_bio h6 {
    padding-top: 0;
}

.author_bio p {
    font-size: 0.9em;
}

.blog_share {
    width: 38%;
    float: right;
    text-align: right;
}

@media only screen and (max-width: 798px) {
    .blog_share {
        width: 100%;
        float: left;
    }
}

.red {
    color: #C33;
}

.address p {
    margin-bottom: 5px;
}

div#disqus_thread ul,
div#disqus_thread li {
    border: none;
}

.search_page {
    padding: 100px 0;
}


/* #Swatch Styles
================================================== */


/* SASS variables for swatch dimensions */

.swatch-element.swatch--active {
    border-color: black;
    box-shadow: 0px 0px 0px 2px white;
}

.selector-wrapper label {
    margin-bottom: 0.5em;
}

.collection_swatches {
    margin: 10px 0 5px 0;
}

.collection_swatches .swatch {
    display: inline-block;
    padding: 3px;
    line-height: 0;
}

.collection_swatches .swatch:hover {
    border-color: black;
}

.collection_swatches .swatch span {
    width: 34px;
    min-width: 34px;
    height: 34px;
    float: none;
    display: inline-block;
    border: #e2e2e2 1px solid;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-position: center;
    background-size: cover;
}

.fancybox-bg {
    opacity: 1;
    background-color: rgba(43, 46, 56, 0.9);
}

@media only screen and (max-width: 480px) {
    .fancybox-bg {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

@media only screen and (min-width: 481px) {
    .fancybox-toolbar {
        display: none;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fancybox-slide {
        text-align: left;
        padding: 44px 0;
    }
}


/* Add border around images */

@media only screen and (min-width: 481px) {
    .fancybox-slide--image {
        padding: 44px;
    }
}

.fancybox-slide--image .fancybox-image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%;
}

.fancybox-slide--image .fancybox-image-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fancybox-slide--image .fancybox-content {
    padding: 0;
    background-color: white;
}

@media only screen and (min-width: 481px) {
    .fancybox-slide--image .fancybox-content {
        box-shadow: 0px 0px 0px 30px white;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fancybox-slide--image .fancybox-content {
        position: relative !important;
        width: 100%;
        height: 100%;
    }
}

.fancybox-slide--image .fancybox-close-small {
    top: -30px;
    right: -30px;
}

.fancybox-is-scaling .fancybox-image-wrap,
.fancybox-can-pan .fancybox-image-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
}


/* Hide elements while zooming or when zoomed-in */

.fancybox-is-scaling .fancybox-item,
.fancybox-can-pan .fancybox-item {
    display: none !important;
}


/* Style close button */

.fancybox-close,
.fancybox-close-small {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    z-index: 2;
    color: #95979c;
    background-color: transparent;
}

.fancybox-close svg,
.fancybox-close-small svg {
    display: none;
}

.fancybox-close:hover,
.fancybox-close-small:hover {
    color: black;
}

@media only screen and (max-width: 480px) {
    .fancybox-close,
    .fancybox-close-small {
        display: none;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fancybox-close,
    .fancybox-close-small {
        display: block !important;
    }
}

.fancybox-close:before,
.fancybox-close-small:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

.fancybox-button {
    min-height: auto;
}

@media only screen and (max-width: 480px) {
    .fancybox-button {
        background-color: white;
    }
    .fancybox-button svg path {
        fill: #95979c;
    }
}


/* Style navigation elements */

.fancybox-content:hover .fancybox-nav {
    opacity: 1;
}

.fancybox-nav {
    transition: opacity 0.2s linear;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-nav span {
    pointer-events: none;
}

.fancybox-nav svg path {
    fill: #333333;
}

.fancybox-next {
    right: 0;
}

.fancybox-prev {
    left: 0;
}

.fancybox-nav:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.fancybox-nav span {
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .touchevents .fancybox-nav {
        display: none;
    }
}


/* #Footer
================================================== */

.footer {
    font-size: 13px;
    padding: 20px 0;
    border-top: solid 1px #1b1f23;
    background-color: #1b1f23;
    background-position: center center;
    color: #6b6b6b;
}

.footer .input-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
}

.footer .input-row input {
    margin: 5px 0;
}

.footer-text .toggle_content {
    padding-top: 15px;
}

.no-footer-title.footer-text .toggle_content {
    padding-top: 0;
}

@media only screen and (max-width: 798px) {
    .no-footer-title.footer-text .toggle_content {
        display: block;
        padding-top: 20px;
    }
}


/* If no shop logo used, apply text styling as per theme settings */

.footer .logo {
    color: #ffffff !important;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
    width: 100%;
    word-wrap: break-word;
    float: none;
}

@media only screen and (max-width: 798px) {
    .footer .logo {
        text-align: center;
    }
}

img.footer-logo {
    width: 75%;
    max-width: 250px;
    margin-bottom: 10px;
    display: inline-block;
}

@media only screen and (max-width: 798px) {
    img.footer-logo {
        max-width: 50% !important;
        margin: 0 25% 25px;
    }
}

.footer .empty-column {
    width: 100%;
    height: 1px;
}

.footer .footer-menu-wrap h6 {
    margin: 0;
    padding: 0 0 5px 0;
    color: #4e4b4a;
    font-size: 18px;
}

@media only screen and (max-width: 798px) {
    .footer .footer-menu-wrap h6 {
        border-top: 1px solid #1b1f23;
        margin-bottom: 5px;
        padding: 10px 20px 5px;
    }
}

.footer .footer-menu-wrap h6>span {
    display: none;
}

@media only screen and (max-width: 798px) {
    .footer .footer-menu-wrap h6>span {
        display: inline-block;
        transition: transform 0.3s linear;
        perspective: 1000;
    }
}

@media only screen and (min-width: 799px) {
    .footer .toggle_content {
        display: block !important;
    }
}

.footer a,
.footer a:visited {
    color: #4e4b4a;
    font-size: 13px;
}

.footer a:hover,
.footer a:active {
    color: #ffffff;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0;
}

.footer ul li {
    margin-bottom: 1em;
    line-height: 1.1;
}

.footer form {
    margin-bottom: 0;
}

.footer-menu-wrap {
    text-align: left;
}

.page-contact .footer {
    margin-top: 0;
}

.page-contact .maps {
    position: relative;
    bottom: -6px;
}

.page-landing .maps {
    position: relative;
    bottom: -7px;
}

.maps iframe {
    pointer-events: none;
    display: block;
}

.newsletter form {
    margin-bottom: 0;
}

.footer_credits {
    border-top: 1px solid #1b1f23;
    margin-top: 10px;
}

.payment_methods {
    margin: 10px 0 6px 0;
    padding-top: 10px;
}

@media only screen and (min-width: 799px) {
    .payment_methods {
        float: right;
        text-align: right;
    }
}

.payment_methods svg {
    padding-right: 4px;
    height: 30px;
    width: 48px;
}

.credits {
    text-align: left;
    padding-top: 20px;
}

@media only screen and (min-width: 799px) {
    .credits {
        float: left;
    }
}

h6 span,
h4 span,
.sublink span {
    transition: transform 0.3s linear;
    perspective: 1000;
}

.footer-menu-wrap,
#mobile_menu,
.sidebar {
    -webkit-transform: translate3d(0, 0, 0);
}

.footer-menu-wrap .active span,
.footer-menu-wrap span.active,
#mobile_menu .active span,
#mobile_menu span.active,
.sidebar .active span,
.sidebar span.active {
    transform: rotateX(180deg);
}

.sidebar span.menu-toggle {
    float: right;
    display: inline-block;
    cursor: pointer;
    padding: 0 6px 0 6px;
    margin-right: 0;
    transition: transform 0.3s linear;
    perspective: 1000;
    transform: none;
}

.sidebar span.menu-toggle.active {
    transform: rotateX(180deg);
}


/* Footer and mobile menu accordion (mobile only) */

@media only screen and (max-width: 798px) {
    .footer-menu-wrap h6,
    .sidebar h6,
    #mobile_menu h6 {
        padding-top: 8px;
        cursor: pointer;
        border-top: 1px solid #4e4b4a;
        margin-top: 0;
    }
    .footer-menu-wrap h6 span,
    .footer-menu-wrap h4 span,
    .footer-menu-wrap .sublink span,
    .sidebar h6 span,
    .sidebar h4 span,
    .sidebar .sublink span,
    #mobile_menu h6 span,
    #mobile_menu h4 span,
    #mobile_menu .sublink span {
        display: inline-block;
        transition: transform 0.3s linear;
        perspective: 1000;
    }
    .footer-menu-wrap .columns>ul,
    .sidebar .columns>ul,
    #mobile_menu .columns>ul {
        display: none;
        padding-left: 20px;
    }
    .footer-menu-wrap .columns>ul li,
    .sidebar .columns>ul li,
    #mobile_menu .columns>ul li {
        line-height: 1.7;
    }
    .toggle_content {
        display: none;
        padding: 0 20px;
    }
}

@media only screen and (min-width: 799px) {
    h4.toggle {
        pointer-events: none;
    }
    .footer-menu-wrap h6 {
        pointer-events: none;
    }
    .footer-menu-wrap .columns>ul {
        display: block !important;
    }
}


/* Promo banner */

.header .promo_banner a,
.header .promo_banner a:visited a:hover,
#header .promo_banner a,
#header .promo_banner a:visited a:hover {
    color: #333333;
}

.promo_banner {
    background-color: #4c4c4c;
    text-align: center;
    color: #333333;
    font-size: 12px;
    position: relative;
    width: 100%;
    height: 0;
    line-height: 0;
    z-index: 5000;
    top: 0;
    transition: all 0.3s linear;
    overflow: hidden;
}

.promo_banner .promo_banner__content {
    margin: 0px auto;
    padding: 0 1.5rem;
}

@media only screen and (max-width: 798px) {
    .promo_banner .promo_banner__content {
        font-size: 10px;
        max-height: 50px;
    }
}

.promo_banner p {
    margin-bottom: 0;
    display: inline;
    line-height: 1;
}

.promo_banner .promo_banner-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1000;
}

.promo_banner .promo_banner-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

.promo_banner-show .promo_banner {
    transition: all 0s linear;
    height: auto;
    min-height: 30px;
    line-height: 1.1;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.top_bar {
    padding-top: 0;
    position: relative;
    transition: padding-top 0.3s linear;
}

@media only screen and (max-width: 480px) {
    .top_bar {
        padding-top: 0;
    }
}

.page_banner+#pagecontent {
    padding-bottom: 0;
}

.promo_banner-show .page_banner {
    margin-top: calc(40px + 30px);
}

.promo_banner-show .page_banner+#pagecontent {
    padding-bottom: 0;
}

.index-sections .under-menu:nth-child(1) {
    margin-top: 40px;
}

.page-details-section .under-menu:nth-child(1) {
    margin-top: 40px;
}

.index.promo_banner-show #pagecontent {
    display: block;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .mobile_nav-fixed--true #pagecontent,
    .mobile_nav-fixed--false #pagecontent {
        display: block;
        padding-bottom: 40px;
    }
    .mobile_nav-fixed--true .page_banner,
    .mobile_nav-fixed--false .page_banner {
        margin-top: 40px;
    }
    .mobile_nav-fixed--true .page_banner+#pagecontent,
    .mobile_nav-fixed--false .page_banner+#pagecontent {
        padding-bottom: 0;
    }
    .index-sections .under-menu:nth-child(1) {
        margin-top: 0;
    }
    .page-details-section .under-menu:nth-child(1) {
        margin-top: 0;
    }
    .page-banner .under-menu:nth-child(1) {
        margin-top: 0;
    }
    .promo_banner-show.mobile_nav-fixed--true #pagecontent,
    .promo_banner-show.mobile_nav-fixed--false #pagecontent {
        padding-bottom: calc(40px + 30px);
    }
    .promo_banner-show.mobile_nav-fixed--true .page_banner,
    .promo_banner-show.mobile_nav-fixed--false .page_banner {
        margin-top: calc(40px + 30px);
    }
    .promo_banner-show.mobile_nav-fixed--true .page_banner+#pagecontent,
    .promo_banner-show.mobile_nav-fixed--false .page_banner+#pagecontent {
        padding-bottom: 0;
    }
}


/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: 0;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: #fff;
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
    opacity: .6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.flickity-enabled {
    position: relative;
    overflow: hidden;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 11%;
    border: none;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    border-radius: 0;
    height: auto;
    max-width: 100px;
    transform: none;
}

.flickity-prev-next-button:hover {
    background: white;
    border: none;
}

.flickity-prev-next-button:focus {
    outline: none;
}

.flickity-prev-next-button:hover,
.flickity-prev-next-button:active {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.flickity-prev-next-button.previous {
    left: -1px;
}

.flickity-prev-next-button.next {
    right: -1px;
}


/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: -1px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: -1px;
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=10);
    /* IE8 */
    opacity: 0.1;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    padding: 10px 0;
    position: absolute;
    left: 20%;
    width: 60%;
    height: 60%;
    transform: translateY(-50%) rotate(180deg);
}

.flickity-prev-next-button .arrow {
    fill: #333333;
}


/* color & size if no SVG - IE8 and Android 2.3 */

.flickity-prev-next-button.no-svg {
    color: #333333;
    font-size: 26px;
}


/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    /* IE8 */
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    /* IE8 */
    opacity: 1;
}


/* Custom sliders */

.flickity-slider>li {
    list-style-type: none;
    width: 100%;
    text-align: center;
}


/* General Flickity styling */

img[data-flickity-lazyload] {
    width: auto;
}

.slideshow_animation--fade .flickity-slider {
    transform: none !important;
}

.slideshow_animation--fade .gallery-cell {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.slideshow_animation--fade .gallery-cell.is-selected {
    opacity: 1;
    z-index: 0;
}


/* Gallery page */

.lightbox-gallery .gallery-cell {
    width: 100%;
}

.lightbox-gallery .gallery-cell img {
    width: auto;
    max-height: 90vh;
    max-width: 100%;
    display: inline-block;
}


/* Product gallery */

.gallery-arrows--true .product_gallery .flickity-prev-next-button {
    transition: opacity 0.3s linear;
    display: block;
}

@media only screen and (min-width: 799px) {
    .gallery-arrows--true .product_gallery .flickity-prev-next-button {
        opacity: 0;
    }
}

.gallery-arrows--true .product_gallery .flickity-prev-next-button {
    opacity: 0.5;
}

.product_gallery {
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (min-width: 799px) and (max-width: 1023px) {
    .product_gallery {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 797px) {
    .product_gallery {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    .product_gallery .flickity-page-dots {
        bottom: 15px;
    }
}

.product_gallery .gallery-cell {
    width: 100%;
    text-align: center;
    display: block;
    margin-right: 10px;
}

.product_gallery .gallery-cell span {
    width: 100%;
    display: block !important;
}

.product_gallery.flickity-enabled {
    opacity: 1;
}

.product_gallery.single-image .flickity-prev-next-button {
    display: none;
}

.product_gallery .flickity-prev-next-button {
    display: none;
}

.product_gallery img {
    background-color: #ffffff;
}

.product_gallery_nav {
    text-align: center;
    margin-bottom: 30px;
}

.product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
    width: auto;
}

.product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
    height: 80px;
    width: auto;
}

@media only screen and (min-width: 481px) and (max-width: 797px) {
    .product_gallery_nav.product_gallery_nav--bottom-slider {
        margin-bottom: 30px;
    }
}

.product_gallery_nav.product_gallery_nav--bottom-slider .flickity-prev-next-button {
    opacity: 1;
    background: #ffffff;
}

.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    opacity: 0.5;
    margin-bottom: 0;
}

.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell.is-nav-selected {
    opacity: 1;
}

.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell img {
    width: auto;
    height: 80px;
    max-width: none;
}

.product_gallery_nav .gallery-cell {
    width: 20%;
    margin: 0 10px 10px 0;
    opacity: 0.7;
    display: inline-block;
}

.product_gallery_nav .gallery-cell.is-nav-selected {
    opacity: 1;
}

.product_gallery_nav .gallery-cell img {
    cursor: pointer;
}

.product_gallery .gallery-cell a {
    cursor: zoom-in;
}

.gallery-wrap.right-thumbnails .multi-image {
    width: 83%;
    float: left;
}

.gallery-wrap.right-thumbnails .product_gallery_nav {
    width: 12%;
    float: left;
    margin-left: 4%;
}

.gallery-wrap.right-thumbnails .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0;
}

.gallery-wrap.left-thumbnails .multi-image {
    width: 83%;
    float: right;
}

.gallery-wrap.left-thumbnails .product_gallery_nav {
    width: 12%;
    float: right;
    margin-right: 5%;
}

.gallery-wrap.left-thumbnails .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0;
}

.gallery-wrap .flickity-viewport {
    margin-top: 0;
}

.product-section__lightbox .zoom-wrap {
    width: 100%;
    height: 100%;
}


/* Quick Shop */

.js-quick-shop {
    display: none;
}

.quickshop-forms__container {
    display: none;
}

.quick-shop__lightbox .fancybox-content {
    width: 90%;
    max-width: 900px;
    background-color: #ffffff;
    cursor: pointer !important;
}

.quick-shop__lightbox .fancybox-close-small svg path {
    fill: #2b2e38;
}

.quick-shop__lightbox .fancybox-close-small svg path:hover {
    fill: #292c36;
}

.quick-shop .product_gallery img {
    background-color: #ffffff;
}

.quick-shop .container {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    color: #2b2e38;
}

.quick-shop .container .gallery-wrap.eight.columns {
    width: calc(55% - 40px);
    margin: 0;
    margin-right: 40px;
    min-height: 1px;
    transition: opacity 1s 0.3s linear;
}

.quick-shop .container .gallery-wrap.eight.columns.align-gallery-right {
    float: right;
    margin-right: 0;
    margin-left: 40px;
}

.quick-shop .container .text-modal-wrap.six.columns {
    width: 45%;
    margin: 0;
    min-height: 1px;
    transition: opacity 0.3s linear;
}

.quick-shop .container .new_banner_product:empty,
.quick-shop .container .sale_banner_product:empty,
.quick-shop .container .preorder_banner_product:empty {
    display: none;
}

.quick-shop img[alt*="[right]"],
.quick-shop img[alt*="[left]"],
.quick-shop img[alt*="[center]"] {
    display: none;
}

h3.quick-shop__title a {
    color: #2b2e38;
}

.quick-shop .product_gallery {
    opacity: 0;
    transition: opacity 0.3s;
}

.quick-shop .product_gallery.flickity-enabled {
    opacity: 1;
}


/* Related Items Gallery */

.related-products--grid {
    font-size: 0;
    text-align: center;
}

.related-products--grid.container {
    padding-top: 0;
}

.related-products--grid .product-list .thumbnail.column,
.related-products--grid .product-list .thumbnail.columns {
    font-size: initial;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.related-products__title {
    clear: both;
}

.title.slider-gallery {
    padding-top: 40px;
}

@media only screen and (max-width: 480px) {
    .title.slider-gallery {
        padding-top: 0;
        font-size: 1.5em;
    }
}

.slider-gallery {
    margin: 0 auto 40px;
}

.slider-gallery .gallery-cell {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    .slider-gallery .gallery-cell {
        padding: 0;
        margin-right: 5px;
    }
}

.slider-gallery .gallery-cell .product-details {
    line-height: 1.2;
    letter-spacing: 0;
}

@media only screen and (max-width: 798px) {
    .slider-gallery .gallery-cell .product-details {
        font-size: 3vw;
    }
}

.slider-gallery .gallery-cell img {
    display: block;
    max-width: 100%;
}

.slider-gallery .gallery-cell-heading {
    font-size: 0.8rem;
    line-height: 1.2;
    text-transform: none;
    margin-top: 10px;
}

.slider-gallery .flickity-prev-next-button {
    border-radius: 0;
    opacity: 0;
    width: 5%;
}

.slider-gallery:hover .flickity-prev-next-button {
    opacity: 0.5;
}

.transparentBackground--false .dot {
    background: #333333;
}

.transparentBackground--false .flickity-prev-next-button {
    background: transparent;
}

.transparentBackground--false .flickity-prev-next-button .arrow {
    fill: #333333;
    opacity: 1;
}

.homepage-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.testimonial-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.product-slider.transparentBackground--false:hover .flickity-prev-next-button,
.slider-gallery.transparentBackground--false:hover .flickity-prev-next-button {
    opacity: 1;
}

.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot,
.product-slider.transparentBackground--false .flickity-page-dots .dot,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot {
    opacity: 0.4;
}

.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.product-slider.transparentBackground--false .flickity-page-dots .dot.is-selected,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot.is-selected {
    opacity: 1;
}


/* Lazyframe */

.lazyframe {
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}

.lazyframe__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 17px;
    z-index: 3;
}

.lazyframe__title:after {
    z-index: -1;
}

.lazyframe:hover {
    cursor: pointer;
}

.lazyframe:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.lazyframe[data-ratio="16:9"]:before {
    padding-top: 56.25%;
}

.lazyframe[data-ratio="4:3"]:before {
    padding-top: 75%;
}

.lazyframe[data-ratio="1:1"]:before {
    padding-top: 100%;
}

.lazyframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
    background-color: #e52d27;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.lazyframe[data-vendor="youtube"] .lazyframe__title,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
    color: #eee;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
    color: #fff;
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:before,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
    content: '';
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
    height: 98px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-tap-highlight-color: transparent;
}

.lazyframe[data-vendor="youtube"]:before,
.lazyframe[data-vendor="youtube_nocookie"]:before {
    padding-top: 56.25%;
}

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
    padding-top: 56.25%;
}

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
    padding-top: 75%;
}

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
    padding-top: 100%;
}

.lazyframe[data-vendor="youtube"]:after,
.lazyframe[data-vendor="youtube_nocookie"]:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .81;
    border: none;
    z-index: 4;
}

.lazyframe[data-vendor="youtube"]:hover:after,
.lazyframe[data-vendor="youtube_nocookie"]:hover:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
    opacity: 1;
}

.lazyframe[data-vendor="vimeo"] {
    background-color: #00adef;
}

.lazyframe[data-vendor="vimeo"] .lazyframe__title {
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #00adef;
    font-size: 20px;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    user-select: none;
    -webkit-font-smoothing: auto;
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
}

.lazyframe[data-vendor="vimeo"]:before {
    padding-top: 48.25%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
    padding-top: 56.25%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
    padding-top: 75%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
    padding-top: 100%;
}

.lazyframe[data-vendor="vimeo"]:after {
    content: '';
    height: 40px;
    width: 65px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
}

.lazyframe[data-vendor="vimeo"]:hover:after {
    background-color: #00adef;
}

.lazyframe[data-vendor="vine"] {
    background-color: #00bf8f;
}

.lazyframe[data-vendor="vine"] .lazyframe__title {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    z-index: 3;
    positon: relative;
}

.lazyframe[data-vendor="vine"] .lazyframe__title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 115px;
    padding: 24px 70px 24px 24px;
    background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0);
}

.lazyframe[data-vendor="vine"]:before {
    padding-top: 100%;
}

.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
    padding-top: 56.25%;
}

.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
    padding-top: 75%;
}

.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
    padding-top: 100%;
}

.lazyframe[data-vendor="vine"]:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
}

.lazyframe[data-vendor="vine"]:hover:after {
    background-color: rgba(0, 0, 0, 0.75);
}


/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */


/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */


/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}


/* Anti FOUC */

.remodal,
[data-remodal-id] {
    display: none;
}


/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}


/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}


/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Necessary styles of the modal dialog */

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.size-chart-remodal {
    max-height: calc(100vh - 20px);
}

.size-chart-remodal .size-chart-wrap {
    max-height: calc(100vh - 70px);
    overflow-y: scroll;
}

.remodal img {
    max-width: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}


/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */


/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    filter: blur(3px);
}


/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes;
}


/* Default theme styles of the wrapper */

.remodal-wrapper {
    padding: 10px 10px 0;
}


/* Default theme styles of the modal dialog */

.remodal {
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -ms-transform: translateY(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

@media only screen and (max-width: 480px) {
    .remodal {
        overflow-x: scroll;
    }
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes;
}


/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}


/* Close button */

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1000;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}


/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}


/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
    from {
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@keyframes remodal-closing-keyframes {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.95);
        opacity: 0;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* #Media Queries
================================================== */


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {
    #contact_form input.sign_up[type="submit"] {
        margin-left: 0;
        margin-bottom: 1.5em;
        width: 100%;
    }
    input.contact_email[type="email"] {
        width: 100%;
    }
    .collection_menu {
        display: none;
    }
    h1.collection_title_tags,
    div.collection_title_tags {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .newsletter .input-row input {
        margin: 5px 0px;
    }
    input.sign_up {
        margin: 0px;
    }
    .newsletter-both-names--true input.firstName {
        margin-right: 5px;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 799px) and (max-width: 959px) {
    .nav a,
    .nav a:visited,
    .menu a:hover,
    .nav a:active,
    .nav a:focus {
        font-size: 12px;
    }
    .menu a,
    .menu a:visited,
    .menu a:hover,
    .menu a:active,
    .menu a:focus {
        font-size: 12px;
    }
    .menu li,
    #header span.menu_title,
    .menu a span {
        padding-left: 2px;
        padding-right: 2px;
    }
    .nav .menu li.search_link {
        display: inline-block;
    }
    .menu li.search_container {
        display: none;
    }
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 798px) {
    .article_image {
        padding-bottom: 0;
    }
    .sidebar_content {
        border: 0;
        padding: 0;
    }
    .nav_arrows {
        float: none;
        text-align: center;
    }
    .nav_arrows .prev {
        float: left;
    }
    .nav_arrows .next {
        float: right;
    }
    #header .top_bar a.mobile_logo {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 18px;
        line-height: 34px;
        z-index: 5;
        width: 50%;
        height: auto;
        color: #ffffff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
    #header a.mobile_logo img {
        width: auto;
        max-width: 150px;
        max-height: 30px;
    }
    .payment_methods {
        text-align: center;
        float: none;
        display: block;
    }
    .credits {
        float: none;
        display: block;
        text-align: center;
    }
    .is-absolute {
        top: 0px !important;
    }
    .blog_filter {
        margin-top: 1em;
        width: 100% !important;
    }
    .section_select {
        text-align: center;
    }
    .flex-control-nav {
        bottom: 10px;
    }
    .featured_links a span {
        font-size: 12px;
    }
    .or {
        width: 100%;
        display: inline-block;
        padding-left: 0;
        padding-bottom: 5px;
    }
    .mobile_hidden {
        display: none !important;
    }
    table tr.order_summary td.label {
        text-align: left;
    }
    .featured_text {
        font-size: 15px;
        line-height: 1.7em;
    }
    #header {
        display: block;
    }
    .header {
        display: none;
    }
    h4.toggle {
        cursor: pointer;
    }
    .toggle span {
        display: block;
    }
    .toggle_list {
        display: none;
    }
    select {
        width: 100%;
        margin-left: 0;
    }
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input.action_button[type="submit"],
    input.action_button[type="button"],
    .sign_up {
        margin-left: 0;
        width: 100%;
        outline: 0;
    }
    .credits_right {
        text-align: left;
    }
    td {
        padding: 4px !important;
    }
    .title_column {
        float: left;
    }
    .container div.mobile_only,
    .mobile_only {
        display: block;
    }
    span.mobile_only {
        display: inline;
    }
    .price_total {
        text-align: right;
    }
    .price_total_text {
        display: block;
    }
    .update_subtotal,
    .price_total,
    .remove_column,
    .checkout_table_header {
        display: none;
    }
    .mobile_right {
        text-align: right;
    }
    .quick_shop {
        display: none !important;
    }
    .cart_price {
        display: block;
        margin-bottom: 0;
    }
    table tr th,
    table tr td {
        padding: 2px;
    }
    input.action_button {
        margin-bottom: 1em !important;
    }
    .multiple_product_images {
        display: none;
    }
    .headline {
        font-size: 1.3em;
        line-height: 1.2;
        position: relative;
    }
    p.subtitle {
        font-size: 1.1em;
        line-height: 1.2;
        position: relative;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (max-width: 798px) {
    .mobile_hidden {
        display: none !important;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .cart_image {
        max-width: 60px;
        padding-right: 10px;
    }
    .action_button {
        font-size: 12px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .collection_title,
    .empty_cart {
        font-size: 110%;
        line-height: 1.5em;
    }
    h1,
    h1.home,
    .title a,
    h2 {
        padding: 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
}

@font-face {
    font-family: 'turbo';
    src: url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/turbo.eot?v=4873489274072575448");
    src: url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/turbo.eot?v=4873489274072575448") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/turbo.woff?v=15096657723668424478") format("woff"), url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/turbo.ttf?v=7748190997449671095") format("truetype"), url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/turbo.svg?v=8855882407280496533") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vittoria';
    src: url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/VITTORIA-Bold.ttf?v=16332643826906549857");
    src: url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/VITTORIA-Bold.ttf?v=16332643826906549857 ") format("truetype"), url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/VITTORIA-ExtraBold.ttf?v=6658912749945575034") format("truetype"), url("https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/VITTORIA.ttf?v=10041212375780903666") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vkwhatsapp';
    src:  url('/asset/fonts/vkwhatsapp.eot?bmpqto');
    src:  url('/asset/fonts/vkwhatsapp.eot?bmpqto#iefix') format('embedded-opentype'),
    url('/asset/fonts/vkwhatsapp.ttf?bmpqto') format('truetype'),
    url('/asset/fonts/vkwhatsapp.woff?bmpqto') format('woff'),
    url('/asset/fonts/vkwhatsapp.svg?bmpqto#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'telegram';
    src:  url('/asset/fonts/telegram.eot?bmpqto');
    src:  url('/asset/fonts/telegram.eot?bmpqto#iefix') format('embedded-opentype'),
    url('/asset/fonts/telegram.ttf?bmpqto') format('truetype'),
    url('/asset/fonts/telegram.woff?bmpqto') format('woff'),
    url('/asset/fonts/telegram.svg?bmpqto#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "turbo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-whatsapp:before {
    font-family: 'vkwhatsapp';
    content: "\ea93";
}
.icon-tg:before {
    font-family: 'telegram';
    content: "\ea95";
}
.icon-vk:before {
    font-family: 'vkwhatsapp';
    content: "\ea98";
}
.icon-vk-share:before{
    font-family: 'vkwhatsapp';
    content:"\ea98";
}
.icon-whatsapp-share:before{
    font-family: 'vkwhatsapp';
    content:"\ea93";
}
.icon-tg-share:before{
    font-family: 'telegram';
    content:"\ea95";
}

.icon-bag:before {
    content: "\e901";
}

.icon-cart:before {
    content: "\e902";
}

.icon-check:before {
    content: "\e903";
}

.icon-cross:before {
    content: "\e904";
}

.icon-up-arrow:before {
    content: "\e917";
}

.icon-down-arrow:before {
    content: "\e905";
}

.icon-left-arrow:before {
    content: "\e90b";
}

.icon-right-arrow:before {
    content: "\e912";
    margin-right: 0;
}

.icon-plus:before {
    content: "\e911";
}

.icon-minus:before {
    content: "\e90e";
}

.icon-menu:before {
    content: "\e90d";
}

.icon-email:before {
    content: "\e906";
}

.icon-pinterest:before {
    content: "\e907";
}

.icon-gplus:before {
    content: "\e908";
}

.icon-rss:before {
    content: "\e909";
}

.icon-houzz:before {
    content: "\e90a";
}

.icon-snapchat:before {
    content: "\e90c";
}

.icon-phone:before {
    content: "\e90f";
}

.icon-instagram:before {
    content: "\e910";
}

.icon-vimeo:before {
    content: "\e913";
}

.icon-search:before {
    content: "\e914";
}

.icon-zoom:before {
    content: "\e900";
}

.icon-youtube:before {
    content: "\e915";
}

.icon-lock:before {
    content: "\e916";
    color: #ffffff;
}

.icon-user:before {
    content: "\e918";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-tumblr:before {
    content: "\eab9";
}

.icon-linkedin:before {
    content: "\eaca";
}

.icon-twitter-share:before {
    content: "\ea96";
}

.icon-facebook-share:before {
    content: "\ea90";
}

.icon-gplus-share:before {
    content: "\e908";
}

.icon-pinterest-share:before {
    content: "\e907";
}

.icon-mail-share:before {
    content: "\e906";
}

span.icon-down-arrow {
    padding: 0 !important;
    font-size: 12px !important;
}

.menu li.search_link {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
}

.sticky_nav .menu li.search_link {
    display: inline-block;
    float: right;
}

.sticky_nav .menu-position--block .logo {
    display: none;
}

.menu li.search_container {
    width: 30%;
    float: right;
    padding-top: 3px;
}

@media only screen and (min-width: 1401px) {
    .menu li.search_container {
        margin-left: 15px;
    }
}

.logo-align--left .menu li.search_container {
    width: 18%;
}

.menu-position--block .menu li.search_container {
    width: 18%;
    float: none;
}

form.search_form,
.search_form input {
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

.search_form input,
.search_form input:active,
.search_form input:focus {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #d9d9d9;
    background-color: transparent;
    padding-right: 35px;
    border-color: #d9d9d9;
}

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
    color: #d9d9d9;
    border-color: #d9d9d9;
}

.feature_image .search_form input::-webkit-input-placeholder,
.feature_image .search_form input:active::-webkit-input-placeholder,
.feature_image .search_form input:focus::-webkit-input-placeholder {
    color: #d9d9d9;
}

.feature_image .search_form input::-moz-placeholder,
.feature_image .search_form input:active::-moz-placeholder,
.feature_image .search_form input:focus::-moz-placeholder {
    color: #d9d9d9;
}

.feature_image .search_form input:-ms-input-placeholder,
.feature_image .search_form input:active:-ms-input-placeholder,
.feature_image .search_form input:focus:-ms-input-placeholder {
    color: #d9d9d9;
}

.feature_image .search-submit {
    color: #d9d9d9;
}

.header_search_form {
    width: 60%;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
    position: relative;
    border-bottom: solid 1px #d9d9d9;
}

@media only screen and (max-width: 480px) {
    .header_search_form {
        width: 90%;
        margin: 30px auto;
        padding: 0;
    }
}

.header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #d9d9d9;
    letter-spacing: 1px;
    border: none;
    font-size: 36px;
    line-height: 36px;
}

@media only screen and (max-width: 480px) {
    .header_search_form input,
    .header_search_form input:focus,
    .header_search_form input:active {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 0px;
    }
}

.header_search_form .search-submit {
    top: 38px;
    font-size: 30px;
}

@media only screen and (max-width: 480px) {
    .header_search_form .search-submit {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        font-size: 20px;
    }
}

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.feature_image .search_form input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.feature_image .search_form input:-moz-placeholder {
    /* Firefox 18- */
    color: #d9d9d9;
}

.feature_image .search_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #d9d9d9;
}

.feature_image .search_form input:-ms-input-placeholder {
    color: #d9d9d9;
}

.search_form input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.search_form input:-moz-placeholder {
    /* Firefox 18- */
    color: #d9d9d9;
}

.search_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #d9d9d9;
}

.search_form input:-ms-input-placeholder {
    color: #d9d9d9;
}

.search_form input:focus::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.search_form input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.search_form input:focus:-ms-input-placeholder {
    color: #ffffff;
}

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.feature_image .search_form input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.feature_image .search_form input:-moz-placeholder {
    /* Firefox 18- */
    color: #d9d9d9;
}

.feature_image .search_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #d9d9d9;
}

.feature_image .search_form input:-ms-input-placeholder {
    color: #d9d9d9;
}

.search-submit {
    position: absolute;
    z-index: 1000;
    color: #d9d9d9;
    font-size: 20px;
    top: 9px;
    right: 7px;
    cursor: pointer;
}

.feature_image .search-submit {
    color: #d9d9d9;
}

.blog_search .search-submit {
    color: #333333;
    top: 10px;
    right: 8px;
    z-index: 1;
}

.social_icons {
    margin-left: 0;
    margin-top: 0;
}

.social_icons li {
    display: inline;
    padding-right: 2px;
}

@media only screen and (max-width: 798px) {
    footer .footer-social-icons {
        display: none;
    }
}

footer .footer-social-icons--mobile.columns {
    display: none;
    padding-left: 0;
}

@media only screen and (max-width: 798px) {
    footer .footer-social-icons--mobile.columns {
        display: block;
    }
    footer .footer-social-icons--mobile.columns>ul {
        display: block;
        padding-left: 0;
    }
}

footer .social_icons {
    display: block;
    margin-top: 15px;
}

@media only screen and (max-width: 798px) {
    footer .social_icons {
        padding-left: 0;
        text-align: center;
    }
}

footer .social_icons a,
footer .social_icons a:visited {
    color: #6b6b6b;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 1em;
}

@media only screen and (max-width: 480px) {
    footer .social_icons a,
    footer .social_icons a:visited {
        margin-bottom: 0;
    }
}

footer .social_icons a:active,
footer .social_icons a:hover {
    color: #ffffff;
    font-size: 22px;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s;
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

.delay-0s {
    -moz-animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.delay-025s {
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    opacity: 0;
}

.delay-05s {
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 0;
}

.delay-075s {
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    opacity: 0;
}

.delay-1s {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
}

.animate_right,
.animate_left,
.animate_up,
.animate_down {
    opacity: 0;
}

.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
    opacity: 1 !important;
}

.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
    opacity: 1 !important;
}

.ie select {
    background-image: none !important;
}

@media only screen and (max-width: 798px) {
    .delay-0s,
    .delay-025s,
    .delay-05s,
    .delay-075s,
    .delay-1s,
    .animate_right,
    .animate_left,
    .animate_up,
    .animate_down {
        opacity: 1;
    }
}


/* #Password Page
================================================== */

#password-container {
    margin: 75px auto 0;
    max-width: 100%;
    display: table;
    text-align: center;
    display: table;
}

@media only screen and (max-width: 798px) {
    #password-container {
        margin-top: 10px;
    }
}

#password-container #contact_form input.sign_up[type="submit"] {
    width: calc(35% - 10px);
}

@media only screen and (max-width: 1024px) {
    #password-container #contact_form input.sign_up[type="submit"] {
        width: 100%;
    }
}

#password-container #contact_form input.contact_email[type="email"] {
    max-width: 100%;
}

.password-page-message {
    font-size: 3em;
    line-height: 1.2;
    margin: 10px auto;
    padding: 12px 0;
}

.password-page-follow {
    margin: 5px 0;
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
    font-size: 25px;
}

.password-page-row {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.password-page-col {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 30px;
    width: 100%;
}

.password-logo {
    max-width: 200px;
    /* Allows logo to be more prominent*/
    margin: 0px auto;
}

.password-message {
    max-width: 600px;
    font-size: 1.2em;
    color: #4e4b4a;
}

.hr-small {
    margin: 20px auto;
    width: 50px;
}

.password-social {
    margin-top: 10px;
    padding-top: 20px;
}

.password-social ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.password-social .social_icons li {
    display: inline;
    margin-left: 0;
}

.password-social .social_icons a:hover {
    color: #565554;
}

.password-footer {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 13px;
    color: #6b6b6b;
    text-align: center;
}

.powered {
    display: block;
    margin-top: 15px;
}

.shopify a {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
    padding-left: 21px;
    color: #4e4b4a;
    text-decoration: none;
}

.password-footer a {
    color: #4e4b4a;
    text-decoration: none;
}


/* Password Page Modal CSS */

.controls {
    display: block;
    margin: 1em;
    text-align: right;
    text-transform: uppercase;
    position: relative;
}

#open-me {
    text-align: center;
    margin-bottom: 35px;
}

#open-me a:hover {
    color: #565554;
}

.close-me {
    z-index: 8000;
}

.modalbox {
    position: absolute;
    height: 100%;
    top: -1em;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 5000;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    font-size: 14px;
}

.overlay-data {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    visibility: 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.inputbox {
    margin: 0px auto;
    max-width: 80%;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}

@media only screen and (max-width: 798px) {
    #password-page-bg .modalbox .inputbox {
        top: 50%;
    }
}

.storefront-password-form label {
    font-size: 0.9em;
    margin: 0 0 1em 0;
    text-align: center;
}

.storefront-password-form .actions {
    display: inline-block;
}

.storefront-password-form #password {
    width: 50%;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .storefront-password-form #password {
        width: 100%;
    }
}

#owner {
    font-size: 0.9em;
    margin-top: -1em;
    opacity: 0.8;
}

.pass-close {
    color: #000 !important;
    padding: 0 !important;
    margin: 1em !important;
    position: inherit !important;
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
    .modalbox {
        display: block;
        width: 414px !important;
        max-width: 100%;
        text-align: center;
    }
    .pass-close {
        display: block;
        margin: 0.65em -0.15em 1em 0 !important;
    }
}


/* #Page Details
================================================== */

.page-details-section .container {
    padding: 0;
}

.page-details-section .article {
    padding-bottom: 0;
}

.page-details-section div.container .featured_products {
    padding-top: 0;
}

@media only screen and (max-width: 480px) {
    .page-details-section .caption.position-center,
    .page-details-section .caption.position-left,
    .page-details-section .caption.position-right {
        margin: 5% 0 0 0;
    }
}


/* #Product Details
================================================== */

.product-details-template .product-details__blocks .container {
    padding: 0;
}

.product-details-template .action_button:not(.add_to_cart) {
    width: auto;
}

.product-details-template img {
    width: 100%;
}

.product-details-template img.rich-image {
    max-width: auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
    .product-details-template .featured-link--section.text-block--left {
        flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.quote {
    padding: 10px 0px;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #aaaaaa;
}

.grey-map {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}


/* Home page - general
================================================== */


/* Full-width product slider */

.homepage-product-slider {
    margin: 0 10px;
}

.homepage-product-slider object.placeholder-image {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 100%;
}

.homepage-product-slider .placeholder-svg--product {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.homepage-product-slider.even-num-slides {
    padding-left: 10px;
    width: calc(100% - 20px);
}

@media only screen and (max-width: 798px) {
    .homepage-product-slider.even-num-slides {
        padding-left: 0;
        width: 100%;
    }
}

.products-slider.slider-gallery.products-length-6 .gallery-cell {
    width: calc(16.6% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery.products-length-6 .gallery-cell {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery.products-length-5 .gallery-cell {
    width: calc(20% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery.products-length-5 .gallery-cell {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery.products-length-4 .gallery-cell {
    width: calc(25% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery.products-length-4 .gallery-cell {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery.products-length-3 .gallery-cell,
.products-slider.slider-gallery.products-length-2 .gallery-cell,
.products-slider.slider-gallery.products-length-1 .gallery-cell {
    width: calc(33.33% - 10px);
}

.products-slider.slider-gallery .gallery-cell.visible-2 {
    width: calc(50% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-2 {
        width: calc(50% - 10px);
    }
}

.products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(33.33% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-3 {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery .gallery-cell.visible-4 {
    width: calc(25% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-4 {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery .gallery-cell.visible-5 {
    width: calc(20% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-5 {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery .gallery-cell.visible-6 {
    width: calc(16.666% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-6 {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery .gallery-cell.visible-7 {
    width: calc(14.2% - 10px);
}

@media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-7 {
        width: calc(40% - 10px);
    }
}

.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
    font-size: 0.7rem;
}

.featured_products.product-slider {
    padding-bottom: 0;
}

.featured_products.product-slider .columns {
    padding-bottom: 0;
}

.banner-full-link {
    line-height: 0;
    font-size: 0;
    color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.banner-full-link+.caption {
    pointer-events: none;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .full-width--true .caption {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1025px) {
    .full-width--true .caption {
        max-width: 960px;
        padding: 0;
    }
}

@media only screen and (min-width: 1401px) {
    .full-width--true .caption {
        max-width: 1200px;
        padding: 0;
    }
}

.caption {
    width: 100%;
    position: relative;
    top: 55%;
    padding: 0 5%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (min-width: 799px) {
    .caption {
        /*max-width: 960px;*/
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1025px) {
    .caption {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 798px) {
    .caption {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .caption {
        margin: 20px auto;
        font-size: 3vw;
        position: static;
        transform: none;
        width: 100%;
    }
}

.caption a {
    pointer-events: all;
}

.caption.position-center {
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 798px) {
    .caption.position-center {
        width: 85%;
    }
}

@media only screen and (max-width: 480px) {
    .caption.position-center {
        width: 100%;
    }
}

.caption.position-left {
    left: 0;
    right: 0;
    text-align: left;
}

.caption.position-right {
    left: 0;
    right: 0;
    text-align: right;
}

.caption .pretext {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .caption .pretext {
        font-size: 1.4em;
        color: #333333;
        text-shadow: none;
    }
}

@media only screen and (max-width: 798px) {
    .caption .pretext {
        font-size: 12.0px;
    }
}

@media only screen and (min-width: 799px) {
    .caption .pretext {
        font-size: 15.0px;
    }
}

@media only screen and (min-width: 799px) {
    .caption .pretext {
        font-size: 18px;
    }
}

.caption .headline {
    color: #ffffff;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 480px) {
    .caption .headline {
        font-size: 2.6em;
        color: #333333;
        text-shadow: none;
    }
}

@media only screen and (max-width: 798px) {
    .caption .headline {
        font-size: 37.333333333333336px;
    }
}

@media only screen and (min-width: 799px) {
    .caption .headline {
        font-size: 46.666666666666664px;
    }
}

@media only screen and (min-width: 1025px) {
    .caption .headline {
        font-size: 56px;
    }
}

.caption .subtitle {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-style: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .caption .subtitle {
        font-size: 1.4em;
        color: #333333;
        text-shadow: none;
    }
}

@media only screen and (max-width: 798px) {
    .caption .subtitle {
        font-size: 12.0px;
    }
}

@media only screen and (min-width: 799px) {
    .caption .subtitle {
        font-size: 15.0px;
    }
}

@media only screen and (min-width: 1025px) {
    .caption .subtitle {
        font-size: 18px;
    }
}

.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
    display: none;
}

.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
    height: 0;
}

.subtitle p a {
    pointer-events: all;
}

.caption-content {
    display: inline-block;
    float: none;
    max-width: 60%;
    font-size: 0;
}

@media only screen and (max-width: 798px) {
    .caption-content {
        max-width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .caption-content {
        width: 100%;
        max-width: 100%;
    }
}

.caption-content .action_button {
    margin: 10px;
}

@media only screen and (max-width: 798px) {
    .caption-content .action_button {
        margin: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .caption-content .action_button {
        font-size: 16px;
    }
}

.caption-content.align-center {
    text-align: center;
}

@media only screen and (max-width: 798px) {
    .caption-content.align-center {
        max-width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .caption-content.align-center {
        width: 100%;
        max-width: 100%;
    }
}

.caption-content.align-left {
    text-align: left;
}
.caption-content.align-center {
    text-align: center;
}

.caption-content.align-left:first-child .action_button {
    margin-left: 0;
}

.caption-content.align-left .subtitle:before {
    margin-left: 0;
}

.caption-content.align-right {
    text-align: right;
}

.caption-content.align-right:last-child .action_button {
    margin-right: 0;
}

.caption-content.align-right .subtitle:before {
    margin-right: 0;
}

.caption-content.caption-background-true {
    padding: 30px;
}

@media only screen and (max-width: 480px) {
    .caption-content.caption-background-true {
        padding: 0;
    }
}


/* Transparency settings for each type of caption */

.caption-background-true {
    background-color: #1e1e1e;
}

.homepage-video .caption-background-true {
    background-color: #1e1e1e;
}

@media only screen and (max-width: 480px) {
    .homepage-video .caption-background-true {
        background-color: transparent;
    }
}

.caption-background-true {
    background-color: #1e1e1e;
}

.caption-background-true.caption-transparency-true {
    background-color: rgba(30, 30, 30, 0.6);
}

@media only screen and (max-width: 480px) {
    .caption-background-true.caption-transparency-true {
        background-color: transparent;
    }
}

@media only screen and (max-width: 480px) {
    .caption-background-true {
        background-color: transparent;
    }
}

a.highlight-false,
input[type="button"].highlight-false,
a.highlight-true,
input[type="button"].highlight-true,
a.continue-button {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: background-color 0.2s linear, color 0.2s linear;
    margin: 25px 0;
}

a.highlight-false:hover,
input[type="button"].highlight-false:hover,
a.highlight-true:hover,
input[type="button"].highlight-true:hover,
a.continue-button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333;
}

@media only screen and (max-width: 480px) {
    a.highlight-false,
    input[type="button"].highlight-false,
    a.highlight-true,
    input[type="button"].highlight-true,
    a.continue-button {
        color: #333333;
        border-color: #333333;
        background-color: transparent;
    }
    a.highlight-false:hover,
    input[type="button"].highlight-false:hover,
    a.highlight-true:hover,
    input[type="button"].highlight-true:hover,
    a.continue-button:hover {
        border-color: #333333;
        background-color: #333333;
        color: #fff;
    }
}

a.highlight-true,
input[type="button"].highlight-true {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333;
}

@media only screen and (max-width: 480px) {
    a.highlight-true,
    input[type="button"].highlight-true {
        border-color: #333333;
        background-color: #333333;
        color: #fff;
    }
}

a.continue-button,
a.highlight-false--dark,
input[type="button"].highlight-false--dark {
    color: #333333;
    border-color: #333333;
    background-color: transparent;
}

a.continue-button:hover,
a.highlight-false--dark:hover,
input[type="button"].highlight-false--dark:hover {
    border-color: #333333;
    background-color: #333333;
    color: #fff;
}


/* Slideshow */

.homepage-slideshow .gallery-cell:not(:first-child) {
    height: 0;
}

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
    height: auto;
}

.homepage-slideshow a.highlight-false:hover,
.homepage-slideshow input[type="button"].highlight-false:hover,
.homepage-slideshow a.highlight-true:hover,
.homepage-slideshow input[type="button"].highlight-true:hover {
    color: #333;
}

@media only screen and (max-width: 480px) {
    .homepage-slideshow a.highlight-false,
    .homepage-slideshow input[type="button"].highlight-false,
    .homepage-slideshow a.highlight-true,
    .homepage-slideshow input[type="button"].highlight-true {
        color: #333333;
        border-color: #333333;
        background-color: transparent;
    }
    .homepage-slideshow a.highlight-false:hover,
    .homepage-slideshow input[type="button"].highlight-false:hover,
    .homepage-slideshow a.highlight-true:hover,
    .homepage-slideshow input[type="button"].highlight-true:hover {
        border-color: #333333;
        background-color: #333333;
        color: #fff;
    }
}

.homepage-slideshow a.highlight-true,
.homepage-slideshow input[type="button"].highlight-true {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333;
}

@media only screen and (max-width: 480px) {
    .homepage-slideshow a.highlight-true,
    .homepage-slideshow input[type="button"].highlight-true {
        border-color: #333333;
        background-color: #333333;
        color: #fff;
    }
}

.contact-form_position--right {
    float: right;
}


/* #Account
================================================== */

.account-header-logout {
    text-align: right;
    text-transform: uppercase;
}

.account-sidebar {
    border-right: 1px solid #aaaaaa;
    box-sizing: border-box;
    padding-right: 10px;
}

@media only screen and (max-width: 798px) {
    .account-sidebar {
        border: 0;
        padding-right: 0;
    }
}

.customers-addresses .account-sidebar {
    border-right: 0;
    padding-right: 0;
}

.customers-addresses .account-main {
    box-sizing: border-box;
    border-left: 1px solid #aaaaaa;
    padding-left: 20px;
}

@media only screen and (max-width: 798px) {
    .customers-addresses .account-main {
        border: 0;
        padding-left: 0;
    }
}

.action_bottom .note {
    vertical-align: middle;
    line-height: 40px;
}

.address_title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.action_edit {
    background-color: #7f7977;
    border-color: #7f7977;
}

.action_edit a {
    color: #ffffff;
}

.action_edit:hover {
    background-color: #7f7977;
    border-color: #7f7977;
}

.action_edit:hover a {
    color: #ffffff;
}

.action_delete {
    background-color: #ffffff;
    border-color: #7f7977;
}

.action_delete a {
    color: #7f7977;
}

.action_delete:hover {
    background-color: #7f7977;
    border-color: #7f7977;
}

.action_delete:hover a {
    color: #ffffff;
}


/* #Home page - collection in detail
================================================== */

.collection-in-detail .section {
    margin: 0;
}

.collection-in-detail .half {
    width: 50%;
    float: left;
    position: relative;
}

@media only screen and (max-width: 798px) {
    .collection-in-detail .half {
        width: 100%;
    }
}

.collection-in-detail .product-details {
    padding: 40px 2rem;
}

.collection-in-detail .frontpage_product_stagger--true .section:nth-child(even) .half {
    float: right;
}

.collection-in-detail .product_gallery.multi-image {
    width: 100%;
    display: block;
    margin-bottom: 0;
}


/* #Home page - text columns with images
================================================== */

.text-columns-with-images-section .border-style--box {
    padding: 10%;
    border: 1px solid #aaaaaa;
}

.text-columns-with-images-section .border-style--quote {
    padding-left: 20px;
    border-left: 1px solid #aaaaaa;
    margin-bottom: 10%;
}

.text-columns-with-images-section .large_text {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 39px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 798px) {
    .text-columns-with-images-section .large_text {
        font-size: 31px;
    }
}

.text-columns-with-images-section .text-column {
    margin-bottom: 25px;
}

.text-columns-with-images-section a.continue-button {
    margin-top: 10px;
}

.text-columns-with-images-section h2.title+.feature_divider {
    margin-bottom: 40px;
}


/* OOTS Content Creator slideshow */

.flexslider img {
    display: block;
    margin: 0 auto;
}


/* #Home page - slideshow
================================================== */

.homepage-slideshow:hover .flickity-prev-next-button,
.testimonial-section:hover .flickity-prev-next-button {
    opacity: 0.5;
}

.homepage-slideshow.text-animation--false .caption {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.homepage-slideshow.text-animation--false.flickity-enabled .caption {
    opacity: 1;
}

.text-animation--true .caption-content {
    opacity: 0;
}

@media only screen and (max-width: 480px) {
    .text-animation--true .caption-content {
        opacity: 1;
        animation-duration: 0s;
    }
}

.homepage-slideshow,
.testimonial-section {
    position: relative;
    overflow: hidden;
}

.homepage-slideshow.single-image .flickity-prev-next-button,
.testimonial-section.single-image .flickity-prev-next-button {
    display: none;
}

.homepage-slideshow.single-image .flickity-page-dots,
.testimonial-section.single-image .flickity-page-dots {
    display: none;
}

.homepage-slideshow .gallery-cell,
.testimonial-section .gallery-cell {
    width: 100%;
    background-color: #666666;
}

@media only screen and (max-width: 480px) {
    .homepage-slideshow .gallery-cell,
    .testimonial-section .gallery-cell {
        background-color: transparent;
    }
}

.homepage-slideshow .gallery-cell img,
.testimonial-section .gallery-cell img {
    width: 100%;
    display: block;
}

.homepage-slideshow .flickity-prev-next-button,
.testimonial-section .flickity-prev-next-button {
    opacity: 0;
    width: 5%;
    height: 100%;
    border-radius: 0;
}

@media only screen and (min-width: 799px) {
    .homepage-slideshow .flickity-prev-next-button,
    .testimonial-section .flickity-prev-next-button {
        opacity: 0;
    }
}

.homepage-slideshow .flickity-page-dots,
.testimonial-section .flickity-page-dots {
    bottom: 2em;
    display: none;
}

@media only screen and (min-width: 799px) {
    .homepage-slideshow .flickity-page-dots,
    .testimonial-section .flickity-page-dots {
        display: block;
    }
}

.homepage-slideshow .flickity-page-dots .dot,
.testimonial-section .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    background: #333333;
}

@media only screen and (max-width: 480px) {
    .homepage-slideshow .flickity-page-dots,
    .testimonial-section .flickity-page-dots {
        display: block;
        bottom: 5px;
    }
}


/* Home - product slider */

.js-product-slider .product_clear {
    display: none;
}

.js-product-slider .column.alpha,
.js-product-slider .columns.alpha {
    margin: 0 10px 0 20px;
}

.js-product-slider .flickity-prev-next-button {
    border-radius: 0;
}


/* #Home page - image with text
================================================== */

.image-with-text .featured-link--half a[href] img {
    box-shadow: #000 0em 0em 0em;
    transition: opacity 0.2s linear;
}

.image-with-text .featured-link--half:hover a[href] img.lazyloaded {
    opacity: 0.8;
}

.standard--width .image-with-text .featured-link--image,
.full-width--false.image-with-text .featured-link--image {
    background-color: transparent;
}

.featured-link--section {
    width: 100%;
    box-sizing: border-box;
    float: left;
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.featured-link--half.featured-link__imageHalf {
    background-color: transparent;
    text-align: center;
}

.featured-link--half.featured-link__imageHalf a {
    width: 100%;
    display: block;
}

.featured-link--half.featured-link__imageHalf a img {
    width: 100%;
}

.featured-link--half {
    box-sizing: border-box;
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
    display: table;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #ffffff;
}

@media only screen and (max-width: 480px) {
    .featured-link--half {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

.featured-link--half .featured-link--wrap {
    width: 100%;
    height: 100%;
    /* Fix for SVG set at 2 images per row */
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.featured-link--half img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .featured-link--half img {
        width: 100%;
        max-width: auto;
    }
}

.featured-link--half .info {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.featured-link--half .info.text-align--right {
    text-align: right;
}

.featured-link--half .info.text-align--right .description:before {
    margin-right: 0;
}

.featured-link--half .info.text-align--left {
    text-align: left;
}

.featured-link--half .info.text-align--left .description:before {
    margin-left: 0;
}

@media only screen and (max-width: 480px) {
    .featured-link--half .info {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        padding: 2em 0;
    }
}

.featured-link--half .collection_title {
    margin-bottom: 15px;
    display: block;
    color: #333333;
}

.featured-link--half .description {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333333;
}

@media only screen and (max-width: 798px) {
    .featured-link--half .description {
        font-size: 2vw;
    }
}

@media only screen and (max-width: 480px) {
    .featured-link--half .description {
        font-size: inherit;
    }
}

@media only screen and (min-width: 1401px) {
    .featured-link--half .description {
        font-size: inherit;
    }
}

.featured-link--half .button {
    height: auto;
    background-color: transparent;
    color: #333333;
    border: 1px solid #333333;
    transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.featured-link--half .button:hover {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #333333;
}

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) .featured-link--half {
    float: right;
}

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) .featured-link--half {
    float: right;
}

.featured_collections.across-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image-align--left.featured_collections.across-2 .featured-link--section {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 798px) {
    .image-align--left.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
    .image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.image-align--right.featured_collections.across-2 .featured-link--section {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
    .image-align--right.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 798px) {
    .image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.featured_collections.across-2 .featured-link--section {
    width: 50%;
}

@media only screen and (max-width: 798px) {
    .featured_collections.across-2 .featured-link--section {
        width: 100%;
    }
}

@media only screen and (max-width: 798px) {
    .featured_collections.across-2 .featured-link--half {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .featured_collections.across-2 .featured-link--half {
        width: 100%;
    }
}

.featured_collections.across-2 .description {
    font-size: 1.2vw;
}

@media only screen and (max-width: 798px) {
    .featured_collections.across-2 .description {
        font-size: inherit;
    }
}

.featured_collections.across-2 .button {
    font-size: 1.2vw;
}

@media only screen and (max-width: 480px) {
    .featured_collections.across-2 .button {
        font-size: 14px;
    }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(2n+1) {
    clear: both;
}

.featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
    float: left;
}

@media only screen and (max-width: 798px) {
    .featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
        float: right;
    }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
    float: right;
}

@media only screen and (max-width: 798px) {
    .featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
        float: left;
    }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) .featured-link--half {
    float: right;
}


/* #Home page - featured products
================================================== */

.featured-products-section .product_gallery {
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-products-section .product_gallery img {
    width: 100%;
    vertical-align: bottom;
}


/* #Home page - featured promotions
================================================== */

.promo-animation--true {
    opacity: 0;
}

.featured-promotions .feature-section {
    text-align: center;
    float: left;
    margin: 0 10px 10px;
    position: relative;
}

@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section {
        opacity: 1;
    }
}

.featured-promotions .feature-section .link-promo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.featured-promotions .feature-section .feature-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.featured-promotions .feature-section .feature-style--circle {
    border-radius: 50%;
}

.featured-promotions .feature-section .feature-style--circle img {
    border-radius: 50%;
}

.featured-promotions .feature-section .feature-style--rounded {
    border-radius: 10px;
}

.featured-promotions .feature-section .feature-style--rounded img {
    border-radius: 10px;
}

.featured-promotions .feature-section .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.25s linear;
}

@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section .feature-overlay {
        background: black;
        background: rgba(0, 0, 0, 0.5);
    }
}

.featured-promotions .feature-section .feature-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    padding: 10px 0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: none;
}

.featured-promotions .feature-section .feature-details {
    display: none;
    opacity: 0;
    transition: opacity 0.3s linear;
}

@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section .feature-details {
        opacity: 1;
        display: block !important;
    }
}

.featured-promotions .feature-section .feature-details.reveal-details {
    opacity: 1;
}

.featured-promotions .feature-section .feature-details .button {
    margin-top: 15px;
}

.featured-promotions .feature-section .description {
    color: #fff;
    transition: all 0.3s linear;
    margin-bottom: 0;
}

.featured-promotions .feature-section .description a {
    pointer-events: auto;
}

.featured-promotions .feature-section.title-overlay-true .title {
    transition: all 0.3s linear;
    color: #fff;
}

@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section.title-overlay-true .title {
        margin-bottom: 10px;
    }
}

.featured-promotions .feature-section.title-overlay-true .title:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width .5s ease, background-color .5s ease;
    margin: 10px auto auto auto;
}

@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section.title-overlay-true .title:after {
        display: none;
    }
}

.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
    display: none;
}

.featured-promotions .feature-section:hover .feature-overlay {
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

.featured-promotions .feature-section.title-overlay-true:hover .title:after {
    width: 50%;
    background: #fff;
}

.featured-promotions .feature-section.title-overlay-true:hover .title {
    color: #fff;
}

.featured-promotions .feature-section.title-overlay-true:hover .description {
    color: #fff;
}

.featured-promotions .feature-section.title-overlay-false:hover .description {
    color: #fff;
}

.featured-promotions .feature-section img {
    width: 100%;
    display: block;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.promo-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.promo-2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.promo-3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.promo-4 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.promo-5 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.promo-6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.promo-7 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.promo-8 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.promo-9 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.promo-10 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.promo-11 {
    -webkit-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.promo-12 {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.featured-promotions.full-width--false .promo-per-row-2 .feature-section {
    width: calc(50% - 20px);
}

@media only screen and (max-width: 798px) {
    .featured-promotions.full-width--false .promo-per-row-2 .feature-section {
        width: 100%;
        margin: 0 0 10px;
    }
}

.featured-promotions.full-width--false .promo-per-row-2 .feature-section:nth-child(2n+1) {
    clear: both;
}

.featured-promotions.full-width--false .promo-per-row-3 .feature-section {
    width: calc(33.3333% - 20px);
}

@media only screen and (max-width: 798px) {
    .featured-promotions.full-width--false .promo-per-row-3 .feature-section {
        width: 100%;
        margin: 0 0 10px;
    }
}

.featured-promotions.full-width--false .promo-per-row-3 .feature-section:nth-child(3n+1) {
    clear: both;
}

.featured-promotions.full-width--false .promo-per-row-4 .feature-section {
    width: calc(25% - 20px);
}

.featured-promotions.full-width--false .promo-per-row-4 .feature-section:nth-child(4n+1) {
    clear: both;
}

@media only screen and (max-width: 798px) {
    .featured-promotions.full-width--false .promo-per-row-4 .feature-section {
        width: calc(50% - 20px);
    }
    .featured-promotions.full-width--false .promo-per-row-4 .feature-section:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    .featured-promotions.full-width--false .promo-per-row-4 .feature-section {
        width: 100%;
        margin: 0 0 10px;
    }
}

.featured-promotions.full-width--true {
    padding-top: 0;
}

.featured-promotions.full-width--true .promo-per-row-2 .feature-section {
    width: 50%;
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .featured-promotions.full-width--true .promo-per-row-2 .feature-section {
        width: 100%;
    }
}

.featured-promotions.full-width--true .promo-per-row-3 .feature-section {
    width: 33.333333%;
    margin: 0;
}

@media only screen and (max-width: 798px) {
    .featured-promotions.full-width--true .promo-per-row-3 .feature-section {
        width: 100%;
    }
}

.featured-promotions.full-width--true .promo-per-row-4 .feature-section {
    width: 25%;
    margin: 0;
}

@media only screen and (max-width: 798px) {
    .featured-promotions.full-width--true .promo-per-row-4 .feature-section {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .featured-promotions.full-width--true .promo-per-row-4 .feature-section {
        width: 100%;
    }
}


/* #Home page - featured collection
================================================== */

.featured-collection__description.section {
    padding: 0 20px;
    margin: 20px 0;
}

.featured-collection__products.container {
    padding: 0;
}


/* #Home page - image with text overlay
================================================== */

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #666666;
}

@media only screen and (max-width: 480px) {
    .banner {
        max-height: inherit;
        background-color: transparent;
    }
}

.banner img {
    width: 100%;
    display: block;
}


/* #Home page - video
================================================== */

.block__featured_video .caption,
.video-section .caption {
    z-index: 30;
    pointer-events: none;
}

@media only screen and (max-width: 480px) {
    .block__featured_video .caption .action_button,
    .video-section .caption .action_button {
        display: none;
    }
    .block__featured_video .caption,
    .video-section .caption {
        margin: 0;
        height: 0;
    }
    .block__featured_video .caption.caption--has-content,
    .video-section .caption.caption--has-content {
        margin: 20px 0;
        height: auto;
    }
}

.homepage-video {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    background-color: #666666;
}

@media only screen and (max-width: 480px) {
    .homepage-video {
        background-color: transparent;
    }
}

.homepage-video img {
    width: 100%;
    display: block;
}

.homepage-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.homepage-video video {
    background-color: #ffffff;
}

.homepage-video video[poster] {
    object-fit: cover;
}

.homepage-video video.video-autoplay--true.html-video {
    display: none;
}

.homepage-video .homepage-video--media {
    width: 100%;
    height: auto;
    padding-top: 0;
}

.homepage-video .placeholder-image--true a.video__play-button {
    pointer-events: none;
}

.homepage-video .caption.text-on-video {
    pointer-events: none;
}

@media only screen and (max-width: 480px) {
    .homepage-video .caption.text-on-video {
        position: absolute;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }
    .homepage-video .caption.text-on-video a.highlight-false {
        color: white;
        border-color: white;
    }
    .homepage-video .caption.text-on-video .headline,
    .homepage-video .caption.text-on-video .pretext,
    .homepage-video .caption.text-on-video .subtitle {
        display: none;
    }
}

.homepage-video .mobile-video__buttons {
    display: block;
    text-align: center;
    top: 55%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    position: absolute;
}

.homepage-video .mobile-video__buttons.text-on-video {
    z-index: 20;
}

.homepage-video .mobile-video__buttons a.action_button {
    border-color: white;
    background-color: transparent;
    color: white;
}

@media only screen and (min-width: 481px) {
    .homepage-video .mobile-video__buttons {
        display: none;
    }
}

.darken-video {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 20;
}


/* #Page Banners
================================================== */

.page_banner {
    overflow: hidden;
    max-height: 100vh;
    margin-top: 40px;
}

.caption.captionOverlay--true {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 55%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
}

.caption.captionOverlay--true .headline,
.caption.captionOverlay--true .subtitle {
    color: #ffffff;
}

@media only screen and (max-width: 798px) {
    .caption.captionOverlay--true {
        top: 50%;
    }
}

.dark-overlay-true:after {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* ADDITIONAL TITLE CONTENT MANAGEMENT  */

#shopify-section-product-details-template .additional-title-mobile {
    font-size: 20px;
    font-weight: 300;
    font-family: "Crimson Text", serif;
    letter-spacing: 1px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media only screen and (min-width: 799px) {
    #shopify-section-product-details-template .additional-title-mobile {
        display: none;
    }
}

@media only screen and (max-width: 798px) {
    #shopify-section-product-details-template .additional-title-mobile {
        display: block;
    }
}

@media only screen and (max-width: 798px) {
    #shopify-section-product-details-template .additional-title-desktop {
        display: none;
    }
}

.mdc-form-field label a {
    text-decoration: underline;
}

.shopify-section.page-dav-line-section .btn-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 20px;
}

@media only screen and (max-width: 798px) {
    .shopify-section.page-dav-line-section .btn-flex {
        margin-bottom: 20px;
    }
}

/* #Home page - videoexpert
================================================== */

.dav-container,
div.dav-container {
    overflow: hidden;
}

.video-expert {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    line-height: 1.3;
    color: #5F5858;
}

.video-expert__hero {
    height: 400px;
    position: relative;
}
.video-expert__breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1;
}

.video-expert__hero img {
    display: block;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    object-fit: cover;
    object-position: 0 50%;
}

.video-expert__title,
.video-expert__steps-title,
.video-expert__team-title,
.video-expert__experts-title {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.28;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
}

.video-expert__main-text {
    position: relative;
}

.video-expert__steps {
    padding: 35px 0 50px 0;
}

.video-expert__main-text::after {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    background: #C5C5C5;
    z-index: 1;
    content: '';
}

.video-expert__main-text-content {
    position: relative;
    z-index: 5;
    color: #FFFFFF;
    padding: 10px 0;
}

.video-expert__section {
    padding: 55px 0 84px 0;
}

.video-expert__step-text {
    max-width: 800px;
    margin: 24px auto 0;
    text-align: center;
}

.video-expert__step-row {
    display: flex;
    margin: 10px -25px 0;
}

.video-expert__step-item {
    padding: 0 25px;
    width: 33.3333%;
    min-width: 33.3333%;
    text-align: center;
}

.video-expert__step-block {
    height: 100%;
    background: #E5E5E5;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.video-expert__step-describe {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 8px;
    flex-grow: 1;
}

.video-expert__button {
    text-align: center;
    margin-top: 56px;
}

.video-expert__button .btn-primary {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    max-width: 390px;
    height: 63px;
    justify-content: center;
}

.video-expert__team {
    position: relative;
    text-align: center;
    padding: 55px 0 84px 0;
}

.video-expert__team::after {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    background: #D7E0EB;
    z-index: 1;
    content: '';
}

.video-expert__team .video-expert__title {
    position: relative;
    z-index: 5;
}

.video-expert__team-main-text {
    position: relative;
    z-index: 5;
    margin-top: 36px;
    font-size: 32px;
    padding: 0 18px;
}

.video-expert__team-text {
    position: relative;
    z-index: 5;
    margin-top: 20px;
    padding: 0 18px;
}

.video-expert__experts-container {
    padding: 35px 0 50px 0;
}

@media screen and (max-width: 1200px) {
    .video-expert__step-row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .video-expert__step-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .video-expert__breadcrumb {
        top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .video-expert {
        font-size: 20px;
    }

    .video-expert__hero {
        height: 350px;
    }

    .video-expert__title {
        font-size: 30px;
        padding: 20px 18px 25px 18px;
    }

    .video-expert__steps-title {
        font-size: 24px;
        padding: 0 18px;
    }

    .video-expert__section {
        padding: 20px 0;
    }

    .video-expert__steps {
        padding: 10px 0 30px 0;
    }

    .video-expert__step-text {
        margin-top: 9px;
        padding: 0 18px;
    }

    .video-expert__step-row {
        margin-top: -30px;
        flex-wrap: wrap;
    }

    .video-expert__step-item {
        width: 100%;
        min-width: 100%;
        padding-top: 20px;
    }

    .video-expert__step-block {
        flex-direction: row;
        align-items: center;
        padding: 10px 30px;
    }

    .video-expert__step-icon {
        width: 70px;
        min-width: 70px;
        font-size: 0;
    }

    .video-expert__step-icon img {
        max-width: 100%;
        max-height: 100%;
    }

    .video-expert__step-describe {
        text-align: left;
        padding-bottom: 0;
        flex-grow: 1;
        padding: 0 40px;
    }

    .video-expert__team-title {
        font-size: 24px;
        padding: 0 18px;
    }

    .video-expert__team {
        padding: 14px 0 20px 0;
    }

    .video-expert__button {
        margin-top: 20px;
    }

    .video-expert__button .btn-primary {
        letter-spacing: 0.05em;
        max-width: 224px;
        height: 48px;
    }

    .video-expert__team-main-text {
        position: relative;
        z-index: 5;
        margin-top: 13px;
        font-size: 24px;
    }

    .video-expert__team-text {
        margin-top: 5px;
    }

    .video-expert__experts-title {
        font-size: 24px;
        padding: 0 18px;
        margin-bottom: -20px;
    }

    .video-expert__experts-container {
        padding: 16px 0 50px 0;
    }
}

@media screen and (max-width: 576px) {
    .video-expert__step-describe {
        padding: 0 20px;
    }
}

.consultation-select {
    padding: 0 10px;
    height: 44px;
    border: 1px solid #cccccc;
    font-size: 13px;
    margin-bottom: 15px;
}

.btn_no_active{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    min-height: 44px;
    vertical-align: top;
    justify-content: center;
    border-radius: 0;
    cursor: default !important;
    background: #ededed !important;
    border-color: #d4d4d4 !important;
    color: #4c4c4c !important;
    
}
.btn_no_active span {
    color: currentColor;
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    padding: 0;
    margin: 0;
}

.btn_no_active .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media only screen and (max-width: 798px){
    .btn_no_active{
        padding-left: 5px;
        padding-right: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
}
.product-info__caption :hover, .product-info__caption :focus {
    color: #000;
}
/* End */


/* Start:/local/templates/custom.css?175981759629350*/
.sale {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 5;
    border-radius: 0%;
    color: #000 !important;
    background: #eee;
    width: auto;
    line-height: 1.25rem;
    font-size: .75rem;
    padding: 5px;
}

.button-logout-wrapper{
    text-align: right;
}

@media only screen and (max-width: 480px) {
    .product-list .sale {
        font-size: xx-small;
        line-height: normal;
    }
}
.slider-bg {
    height: 100% !important;
}
.center-setting {
    padding: 80px !important;

}
.info-slide p {
    line-height: 1.2em !important;
    font-size: 15px !important;
}

.info-slide img {
    margin: 0 auto !important;
}

p.text-smail {
    font-size: 13px;
    line-height: 1.3em;
}
.tovar-info h3 {
    max-height: 85px;
    font-size: 20px;
    line-height: 25px;
}
.tovar-link {
    margin: 20px auto;
}
p.section-tovar {
    line-height: 32px;
}
.text-tovar {
    padding: 0 30px;
    line-height: 28px;
}

.slick-slide .tovar-info {
    min-height: 145px;
}
.sliders-2 .tovar-info h3 {
    font-size: 22px;
    line-height: 30px !important;
}

.text-tovar, .tovar-info h4 {
    line-height: 1.4;
    max-height: 100%;
    font-size: 15px;
}

.img-fluid-main {
    display:block;
    width:100%;
}
.gryffeditor img {
    height: auto;
}
.SDEK_selectPVZ .btn .btn-default a {
    color: white;
}
.sdek_pvzLair {
    padding-top: 10px;
}
.sdek_pvzLair a {
    border: none;
    color: #fffefc;
    background: #4c4c4c;
    display: inline-flex;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.2em;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: .9em;
    text-transform: uppercase;
}
.basket-item-price-old-text:after {
    background-size: 0;
}


.basket-item-price-old-text {
    text-decoration: line-through;
    color: #a1a1a1;
}
.basket-coupon-block-total-price-difference {
    display: none;
}
/*
.basket-coupon-block-total-price-old {
    display: none;
}
*/
.basket-item-price-difference {
    display: none;
}
@media only screen and (max-width: 576px) {
    .container-fluid h3 {
        margin-top: 10px;
    }
    .d-block {
        padding-top: 10px;
    }
    .img-fluid-main {
        margin-top: 70px;
        display:block;
        width:100%
    }
    .sliders-2 .tovar-info h3 {
        font-size: 20px;
        line-height: 25px;
    }

}
.promo_banner__content{
    font-size: 14px;
}
.main_nav div.logo div{
    padding-top: 10px;
}

.product-rating {
    line-height: 1;
}

.product-rating-wrapper {
    display: inline-flex;
    align-items: center;
}

.svg-icon {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.product-rating-star {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 0 2px;
    color: transparent;
}

.review-form .product-rating-star {
    display: block;
}

.product-rating-star.active {
    color: #000;
}

.product-rating-total {
    font-size: 1.25rem;
    margin-left: 6px;
}

.product-rating-total.small {
    font-size: 1rem;
}

.product-reviews {
    max-width: 1200px;
    margin: 56px auto 24px auto;
    color: #000;
}

.product-reviews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-reviews-title {
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 2.125rem;
    line-height: 1em;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-reviews-head-title {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
}

.product-rating-star + .product-reviews-head-title {
    margin-left: 8px;
}

.product-reviews-head-button {
    font-weight: 500;
}

.product-reviews-empty {
    margin-top: 24px;
    text-align: center;
    font-weight: 400;
}

.product-reviews-empty a {
    text-decoration: underline;
}

.product-reviews-content {
    margin: 24px 0;
}

.product-reviews-items {
    display: flex;
    flex-wrap: wrap;
}

.product-reviews-items::-webkit-scrollbar-track {
    background-color: #fffefc
}

.product-reviews-items::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.product-reviews-items::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.product-reviews-items::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.product-reviews-item {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-bottom: 10px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    line-height: 1;
}

.product-reviews-item-wrapper {
    padding: 12px 10px;
}

.product-reviews-item-name {
    font-weight: 500;
    margin-bottom: 12px;
}

.product-reviews-item-date {
    font-size: 0.8rem;
    color: #767676;
    margin-top: 12px;
    margin-bottom: 12px;
}

.product-reviews-item-rating .product-rating-star {
    width: 14px;
    min-width: 14px;
    height: 14px;
}

.product-reviews-item-text {
    margin-top: 8px;
    line-height: 1.4;
    font-size: 0.9rem;
}

.product-reviews-bottom-button {
    margin-top: 12px;
    text-align: center;
}

.product-reviews-show-more {
    font-weight: 500;
}

@media (max-width: 768px) {
    .product-rating {
        margin-bottom: 12px;
        display: block;
    }
    .product-reviews-head .product-rating {
        margin-bottom: 0;
    }
    .product-reviews {
        padding: 0 10px;
    }
    .product-reviews-title {
        font-size: 1.375rem;
    }
    .product-reviews-item {
        width: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 500px) {
    .product-reviews-item {
        min-width: 70%;
    }
    .product-reviews-head .product-rating-star {
        display: none;
    }
    .product-rating-star + .product-reviews-head-title {
        margin: 0;
    }
    #review-form .modal-header {
        padding: 0;
    }
    #review-form .close {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}
.footer_info{
    font-family: Roboto, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    padding: 4px 0;
}
.footer_info_title{
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
    text-transform: uppercase;
}
@media screen and (min-width: 1080px){
    .columns.medium-down--one-whole.four {
        width: calc(23% - 40px);
    }
    /*.columns.medium-down--one-whole.four.more-space {*/
    /*    width: 26%;*/
    /*}*/
}

.basket-item-label-text {
    top: 6px;
    right: 6px;
    color: #4c4c4c !important;
    background: #ffffff;
    width: auto;
    line-height: 1.25rem;
    font-size: .75rem;
    padding: 4px;
}

.not-gift .basket-item-label-text {
    display: none;
}

.sample-gift .gift-title, .sample-gift .basket-item-label-text {
    display: none;
}

.slider-gifts .slick-track {
    margin-left: 0;
}

.slider-gifts .slick-prev:before, .slider-gifts .slick-next:before {
    color: #4c4c4c;
}

.slider-gifts .slick-prev {
    left: -45px;
}

.slider-gifts .slick-next {
    right: -45px;
}

@media (max-width: 500px) {
    .slider-gifts .slick-prev {
        left: -20px;
    }

    .slider-gifts .slick-next {
        right: -20px;
    }
}

.video-expert__atmosphere-title{
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.28;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
}
.video-expert__atmosphere-main-text{
    position: relative;
    z-index: 5;
    margin: 36px;
    font-size: 32px;
    padding: 0 18px;
    text-align: center;
}
.video-expert__atmosphere-text{
    position: relative;
    z-index: 5;
    margin-top: 20px;
    padding: 0 18px;
}
.video-expert__atmosphere-list{
    display: table;
    margin: 0 auto;
}
.video-expert__atmosphere-button{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
}
.product_image .sale .mobile-hide {
    text-transform: uppercase;
}
@media screen and (max-width: 1080px){
    .video-expert__atmosphere-title{
        font-size: 24px;
        padding: 0 18px;
    }
    .video-expert__atmosphere-main-text{
        font-size: 24px;
        margin: 13px 0 0 0;
    }
    .video-expert__atmosphere-text{
        margin-top: 15px;
    }
}
.box-homepage-collection__top-cta-wrap {
    margin-top: 12px;
}
@media screen and (max-width: 500px) {
    .box-text-video-image__media .image-element__wrap img {
        max-width: 100%;
    }
}
.product_image .sale .mobile-show {
    display: none;
}
@media screen and (max-width: 370px) {
    .product_image .sale .mobile-hide {
        display: none;
    }
    .product_image .sale .mobile-show {
        display: inline-block;
    }
}
.dav-line-products-list .dav-line-products-list__container .product-list .thumbnail {
    padding: 20px 10px 0;
    margin: 0;
    width: 21.5vw;
}

.loyalty-bonus {
    display: inline-block;
    background: #f7f6f2;
    padding: 16px 30px 16px 10px;
}

.loyalty-bonus-value {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 2.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.loyalty-bonus-button {
    margin-top: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.loyalty-modal {
    max-width: 400px;
    padding: 20px;
}

.loyalty-modal .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
}

.loyalty-modal .modal-header .close span {
    font-size: 42px;
}

.loyalty-transactions-title {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.loyalty-transactions-item {
    display: flex;
    justify-content: space-between;
}

.loyalty-transactions-items.show-more .loyalty-transactions-item.hidden {
    display: flex;
}

.loyalty-transactions-item-name {
    font-weight: 400;
}

.loyalty-transactions-item-date {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 1.4;
}

.loyalty-transactions-item-value {
    font-weight: 400;
    letter-spacing: 3px;
}

.loyalty-transactions-item + .loyalty-transactions-item {
    margin-top: 12px;
}

.loyalty-transactions-show-more {
    justify-content: center;
    margin-top: 32px;
}

.lpBindingTools {
    margin-top: 36px;
}

.product-detail-recommended {
    margin-top: 40px;
}

.dav-container-white + .product-detail-recommended {
    margin-top: 0;
    padding-top: 40px;
    background-color: #fffefc;
}

.dav-line-products-list.no-bg {
    background: transparent;
}

.product-detail-recommended .thumbnail {
    border: none;
}

.product-detail-recommended-title {
    padding-left: 40px;
}

.product-detail-recommended .dav-container {
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    .loyalty-bonus {
        display: block;
    }
    .loyalty-bonus-value {
        font-size: 1.375rem;
    }

    .dav-line-products-list .product-list:not(.js-homepage-collection-slider) {
        display: flex;
        flex-wrap: wrap;
    }
    .custom-line-list .product-list .mason-element {
        flex-basis: 46%;
    }
    .product-detail-recommended-title {
        padding-left: 10px;
    }
}

.catalog-products-list {
    display: flex;
    flex-wrap: wrap;
}
.search-template-section .catalog-products-list {
    justify-content: center;
}
.product-list-banner__wrap {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-list-banner__wrap * {
    position: relative;
    z-index: 2;
}
.product-list-banner__picture {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.product-list-banner__picture.mobile {
    display: none;
}
.product-list-banner__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    text-align: left;
}
.product-list-banner__wrap:after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(0deg,#000,transparent);
    opacity: .5;
    transition: all .3s ease-in-out;
}
.product-list-banner__wrap:hover:after {
    opacity: .6;
    height: 70%;
}
.product-list-banner__title {
    color: #fff;
    font-size: 2.625rem;
    text-align: left;
    font-family: PT Sans Narrow,sans-serif;
}
.product-list-banner__description {
    color: #fff;
    font-size: 1rem;
    text-align: left;
    padding-bottom: 22px;
    padding-top: 22px;
}
.product-list-banner__btn {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .product-list-banner__description {
        display: none;
    }
    .product-list-banner__title {
        font-size: 1.875rem;
        line-height: 1;
    }
    .product-list-banner__content-btn {
        padding-top: 20px;
    }
    .product-list-banner__content {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 480px) {
    .product-list-banner__title {
        font-size: 1rem;
    }
    .product-list-banner__picture {
        display: none;
    }
    .product-list-banner__picture.mobile {
        display: block;
    }
}

.bx-soa-section + #bx-soa-orderSave {
    display: none;
}

@media screen and (max-width: 550px) {
    .product-detail-recommended .product-list:not(.js-homepage-collection-slider-ajax) .thumbnail {
        flex-basis: 50%;
    }
    .product-detail-recommended .product-list .thumbnail .description {
        max-height: 30px;
    }
}

.bx-soa-cart-total-line.bonus-line {
    border-top: 1px solid #e5e5e5;
    font-weight: 500;
}

.no-wrap-text{
    white-space: nowrap;
}

.blog-detail-services {
    margin: 15px 0;
}

@media(min-width:800px) and (max-width: 1300px){
    .columns.medium-down--one-whole.four{
        width: calc(22% - 40px);
    }
    .four.columns.medium-down--one-whole.three-col-in{
        width: calc(31% - 40px);
    }
}

@media(min-width:800px) and (max-width: 992px){
    .columns.medium-down--one-whole.four{
        width: calc(25% - 40px);
    }
    .four.columns.medium-down--one-whole.three-col-in{
        width: calc(21% - 40px);
    }
}

.footer-section .two.columns.medium-down--one-whole .footer_menu h6{
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
    text-transform: uppercase;
}
.footer-section .two.columns.medium-down--one-whole .footer_menu .toggle_content ul li a{
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
}
.footer-menus h6{
    white-space: nowrap;
}
@media(min-width: 320px){
    .footer__bottom-text{
        text-align: center;
    }
    .footer__bottom-text span{
        display: block;
    }
    .footer{
        margin-bottom: 17px;
    }
    .footer__bottom{
        display: flex;
        flex-direction: column;
    }
    .footer__bottom-icons{
        display: flex;
        justify-content: space-between;
        align-items: unset;
        flex-direction: column;
    }
    .footer__bottom-icons .cerfificates,
    .footer-section .footer__bottom-icons .footer-social-icons,
    .footer__bottom-icons .footer__bottom-payment_methods{
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer__bottom-payment_methods img{
        height: 25px;
        width: auto;
        filter: grayscale(100%);
    }
    .footer__bottom .footer__bottom-icons .cerfificates{
        border-top: 0px;
        height: auto;
    }

    .footer__bottom .footer__bottom-icons .cerfificates a,
    .footer__bottom .footer__bottom-icons .cerfificates svg
    {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }
    .footer-section .footer__bottom-icons .footer-social-icons a{
        height: 15px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }
}
@media(min-width: 798px){
    .footer{
        margin-bottom: 0px;
    }
    .footer__bottom-text{
        text-align: left;
    }
    .footer__bottom{
        display: block;
    }
    .footer__bottom-icons{
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }
    .footer-menus .two.columns{
        width: calc(38% - 40px);
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-menus__inner{
        display: flex;
        flex-wrap: wrap;
    }
    .footer__bottom-payment_methods{
        float:unset;
    }
    .footer__bottom-text{
        margin-top: 20px;
    }
    .footer__bottom-icons .cerfificates,
    .footer__bottom-icons .footer-social-icons,
    .footer__bottom-icons .footer__bottom-payment_methods{
        margin-left: 0px;
        margin-right: 0px;
        padding:0px;
    }
    .footer__bottom-text span{
        display: inline;
    }
}
@media(min-width: 1000px){
    .footer-menus .columns{
        float:unset;
        display:flex;
        flex-direction:column;
    }
    .footer-menus .two.columns{
        width: auto;
        /*flex:0;*/
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-menus{
        display:flex;
        justify-content:center;
    }
    .footer-menus__inner{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .footer .container.dav-container.dav-container-max-w{
        max-width: 1300px;
    }

}

@media(min-width: 1400px){
    /*.footer-menus .two.columns{*/
    /*    flex:auto;*/
    /*}*/
}



@media(max-width: 798px) {
    .footer-section .two.columns.medium-down--one-whole .footer_menu {
        border-bottom: 1px solid #4c4c4c;
    }

    .footer-section .two.columns.medium-down--one-whole .footer_menu h6 {
        padding: 21px 10px;
        margin: 0px;

    }
     .footer-section .footer .footer-social-icons {
        margin-bottom: 0px;
    }
}


@media(max-width: 500px){
   #header.mobile_nav-fixed--true .top_bar .mobile_logo.logo{
        position: relative;
        order:2;
   }
    #header.mobile_nav-fixed--true .top_bar .icon-search{
        order:1;
    }
    #header.mobile_nav-fixed--true .top_bar .top_bar--right{
        order:3;
    }
}
@media(max-width: 480px){
    .footer__bottom-icons .cerfificates,
    .footer-section .footer__bottom-icons .footer-social-icons,
    .footer__bottom-icons .footer__bottom-payment_methods{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.ya-share2__link[href^="https://twitter.com/"]{
    display: none;
}

@media only screen and (max-width: 799px){
    .blog-section .medium-up--hide {
        display: none !important;
    }
    /*скрыть фильтр в каталоге*/
    .dav-productlist-container .filters-container .sidebar,
    .dav-productlist-container .fixed-filters{
        display: none;
    }
}
.stylistys-filters .stylistys-filters__link{
    opacity: 1 !important;
    color: #363636;
}

/*стили сортировки*/
.dav-productlist-container .filters-container .section_select {
    position: relative;
   
}
.dav-productlist-container .filters-container .section_select .select_value_defolt{
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    margin-left: 15px;
    color: #4c4c4c;
    font-size: 16px;
    white-space: nowrap;
}
.dav-productlist-container .filters-container .section_select .select_value_defolt::before {
   
    content: "";
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
	width: 18px;
	height: 12px;
	background: transparent url(https://cdn.shopify.com/s/files/1/0431/4732/9696/t/2/assets/select.png?v=1634438…) no-repeat 96% 50%;
    background-size: 18px 12px;
}
.dav-productlist-container .filters-container .section_select .selected_sort {
    padding: 15px 15px 15px 0;
}
.dav-productlist-container .filters-container .section_select #sort-select-cust {
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 10;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    width: 100%;
}
.dav-productlist-container .filters-container .section_select .active{
    display: block !important;
}
#sort-select-cust .select_option {
	display: block;
    padding: 11px 15px 10px;
    white-space: nowrap;
}
#sort-select-cust .select_dropdown .select_option:hover,
#sort-select-cust .select_dropdown .selected{
    background: rgb(248, 248, 248);
   
}

@media only screen and (max-width: 799px){
    .dav-productlist-container .filters-container .section_select .selected_sort {
        padding: 0;
    }
    .filters-container-cust{
        padding: 0!important;
    }
    .dav-productlist-container .filters-container .section_select .select_value_defolt{
        font-size: 14px;
    }
    .dav-productlist-container .filters-container .section_select #sort-select-cust {
        top: 120%;
        left: 0px;
    }
}

.apiship_pvzLair {
    margin-top: 10px;
}
.apiship_pvzLair > a {
    border: none;
    color: #fffefc;
    background: #4c4c4c !important;
    display: inline-flex;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.2em;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: .9em;
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}

/* region loyalty page */
.loyalty-page__banner .big-banners__banner {
    width: 100%;
    height: 28vw;
}
.loyalty-page__banner .big-banners__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;;
}
.loyalty-page__banner .big-banners__banner .loyalty-banner__mobile {
    display: none;
}
.loyalty-page__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #464646;
}
.loyalty-page__text {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    color: #464646;
}
.loyalty-page__container {
    width: 100%;
    font-family: "PT Sans Narrow", sans-serif;
    padding: 32px 90px 0;
    background-color: #fff;
}
.loyalty-page__container .loyalty-page__main-content {
    line-height: 140%;
    padding: 24px 55px 0;
}
.loyalty-page__container .loyalty-page__button {
    text-align: center;
    padding: 20px 0 40px;
}
.loyalty-page__container .loyalty-page__button .btn {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    background: #292929;
    padding: 13px 24px;
}
.loyalty-page__container .loyalty-page__button .btn:hover {
    background: #565554;
}
.loyalty-page__container .loyalty-page__program-info {
    line-height: 100%;
    padding-bottom: 55px;
}
.loyalty-page__container .loyalty-page__program-info p {
    margin-bottom: 32px;
}
.loyalty-page__container .loyalty-page__program-info a {
    text-decoration: underline;
}

.loyalty-page__howwork {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    background-color: #fff;
    padding: 66px 77px 70px;
}
.loyalty-page__howwork .loyalty-page__howwork-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-color: #F9F9F9;
    padding: 34px 40px 42px;
}
.loyalty-page__howwork .loyalty-page__howwork-item .loyalty-page__howwork-item-icon {
    width: 100px;
    height: 100px;
}
.loyalty-page__howwork .loyalty-page__howwork-item .loyalty-page__howwork-item-icon img {
    width: 100%;
    height: 100%;
}
.loyalty-page__howwork .loyalty-page__howwork-item-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #464646;
}
.loyalty-page__howwork .loyalty-page__howwork-item .loyalty-page__howwork-item-btn .btn {
    text-transform: unset;
    font-size: 18px;
    font-weight: 400;
    background: #292929;
    padding: 8px 25px;
}
.loyalty-page__howwork .loyalty-page__howwork-item .loyalty-page__howwork-item-btn .btn:hover {
    background: #565554;
}
.loyalty-page__container .loyalty-page__terms {
    text-align: center;
    padding: 50px 0 80px;
}
.loyalty-page__container .loyalty-page__terms .loyalty-page__terms-content {
    line-height: 133%;
    margin-bottom: 30px;
}
.loyalty-page__container .loyalty-page__terms .loyalty-page__terms-content a {
    text-decoration: underline;
}
.loyalty-page__container .loyalty-page__terms .loyalty-page__terms-content p {
    margin-bottom: 0;
}
.loyalty-page__container .loyalty-page__terms .loyalty-page__terms-button .btn {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    background: #292929;
    padding: 13px 24px;
}
.loyalty-page__container .loyalty-page__terms .loyalty-page__terms-button .btn:hover {
    background: #565554;
}

.loyalty-page__footer-banner {
    font-family: "PT Sans Narrow", sans-serif;
    background-color: #fff;
    padding: 0 77px 80px;
}
.loyalty-page__footer-banner .big-banners__banner {
    width: 100%;
}
.loyalty-page__footer-banner .big-banners__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.loyalty-page__footer-banner .big-banners__banner .loyalty-banner__mobile {
    display: none;
}
.loyalty-page__footer-banner .loyalty-page__footer-banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    padding: 64px 0;
}
.loyalty-page__footer-banner .loyalty-page__footer-banner-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
}
.loyalty-page__footer-banner .loyalty-page__footer-banner-content {
    width: 540px;
    font-size: 24px;
    line-height: 125%;
    font-weight: 400;
    color: #383838;
}

@media (max-width: 768px) {
    .loyalty-page__banner .big-banners__banner .loyalty-banner__mobile {
        display: block;
    }
    .loyalty-page__banner .big-banners__banner .loyalty-banner__desktop {
        display: none;
    }
    .loyalty-page__banner .big-banners__banner {
        height: auto;
    }
    .loyalty-page__container {
        padding: 24px 18px 0;
    }
    .loyalty-page__title {
        font-size: 16px;
    }
    .loyalty-page__text {
        font-size: 14px;
    }
    .loyalty-page__container .loyalty-page__main-content {
        padding: 20px 0 0;
    }
    .loyalty-page__container .loyalty-page__button {
        padding: 16px 0 20px;
    }
    .loyalty-page__container .loyalty-page__button .btn {
        font-size: 16px;
        padding: 13px 26px;
    }
    .loyalty-page__container .loyalty-page__program-info p {
        margin-bottom: 20px;
    }
    .loyalty-page__container .loyalty-page__program-info {
        padding-bottom: 26px;
    }
    .loyalty-page__howwork {
        flex-direction: column;
        gap: 20px;
        padding: 16px 20px 0;
    }
    .loyalty-page__howwork .loyalty-page__howwork-item {
        gap: 12px;
        padding: 18px 0 26px;
    }
    .loyalty-page__howwork .loyalty-page__howwork-item .loyalty-page__howwork-item-icon {
        width: 54px;
        height: 54px;
    }
    .loyalty-page__howwork .loyalty-page__howwork-item-text {
        font-size: 14px;
        line-height: 1;
        gap: 8px;
    }
    .loyalty-page__howwork .loyalty-page__howwork-item .loyalty-page__howwork-item-btn {
        font-size: 14px;
        padding: 7px 14px;
    }
    .loyalty-page__container .loyalty-page__terms {
        padding: 10px 0 30px;
    }
    .loyalty-page__container .loyalty-page__terms .loyalty-page__terms-content {
        margin-bottom: 16px;
    }
    .loyalty-page__container .loyalty-page__terms .loyalty-page__terms-button .btn {
        font-size: 16px;
        padding: 11px 22px;
    }
    .loyalty-page__footer-banner {
        padding: 0 14px 32px;
    }
    .loyalty-page__footer-banner .loyalty-page__footer-banner-content {
        width: 60%;
        font-size: 14px;
    }
    .loyalty-page__footer-banner .loyalty-page__footer-banner-wrapper {
        gap: 12px;
        padding: 30px 0;
    }
    .loyalty-page__footer-banner .loyalty-page__footer-banner-title {
        font-size: 16px;
    }
    .loyalty-page__footer-banner .big-banners__banner .loyalty-banner__desktop {
        display: none;
    }
    .loyalty-page__footer-banner .big-banners__banner .loyalty-banner__mobile {
        display: block;
    }
    .loyalty-page__howwork .loyalty-page__howwork-item .loyalty-page__howwork-item-btn .btn {
        font-size: 16px;
    }
}
/* endregion */

.popmechanic-widget-reco button{
    min-height: auto;
}
/* End */


/* Start:/asset/theme-comfortzone.css?1756297155582728*/
@charset "UTF-8";

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box
}

.nav {
    background: white;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0;
    border-left: 1px solid #0073bb;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fffefc;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 6;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 12px;
    height: 10px;
    background-image: var(--dav-img-cta-arrow);
    transform: rotate(90deg)
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent gray
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: none
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(180deg, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px hsla(0, 0%, 100%, .03)
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: linear-gradient(180deg, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0)
}

.selectize-control.single .selectize-input {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 hsla(0, 0%, 100%, .8);
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0)
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: 700;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0 none
}

.pointer {
    cursor: pointer
}

[data-lazy] {
    opacity: 0;
    transition: opacity .4s ease-in-out
}

[data-lazy].lzloaded {
    opacity: 1
}

.stay-in-front {
    position: relative !important;
    z-index: 2 !important
}

.stay-in-front>.gf_column {
    float: none !important
}

.stay-in-the-back {
    position: relative !important;
    z-index: 1 !important
}

::-moz-selection {
    background: #949494;
    color: #4c4c4c
}

::selection {
    background: #949494;
    color: #4c4c4c
}

.twelve {
    width: 100%
}

.tw-offset-by-one {
    left: 8.33333%
}

.tw-offset-by-two {
    left: 16.66667%
}

.tw-offset-by-three {
    left: 25%
}

.tw-offset-by-four {
    left: 33.33333%
}

.tw-offset-by-five {
    left: 41.66667%
}

.tw-offset-by-six {
    left: 50%
}

.tw-offset-by-seven {
    left: 58.33333%
}

.tw-offset-by-eight {
    left: 66.66667%
}

.tw-offset-by-nine {
    left: 75%
}

.tw-offset-by-ten {
    left: 83.33333%
}

.tw-offset-by-eleven {
    left: 91.66667%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    text-transform: none
}

.anim,
.anim:after,
.anim:before {
    transition: all .2s ease-in-out
}

.anim-back,
.anim-back:after,
.anim-back:before {
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.errors {
    padding: 15px;
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #ed969e
}

.errors ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.errors li {
    margin: 0
}

.errors li+li {
    margin-top: 10px
}

.alert-success {
    color: #155724
}

.alert-success.quote {
    background: #d4edda;
    border: 1px solid #9ed6ac
}

.alert-error {
    color: #721c24
}

.alert-error.quote {
    background: #f8d7da;
    border: 1px solid #ed969e
}

.alert-warning {
    color: #856404
}

.alert-warning.quote {
    background: #fff3cd;
    border: 1px solid #ffe181
}

.swipetosee {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    font-size: .75rem;
    font-family: PT Sans Narrow, sans-serif;
    float: right
}

.swipetosee span {
    width: 60px;
    height: 1px;
    display: block;
    margin-right: 10px;
    position: relative
}

.swipetosee span:before {
    z-index: 1;
    opacity: .3
}

.swipetosee span:after,
.swipetosee span:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transform-origin: 100% 50%;
    position: absolute;
    bottom: 0;
    left: 0
}

.swipetosee span:after {
    animation: a 3s ease infinite;
    z-index: 2
}

.dav-loading-bar {
    position: relative;
    display: block;
    height: 2px;
    background: transparent;
    width: 150px;
    max-width: 50%
}

.dav-loading-bar:before {
    z-index: 1;
    opacity: .3
}

.dav-loading-bar:after,
.dav-loading-bar:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: currentColor;
    transform-origin: 100% 50%;
    position: absolute;
    bottom: 0;
    left: 0
}

.dav-loading-bar:after {
    animation: a 3s ease infinite;
    z-index: 2
}

html {
    font-size: 16px
}

body {
    overscroll-behavior-y: none;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    background-color: #f9f9f9;
    min-width: 320px
}

body::-webkit-scrollbar-track {
    background-color: #fffefc
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

body::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

body::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

body.blocked-scroll {
    padding-right: 6px
}

body.is-active #header::-webkit-scrollbar-track {
    background-color: #fffefc
}

body.is-active #header::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

body.is-active #header::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

body.is-active #header::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

body.overflow-h {
    overflow: hidden;
    padding-right: 6px
}

input[type=color],
input[type=date],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-family: PT Sans Narrow, sans-serif
}

p {
    line-height: 1.3em
}

a:focus,
button:focus {
    outline: none
}

select {
    background-color: transparent;
    border: none;
    padding: 0;
    height: 20px;
    min-height: 20px;
    font-size: 1.125rem
}

select,
select:active,
select:focus {
    color: #000
}

.select {
    margin-bottom: 12px
}

.select label {
    margin-top: 12px;
    font-size: .625rem;
    margin-bottom: 0;
    line-height: 20px
}

.dav-container,
div.dav-container {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width:1024px) {

    .dav-container,
    div.dav-container {
        padding-left: 0;
        padding-right: 0
    }
}

.dav-container-white {
    background-color: #fffefc
}

.dav-container-max-w {
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto
}

.dav-block-vspace,
div.dav-block-vspace {
    padding-top: 40px;
    padding-bottom: 40px
}

.dav-block-vspace--small,
div.dav-block-vspace--small {
    padding-top: 20px;
    padding-bottom: 20px
}

.dav-block-vspace--big,
div.dav-block-vspace--big {
    padding-top: 50px;
    padding-bottom: 50px
}

.super-title {
    font-style: italic;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase
}

.dav-main-title,
.super-title {
    font-family: PT Sans Narrow, sans-serif
}

.dav-main-title {
    text-transform: none;
    font-size: 2.625rem;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase
}

.dav-super-title {
    font-style: italic;
    text-decoration: underline;
    font-weight: 700;
    font-size: 1rem
}

.dav-super-title,
.dav-title-block {
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
    text-transform: uppercase
}

.dav-title-block {
    font-size: 2.125rem;
    line-height: 1em;
    letter-spacing: .5px;
    font-weight: 600
}

@media only screen and (max-width:480px) {
    .dav-title-block {
        font-size: 1.375rem
    }
}

.dav-title-block p {
    line-height: 1em
}

.dav-title-block.title-h2,
.dav-title-block.title-mid {
    font-size: 1.875rem;
    line-height: 1em
}

@media only screen and (max-width:480px) {

    .dav-title-block.title-h2,
    .dav-title-block.title-mid {
        font-size: 1.25rem
    }
}

.dav-title-block.title-h3,
.dav-title-block.title-small {
    font-size: 1.625rem;
    line-height: 1em
}

@media only screen and (max-width:480px) {

    .dav-title-block.title-h3,
    .dav-title-block.title-small {
        font-size: 1.125rem
    }
}

.dav-title-block.title-h4,
.dav-title-block.title-mini {
    font-size: 1.5rem;
    line-height: 1.1em
}

@media only screen and (max-width:480px) {

    .dav-title-block.title-h4,
    .dav-title-block.title-mini {
        font-size: 1rem
    }
}

.dav-title-block.title-h5,
.dav-title-block.title-micro {
    font-size: 1.125rem;
    line-height: 1.1em
}

@media only screen and (max-width:480px) {

    .dav-title-block.title-h5,
    .dav-title-block.title-micro {
        font-size: .875rem
    }
}

.dav-title-block.title-h6,
.dav-title-block.title-mini-micro {
    font-size: 1rem;
    line-height: 1.1em
}

@media only screen and (max-width:480px) {

    .dav-title-block.title-h6,
    .dav-title-block.title-mini-micro {
        font-size: .75rem
    }
}

@media only screen and (max-width:798px) {
    .dav-title-block {
        font-size: 1.375rem
    }

    .dav-title-block.title-small {
        font-size: 1.25rem
    }
}

.min-plus {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 12px;
    height: 12px
}

.min-plus:after,
.min-plus:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4c4c4c;
    right: 0;
    top: 50%;
    transition: all .2s ease-in-out
}

.min-plus:after {
    transform: rotate(-90deg)
}

.show-minus .min-plus:after {
    transform: rotate(0)
}

.image-full-col .image-element__wrap {
    margin: 0 -20px
}

.dav-breadcrumbs {
    color: #fffefc;
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    text-shadow: none
}

.dav-breadcrumbs.dark {
    color: #000
}

.dav-breadcrumbs a,
.dav-breadcrumbs a:active,
.dav-breadcrumbs a:focus,
.dav-breadcrumbs a:hover,
.dav-breadcrumbs b,
.dav-breadcrumbs span {
    color: currentColor
}

#shopify-section-header {
    position: relative;
    z-index: 101
}

.shopping-bag-inner {
    fill: transparent;
    transition: all .4s ease-in-out;
    font-family: PT Sans Narrow, sans-serif !important
}

.active_link .shopping-bag-inner {
    fill: currentColor
}

#header .promo_banner a,
#header .promo_banner a:visited a:hover,
.header .promo_banner a,
.header .promo_banner a:visited a:hover {
    color: #fffefc
}

.promo_banner {
    background: #4c4c4c;
    color: #fffefc;
    font-size: .8125rem;
    font-family: PT Sans Narrow, sans-serif;
    letter-spacing: 0;
    text-transform: none
}

.promo_banner .promo_banner-close {
    color: #fffefc
}

.promo_banner a.promo-link {
    color: #fffefc !important
}

.promo_banner a.promo-link strong {
    font-weight: 400;
    text-decoration: underline !important
}

.promo_banner a,
.promo_banner a:visited,
.promo_banner a span {
    color: #fffefc
}
.block__specifics {
    background: #fff;
}
@media only screen and (min-width:799px) {
    .index.promo_banner-show #pagecontent {
        padding-bottom: 0
    }
}

@media only screen and (min-width:799px) {
    .top_bar {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .header {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    #header {
        display: block
    }
}

.main_nav_wrapper {
    background: #f7f6f2;
    transition: all .2s ease-in-out
}

body:not(.index) .main_nav_wrapper {
    background: #fffefc
}

.main_nav_wrapper .dropdown_container.mega-menu .dropdown_content {
    -ms-flex-pack: center;
    justify-content: center
}

.main_nav_wrapper .dropdown_container.mega-menu .dropdown_column {
    -ms-flex-positive: 0;
    flex-grow: 0
}

.main_nav_wrapper.sticky_nav {
    background: #fffefc;
    z-index: 200;
}

.main_nav_wrapper.sticky_nav .menu-position--block .logo {
    display: block
}

.main_nav_wrapper.sticky_nav .menu-position--block .logo a {
    padding: 10px 0 0
}

.main_nav_wrapper.sticky_nav .menu-position--block .logo img {
    width: 120px
}

.main_nav_wrapper.sticky_nav .main_nav .menu.top-level-menu {
    padding-top: 0;
    padding-bottom: 0
}

.main_nav_wrapper:hover {
    background: #fffefc
}

.mega-menu__image-caption-link {
    padding: 0;
    text-align: left;
    margin-bottom: 0
}

.mega-menu__image-caption-link a {
    padding-top: 0;
    padding-bottom: 0
}

.mega-menu__image-caption-link .image-element__wrap,
.mega-menu__image-caption-link img {
    margin: 0
}

.mega-menu__image-caption-text a {
    display: inline
}

.mega-menu__image-caption-text,
.mega-menu__image-caption-text p {
    font-size: .875rem
}

.mega-menu__image-caption-text strong {
    display: block;
    padding: 5px 0;
    font-family: Roboto, sans-serif;
    font-size: 1.375rem;
    font-weight: 400
}

.mega-menu__image-caption-text em {
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    text-decoration: underline
}

.mega-menu>.dropdown.menu {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
}

.mega-menu .mega-menu__richtext__title {
    font-size: 1.125rem;
    min-height: 2.8em
}

.mega-menu .mega-menu__image-caption-link .btn-secondary {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .8125rem
}

.mega-menu .dropdown_content,
.mobile-mega-menu .dropdown_content {
    padding: 0 10px 80px
}

.mega-menu .mega-menu__richtext,
.mobile-mega-menu .mega-menu__richtext {
    padding: 0
}

.mega-menu .mega-menu__richtext strong,
.mobile-mega-menu .mega-menu__richtext strong {
    font-family: Roboto, sans-serif;
    font-size: 1.375rem;
    color: #4c4c4c;
    font-weight: 400
}

.mega-menu .mega-menu__richtext p,
.mobile-mega-menu .mega-menu__richtext p {
    padding-top: 0
}

.mega-menu .dropdown_content {
    padding: 0 10px
}

@media only screen and (max-width:1024px) {
    #mobile_menu {
        width: 60%;
        margin: 0 auto
    }
}

@media only screen and (max-width:480px) {
    #mobile_menu {
        width: auto;
        margin: 10px 20px
    }
}

#mobile_menu li.mobile-mega-menu__richtext {
    border: none !important;
    padding: 5px 0
}

#mobile_menu .mobile-mega-menu__richtext-inner {
    display: -ms-flexbox;
    display: flex
}

#mobile_menu .mobile-mega-menu__richtext-inner .richtext-image {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0
}

#mobile_menu .mobile-mega-menu__richtext-inner .richtext-image .image-element__wrap {
    margin: 0
}

#mobile_menu .mobile-mega-menu__richtext-inner .richtext-title {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    margin: 0;
    padding: 0 0 0 10px;
    background: #fffefc
}

@media only screen and (max-width:1024px) {
    .sticky_nav {
        display: none
    }
}

.main_nav {
    background: transparent;
    position: relative
}

.main_nav div.logo a {
    display: inline-block
}

.main_nav.menu-position--inline div.logo {
    padding-left: 40px
}

.main_nav .nav>.cart_container {
    display: none
}

.main_nav .dropdown {
    background-color: #fffefc;
    background-repeat: no-repeat;
    background-position: 0 100%
}

.main_nav .dropdown_content,
.main_nav .dropdown_content p {
    letter-spacing: 0;
    color: #4c4c4c;
    font-weight: 400;
    font-family: PT Sans Narrow, sans-serif
}

.main_nav .primary_logo {
    width: 180px
}

.main_nav .menu.top-level-menu {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-right: 220px;
    padding-top: 15px;
    padding: 0 180px
}

.main_nav .menu a:not(.btn-primary):not(.btn-secondary) {
    font-size: .9375rem;
    text-transform: none;
    letter-spacing: 0
}

@media only screen and (min-width:1025px) {
    .main_nav .menu a:not(.btn-primary):not(.btn-secondary) {
        font-size: .8125rem
    }
}

.feature_image .header .main_nav .menu a:not(.btn-primary):not(.btn-secondary),
.main_nav .menu a:not(.btn-primary):not(.btn-secondary),
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active_link {
    color: #000;
    border-color: transparent
}

.feature_image .header .main_nav .menu a:not(.btn-primary):not(.btn-secondary):hover,
.feature_image .header .main_nav .menu a:not(.btn-primary):not(.btn-secondary)[href]:focus,
.feature_image .header .main_nav .menu a:not(.btn-primary):not(.btn-secondary)[href]:hover,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active:hover,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active[href]:focus,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active[href]:hover,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active_link:hover,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active_link[href]:focus,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary).active_link[href]:hover,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary):hover,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary)[href]:focus,
.main_nav .menu a:not(.btn-primary):not(.btn-secondary)[href]:hover {
    color: #000;
    border-color: transparent
}

.main_nav .menu a:not(.btn-primary):not(.btn-secondary)[href="#"],
.main_nav .menu a:not(.btn-primary):not(.btn-secondary)[href="javascript:;"] {
    cursor: auto
}

.main_nav .menu a:not(.btn-primary):not(.btn-secondary) span.icon-down-arrow {
    display: none
}

.main_nav .menu li {
    padding: 0 20px
}

.main_nav .menu li.menu-top-icons {
    padding: 0 20px 0 0
}

.main_nav .menu li.top-level-menu__item {
    position: relative
}

.main_nav .menu li.top-level-menu__item>a {
    text-align: center;
    line-height: 1.1em;
    padding-bottom: 2px
}

@media only screen and (max-width:1024px) {
    .main_nav .menu li.top-level-menu__item {
        padding: 0 4px
    }
}

.main_nav .menu-top-icons {
    position: absolute;
    top: -100%;
    transform: translateY(50%);
    height: 100%;
    right: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.main_nav .menu-top-icons.menu-top-icons--left {
    right: auto;
    left: 0
}

.main_nav .menu-top-icons .cart_container,
.main_nav .menu-top-icons .menu-top-icons__anchor {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 10px;
    z-index: 1
}

.main_nav .menu-top-icons .cart_container.active_link .cart_count,
.main_nav .menu-top-icons .menu-top-icons__anchor.active_link .cart_count {
    background: transparent;
    color: #fffefc !important
}

.main_nav .menu-top-icons .cart_container {
    z-index: 2
}

.main_nav .menu-top-icons .mini_cart {
    margin: 0;
    padding: 0;
    height: 20px !important;
    z-index: 1
}

.main_nav .menu-top-icons .mini_cart,
.main_nav .menu-top-icons .mini_cart .cart_count,
.main_nav .menu-top-icons .mini_cart a {
    background: transparent
}

.main_nav .menu-top-icons .mini_cart_click_btn {
    cursor: pointer !important
}

.main_nav .menu-top-icons .cart_count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: #4c4c4c !important;
    line-height: 1em;
    padding: 0;
    font-size: 10px;
    margin-top: -3px;
    font-family: PT Sans Narrow, sans-serif
}

.main_nav .menu-top-icons svg {
    fill: #000;
}

.main_nav .dropdown_column ul.dropdown_title {
    border: none
}

.main_nav .dropdown_column ul.dropdown_title>li>a:not(.btn-primary):not(.btn-secondary) {
    font-family: PT Sans Narrow, sans-serif;
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.main_nav .dropdown_column ul a:not(.btn-primary):not(.btn-secondary) {
    font-family: PT Sans Narrow, sans-serif;
    color: #000;
    padding: 0;
    font-size: .875rem
}

.cart .continue-button {
    background: #4c4c4c;
    border: none;
    color: #fffefc;
    display: -moz-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.cart_content--dav-desktop {
    position: fixed;
    top: -46px;
    right: -26px;
    width: 480px;
    max-width: 480px;
    background: #f7f6f2;
    z-index: 6;
    padding-top: 80px;
    animation-duration: .5s;
    border: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, .3);
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sticky_nav .cart_content--dav-desktop {
    top: -21px
}

@media only screen and (max-width:480px) {
    .cart_content--dav-desktop {
        width: 100vw;
        max-width: 100vw
    }
}

.promo_banner-show .cart_content--dav-desktop {
    height: calc(100vh - 30px)
}

.search_container {
    display: none !important
}

.is-active .mobile-top-icon-search,
.is-active .mobile-top-icon-user {
    opacity: 0;
    pointer-events: none
}

.mobile-top-icon-search svg,
.mobile-top-icon-user svg {
    fill: #4c4c4c
}

@media only screen and (max-width:1024px) {
    #header .top_bar a.mobile_logo {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 18px;
        line-height: 34px;
        z-index: 5;
        width: 50%;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    #header a.mobile_logo img {
        width: auto;
        max-width: 150px;
        max-height: 30px
    }
}

.menu a.mega-menu-parent {
    position: static !important
}

.menu a.mega-menu-parent:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 60px;
    height: 2px;
    background: #4c4c4c;
    transform: translate(-50%) scaleX(0);
    opacity: 0;
    transition: all .3s ease-out
}

.menu a.mega-menu-parent.active_link:after {
    opacity: 1;
    transform: translate(-50%) scaleX(1)
}

.mobile-mega-menu p {
    color: #4c4c4c
}

.mobile-mega-menu .image-element__wrap {
    margin: 0 0 30px
}

.mobile-mega-menu .mega-menu__richtext--top p,
.mobile-mega-menu .mega-menu__richtext--top strong {
    color: #4c4c4c;
    font-size: 1.125rem;
    text-transform: none;
    letter-spacing: 0
}

.is-active #header[class^=mobile_nav] {
    background: #fffefc;
    height: 100%
}

#header[class^=mobile_nav] .top_bar {
    background: #f7f6f2;
    height: 42px;
    padding: 0 20px;
    transition: background .2s ease-in-out
}

.is-active #header[class^=mobile_nav] .top_bar {
    background: #fffefc
}

#header[class^=mobile_nav] .top_bar a,
#header[class^=mobile_nav] .top_bar a.icon-search {
    color: #4c4c4c
}

@media only screen and (max-width:798px) {
    #header[class^=mobile_nav] .top_bar a.icon-search {
        right: auto;
        left: 0
    }
}

#header[class^=mobile_nav] .mini_cart {
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    padding-left: 10px
}

#header[class^=mobile_nav] .mini_cart .cart_count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: #4c4c4c !important;
    line-height: 1em;
    padding: 0;
    margin-top: -3px;
    margin-left: 5px;
    font-family: PT Sans Narrow, sans-serif
}

#header[class^=mobile_nav] .mini_cart svg {
    fill: #4c4c4c
}

#header[class^=mobile_nav] .mobile_nav.dropdown_link {
    width: auto
}

#header[class^=mobile_nav] .mobile-user-link {
    padding: 10px
}

@media only screen and (max-width:480px) {
    #header[class^=mobile_nav] a.mobile_logo img {
        max-height: 23px
    }
}

#header[class^=mobile_nav] .dropdown {
    background: #f7f6f2;
    padding: 0 5%
}

#header[class^=mobile_nav] .menu a {
    color: #4c4c4c;
    font-size: .875rem;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    font-family: PT Sans Narrow, sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#header[class^=mobile_nav] .menu a.mobile_menu__anchor--light {
    font-size: .8125rem;
    font-weight: 400;
    text-transform: none;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#header[class^=mobile_nav] .menu a.mobile_menu__anchor--light svg {
    fill: #4c4c4c;
    margin-right: 10px
}

#header[class^=mobile_nav] .menu a.mobile_menu__anchor--light.skin-regimen svg {
    margin-top: 4px
}

#header[class^=mobile_nav] .menu a.mobile_menu__anchor--light.bcorp svg {
    width: 20px;
    height: 28px
}

#header[class^=mobile_nav] .menu a .icon-down-arrow {
    color: #4c4c4c
}

#header[class^=mobile_nav] .menu a .btn-icons-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1
}

#header[class^=mobile_nav] .menu a .btn-icons-wrap .minus {
    display: none
}

#header[class^=mobile_nav] .menu a.active>.btn-icons-wrap .minus {
    display: initial
}

#header[class^=mobile_nav] .menu a.active>.btn-icons-wrap .plus {
    display: none
}

#header[class^=mobile_nav] .menu li {
    border-top: 1px solid #b7b7b7;
    padding-left: 0
}

#header[class^=mobile_nav] .menu li.mega-menu__richtext,
#header[class^=mobile_nav] .menu li.mega-menu__richtext.sublink,
#header[class^=mobile_nav] .menu li.mobile-mega-menu_block.sublink {
    border-top: none
}

#header[class^=mobile_nav] .menu li.mega-menu__richtext.sublink ul li,
#header[class^=mobile_nav] .menu li.mobile-mega-menu_block.sublink ul li {
    border: none
}

#header[class^=mobile_nav] .menu li.mega-menu__richtext.sublink ul a,
#header[class^=mobile_nav] .menu li.mobile-mega-menu_block.sublink ul a {
    font-family: Roboto, sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1.2em;
    color: #4c4c4c;
    padding-top: 5px;
    padding-bottom: 5px
}

#header[class^=mobile_nav] .menu li.mega-menu__richtext:empty,
#header[class^=mobile_nav] .menu li.mobile-mega-menu_block:empty {
    border: none
}

#header[class^=mobile_nav] .menu li.mobile_menu__socials {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 10px;
    border-bottom: none
}

#header[class^=mobile_nav] .menu li.mobile_menu__socials a {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 30px
}

#header[class^=mobile_nav] .menu li.mobile_menu__socials a:hover svg {
    fill: #4c4c4c
}

#header[class^=mobile_nav] .menu li.mobile_menu__socials svg {
    transition: all .2s ease-in-out;
    fill: #4c4c4c
}

#header[class^=mobile_nav] .cart_container.active_link .cart_count {
    background: transparent;
    color: #fffefc !important
}

.mobile_nav div {
    width: 20px;
    margin-left: 0
}

.mobile_nav div span {
    background: #4c4c4c
}

.mobile_nav div span:first-child {
    top: 12px
}

.mobile_nav div span:nth-child(2),
.mobile_nav div span:nth-child(3) {
    top: 19.5px
}

.mobile_nav div span:nth-child(4) {
    top: 28px
}

[data-dropdown=search] {
    z-index: 1;
    position: relative
}

.header_search_form {
    border: none
}

.header_search_form .search-submit {
    margin-top: 3px
}

.header_search_form .search-terms {
    border-color: #b7b7b7
}

@media only screen and (max-width:798px) {
    .header_search_form .search-terms {
        font-size: 16px
    }
}

.header_search_form .search-terms,
.header_search_form .search-terms:focus {
    border: 1px solid #949494;
    transition: all .2s ease-in-out;
    font-size: .875rem;
    letter-spacing: 0;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    background: transparent
}

@media only screen and (max-width:798px) {

    .header_search_form .search-terms,
    .header_search_form .search-terms:focus {
        font-size: 16px
    }
}

.header_search_form .search-terms:-ms-input-placeholder,
.header_search_form .search-terms::-moz-placeholder,
.header_search_form .search-terms::-webkit-input-placeholder,
.header_search_form .search-terms:focus:-ms-input-placeholder,
.header_search_form .search-terms:focus::-moz-placeholder,
.header_search_form .search-terms:focus::-webkit-input-placeholder {
    color: #949494;
    letter-spacing: 0;
    font-size: .875rem;
    font-family: PT Sans Narrow, sans-serif
}

.header_search_form .search-terms:focus {
    font-size: 1rem;
    border-color: #2e2e2e;
    background: #fffefc
}

.header_search_form .search-terms:focus:-ms-input-placeholder,
.header_search_form .search-terms:focus::-moz-placeholder,
.header_search_form .search-terms:focus::-webkit-input-placeholder {
    font-size: .875rem
}

.header_search_form .search__results .item-result {
    background: var(--dav-theme-background-default) !important
}

.header_search_form .search__results .item-result a:hover {
    background: #ccc !important
}

.header_search_form .search__results .item-result a .item-pricing,
.header_search_form .search__results .item-result a .title {
    color: #4c4c4c !important
}

.slider-main {
    transition: height 0.5s ease;
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
}
.index-sections .slick-dotted.slick-slider {
     margin-bottom: 0;
}

.banner-dots.slick-dots li.slick-active button:before{
    color: #fff;
}

.banner-dots.slick-dots li button:before{
    transition: 0.3s;
    color: #fff;
}
.index-sections .caption.position-left {
    line-height: 0;
    background: #f7f6f2;
}

.caption.position-left {
    right: auto;
    top: auto;
    bottom: 0;
    transform: translate(0)
}

#dav-lang-switcher {
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #ccc;
    background-color: #fff
}

@media only screen and (max-width:798px) {
    #dav-lang-switcher {
        margin-top: 30px
    }
}

#dav-lang-switcher select {
    margin: 0;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .75rem !important;
    color: #4c4c4c;
    background-position: 100%;
    padding: 10px 15px;
    height: auto;
    border: none
}

@media only screen and (max-width:798px) {
    #dav-lang-switcher select {
        font-size: 1rem !important
    }
}

#dav-lang-switcher .mdc-select__native-control {
    background: transparent !important
}

#dav-lang-switcher .selectize-control.single .selectize-input,
#dav-lang-switcher .selectize-dropdown.single {
    border: none;
    box-shadow: none
}

#dav-lang-switcher .selectize-control.single {
    height: 45px
}

#dav-lang-switcher .selectize-control.single .selectize-input {
    background: none;
    padding: 12px 8px
}

#dav-lang-switcher .selectize-control.single .selectize-input.dropdown-active,
#dav-lang-switcher .selectize-control.single .selectize-input.input-active {
    background: #fff
}

#dav-lang-switcher+.dav-lang-switcher__link {
    padding: 10px 0 0 10px;
    height: 16px;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .7px;
    line-height: 18px;
    text-transform: uppercase
}

#dav-lang-switcher+.dav-lang-switcher__link a {
    text-decoration: underline
}

.footer {
    background: #f9f9f9;
    border: none
}

@media only screen and (max-width:1024px) {
    .footer .newsletter {
        left: 0
    }
}

.footer .payment_methods svg {
    filter: grayscale(100%)
}

.footer .footer__btn-nw {
    width: 100%;
    background: #4c4c4c;
    color: #fffefc;
    box-shadow: none;
    outline: none
}

.footer .footer__btn-nw:hover {
    background: #191919
}

.footer .footer__btn-nw svg {
    margin-right: 10px;
    fill: #fffefc
}

.footer .footer-section .newsletter_section h6 {
    color: #4c4c4c !important
}

.footer>.container {
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (max-width:798px) {
    .footer>.container.dav-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer .social_icons {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {
    .footer .social_icons {
        margin-top: 25px;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

.footer .social_icons a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px;
    -ms-flex-align: center;
    align-items: center;
    height: 24px
}

@media only screen and (max-width:798px) {
    .footer .social_icons a:first-child {
        padding-left: 30px
    }
}

.footer .social_icons a svg {
    fill: #4c4c4c;
    transition: all .2s ease-in-out
}

.footer .social_icons a:hover svg {
    fill: #4c4c4c
}

.footer a,
.footer a:visited {
    color: #707070;
    font-size: .875rem
}

.footer a:active,
.footer a:focus,
.footer a:hover {
    color: #4c4c4c
}

.footer .footer-logo-wrap {
    text-align: center;
    padding: 15px 0
}

@media only screen and (max-width:798px) {
    .footer .footer-logo-wrap {
        padding-bottom: 0
    }
}

.footer .footer-menu-wrap h6 {
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    text-transform: none;
    letter-spacing: 0;
    position: relative
}

@media only screen and (max-width:798px) {
    .footer .footer-menu-wrap h6 {
        font-size: 16px
    }
}

.footer .footer-menu-wrap h6 .icon-down-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer .footer-menu-wrap h6.active .icon-down-arrow {
    transform: translateY(-50%) rotateX(180deg)
}

@media only screen and (max-width:798px) {
    .footer .footer-menu-wrap h6 {
        border: none
    }
}

@media only screen and (max-width:1400px) {
    .footer .footer-menu-wrap>.newsletter {
        width: calc(25% - 40px);
        left: 0
    }
}

@media only screen and (min-width:1025px) and (max-width:1399px) {
    .footer .footer-menu-wrap>.newsletter {
        left: 0
    }
}

@media only screen and (min-width:799px) and (max-width:1023px) {
    .footer .footer-menu-wrap>.newsletter {
        clear: both;
        left: 0;
        width: 50%;
        max-width: 50%;
        padding: 0 20px
    }
}

@media only screen and (max-width:798px) {
    .footer .footer-menu-wrap>.newsletter {
        width: 100%;
        max-width: 100%
    }
}

.footer .footer_menu h6 {
    text-transform: none;
    cursor: pointer
}

@media only screen and (min-width:799px) {
    .footer .footer_menu h6 .icon-down-arrow {
        display: none
    }
}

.footer .footer-logo {
    height: 30px;
    opacity: .7
}

@media only screen and (max-width:480px) {
    .footer .footer-logo {
        height: 20px;
        margin: 0 auto
    }
}

.footer .cerfificates {
    height: 88px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: start
}

@media only screen and (max-width:798px) {
    .footer .cerfificates {
        justify-content: center;
        border-top: 1px solid #4c4c4c;
        padding: 20px 0;
        border-bottom: 1px solid #4c4c4c
    }
}

.footer .credits {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:798px) {
    .footer .credits {
        text-align: left;
        font-size: .75rem;
        line-height: 1.5em
    }
}

.footer .credits svg {
    transform: scale(1.6);
    margin-right: 20px;
    fill: #707070;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer ul {
    padding: 0
}

.footer ul li {
    margin: 0;
    padding: 4px 0
}

@media only screen and (max-width:798px) {
    .footer .newsletter {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:798px) {
    .footer .newsletter_section {
        width: 100%;
        border-top: 1px solid #4c4c4c;
        margin-top: 15px;
        padding-top: 15px
    }
}

.footer .newsletter_section h6 {
    padding-bottom: 15px
}

@media only screen and (max-width:798px) {
    .footer .newsletter_section h6 {
        text-align: center
    }
}

.newsletter-input-inline-btn {
    display: -ms-flexbox;
    display: flex
}

.newsletter-input-inline-btn input[type=email],
.newsletter-input-inline-btn input[type=text] {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    border: 1px solid #949494;
    border-right: none;
    height: 54px;
    font-size: 14px;
    color: #949494;
    font-family: PT Sans Narrow, sans-serif
}

.newsletter-input-inline-btn button[type=submit],
.newsletter-input-inline-btn input[type=submit] {
    background: #fffefc;
    color: #4c4c4c;
    border: 1px solid #949494;
    border-left: none;
    height: 54px
}

.footer-menu-bottom {
    display: block;
    float: right;
    padding-top: 20px
}

@media only screen and (max-width:798px) {
    .footer-menu-bottom {
        width: 100%;
        text-align: center
    }
}

.footer-menu-bottom ul {
    margin: 0;
    padding: 0;
    display: inline
}

.footer-menu-bottom li {
    display: inline-block
}

.footer-menu-bottom li::last-child a {
    padding-right: 0
}

.footer-menu-bottom a {
    font-size: .75rem;
    padding: 0 10px
}

.footer_credits {
    border: none;
    margin-bottom: 20px
}

@media only screen and (max-width:798px) {
    .footer_credits {
        text-align: center
    }
}

.image-with-text-overlay-section {
    position: relative
}

.image-with-text-overlay-section .video-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-with-text-overlay-section .video-wrap iframe {
    position: absolute;
    width: 190vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:798px) {
    .image-with-text-overlay-section .video-wrap iframe {
        width: 220vh;
        height: 220vh
    }
}

.image-with-text-overlay-section .visual-inner__breadcrumbs-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    z-index: 4
}

.image-with-text-overlay-section .visual-inner__breadcrumbs-wrap.container {
    padding-top: 10px;
    padding-bottom: 0
}

.image-with-text-overlay-section:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    opacity: .5;
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, transparent);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
    pointer-events: none
}

@media only screen and (max-width:798px) {
    .image-with-text-overlay-section:before {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .image-with-text-overlay-section .visual-inner__breadcrumbs {
        padding-left: 20px;
        padding-right: 20px
    }
}

.image-with-text-overlay-section .banner-img-bg-cover-like {
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media only screen and (max-width:1024px) {
    .image-with-text-overlay-section .banner-img-bg-cover-like {
        height: 430px;
    }
}

@media only screen and (max-width:798px) {
    .image-with-text-overlay-section .banner-img-bg-cover-like {
        height: 520px
    }
}

.image-with-text-overlay-section .banner {
    background: #f9f9f9
}

@media only screen and (min-width:1025px) {
    .index-sections .image-with-text-overlay-section.under-menu:first-child {
        margin-top: 0
    }
}

.image-with-text-overlay-section>.container {
    padding: 0
}

@media only screen and (max-width:798px) {
    .image-with-text-overlay-section>.container>.columns {
        left: 0
    }
}

@media only screen and (max-width:480px) {
    .image-with-text-overlay-section>.container>.columns {
        padding: 0 20px
    }
}

.image-with-text-overlay-section .btn-scroll-down {
    right: 4.16667%;
    color: #fffefc;
    z-index: 6;
    cursor: pointer
}

.image-with-text-overlay-section .caption {
    padding: 0;
    letter-spacing: 0;
    z-index: 5
}

@media only screen and (max-width:480px) {
    .image-with-text-overlay-section .caption {
        position: relative;
        margin: 0
    }
    .image-with-text-overlay-section .banner-img-bg-cover-like {
        height: 80vw;
    }
}

.image-with-text-overlay-section .caption.position-right {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: none;
    width: auto
}

.image-with-text-overlay-section .caption .subtitle {
    color: #000;
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: 0
}

@media only screen and (max-width:1024px) {
    .image-with-text-overlay-section .caption .subtitle {
        font-size: 1.25rem
    }
}

@media only screen and (max-width:798px) {
    .image-with-text-overlay-section .caption .subtitle {
        font-size: 1.125rem
    }
}

.image-with-text-overlay-section .caption .subtitle,
.image-with-text-overlay-section .caption .subtitle p {
    line-height: 1.1em;
    margin-bottom: .2em;
    font-size: 20px;
    letter-spacing: 0
}

.image-with-text-overlay-section .caption .headline {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.1em;
    color: #000;
    margin-bottom: 0.15em;
}

@media only screen and (max-width:798px) {
    .image-with-text-overlay-section .caption .headline {
        font-size: 1.75rem
    }
}

.image-with-text-overlay-section .caption .cta {
    margin-top: 15px
}

.image-with-text-overlay-section .caption-content {
    max-width: 100%;
    z-index: 9999;
    padding: 40px;
    color: #333333;
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
}

@media only screen and (max-width:1024px) {
    .image-with-text-overlay-section .caption .subtitle,
    .image-with-text-overlay-section .caption .subtitle p {
        font-size: 18px;
    }

    .image-with-text-overlay-section .caption-content {
        padding: 20px
    }
}

@media only screen and (max-width:798px) {
    .image-with-text-overlay-section .caption-content{
        padding: 20px;
        max-width: 100%;
        text-align: center;
    }

    .image-with-text-overlay-section .caption .subtitle,
    .image-with-text-overlay-section .caption .subtitle p {
        font-size: 16px;
    }
}

.image-with-text-overlay-section .caption-content.caption-background-true {
    background: #f7f6f2;
    color: #4c4c4c
}

.image-with-text-overlay-section .caption-content.caption-background-true .subtitle {
    color: #4c4c4c
}

.image-with-text-overlay-section .caption-content.caption-background-true .headline {
    color: #4c4c4c;
    text-shadow: none
}

.banner-wrap {
    width: 100%;
    max-width: 100%;
    background: #b7b7b7
}

.visual-inner {
    position: relative
}

.visual-inner .visual-inner__image {
    height: calc(90vh - 74px);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.visual-inner .visual-inner__image,
.visual-inner .visual-inner__image.container {
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (max-width:1024px) {

    .visual-inner .visual-inner__image,
    .visual-inner .visual-inner__image.container {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .visual-inner .visual-inner__image {
        height: calc(80vh - 42px)
    }
}

.visual-inner .dav-loading-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1
}

.visual-inner .lzloaded+.dav-loading-bar {
    opacity: 0
}

.visual-inner.visual-inner--small .visual-inner__image {
    height: 0;
    padding-top: 23%
}

@media only screen and (max-width:480px) {
    .visual-inner.visual-inner--small .visual-inner__image {
        padding-top: 71%
    }

    .image-with-text-overlay-section .caption .subtitle,
    .image-with-text-overlay-section .caption .subtitle p {
        font-size: 14px;
    }
}

.visual-inner.visual-inner--small .visual-inner__breadcrumbs-wrap.container {
    padding-top: 10px;
    padding-bottom: 0
}

.visual-inner,
.visual-inner.container {
    margin-bottom: 30px;
    width: 100%
}

@media only screen and (max-width:480px) {
    .visual-inner .visual-inner__socials {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.visual-inner .visual-inner__socials__title {
    font-size: .875rem;
    color: #4c4c4c;
    text-transform: none;
    letter-spacing: 0
}

.visual-inner .visual-inner__socials__links {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.visual-inner .visual-inner__socials__link {
    margin-right: 50px
}

.visual-inner .visual-inner__socials__link svg {
    fill: #4c4c4c;
    transition: all .2s ease-in-out
}

.visual-inner .visual-inner__socials__link:hover svg {
    fill: #4c4c4c
}

.visual-inner .visual-inner__text {
    text-align: left;
    position: relative;
    z-index: 1;
    margin: -105px 0 0;
    background: #f7f6f2;
    padding: 30px 40px 0;
    font-size: 1.625rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    max-width: 50%;
    min-height: 105px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.visual-inner .visual-inner__text:empty {
    display: none
}

@media only screen and (max-width:1024px) {
    .visual-inner .visual-inner__text {
        max-width: 66.66667%
    }
}

@media only screen and (max-width:798px) {
    .visual-inner .visual-inner__text {
        padding: 20px 20px 0;
        max-width: 91.66667%;
        font-size: 1.125rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.visual-inner .visual-inner__text,
.visual-inner .visual-inner__text p {
    line-height: 1.1em;
    font-size: 1rem
}

.visual-inner .visual-inner__title,
.visual-inner .visual-inner__title.dav-title-block {
    margin-bottom: 30px
}

@media only screen and (max-width:798px) {

    .visual-inner .visual-inner__title,
    .visual-inner .visual-inner__title.dav-title-block {
        margin-bottom: 10px
    }
}

.visual-inner .visual-inner__sub-title {
    font-size: .75rem;
    color: #4c4c4c;
    text-transform: uppercase
}

.visual-inner .image-element__wrap {
    margin: 0
}

@media only screen and (max-width:480px) {
    .visual-inner .visual-inner__breadcrumbs {
        padding-left: 20px;
        padding-right: 20px
    }
}

.visual-inner.visual-inner--small .visual-inner__breadcrumbs-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.action_button,
.button,
a.action_button,
a.button,
button,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded,
input.action_button[type=button],
input[type=button],
input[type=reset],
input[type=submit] {
    text-transform: none;
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    letter-spacing: .8px;
    font-family: PT Sans Narrow, sans-serif;
    font-weight: 600
}

.action_button:hover,
.button:hover,
a.action_button:hover,
a.button:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
button:hover,
input.action_button[type=button]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #707070;
    border-color: #707070
}

@keyframes a {
    0% {
        transform-origin: top right;
        transform: scale(1);
        animation-timing-function: cubic-bezier(.48, .02, 0, .99)
    }

    30% {
        transform-origin: top right;
        transform: scaleX(0)
    }

    41% {
        transform-origin: top left;
        transform: scaleX(0);
        animation-timing-function: cubic-bezier(.48, .02, 0, .99)
    }

    to {
        transform-origin: top left;
        transform: scale(1)
    }
}

.btn:focus,
button:focus,
input[type=submit]:focus {
    outline: none
}

input.action_button[type=submit] {
    text-transform: uppercase;
    background-color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    line-height: 1.2em;
    font-weight: 600
}

input.action_button[type=submit]:hover {
    background-color: #707070
}

.btn-to-cart .modal_price {
    font-size: inherit;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1em
}

@media only screen and (max-width:480px) {

    .add_to_cart .text,
    button.add_to_cart .text {
        width: 100%
    }

    .product-sticky-form .add_to_cart .text,
    .product-sticky-form button.add_to_cart .text {
        width: auto
    }
}

.add_to_cart .text:after,
button.add_to_cart .text:after {
    content: " – ";
    padding-right: 5px
}

.add_to_cart .checkmark path,
button.add_to_cart .checkmark path {
    stroke: #155724
}

.add_to_cart .modal_price,
.add_to_cart .text,
.add_to_cart .icon-buy,
button.add_to_cart .modal_price,
button.add_to_cart .text,
button.add_to_cart .icon-buy {
    animation-duration: 1s;
    animation-fill-mode: both
}

.btn-to-wishlist {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #4c4c4c;
    height: 100%;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    box-shadow: none
}

.btn-to-wishlist:hover {
    background-color: #707070
}

.wishlist-messagge-heart {
    background: var(--dav-img-url-heart) no-repeat 50%;
    background-size: contain;
    width: 100%;
    height: 50px;
    margin-bottom: 15px
}

.btn-scroll-down {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: currentColor;
    fill: #fffefc;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    transform-origin: 100% 50%;
    transform: rotate(90deg);
    position: absolute;
    bottom: 15px;
    right: 40px;
    display: none;
}

@media only screen and (max-width:798px) {
    .btn-scroll-down {
        display: none
    }
}

.btn-scroll-down .btn-scroll-down__text {
    padding-right: 20px
}

.btn-icons-wrap {
    line-height: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.btn-icons-wrap svg {
    fill: currentColor
}
.extra .btn-icons-wrap svg {
    fill: #000;
}
.sale,
.thumbnail .sale,
.thumbnail .sale span.money {
    color: currentColor
}

.btn-primary,
.btn-secondary,
.homepage-slideshow a.btn-primary,
.homepage-slideshow a.btn-secondary,
.menu .dropdown_column a.btn-primary,
.menu .dropdown_column a.btn-secondary,
.spr-summary-actions-newreview,
a.btn-primary,
a.btn-secondary {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.2em;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: .9em;
    text-transform: uppercase
}

@media only screen and (max-width:480px) {

    .btn-primary,
    .btn-secondary,
    .homepage-slideshow a.btn-primary,
    .homepage-slideshow a.btn-secondary,
    .menu .dropdown_column a.btn-primary,
    .menu .dropdown_column a.btn-secondary,
    .spr-summary-actions-newreview,
    a.btn-primary,
    a.btn-secondary {
        font-size: 12px;
        padding: .5em .9em
    }
}


.btn-secondary span,
.homepage-slideshow a.btn-primary span,
.homepage-slideshow a.btn-secondary span,
.menu .dropdown_column a.btn-primary span,
.menu .dropdown_column a.btn-secondary span,
.spr-summary-actions-newreview span,
a.btn-primary span,
a.btn-secondary span {
    color: currentColor;
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    padding: 0;
    margin: 0
}
.btn-primary span{
    color: #000;
}
.btn-primary .btn-icons-wrap,
.btn-secondary .btn-icons-wrap,
.homepage-slideshow a.btn-primary .btn-icons-wrap,
.homepage-slideshow a.btn-secondary .btn-icons-wrap,
.menu .dropdown_column a.btn-primary .btn-icons-wrap,
.menu .dropdown_column a.btn-secondary .btn-icons-wrap,
.spr-summary-actions-newreview .btn-icons-wrap,
a.btn-primary .btn-icons-wrap,
a.btn-secondary .btn-icons-wrap {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px
}

.btn-primary .btn-primary__text,
.btn-secondary .btn-primary__text,
.homepage-slideshow a.btn-primary .btn-primary__text,
.homepage-slideshow a.btn-secondary .btn-primary__text,
.menu .dropdown_column a.btn-primary .btn-primary__text,
.menu .dropdown_column a.btn-secondary .btn-primary__text,
.spr-summary-actions-newreview .btn-primary__text,
a.btn-primary .btn-primary__text,
a.btn-secondary .btn-primary__text {
    margin-bottom: 0
}

.btn-primary.btn-small,
.btn-secondary.btn-small,
.homepage-slideshow a.btn-primary.btn-small,
.homepage-slideshow a.btn-secondary.btn-small,
.menu .dropdown_column a.btn-primary.btn-small,
.menu .dropdown_column a.btn-secondary.btn-small,
.spr-summary-actions-newreview.btn-small,
a.btn-primary.btn-small,
a.btn-secondary.btn-small {
    font-size: .75rem;
    padding: .7em 1.2em
}

.btn-primary.btn-transparent,
.btn-secondary.btn-transparent,
.homepage-slideshow a.btn-primary.btn-transparent,
.homepage-slideshow a.btn-secondary.btn-transparent,
.menu .dropdown_column a.btn-primary.btn-transparent,
.menu .dropdown_column a.btn-secondary.btn-transparent,
.spr-summary-actions-newreview.btn-transparent,
a.btn-primary.btn-transparent,
a.btn-secondary.btn-transparent {
    background: none;
    border: none;
    text-align: left;
    padding-left: 0
}

.btn-primary.btn-transparent:active,
.btn-primary.btn-transparent:focus,
.btn-primary.btn-transparent:hover,
.btn-secondary.btn-transparent:active,
.btn-secondary.btn-transparent:focus,
.btn-secondary.btn-transparent:hover,
.homepage-slideshow a.btn-primary.btn-transparent:active,
.homepage-slideshow a.btn-primary.btn-transparent:focus,
.homepage-slideshow a.btn-primary.btn-transparent:hover,
.homepage-slideshow a.btn-secondary.btn-transparent:active,
.homepage-slideshow a.btn-secondary.btn-transparent:focus,
.homepage-slideshow a.btn-secondary.btn-transparent:hover,
.menu .dropdown_column a.btn-primary.btn-transparent:active,
.menu .dropdown_column a.btn-primary.btn-transparent:focus,
.menu .dropdown_column a.btn-primary.btn-transparent:hover,
.menu .dropdown_column a.btn-secondary.btn-transparent:active,
.menu .dropdown_column a.btn-secondary.btn-transparent:focus,
.menu .dropdown_column a.btn-secondary.btn-transparent:hover,
.spr-summary-actions-newreview.btn-transparent:active,
.spr-summary-actions-newreview.btn-transparent:focus,
.spr-summary-actions-newreview.btn-transparent:hover,
a.btn-primary.btn-transparent:active,
a.btn-primary.btn-transparent:focus,
a.btn-primary.btn-transparent:hover,
a.btn-secondary.btn-transparent:active,
a.btn-secondary.btn-transparent:focus,
a.btn-secondary.btn-transparent:hover {
    background: none;
    border: none
}

.btn-primary:focus .bracket-left,
.btn-primary:hover .bracket-left,
.btn-secondary:focus .bracket-left,
.btn-secondary:hover .bracket-left,
.homepage-slideshow a.btn-primary:focus .bracket-left,
.homepage-slideshow a.btn-primary:hover .bracket-left,
.homepage-slideshow a.btn-secondary:focus .bracket-left,
.homepage-slideshow a.btn-secondary:hover .bracket-left,
.menu .dropdown_column a.btn-primary:focus .bracket-left,
.menu .dropdown_column a.btn-primary:hover .bracket-left,
.menu .dropdown_column a.btn-secondary:focus .bracket-left,
.menu .dropdown_column a.btn-secondary:hover .bracket-left,
.spr-summary-actions-newreview:focus .bracket-left,
.spr-summary-actions-newreview:hover .bracket-left,
a.btn-primary:focus .bracket-left,
a.btn-primary:hover .bracket-left,
a.btn-secondary:focus .bracket-left,
a.btn-secondary:hover .bracket-left {
    transform: translate(-4px)
}

.btn-primary:focus .bracket-right,
.btn-primary:hover .bracket-right,
.btn-secondary:focus .bracket-right,
.btn-secondary:hover .bracket-right,
.homepage-slideshow a.btn-primary:focus .bracket-right,
.homepage-slideshow a.btn-primary:hover .bracket-right,
.homepage-slideshow a.btn-secondary:focus .bracket-right,
.homepage-slideshow a.btn-secondary:hover .bracket-right,
.menu .dropdown_column a.btn-primary:focus .bracket-right,
.menu .dropdown_column a.btn-primary:hover .bracket-right,
.menu .dropdown_column a.btn-secondary:focus .bracket-right,
.menu .dropdown_column a.btn-secondary:hover .bracket-right,
.spr-summary-actions-newreview:focus .bracket-right,
.spr-summary-actions-newreview:hover .bracket-right,
a.btn-primary:focus .bracket-right,
a.btn-primary:hover .bracket-right,
a.btn-secondary:focus .bracket-right,
a.btn-secondary:hover .bracket-right {
    transform: translate(4px)
}

.btn-primary,
.homepage-slideshow a.btn-primary,
.menu .dropdown_column a.btn-primary,
.spr-summary-actions-newreview,
a.btn-primary {
    border: none;
    color: #fff;
    background: #000
}
.action_to_cart .btn-primary span{
    color: #fff;
    background: #000
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.homepage-slideshow a.btn-primary:active,
.homepage-slideshow a.btn-primary:focus,
.homepage-slideshow a.btn-primary:hover,
.menu .dropdown_column a.btn-primary:active,
.menu .dropdown_column a.btn-primary:focus,
.menu .dropdown_column a.btn-primary:hover,
.spr-summary-actions-newreview:active,
.spr-summary-actions-newreview:focus,
.spr-summary-actions-newreview:hover,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:hover {
    color: #fffefc;
    /*background: #707070*/
    background: #000;
}

.btn-secondary,
.homepage-slideshow a.btn-secondary,
.menu .dropdown_column a.btn-secondary,
a.btn-secondary {
    background: #fffefc;
    color: #000;
    border: 1px solid #000
}

/*a.btn-secondary.btn-dark {*/
/*    background: #4c4c4c;*/
/*    color: #fffefc;*/
/*}*/

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.homepage-slideshow a.btn-secondary:active,
.homepage-slideshow a.btn-secondary:focus,
.homepage-slideshow a.btn-secondary:hover,
.menu .dropdown_column a.btn-secondary:active,
.menu .dropdown_column a.btn-secondary:focus,
.menu .dropdown_column a.btn-secondary:hover,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:hover {
    color: #4c4c4c;
    background: #ededed;
    border: 1px solid #707070
}

.btn-scroll-see-more {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fffefc;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    transform-origin: 100% 50%;
    position: absolute;
    bottom: 15px;
    right: 40px;
    mix-blend-mode: difference;
    line-height: 1.4em
}

.btn-scroll-see-more .btn-scroll-see-more__text {
    padding-left: 20px
}

.btn-scroll-see-more .btn-scroll-see-more__bar {
    position: relative;
    display: block;
    width: 60px;
    height: 1px;
    background: transparent
}

.btn-scroll-see-more .btn-scroll-see-more__bar:before {
    z-index: 1;
    opacity: .3
}

.btn-scroll-see-more .btn-scroll-see-more__bar:after,
.btn-scroll-see-more .btn-scroll-see-more__bar:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transform-origin: 100% 50%;
    position: absolute;
    bottom: 0;
    left: 0
}

.btn-scroll-see-more .btn-scroll-see-more__bar:after {
    animation: a 3s ease infinite;
    z-index: 2
}

@keyframes b {
    0% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes c {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.organic-blob,
.organic-blob circle {
    fill: #7f7f7f;
    transform: scale(1)
}

.organic-blob path,
.organic-blob polygon,
.organic-blob rect {
    fill: #fffefc
}

.organic-blob {
    transition: all .3s ease-in-out
}

.organic-blob:hover {
    transform: scale(1.3)
}

.organic-blob .organic-blob__circle1 {
    animation: c 1s ease infinite;
    cx: 150;
    cy: 145;
    r: 100;
    transform-origin: 145px 150px;
    transform: scaleY(.9)
}

.organic-blob .organic-blob__circle2 {
    animation: b 2s ease infinite;
    cx: 150;
    cy: 155;
    r: 100;
    transform-origin: 155px 150px;
    transform: scaleY(.9)
}

.organic-blob .organic-blob__circle3 {
    animation: c 3s ease infinite;
    cx: 145;
    cy: 150;
    r: 100;
    transform-origin: 150px 145px;
    transform: scaleY(.9)
}

.organic-blob .organic-blob__circle4 {
    animation: b 2.5s ease infinite;
    cx: 155;
    cy: 150;
    r: 100;
    transform-origin: 150px 155px;
    transform: scaleY(.9)
}

.organic-blob .organic-blob__circle5 {
    cx: 155;
    cy: 150;
    r: 80;
    transform-origin: 150px 155px;
    fill: #4c4c4c;
    animation: b 2s linear infinite;
    transform: scaleY(.9)
}

.organic-blob .organic-blob__circle6 {
    cx: 155;
    cy: 160;
    r: 70;
    fill: #4c4c4c;
    transform: scaleY(.9)
}

.organic-blob .organic-blob__plus {
    fill: #fffefc;
    transform-origin: 150px 150px
}

.organic-blob .organic-blob__plus+.organic-blob__plus {
    transform: rotate(90deg)
}

.organic-blob.light,
.organic-blob.light circle,
.organic-blob.light path,
.organic-blob.light polygon {
    fill: #7f7f7f
}

.organic-blob.light .organic-blob__circle5,
.organic-blob.light .organic-blob__circle6 {
    fill: #fffefc
}

.organic-blob.light-mint-dark,
.organic-blob.light-mint-dark circle {
    fill: #c3d8cf
}

.organic-blob.light-mint-dark .organic-blob__plus,
.organic-blob.light-mint-dark path,
.organic-blob.light-mint-dark polygon {
    fill: #86af9d
}

.organic-blob.light-mint-dark .organic-blob__circle1,
.organic-blob.light-mint-dark .organic-blob__circle2,
.organic-blob.light-mint-dark .organic-blob__circle3,
.organic-blob.light-mint-dark .organic-blob__circle4 {
    fill: #c3d8cf
}

.organic-blob.light-mint-dark .organic-blob__circle5,
.organic-blob.light-mint-dark .organic-blob__circle6 {
    fill: #fffefc
}

.btn-block,
a.btn-block {
    display: inline-block;
    box-sizing: border-box;
    background-color: #4c4c4c;
    border: 1px solid #4c4c4c;
    color: #fffefc;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 15px;
}

.btn-block:active,
.btn-block:focus,
.btn-block:hover,
a.btn-block:active,
a.btn-block:focus,
a.btn-block:hover {
    color: #fffefc;
    background-color: #707070;
    border-color: #707070
}

.btn-block.outlined,
a.btn-block.outlined {
    color: #4c4c4c;
    background-color: #fffefc
}

.btn-block.outlined:active,
.btn-block.outlined:focus,
.btn-block.outlined:hover,
a.btn-block.outlined:active,
a.btn-block.outlined:focus,
a.btn-block.outlined:hover {
    color: #707070;
    background-color: #ededed
}

.dav-icon-bg {
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px
}

.dav-icon-bg--clock {
    background: var(--dav-img-url-clock) no-repeat 50%
}

.dav-icon-bg--marker {
    background: var(--dav-img-url-marker) no-repeat 50%
}

.btn-link-underlined,
a.btn-link-underlined {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #4c4c4c
}

.btn-link-underlined,
.btn-link-underlined:active,
.btn-link-underlined:focus,
.btn-link-underlined:hover,
a.btn-link-underlined,
a.btn-link-underlined:active,
a.btn-link-underlined:focus,
a.btn-link-underlined:hover {
    text-decoration: underline
}

.huge_claim_text,
.huge_claim_text p {
    font-size: 3.375rem;
    line-height: 1.2em;
    font-weight: 400;
    font-family: Roboto, sans-serif
}

@media only screen and (max-width:1024px) {

    .huge_claim_text,
    .huge_claim_text p {
        font-size: 2rem
    }
}

@media only screen and (max-width:798px) {

    .huge_claim_text,
    .huge_claim_text p {
        font-size: 1.625rem
    }
}

.dav-featured-text .dav-featured-text__img .image-element__wrap {
    margin: 0
}

@media only screen and (max-width:1024px) {
    .dav-featured-text .dav-featured-text__img .image-element__wrap {
        margin: -5% 0 -5% auto;
        transform: scale(.7) translateX(20px)
    }
}

.dav-featured-text .dav-featured-text__text.highlight-anchors,
.dav-featured-text .dav-featured-text__text.highlight-anchors a {
    color: #4c4c4c
}

.dav-featured-text .dav-featured-text__text.highlight-anchors a:active,
.dav-featured-text .dav-featured-text__text.highlight-anchors a:focus,
.dav-featured-text .dav-featured-text__text.highlight-anchors a:hover {
    color: #666
}

@media only screen and (max-width:798px) {
    .box-text-video-image__wrap {
        width: 100%;
        padding-left: 20px !important
    }
}

.box-text-video-image {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 20px
}

@media only screen and (max-width:1024px) {
    .box-text-video-image {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }
}

.box-text-video-image .box-text-video-image__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media only screen and (max-width:1024px) {
    .box-text-video-image .box-text-video-image__content {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only screen and (max-width:480px) {
    .box-text-video-image .box-text-video-image__content {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.box-text-video-image .box-text-video-image__text-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:480px) {
    .box-text-video-image .box-text-video-image__text-bg {
        background: transparent !important
    }
}

.box-text-video-image .box-text-video-image__text-decoration {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background-size: cover;
    max-width: 50%
}

@media only screen and (max-width:480px) {
    .box-text-video-image .box-text-video-image__text-decoration {
        max-width: 30%;
        left: auto;
        right: 0;
        transform: translate(-20%, -110%)
    }
}

.box-text-video-image .box-text-video-image__content-spacer {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.box-text-video-image .box-text-video-image__text {
    position: relative;
    z-index: 2;
    padding: 40px 40px 30px;
    margin: 120px 0 -70px 20%;
    background: #f9f9f9
}

.box-text-video-image .box-text-video-image__text,
.box-text-video-image .box-text-video-image__text p {
    font-size: 1rem;
    line-height: 1.4em
}

@media only screen and (max-width:480px) {

    .box-text-video-image .box-text-video-image__text,
    .box-text-video-image .box-text-video-image__text p {
        font-size: .875rem
    }
}

@media only screen and (max-width:798px) {
    .box-text-video-image .box-text-video-image__text {
        padding: 20px
    }
}

@media only screen and (max-width:480px) {
    .box-text-video-image .box-text-video-image__text {
        margin: 20px 0 0 15%;
        padding-left: 0
    }
}

.box-text-video-image .box-text-video-image__title,
.box-text-video-image h2.box-text-video-image__title,
.box-text-video-image h3.box-text-video-image__title {
    background: #f9f9f9;
    position: relative;
    z-index: 2;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    padding: 0 20px 20px 0
}

@media only screen and (max-width:480px) {

    .box-text-video-image .box-text-video-image__title,
    .box-text-video-image h2.box-text-video-image__title,
    .box-text-video-image h3.box-text-video-image__title {
        width: 70%
    }
}

.box-text-video-image .box-text-video-image__media {
    position: relative;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

@media only screen and (max-width:1024px) {
    .box-text-video-image .box-text-video-image__media {
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 60px;
        -ms-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

@media only screen and (max-width:480px) {
    .box-text-video-image .box-text-video-image__media {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -moz-flex-grow: 2;
        -ms-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        margin-top: 30px;
        margin-left: -20px
    }
}

.box-text-video-image .box-text-video-image__media.with-video-btn {
    margin-bottom: 100px
}

.box-text-video-image .box-text-video-image__media iframe {
    height: 500px
}

@media only screen and (max-width:1024px) {
    .box-text-video-image .box-text-video-image__media iframe {
        height: 300px
    }
}

.box-text-video-image .box-text-video-image__play-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding-top: 15px
}

.box-text-video-image .box-text-video-image__play-wrap .btn-primary {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.video-stripe {
    min-height: 340px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.video-stripe .video-stripe__inner {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    text-align: center
}

.video-stripe .video-stripe__inner a {
    display: inline-block
}

@media only screen and (max-width:1400px) {
    .video-stripe .video-stripe__inner {
        -ms-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%
    }
}

@media only screen and (max-width:798px) {
    .video-stripe .video-stripe__inner {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
}

.video-stripe .video-stripe__btn-play {
    display: inline-block
}

.video-stripe .video-stripe__text,
.video-stripe .video-stripe__text p {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fffefc;
    line-height: 1.1em
}

@media only screen and (max-width:480px) {

    .video-stripe .video-stripe__text,
    .video-stripe .video-stripe__text p {
        font-size: 1rem
    }
}

.video-stripe .video-stripe__title {
    color: #fffefc
}

.video-stripe .video-stripe__bg,
.video-stripe .video-stripe__bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0
}

.video-stripe .video-stripe__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(76, 76, 76, .5)
}

.video-stripe .video-stripe__bg-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.video-stripe .video-stripe__iframe {
    height: 90vh
}

.video-stripe .modal-body {
    line-height: 0
}

.box-homepage-collection {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background: #f9f9f9;
    position: relative;
    flex-direction: column;
}

@media only screen and (max-width:798px) {
    .box-homepage-collection {
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.box-homepage-collection .box-homepage-collection__content {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 20px 20px 0 40px;
}

@media only screen and (max-width:798px) {
    .box-homepage-collection .box-homepage-collection__content {
        -ms-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding-left: 20px;
    }
}

@media only screen and (max-width:480px) {
    .box-homepage-collection .box-homepage-collection__content {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 10px
    }
}

.box-homepage-collection .box-homepage-collection__text,
.box-homepage-collection .box-homepage-collection__text p {
    line-height: 1.6em
}

@media only screen and (max-width:480px) {

    .box-homepage-collection .box-homepage-collection__text,
    .box-homepage-collection .box-homepage-collection__text p {
        font-size: .8125rem
    }
}

.box-homepage-collection .box-homepage-collection__products {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 0 0 20px 40px;
    min-width: 0;
}

.box-homepage-collection .box-homepage-collection__products::-webkit-scrollbar-track {
    background-color: #fffefc
}

.box-homepage-collection .box-homepage-collection__products::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.box-homepage-collection .box-homepage-collection__products::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.box-homepage-collection .box-homepage-collection__products::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:798px) {
    .box-homepage-collection .box-homepage-collection__products {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

@media only screen and (max-width:480px) {
    .box-homepage-collection .box-homepage-collection__products {
        margin-top: 10px
    }
}

.box-homepage-collection .box-homepage-collection__products .product-list .thumbnail {
    text-align: left;
    padding: 20px 10px 0;
    margin: 0;
    width: 21.5vw;
}

@media only screen and (max-width:798px) {
    .box-homepage-collection .box-homepage-collection__products .product-list .thumbnail {
        width: 28.5vw;
    }
}

@media only screen and (max-width:480px) {
    .box-homepage-collection .box-homepage-collection__products .product-list .thumbnail {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 100%;
    }
}
.product-list .slick-track {
    display: flex;
}
.product-list .slick-slide {
    height: inherit;
}
.product-list .slick-prev,
.product-list .slick-next {
	top: 12vw;
}
.product-list .slick-prev:active,
.product-list .slick-next:active {
	box-shadow: none;
}
@media only screen and (max-width:798px) {
    .product-list .slick-prev,
    .product-list .slick-next {
        top: 17vw;
    }
}
.product-list .slick-prev::before,
.product-list .slick-next::before {
	color: #4c4c4c;
}
.box-homepage-collection .box-homepage-collection__products .product-list .description {
    font-size: .8125rem;
    line-height: 1.2em;
    color: #4c4c4c
}

.box-homepage-collection .box-homepage-collection__products .columns {
    width: 25%;
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin: 0;
    padding: 0 20px
}

.box-homepage-collection .box-homepage-collection__products .columns:nth-child(2) {
    margin-top: 60px
}

@media only screen and (max-width:480px) {
    .box-homepage-collection .box-homepage-collection__top-cta-wrap {
        display: none
    }
}

.box-homepage-collection .box-homepage-collection__bottom-cta-wrap {
    width: 100%;
    padding: 0 20px;
    text-align: center
}

@media only screen and (min-width:481px) {
    .box-homepage-collection .box-homepage-collection__bottom-cta-wrap {
        display: none
    }
}

.box-homepage-collection__wrap.container {
    padding-bottom: 0
}

@media only screen and (max-width:1024px) {
    .box-homepage-collection__wrap.container {
        width: 100%
    }
}

.box-v-stripe-with-link {
    background: #fffefc
}

.box-v-stripe-with-link .container {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (max-width:1024px) {
    .box-v-stripe-with-link .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:798px) {
    .box-v-stripe-with-link .container {
        padding-left: 0;
        padding-right: 0
    }
}

.box-v-stripe-with-link>:not(.box-v-stripe-with-link__decoration) {
    position: relative;
    z-index: 2
}

.box-v-stripe-with-link .box-v-stripe-with-link__decoration {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    pointer-events: none
}

.box-v-stripe-with-link .box-v-stripe-with-link__decoration.mobile-decoration {
    background-size: auto
}

.box-v-stripe-with-link .box-v-stripe-with-link__title {
    font-size: 2.25rem;
    margin-bottom: 30px
}

@media only screen and (max-width:798px) {
    .box-v-stripe-with-link .box-v-stripe-with-link__title {
        margin-bottom: 10px
    }
}

.box-v-stripe-with-link .box-v-stripe-with-link__text {
    font-size: .875rem
}

.redactional-box.bg--green {
    background: #e3e8df
}

.redactional-box .redactional-box__main_text {
    padding: 0 20px 20px
}

@media only screen and (max-width:798px) {
    .redactional-box .redactional-box__main_text {
        padding-left: 0;
        padding-right: 0
    }
}

.redactional-box .redactional-box__item {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:480px) {
    .redactional-box .redactional-box__item {
        margin-bottom: 40px
    }

    .redactional-box .redactional-box__item:last-child {
        margin-bottom: 0
    }
}

.redactional-box .redactional-box__item:hover .redactional-box__overlay-content {
    transform: translateY(10px)
}

.redactional-box .redactional-box__item:hover .redactional-box__overlay-content:after {
    opacity: 1%
}

.redactional-box .redactional-box__list-wrap {
    width: 83.33333%;
    margin: 0 auto
}

@media only screen and (max-width:798px) {
    .redactional-box .redactional-box__list-wrap {
        width: 100%
    }
}

.redactional-box .redactional-box__overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

@media only screen and (max-width:480px) {
    .redactional-box .redactional-box__overlay-content {
        padding: 15px
    }
}

.redactional-box .redactional-box__overlay-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    opacity: .8;
    background: linear-gradient(180deg, transparent 0, #f9f9f9);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    transition: all .2s ease-in-out
}

@media only screen and (max-width:480px) {
    .redactional-box .redactional-box__overlay-content:after {
        height: 90%
    }
}

.redactional-box .redactional-box__overlay-content>* {
    position: relative;
    z-index: 2
}

.redactional-box .redactional-box__title {
    color: #fffefc;
    padding: 0 0 10px;
    margin: 0
}

.redactional-box .redactional-box__text,
.redactional-box .redactional-box__text p {
    color: #fffefc;
    font-weight: 300;
    font-size: 1.125rem;
    margin-bottom: 0
}

@media only screen and (max-width:480px) {

    .redactional-box .redactional-box__text,
    .redactional-box .redactional-box__text p {
        font-size: .875rem
    }
}

.redactional-box .redactional-box__cta {
    padding-bottom: 0;
    font-size: .875rem !important
}

.redactional-box .image-element__wrap {
    width: 100%;
    margin-bottom: 0
}

.shopping-info-content-background {
    background-color: #fffefc
}

.shopping-info-content-background .flex-block {
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width:1025px) {
    .shopping-info-content-background .flex-block {
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media only screen and (max-width:798px) {
    .shopping-info-content-background .flex-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.shopping-info-content-background .flex-items {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 15px
}

@media only screen and (min-width:1025px) {
    .shopping-info-content-background .flex-items {
        -ms-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media only screen and (max-width:798px) {
    .shopping-info-content-background .flex-items {
        -ms-flex: 1;
        flex: 1;
        padding: 0 5px;
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-bottom: 15px
    }
}

.shopping-info-content-background .flex-items>svg {
    margin-bottom: 10px
}

.shopping-info-content-background svg {
    fill: #000
}

.shopping-info-content-background .description-shopping-info,
.shopping-info-content-background .description-shopping-info p {
    color: #000;
    font-size: .8125rem;
    line-height: 1.1em;
    text-align: center
}

@media only screen and (max-width:798px) {

    .shopping-info-content-background .description-shopping-info,
    .shopping-info-content-background .description-shopping-info p {
        font-size: .75rem
    }
}

.shopping-info-content-background a,
.shopping-info-content-background a.btn-small {
    padding-left: 0;
    padding-right: 0
}
.newsletter-text {
    color: #000;
}
.contact-stripe {
    background: #4c4c4c
}

.contact-stripe .container {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (max-width:1024px) {
    .contact-stripe .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:480px) {
    .contact-stripe .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.contact-stripe>.container>:not(.contact-stripe__decoration) {
    position: relative;
    z-index: 2
}

.contact-stripe .contact-stripe__decoration {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    pointer-events: none;
    opacity: .1
}

.contact-stripe .contact-stripe__title {
    font-size: 2.25rem;
    margin-bottom: 30px;
    color: #fffefc
}

@media only screen and (max-width:798px) {
    .contact-stripe .contact-stripe__title {
        margin-bottom: 10px
    }
}

.contact-stripe .contact-stripe__text {
    font-size: .875rem;
    color: #fffefc
}

.arrow {
    opacity: 1
}

@media only screen and (max-width:480px) {
    .flickity-prev-next-button svg {
        width: 100%;
        height: 100%;
        left: 0
    }
}

@media only screen and (max-width:480px) {
    .flickity-prev-next-button.previous {
        left: 10px
    }
}

@media only screen and (max-width:480px) {
    .flickity-prev-next-button.next {
        right: 10px
    }
}

.dav-productlist-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    background: #f9f9f9;
}

@media only screen and (max-width:1024px) {
    .dav-productlist-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width:798px) {
    .dav-productlist-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .dav-productlist-container .medium-down--one-half,
    .dav-productlist-container .small-down--one-half {
        width: calc(50% - 10px)
    }
}

.dav-productlist-container .collection-description-bottom {
    text-align: center;
    margin: 80px 0 60px
}

.back-to-top {
    background: #707070;
    text-align: center;
    border-top: 1px solid #636363
}

.back-to-top:hover {
    background: #636363
}

.back-to-top .back-to-top__anchor {
    display: block;
    text-align: center;
    font-size: .875rem;
    font-family: PT Sans Narrow, sans-serif;
    color: #fffefc;
    line-height: 1em;
    padding: 20px 0;
    outline: none;
    letter-spacing: .8px
}

.back-to-top .back-to-top__anchor span:before {
    transform: rotate(180deg);
    color: #fffefc;
    margin-right: 1em;
    font-weight: 700
}

@media only screen and (max-width:798px) {
    body:not(.collection):not(.product):not([class^=blog]):not([class^=customers]) .back-to-top {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        transform: translateY(100%);
        transition: all .3s ease-in-out
    }

    body:not(.collection):not(.product):not([class^=blog]):not([class^=customers]) .back-to-top.show-btt {
        transform: translate(0)
    }
}

.double-col-with-intro .double-col-with-intro__container {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:480px) {
    .double-col-with-intro .double-col-with-intro__container {
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }
}

.double-col-with-intro .double-col-with-intro__container>* {
    padding: 0 20px
}

@media only screen and (max-width:480px) {
    .double-col-with-intro .double-col-with-intro__container>* {
        padding: 0
    }
}

.double-col-with-intro .double-col-with-intro__title {
    margin-bottom: 40px
}

.double-col-with-intro .double-col-with-intro__sep,
.double-col-with-intro .double-col-with-intro__title {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.double-col-with-intro .double-col-with-intro__intro {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    margin-bottom: 40px
}

@media only screen and (max-width:798px) {
    .double-col-with-intro .double-col-with-intro__intro {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
}

@media only screen and (max-width:480px) {
    .double-col-with-intro .double-col-with-intro__intro {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.double-col-with-intro .double-col-with-intro__intro,
.double-col-with-intro .double-col-with-intro__intro p {
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    color: #4c4c4c
}

@media only screen and (max-width:480px) {

    .double-col-with-intro .double-col-with-intro__intro,
    .double-col-with-intro .double-col-with-intro__intro p {
        font-size: 1.125rem
    }
}

.double-col-with-intro .double-col-with-intro__col {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

@media only screen and (max-width:798px) {
    .double-col-with-intro .double-col-with-intro__col {
        -ms-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
}

@media only screen and (max-width:480px) {
    .double-col-with-intro .double-col-with-intro__col {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
}

.double-col-with-intro .double-col-with-intro__col,
.double-col-with-intro .double-col-with-intro__col p {
    font-size: .875rem;
    line-height: 1.6em
}

.double-col-with-intro .double-col-with-intro__col+.double-col-with-intro__col {
    padding-top: 40px
}

@media only screen and (max-width:480px) {
    .double-col-with-intro .double-col-with-intro__col+.double-col-with-intro__col {
        margin-left: 16.66667%
    }
}

.small-paragraph-with-image {
    margin-bottom: 20px;
    background: var(--dav-img-url-line-handmade) 100% 100% no-repeat
}

@media only screen and (max-width:798px) {
    .small-paragraph-with-image {
        border: none;
        background-image: none
    }
}

.small-paragraph-with-image .small-paragraph-with-image__container {
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 0
}

@media only screen and (max-width:798px) {
    .small-paragraph-with-image .small-paragraph-with-image__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.small-paragraph-with-image .small-paragraph-with-image__blocks {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:798px) {
    .small-paragraph-with-image .small-paragraph-with-image__blocks {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-order: 2;
        order: 2
    }
}

.small-paragraph-with-image .small-paragraph-with-image__blocks-row {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:480px) {
    .small-paragraph-with-image .small-paragraph-with-image__blocks-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.small-paragraph-with-image .small-paragraph-with-image__blocks-row:nth-child(2) .small-paragraph-with-image__block:first-child {
    margin-left: 16vw
}

.small-paragraph-with-image .small-paragraph-with-image__block {
    padding: 0 20px;
    margin-bottom: 40px;
    -ms-flex-basis: 25vw;
    -ms-flex-preferred-size: 25vw;
    flex-basis: 25vw;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.small-paragraph-with-image .small-paragraph-with-image__block:first-child {
    margin-left: 8vw
}

@media only screen and (max-width:480px) {
    .small-paragraph-with-image .small-paragraph-with-image__block:first-child {
        margin-left: 16vw
    }
}

@media only screen and (max-width:798px) {
    .small-paragraph-with-image .small-paragraph-with-image__block {
        -ms-flex-basis: 33vw;
        -ms-flex-preferred-size: 33vw;
        flex-basis: 33vw
    }
}

@media only screen and (max-width:480px) {
    .small-paragraph-with-image .small-paragraph-with-image__block {
        -ms-flex-basis: 83vw;
        -ms-flex-preferred-size: 83vw;
        flex-basis: 83vw
    }
}

.small-paragraph-with-image .small-paragraph-with-image__image {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    padding: 0 20px 3px 0;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:798px) {
    .small-paragraph-with-image .small-paragraph-with-image__image {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 3px;
        background: var(--dav-img-url-line-handmade) 100% 100% no-repeat;
        margin-bottom: 30px
    }

    .small-paragraph-with-image .small-paragraph-with-image__image .image-element__wrap {
        margin: 0 auto
    }
}

.small-paragraph-with-image .small-paragraph-with-image__image img {
    max-width: 100%
}

.small-paragraph-with-image .small-paragraph-with-image__title {
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    font-size: 1.375rem;
    letter-spacing: 0;
    text-transform: none;
    padding: 0
}

.small-paragraph-with-image .small-paragraph-with-image__text,
.small-paragraph-with-image .small-paragraph-with-image__text p {
    font-size: .875rem
}

.faq-box {
    background: #fffefc;
    position: relative;
    z-index: 1
}

.faq-box .faq-box__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    z-index: 2
}

.faq-box .faq-box__decoration {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 40px
}

@media only screen and (max-width:798px) {
    .faq-box .faq-box__decoration {
        top: 20px;
        right: 20px;
        height: 75px
    }
}

.faq-box .faq-box__title {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 20px;
    margin: 0 0 30px;
    position: relative
}

.page-faq .faq-box .faq-box__title {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

@media only screen and (max-width:1024px) {
    .page-faq .faq-box .faq-box__title {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
}

@media only screen and (max-width:798px) {
    .page-faq .faq-box .faq-box__title {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.faq-box .faq-box__inner {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    padding: 0 20px
}

@media only screen and (max-width:1024px) {
    .faq-box .faq-box__inner {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
}

@media only screen and (max-width:798px) {
    .faq-box .faq-box__inner {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.faq-box .faq-box__item {
    border-bottom: 1px solid #949494
}

.faq-box .faq-box__item-title {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
    padding-right: 20px;
    cursor: pointer
}

@media only screen and (max-width:798px) {
    .faq-box .faq-box__item-title {
        font-size: 1rem
    }
}

.faq-box .faq-box__item-title .min-plus {
    position: absolute;
    top: 20px;
    right: 0
}

@media only screen and (max-width:798px) {
    .faq-box .faq-box__item-title .min-plus {
        top: 13px
    }
}

.faq-box .faq-box__text,
.faq-box .faq-box__text p {
    font-size: .875rem
}

.dav-shoppingbag {
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.dav-shoppingbag .mini_cart {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transition: all .15s ease-in-out
}

.dav-shoppingbag hr {
    margin: 0 25px;
    background-color: #dfdede;
    border: 0;
    height: 1px
}

.dav-shoppingbag form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0;
    margin: 0
}

.dav-shoppingbag .cart_overflow {
    padding-top: 10px;
    overflow-y: scroll;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.dav-shoppingbag .cart_overflow::-webkit-scrollbar-track {
    background-color: #fffefc
}

.dav-shoppingbag .cart_overflow::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.dav-shoppingbag .cart_overflow::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.dav-shoppingbag .cart_overflow::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.dav-shoppingbag .cart_freeshipping {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #dbdbdb;
    padding: 5px 0;
    margin: 0 20px;
    color: #7f7977
}

.dav-shoppingbag .cart_freeshipping span {
    display: block;
    font-size: 1rem;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.dav-shoppingbag .cart_freeshipping img {
    margin-top: -10px;
    -ms-flex: 0;
    flex: 0;
    display: none
}

.dav-shoppingbag .cart_freeshipping .text {
    width: 100%
}

.dav-shoppingbag .cart_item {
    border-bottom: 1px solid #dfdede;
    background: #f7f6f2
}

.dav-shoppingbag .cart_item>a {
    padding: 0
}

.dav-shoppingbag .cart_item .item_title,
.dav-shoppingbag .cart_item .item_type {
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
    font-size: .875rem
}

.dav-shoppingbag .cart_item .right.price .money {
    padding: 12px 0;
    font-size: 1.125rem;
    font-family: PT Sans Narrow, sans-serif;
    font-weight: 100;
    letter-spacing: .5px
}

@media only screen and (max-width:798px) {
    .dav-shoppingbag .cart_item .right.price .money {
        padding-top: 0
    }
}

.dav-shoppingbag .product-quantity-box .product-minus,
.dav-shoppingbag .product-quantity-box .product-plus,
.dav-shoppingbag .product-quantity-box .quantity,
.dav-shoppingbag .product-quantity-box .quantity:focus {
    border: 0;
    background-color: transparent;
    color: #000;
    font-size: 14px
}

.dav-shoppingbag .sachets {
    margin: 0 20px
}

.dav-shoppingbag .sachets .sachets_title {
    font-size: 1.125rem;
    margin: 10px 5px 0;
    display: block;
    color: #333
}

.dav-shoppingbag .sachets .sachet_list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dav-shoppingbag .sachets .sachet_list li {
    width: 50%;
    margin-bottom: 13px
}

.dav-shoppingbag .sachets .sachet_list li div {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: relative;
    border: 3px dashed #ccc;
    padding: 0;
    margin: 0 auto
}

.dav-shoppingbag .sachets .sachet_list li div label {
    cursor: pointer;
    margin: 0
}

.dav-shoppingbag .sachets .sachet_list li div img {
    display: block
}

.dav-shoppingbag .sachets .sachet_list li div input[type=checkbox] {
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-appearance: unset;
    width: 22px;
    height: 22px;
    display: block;
    outline: none;
    background: var(--dav-img-url-sachet-add)
}

.dav-shoppingbag .sachets .sachet_list li div input[type=checkbox]:checked {
    background: var(--dav-img-url-sachet-selected)
}

.dav-shoppingbag .sachets .sachet_list li div input[type=checkbox]:checked:hover {
    background: var(--dav-img-url-sachet-delete)
}

.dav-shoppingbag .sachets .sachet_list li div input[type=checkbox]:disabled {
    opacity: 0
}

.dav-shoppingbag .sachets .sachet_list li div input[type=checkbox]:disabled~img {
    opacity: .2
}

.dav-shoppingbag .sachets .sachet_list li span {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    padding-top: 10px;
    font-size: .875rem
}

.dav-shoppingbag .minicart_header .minicart_close,
.dav-shoppingbag .minicart_header .minicart_close[href="javascript:;"] {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #4c4c4c;
    cursor: pointer !important;
    z-index: 1;
    padding: 0;
    margin: 0
}

.dav-shoppingbag .minicart_footer li {
    display: block
}

.dav-shoppingbag .minicart_footer li.cart_subtotal {
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 100;
    margin: 26px 0;
    text-transform: uppercase
}

.dav-shoppingbag .minicart_footer li.cart_subtotal span {
    font-size: 15px;
    font-family: PT Sans Narrow, sans-serif
}

.dav-shoppingbag .minicart_footer li.cart_subtotal .money {
    font-size: 18px;
    font-family: PT Sans Narrow, sans-serif
}

.dav-shoppingbag .minicart_footer label.tos_label {
    display: inline;
    font-weight: 400;
    text-transform: none;
    cursor: auto;
    padding-left: 5px
}

.dav-shoppingbag .minicart_footer label.tos_label a {
    display: inline;
    font-size: inherit !important;
    text-decoration: underline
}

.dav-shoppingbag .add_to_cart {
    margin: 0 auto;
    display: block
}

.dav-shoppingbag .minicart_tos {
    margin: 10px auto;
    text-align: justify;
    display: block;
    clear: both;
    color: #333;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 12px;
    line-height: 18px
}

.dav-shoppingbag .minicart_tos a {
    font-family: PT Sans Narrow, sans-serif;
    font-size: 12px;
    display: inline
}

.dav-minicart {
    position: relative
}

.dav-minicart .minicart_title {
    position: absolute;
    top: 23px;
    margin-left: 20px;
    font-size: 1.25rem
}

.dav-minicart .cart_item__title a {
    padding-bottom: 0
}

.dav-minicart .cart_item__title .quantity {
    font-size: .625rem;
    text-transform: uppercase;
    padding-bottom: 0;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.25px
}

.dav-minicart .product-quantity-box {
    margin: 0 0 18px
}

.dav-minicart .product-quantity-box .quantity {
    transition: all .2s ease-in-out;
    font-size: .875rem
}

.dav-minicart .product-quantity-box .quantity:focus {
    background: #fffefc
}

.dav-shoppingbag-cart hr {
    margin: 0
}

.dav-shoppingbag-cart form {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .dav-shoppingbag-cart form {
        padding-top: 65px
    }
}

.dav-shoppingbag-cart .cart_item_table {
    padding-left: 20px
}

@media only screen and (max-width:1024px) {
    .dav-shoppingbag-cart .cart_item_table {
        width: 60%;
        margin: 0
    }
}

.dav-shoppingbag-cart .cart_item_table h1:first-letter {
    text-transform: uppercase
}

.dav-shoppingbag-cart ul.cart_items {
    padding: 0
}

.dav-shoppingbag-cart .cart_item p.warning {
    font-size: 12px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
    background: #fff3cd;
    color: #856404;
    padding: 5px 10px;
    border-radius: 3px
}

.dav-shoppingbag-cart .cart_item__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dav-shoppingbag-cart .quantity .product-quantity-box {
    margin: 0;
    padding: 0
}

.dav-shoppingbag-cart #cart_form .product-quantity-box,
.dav-shoppingbag-cart .cart_content .product-quantity-box {
    margin: 0;
    width: 130px
}

.dav-shoppingbag-cart .sachets {
    margin: 0 20px
}

.dav-shoppingbag-cart .sachets .sachet_list li {
    list-style: none
}

.dav-shoppingbag-cart .sachets .sachet_list li div img {
    display: block;
    min-width: 80px
}

.dav-shoppingbag-cart .sachets .sachet_list li span {
    text-align: center;
    width: 100%;
    display: block
}

.dav-shoppingbag-cart .cart_freeshipping {
    margin: 0 0 0 40px;
    padding-left: 10px
}

.dav-shoppingbag-cart .cart_freeshipping span {
    display: block;
    font-size: 14px
}

.dav-shoppingbag-cart .subtotal {
    border: 0
}

.dav-shoppingbag-cart .subtotal .cart_subtotal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #949494;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
    text-transform: uppercase
}

.dav-shoppingbag-cart .subtotal .cart_subtotal .money {
    font-size: 18px
}

.dav-shoppingbag-cart .cart_tos {
    margin: 10px auto;
    text-align: justify;
    display: block;
    clear: both;
    color: #333;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 12px;
    line-height: 18px
}

@media only screen and (max-width:1024px) {
    .dav-shoppingbag-cart .cart_footer {
        width: 35%;
        margin: 0;
        padding-left: 40px
    }
}

@media only screen and (max-width:798px) {
    .dav-shoppingbag-cart .cart_item_table {
        padding-left: 0;
        margin: 0;
        width: 100%
    }

    .dav-shoppingbag-cart ul.cart_items {
        border-top: 1px solid #dfdede;
        padding: 12px 0 0
    }

    .dav-shoppingbag-cart ul.cart_items .cart_item__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dav-shoppingbag-cart ul.cart_items .cart_item__title .quantity {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 10px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        padding-top: 15px
    }

    .dav-shoppingbag-cart ul.cart_items .cart_image {
        max-width: 89px;
        height: auto;
        padding-right: 10px
    }

    .dav-shoppingbag-cart .cart_freeshipping {
        margin-left: 0;
        padding: 20px 0
    }

    .dav-shoppingbag-cart .cart_freeshipping img {
        margin-top: -45px
    }

    .dav-shoppingbag-cart .medium-down--one-whole:nth-child(2) .cart_freeshipping {
        display: none
    }

    .dav-shoppingbag-cart .sachets {
        margin: 0
    }

    .dav-shoppingbag-cart .sachets .sachet_list {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dav-shoppingbag-cart .cart_footer,
    .dav-shoppingbag-cart .subtotal {
        margin: 0;
        width: 100%;
        padding-left: 0
    }
}

@media screen and (min-device-width:769px) and (max-device-width:1024px) {
    .dav-shoppingbag-cart hr {
        margin: 0
    }

    .dav-shoppingbag-cart .cart_item_table {
        width: 65%;
        margin: 0;
        padding: 0
    }

    .dav-shoppingbag-cart .cart_freeshipping {
        margin: 0;
        padding-left: 10px
    }

    .dav-shoppingbag-cart .sachets {
        margin: 0
    }

    .dav-shoppingbag-cart .subtotal {
        border-left: 0;
        padding-left: 0
    }
}

.instagram-feed {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {
    .instagram-feed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px
    }
}

@media only screen and (max-width:798px) {
    .instagram-feed .ssw-instagram-widget {
        margin-bottom: 0
    }
}

@media only screen and (max-width:798px) {

    .instagram-feed .ssw-instagram-listing,
    .instagram-feed .ssw-instagram-load-more {
        margin-bottom: 0 !important
    }
}

.instagram-feed .instagram-feed__content {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 20px 40px
}

@media only screen and (max-width:798px) {
    .instagram-feed .instagram-feed__content {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 20px
    }
}

.instagram-feed .instagram-feed__title {
    font-size: 1.5rem;
    color: #4c4c4c
}

.instagram-feed .instagram-feed__text {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.instagram-feed .instagram-feed__text,
.instagram-feed .instagram-feed__text p {
    font-size: .875rem;
    color: #4c4c4c
}

.instagram-feed .instagram-feed__tiles {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.instagram-feed .instagram-feed__content+.instagram-feed__tiles {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

@media only screen and (max-width:798px) {
    .instagram-feed .instagram-feed__content+.instagram-feed__tiles {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.instagram-feed #insta-feed,
.instagram-feed [id^=feed-] {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media only screen and (max-width:798px) {

    .instagram-feed #insta-feed,
    .instagram-feed [id^=feed-] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.instagram-feed #insta-feed h2,
.instagram-feed [id^=feed-] h2 {
    display: none
}

.instagram-feed #insta-feed a,
.instagram-feed [id^=feed-] a {
    z-index: 1;
    position: relative;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width:798px) {

    .instagram-feed #insta-feed a,
    .instagram-feed [id^=feed-] a {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.instagram-feed #insta-feed a.instafeed-lightbox,
.instagram-feed [id^=feed-] a.instafeed-lightbox {
    z-index: 10
}

.instagram-feed #insta-feed a .instafeed-container,
.instagram-feed [id^=feed-] a .instafeed-container {
    width: 100% !important;
    height: 0;
    padding-top: 100% !important
}

@media only screen and (max-width:798px) {

    .instagram-feed #insta-feed a .instafeed-container,
    .instagram-feed [id^=feed-] a .instafeed-container {
        height: 160px
    }
}

.instagram-feed #insta-feed a:nth-child(1n+8),
.instagram-feed [id^=feed-] a:nth-child(1n+8) {
    display: none
}

@media only screen and (min-width:799px) and (max-width:1023px) {

    .instagram-feed #insta-feed a:nth-child(1n+6),
    .instagram-feed [id^=feed-] a:nth-child(1n+6) {
        display: none
    }
}

.dav-card .dav-card__text,
.dav-card .dav-card__text p {
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    line-height: 1.2em;
    color: #4c4c4c
}

.dav-card .dav-card__img {
    position: relative;
    min-height: 100px
}

.dav-card .dav-card__img img {
    width: 100%
}

.dav-card .dav-card__img-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .4)
}

.dav-card .dav-card__img-overlay:hover {
    background: hsla(0, 0%, 100%, .2)
}

.dav-card .dav-card__content {
    width: 90%;
    padding: 12px 10% 0 0;
    margin-top: -50px;
    background: #f7f6f2;
    position: relative;
    z-index: 1
}

.dav-card .dav-card__header {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.dav-card .dav-card__title {
    font-size: 1.375rem;
    line-height: 1.2em;
    text-transform: none;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 10px
}

.dav-card .dav-card__subtitle,
.dav-card .dav-card__title {
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    letter-spacing: 0;
    padding: 0
}

.dav-card .dav-card__subtitle {
    font-size: .75rem;
    -ms-flex-order: 1;
    order: 1;
    margin: 0
}

.dav-card .dav-card__multi-col-text {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1024px) {
    .dav-card .dav-card__multi-col-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.dav-card .video-stripe__iframe {
    height: 90vh
}

.dav-card .modal-body {
    line-height: 0
}

.applied-filters-counter {
    display: none;
    color: inherit
}

.applied-filters-counter:not(:empty) {
    display: inline
}

.applied-filters-counter:not(:empty):before {
    content: " (";
    display: inline
}

.applied-filters-counter:not(:empty):after {
    content: ")";
    display: inline
}

.filters-container {
    position: relative;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.filters-container .dav-loading-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: none
}

.filters-container.filter-loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 254, 252, .8);
    z-index: 1
}

.filters-container.filter-loading .dav-loading-bar {
    display: block
}

@media only screen and (min-width:799px) {
    .filters-container {
        border-top: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        padding: 10px 20px;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .filters-container .fixed-finside-filters {
        display: none
    }
}

@media only screen and (max-width:798px) {
    .filters-container {
        position: fixed;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: none;
        padding: 20px;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        background-color: #fffefc;
        z-index: 18;
        display: none;
        transition: height .2s ease-in-out
    }

    .filters-container .fixed-inside-filters {
        display: none !important;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 54px;
        line-height: 54px;
        background-color: #949494;
        color: #fff;
        text-decoration: underline;
        text-align: center
    }

    .filters-container .fixed-inside-filters a.status_apply,
    .filters-container .fixed-inside-filters a.status_reset {
        display: none
    }

    .filters-container .fixed-inside-filters a.status_close {
        display: inline-block;
        text-decoration: underline
    }

    .filters-container .fixed-inside-filters.filters-active a.status_apply {
        display: block;
        width: 50%;
        float: right;
        text-decoration: underline;
        color: #fffefc
    }

    .filters-container .fixed-inside-filters.filters-active a.status_reset {
        display: block;
        width: 50%;
        float: left;
        background-color: #dfdede;
        color: #949494;
        text-decoration: underline
    }

    .filters-container .fixed-inside-filters.filters-active a.status_close {
        display: none
    }
}

.filters-container.active {
    display: -ms-flexbox;
    display: flex
}

.filters-container.filter-active {
    background-color: #fffefc;
    border: none
}

.filters-container.filter-active .section_select,
.filters-container.filter-active .toggle-custom:not(.active) {
    opacity: .1
}

.filters-container .filter-name {
    font-family: Roboto, sans-serif;
    text-transform: unset;
    font-size: 1.375rem;
    margin-bottom: 15px;
    font-weight: 300
}

.filters-container .filter-name .close-icon {
    width: 25px;
    display: block;
    height: 25px;
    float: right;
    position: relative;
    cursor: pointer
}

.filters-container .filter-name .close-icon .first-bar {
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 12px;
    right: 0;
    border-top: 1px solid #000;
    transform: rotate(45deg)
}

.filters-container .filter-name .close-icon .second-bar {
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 12px;
    right: 0;
    border-top: 1px solid #000;
    transform: rotate(-45deg)
}

.filters-container .arrow-icons-wrap {
    margin-right: 10px;
    position: relative
}

.filters-container .sidebar {
    transform: unset
}

@media only screen and (max-width:798px) {
    .filters-container .sidebar {
        width: 100%
    }
}

.filters-container .sidebar .sidebar-wrap {
    border: none;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {
    .filters-container .sidebar .sidebar-wrap {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.filters-container .sidebar .sidebar-block {
    margin-bottom: 0;
    border: none
}

@media only screen and (max-width:798px) {
    .filters-container .sidebar .sidebar__collection-filter {
        border-bottom: 1px solid #4c4c4c;
        margin-bottom: 20px
    }
}

.filters-container .sidebar .toggle-custom {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    letter-spacing: 0;
    cursor: pointer;
    pointer-events: all;
    letter-spacing: .5px
}

@media only screen and (max-width:798px) {
    .filters-container .sidebar .toggle-custom {
        width: auto;
        font-size: .9375rem;
        margin-bottom: 20px
    }
}

.filters-container .sidebar .toggle-custom.active+.toggle_list {
    background-color: #fff
}

.filters-container .sidebar .toggle-custom.active .arrow-icons-wrap {
    transform: rotate(90deg)
}

.filters-container .sidebar .toggle-custom .icon-down-arrow {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.filters-container .sidebar .filterDisabler {
    overflow: hidden;
    max-height: 0;
    font-size: .875rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: unset;
    width: 220px;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    padding-left: 28px;
    margin: 10px 0 0
}

@media only screen and (max-width:798px) {
    .filters-container .sidebar .filterDisabler {
        display: block;
        width: 100%;
        margin: 0
    }
}

.filters-container .sidebar .filterDisabler.opened {
    max-height: unset
}

@media only screen and (max-width:798px) {
    .filters-container .sidebar .filterDisabler.opened {
        display: block;
        width: 100%;
        margin: 20px 0
    }
}

.filters-container .sidebar .filterDisabler .filter-icon {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px
}

.filters-container .sidebar .filterDisabler .filter-icon svg {
    height: auto;
    width: 95%
}

.filters-container .sidebar .toggle_list-custom {
    position: absolute;
    width: calc(100% - 80px);
    z-index: 13;
    left: 0;
    display: none;
    margin: 0 40px;
    padding: 10px 20px 15px;
    background-color: #fffefc;
    width: 100%;
    margin: 0
}

@media only screen and (max-width:1024px) {
    .filters-container .sidebar .toggle_list-custom {
        width: 100%;
        margin: 0
    }
}

@media only screen and (max-width:798px) {
    .filters-container .sidebar .toggle_list-custom {
        width: 100%;
        position: static;
        margin: 0 0 20px;
        padding: 0 0 10px;
        overflow: auto
    }
}

.filters-container .sidebar .toggle_list-custom .filter-all-tags {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:799px) {
    .filters-container .sidebar .toggle_list-custom .filter-all-tags {
        max-height: 210px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.filters-container .sidebar .toggle_list-custom .filter-all-tags .list-elements {
    overflow: hidden;
    height: 500px;
    padding-right: 0
}

.filters-container .sidebar .toggle_list-custom .filter-all-tags .list-elements:hover {
    overflow-y: auto
}

.filters-container .sidebar .toggle_list-custom .filter-all-tags .list-elements:hover::-webkit-scrollbar-track {
    background-color: #fffefc
}

.filters-container .sidebar .toggle_list-custom .filter-all-tags .list-elements:hover::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.filters-container .sidebar .toggle_list-custom .filter-all-tags .list-elements:hover::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.filters-container .sidebar .toggle_list-custom .filter-all-tags .list-elements:hover::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.filters-container .sidebar .toggle_list-custom .list-elements {
    overflow: hidden;
    height: 500px;
    padding-right: 0
}

.filters-container .sidebar .toggle_list-custom .list-elements:hover {
    overflow-y: auto
}

.filters-container .sidebar li {
    list-style: none;
    width: 220px;
    padding-left: 27px
}

.filters-container .sidebar li a button {
    transform: translateY(0)
}

.filters-container .sidebar li a button .cancel-icon {
    display: none
}

.filters-container .sidebar li a button .selected-icon,
.filters-container .sidebar li a button:hover .cancel-icon {
    display: inline
}

.filters-container .sidebar li a button:hover .selected-icon {
    display: none
}

.filters-container .sidebar label {
    font-size: .875rem;
    text-transform: capitalize;
    color: #4c4c4c
}

.filters-container .sidebar input[type=radio] {
    display: none
}

.section_select {
    font-family: Roboto, sans-serif;
    font-size: 1rem
}

@media only screen and (max-width:798px) {
    .section_select {
        width: 100%;
        text-align: left
    }
}

.section_select span {
    color: #949494;
    font-size: .875rem
}

@media only screen and (max-width:798px) {
    .section_select span {
        display: inline-block;
        width: auto;
        color: #000
    }
}

.section_select .sort_by {
    margin-left: 15px;
    background-color: transparent;
    background-position: 0;
    text-transform: unset;
    color: #4c4c4c;
    text-align-last: left;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    max-width: 100%;
    padding: 0 15px 0 25px;
    cursor: pointer
}

.section_select .sort_by option {
    padding: 10px 15px
}

@media only screen and (max-width:798px) {
    .section_select .sort_by {
        display: block;
        width: auto;
        text-align-last: left;
        text-align: left;
        margin-left: 0
    }
}

.fixed-filters {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 11;
    bottom: 0;
    background-color: #4c4c4c;
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    color: #fffefc;
    text-decoration: underline
}

.fixed-filters a.status_open {
    display: inline
}

.status_apply,
.status_apply:active,
.status_apply:focus,
.status_apply:hover,
.status_close,
.status_close:active,
.status_close:focus,
.status_close:hover,
.status_open,
.status_open:active,
.status_open:focus,
.status_open:hover,
.status_reset,
.status_reset:active,
.status_reset:focus,
.status_reset:hover {
    cursor: pointer;
    font-family: Roboto, sans-serif;
    color: #fffefc;
    text-decoration: underline
}

.load-more .load-more__btn {
    border: none;
    text-transform: unset;
    font-size: 1rem;
    box-shadow: none
}

.load-more .load-more__btn:hover {
    background-color: unset
}

.load-more .load-more__btn span {
    letter-spacing: 0
}

.collection-matrix.loading-in-progress+.load-more__icon {
    display: none
}

.contact-form-stripe {
    position: relative;
    background: #4c4c4c;
    color: #fffefc
}

@media only screen and (max-width:798px) {
    .contact-form-stripe.dav-block-vspace--big {
        padding-top: 0;
        padding-bottom: 0
    }
}

.contact-form-stripe .contact-form-stripe__title {
    color: #fffefc
}

@media only screen and (max-width:798px) {
    .contact-form-stripe .contact-form-stripe__text {
        font-size: .875rem
    }
}

.contact-form-stripe .contact-form-stripe__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    position: relative;
    z-index: 2
}

.contact-form-stripe .contact-form-stripe__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-form-stripe .contact-form-stripe__bg[data-lazy].lzloaded {
    opacity: .1
}

.contact-form-stripe .contact-form-stripe__col {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    padding: 0 20px
}

@media only screen and (max-width:1024px) {
    .contact-form-stripe .contact-form-stripe__col {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only screen and (max-width:798px) {
    .contact-form-stripe .contact-form-stripe__col {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 20px 0
    }
}

.contact-form-stripe .contact-form__row {
    padding-bottom: 30px
}

.contact-form-stripe .mdc-checkbox+label,
.contact-form-stripe .mdc-radio+label {
    color: #fffefc
}

.contact-form-stripe .mdc-checkbox+label a,
.contact-form-stripe .mdc-radio+label a {
    color: #fffefc;
    font-style: underline
}

.contact-form-stripe .contact-form__btn-wrap {
    text-align: center
}

.contact-form-stripe .contact-form__btn {
    background: #4c4c4c;
    color: #fffefc;
    text-decoration: underline;
    text-transform: none
}

.contact-form-stripe #contact_form .action_button {
    display: inline-block;
    background: #4c4c4c
}

.contact-form-stripe #contact_form .action_button:active,
.contact-form-stripe #contact_form .action_button:focus,
.contact-form-stripe #contact_form .action_button:hover {
    background: #4d4d4d
}

.contact-form-stripe .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-55%) scale(.75)
}

.contact-form-stripe .mdc-text-field--textarea .mdc-text-field__input {
    margin-top: 20px
}

#contact_form .action_button:disabled {
    opacity: .5
}

.timeline .timeline__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    padding: 0 0 0 20px
}

.timeline .timeline__title {
    padding: 0 20px 50px;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media only screen and (max-width:798px) {
    .timeline .timeline__title {
        padding: 0 0 20px;
        font-size: 2.25rem
    }
}

.timeline .timeline__inner {
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .timeline .timeline__inner {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 20px
    }
}

@media only screen and (max-width:798px) {
    .timeline .timeline__inner {
        margin-left: 0
    }
}

.timeline .timeline__inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #949494
}

@media only screen and (max-width:1024px) {
    .timeline .timeline__inner:before {
        top: 50px
    }
}

.timeline .timeline__scroll {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    overflow-x: auto
}

.timeline .timeline__scroll::-webkit-scrollbar-track {
    background-color: #fffefc
}

.timeline .timeline__scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.timeline .timeline__scroll::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.timeline .timeline__scroll::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.timeline .timeline__item {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-basis: 25vw;
    -ms-flex-preferred-size: 25vw;
    flex-basis: 25vw;
    padding: 0 20px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .timeline .timeline__item {
        -ms-flex-basis: 42.85714vw;
        -ms-flex-preferred-size: 42.85714vw;
        flex-basis: 42.85714vw
    }
}

@media only screen and (max-width:480px) {
    .timeline .timeline__item {
        -ms-flex-basis: 75vw;
        -ms-flex-preferred-size: 75vw;
        flex-basis: 75vw;
        padding: 0 10px
    }
}

.timeline .timeline__item:first-child {
    padding-left: 0
}

.timeline .timeline__item:nth-child(2n) .timeline__item__title {
    margin-bottom: 100px
}

.timeline .timeline__item__title {
    font-size: 1.625rem;
    line-height: 1em;
    height: 3.3em;
    overflow: hidden;
    margin-bottom: 40px;
    color: #4c4c4c
}

@media only screen and (max-width:798px) {
    .timeline .timeline__item__title {
        font-size: 1.125rem
    }
}

.timeline .timeline__item__title.title-small {
    font-size: 4.75rem;
    font-family: PT Sans Narrow, sans-serif;
    color: #4c4c4c;
    height: auto;
    text-align: center
}

@media only screen and (max-width:1024px) {
    .timeline .timeline__item__title.title-small {
        font-size: 2.25rem;
        margin-bottom: 20px
    }
}

.timeline .timeline__item__image {
    margin-bottom: 20px
}

.timeline .timeline__item__year {
    display: block;
    font-size: 1.25rem;
    color: #4c4c4c
}

.timeline .timeline__item__text {
    margin: 15px 0
}

.timeline .timeline__item__text,
.timeline .timeline__item__text p {
    font-size: .875rem
}

.timeline .timeline__item__url {
    color: #4c4c4c;
    font-family: Roboto, sans-serif
}

.timeline .timeline__item__url,
.timeline .timeline__item__url:active,
.timeline .timeline__item__url:focus,
.timeline .timeline__item__url:hover {
    text-decoration: underline
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    transition: 0.3s all;
}

.modal.bs-modal {
    margin: 0;
    background: transparent;
    padding-right: 0 !important
}

.modal.bs-modal::-webkit-scrollbar-track {
    background-color: #fffefc
}

.modal.bs-modal::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.modal.bs-modal::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.modal.bs-modal::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fffefc;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid #fffefc
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    color: #4c4c4c;
    height: auto;
    min-height: 0;
    outline: none
}

.modal-header .close span {
    font-size: 50px;
    line-height: .5em
}

.modal-title {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 2rem;
    padding: 0
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-body.no-pad {
    padding: 0
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #fffefc
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-video-full {
    height: 90vh
}

input:-webkit-autofill {
    animation-name: d;
    transition: background-color 50000s ease-in-out 0s
}

.mdc-form-field {
    letter-spacing: 0
}

.mdc-text-field {
    border-radius: 0;
    width: 100%
}

.mdc-text-field input {
    margin-bottom: 0
}

.mdc-text-field input[type=color],
.mdc-text-field input[type=date],
.mdc-text-field input[type=email],
.mdc-text-field input[type=month],
.mdc-text-field input[type=number],
.mdc-text-field input[type=password],
.mdc-text-field input[type=range],
.mdc-text-field input[type=search],
.mdc-text-field input[type=tel],
.mdc-text-field input[type=text],
.mdc-text-field input[type=time],
.mdc-text-field input[type=url],
.mdc-text-field input[type=week],
.mdc-text-field select,
.mdc-text-field textarea {
    font-family: PT Sans Narrow, sans-serif;
    color: #4c4c4c;
    font-size: .875rem;
    min-height: 0;
    height: inherit;
    padding: 16px 15px
}

.mdc-text-field option:disabled {
    color: #bfbfbf;
}

@media only screen and (max-width:798px) {

    .mdc-text-field input[type=color],
    .mdc-text-field input[type=date],
    .mdc-text-field input[type=email],
    .mdc-text-field input[type=month],
    .mdc-text-field input[type=number],
    .mdc-text-field input[type=password],
    .mdc-text-field input[type=range],
    .mdc-text-field input[type=search],
    .mdc-text-field input[type=tel],
    .mdc-text-field input[type=text],
    .mdc-text-field input[type=time],
    .mdc-text-field input[type=url],
    .mdc-text-field input[type=week],
    .mdc-text-field select,
    .mdc-text-field textarea {
        font-size: 16px
    }
}

.mdc-text-field .mdc-line-ripple {
    background-color: transparent
}

.mdc-floating-label {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
    padding-right: 10px;
    line-height: 1em;
    letter-spacing: .8px;
    margin-top: 12px
}

.mdc-floating-label--float-above {
    width: 125%
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #4c4c4c
}

.mdc-text-field--textarea,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
}

.mdc-text-field--textarea .mdc-text-field__input {
    border-radius: 0
}

.mdc-text-field--textarea .mdc-notched-outline {
    font-family: PT Sans Narrow, sans-serif;
    color: #4c4c4c;
    font-size: .875rem
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0
}

.mdc-text-field--textarea .mdc-floating-label {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #ccc !important;
    border-width: 1px
}

.mdc-select {
    width: 100%;
    border-radius: 0
}

.mdc-select .mdc-floating-label {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem
}

.mdc-select .mdc-floating-label--float-above {
    transform: translateY(-72%) scale(1);
    color: #4c4c4c !important;
    font-size: .75rem
}

.mdc-select .mdc-line-ripple {
    background-color: transparent
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #ccc
}

.mdc-select .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%
}

.mdc-select__native-control {
    background-image: none;
    background-color: #fffefc;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: background .2s ease-in-out;
    font-size: .8125rem
}

.mdc-checkbox+label,
.mdc-radio+label {
    font-size: .8125rem;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 0;
    font-family: PT Sans Narrow, sans-serif
}

.mdc-checkbox+label,
.mdc-debug-check-label,
.mdc-radio+label {
    font-weight: 400;
    cursor: pointer;
    text-transform: none;
    top: 4px;
    padding-left: 5px;
    position: relative
}

.mdc-debug-check-label {
    font-size: .875rem;
    color: #333;
    margin-bottom: 0;
    margin: 7px 0 0 32px
}

.mdc-checkbox__background {
    border-width: 1px;
    border-radius: 0
}

.newsletter-overlay .newsletter-overlay__dialog {
    min-height: 500px;
    max-width: 920px;
    margin: 1.75rem auto
}

@media only screen and (max-width:1024px) {
    .newsletter-overlay .newsletter-overlay__dialog {
        max-width: 90vw
    }
}

.newsletter-overlay .newsletter-overlay__body {
    display: -ms-flexbox;
    display: flex
}

.newsletter-overlay .newsletter-overlay__img-wrap {
    -ms-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    background-size: cover;
    background-position: 50%
}

@media only screen and (max-width:798px) {
    .newsletter-overlay .newsletter-overlay__img-wrap {
        display: none
    }
}

.newsletter-overlay .newsletter-overlay__content-wrap {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0 20px 30px
}

.newsletter-overlay .newsletter-overlay__title {
    margin-bottom: 20px
}

.newsletter-overlay .newsletter-overlay__text {
    font-size: .8125rem
}

.newsletter-overlay .newsletter-overlay__input-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0
}

.newsletter-overlay .newsletter-overlay__radios {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.newsletter-overlay .newsletter-overlay__radios label {
    padding-left: 0
}

.newsletter-overlay .newsletter-overlay__radios .mdc-form-field {
    margin-right: 15px
}

.newsletter-overlay .newsletter-overlay__submit {
    height: auto;
    background: #4c4c4c
}

.newsletter-overlay .newsletter-overlay__submit:focus,
.newsletter-overlay .newsletter-overlay__submit:hover {
    background: #4b4b4b
}

.newsletter-overlay .newsletter-overlay__submit svg {
    fill: #fffefc
}

.newsletter-overlay .modal-header {
    padding: 15px 0 30px
}

@media only screen and (min-width:1025px) {
    div.courses-list-container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px
    }
}

div.courses-list-container .article {
    padding-bottom: 0
}

.courses-list-outer-wrap {
    background: #fffefc
}

.course-card {
    padding: 40px 20px;
    background: #b7b7b7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.course-card .course-card__col {
    padding: 0 20px
}

.course-card .course-card__col.left-col {
    -ms-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%
}

@media only screen and (max-width:798px) {
    .course-card .course-card__col.left-col {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 20px;
        display: -ms-flexbox;
        display: flex
    }
}

.course-card .course-card__col.right-col {
    -ms-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%
}

@media only screen and (max-width:798px) {
    .course-card .course-card__col.right-col {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0
    }
}

.course-card .course-card__title {
    font-family: Roboto, sans-serif;
    font-size: 1.375rem;
    color: #4c4c4c;
    text-transform: none;
    margin-bottom: 0
}

.course-card .course-card__sup-title {
    font-family: Roboto, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    color: #4c4c4c;
    line-height: 1.2em
}

.course-card .course-card__excerpt,
.course-card .course-card__property {
    font-size: .875rem;
    color: #4c4c4c
}

.course-card .course-card__prop-title {
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: .625rem;
    line-height: 1.2em
}

.course-card .course-card__artist-name {
    color: #4c4c4c;
    display: block;
    font-size: .8125rem;
    line-height: 1.2em
}

.course-card .course-card__link {
    display: inline-block;
    margin-top: 15px;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    text-decoration: underline
}

.course-card .course-card__artist-pic {
    padding: 10px 0
}

.course-card .course-card__artist-pic img {
    border-radius: 50%;
    max-width: 70px;
    margin: 0
}

.course-card .course-card__artist-pic .image-element__wrap {
    margin: 0
}

.course-card .course-card__artist {
    margin-bottom: 15px
}

@media only screen and (max-width:798px) {
    .course-card .course-card__artist {
        margin-right: 20px
    }
}

.course-card .course-card__level-meter span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--dav-img-url-davines-leaf) no-repeat 50%;
    opacity: .3
}

.course-card .course-card__level-meter.l-1 span:first-child,
.course-card .course-card__level-meter.l-2 span:first-child,
.course-card .course-card__level-meter.l-2 span:nth-child(2),
.course-card .course-card__level-meter.l-3 span:first-child,
.course-card .course-card__level-meter.l-3 span:nth-child(2),
.course-card .course-card__level-meter.l-3 span:nth-child(3),
.course-card .course-card__level-meter.l-4 span:first-child,
.course-card .course-card__level-meter.l-4 span:nth-child(2),
.course-card .course-card__level-meter.l-4 span:nth-child(3),
.course-card .course-card__level-meter.l-4 span:nth-child(4) {
    opacity: 1
}

.courses-matrix {
    margin: 0;
    padding-top: 20px
}

.courses-matrix .courses-matrix__item:nth-of-type(2n) {
    margin-top: 40px
}

@media only screen and (max-width:798px) {
    .courses-matrix .courses-matrix__item:nth-of-type(2n) {
        margin-top: 30px
    }
}

@media only screen and (max-width:480px) {
    .courses-matrix .courses-matrix__item:nth-of-type(2n) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1025px) {
    div.events-list-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.blog-matrix {
    margin: 0;
    padding-top: 20px
}

.blog-matrix .blog-matrix__item {
    margin-bottom: 30px
}

.blog-matrix .blog-matrix__item:nth-of-type(2n) {
    margin-top: 60px
}

@media only screen and (max-width:798px) {
    .blog-matrix .blog-matrix__item:nth-of-type(2n) {
        margin-top: 30px
    }
}

@media only screen and (max-width:480px) {
    .blog-matrix .blog-matrix__item:nth-of-type(2n) {
        margin-top: 0
    }
}

.blog-matrix .dav-card__text {
    line-height: 1.4em
}

.blog-events .visual-inner {
    margin-bottom: 0
}

.blog-events .dav-card .btn-link-underlined {
    font-size: 1rem
}

@media only screen and (max-width:1024px) {
    .blog-events .dav-card .btn-link-underlined {
        display: inline-block;
        margin-top: 15px
    }
}

.blog-events .blog-title {
    font-size: 2.25rem;
    padding: 20px 0;
    margin: 0
}

.blog-events .fixed-filters {
    transition: all .2s ease-in-out;
    transform: translateY(100%)
}

.blog-events .fixed-filters.up {
    transform: translateY(0)
}

.single-event__details {
    padding-left: 20px;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:1024px) {
    .single-event__details {
        padding-left: 0;
        margin-top: 15px
    }
}

.single-event__details-block {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 1.4em;
    color: #4c4c4c
}

.single-event__details-block+.single-event__details-block {
    margin-top: 10px
}

.single-event__details-icon {
    position: absolute;
    left: 0;
    top: 0
}

.blog-highlight-box {
    background: #b7b7b7;
    padding: 20px
}

.visual-inner .blog-highlight-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 83.33333%
}

@media only screen and (max-width:798px) {
    .visual-inner .blog-highlight-box {
        display: none
    }
}

.blog-highlight-box--mobile .blog-highlight-box {
    position: relative;
    margin-top: -150px;
    width: 91.66667%
}

@media only screen and (min-width:799px) {
    .blog-highlight-box--mobile .blog-highlight-box {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .blog-highlight-box {
        padding: 20px 40px
    }
}

.blog-highlight-box .blog-highlight-box__row {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:798px) {
    .blog-highlight-box .blog-highlight-box__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog-highlight-box .blog-highlight-box__row.details-row>* {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin: 0 20px
}

.blog-highlight-box .blog-highlight-box__row.details-row>:first-child {
    margin-left: 0
}

.blog-highlight-box .blog-highlight-box__row.details-row>:last-child {
    margin-right: 0
}

@media only screen and (max-width:798px) {
    .blog-highlight-box .blog-highlight-box__row.details-row>* {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 15px
    }
}

.blog-highlight-box .blog-highlight-box__title-wrap {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px
}

.blog-highlight-box .blog-highlight-box__title {
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (max-width:1024px) {
    .blog-highlight-box .blog-highlight-box__text {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.blog-highlight-box .blog-highlight-box__text,
.blog-highlight-box .blog-highlight-box__text p {
    line-height: 1.3em;
    font-size: .875rem
}

.blog-highlight-box .blog-highlight-box__btn {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.blog-highlight-box .blog-highlight-box__sub-title {
    font-size: .75rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    letter-spacing: 0
}

@media only screen and (max-width:480px) {
    .page-dav-sustainable-beauty {
        overflow-x: hidden
    }

    .page-dav-sustainable-beauty .visual-inner {
        margin-bottom: 0
    }
}

.text-area-with-image {
    font-family: Roboto, sans-serif;
    background: var(--dav-img-url-sustainable_background) 100% no-repeat
}

@media only screen and (max-width:1024px) {
    .text-area-with-image {
        background-image: none
    }
}

.text-area-with-image .dav-block-vspace {
    margin-left: 15px
}

.text-area-with-image .text-area-with-image__text-big {
    font-size: 1.625rem;
    color: #4c4c4c
}

.text-area-with-image .text-area-with-image__text-small {
    font-size: 1rem;
    color: #4c4c4c;
    line-height: 22px;
    margin-top: 39px
}

@media only screen and (max-width:480px) {
    .text-area-with-image {
        background: none
    }

    .text-area-with-image .dav-block-vspace {
        margin-top: 0;
        padding-top: 0
    }

    .text-area-with-image .text-area-with-image__text-small {
        margin-left: 8.33333%
    }
}

.text-with-image {
    background: #b7b7b7;
    overflow: hidden
}

@media only screen and (max-width:480px) {
    .text-with-image .column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.text-with-image .dav-block-vspace {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:480px) {
    .text-with-image .dav-block-vspace {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.text-with-image .text-with-image__text {
    color: #4c4c4c;
    font-size: 1rem;
    font-family: PT Sans Narrow, sans-serif;
    line-height: 22px;
    overflow: hidden
}

@media only screen and (max-width:480px) {
    .text-with-image .text-with-image__text {
        width: 100%;
        display: block;
        clear: both;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .text-with-image .image-full-col {
        display: none
    }
}

.text-with-decoration {
    background: #fffefc;
    padding: 0;
    margin: 0 auto;
    background: #fff
}

.text-with-decoration .container {
    padding: 0;
    background: #fff
}

.text-with-decoration .image-bg {
    background: var(--dav-img-url-sustainable_tree) 0 100% no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0
}

@media only screen and (max-width:798px) {
    .text-with-decoration .image-bg {
        background-size: auto 75%
    }
}

.text-with-decoration .dav-block-vspace {
    padding: 0;
    margin: 0 auto
}

.text-with-decoration .text-with-decoration__heading {
    margin-top: 100px
}

.text-with-decoration .text-with-decoration__heading h1 {
    text-transform: none
}

.text-with-decoration .text-with-decoration__text-big {
    margin-bottom: 37px
}

.text-with-decoration .text-with-decoration__text-big,
.text-with-decoration .text-with-decoration__text-big p {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    line-height: 1.1em
}

.text-with-decoration .text-with-decoration__text-small {
    margin-bottom: 100px
}

.text-with-decoration .text-with-decoration__text-small,
.text-with-decoration .text-with-decoration__text-small p {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    line-height: 1.4em
}

@media only screen and (min-width:799px) {
    .text-with-decoration .dav-block-vspace {
        padding: 0;
        margin: 0 auto;
        width: 100%
    }
}

@media only screen and (max-width:798px) {
    .text-with-decoration .dav-block-vspace {
        padding: 0;
        margin: 0 auto;
        width: auto
    }
}

@media only screen and (max-width:480px) {
    .text-with-decoration {
        background: none;
        background-size: 25%;
        padding-bottom: 0;
        margin-left: 8.33333%
    }

    .text-with-decoration .image-bg {
        background: none;
        background-size: contain
    }

    .text-with-decoration .dav-block-vspace {
        padding: 0;
        margin: 0 auto;
        width: 100%
    }

    .text-with-decoration .text-with-decoration__heading {
        margin-top: 41px
    }

    .text-with-decoration .text-with-decoration__heading h1 {
        font-size: 2.0625rem
    }

    .text-with-decoration .text-with-decoration__text-big {
        font-size: 1.5rem
    }

    .text-with-decoration .text-with-decoration__text-small {
        font-size: 1.125rem;
        margin-left: 8.33333%
    }

    .text-with-decoration .image-full-col {
        display: none
    }
}

.green-banner {
    background-color: #86af9d;
    font-family: PT Sans Narrow, sans-serif;
    color: #fffefc;
    padding-top: 58px
}

.green-banner .green-item p {
    min-height: 150px
}

.green-banner .swipetosee {
    display: none
}

@media only screen and (max-width:1024px) {
    .green-banner .swipetosee {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: #4c4c4c
    }
}

@media only screen and (max-width:1024px) {
    .green-banner .dav-block-vspace {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: scroll
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar-track {
        background-color: #86af9d
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar:horizontal {
        width: 6px;
        height: 6px
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }

    .green-banner .green-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width:480px) {
    .green-banner .dav-block-vspace {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: scroll
    }

    .green-banner .green-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 75%
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar-track {
        background-color: #86af9d
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar:horizontal {
        width: 6px;
        height: 6px
    }

    .green-banner .dav-block-vspace::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }

    .green-banner .three-twelfths {
        width: 25%;
        margin-right: 20px
    }

    .green-banner .nine-twelfths {
        width: 66.66667%
    }
}

.green-banner h2 {
    margin: 0;
    font-size: 2rem;
    padding: 0;
    color: #fffefc;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.green-banner .btn-primary__text {
    color: #fffefc
}

.quote-block {
    display: grid;
    background: vaf(--dav-img-url-sustainable_background) no-repeat;
    background-position: 100% 110%
}

@media only screen and (max-width:798px) {
    .quote-block {
        background-position: 100% 103%;
        background-size: 44% auto;
        overflow: hidden
    }
}

.quote-block .quote-container {
    position: relative;
    margin: 70px 0
}

.quote-block .quote-container .bigquotes {
    font-size: 22.75rem;
    font-family: Roboto, sans-serif;
    color: #949494;
    position: absolute;
    top: 115px;
    z-index: 1
}

.quote-block .quote-container .quote-block__text {
    position: relative;
    top: 0;
    left: 20px;
    font-size: 2.625rem;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .quote-block .quote-container .quote-block__text {
        font-size: 1.625rem
    }
}

.quote-block .quote-container .quote-block__author {
    font-size: .875rem;
    color: #333;
    font-family: Roboto, sans-serif
}

.village-stripe-env {
    background: #fffefc
}

.village-stripe-env.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    color: #fffefc;
    padding-top: 30px;
    padding-bottom: 30px
}

.village-stripe-env.bg-image .village-stripe-env__title {
    font-size: 2.25rem;
    line-height: 1em;
    color: #fffefc
}

@media only screen and (max-width:798px) {
    .village-stripe-env.bg-image .village-stripe-env__title {
        font-size: 1.375rem
    }
}

.village-stripe-env.bg-image .village-stripe-env__item {
    color: #fffefc
}

.village-stripe-env.bg-image .village-stripe-env__icon svg,
.village-stripe-env.bg-image .village-stripe-env__icon svg path,
.village-stripe-env.bg-image .village-stripe-env__icon svg polygon,
.village-stripe-env.bg-image .village-stripe-env__icon svg rect {
    fill: #fffefc !important
}

.village-stripe-env.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: all .4s ease-in-out;
    z-index: 6;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:1024px) {
    .village-stripe-env.sticky-bottom {
        display: none
    }
}

.village-stripe-env.sticky-bottom.visible {
    transform: translateY(0)
}

.village-stripe-env .village-stripe-env__container {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width:798px) {
    .village-stripe-env .village-stripe-env__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.village-stripe-env .village-stripe-env__title-wrap {
    padding: 0 20px;
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

@media only screen and (max-width:1024px) {
    .village-stripe-env .village-stripe-env__title-wrap {
        -ms-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media only screen and (max-width:798px) {
    .village-stripe-env .village-stripe-env__title-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px
    }
}

.village-stripe-env .village-stripe-env__title {
    font-size: 1.375rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.3em;
    margin: 0
}

.village-stripe-env .village-stripe-env__title>span {
    display: block;
    padding-left: 40px
}

.village-stripe-env .village-stripe-env__item {
    font-size: .875rem;
    padding: 10px 20px 0;
    color: #4c4c4c;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

@media only screen and (max-width:798px) {
    .village-stripe-env .village-stripe-env__item {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width:1024px) {
    .village-stripe-env .village-stripe-env__item {
        -ms-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media only screen and (max-width:798px) {
    .village-stripe-env .village-stripe-env__item {
        -ms-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
}

@media only screen and (max-width:480px) {
    .village-stripe-env .village-stripe-env__item {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:798px) {
    .village-stripe-env .village-stripe-env__icon {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end
    }
}

.village-stripe-env .village-stripe-env__text {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    line-height: 1.4em
}

.village-stripe-env .village-stripe-env__text .value {
    font-size: 1.25rem
}

@media only screen and (max-width:798px) {

    .village-stripe-env .village-stripe-env__text .description,
    .village-stripe-env .village-stripe-env__text .value {
        font-size: .75rem;
        line-height: 1.6em
    }
}

.village-stripe-env .village-stripe-env__text .apex {
    font-size: .625rem;
    vertical-align: super
}

@media only screen and (max-width:798px) {
    .village-stripe-env .village-stripe-env__text {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.partners-block {
    background: var(--dav-img-url-decoration-leaves) no-repeat 100% 0
}

@media only screen and (max-width:798px) {
    .partners-block {
        background-image: none
    }
}

.partners-block .partner__title {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 20px;
    margin: 0 0 30px;
    position: relative
}

@media only screen and (max-width:480px) {
    .partners-block .partner__title {
        padding: 0
    }
}

.partners-block .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .partners-block .items {
        width: 100%
    }
}

.partners-block .items .item {
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width:480px) {
    .partners-block .items .item {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }
}

.partners-block .items .item img {
    width: 110px;
    margin: 30px 0
}

@media only screen and (min-width:1401px) {
    .blog-howto .blog-matrix .dav-card__img-overlay .organic-blob {
        width: 120px;
        height: 120px
    }
}

@media only screen and (max-width:1400px) {
    .blog-howto .blog-matrix .howto-highlight .dav-card__img-overlay .organic-blob {
        width: 120px;
        height: 120px
    }
}

@media only screen and (max-width:480px) {
    .blog-howto .blog-matrix .howto-highlight .dav-card__img-overlay .organic-blob {
        width: 70px;
        height: 70px
    }
}

.howto-highlight {
    margin-left: 0
}

.howto-highlight .dav-card {
    margin-bottom: 40px
}

@media only screen and (min-width:1025px) {
    .howto-highlight .dav-card {
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 40px 0 100px;
        position: relative
    }

    .howto-highlight .dav-card:after {
        content: "";
        display: block;
        position: absolute;
        height: 50%;
        width: 41.66667%;
        left: 0;
        bottom: 40px;
        z-index: 1;
        background: #949494
    }

    .howto-highlight .dav-card .dav-card__content {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: auto;
        padding: 40px;
        margin: 0 0 -60px 8.33333%;
        position: relative;
        z-index: 2
    }

    .howto-highlight .dav-card .dav-card__img {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        position: relative;
        z-index: 2
    }

    .howto-highlight .dav-card .dav-card__title {
        font-size: 2rem
    }

    .howto-highlight .dav-card .dav-card__text,
    .howto-highlight .dav-card .dav-card__text p {
        font-size: 1rem
    }

    .howto-highlight .dav-card .image-element__wrap {
        margin: 0;
        max-width: 100% !important
    }
}

.page-dav-village-section .anchors-menu {
    height: 0;
    overflow: hidden
}

.page-dav-village-section .anchors-menu.sticky-top {
    height: auto;
    overflow: visible
}

.text-area-with-quote {
    font-size: 10px
}

.text-area-with-quote .container {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .text-area-with-quote .container {
        width: 100%
    }
}

.text-area-with-quote .container .text-area-with-quote-sx {
    padding-left: 40px;
    margin: 0;
    border-bottom: 1px solid #4c4c4c;
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    padding-right: 16.66667%
}

@media only screen and (max-width:798px) {
    .text-area-with-quote .container .text-area-with-quote-sx {
        padding: 0 20px
    }
}

.text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big {
    width: 100%;
    color: #4c4c4c
}

.text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big,
.text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big p {
    font-size: 1.625rem;
    line-height: 1.1em
}

@media only screen and (max-width:1024px) {

    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big,
    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big p {
        font-size: 1.375rem
    }
}

@media only screen and (max-width:798px) {

    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big,
    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big p {
        font-size: 1.125rem
    }
}

.text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__small {
    width: 75%;
    margin-left: 16.66667%;
    padding-bottom: 58px;
    padding-top: 20px;
    font-family: PT Sans Narrow, sans-serif;
    color: #4c4c4c
}

.text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__small,
.text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__small p {
    font-size: 1rem;
    line-height: 1.5em
}

@media only screen and (max-width:798px) {

    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__small,
    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__small p {
        margin-left: 8.33333%;
        width: 91.66667%;
        font-size: .9375rem
    }
}

@media only screen and (max-width:480px) {
    .text-area-with-quote .container {
        width: 100%
    }

    .text-area-with-quote .container .text-area-with-quote-sx {
        padding-left: 20px;
        border-bottom: none;
        padding-right: 8.33333%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__big {
        width: 100%;
        font-size: 1.125rem;
        color: #4c4c4c
    }

    .text-area-with-quote .container .text-area-with-quote-sx .text-area-with-quote__small {
        width: 91.66667%;
        margin-left: 8.33333%;
        font-size: .875rem;
        padding-bottom: 58px;
        font-family: PT Sans Narrow, sans-serif;
        color: #4c4c4c
    }
}

.text-area-with-quote .container .text-area-with-quote-mobile {
    display: none
}

.text-area-with-quote .container .text-area-with-quote-dx {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__roof {
    height: 134px;
    background: var(--dav-img-url-sustainability-roof) 0 100% no-repeat;
    background-size: 100% 100%
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #4c4c4c;
    font-size: 1.625rem;
    width: 66.66667%;
    padding-left: 4.16667%;
    position: relative;
    padding-bottom: 30px
}

@media only screen and (max-width:1024px) {
    .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote {
        width: 83.33333%
    }
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box {
    position: relative;
    padding-left: 8.33333%;
    padding-top: 30px
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .quote_simbol {
    color: #949494;
    font-size: 22.75rem;
    position: absolute;
    left: 0;
    z-index: 0;
    line-height: .65em
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .author,
.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .text {
    position: relative;
    z-index: 2
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .text,
.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .text p {
    font-size: 1.625rem;
    line-height: 1.1em;
    font-weight: 400;
    color: #4c4c4c
}

@media only screen and (max-width:1024px) {

    .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .text,
    .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .text p {
        font-size: 1.25rem
    }
}

@media only screen and (max-width:798px) {

    .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .text,
    .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .text p {
        font-size: 1.125rem;
        line-height: 1.2em
    }
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .author {
    font-size: .875rem
}

.text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box p {
    margin: 0
}

@media only screen and (max-width:480px) {
    .text-area-with-quote .container {
        padding: 0;
        margin: 0
    }

    .text-area-with-quote .container .text-area-with-quote-dx {
        width: 91.66667%;
        padding-right: 0;
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }

    .text-area-with-quote .container .text-area-with-quote-mobile {
        width: 8.33333%;
        border-bottom: 1px solid #4c4c4c;
        display: block
    }

    .text-area-with-quote .container .text-area-with-quote__quote {
        width: 91.66667%
    }

    .text-area-with-quote .container .text-area-with-quote__quote .quote_box {
        padding-left: 16.66667%
    }

    .text-area-with-quote .container .text-area-with-quote__quote .quote_box .text {
        font-size: 1.25rem;
        font-weight: 400;
        color: #4c4c4c;
        width: 100%;
        display: block
    }

    .text-area-with-quote .container .text-area-with-quote__quote .quote_box .author {
        display: block;
        margin: 20px 0;
        font-size: .8125rem
    }
}

@media only screen and (max-width:798px) {
    .text-area-with-quote>.container {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    #shopify-section-page-dav-village-template {
        overflow-x: hidden
    }
}

.village-space-concept {
    font-size: 10px;
    padding-top: 40px
}

.village-space-concept .container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: var(--dav-img-url-Illustrazione-albero) 0 100% no-repeat;
    background-position: 0 98%
}

@media only screen and (max-width:480px) {
    .village-space-concept .container {
        background: none
    }
}

.village-space-concept .container .village-space-concept-sx {
    width: 66.66667%;
    margin: 0;
    padding: 0
}

.village-space-concept .container .village-space-concept-sx .village-space-concept__image {
    margin-left: 8.33333%;
    height: 0;
    margin-top: 40px;
    padding-top: 40%;
    background-size: contain
}

@media only screen and (max-width:1024px) {
    .village-space-concept .container .village-space-concept-sx .village-space-concept__image {
        padding-top: 80%
    }
}

.village-space-concept .container .village-space-concept-sx .village-space-concept__content {
    background: #f7f6f2;
    position: relative;
    margin-top: -220px;
    padding-left: 40px;
    width: 75%;
    margin-left: 25%;
    z-index: 8;
    padding-right: 40px
}

.village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_title {
    font-size: 2.625rem;
    line-height: 1em;
    padding: 40px 0 20px;
    font-family: Roboto, sans-serif
}

@media only screen and (max-width:1024px) {
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_title {
        font-size: 2rem
    }
}

.village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_big,
.village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_big p {
    font-size: 1.625rem;
    line-height: 1.2em;
    font-family: Roboto, sans-serif;
    color: #4c4c4c
}

@media only screen and (max-width:798px) {

    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_big,
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_big p {
        font-size: 1.375rem;
        line-height: 1.2em
    }
}

.village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_small {
    padding-top: 40px;
    width: 66.66667%;
    margin-left: 16.66667%
}

@media only screen and (max-width:1024px) {
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_small {
        width: 100%;
        margin-left: 0
    }
}

.village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_small,
.village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_small p {
    font-size: .875rem;
    line-height: 1.4em
}

@media only screen and (max-width:480px) {
    .village-space-concept .container .village-space-concept-sx {
        width: 100%;
        margin: 0;
        background: transparent
    }

    .village-space-concept .container .village-space-concept-sx .container {
        background: transparent
    }

    .village-space-concept .container .village-space-concept-sx .village-space-concept__image {
        margin-left: 0;
        height: 0;
        margin-top: 0;
        padding-top: 60%;
        background-size: cover;
        background-position: 50%
    }
}

@media only screen and (max-width:480px) and (max-width:798px) {
    .village-space-concept .container .village-space-concept-sx .village-space-concept__image {
        padding-top: 120%
    }
}

@media only screen and (max-width:480px) {
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content {
        margin: -100px 0 0;
        width: 100%;
        background: transparent;
        margin-left: 0;
        padding-left: 0
    }

    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__header {
        width: 75%;
        background: #b7b7b7
    }
}

@media only screen and (max-width:480px) and (max-width:798px) {
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__header {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) {
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_title {
        font-size: 1.25rem;
        font-family: Roboto, sans-serif;
        margin: 0;
        padding: 20px 8.33333%
    }

    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_big {
        background: #b7b7b7;
        margin: 0;
        padding: 0 8.33333%
    }

    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_big,
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_big p {
        font-size: 1.125rem;
        font-family: Roboto, sans-serif;
        color: #4c4c4c
    }

    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_small {
        width: 91.66667%;
        margin: 0;
        padding-left: 16.66667%;
        padding-top: 10px
    }

    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_small,
    .village-space-concept .container .village-space-concept-sx .village-space-concept__content .village-space-concept__content_small p {
        font-size: .875rem;
        line-height: 1.4em;
        color: #4c4c4c
    }
}

.village-space-concept .village-space-concept-dx {
    background: var(--dav-img-url-village_concept) 100% 0 no-repeat;
    width: 33.33333%;
    margin: 0;
    padding: 89px 0 0
}

.village-space-concept .village-space-concept-dx .village-space-concept__image {
    height: 0;
    margin-top: 40px;
    padding-top: 793px;
    background-size: contain
}

@media only screen and (max-width:480px) {
    .village-space-concept .village-space-concept-dx {
        width: 100%;
        margin: 0
    }

    .village-space-concept .village-space-concept-dx .village-space-concept__image {
        display: none
    }

    .village-space-concept .village-space-concept-dx .village-space-concept__content {
        margin: -84px 0 0
    }
}

.village-architectural-design .village-architectural-design-container {
    margin: 0
}

.village-architectural-design .village-architectural-design__title {
    padding: 0;
    margin-left: 8.33333%;
    width: 83.33333%;
    padding: 30px 0
}

.village-architectural-design .village-architectural-design__author {
    width: 83.33333%;
    margin: 20px 8.33333%
}

.village-architectural-design .village-architectural-design__author span {
    font-size: .75rem;
    color: #4c4c4c;
    display: block
}

.village-architectural-design .village-architectural-design__author span:first-child {
    font-size: 1.875rem
}

.village-architectural-design .village-architectural-design__images {
    margin: auto 8.33333%
}

.village-architectural-design .village-architectural-design__image1 {
    height: 0;
    width: 33.33333%;
    background-size: contain;
    padding-top: 33.3%;
    margin: 0
}

.village-architectural-design .village-architectural-design__image2 {
    width: 66.66667%;
    height: 0;
    padding-top: 46%;
    margin: 0;
    background-size: cover;
    margin-top: -66px
}

.village-architectural-design .village-architectural-design__bio {
    width: 25%;
    margin-left: 11.25%;
    margin-top: -165px;
    background: #b7b7b7;
    padding: 45px 40px;
    font-size: .875rem
}

.village-architectural-design .village-architectural-design__handmade {
    width: 100%;
    height: 0;
    padding-top: 7%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}

@media only screen and (max-width:798px) {
    .village-architectural-design .village-architectural-design__bio {
        width: 75%;
        margin-left: 16.66667%;
        margin-top: -60px;
        background: #b7b7b7;
        padding: 25px 20px;
        font-size: .875rem
    }
}

@media only screen and (max-width:480px) {
    .village-architectural-design {
        padding: 0;
        margin: 0
    }

    .village-architectural-design .container {
        width: 100%;
        margin: 0 auto;
        padding: 0
    }

    .village-architectural-design .village-architectural-design__images {
        margin: 0
    }

    .village-architectural-design .village-architectural-design__image1 {
        height: 0;
        width: 33.33333%;
        background-size: contain;
        padding-top: 33.3%;
        margin: 0
    }

    .village-architectural-design .village-architectural-design__image2 {
        width: 66.66667%;
        height: 0;
        padding-top: 46%;
        margin: 0;
        background-size: cover;
        margin-top: -24px
    }

    .village-architectural-design .village-architectural-design__bio {
        width: 91.66667%;
        margin-left: 8.33333%;
        margin-top: -60px;
        background: #b7b7b7;
        padding: 25px 20px;
        font-size: .875rem
    }
}

.village-gallery .container,
.village-gallery .village-gallery__block_contents {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.village-gallery .village-gallery__sx {
    width: 50%;
    margin: 0;
    padding: 0
}

.village-gallery .village-gallery__sx .village-gallery__image1 {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-right: 2px solid #fffefc
}

.village-gallery .village-gallery__dx {
    width: 50%;
    margin: 0;
    padding: 0
}

.village-gallery .village-gallery__dx .village-gallery__image2 {
    border-right: 2px solid #fffefc
}

.village-gallery .village-gallery__dx .village-gallery__image2,
.village-gallery .village-gallery__dx .village-gallery__image3 {
    width: 50%;
    margin: 0;
    padding: 0;
    height: 0;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.village-gallery .village-gallery__dx .village-gallery__image4 {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0;
    padding-top: 49.8%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-top: 2px solid #fffefc
}

@media only screen and (max-width:480px) {
    .village-gallery {
        margin-top: 50px
    }

    .village-gallery .village-gallery__dx,
    .village-gallery .village-gallery__sx {
        width: 100%
    }

    .village-gallery .village-gallery__sx .village-gallery__image1 {
        border-right: 0;
        border-bottom: 2px solid #fffefc
    }
}

.multimedia-carousel {
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px
}

.multimedia-carousel .container {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.multimedia-carousel .multimedia-carousel__header {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 20px 20px
}

.multimedia-carousel .multimedia-carousel__header .multimedia-carousel__title {
    color: #4c4c4c;
    font-size: 2.6875rem;
    padding: 0 20px 20px
}

.multimedia-carousel .multimedia-carousel__header .multimedia-carousel__description {
    color: #4c4c4c;
    font-size: 1.625rem
}

.multimedia-carousel .multimedia-carousel__block_contents {
    margin-left: 20px
}

.multimedia-carousel .multimedia-carousel__scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll
}

.multimedia-carousel .multimedia-carousel__scroll::-webkit-scrollbar-track {
    background-color: #fffefc
}

.multimedia-carousel .multimedia-carousel__scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.multimedia-carousel .multimedia-carousel__scroll::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.multimedia-carousel .multimedia-carousel__scroll::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.multimedia-carousel .multimedia-carousel__image {
    background-position: 0 0;
    background-repeat: no-repeat
}

.multimedia-carousel .multimedia-carousel__slide {
    width: 66.66667%;
    margin: 0;
    padding: 0;
    margin-right: 4.16667%;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__image {
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text {
    padding: 50px 50px 50px 0;
    margin-top: -150px;
    width: 66.66667%;
    background: #f7f6f2
}

@media only screen and (max-width:1024px) {
    .multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text {
        margin-top: -80px;
        padding: 20px 20px 20px 0
    }
}

@media only screen and (max-width:798px) {
    .multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text {
        margin-top: -50px;
        width: 91.66667%;
        padding: 20px 20px 20px 0
    }
}

.multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text .boxtitle {
    display: block;
    font-size: 1.625rem;
    padding: 0 0 20px;
    font-family: Roboto, sans-serif
}

.multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text .boxcontent {
    font-size: .875rem
}

.multimedia-carousel .swipetosee {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    font-size: .75rem;
    font-family: PT Sans Narrow, sans-serif;
    float: right
}

.multimedia-carousel .swipetosee span {
    width: 60px;
    height: 1px;
    display: block;
    margin-right: 10px;
    background-color: #4c4c4c
}

@media only screen and (max-width:480px) {
    .multimedia-carousel .multimedia-carousel__header {
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 50px 20px 20px
    }

    .multimedia-carousel .multimedia-carousel__header .multimedia-carousel__title {
        color: #4c4c4c;
        font-size: 1.625rem;
        padding: 0 0 20px
    }

    .multimedia-carousel .multimedia-carousel__header .multimedia-carousel__description {
        color: #4c4c4c;
        font-size: 1.125rem
    }

    .multimedia-carousel .multimedia-carousel__slide {
        width: 83.33333%;
        margin: 0;
        padding: 0;
        margin-right: 4.16667%;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__image {
        width: 100%;
        height: 0;
        padding-top: 67%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    .multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text {
        padding: 10px 0 20px;
        margin-top: -20px;
        width: 91.66667%;
        background: #b7b7b7
    }

    .multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text .boxtitle {
        display: block;
        font-size: 1.375rem;
        padding: 0 0 20px
    }

    .multimedia-carousel .multimedia-carousel__slide .multimedia-carousel__text .boxcontent {
        font-size: .875rem
    }

    .multimedia-carousel .swipetosee {
        width: 75%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 30px;
        font-size: .75rem;
        font-family: PT Sans Narrow, sans-serif;
        float: right
    }

    .multimedia-carousel .swipetosee span {
        width: 60px;
        height: 1px;
        display: block;
        margin-right: 10px;
        background-color: #4c4c4c
    }
}

.small-p-with-img {
    background: #fffefc var(--dav-img-url-sustainable_background) 100% 0 no-repeat
}

.small-p-with-img .small-p-with-img__header {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 20px 20px
}

.small-p-with-img .small-p-with-img__header .small-p-with-img__title {
    color: #4c4c4c;
    font-size: 2.6875rem;
    padding: 0 0 20px
}

.small-p-with-img .small-p-with-img__imagebg {
    width: 83.33333%;
    height: 0;
    padding-top: 40%;
    background-repeat: no-repeat;
    background-size: contain
}

.small-p-with-img .small-p-with-img__blocks {
    width: 66.66667%;
    margin-left: 33.33333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -150px;
    padding: 30px 40px;
    background: #fffefc
}

@media only screen and (max-width:1024px) {
    .small-p-with-img .small-p-with-img__blocks {
        width: 83.33333%;
        margin-left: 16.66667%;
        margin-top: -100px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:798px) {
    .small-p-with-img .small-p-with-img__blocks {
        width: 91.66667%;
        margin-left: 8.33333%
    }
}

.small-p-with-img .small-p-with-img__block {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

@media only screen and (max-width:1024px) {
    .small-p-with-img .small-p-with-img__block {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.small-p-with-img .small-p-with-img__block .boxtitle {
    display: block;
    font-size: 1.625rem;
    padding: 20px 0;
    font-family: Roboto, sans-serif
}

@media only screen and (max-width:1024px) {
    .small-p-with-img .small-p-with-img__block .boxtitle {
        padding: 20px 0 10px
    }
}

.small-p-with-img .small-p-with-img__block .boxtext {
    display: block
}

.small-p-with-img .small-p-with-img__block .boxtext,
.small-p-with-img .small-p-with-img__block .boxtext p {
    font-size: .875rem;
    line-height: 1.4em
}

@media only screen and (max-width:480px) {

    .small-p-with-img .small-p-with-img__block .boxtext,
    .small-p-with-img .small-p-with-img__block .boxtext p {
        font-size: .8125rem
    }
}

@media only screen and (max-width:480px) {
    .small-p-with-img {
        width: 100%;
        background-image: none
    }

    .small-p-with-img .container {
        width: 100%;
        padding: 0;
        margin: 0 auto
    }

    .small-p-with-img .small-p-with-img__content {
        width: 100%
    }

    .small-p-with-img .small-p-with-img__header {
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 50px 20px 20px
    }

    .small-p-with-img .small-p-with-img__header .small-p-with-img__title {
        color: #4c4c4c;
        font-size: 2.6875rem;
        padding: 0 0 10px
    }

    .small-p-with-img .small-p-with-img__imagebg {
        width: 100%;
        padding-top: 47%
    }

    .small-p-with-img .small-p-with-img__blocks {
        width: 91.66667%;
        margin-left: 8.33333%;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: -50px;
        padding: 10px 40px
    }

    .small-p-with-img .small-p-with-img__block {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .small-p-with-img .small-p-with-img__block .boxtitle {
        display: block;
        font-size: 1.125rem;
        padding: 20px 0 10px
    }

    .small-p-with-img .small-p-with-img__block .boxtext {
        display: block;
        font-size: .8125rem
    }
}

.quote--no_matches {
    font-family: Roboto, sans-serif;
    font-size: 2rem;
    line-height: 1.4em;
    color: #4c4c4c;
    min-height: 25vh;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1024px) {
    .quote--no_matches {
        font-size: 1.5rem
    }
}

.quote--no_matches p {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.no-products-icon {
    display: block;
    margin: 0 auto
}

.collection .breadcrumb_text,
.blog-container .breadcrumb_text,
.blog-section .breadcrumb_text {
    font-family: Roboto, sans-serif;
    text-transform: unset
}

.collection .breadcrumb_text .breadcrumb-divider,
.blog-container .breadcrumb_text .breadcrumb-divider,
.blog-section .breadcrumb_text .breadcrumb-divider {
    color: #4c4c4c
}

.collection .breadcrumb_text span,
.blog-container .breadcrumb_text span,
.blog-section .breadcrumb_text span {
    color: #4c4c4c;
    font-size: .8125rem
}
.blog-section .breadcrumb {
    margin-bottom: 15px;
}
.blog-container .breadcrumb {
    margin-bottom: 0;
}
.blog-container .breadcrumb a {
    text-decoration: none;
}

.blog-detail-breadcrumb {
    max-width: 1200px;
    margin: 0 auto 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.collection .dav-main-title {
    font-size: 3.375rem;
    line-height: 1em
}

@media only screen and (max-width:1024px) {
    .collection .dav-main-title {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:798px) {
    .collection .dav-main-title {
        font-size: 2.25rem
    }
}

.collection .collection-banner {
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 0
}

.collection .collection-banner .breadcrumb {
    padding-top: 15px
}

@media only screen and (max-width:798px) {
    .collection .collection-banner .breadcrumb {
        padding-top: 0
    }
}

@media only screen and (max-width:798px) {
    .collection .collection-banner {
        padding-left: 0;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.collection .collection-banner .collection-banner__info {
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width:799px) {
    .collection .collection-banner .collection-banner__info {
        padding-right: 40px
    }
}

@media only screen and (max-width:798px) {
    .collection .collection-banner .collection-banner__info {
        -ms-flex-order: 3;
        order: 3;
        padding: 0 20px
    }
}

.collection .collection-banner .collection-banner__info .collection_description {
    line-height: 20px;
    font-size: .875rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    margin: 0
}

@media only screen and (max-width:798px) {
    .collection .collection-banner .collection-banner__info .collection_description {
        font-size: .875rem;
        line-height: 20px
    }
}

@media only screen and (max-width:798px) {
    .collection .collection-banner .breadcrumb-collection {
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        padding: 0 20px;
        margin: 0
    }
}

.collection .collection-banner .collection-banner__image {
    -ms-flex: 2;
    flex: 2
}

@media only screen and (max-width:798px) {
    .collection .collection-banner .collection-banner__image {
        -ms-flex-order: 1;
        order: 1
    }
}

.product-list .column {
    margin-top: 40px
}

@media only screen and (max-width:798px) {
    .product-list .column {
        margin-top: 30px
    }
}

@media only screen and (max-width:480px) {
    .product-list .badges-list .product-badge .badge-text>div {
        padding: unset;
        font-size: xx-small;
        line-height: normal
    }
}

.product-list .thumbnail {
    margin-bottom: 0
}

.catalog-products-list .thumbnail {
    margin-bottom: 40px
}

.product-list .product_form {
    max-width: unset
}

.product-list .product_form .product-buy-info {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 29px
}

.product-list .product_form .product-buy-info .selector-wrapper,
.product-list .product_form .product-buy-info .selector-wrapper select {
    cursor: pointer
}

.product-list .product_form .product-buy-info .select,
.product-list .product_form .product-buy-info .swatch_options {
    width: 50%;
    border-right: 1px solid #4c4c4c;
    margin-bottom: 0
}

.product-list .product_form .product-buy-info .select .option_title,
.product-list .product_form .product-buy-info .swatch_options .option_title {
    margin-top: 12px;
    font-size: .625rem
}

.product-list .product_form .product-buy-info .select label,
.product-list .product_form .product-buy-info .swatch_options label {
    display: none
}

.product-list .product_form .product-buy-info .product-quantity-box {
    width: 50%;
    padding: 12px 15px 14px 20px;
    color: #4c4c4c
}

.product-list .product_form .product-buy-info .product-quantity-box label {
    display: none
}

.product-list .product_form .product-buy-info .swatch_options .option_title {
    margin-top: 12px;
    font-size: .625rem
}

.product-list .product_form .product-buy-info .select {
    color: #4c4c4c;
    padding: 12px 15px 14px 20px
}

.product-list .product_form .product-buy-info .select:after,
.product-list .product_form .product-buy-info .select:before {
    transition: all .3s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: #4c4c4c transparent transparent;
    z-index: 1;
    transform: translate(-50%, 100%);
    opacity: 0
}

.product-list .product_form .product-buy-info .select:after {
    bottom: 0;
    border-color: transparent;
    z-index: 2;
    opacity: 1
}

.product-list .product_form .product-buy-info .select select {
    font-size: 1.125rem;
    color: #4c4c4c
}

.product-list .product_form .product-buy-info .select .single-option-pdp {
    width: 70%;
    background: none;
    border: none
}

.product-list .product_form .product-buy-info.with-arrow .select {
    position: relative
}

.product-list .product_form .product-buy-info.with-arrow .select:after,
.product-list .product_form .product-buy-info.with-arrow .select:before {
    opacity: 1;
    border-width: 10px 10px 0
}

.product-list .product_form .product-buy-info.with-arrow select {
    background-image: var(--dav-img-url-select-up)
}

.product-list .product_form .purchase-details .purchase-details__buttons {
    margin-left: 0
}

.product-list .product_form .purchase-details .action_to_cart {
    width: 100%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-list .product_form .purchase-details .btn-to-cart {
    width: 100%
}

@media only screen and (max-width:798px) {
    .product-list .product_form .purchase-details .btn-to-cart {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:798px) {
    .product-list .product_form .purchase-details .btn-to-cart .text:after {
        display: none
    }
}

.product-list .product-quickbuy .btn-soldout {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: auto;
    background-color: #ededed;
    min-height: 44px;
    border-color: #d4d4d4
}

@media only screen and (max-width:480px) {
    .product-list .product-quickbuy .btn-soldout {
        width: 100%
    }
}

.product-list .product-quickbuy form {
    margin-bottom: 0
}

@media only screen and (max-width:798px) {
    .product-list .product-quickbuy .product_form .purchase-details .purchase-details__buttons {
        margin-top: 0
    }
}

.product-list .product-quickbuy .product_form .product-buy-info {
    border: none;
    margin-bottom: 0
}

.product-list .product-quickbuy .product_form .product-buy-info .product-quantity-box,
.product-list .product-quickbuy .product_form .product-buy-info .select {
    display: none
}

.product-list .product-quickbuy__form-wrap {
    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    position: relative;
    top: 0
}

.product-list .product-quickbuy__form-wrap.active {
    max-height: 1000px
}

@media only screen and (max-width:480px) {
    .product-list .product-quickbuy__form-wrap .btn-to-wishlist {
        display: none
    }
}

.product-list .product-wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-list .product-wrap .product-quickbuy {
     margin-top: auto;
}
.product-list .btn-to-wishlist {
    padding: 0 15px;
    background: transparent;
    position: absolute;
    top: 4px;
    z-index: 5;
    height: auto;
    width: auto
}

.product-list .btn-to-wishlist:focus,
.product-list .btn-to-wishlist:hover {
    background: transparent;
    box-shadow: none
}

@media only screen and (max-width:798px) {
    .product-list .btn-to-wishlist {
        padding: 0 10px
    }

    .product-list .btn-to-wishlist {
        top: 0
    }
}

.related-products--grid {
    text-align: left
}

.product_code {
    padding-top: 5px
}

.product-details-info {
    text-align: center
}

.product-details-info .dav-super-title {
    font-size: .875rem
}

.product-details-info .product-details-info__title {
    min-height: 3.2em;
    display: block;
    overflow: hidden;
}

.product-details-info .product-details-info__bottom-row {
    padding-top: 5px;
    display: -ms-flexbox;
    display: flex
}

.product-details-info .product-details-info__bottom-row .price {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    margin-bottom: 0;
    margin-right: 15px
}

.product-details-info .product-details-info__super-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:798px) {
    .product-details-info .product-details-info__super-title-wrap .shopify-reviews {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.content__wishlist-products .product-details-info .product-details-info__super-title-wrap .shopify-reviews {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.product-details-info .title {
    font-size: 1.25rem;
    text-transform: none;
    letter-spacing: 0
}

@media only screen and (max-width:798px) {
    .product-details-info .title {
        font-size: .875rem
    }
}

.product-details-info .description {
    color: #4c4c4c;
    font-size: .8125rem;
    line-height: 1.4em;
    min-height: 2.8em;
    display: block
}

@media only screen and (max-width:798px) {
    .product-details-info .description {
        font-size: .75rem
    }
}

.product-details-info .link {
    font-size: .875rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    text-decoration: underline
}

@media only screen and (max-width:798px) {
    .product-details-info .link {
        font-size: .75rem
    }
}

.product-details-info .spr-badge {
    padding: 0
}

.featured-product {
    padding: 40px 0
}

@media only screen and (max-width:798px) {
    .featured-product {
        margin: 0 !important;
        width: 100% !important;
        padding: 0;
        left: 0
    }
}

.featured-product .product-wrap {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {
    .featured-product .product-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.featured-product .product_image {
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width:798px) {
    .featured-product .product_image {
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        position: relative;
        z-index: 2;
        margin-left: -40px
    }
}

.featured-product .product-info__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:798px) {
    .featured-product .product-info__caption {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: -25px 0 0;
        z-index: 1
    }
}

.featured-product .image-element__wrap {
    max-width: 100% !important
}

.featured-product .product-details-info {
    padding: 40px;
    min-height: 80%;
    background-color: #e0f3f4;
    width: 100%;
    position: relative
}

@media only screen and (max-width:798px) {
    .featured-product .product-details-info {
        padding-bottom: 100px
    }
}

.featured-product .product-details-info .title {
    font-size: 2rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0
}

@media only screen and (max-width:798px) {
    .featured-product .product-details-info .title {
        font-size: 1.5rem
    }
}

.featured-product .product-details-info .title+.description {
    padding-top: 20px
}

.featured-product .product-details-info .price {
    display: block;
    padding-top: 15px;
    color: #4c4c4c;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0
}

.featured-product .product-details-info .description {
    display: block
}

.featured-product .product-details-info .bottom-image {
    position: absolute;
    bottom: 0;
    right: 40px
}

.featured-product .product-details-info .bottom-image img {
    display: block;
    max-width: 8vw;
    float: right
}

@media only screen and (max-width:798px) {
    .featured-product .product-details-info .bottom-image img {
        max-width: 11vw
    }
}

@media only screen and (max-width:480px) {
    .featured-product .product-details-info .bottom-image img {
        max-width: 18vw
    }
}

@media only screen and (max-width:798px) {
    .featured-display-desktop {
        display: none
    }
}

@media only screen and (min-width:799px) {
    .featured-display-desktop {
        display: inline
    }
}

@media only screen and (max-width:798px) {
    .featured-display-mobile {
        display: inline
    }
}

@media only screen and (min-width:799px) {
    .featured-display-mobile {
        display: none
    }
}

.spr-badge[data-rating="0.0"] {
    display: none
}

.spr-badge.spr-badge--comfort {
    width: 100px;
    display: inline-block;
    padding: 0
}

.spr-badge.spr-badge--comfort .spr-starrating.spr-badge-starrating {
    height: 20px;
    width: 50px;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.36px;
    line-height: 20px
}

.spr-badge.spr-badge--comfort .spr-badge-caption {
    height: 14px;
    width: 30px;
    color: #707070;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px
}

.spr-badge.spr-badge--comfort .spr-badge {
    padding: 0;
    height: 20px
}

.badges-list {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    padding-left: 0;
    margin: 10px 0 0 50px
}

.badges-list .product-badge {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
    padding: 5px;
    margin-bottom: 0
}

.badges-list .product-badge .badge-text {
    line-height: 1.25rem;
    color: #000;
    font-family: PT Sans Narrow, sans-serif
}

.badges-list .product-badge .badge-text>div {
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center
}

.reviewsVisibility--true {
    min-height: 26px
}

.notify_form {
    width: 100%
}

.notify_form,
.notify_form p {
    font-size: .875rem
}

.notify_form form {
    max-width: 100% !important
}

.notify_form .notify_form__inputs {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

@media only screen and (max-width:798px) {
    .notify_form .notify_form__inputs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .notify_form .notify_form__inputs .action_button,
    .notify_form .notify_form__inputs .notify_email {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.notify_form .notify_form__inputs.customer--true .action_button {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.product-quantity-box label {
    margin-top: 12px;
    font-size: .625rem;
    margin-bottom: 0;
    line-height: 20px
}

.product-quantity-box .product-minus,
.product-quantity-box .product-plus,
.product-quantity-box .quantity {
    background: transparent;
    border: none
}

.product-quantity-box .product-minus:hover,
.product-quantity-box .product-plus:hover {
    background: none
}

.product-quantity-box .quantity {
    min-height: 26px;
    height: 26px;
    padding: 0 10px;
    width: 50%;
    font-size: 1.125rem;
    transition: all .2s ease-in-out;
    border: none
}

.product-quantity-box .quantity:focus {
    box-shadow: none;
    background: hsla(0, 0%, 100%, .7)
}

.product-quantity-box .product-minus {
    text-align: center;
    width: 25%;
    height: 26px;
    line-height: 30px
}

.product-quantity-box .product-minus.limit {
    opacity: .2
}

.product-quantity-box .product-plus {
    text-align: center;
    width: 25%;
    height: 26px;
    line-height: 30px
}

.share-btn a {
    background: #b7b7b7
}

.product,
.product-details,
.product-professional,
.product-sachet {
    overflow-x: hidden !important
}

.product-details .social_buttons,
.product-professional .social_buttons,
.product-sachet .social_buttons,
.product .social_buttons {
    margin-top: 15px
}

.product-details .social_buttons .icon-facebook-share:before,
.product-details .social_buttons .icon-vk-share:before,
.product-details .social_buttons .icon-whatsapp-share:before,
.product-details .social_buttons .icon-mail-share:before,
.product-details .social_buttons .icon-pinterest-share:before,
.product-details .social_buttons .icon-twitter-share:before,
.product-details .social_buttons .icon-tg-share:before,
.product-professional .social_buttons .icon-facebook-share:before,
.product-professional .social_buttons .icon-mail-share:before,
.product-professional .social_buttons .icon-pinterest-share:before,
.product-professional .social_buttons .icon-twitter-share:before,
.product-professional .social_buttons .icon-vk-share:before,
.product-professional .social_buttons .icon-whatsapp-share:before,
.product-professional .social_buttons .icon-tg-share:before,
.product-sachet .social_buttons .icon-facebook-share:before,
.product-sachet .social_buttons .icon-mail-share:before,
.product-sachet .social_buttons .icon-pinterest-share:before,
.product-sachet .social_buttons .icon-twitter-share:before,
.product-sachet .social_buttons .icon-vk-share:before,
.product-sachet .social_buttons .icon-whatsapp-share:before,
.product-sachet .social_buttons .icon-tg-share:before,
.product .social_buttons .icon-facebook-share:before,
.product .social_buttons .icon-mail-share:before,
.product .social_buttons .icon-pinterest-share:before,
.product .social_buttons .icon-twitter-share:before,
.product .social_buttons .icon-vk-share:before,
.product .social_buttons .icon-tg-share:before,
.product .social_buttons .icon-whatsapp-share:before {
    color: #4c4c4c
}

.product-details .social_buttons .icon-facebook-share:focus,
.product-details .social_buttons .icon-facebook-share:hover,
.product-details .social_buttons .icon-mail-share:focus,
.product-details .social_buttons .icon-mail-share:hover,
.product-details .social_buttons .icon-pinterest-share:focus,
.product-details .social_buttons .icon-pinterest-share:hover,
.product-details .social_buttons .icon-twitter-share:focus,
.product-details .social_buttons .icon-twitter-share:hover,
.product-details .social_buttons .icon-vk-share:focus,
.product-details .social_buttons .icon-vk-share:hover,
.product-details .social_buttons .icon-whatsapp-share:focus,
.product-details .social_buttons .icon-whatsapp-share:hover,
.product-details .social_buttons .icon-tg-share:focus,
.product-details .social_buttons .icon-tg-share:hover,
.product-professional .social_buttons .icon-facebook-share:focus,
.product-professional .social_buttons .icon-facebook-share:hover,
.product-professional .social_buttons .icon-mail-share:focus,
.product-professional .social_buttons .icon-mail-share:hover,
.product-professional .social_buttons .icon-pinterest-share:focus,
.product-professional .social_buttons .icon-pinterest-share:hover,
.product-professional .social_buttons .icon-twitter-share:focus,
.product-professional .social_buttons .icon-twitter-share:hover,
.product-professional .social_buttons .icon-vk-share:focus,
.product-professional .social_buttons .icon-vk-share:hover,
.product-professional .social_buttons .icon-whatsapp-share:focus,
.product-professional .social_buttons .icon-whatsapp-share:hover,
.product-professional .social_buttons .icon-tg-share:focus,
.product-professional .social_buttons .icon-tg-share:hover,
.product-sachet .social_buttons .icon-facebook-share:focus,
.product-sachet .social_buttons .icon-facebook-share:hover,
.product-sachet .social_buttons .icon-mail-share:focus,
.product-sachet .social_buttons .icon-mail-share:hover,
.product-sachet .social_buttons .icon-pinterest-share:focus,
.product-sachet .social_buttons .icon-pinterest-share:hover,
.product-sachet .social_buttons .icon-twitter-share:focus,
.product-sachet .social_buttons .icon-twitter-share:hover,
.product-sachet .social_buttons .icon-vk-share:focus,
.product-sachet .social_buttons .icon-vk-share:hover,
.product-sachet .social_buttons .icon-whatsapp-share:focus,
.product-sachet .social_buttons .icon-whatsapp-share:hover,
.product-sachet .social_buttons .icon-tg-share:focus,
.product-sachet .social_buttons .icon-tg-share:hover,
.product .social_buttons .icon-facebook-share:focus,
.product .social_buttons .icon-facebook-share:hover,
.product .social_buttons .icon-mail-share:focus,
.product .social_buttons .icon-mail-share:hover,
.product .social_buttons .icon-pinterest-share:focus,
.product .social_buttons .icon-pinterest-share:hover,
.product .social_buttons .icon-twitter-share:focus,
.product .social_buttons .icon-twitter-share:hover,
.product .social_buttons .icon-vk-share:focus,
.product .social_buttons .icon-vk-share:hover,
.product .social_buttons .icon-tg-share:focus,
.product .social_buttons .icon-tg-share:hover,
.product .social_buttons .icon-whatsapp-share:focus,
.product .social_buttons .icon-whatsapp-share:hover {
    background: #4c4c4c;
    border-color: #4c4c4c
}

.product-details .social_buttons .icon-facebook-share:focus:before,
.product-details .social_buttons .icon-facebook-share:hover:before,
.product-details .social_buttons .icon-mail-share:focus:before,
.product-details .social_buttons .icon-mail-share:hover:before,
.product-details .social_buttons .icon-pinterest-share:focus:before,
.product-details .social_buttons .icon-pinterest-share:hover:before,
.product-details .social_buttons .icon-twitter-share:focus:before,
.product-details .social_buttons .icon-twitter-share:hover:before,
.product-details .social_buttons .icon-vk-share:focus:before,
.product-details .social_buttons .icon-vk-share:hover:before,
.product-details .social_buttons .icon-whatsapp-share:focus:before,
.product-details .social_buttons .icon-whatsapp-share:hover:before,
.product-details .social_buttons .icon-tg-share:focus:before,
.product-details .social_buttons .icon-tg-share:hover:before,
.product-professional .social_buttons .icon-facebook-share:focus:before,
.product-professional .social_buttons .icon-facebook-share:hover:before,
.product-professional .social_buttons .icon-mail-share:focus:before,
.product-professional .social_buttons .icon-mail-share:hover:before,
.product-professional .social_buttons .icon-pinterest-share:focus:before,
.product-professional .social_buttons .icon-pinterest-share:hover:before,
.product-professional .social_buttons .icon-twitter-share:focus:before,
.product-professional .social_buttons .icon-twitter-share:hover:before,
.product-professional .social_buttons .icon-vk-share:focus:before,
.product-professional .social_buttons .icon-vk-share:hover:before,
.product-professional .social_buttons .icon-whatsapp-share:focus:before,
.product-professional .social_buttons .icon-whatsapp-share:hover:before,
.product-professional .social_buttons .icon-tg-share:focus:before,
.product-professional .social_buttons .icon-tg-share:hover:before,
.product-sachet .social_buttons .icon-facebook-share:focus:before,
.product-sachet .social_buttons .icon-facebook-share:hover:before,
.product-sachet .social_buttons .icon-mail-share:focus:before,
.product-sachet .social_buttons .icon-mail-share:hover:before,
.product-sachet .social_buttons .icon-pinterest-share:focus:before,
.product-sachet .social_buttons .icon-pinterest-share:hover:before,
.product-sachet .social_buttons .icon-twitter-share:focus:before,
.product-sachet .social_buttons .icon-twitter-share:hover:before,
.product-sachet .social_buttons .icon-vk-share:focus:before,
.product-sachet .social_buttons .icon-vk-share:hover:before,
.product-sachet .social_buttons .icon-whatsapp-share:focus:before,
.product-sachet .social_buttons .icon-whatsapp-share:hover:before,
.product-sachet .social_buttons .icon-tg-share:focus:before,
.product-sachet .social_buttons .icon-tg-share:hover:before,
.product .social_buttons .icon-facebook-share:focus:before,
.product .social_buttons .icon-facebook-share:hover:before,
.product .social_buttons .icon-mail-share:focus:before,
.product .social_buttons .icon-mail-share:hover:before,
.product .social_buttons .icon-pinterest-share:focus:before,
.product .social_buttons .icon-pinterest-share:hover:before,
.product .social_buttons .icon-twitter-share:focus:before,
.product .social_buttons .icon-twitter-share:hover:before,
.product .social_buttons .icon-vk-share:focus:before,
.product .social_buttons .icon-vk-share:hover:before,
.product .social_buttons .icon-tg-share:focus:before,
.product .social_buttons .icon-tg-share:hover:before,
.product .social_buttons .icon-whatsapp-share:focus:before,
.product .social_buttons .icon-whatsapp-share:hover:before {
    color: #fffefc
}

.product-details .breadcrumb-collection,
.product-professional .breadcrumb-collection,
.product-sachet .breadcrumb-collection,
.product .breadcrumb-collection {
    padding-top: 20px;
    margin-bottom: 0
}

@media only screen and (max-width:798px) {

    .product-details .breadcrumb-collection,
    .product-professional .breadcrumb-collection,
    .product-sachet .breadcrumb-collection,
    .product .breadcrumb-collection {
        padding-top: 0;
        padding-left: 10px
    }
}

.product-details .breadcrumb_text,
.product-professional .breadcrumb_text,
.product-sachet .breadcrumb_text,
.product .breadcrumb_text {
    font-family: Roboto, sans-serif;
    text-transform: unset
}

.product-details .breadcrumb_text .breadcrumb-divider,
.product-professional .breadcrumb_text .breadcrumb-divider,
.product-sachet .breadcrumb_text .breadcrumb-divider,
.product .breadcrumb_text .breadcrumb-divider {
    color: #4c4c4c
}

.product-details .breadcrumb_text span,
.product-professional .breadcrumb_text span,
.product-sachet .breadcrumb_text span,
.product .breadcrumb_text span {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px
}

.product-details .badges-list,
.product-professional .badges-list,
.product-sachet .badges-list,
.product .badges-list {
    margin-top: 20px;
    margin-left: 20px
}

@media only screen and (max-width:798px) {

    .product-details .badges-list,
    .product-professional .badges-list,
    .product-sachet .badges-list,
    .product .badges-list {
        margin-left: 30px;
        margin-top: 10px
    }
}

.product-details .product_section,
.product-professional .product_section,
.product-sachet .product_section,
.product .product_section {
    padding-bottom: 60px;
    background-color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width:798px) {

    .product-details .product_section,
    .product-professional .product_section,
    .product-sachet .product_section,
    .product .product_section {
        padding-bottom: 30px
    }
}

.product-details .product_section .product_\form,
.product-professional .product_section .product_\form,
.product-sachet .product_section .product_\form,
.product .product_section .product_\form {
    max-width: 100%
}

@media only screen and (min-width:799px) {

    .product-details .product_section_container,
    .product-professional .product_section_container,
    .product-sachet .product_section_container,
    .product .product_section_container {
        display: -ms-flexbox;
        display: flex
    }
}

.product-details .spr-badge--comfort,
.product-professional .spr-badge--comfort,
.product-sachet .spr-badge--comfort,
.product .spr-badge--comfort {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1
}

.product-details .product-sticky-form,
.product-professional .product-sticky-form,
.product-sachet .product-sticky-form,
.product .product-sticky-form {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: var(--dav-theme-background-default);
    z-index: 6;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all .2s ease-in-out;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    left: 0;
    right: 0
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form,
    .product-professional .product-sticky-form,
    .product-sachet .product-sticky-form,
    .product .product-sticky-form {
        bottom: 0;
        height: auto;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%)
    }
}

@media only screen and (max-width:1024px) {

    .product-details .product-sticky-form,
    .product-professional .product-sticky-form,
    .product-sachet .product-sticky-form,
    .product .product-sticky-form {
        top: auto !important
    }
}

.product-details .product-sticky-form .product-sticky-form__mobile-btn-scroll,
.product-professional .product-sticky-form .product-sticky-form__mobile-btn-scroll,
.product-sachet .product-sticky-form .product-sticky-form__mobile-btn-scroll,
.product .product-sticky-form .product-sticky-form__mobile-btn-scroll {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: transparent;
    display: none;
    outline: none
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__mobile-btn-scroll,
    .product-professional .product-sticky-form .product-sticky-form__mobile-btn-scroll,
    .product-sachet .product-sticky-form .product-sticky-form__mobile-btn-scroll,
    .product .product-sticky-form .product-sticky-form__mobile-btn-scroll {
        display: block
    }
}

.product-details .product-sticky-form.active,
.product-professional .product-sticky-form.active,
.product-sachet .product-sticky-form.active,
.product .product-sticky-form.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05)
}

.product-details .product-sticky-form .product-sticky-form__info,
.product-professional .product-sticky-form .product-sticky-form__info,
.product-sachet .product-sticky-form .product-sticky-form__info,
.product .product-sticky-form .product-sticky-form__info {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__info,
    .product-professional .product-sticky-form .product-sticky-form__info,
    .product-sachet .product-sticky-form .product-sticky-form__info,
    .product .product-sticky-form .product-sticky-form__info {
        display: none
    }
}

.product-details .product-sticky-form .product-sticky-form__info .product-sticky-form__img,
.product-professional .product-sticky-form .product-sticky-form__info .product-sticky-form__img,
.product-sachet .product-sticky-form .product-sticky-form__info .product-sticky-form__img,
.product .product-sticky-form .product-sticky-form__info .product-sticky-form__img {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 43px
}

.product-details .product-sticky-form .product-sticky-form__info .product-sticky-form__img img,
.product-professional .product-sticky-form .product-sticky-form__info .product-sticky-form__img img,
.product-sachet .product-sticky-form .product-sticky-form__info .product-sticky-form__img img,
.product .product-sticky-form .product-sticky-form__info .product-sticky-form__img img {
    max-width: 90px;
    max-height: 70px
}

.product-details .product-sticky-form .product-sticky-form__info .super-title,
.product-professional .product-sticky-form .product-sticky-form__info .super-title,
.product-sachet .product-sticky-form .product-sticky-form__info .super-title,
.product .product-sticky-form .product-sticky-form__info .super-title {
    font-style: normal;
    text-decoration: none;
    color: #4c4c4c
}

.product-details .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-super-title,
.product-professional .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-super-title,
.product-sachet .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-super-title,
.product .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-super-title {
    font-size: .875rem;
    line-height: 1em
}

.product-details .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-main-title,
.product-professional .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-main-title,
.product-sachet .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-main-title,
.product .product-sticky-form .product-sticky-form__info .product-sticky-form__text .dav-main-title {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 600
}

.product-details .product-sticky-form .product-sticky-form__purchase-details,
.product-professional .product-sticky-form .product-sticky-form__purchase-details,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details,
.product .product-sticky-form .product-sticky-form__purchase-details {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 2;
    flex: 2
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form,
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form,
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form,
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form {
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 50%;
    height: 100%
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container,
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container,
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container,
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container {
        width: 100%;
        display: none
    }
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info {
    max-width: 290px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    height: 100%
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info:after,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info:after,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info:after,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info:after {
    content: "";
    height: 47%;
    background-color: #4c4c4c;
    position: absolute;
    right: 0;
    width: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 60px;
    color: #4c4c4c
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select select,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select select,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select select,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select select {
    color: #4c4c4c
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select .single-option-pdp,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select .single-option-pdp,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select .single-option-pdp,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .select .single-option-pdp {
    width: 70%;
    background: none;
    border: none
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .product-quantity-box,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .product-quantity-box,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .product-quantity-box,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .product-buy-info-container .product-buy-info .product-quantity-box {
    -ms-flex: 1;
    flex: 1;
    color: #4c4c4c
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details {
    width: 50%;
    height: 100%
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details,
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details,
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details,
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details {
        width: 100%
    }
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons {
    height: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons,
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons,
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons,
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .purchase-details__buttons {
        width: 100%;
        margin: 0
    }
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 333px
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart,
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart,
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart,
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .action_to_cart {
        width: 100%
    }
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart {
    width: 100%
}

@media only screen and (max-width:798px) {

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart,
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart,
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart,
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart {
        font-weight: 400;
        height: auto
    }

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart[disabled],
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart[disabled],
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart[disabled],
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .shopify-product-form .purchase-details .btn-to-cart[disabled] {
        cursor: pointer
    }
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy {
    text-align: center;
    width: 333px;
    margin-left: 100px
}

.product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout,
.product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout,
.product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout,
.product .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout {
    width: 70%;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: auto;
    background-color: #ededed;
    min-height: 44px;
    border-color: #d4d4d4
}

@media only screen and (max-width:480px) {

    .product-details .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout,
    .product-professional .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout,
    .product-sachet .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout,
    .product .product-sticky-form .product-sticky-form__purchase-details .product_form .product-quickbuy .btn-soldout {
        width: 100%
    }
}

.product-details .product-sticky-form.active .purchase-details,
.product-professional .product-sticky-form.active .purchase-details,
.product-sachet .product-sticky-form.active .purchase-details,
.product .product-sticky-form.active .purchase-details {
    height: 44px !important
}

.product-details .product-container,
.product-professional .product-container,
.product-sachet .product-container,
.product .product-container {
    padding: 0
}

@media only screen and (max-width:480px) {

    .product-details .product-container,
    .product-professional .product-container,
    .product-sachet .product-container,
    .product .product-container {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width:1024px) {

    .product-details .product-container .scroll-down-right,
    .product-professional .product-container .scroll-down-right,
    .product-sachet .product-container .scroll-down-right,
    .product .product-container .scroll-down-right {
        display: none
    }
}

.product-details .product-container .product-info,
.product-professional .product-container .product-info,
.product-sachet .product-container .product-info,
.product .product-container .product-info {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 20px 0
}

@media only screen and (max-width:1024px) {

    .product-details .product-container .product-info,
    .product-professional .product-container .product-info,
    .product-sachet .product-container .product-info,
    .product .product-container .product-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-details .product-container .product-info .product-info__item,
.product-professional .product-container .product-info .product-info__item,
.product-sachet .product-container .product-info .product-info__item,
.product .product-container .product-info .product-info__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #4c4c4c
}

@media only screen and (max-width:1024px) {

    .product-details .product-container .product-info .product-info__item,
    .product-professional .product-container .product-info .product-info__item,
    .product-sachet .product-container .product-info .product-info__item,
    .product .product-container .product-info .product-info__item {
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:480px) {

    .product-details .product-container .product-info .product-info__item,
    .product-professional .product-container .product-info .product-info__item,
    .product-sachet .product-container .product-info .product-info__item,
    .product .product-container .product-info .product-info__item {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.product-details .product-container .product-info .product-info__item.item--sustainability .product-info__data span:first-child,
.product-professional .product-container .product-info .product-info__item.item--sustainability .product-info__data span:first-child,
.product-sachet .product-container .product-info .product-info__item.item--sustainability .product-info__data span:first-child,
.product .product-container .product-info .product-info__item.item--sustainability .product-info__data span:first-child {
    font-size: 2.375rem
}

.product-details .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(2),
.product-details .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(3),
.product-professional .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(2),
.product-professional .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(3),
.product-sachet .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(2),
.product-sachet .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(3),
.product .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(2),
.product .product-container .product-info .product-info__item.item--sustainability .product-info__data span:nth-child(3) {
    font-size: .875rem;
    line-height: 11px;
    font-weight: 700
}

.product-details .product-container .product-info .product-info__item.item--sustainability .product-info__text .value,
.product-professional .product-container .product-info .product-info__item.item--sustainability .product-info__text .value,
.product-sachet .product-container .product-info .product-info__item.item--sustainability .product-info__text .value,
.product .product-container .product-info .product-info__item.item--sustainability .product-info__text .value {
    font-size: .9375rem;
    color: #4c4c4c;
    text-decoration: underline;
    font-family: Roboto, sans-serif
}

.product-details .product-container .product-info .product-info__item .product-info__data,
.product-professional .product-container .product-info .product-info__item .product-info__data,
.product-sachet .product-container .product-info .product-info__item .product-info__data,
.product .product-container .product-info .product-info__item .product-info__data {
    display: -ms-flexbox;
    display: flex
}

.product-details .product-container .product-info .product-info__item .product-info__data svg,
.product-professional .product-container .product-info .product-info__item .product-info__data svg,
.product-sachet .product-container .product-info .product-info__item .product-info__data svg,
.product .product-container .product-info .product-info__item .product-info__data svg {
    fill: #4c4c4c
}

.product-details .product-container .product-info .product-info__item .product-info__text,
.product-professional .product-container .product-info .product-info__item .product-info__text,
.product-sachet .product-container .product-info .product-info__item .product-info__text,
.product .product-container .product-info .product-info__item .product-info__text {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    line-height: 16px
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-info .product-info__item .product-info__text:not(.product-info__text--sustainability),
    .product-professional .product-container .product-info .product-info__item .product-info__text:not(.product-info__text--sustainability),
    .product-sachet .product-container .product-info .product-info__item .product-info__text:not(.product-info__text--sustainability),
    .product .product-container .product-info .product-info__item .product-info__text:not(.product-info__text--sustainability) {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.product-details .product-container .product-info .product-info__item .product-info__text .value,
.product-professional .product-container .product-info .product-info__item .product-info__text .value,
.product-sachet .product-container .product-info .product-info__item .product-info__text .value,
.product .product-container .product-info .product-info__item .product-info__text .value {
    font-size: .875rem
}

.product-details .product-container .product-info .product-info__item .product-info__text .value .apex,
.product-professional .product-container .product-info .product-info__item .product-info__text .value .apex,
.product-sachet .product-container .product-info .product-info__item .product-info__text .value .apex,
.product .product-container .product-info .product-info__item .product-info__text .value .apex {
    font-size: .625rem;
    vertical-align: super
}

.product-details .product-container .product-info .product-info__item .product-info__text .description,
.product-professional .product-container .product-info .product-info__item .product-info__text .description,
.product-sachet .product-container .product-info .product-info__item .product-info__text .description,
.product .product-container .product-info .product-info__item .product-info__text .description {
    font-size: .75rem;
    margin: 0
}

.product-details .product-container .product-left-side,
.product-professional .product-container .product-left-side,
.product-sachet .product-container .product-left-side,
.product .product-container .product-left-side {
    background-color: var(--dav-theme-background-default);
    background-color: #fff;
    padding: 0 40px;
    max-height: calc(100vh - 70px);
    overflow: hidden
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-left-side,
    .product-professional .product-container .product-left-side,
    .product-sachet .product-container .product-left-side,
    .product .product-container .product-left-side {
        padding: 0;
        margin-right: 0;
        width: 100%
    }
}

.product-details .product-container .product-left-side .product_gallery img,
.product-professional .product-container .product-left-side .product_gallery img,
.product-sachet .product-container .product-left-side .product_gallery img,
.product .product-container .product-left-side .product_gallery img {
    max-height: 70vh;
    width: auto;
    background: none
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-left-side .product_gallery img,
    .product-professional .product-container .product-left-side .product_gallery img,
    .product-sachet .product-container .product-left-side .product_gallery img,
    .product .product-container .product-left-side .product_gallery img {
        width: auto;
        height: auto;
        max-height: 50vh
    }
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-left-side .product_gallery,
    .product-professional .product-container .product-left-side .product_gallery,
    .product-sachet .product-container .product-left-side .product_gallery,
    .product .product-container .product-left-side .product_gallery {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.product-details .product-container .product-left-side .product_gallery .flickity-prev-next-button,
.product-details .product-container .product-left-side .product_gallery .flickity-prev-next-button:hover,
.product-professional .product-container .product-left-side .product_gallery .flickity-prev-next-button,
.product-professional .product-container .product-left-side .product_gallery .flickity-prev-next-button:hover,
.product-sachet .product-container .product-left-side .product_gallery .flickity-prev-next-button,
.product-sachet .product-container .product-left-side .product_gallery .flickity-prev-next-button:hover,
.product .product-container .product-left-side .product_gallery .flickity-prev-next-button,
.product .product-container .product-left-side .product_gallery .flickity-prev-next-button:hover {
    background: transparent
}

.product-details .product-container .product-left-side .product_gallery .flickity-prev-next-button:active,
.product-details .product-container .product-left-side .product_gallery .flickity-prev-next-button:focus,
.product-professional .product-container .product-left-side .product_gallery .flickity-prev-next-button:active,
.product-professional .product-container .product-left-side .product_gallery .flickity-prev-next-button:focus,
.product-sachet .product-container .product-left-side .product_gallery .flickity-prev-next-button:active,
.product-sachet .product-container .product-left-side .product_gallery .flickity-prev-next-button:focus,
.product .product-container .product-left-side .product_gallery .flickity-prev-next-button:active,
.product .product-container .product-left-side .product_gallery .flickity-prev-next-button:focus {
    box-shadow: none
}

.product-details .product-container .product-left-side .gallery-cell,
.product-professional .product-container .product-left-side .gallery-cell,
.product-sachet .product-container .product-left-side .gallery-cell,
.product .product-container .product-left-side .gallery-cell {
    display: none
}

.product-details .product-container .product-left-side .gallery-cell:first-child,
.product-professional .product-container .product-left-side .gallery-cell:first-child,
.product-sachet .product-container .product-left-side .gallery-cell:first-child,
.product .product-container .product-left-side .gallery-cell:first-child {
    display: block
}

.product-details .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a,
.product-professional .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a,
.product-sachet .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a,
.product .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.product-details .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a iframe,
.product-professional .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a iframe,
.product-sachet .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a iframe,
.product .product-container .product-left-side .gallery-cell.lazyvideo--product-video>div>a iframe {
    border: 0
}

.product-details .product-container .product-left-side .flickity-enabled .gallery-cell,
.product-professional .product-container .product-left-side .flickity-enabled .gallery-cell,
.product-sachet .product-container .product-left-side .flickity-enabled .gallery-cell,
.product .product-container .product-left-side .flickity-enabled .gallery-cell {
    display: block
}

.product-details .product-container .product-left-side .btn-to-wishlist,
.product-professional .product-container .product-left-side .btn-to-wishlist,
.product-sachet .product-container .product-left-side .btn-to-wishlist,
.product .product-container .product-left-side .btn-to-wishlist {
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    min-height: 0;
    background: none;
    box-shadow: none;
    z-index: 1
}

@media only screen and (max-width:1024px) {

    .product-details .product-container .product-left-side .btn-to-wishlist,
    .product-professional .product-container .product-left-side .btn-to-wishlist,
    .product-sachet .product-container .product-left-side .btn-to-wishlist,
    .product .product-container .product-left-side .btn-to-wishlist {
        position: absolute;
        top: 20px;
        right: 40px
    }
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-left-side .btn-to-wishlist,
    .product-professional .product-container .product-left-side .btn-to-wishlist,
    .product-sachet .product-container .product-left-side .btn-to-wishlist,
    .product .product-container .product-left-side .btn-to-wishlist {
        position: absolute;
        top: 20px;
        right: 40px
    }
}

@media only screen and (max-width:480px) {

    .product-details .product-container .product-left-side .btn-to-wishlist,
    .product-professional .product-container .product-left-side .btn-to-wishlist,
    .product-sachet .product-container .product-left-side .btn-to-wishlist,
    .product .product-container .product-left-side .btn-to-wishlist {
        position: absolute;
        top: 20px;
        right: 20px
    }
}

.product-details .product-container .product-right-side,
.product-professional .product-container .product-right-side,
.product-sachet .product-container .product-right-side,
.product .product-container .product-right-side {
    position: relative;
    margin-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side,
    .product-professional .product-container .product-right-side,
    .product-sachet .product-container .product-right-side,
    .product .product-container .product-right-side {
        padding: 0 20px;
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width:480px) {

    .product-details .product-container .product-right-side .purchase-details,
    .product-professional .product-container .product-right-side .purchase-details,
    .product-sachet .product-container .product-right-side .purchase-details,
    .product .product-container .product-right-side .purchase-details {
        margin: 0 -20px
    }
}

@media only screen and (max-width:480px) {

    .product-details .product-container .product-right-side .btn-to-cart,
    .product-professional .product-container .product-right-side .btn-to-cart,
    .product-sachet .product-container .product-right-side .btn-to-cart,
    .product .product-container .product-right-side .btn-to-cart {
        font-size: .875rem;
        font-weight: 400
    }
}

.product-details .product-container .product-right-side .btn-to-cart .text,
.product-professional .product-container .product-right-side .btn-to-cart .text,
.product-sachet .product-container .product-right-side .btn-to-cart .text,
.product .product-container .product-right-side .btn-to-cart .text {
    width: auto
}

.product-details .product-container .product-right-side .btn-to-cart .text:after,
.product-professional .product-container .product-right-side .btn-to-cart .text:after,
.product-sachet .product-container .product-right-side .btn-to-cart .text:after,
.product .product-container .product-right-side .btn-to-cart .text:after {
    display: inline-block !important;
    padding-left: 5px
}

.product-details .product-container .product-right-side .product-name,
.product-professional .product-container .product-right-side .product-name,
.product-sachet .product-container .product-right-side .product-name,
.product .product-container .product-right-side .product-name {
    position: relative;
    margin-left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 26px;
    margin-top: 17px
}

.product-name_description {
    color: #000;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 4px;
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-name,
    .product-professional .product-container .product-right-side .product-name,
    .product-sachet .product-container .product-right-side .product-name,
    .product .product-container .product-right-side .product-name {
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }
}

.product-details .product-container .product-right-side .product-name .dav-super-title,
.product-professional .product-container .product-right-side .product-name .dav-super-title,
.product-sachet .product-container .product-right-side .product-name .dav-super-title,
.product .product-container .product-right-side .product-name .dav-super-title {
    padding-top: 0
}

.product-details .product-container .product-right-side .product-name .dav-main-title,
.product-professional .product-container .product-right-side .product-name .dav-main-title,
.product-sachet .product-container .product-right-side .product-name .dav-main-title,
.product .product-container .product-right-side .product-name .dav-main-title {
    padding-top: 0;
    margin-bottom: 0;
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 30px
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-name .dav-main-title,
    .product-professional .product-container .product-right-side .product-name .dav-main-title,
    .product-sachet .product-container .product-right-side .product-name .dav-main-title,
    .product .product-container .product-right-side .product-name .dav-main-title {
        font-size: 1.625rem;
        line-height: 1.4em
    }
}

.product-details .product-container .product-right-side .product-info-container-wrap,
.product-professional .product-container .product-right-side .product-info-container-wrap,
.product-sachet .product-container .product-right-side .product-info-container-wrap,
.product .product-container .product-right-side .product-info-container-wrap {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-basis: "100%";
    -ms-flex-preferred-size: "100%";
    flex-basis: "100%";
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media only screen and (min-width:1401px) {

    .product-details .product-container .product-right-side .product-info-container-wrap,
    .product-professional .product-container .product-right-side .product-info-container-wrap,
    .product-sachet .product-container .product-right-side .product-info-container-wrap,
    .product .product-container .product-right-side .product-info-container-wrap {
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.product-details .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
.product-professional .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
.product-sachet .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
.product .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist {
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    min-height: 0;
    background: none;
    box-shadow: none;
    z-index: 1
}

@media only screen and (max-width:1024px) {

    .product-details .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product-professional .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product-sachet .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist {
        position: absolute;
        top: 20px;
        right: 40px
    }
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product-professional .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product-sachet .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist {
        position: absolute;
        top: 20px;
        right: 40px
    }
}

@media only screen and (max-width:480px) {

    .product-details .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product-professional .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product-sachet .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist,
    .product .product-container .product-right-side .product-info-container-wrap .btn-to-wishlist {
        position: absolute;
        top: 20px;
        right: 20px
    }
}

.product-details .product-container .product-right-side .product-info-container-wrap .SoldOutMessage,
.product-professional .product-container .product-right-side .product-info-container-wrap .SoldOutMessage,
.product-sachet .product-container .product-right-side .product-info-container-wrap .SoldOutMessage,
.product .product-container .product-right-side .product-info-container-wrap .SoldOutMessage {
    display: none;
    font-weight: 700
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-info-container-wrap .SoldOutMessage,
    .product-professional .product-container .product-right-side .product-info-container-wrap .SoldOutMessage,
    .product-sachet .product-container .product-right-side .product-info-container-wrap .SoldOutMessage,
    .product .product-container .product-right-side .product-info-container-wrap .SoldOutMessage {
        display: none
    }
}

@media only screen and (min-width:799px) {

    .product-details .product-container .product-right-side .product-info-container,
    .product-professional .product-container .product-right-side .product-info-container,
    .product-sachet .product-container .product-right-side .product-info-container,
    .product .product-container .product-right-side .product-info-container {
        max-width: 360px;
        width: 100%;
        position: relative;
        padding-top: 30px
    }
}

@media only screen and (min-width:1025px) {

    .product-details .product-container .product-right-side .product-info-container,
    .product-professional .product-container .product-right-side .product-info-container,
    .product-sachet .product-container .product-right-side .product-info-container,
    .product .product-container .product-right-side .product-info-container {
        max-width: 360px
    }
}

@media only screen and (min-width:1401px) {

    .product-details .product-container .product-right-side .product-info-container,
    .product-professional .product-container .product-right-side .product-info-container,
    .product-sachet .product-container .product-right-side .product-info-container,
    .product .product-container .product-right-side .product-info-container {
        max-width: 60%
    }
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-info-container,
    .product-professional .product-container .product-right-side .product-info-container,
    .product-sachet .product-container .product-right-side .product-info-container,
    .product .product-container .product-right-side .product-info-container {
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-details .product-container .product-right-side .product-info-container .product-qualities,
.product-professional .product-container .product-right-side .product-info-container .product-qualities,
.product-sachet .product-container .product-right-side .product-info-container .product-qualities,
.product .product-container .product-right-side .product-info-container .product-qualities {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-details .product-container .product-right-side .product-info-container .product-qualities>.quality,
.product-professional .product-container .product-right-side .product-info-container .product-qualities>.quality,
.product-sachet .product-container .product-right-side .product-info-container .product-qualities>.quality,
.product .product-container .product-right-side .product-info-container .product-qualities>.quality {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    text-align: center;
    font-size: .75rem;
    line-height: 1em
}

.product-details .product-container .product-right-side .product-info-container .product-qualities>.quality svg,
.product-professional .product-container .product-right-side .product-info-container .product-qualities>.quality svg,
.product-sachet .product-container .product-right-side .product-info-container .product-qualities>.quality svg,
.product .product-container .product-right-side .product-info-container .product-qualities>.quality svg {
    width: 50px;
    height: 50px;
    fill: #000;
    margin-bottom: 10px
}

.product-details .product-container .product-right-side .product-info-container .description,
.product-professional .product-container .product-right-side .product-info-container .description,
.product-sachet .product-container .product-right-side .product-info-container .description,
.product .product-container .product-right-side .product-info-container .description {
    margin: 15px 0 0;
    padding: 15px 10px;
    border-bottom: 1px solid #4c4c4c;
    border-top: 1px solid #4c4c4c;
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
}

.product-details .product-container .product-right-side .product-info-container .description.product-info-details__description,
.product-professional .product-container .product-right-side .product-info-container .description.product-info-details__description,
.product-sachet .product-container .product-right-side .product-info-container .description.product-info-details__description,
.product .product-container .product-right-side .product-info-container .description.product-info-details__description {
    border: none;
    padding: 0 0 0 10px
}

.product-details .product-container .product-right-side .product-info-container .product_form,
.product-professional .product-container .product-right-side .product-info-container .product_form,
.product-sachet .product-container .product-right-side .product-info-container .product_form,
.product .product-container .product-right-side .product-info-container .product_form {
    max-width: unset
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 29px
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper,
.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper select,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper select,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper select,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .selector-wrapper select {
    cursor: pointer
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select,
.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options {
    width: 50%;
    border-right: 1px solid #4c4c4c;
    margin-bottom: 0
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .option_title,
.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .option_title,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .option_title,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .option_title,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title {
    margin-top: 12px;
    font-size: .625rem
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select label,
.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options label,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select label,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options label,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select label,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options label,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select label,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options label {
    display: none
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box {
    width: 50%;
    padding: 12px 15px 14px 20px;
    color: #4c4c4c
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box label,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box label,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box label,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .product-quantity-box label {
    display: none
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .swatch_options .option_title {
    margin-top: 12px;
    font-size: .625rem
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select {
    color: #4c4c4c;
    padding: 12px 15px 14px 20px
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after,
.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:before,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:before,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:before,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:before {
    transition: all .3s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: #4c4c4c transparent transparent;
    z-index: 1;
    transform: translate(-50%, 100%);
    opacity: 0
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select:after {
    bottom: 0;
    border-color: transparent;
    z-index: 2;
    opacity: 1
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select select,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select select,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select select,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select select {
    font-size: 1.125rem;
    color: #4c4c4c
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .single-option-pdp,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .single-option-pdp,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .single-option-pdp,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info .select .single-option-pdp {
    width: 70%;
    background: none;
    border: none
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select {
    position: relative
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:after,
.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:before,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:after,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:before,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:after,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:before,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:after,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow .select:before {
    opacity: 1;
    border-width: 10px 10px 0
}

.product-details .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow select,
.product-professional .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow select,
.product-sachet .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow select,
.product .product-container .product-right-side .product-info-container .product_form .product-buy-info.with-arrow select {
    background-image: var(--dav-img-url-select-up)
}

.product-details .product-container .product-right-side .product-info-container .product_form .purchase-details .purchase-details__buttons,
.product-professional .product-container .product-right-side .product-info-container .product_form .purchase-details .purchase-details__buttons,
.product-sachet .product-container .product-right-side .product-info-container .product_form .purchase-details .purchase-details__buttons,
.product .product-container .product-right-side .product-info-container .product_form .purchase-details .purchase-details__buttons {
    margin-left: 0
}

.product-details .product-container .product-right-side .product-info-container .product_form .purchase-details .action_to_cart,
.product-professional .product-container .product-right-side .product-info-container .product_form .purchase-details .action_to_cart,
.product-sachet .product-container .product-right-side .product-info-container .product_form .purchase-details .action_to_cart,
.product .product-container .product-right-side .product-info-container .product_form .purchase-details .action_to_cart {
    width: 100%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart,
.product-professional .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart,
.product-sachet .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart,
.product .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart {
    width: 100%
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart,
    .product-professional .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart,
    .product-sachet .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart,
    .product .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart .text:after,
    .product-professional .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart .text:after,
    .product-sachet .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart .text:after,
    .product .product-container .product-right-side .product-info-container .product_form .purchase-details .btn-to-cart .text:after {
        display: none
    }
}

.product-details .product-container .product-right-side .product-info-container .extra,
.product-professional .product-container .product-right-side .product-info-container .extra,
.product-sachet .product-container .product-right-side .product-info-container .extra,
.product .product-container .product-right-side .product-info-container .extra {
    display: -ms-flexbox;
    display: flex;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 19px;
    text-align: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

@media only screen and (max-width:798px) {

    .product-details .product-container .product-right-side .product-info-container .extra,
    .product-professional .product-container .product-right-side .product-info-container .extra,
    .product-sachet .product-container .product-right-side .product-info-container .extra,
    .product .product-container .product-right-side .product-info-container .extra {
        -ms-flex-order: 10;
        order: 10;
        margin-top: 0;
        border-top: 1px solid #4c4c4c
    }
}

.product-details .product-container .product-right-side .product-info-container .extra .extra__salon,
.product-details .product-container .product-right-side .product-info-container .extra .extra__social,
.product-professional .product-container .product-right-side .product-info-container .extra .extra__salon,
.product-professional .product-container .product-right-side .product-info-container .extra .extra__social,
.product-sachet .product-container .product-right-side .product-info-container .extra .extra__salon,
.product-sachet .product-container .product-right-side .product-info-container .extra .extra__social,
.product .product-container .product-right-side .product-info-container .extra .extra__salon,
.product .product-container .product-right-side .product-info-container .extra .extra__social {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-top: 14px
}

.product-details .product-container .product-right-side .product-info-container .extra a,
.product-professional .product-container .product-right-side .product-info-container .extra a,
.product-sachet .product-container .product-right-side .product-info-container .extra a,
.product .product-container .product-right-side .product-info-container .extra a {
    color: #000;
    text-decoration: underline;
    margin-right: 10px
}

.product-details .product-container .product-right-side .product-info-container .product-quickbuy,
.product-professional .product-container .product-right-side .product-info-container .product-quickbuy,
.product-sachet .product-container .product-right-side .product-info-container .product-quickbuy,
.product .product-container .product-right-side .product-info-container .product-quickbuy {
    text-align: center
}

.product-details .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout,
.product-professional .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout,
.product-sachet .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout,
.product .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout {
    width: 70%;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: auto;
    background-color: #ededed;
    min-height: 44px;
    border-color: #d4d4d4
}

@media only screen and (max-width:480px) {

    .product-details .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout,
    .product-professional .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout,
    .product-sachet .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout,
    .product .product-container .product-right-side .product-info-container .product-quickbuy .btn-soldout {
        width: 100%
    }
}

.product-details .lifestyle,
.product-professional .lifestyle,
.product-sachet .lifestyle,
.product .lifestyle {
    background-color: #b7b7b7;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #e2e2e0
}

.product-details .lifestyle .lifestyle__title,
.product-professional .lifestyle .lifestyle__title,
.product-sachet .lifestyle .lifestyle__title,
.product .lifestyle .lifestyle__title {
    line-height: 3.0625rem
}

.product-details .lifestyle .lifestyle__fixed-container,
.product-professional .lifestyle .lifestyle__fixed-container,
.product-sachet .lifestyle .lifestyle__fixed-container,
.product .lifestyle .lifestyle__fixed-container {
    width: 91.66667%;
    background-color: var(--dav-theme-background-default);
    padding: 20px 40px;
    top: 0;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__fixed-container,
    .product-professional .lifestyle .lifestyle__fixed-container,
    .product-sachet .lifestyle .lifestyle__fixed-container,
    .product .lifestyle .lifestyle__fixed-container {
        width: 100%;
        left: 0;
        padding: 20px
    }
}

.product-details .lifestyle .lifestyle__fixed-container--bottom,
.product-professional .lifestyle .lifestyle__fixed-container--bottom,
.product-sachet .lifestyle .lifestyle__fixed-container--bottom,
.product .lifestyle .lifestyle__fixed-container--bottom {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    padding-bottom: 0
}

.product-details .lifestyle .lifestyle__sliding-container,
.product-professional .lifestyle .lifestyle__sliding-container,
.product-sachet .lifestyle .lifestyle__sliding-container,
.product .lifestyle .lifestyle__sliding-container {
    width: calc(91.66667% - 40px);
    margin-left: 40px;
    padding-bottom: 30px;
    overflow: auto;
    overflow-y: hidden;
    display: block;
    position: relative
}

.product-details .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-track,
.product-professional .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-track,
.product-sachet .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-track,
.product .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-track {
    background-color: #fffefc
}

.product-details .lifestyle .lifestyle__sliding-container::-webkit-scrollbar,
.product-professional .lifestyle .lifestyle__sliding-container::-webkit-scrollbar,
.product-sachet .lifestyle .lifestyle__sliding-container::-webkit-scrollbar,
.product .lifestyle .lifestyle__sliding-container::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.product-details .lifestyle .lifestyle__sliding-container::-webkit-scrollbar:horizontal,
.product-professional .lifestyle .lifestyle__sliding-container::-webkit-scrollbar:horizontal,
.product-sachet .lifestyle .lifestyle__sliding-container::-webkit-scrollbar:horizontal,
.product .lifestyle .lifestyle__sliding-container::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.product-details .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb,
.product-professional .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb,
.product-sachet .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb,
.product .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__sliding-container,
    .product-professional .lifestyle .lifestyle__sliding-container,
    .product-sachet .lifestyle .lifestyle__sliding-container,
    .product .lifestyle .lifestyle__sliding-container {
        width: 100%;
        margin-left: 0
    }
}

.product-details .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb,
.product-professional .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb,
.product-sachet .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb,
.product .lifestyle .lifestyle__sliding-container::-webkit-scrollbar-thumb {
    background-color: #949494
}

.product-details .lifestyle .lifestyle__sliding,
.product-professional .lifestyle .lifestyle__sliding,
.product-sachet .lifestyle .lifestyle__sliding,
.product .lifestyle .lifestyle__sliding {
    position: relative;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--dav-theme-background-default)
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__sliding,
    .product-professional .lifestyle .lifestyle__sliding,
    .product-sachet .lifestyle .lifestyle__sliding,
    .product .lifestyle .lifestyle__sliding {
        margin-top: 0
    }
}

.product-details .lifestyle .lifestyle__sliding>div,
.product-professional .lifestyle .lifestyle__sliding>div,
.product-sachet .lifestyle .lifestyle__sliding>div,
.product .lifestyle .lifestyle__sliding>div {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33vw;
    padding: 40px 40px 0
}

@media only screen and (min-width:2048px) {

    .product-details .lifestyle .lifestyle__sliding>div,
    .product-professional .lifestyle .lifestyle__sliding>div,
    .product-sachet .lifestyle .lifestyle__sliding>div,
    .product .lifestyle .lifestyle__sliding>div {
        width: 20vw
    }
}

@media only screen and (max-width:1024px) {

    .product-details .lifestyle .lifestyle__sliding>div,
    .product-professional .lifestyle .lifestyle__sliding>div,
    .product-sachet .lifestyle .lifestyle__sliding>div,
    .product .lifestyle .lifestyle__sliding>div {
        padding-left: 20px;
        padding-right: 20px;
        width: 45vw
    }
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__sliding>div,
    .product-professional .lifestyle .lifestyle__sliding>div,
    .product-sachet .lifestyle .lifestyle__sliding>div,
    .product .lifestyle .lifestyle__sliding>div {
        width: 75vw
    }
}

@media only screen and (max-width:480px) {

    .product-details .lifestyle .lifestyle__sliding>div,
    .product-professional .lifestyle .lifestyle__sliding>div,
    .product-sachet .lifestyle .lifestyle__sliding>div,
    .product .lifestyle .lifestyle__sliding>div {
        width: 85vw
    }
}

.product-details .lifestyle .lifestyle__sliding>div:first-child,
.product-professional .lifestyle .lifestyle__sliding>div:first-child,
.product-sachet .lifestyle .lifestyle__sliding>div:first-child,
.product .lifestyle .lifestyle__sliding>div:first-child {
    padding-left: 0;
    padding-top: 0
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__sliding>div:first-child,
    .product-professional .lifestyle .lifestyle__sliding>div:first-child,
    .product-sachet .lifestyle .lifestyle__sliding>div:first-child,
    .product .lifestyle .lifestyle__sliding>div:first-child {
        padding-left: 20px
    }
}

.product-details .lifestyle .lifestyle__fake-div,
.product-professional .lifestyle .lifestyle__fake-div,
.product-sachet .lifestyle .lifestyle__fake-div,
.product .lifestyle .lifestyle__fake-div {
    height: 1px
}

.product-details .lifestyle .lifestyle__wrapper,
.product-professional .lifestyle .lifestyle__wrapper,
.product-sachet .lifestyle .lifestyle__wrapper,
.product .lifestyle .lifestyle__wrapper {
    *zoom: 1;
    background-color: #b7b7b7
}

.product-details .lifestyle .lifestyle__wrapper:after,
.product-professional .lifestyle .lifestyle__wrapper:after,
.product-sachet .lifestyle .lifestyle__wrapper:after,
.product .lifestyle .lifestyle__wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__wrapper,
    .product-professional .lifestyle .lifestyle__wrapper,
    .product-sachet .lifestyle .lifestyle__wrapper,
    .product .lifestyle .lifestyle__wrapper {
        width: 100%;
        left: 0
    }
}

.product-details .lifestyle .lifestyle__wrapper::-webkit-scrollbar,
.product-professional .lifestyle .lifestyle__wrapper::-webkit-scrollbar,
.product-sachet .lifestyle .lifestyle__wrapper::-webkit-scrollbar,
.product .lifestyle .lifestyle__wrapper::-webkit-scrollbar {
    display: none
}

.product-details .lifestyle .lifestyle__image,
.product-professional .lifestyle .lifestyle__image,
.product-sachet .lifestyle .lifestyle__image,
.product .lifestyle .lifestyle__image {
    max-width: 130px;
    margin-right: 20px
}

.product-details .lifestyle .btn-scroll-see-more,
.product-professional .lifestyle .btn-scroll-see-more,
.product-sachet .lifestyle .btn-scroll-see-more,
.product .lifestyle .btn-scroll-see-more {
    position: relative;
    right: auto;
    bottom: auto;
    mix-blend-mode: normal
}

.product-details .lifestyle .btn-scroll-see-more .btn-scroll-see-more__bar,
.product-professional .lifestyle .btn-scroll-see-more .btn-scroll-see-more__bar,
.product-sachet .lifestyle .btn-scroll-see-more .btn-scroll-see-more__bar,
.product .lifestyle .btn-scroll-see-more .btn-scroll-see-more__bar {
    mix-blend-mode: difference
}

.product-details .lifestyle .btn-scroll-see-more .btn-scroll-see-more__text,
.product-professional .lifestyle .btn-scroll-see-more .btn-scroll-see-more__text,
.product-sachet .lifestyle .btn-scroll-see-more .btn-scroll-see-more__text,
.product .lifestyle .btn-scroll-see-more .btn-scroll-see-more__text {
    color: #4c4c4c
}

.product-details .lifestyle .lifestyle__block-1,
.product-professional .lifestyle .lifestyle__block-1,
.product-sachet .lifestyle .lifestyle__block-1,
.product .lifestyle .lifestyle__block-1 {
    position: relative
}

.product-details .lifestyle .lifestyle__text-1,
.product-professional .lifestyle .lifestyle__text-1,
.product-sachet .lifestyle .lifestyle__text-1,
.product .lifestyle .lifestyle__text-1 {
    max-width: 80%;
    position: absolute;
    left: -20px;
    background-color: var(--dav-theme-background-default);
    padding: 20px;
    line-height: 1.375rem
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__text-1,
    .product-professional .lifestyle .lifestyle__text-1,
    .product-sachet .lifestyle .lifestyle__text-1,
    .product .lifestyle .lifestyle__text-1 {
        left: auto;
        right: -20px
    }
}

.product-details .lifestyle .lifestyle__image-1,
.product-professional .lifestyle .lifestyle__image-1,
.product-sachet .lifestyle .lifestyle__image-1,
.product .lifestyle .lifestyle__image-1 {
    margin-top: 40px;
    width: 100%
}

.product-details .lifestyle .lifestyle__image-1 img,
.product-professional .lifestyle .lifestyle__image-1 img,
.product-sachet .lifestyle .lifestyle__image-1 img,
.product .lifestyle .lifestyle__image-1 img {
    display: block
}

.product-details .lifestyle .lifestyle__block-2,
.product-professional .lifestyle .lifestyle__block-2,
.product-sachet .lifestyle .lifestyle__block-2,
.product .lifestyle .lifestyle__block-2 {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-details .lifestyle .lifestyle__text-2,
.product-professional .lifestyle .lifestyle__text-2,
.product-sachet .lifestyle .lifestyle__text-2,
.product .lifestyle .lifestyle__text-2 {
    margin-left: 20px
}

.product-details .lifestyle .lifestyle__review-supertitle,
.product-professional .lifestyle .lifestyle__review-supertitle,
.product-sachet .lifestyle .lifestyle__review-supertitle,
.product .lifestyle .lifestyle__review-supertitle {
    font-size: .75rem;
    font-family: Roboto, sans-serif;
    line-height: 1.625rem;
    color: #4c4c4c;
    text-transform: uppercase;
    margin-bottom: 10px
}

.product-details .lifestyle .lifestyle__review,
.product-professional .lifestyle .lifestyle__review,
.product-sachet .lifestyle .lifestyle__review,
.product .lifestyle .lifestyle__review {
    font-size: 1.875rem;
    line-height: 2.125rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    margin-bottom: 10px
}

@media only screen and (max-width:1024px) {

    .product-details .lifestyle .lifestyle__review,
    .product-professional .lifestyle .lifestyle__review,
    .product-sachet .lifestyle .lifestyle__review,
    .product .lifestyle .lifestyle__review {
        font-size: 1.625rem;
        line-height: 1.4em
    }
}

@media only screen and (max-width:798px) {

    .product-details .lifestyle .lifestyle__review,
    .product-professional .lifestyle .lifestyle__review,
    .product-sachet .lifestyle .lifestyle__review,
    .product .lifestyle .lifestyle__review {
        font-size: 1.125rem
    }
}

.product-details .lifestyle .lifestyle__review-name,
.product-professional .lifestyle .lifestyle__review-name,
.product-sachet .lifestyle .lifestyle__review-name,
.product .lifestyle .lifestyle__review-name {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #4c4c4c
}

.product-details .lifestyle .lifestyle__block-3,
.product-professional .lifestyle .lifestyle__block-3,
.product-sachet .lifestyle .lifestyle__block-3,
.product .lifestyle .lifestyle__block-3 {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-details .lifestyle .lifestyle__block-3 iframe,
.product-professional .lifestyle .lifestyle__block-3 iframe,
.product-sachet .lifestyle .lifestyle__block-3 iframe,
.product .lifestyle .lifestyle__block-3 iframe {
    max-width: 100%;
    width: 100%;
    height: 90%
}

.product-details .product-masonry,
.product-professional .product-masonry,
.product-sachet .product-masonry,
.product .product-masonry {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {

    .product-details .product-masonry,
    .product-professional .product-masonry,
    .product-sachet .product-masonry,
    .product .product-masonry {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-details .product-masonry .product-masonry__container,
.product-professional .product-masonry .product-masonry__container,
.product-sachet .product-masonry .product-masonry__container,
.product .product-masonry .product-masonry__container {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex
}

.product-details .product-masonry .product-masonry__container.vertical,
.product-professional .product-masonry .product-masonry__container.vertical,
.product-sachet .product-masonry .product-masonry__container.vertical,
.product .product-masonry .product-masonry__container.vertical {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:798px) {

    .product-details .product-masonry>.product-masonry__container,
    .product-professional .product-masonry>.product-masonry__container,
    .product-sachet .product-masonry>.product-masonry__container,
    .product .product-masonry>.product-masonry__container {
        -ms-flex-basis: 51%;
        -ms-flex-preferred-size: 51%;
        flex-basis: 51%
    }
}

.product-details .product-masonry .product-masonry__item,
.product-professional .product-masonry .product-masonry__item,
.product-sachet .product-masonry .product-masonry__item,
.product .product-masonry .product-masonry__item {
    -ms-flex: 1;
    flex: 1
}

.product-details .related-products,
.product-professional .related-products,
.product-sachet .related-products,
.product .related-products {
    padding-top: 20px
}

.product-details .related-products .related-products__slider,
.product-professional .related-products .related-products__slider,
.product-sachet .related-products .related-products__slider,
.product .related-products .related-products__slider {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 30px
}

.product-details .related-products .related-products__slider::-webkit-scrollbar-track,
.product-professional .related-products .related-products__slider::-webkit-scrollbar-track,
.product-sachet .related-products .related-products__slider::-webkit-scrollbar-track,
.product .related-products .related-products__slider::-webkit-scrollbar-track {
    background-color: #fffefc
}

.product-details .related-products .related-products__slider::-webkit-scrollbar,
.product-professional .related-products .related-products__slider::-webkit-scrollbar,
.product-sachet .related-products .related-products__slider::-webkit-scrollbar,
.product .related-products .related-products__slider::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.product-details .related-products .related-products__slider::-webkit-scrollbar:horizontal,
.product-professional .related-products .related-products__slider::-webkit-scrollbar:horizontal,
.product-sachet .related-products .related-products__slider::-webkit-scrollbar:horizontal,
.product .related-products .related-products__slider::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.product-details .related-products .related-products__slider::-webkit-scrollbar-thumb,
.product-professional .related-products .related-products__slider::-webkit-scrollbar-thumb,
.product-sachet .related-products .related-products__slider::-webkit-scrollbar-thumb,
.product .related-products .related-products__slider::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:798px) {

    .product-details .related-products .related-products__slider,
    .product-professional .related-products .related-products__slider,
    .product-sachet .related-products .related-products__slider,
    .product .related-products .related-products__slider {
        margin-right: -20px
    }
}

.product-details .related-products .related-products-custom__slider,
.product-professional .related-products .related-products-custom__slider,
.product-sachet .related-products .related-products-custom__slider,
.product .related-products .related-products-custom__slider {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {

    .product-details .related-products .related-products-custom__slider .dav-productlist-container .small-down--one-half,
    .product-professional .related-products .related-products-custom__slider .dav-productlist-container .small-down--one-half,
    .product-sachet .related-products .related-products-custom__slider .dav-productlist-container .small-down--one-half,
    .product .related-products .related-products-custom__slider .dav-productlist-container .small-down--one-half {
        width: unset !important
    }
}

.product-details .related-products .related-products-custom__slider div,
.product-professional .related-products .related-products-custom__slider div,
.product-sachet .related-products .related-products-custom__slider div,
.product .related-products .related-products-custom__slider div {
    -ms-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-left: 0 !important;
    position: relative;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:798px) {

    .product-details .related-products .related-products-custom__slider div,
    .product-professional .related-products .related-products-custom__slider div,
    .product-sachet .related-products .related-products-custom__slider div,
    .product .related-products .related-products-custom__slider div {
        margin: 0 !important;
        -ms-flex-preferred-size: 60vw;
        flex-basis: 60vw
    }
}

.product-details .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text,
.product-professional .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text,
.product-sachet .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text,
.product .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text {
    position: absolute !important
}

@media only screen and (max-width:480px) {

    .product-details .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text>div,
    .product-professional .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text>div,
    .product-sachet .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text>div,
    .product .related-products .related-products-custom__slider div .badges-list .product-badge .badge-text>div {
        padding: unset;
        font-size: xx-small;
        line-height: normal
    }
}

@media only screen and (max-width:798px) {

    .product-details .related-products .dav-main-title,
    .product-professional .related-products .dav-main-title,
    .product-sachet .related-products .dav-main-title,
    .product .related-products .dav-main-title {
        font-size: 1.75rem
    }
}

.product-details .related-products .product-list,
.product-professional .related-products .product-list,
.product-sachet .related-products .product-list,
.product .related-products .product-list {
    display: -ms-flexbox;
    display: flex
}

.product-details .related-products .product-list>div,
.product-professional .related-products .product-list>div,
.product-sachet .related-products .product-list>div {
    -ms-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -ms-flex-basis: calc(33% - 20px);
    -ms-flex-preferred-size: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:798px) {

    .product-details .related-products .product-list>div,
    .product-professional .related-products .product-list>div,
    .product-sachet .related-products .product-list>div {
        -ms-flex-basis: 60vw;
        -ms-flex-preferred-size: 60vw;
        flex-basis: 60vw
    }

    .product-details .related-products .product-list>div:first-child,
    .product-professional .related-products .product-list>div:first-child,
    .product-sachet .related-products .product-list>div:first-child {
        margin-left: 0 !important
    }
}

.product-details .related-products .swipetosee,
.product-professional .related-products .swipetosee,
.product-sachet .related-products .swipetosee,
.product .related-products .swipetosee {
    padding: 0 0 20px
}

@media only screen and (min-width:481px) {

    .product-details .related-products .swipetosee,
    .product-professional .related-products .swipetosee,
    .product-sachet .related-products .swipetosee,
    .product .related-products .swipetosee {
        display: none
    }
}

.product-details .anim-open-accordion,
.product-professional .anim-open-accordion,
.product-sachet .anim-open-accordion,
.product .anim-open-accordion {
    transition: height .75s;
    height: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: -33px
}

.product-details .anim-open-accordion .anim-open-accordion-wrapper,
.product-professional .anim-open-accordion .anim-open-accordion-wrapper,
.product-sachet .anim-open-accordion .anim-open-accordion-wrapper,
.product .anim-open-accordion .anim-open-accordion-wrapper {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    position: relative
}

.product-details .anim-open-accordion .single-option,
.product-professional .anim-open-accordion .single-option,
.product-sachet .anim-open-accordion .single-option,
.product .anim-open-accordion .single-option {
    display: block;
    padding: 5px 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 15px
}

.product-details .anim-open-accordion .single-option:hover,
.product-professional .anim-open-accordion .single-option:hover,
.product-sachet .anim-open-accordion .single-option:hover,
.product .anim-open-accordion .single-option:hover {
    background: rgba(0, 0, 0, .05)
}

.product-details .anim-open-accordion .single-option[data-sel="0"],
.product-professional .anim-open-accordion .single-option[data-sel="0"],
.product-sachet .anim-open-accordion .single-option[data-sel="0"],
.product .anim-open-accordion .single-option[data-sel="0"] {
    opacity: .5
}

.product #insta-feed .instafeed-overlay:before,
.product-details #insta-feed .instafeed-overlay:before,
.product-details [id^=feed-] .instafeed-overlay:before,
.product-professional #insta-feed .instafeed-overlay:before,
.product-professional [id^=feed-] .instafeed-overlay:before,
.product-sachet #insta-feed .instafeed-overlay:before,
.product-sachet [id^=feed-] .instafeed-overlay:before,
.product [id^=feed-] .instafeed-overlay:before {
    background-size: 5%
}

@media only screen and (max-width:798px) {

    .product #insta-feed .instafeed-overlay:before,
    .product-details #insta-feed .instafeed-overlay:before,
    .product-details [id^=feed-] .instafeed-overlay:before,
    .product-professional #insta-feed .instafeed-overlay:before,
    .product-professional [id^=feed-] .instafeed-overlay:before,
    .product-sachet #insta-feed .instafeed-overlay:before,
    .product-sachet [id^=feed-] .instafeed-overlay:before,
    .product [id^=feed-] .instafeed-overlay:before {
        background-size: 15%
    }
}

.product #insta-feed h2,
.product-details #insta-feed h2,
.product-details [id^=feed-] h2,
.product-professional #insta-feed h2,
.product-professional [id^=feed-] h2,
.product-sachet #insta-feed h2,
.product-sachet [id^=feed-] h2,
.product [id^=feed-] h2 {
    display: none
}

.insta-custom .product #insta-feed,
.insta-custom .product-details #insta-feed,
.insta-custom .product-details [id^=feed-],
.insta-custom .product-professional #insta-feed,
.insta-custom .product-professional [id^=feed-],
.insta-custom .product-sachet #insta-feed,
.insta-custom .product-sachet [id^=feed-],
.insta-custom .product [id^=feed-] {
    width: 100%;
    position: relative
}

.insta-custom .product #insta-feed:after,
.insta-custom .product-details #insta-feed:after,
.insta-custom .product-details [id^=feed-]:after,
.insta-custom .product-professional #insta-feed:after,
.insta-custom .product-professional [id^=feed-]:after,
.insta-custom .product-sachet #insta-feed:after,
.insta-custom .product-sachet [id^=feed-]:after,
.insta-custom .product [id^=feed-]:after {
    content: ""
}

.insta-custom .product #insta-feed>a:first-child,
.insta-custom .product-details #insta-feed>a:first-child,
.insta-custom .product-details [id^=feed-]>a:first-child,
.insta-custom .product-professional #insta-feed>a:first-child,
.insta-custom .product-professional [id^=feed-]>a:first-child,
.insta-custom .product-sachet #insta-feed>a:first-child,
.insta-custom .product-sachet [id^=feed-]>a:first-child,
.insta-custom .product [id^=feed-]>a:first-child {
    display: block;
    width: 50%;
    height: 0;
    padding-top: 50%;
    position: relative
}

.insta-custom .product #insta-feed>a:first-child div,
.insta-custom .product-details #insta-feed>a:first-child div,
.insta-custom .product-details [id^=feed-]>a:first-child div,
.insta-custom .product-professional #insta-feed>a:first-child div,
.insta-custom .product-professional [id^=feed-]>a:first-child div,
.insta-custom .product-sachet #insta-feed>a:first-child div,
.insta-custom .product-sachet [id^=feed-]>a:first-child div,
.insta-custom .product [id^=feed-]>a:first-child div {
    min-width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.insta-custom .product #insta-feed>a:nth-child(3),
.insta-custom .product #insta-feed>a:nth-child(5),
.insta-custom .product #insta-feed>a:nth-child(7),
.insta-custom .product #insta-feed>a:nth-child(9),
.insta-custom .product-details #insta-feed>a:nth-child(3),
.insta-custom .product-details #insta-feed>a:nth-child(5),
.insta-custom .product-details #insta-feed>a:nth-child(7),
.insta-custom .product-details #insta-feed>a:nth-child(9),
.insta-custom .product-details [id^=feed-]>a:nth-child(3),
.insta-custom .product-details [id^=feed-]>a:nth-child(5),
.insta-custom .product-details [id^=feed-]>a:nth-child(7),
.insta-custom .product-details [id^=feed-]>a:nth-child(9),
.insta-custom .product-professional #insta-feed>a:nth-child(3),
.insta-custom .product-professional #insta-feed>a:nth-child(5),
.insta-custom .product-professional #insta-feed>a:nth-child(7),
.insta-custom .product-professional #insta-feed>a:nth-child(9),
.insta-custom .product-professional [id^=feed-]>a:nth-child(3),
.insta-custom .product-professional [id^=feed-]>a:nth-child(5),
.insta-custom .product-professional [id^=feed-]>a:nth-child(7),
.insta-custom .product-professional [id^=feed-]>a:nth-child(9),
.insta-custom .product-sachet #insta-feed>a:nth-child(3),
.insta-custom .product-sachet #insta-feed>a:nth-child(5),
.insta-custom .product-sachet #insta-feed>a:nth-child(7),
.insta-custom .product-sachet #insta-feed>a:nth-child(9),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(3),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(5),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(7),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(9),
.insta-custom .product [id^=feed-]>a:nth-child(3),
.insta-custom .product [id^=feed-]>a:nth-child(5),
.insta-custom .product [id^=feed-]>a:nth-child(7),
.insta-custom .product [id^=feed-]>a:nth-child(9) {
    position: absolute;
    width: 25%;
    height: 50%;
    display: block
}

.insta-custom .product #insta-feed>a:nth-child(3) .instafeed-container,
.insta-custom .product #insta-feed>a:nth-child(5) .instafeed-container,
.insta-custom .product #insta-feed>a:nth-child(7) .instafeed-container,
.insta-custom .product #insta-feed>a:nth-child(9) .instafeed-container,
.insta-custom .product-details #insta-feed>a:nth-child(3) .instafeed-container,
.insta-custom .product-details #insta-feed>a:nth-child(5) .instafeed-container,
.insta-custom .product-details #insta-feed>a:nth-child(7) .instafeed-container,
.insta-custom .product-details #insta-feed>a:nth-child(9) .instafeed-container,
.insta-custom .product-details [id^=feed-]>a:nth-child(3) .instafeed-container,
.insta-custom .product-details [id^=feed-]>a:nth-child(5) .instafeed-container,
.insta-custom .product-details [id^=feed-]>a:nth-child(7) .instafeed-container,
.insta-custom .product-details [id^=feed-]>a:nth-child(9) .instafeed-container,
.insta-custom .product-professional #insta-feed>a:nth-child(3) .instafeed-container,
.insta-custom .product-professional #insta-feed>a:nth-child(5) .instafeed-container,
.insta-custom .product-professional #insta-feed>a:nth-child(7) .instafeed-container,
.insta-custom .product-professional #insta-feed>a:nth-child(9) .instafeed-container,
.insta-custom .product-professional [id^=feed-]>a:nth-child(3) .instafeed-container,
.insta-custom .product-professional [id^=feed-]>a:nth-child(5) .instafeed-container,
.insta-custom .product-professional [id^=feed-]>a:nth-child(7) .instafeed-container,
.insta-custom .product-professional [id^=feed-]>a:nth-child(9) .instafeed-container,
.insta-custom .product-sachet #insta-feed>a:nth-child(3) .instafeed-container,
.insta-custom .product-sachet #insta-feed>a:nth-child(5) .instafeed-container,
.insta-custom .product-sachet #insta-feed>a:nth-child(7) .instafeed-container,
.insta-custom .product-sachet #insta-feed>a:nth-child(9) .instafeed-container,
.insta-custom .product-sachet [id^=feed-]>a:nth-child(3) .instafeed-container,
.insta-custom .product-sachet [id^=feed-]>a:nth-child(5) .instafeed-container,
.insta-custom .product-sachet [id^=feed-]>a:nth-child(7) .instafeed-container,
.insta-custom .product-sachet [id^=feed-]>a:nth-child(9) .instafeed-container,
.insta-custom .product [id^=feed-]>a:nth-child(3) .instafeed-container,
.insta-custom .product [id^=feed-]>a:nth-child(5) .instafeed-container,
.insta-custom .product [id^=feed-]>a:nth-child(7) .instafeed-container,
.insta-custom .product [id^=feed-]>a:nth-child(9) .instafeed-container {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.insta-custom .product #insta-feed>a:nth-child(3),
.insta-custom .product-details #insta-feed>a:nth-child(3),
.insta-custom .product-details [id^=feed-]>a:nth-child(3),
.insta-custom .product-professional #insta-feed>a:nth-child(3),
.insta-custom .product-professional [id^=feed-]>a:nth-child(3),
.insta-custom .product-sachet #insta-feed>a:nth-child(3),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(3),
.insta-custom .product [id^=feed-]>a:nth-child(3) {
    top: 0;
    left: 50%
}

.insta-custom .product #insta-feed>a:nth-child(5),
.insta-custom .product-details #insta-feed>a:nth-child(5),
.insta-custom .product-details [id^=feed-]>a:nth-child(5),
.insta-custom .product-professional #insta-feed>a:nth-child(5),
.insta-custom .product-professional [id^=feed-]>a:nth-child(5),
.insta-custom .product-sachet #insta-feed>a:nth-child(5),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(5),
.insta-custom .product [id^=feed-]>a:nth-child(5) {
    top: 0;
    left: 75%
}

.insta-custom .product #insta-feed>a:nth-child(7),
.insta-custom .product-details #insta-feed>a:nth-child(7),
.insta-custom .product-details [id^=feed-]>a:nth-child(7),
.insta-custom .product-professional #insta-feed>a:nth-child(7),
.insta-custom .product-professional [id^=feed-]>a:nth-child(7),
.insta-custom .product-sachet #insta-feed>a:nth-child(7),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(7),
.insta-custom .product [id^=feed-]>a:nth-child(7) {
    top: 50%;
    left: 50%
}

.insta-custom .product #insta-feed>a:nth-child(9),
.insta-custom .product-details #insta-feed>a:nth-child(9),
.insta-custom .product-details [id^=feed-]>a:nth-child(9),
.insta-custom .product-professional #insta-feed>a:nth-child(9),
.insta-custom .product-professional [id^=feed-]>a:nth-child(9),
.insta-custom .product-sachet #insta-feed>a:nth-child(9),
.insta-custom .product-sachet [id^=feed-]>a:nth-child(9),
.insta-custom .product [id^=feed-]>a:nth-child(9) {
    top: 50%;
    left: 75%
}

.product-details .collection-title-style,
.product-professional .collection-title-style,
.product-sachet .collection-title-style,
.product .collection-title-style {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 3.375rem
}

.product-details .product-list>div:nth-child(2n),
.product-professional .product-list>div:nth-child(2n),
.product-sachet .product-list>div:nth-child(2n),
.product .product-list>div:nth-child(2n) {
    margin-top: 60px
}

.product .dav-line-products-list .product-list>div:nth-child(2n) {
    margin-top: initial;
}

.product-details .related-products--grid,
.product-professional .related-products--grid,
.product-sachet .related-products--grid,
.product .related-products--grid {
    text-align: left
}

.product-details .product-details-info .dav-super-title,
.product-professional .product-details-info .dav-super-title,
.product-sachet .product-details-info .dav-super-title,
.product .product-details-info .dav-super-title {
    font-size: .875rem
}

.product-details .product-details-info .title,
.product-professional .product-details-info .title,
.product-sachet .product-details-info .title,
.product .product-details-info .title {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0
}

.product-details .product-details-info .description,
.product-professional .product-details-info .description,
.product-sachet .product-details-info .description,
.product .product-details-info .description {
    color: #4c4c4c;
    font-size: .875rem
}

.product-details .product-details-info .link,
.product-professional .product-details-info .link,
.product-sachet .product-details-info .link,
.product .product-details-info .link {
    font-size: .875rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    text-decoration: underline
}

.product-left-side .badges-list {
    margin-left: 0
}

.inpage-menu .inpage-menu__container {
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width:1024px) {
    .inpage-menu .inpage-menu__container {
        overflow-x: auto;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }

    .inpage-menu .inpage-menu__container::-webkit-scrollbar-track {
        background-color: #fffefc
    }

    .inpage-menu .inpage-menu__container::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .inpage-menu .inpage-menu__container::-webkit-scrollbar:horizontal {
        width: auto;
        height: 6px
    }

    .inpage-menu .inpage-menu__container::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }
}

.inpage-menu .inpage-menu__link {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px;
    position: relative;
    outline: none
}

.inpage-menu .inpage-menu__link,
.inpage-menu .inpage-menu__link:active {
    color: #4c4c4c;
    font-size: .75rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase
}

.inpage-menu .inpage-menu__link.active-page,
.inpage-menu .inpage-menu__link:focus,
.inpage-menu .inpage-menu__link:hover {
    color: #4c4c4c
}

.inpage-menu .inpage-menu__link.active-page:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #4c4c4c;
    bottom: 0;
    left: 0
}

.contact-form-wrap {
    margin: 0 auto;
    width: 50%
}

@media only screen and (max-width:1024px) {
    .contact-form-wrap {
        width: 83.33333%
    }
}

@media only screen and (max-width:798px) {
    .contact-form-wrap {
        width: 100%
    }
}

.contact-form-wrap form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-form-wrap .contact-form__btn-wrap {
    text-align: center
}

.contact-form-wrap .contact-form__btn {
    display: inline-block !important;
    text-transform: uppercase
}

.contact-form-wrap .contact-form__row {
    padding-bottom: 30px
}

.contact-form-wrap label small {
    font-size: .7em;
    text-transform: none
}

body.customers-login,
body.customers-register {
    background-position: 0 300px, 100% 40px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
    background-size: 113px 121px, 113px 530px
}

@media only screen and (max-width:798px) {

    body.customers-login,
    body.customers-register {
        background-image: none
    }
}

body.customers-login .mdc-form-field>label,
body.customers-register .mdc-form-field>label {
    margin: 0 !important
}

.register__form-title {
    margin-top: 25px
}

#customer {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    flex-wrap: wrap;
}

.browser-edge #customer {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width:1024px) {
    #customer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto
    }

    #customer.login-template {
        max-width: 450px
    }
}

#customer .mdc-form-field-check,
#customer .mdc-select,
#customer .mdc-text-field {
    margin: 10px 0
}

#customer .mdc-checkbox+label {
    font-size: .9em;
    line-height: 1.2em
}

#customer .mdc-form-field:not(.mdc-form-field-check) {
    display: -ms-flexbox;
    display: flex
}

#customer .dav_usr_button {
    width: 100%;
    background: #4c4c4c;
    font-size: .875rem;
    font-family: PT Sans Narrow, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#customer .dav_usr_button:hover {
    background: #707070
}

#customer h1 {
    font-size: 34px;
    color: #4c4c4c;
    line-height: 34px;
    text-align: center;
    margin-bottom: 15px
}

@media only screen and (max-width:1024px) {
    #customer h1 {
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (max-width:798px) {
    #customer h1 {
        text-align: left
    }
}

#customer h3 {
    font-size: 26px;
    color: #4c4c4c;
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 25px
}

@media only screen and (max-width:1024px) {
    #customer h3 {
        font-size: 13px;
        line-height: 20px
    }
}

@media only screen and (max-width:798px) {
    #customer h3 {
        text-align: left
    }
}

#customer .login {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    padding: 20px
}

@media only screen and (max-width:1200px) {
    #customer .login {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 1;
        order: 1;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        max-height: 65px;
        overflow: hidden;
        transition: max-height .5s, padding .5s
    }

    #customer .login h1 {
        position: relative;
        padding-bottom: 20px
    }

    #customer .login h1:after {
        content: "+";
        position: absolute;
        right: 0
    }

    #customer .login h1.active:after {
        content: "-"
    }

    #customer .login.active {
        /*max-height: 450px;*/
        max-height: 100%;
    }

    #customer .login.active h1 {
        padding-bottom: 0
    }

    #customer .login.active h1:after {
        content: "-"
    }
}
@media only screen and (max-width:1024px) {
    #customer .login {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-bottom: 1px solid #4c4c4c;
    }
}
#customer .recover {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    padding: 20px
}

@media only screen and (max-width:1200px) {
    #customer .recover {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 3;
        order: 3;
        font-size: 13px;
        line-height: 20px;
        text-align: left
    }
}

#customer .register_link {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    padding: 20px
}

@media only screen and (max-width:1200px) {
    #customer .register_link {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 2;
        order: 2;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        max-height: auto;
        overflow: hidden;
        transition: max-height .5s, padding .5s
    }

    #customer .register_link h1 {
        position: relative;
        padding-bottom: 20px
    }

    #customer .register_link h1:after {
        content: "+";
        position: absolute;
        right: 0;
        display: none;
    }

    #customer .register_link h1.active:after {
        content: "-"
    }

    #customer .register_link.active {
        max-height: 450px
    }

    #customer .register_link.active h1 {
        padding-bottom: 0
    }

    #customer .register_link.active h1:after {
        content: "-"
    }
}
@media only screen and (max-width:1024px) {
    #customer .register_link {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-top: 1px solid #4c4c4c;
    }
}
#customer .registration_newsletter {
    margin-top: 15px
}

#customer .registration_newsletter__radios {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

#customer .registration_newsletter__radios .mdc-form-field {
    margin-right: 15px
}

#customer #register_form {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:1024px) {
    #customer #register_form {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

#customer #register_form #first_step,
#customer #register_form #second_step {
    max-width: 66.66667%;
    margin: auto;
    min-width: 400px
}

@media only screen and (max-width:798px) {

    #customer #register_form #first_step,
    #customer #register_form #second_step {
        max-width: 450px;
        min-width: unset
    }
}

#customer #register_form .action_bottom {
    margin-top: 20px;
    text-align: center
}

#customer #register_form .action_bottom #goToStepTwo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

#customer #register_form .mdc-form-field-check {
    width: 100%
}

#customer #register_form #userType_radio {
    width: 100%;
    margin: 10px 0;
    overflow: visible
}

#customer #register_form #userType_radio .radio {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center
}

#customer #register_form #userType_radio .radio>svg {
    display: block;
    margin: 0 auto;
    height: 70px
}

@media only screen and (max-width:1024px) {
    #customer #register_form #userType_radio .radio>svg {
        height: 50px
    }
}

#customer #register_form #userType_radio .radio label {
    text-transform: none;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    margin: 20px 0
}

@media only screen and (max-width:1024px) {
    #customer #register_form #userType_radio .radio label {
        font-size: 16px;
        line-height: 20px
    }
}

#customer #register_form #userType_radio .radio .mdc-radio__background {
    transform: scale(2)
}

@media only screen and (max-width:1024px) {
    #customer #register_form #userType_radio .radio .mdc-radio__background {
        transform: scale(1.5)
    }
}

#customer #register_form #userType_radio .mdc-radio__outer-circle {
    border-width: 1px
}

#customer #register_form #userType_radio .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle {
    transform: scale(.5)
}

@media only screen and (min-width:799px) {
    #customer #register_form .mdc-form-field {
        overflow: hidden
    }
}

@media only screen and (max-width:1024px) {
    #customer #register_form .mdc-form-field .mdc-debug-check-label {
        top: -6px;
        white-space: normal;
        line-height: 1.4em;
        width: calc(100vw - 90px)
    }
}

#customer #register_form .interests_list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

#customer #register_form .interests_list li {
    margin-bottom: 13px
}

#customer #register_form .interests_list li div {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto
}

#customer #register_form .interests_list li div label {
    cursor: pointer;
    margin: 0
}

#customer #register_form .interests_list li div img {
    display: block;
    width: 100%;
    border: 5px solid transparent;
    transition: border-color .3s
}

#customer #register_form .interests_list li div input[type=checkbox] {
    position: absolute;
    top: -16px;
    right: -16px;
    -webkit-appearance: unset;
    width: 40px;
    height: 40px;
    display: block;
    outline: none;
    background: var(--dav-img-url-davines-interest-add);
    background-size: cover
}

@media only screen and (max-width:798px) {
    #customer #register_form .interests_list li div input[type=checkbox] {
        top: -6px;
        right: -6px;
        width: 20px;
        height: 20px
    }
}

#customer #register_form .interests_list li div input[type=checkbox]:checked {
    background: var(--dav-img-url-davines-interest-check);
    background-size: cover
}

#customer #register_form .interests_list li div input[type=checkbox]:checked:hover {
    background: var(--dav-img-url-davines-interest-remove);
    background-size: cover
}

#customer #register_form .interests_list li div input[type=checkbox]:checked~img {
    border: 5px solid #4c4c4c
}

#customer #register_form .interests_list li div input[type=checkbox]:disabled {
    opacity: 0
}

#customer #register_form .interests_list li div input[type=checkbox]:disabled~img {
    opacity: .2
}

#customer #register_form .interests_list li span {
    text-align: center;
    width: 100%;
    display: block
}

#customer #register_form .interests_list>li:first-child:nth-last-child(n+1),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+1)~li {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%
}

#customer #register_form .interests_list>li:first-child:nth-last-child(n+2),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+2)~li {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

#customer #register_form .interests_list>li:first-child:nth-last-child(n+3),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+3)~li {
    -ms-flex: 0 0 26.66667%;
    flex: 0 0 26.66667%
}

#customer #register_form .interests_list>li:first-child:nth-last-child(n+4),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+4)~li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

#customer #register_form .interests_list>li:first-child:nth-last-child(n+5),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+5)~li {
    -ms-flex: 0 0 26.66667%;
    flex: 0 0 26.66667%
}

#customer #register_form .interests_list>li:first-child:nth-last-child(n+6),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+6)~li,
#customer #register_form .interests_list>li:first-child:nth-last-child(n+7),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+7)~li,
#customer #register_form .interests_list>li:first-child:nth-last-child(n+8),
#customer #register_form .interests_list>li:first-child:nth-last-child(n+8)~li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

@media only screen and (max-width:798px) {

    #customer #register_form .interests_list>li:first-child:nth-last-child(n+1),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+1)~li {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    #customer #register_form .interests_list>li:first-child:nth-last-child(n+2),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+2)~li,
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+3),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+3)~li,
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+4),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+4)~li,
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+5),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+5)~li,
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+6),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+6)~li,
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+7),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+7)~li,
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+8),
    #customer #register_form .interests_list>li:first-child:nth-last-child(n+8)~li {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.customer_address.edit_address form {
    padding-right: 10%
}

.customer_address.edit_address .mdc-select,
.customer_address.edit_address .mdc-text-field {
    margin-bottom: 15px
}

.account_page {
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    box-sizing: border-box;
    width: 75%;
    min-width: 900px;
    max-width: 1300px;
    overflow: hidden;
    margin: 40px auto
}

@media only screen and (max-width:1024px) {
    .account_page {
        overflow: hidden;
        min-width: unset;
        max-width: unset;
        width: 100vw;
        margin: auto;
        background: #fffefc
    }
}

@media only screen and (max-width:1024px) {
    .account_page.view_content .customer__sidebar {
        margin-left: -100vw
    }
}

.account_page h1 {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .75rem;
    line-height: 40px;
    margin: 0;
    padding: 0
}

.account_page h2,
.account_page h2 a {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 1.75rem;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media only screen and (max-width:1024px) {

    .account_page h2,
    .account_page h2 a {
        font-size: 1.125rem;
        line-height: 1em
    }
}

.account_page h2.customer__sidebar__customer-welcome,
.account_page h2.customer__sidebar__customer-welcome a {
    font-size: 1.625rem;
    margin-bottom: 30px
}

.account_page h3 {
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px
}

.account_page h3,
.account_page h4 {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem
}

.account_page h4 {
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase
}

.customer__sidebar {
    box-sizing: border-box;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    padding-right: 40px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width:1024px) {
    .customer__sidebar {
        -ms-flex: 0 0 100vw;
        flex: 0 0 100vw;
        background-color: #fffefc;
        transition: margin .5s ease-in;
        overflow: hidden;
        padding: 0 20px
    }
}

.customer__sidebar header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.customer__sidebar .customer__sidebar__link_list {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}

@media only screen and (max-width:798px) {
    .customer__sidebar .customer__sidebar__link_list {
        margin-top: 15px
    }
}

.customer__sidebar .customer__sidebar__link_list li {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .75rem;
    line-height: 40px;
    text-transform: uppercase;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px
}

@media only screen and (max-width:1024px) {
    .customer__sidebar .customer__sidebar__link_list li {
        line-height: 1.2em;
        -ms-flex: 0 1 20px;
        flex: 0 1 20px
    }
}

.customer__sidebar .customer__sidebar__link_list li a {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .75rem;
    line-height: 40px;
    text-transform: uppercase;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px
}

@media only screen and (max-width:1024px) {
    .customer__sidebar .customer__sidebar__link_list li a {
        line-height: 1.2em
    }
}

.customer__sidebar .customer__sidebar__link_list li.active,
.customer__sidebar .customer__sidebar__link_list li.active a {
    font-weight: 900;
    color: #000
}

.account__content {
    box-sizing: border-box;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fffefc;
    padding: 40px
}

@media only screen and (max-width:1024px) {
    .account__content {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
}

@media only screen and (max-width:480px) {
    .account__content {
        -ms-flex: 0 0 100vw;
        flex: 0 0 100vw;
        overflow: auto;
        padding: 0 20px;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.account__content .mobile-heading {
    display: none
}

@media only screen and (max-width:1024px) {
    .account__content .mobile-heading {
        display: block;
        margin-bottom: 30px;
        width: 100%
    }
}

.account__content .mobile-heading .menu-open-button {
    background: var(--dav-img-url-davines_mobile-back) no-repeat 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.account__content .content__name {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 200px;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media only screen and (max-width:480px) {
    .account__content .content__name {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }
}

.account__content .content__name p {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 20px
}

.account__content .content__details {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media only screen and (max-width:480px) {
    .account__content .content__details {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }
}

.account__content .content__details h2 {
    padding-left: 9px
}

@media only screen and (max-width:480px) {
    .account__content .content__details h2 {
        padding-left: 0
    }
}

.account__content .content__details .address {
    padding-left: 9px
}

@media only screen and (max-width:480px) {
    .account__content .content__details .address {
        padding-left: 0
    }
}

.account__content .content__details .address p {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 20px
}

.account__content .content__details .account-inputs .mdc-form-field {
    display: -ms-flexbox;
    display: flex
}

.account__content .content__details .account-inputs .mdc-form-field .mdc-checkbox {
    padding: 9px
}

.account__content .content__orders {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    width: 100%;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media only screen and (max-width:1024px) {
    .account__content .content__orders {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: auto
    }
}

.account__content .content__orders tr {
    border: 0 solid transparent;
    border-bottom: 1px solid #949494
}

.account__content .content__orders tr th {
    font-weight: 400;
    text-transform: uppercase
}

.account__content .content__orders tr td,
.account__content .content__orders tr th {
    border: 0 solid transparent;
    padding: 0;
    background-color: transparent;
    height: 56px;
    line-height: 56px;
    font-family: PT Sans Narrow, sans-serif;
    color: #4c4c4c;
    font-size: .8125rem
}

.account__content .content__orders tr a {
    text-decoration: underline
}

@media only screen and (max-width:798px) {
    .account__content .content__orders thead {
        display: none
    }

    .account__content .content__orders tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .account__content .content__orders tr td {
        height: auto;
        line-height: normal
    }

    .account__content .content__orders tr .order__financial-status {
        display: none
    }

    .account__content .content__orders tr .order__name {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 1;
        order: 1
    }

    .account__content .content__orders tr .order__date {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 2;
        order: 2
    }

    .account__content .content__orders tr .order__recipient {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 4;
        order: 4
    }

    .account__content .content__orders tr .order__total {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 3;
        order: 3;
        text-align: right
    }

    .account__content .content__orders tr .order__fulfillment-status {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-order: 5;
        order: 5;
        text-align: right
    }

    .account__content .content__orders tr .order__actions {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 6;
        order: 6;
        height: 50px;
        line-height: 42px
    }

    .account__content .content__orders tr .order__more {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 1;
        order: 1;
        height: 50px;
        line-height: 42px
    }
}

.account__content .content__addresses {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.account__content .content__addresses h4 {
    line-height: normal;
    margin-top: 20px
}

.account__content .content__addresses .content__addresses__title {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 50px
}

@media only screen and (max-width:1024px) {
    .account__content .content__addresses .content__addresses__title {
        display: none
    }
}

.account__content .content__addresses .addresses__newButton {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 50px
}

@media only screen and (max-width:1024px) {
    .account__content .content__addresses .addresses__newButton {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 54px
    }
}

.account__content .content__addresses .addresses__newButton a {
    float: right
}

@media only screen and (max-width:1024px) {
    .account__content .content__addresses .addresses__newButton a {
        width: 100%
    }
}

.account__content .content__addresses #add_address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto
}

.account__content .content__addresses #address_tables {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media only screen and (max-width:1024px) {
    .account__content .content__addresses #address_tables {
        padding: 0
    }
}

.account__content .content__addresses #address_tables .address_table {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    height: auto
}

@media only screen and (max-width:480px) {
    .account__content .content__addresses #address_tables .address_table {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.account__content .content__addresses #address_tables .address_table.default_address_table {
    display: block;
    width: 33%;
    height: auto;
    left: 0
}

@media only screen and (max-width:480px) {
    .account__content .content__addresses #address_tables .address_table.default_address_table {
        position: static;
        width: auto;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.account__content .content__addresses #address_tables .address_table .view_address {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 20px
}

.account__content .content__addresses #address_tables .address_table .address_actions .action_button {
    display: inline;
    text-transform: none;
    padding: 0;
    background: none;
    border: none
}

.account__content .content__addresses #address_tables .address_table .address_actions .action_button a {
    color: #4c4c4c;
    text-decoration: underline
}

.account__content .content__salonSelector {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto
}

.account__content .content__salonSelector .form_container {
    max-width: 400px;
    overflow: hidden
}

.account__content .content__salonSelector .form_container>div {
    margin-top: 10px;
    margin-bottom: 10px
}

.account__content .content__wishlist-text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #4c4c4c;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 20px
}

.account__content .content__wishlist-products {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 20px;
    border-bottom: 1px solid #4c4c4c;
    padding-top: 0;
    padding-bottom: 30px
}

@media only screen and (max-width:1024px) {
    .account__content .content__wishlist-products {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .account__content .content__wishlist-products .columns.thumbnail {
        padding-bottom: 20px
    }
}

.account__content .content__wishlist-products .columns.thumbnail .product-details-info .super-title {
    min-height: 2.2em;
    line-height: 1.1em;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.account__content .content__wishlist-products .columns.thumbnail .product-details-info .title {
    font-size: 1.25rem;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.1em
}

.account__content .content__wishlist-products .columns.thumbnail .product-details-info .description,
.account__content .content__wishlist-products .columns.thumbnail .product-details-info .title {
    overflow: hidden;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.account__content .content__wishlist-products .wishlist-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    padding: 20px 0 0;
    margin: 0
}

.account__content .content__wishlist-products .wishlist-actions .to-cart-button {
    width: 100%
}

.account__content .content__wishlist-products .wishlist-actions .btn-to-wishlist,
.account__content .content__wishlist-products .wishlist-actions .cart-button {
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    display: block;
    padding: 13px;
    background-color: #949494;
    color: #b7b7b7;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    line-height: 1.1875rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
    height: auto
}

.account__content .content__wishlist-products .wishlist-actions .btn-to-wishlist svg,
.account__content .content__wishlist-products .wishlist-actions .cart-button svg {
    fill: #fff
}

.account__content .content__wishlist-products .wishlist-actions .btn-to-wishlist {
    background: transparent;
    color: #fffefc
}

.account__content .content__wishlist-products .wishlist-actions .btn-to-wishlist svg path {
    fill: #949494
}

.account__content .content__wishlist-products .wishlist-actions .cart-button {
    margin-right: 5px
}

.account__content .content__wishlist-products .wishlist-actions .btn-to-wishlist {
    margin-left: 5px
}

.account__content #wishlist-email-link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 20px;
    text-align: center;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 20px;
    color: #4c4c4c;
    text-decoration: underline
}

.account__content .content__bookings {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    width: 100%;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media only screen and (max-width:1024px) {
    .account__content .content__bookings {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: auto
    }
}

.account__content .content__bookings tr {
    border: 0 solid transparent;
    border-bottom: 1px solid #949494
}

.account__content .content__bookings tr th {
    font-weight: 400;
    text-transform: uppercase
}

.account__content .content__bookings tr td,
.account__content .content__bookings tr th {
    border: 0 solid transparent;
    padding: 0;
    background-color: transparent;
    height: 56px;
    line-height: 56px;
    font-family: PT Sans Narrow, sans-serif;
    color: #4c4c4c;
    font-size: .8125rem
}

.account__content .content__bookings tr a {
    text-decoration: underline
}

.account__content .content__bookings .booking__title {
    width: 50%
}

.account__content .content__bookings .booking__date {
    width: 18%
}

.account__content .content__bookings .booking_start {
    width: 14%
}

.account__content .content__bookings .booking__actions {
    width: 18%
}

.account__content .content__bookings .booking__actions form {
    margin: 0
}

.account__content .content__bookings .booking__actions form .booking-cancel {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fffefc;
    color: #4c4c4c;
    text-decoration: underline;
    cursor: pointer
}

.account__content .content__bookings .booking__actions form .booking-cancel:disabled {
    pointer-events: none;
    color: #b7b7b7
}

@media only screen and (max-width:798px) {
    .account__content .content__bookings thead {
        display: none
    }

    .account__content .content__bookings tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .account__content .content__bookings tr td {
        height: auto;
        line-height: normal
    }

    .account__content .content__bookings tr .booking__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 1;
        order: 1
    }

    .account__content .content__bookings tr .booking__date {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 2;
        order: 2
    }

    .account__content .content__bookings tr .booking__start {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 3;
        order: 3
    }

    .account__content .content__bookings tr .booking__actions {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 4;
        order: 4
    }

    .account__content .content__bookings tr .booking__actions .booking-cancel {
        width: auto
    }
}

.page-salonlocator .btn-block,
.page-salonlocator a.btn-block {
    height: 56px;
    line-height: 54px;
    padding: 0;
    width: 200px;
    text-align: center
}

.page-salonlocator .btn-block:focus,
.page-salonlocator a.btn-block:focus {
    outline: 0
}

#location-form {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 20px 40px;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    #location-form {
        margin-top: 72px;
        padding: 20px
    }
}

@media only screen and (max-width:480px) {
    #location-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#location-form .input_address-container {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    line-height: normal
}

@media only screen and (max-width:480px) {
    #location-form .input_address-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }
}

#location-form .input_distance-container {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    line-height: normal
}

@media only screen and (max-width:480px) {
    #location-form .input_distance-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }
}

#location-form .button_search-container {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    line-height: normal
}

@media only screen and (max-width:480px) {
    #location-form .button_search-container {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-bottom: 10px
    }

    #location-form .button_search-container a {
        width: 100%
    }
}

#location-form .button_findMe-container {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    line-height: normal
}

@media only screen and (max-width:480px) {
    #location-form .button_findMe-container {
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        margin-bottom: 10px
    }

    #location-form .button_findMe-container a {
        width: 56px;
        position: relative;
        color: #fff;
        background-color: #4c4c4c;
        border-color: #4c4c4c
    }

    #location-form .button_findMe-container a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 15%;
        width: 100%;
        height: 70%;
        border-left: 1px solid #fff
    }
}

#location-form .button_findMe-container a {
    display: -ms-flexbox;
    display: flex;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

#location-form .button_findMe-container a svg {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

@media only screen and (max-width:480px) {
    #location-form .button_findMe-container a svg {
        margin: 0
    }
}

#location-form .button_findMe-container a svg path {
    fill: #4c4c4c
}

@media only screen and (max-width:480px) {
    #location-form .button_findMe-container a svg path {
        fill: #fff
    }
}

#location-form .button_findMe-container a span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width:480px) {
    #location-form .button_findMe-container a span {
        display: none
    }
}

#locator-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    padding: 0
}

@media only screen and (max-width:798px) {
    #locator-container {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 20px;
        margin: 0 auto;
        box-shadow: none
    }
}

#locator-container #results-container {
    height: 35vw;
    max-height: 750px;
    position: relative;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 40px 0 20px
}

@media only screen and (max-width:1024px) {
    #locator-container #results-container {
        height: 50vw;
        max-height: 3000px
    }
}

@media only screen and (max-width:798px) {
    #locator-container #results-container {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        height: auto;
        max-height: 80vh;
        padding: 5px 0;
        background-color: transparent
    }
}

#locator-container #results-container #results-container__heading {
    padding: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #results-container__heading {
        padding: 0 20px
    }
}

#locator-container #results-container #results-container__heading #salons-found {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    height: 34px;
    line-height: 34px
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #results-container__heading #salons-found {
        font-size: 18px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

#locator-container #results-container #results-container__heading #hide-salons-filters,
#locator-container #results-container #results-container__heading #show-salons-filters {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    height: 34px;
    line-height: 34px
}

@media only screen and (max-width:798px) {

    #locator-container #results-container #results-container__heading #hide-salons-filters,
    #locator-container #results-container #results-container__heading #show-salons-filters {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    #locator-container #results-container #results-container__heading #hide-salons-filters a,
    #locator-container #results-container #results-container__heading #show-salons-filters a {
        width: 100px
    }
}

#locator-container #results-container #salons-filters {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, padding .3s;
    padding: 20px 0 0;
    border-bottom: 1px solid #4c4c4c
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #salons-filters {
        padding: 0 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#locator-container #results-container #salons-filters.visible {
    max-height: 100px;
    padding: 20px 0
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #salons-filters.visible {
        max-height: 200px;
        padding: 20px 20px 10px
    }
}

#locator-container #results-container #salons-filters .mdc-select {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%
}

@media only screen and (max-width:480px) {
    #locator-container #results-container #salons-filters .mdc-select {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }
}

#locator-container #results-container #window-switches {
    display: none
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #window-switches {
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        border-bottom: 1px solid #4c4c4c;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    #locator-container #results-container #window-switches .window-switches__switch {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fffefc
    }

    #locator-container #results-container #window-switches .window-switches__switch img {
        margin: auto;
        width: 20px;
        height: 20px
    }

    #locator-container #results-container #window-switches .window-switches__switch.selected {
        background-color: #dbdbdb
    }
}

#locator-container #results-container #salon-results {
    padding: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 10px 0;
    overflow-y: scroll;
    background: #fffefc
}

#locator-container #results-container #salon-results::-webkit-scrollbar-track {
    background-color: #fffefc
}

#locator-container #results-container #salon-results::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

#locator-container #results-container #salon-results::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

#locator-container #results-container #salon-results::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #salon-results {
        -ms-flex: 1 1 400px;
        flex: 1 1 400px;
        transition: max-height .3s, padding .3s;
        max-height: 0;
        margin: 0
    }

    #locator-container #results-container #salon-results.visible {
        max-height: 400px;
        margin-bottom: 10px
    }
}

#locator-container #results-container #salon-results li {
    border-bottom: 1px solid #dfdede
}

#locator-container #results-container #salon-results li .salon-result-container {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    outline: none
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #salon-results li .salon-result-container .salon-anchor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-one {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 10px
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-one {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-one .salon-icon {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 10px
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts h5 {
    color: #333;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
    text-transform: none;
    text-decoration: underline;
    padding: 0;
    margin: 0
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts h3 {
    color: #333;
    font-size: 18px;
    line-height: 1.4em;
    margin: 5px 0 16px
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts p {
    color: #333;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 13px;
    line-height: 20px
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-two {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    padding-bottom: 10px
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-two {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 50px
    }
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-two h6 {
    color: #949494;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

#locator-container #results-container #salon-results li .salon-result-container .salon-anchor .salon-col-two p {
    color: #333;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 13px;
    line-height: 20px
}

#locator-container #results-container #salon-results li .salon-result-container .salon-buttons-container {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

#locator-container #results-container #salon-results li .salon-result-container .salon-buttons-container .salon-button {
    padding: 0 5px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px
}

@media only screen and (max-width:798px) {
    #locator-container #results-container #salon-results li .salon-result-container .salon-buttons-container .salon-button {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

#locator-container #results-container #salon-results li .salon-result-container .salon-buttons-container .salon-button a {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

#locator-container #results-container #salon-results li .salon-result-container .salon-buttons-container .salon-button a img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#locator-container #results-container #salon-results li .salon-result-container .salon-buttons-container .salon-button a img .grey {
    fill: pink
}

#locator-container #results-container #salon-results li .salon-result-container .salon-buttons-container .salon-button a span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: underline;
    color: #949494;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-align: center
}

#locator-container #results-container .pager {
    text-align: center;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    margin-bottom: 10px
}

@media only screen and (max-width:798px) {
    #locator-container #results-container .pager {
        max-height: 0;
        transition: max-height .3s, padding .3s;
        margin: 0
    }

    #locator-container #results-container .pager.visible {
        max-height: 34px
    }
}

#locator-container #results-container .pager .btn-block {
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    width: 56px;
    text-decoration: none;
    height: 34px;
    line-height: 34px
}

#locator-container #results-container .pager .btn-block.disabled {
    opacity: .5
}

#locator-container #results-container .pager .page-counter {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 34px;
    line-height: 34px;
    margin: 0 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 80px
}

#locator-container #map-container {
    height: 35vw;
    max-height: 750px;
    position: relative;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

@media only screen and (max-width:1024px) {
    #locator-container #map-container {
        height: 50vw;
        max-height: 3000px
    }
}

@media only screen and (max-width:798px) {
    #locator-container #map-container {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        height: 400px;
        max-height: 0;
        transition: max-height .3s, padding .3s
    }

    #locator-container #map-container.visible {
        max-height: 100vh
    }
}

#locator-container #map-container .salon-result-container {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#locator-container #map-container .salon-result-container .salon-anchor {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    outline: none
}

@media only screen and (max-width:798px) {
    #locator-container #map-container .salon-result-container .salon-anchor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-one {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:798px) {
    #locator-container #map-container .salon-result-container .salon-anchor .salon-col-one {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-one .salon-icon {
    display: none
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts h5 {
    color: #333;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
    text-transform: none;
    text-decoration: underline;
    padding: 0 5px 0 0;
    margin: 0
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts h3 {
    color: #333;
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 5px 0 0;
    margin: 0
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-one .salon-col-one__texts p {
    color: #333;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 11px;
    line-height: 20px;
    padding: 0 5px 0 0
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width:798px) {
    #locator-container #map-container .salon-result-container .salon-anchor .salon-col-two {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-two h6 {
    color: #949494;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    margin: 0
}

#locator-container #map-container .salon-result-container .salon-anchor .salon-col-two p {
    color: #333;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 5px
}

#locator-container #map-container .salon-result-container .salon-buttons-container {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

#locator-container #map-container .salon-result-container .salon-buttons-container .salon-button {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 5px
}

#locator-container #map-container .salon-result-container .salon-buttons-container .salon-button a {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

#locator-container #map-container .salon-result-container .salon-buttons-container .salon-button a img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#locator-container #map-container .salon-result-container .salon-buttons-container .salon-button a img .grey {
    fill: pink
}

#locator-container #map-container .salon-result-container .salon-buttons-container .salon-button a span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: underline;
    color: #949494;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-align: center
}

#locator-container #map-container .overlay,
#locator-container #results-container .overlay {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .75);
    width: 0;
    height: 0;
    opacity: 0
}

#locator-container #map-container .overlay .dav-loading-bar,
#locator-container #results-container .overlay .dav-loading-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#locator-container #map {
    width: 100%;
    height: 100%
}

.dav-become-salon .dav-become-salon__container {
    margin-top: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px
}

@media only screen and (max-width:798px) {
    .dav-become-salon .dav-become-salon__container {
        padding: 0;
        margin-top: 0
    }
}

.dav-become-salon .dav-become-salon__relative {
    position: relative;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (max-width:1024px) {
    .dav-become-salon .dav-become-salon__relative {
        -ms-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
}

@media only screen and (max-width:798px) {
    .dav-become-salon .dav-become-salon__relative {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }
}

.dav-become-salon .dav-become-salon__relative .dav-become-salon__img {
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

@media only screen and (max-width:1024px) {
    .dav-become-salon .dav-become-salon__relative .dav-become-salon__img {
        -ms-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
}

@media only screen and (max-width:798px) {
    .dav-become-salon .dav-become-salon__relative .dav-become-salon__img {
        display: none
    }
}

.dav-become-salon .dav-become-salon__relative .dav-become-salon__bg {
    height: 0;
    padding-top: 26%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.dav-become-salon .dav-become-salon__relative .dav-become-salon__content {
    padding: 40px;
    background: #dbdbdb;
    position: relative;
    z-index: 2
}

.dav-become-salon .dav-become-salon__relative .dav-become-salon__text {
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    color: #4c4c4c
}

@media only screen and (max-width:798px) {
    .dav-become-salon .dav-become-salon__relative .dav-become-salon__text {
        font-size: 1rem
    }
}

.dav-become-salon .dav-become-salon__decoration {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    position: relative;
    z-index: 1;
    text-align: center
}

@media only screen and (max-width:1024px) {
    .dav-become-salon .dav-become-salon__decoration {
        -ms-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
}

@media only screen and (max-width:798px) {
    .dav-become-salon .dav-become-salon__decoration {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        text-align: right;
        min-height: 200px;
        margin-top: -80px;
        z-index: 3
    }
}

@media only screen and (max-width:480px) {
    .dav-become-salon .dav-become-salon__decoration {
        margin: 0
    }
}

.dav-become-salon .dav-become-salon__decoration img {
    max-width: 300px;
    width: 100%
}

.top-salons .top-salons__title {
    padding: 0 20px;
    margin-bottom: 30px
}

.top-salons .top-salons__items {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {
    .top-salons .top-salons__items {
        overflow-x: auto
    }

    .top-salons .top-salons__items::-webkit-scrollbar-track {
        background-color: #fffefc
    }

    .top-salons .top-salons__items::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .top-salons .top-salons__items::-webkit-scrollbar:horizontal {
        width: auto;
        height: 6px
    }

    .top-salons .top-salons__items::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }
}

.top-salons .top-salons__item {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    padding: 0 20px
}

@media only screen and (max-width:798px) {
    .top-salons .top-salons__item {
        -ms-flex-basis: 80vw;
        -ms-flex-preferred-size: 80vw;
        flex-basis: 80vw;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.top-salons .top-salons__item:nth-child(2n) {
    padding-top: 50px
}

.text-with-images {
    font-size: 10px;
    margin-bottom: 70px
}

@media only screen and (max-width:798px) {
    .text-with-images {
        margin-bottom: 20px
    }
}

.text-with-images .container {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto
}

.text-with-images .container .text-with-images__left-column {
    margin-right: 0;
    margin-left: 40px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .text-with-images .container .text-with-images__left-column {
        margin-left: 20px
    }
}

@media only screen and (max-width:480px) {
    .text-with-images .container .text-with-images__left-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0
    }
}

.text-with-images .container .text-with-images__left-column .text-with-images__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 2.625rem;
    line-height: 1em
}

@media only screen and (max-width:1024px) {
    .text-with-images .container .text-with-images__left-column .text-with-images__title {
        font-size: 2rem
    }
}

@media only screen and (max-width:480px) {
    .text-with-images .container .text-with-images__left-column .text-with-images__title {
        padding-left: 0;
        font-size: 1.625rem
    }
}

.text-with-images .container .text-with-images__left-column .image-element__wrap {
    margin: 0;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0
}

@media only screen and (max-width:1024px) {
    .text-with-images .container .text-with-images__left-column .image-element__wrap {
        top: 50px
    }
}

@media only screen and (max-width:480px) {
    .text-with-images .container .text-with-images__left-column .image-element__wrap {
        position: static;
        padding-left: 0
    }
}

.text-with-images .container .text-with-images__left-column .image-element__wrap .text-with-images__background-image {
    padding: 0;
    margin-right: 0;
    width: 100%
}

@media only screen and (max-width:480px) {
    .text-with-images .container .text-with-images__left-column .image-element__wrap .text-with-images__background-image {
        display: none
    }
}

.text-with-images .container .text-with-images__left-column .image-element__wrap .text-with-images__main-image {
    display: none
}

@media only screen and (max-width:480px) {
    .text-with-images .container .text-with-images__left-column .image-element__wrap .text-with-images__main-image {
        padding: 0;
        margin-right: 0;
        width: 100%;
        display: block
    }
}

.text-with-images .container .text-with-images__left-column .text-with-images__text {
    padding: 40px;
    margin: 170px 0 0 auto;
    background: var(--dav-theme-background-default);
    position: relative;
    max-width: 400px;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    line-height: 20px
}

@media only screen and (max-width:480px) {
    .text-with-images .container .text-with-images__left-column .text-with-images__text {
        padding: 20px;
        max-width: 90%;
        margin: -50px auto 0 0
    }
}

.text-with-images .container .text-with-images__right-column {
    margin-left: 0;
    margin-right: 40px
}

@media only screen and (max-width:480px) {
    .text-with-images .container .text-with-images__right-column {
        display: none
    }
}

.text-with-images .container .text-with-images__right-column .image-element__wrap {
    margin: 0
}

.text-with-images .container .text-with-images__right-column .text-with-images__main-image {
    padding: 0;
    margin-left: 0;
    width: 100%
}

.double-text-with-image {
    font-size: 10px;
    margin-bottom: 70px
}

@media only screen and (max-width:798px) {
    .double-text-with-image {
        margin-bottom: 20px
    }
}

.double-text-with-image .container {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
    margin: 0 auto
}

@media only screen and (max-width:480px) {
    .double-text-with-image .container {
        padding: 0;
        width: 100%
    }
}

.double-text-with-image .container .double-text-with-image__title {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin: 0 0 0 auto
}

@media only screen and (max-width:480px) {
    .double-text-with-image .container .double-text-with-image__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 20px
    }
}

.double-text-with-image .container .double-text-with-image__img-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20%
}

@media only screen and (max-width:480px) {
    .double-text-with-image .container .double-text-with-image__img-container {
        width: calc(100% - 20px);
        padding-top: 60%
    }
}

.double-text-with-image .container .double-text-with-image__img-container .image-element__wrap {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
    padding-left: 40px
}

.double-text-with-image .container .double-text-with-image__img-container .image-element__wrap .double-text-with-image__image {
    width: 100%
}

.double-text-with-image .container .double-text-with-image__text-container {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-left: -10%;
    padding: 20px;
    background-color: #b7b7b7
}

@media only screen and (max-width:480px) {
    .double-text-with-image .container .double-text-with-image__text-container {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -15% 0 0 auto
    }
}

.double-text-with-image .container .double-text-with-image__text-container .double-text-with-image__text-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    line-height: 20px;
    padding: 0 20px
}

@media only screen and (max-width:480px) {
    .double-text-with-image .container .double-text-with-image__text-container .double-text-with-image__text-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0
    }
}

.double-text-with-image .container .double-text-with-image__text-container .double-text-with-image__text-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    line-height: 20px;
    padding: 0 20px
}

@media only screen and (max-width:480px) {
    .double-text-with-image .container .double-text-with-image__text-container .double-text-with-image__text-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0
    }
}

.list-icon-with-small-desc {
    font-size: 10px;
    margin-bottom: 70px;
    background-color: rgba(0, 111, 124, .1)
}

@media only screen and (max-width:798px) {
    .list-icon-with-small-desc {
        margin-bottom: 20px
    }
}

.list-icon-with-small-desc .container {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
    margin: 0 auto
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .container {
        padding: 20px;
        width: 100%
    }
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100px;
    margin: 40px 8.33333% 0 0
}

@media only screen and (max-width:798px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(2) {
        margin: 40px 0 0 8.33333%
    }
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(3) {
    margin-right: 5%
}

@media only screen and (max-width:798px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(3) {
        margin: 40px 0 0 8.33333%
    }
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(3) {
        margin: 40px 8.33333% 0 0
    }
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(4) {
    margin-left: 5%
}

@media only screen and (max-width:798px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(4) {
        margin: 40px 0 0 8.33333%
    }
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(4) {
        display: none
    }
}

@media only screen and (max-width:798px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(5) {
        display: none
    }
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(6) {
    margin-right: 0
}

@media only screen and (max-width:798px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox:nth-of-type(6) {
        display: none
    }
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox .list-icon-with-small-desc__img {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox .list-icon-with-small-desc__img svg {
    width: 100%;
    height: 100%;
    fill: #006f7c
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox .list-icon-with-small-desc__img svg {
        width: 80%;
        height: 80%;
        margin: 10%
    }
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox .list-icon-with-small-desc__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem;
    position: relative
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox .list-icon-with-small-desc__text {
        font-size: .75rem;
        line-height: 1.125rem
    }
}

.list-icon-with-small-desc .container .list-icon-with-small-desc__infoBox .list-icon-with-small-desc__text a {
    display: block;
    position: absolute;
    bottom: 0;
    text-decoration: underline
}

.list-icon-with-small-desc .list-icon-with-small-desc__generalLink {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    background-color: rgba(0, 111, 124, .5)
}

@media only screen and (max-width:480px) {
    .list-icon-with-small-desc .list-icon-with-small-desc__generalLink {
        padding: 0;
        width: 100%
    }
}

.list-icon-with-small-desc .list-icon-with-small-desc__generalLink a {
    display: block;
    text-align: center;
    height: 35px;
    color: #fffefc;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 2.0625rem;
    width: 100%;
    text-decoration: underline
}

.graphs__section {
    overflow: hidden
}

.graphs__section .graphs__visual {
    font-size: 10px;
    padding: 0 40px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__visual {
        padding: 0
    }
}

.graphs__section .graphs__visual .graphs__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    margin-left: 25%;
    padding-top: 10%
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__visual .graphs__image {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        margin-left: 8.33333%;
        padding-top: 15%
    }
}

@media only screen and (max-width:480px) {
    .graphs__section .graphs__visual .graphs__image {
        display: none
    }
}

.graphs__section .graphs__visual .graphs__text {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    margin-right: 41.66667%;
    padding: 40px 40px 0 0;
    background-color: #b7b7b7;
    margin-top: -6%
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__visual .graphs__text {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        margin-right: 16.66667%;
        padding: 20px 20px 0 0
    }
}

@media only screen and (max-width:480px) {
    .graphs__section .graphs__visual .graphs__text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.graphs__section .graphs__visual .graphs__text .graphs__title {
    font-family: Roboto, sans-serif;
    font-size: 2.25rem;
    line-height: 2.125rem;
    margin-top: 0
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__visual .graphs__text .graphs__title {
        font-size: 1.9375rem;
        line-height: 2rem
    }
}

@media only screen and (max-width:480px) {
    .graphs__section .graphs__visual .graphs__text .graphs__title {
        font-size: 1.625rem;
        line-height: 1.875rem
    }
}

.graphs__section .graphs__visual .graphs__text .graphs__content {
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem
}

.graphs__section .graphs__menu {
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 40px
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__menu {
        padding: 20px 0 10px;
        margin-bottom: 20px;
        overflow: auto;
        -moz-justify-content: initial;
        -ms-justify-content: initial;
        justify-content: initial;
        -ms-flex-pack: initial
    }

    .graphs__section .graphs__menu::-webkit-scrollbar-track {
        background-color: #fffefc
    }

    .graphs__section .graphs__menu::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .graphs__section .graphs__menu::-webkit-scrollbar:horizontal {
        width: auto;
        height: 6px
    }

    .graphs__section .graphs__menu::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }
}

.graphs__section .graphs__menu span {
    cursor: pointer;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 10px;
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5625rem
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__menu span {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

.graphs__section .graphs__menu span.active {
    font-weight: 700;
    color: #000;
    margin-bottom: -8px
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__menu span.active {
        margin-bottom: -6px
    }
}

.graphs__section .graphs__content .graph-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: padding 0s linear .7s, max-height 0s linear .7s, opacity .7s linear 0s
}

.graphs__section .graphs__content .graph-box.active {
    padding: 40px;
    max-height: unset;
    opacity: 1;
    transition: padding 0s linear .7s, max-height 0s linear .7s, opacity .7s linear .7s
}

@media only screen and (max-width:798px) {
    .graphs__section .graphs__content .graph-box.active {
        padding: 0
    }
}

.graphs__section .graphs__content .graph-box .graph-box__world-image {
    -ms-flex: 0 1 475px;
    flex: 0 1 475px;
    padding-top: 20%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.graphs__section .graphs__content .graph-box .graph-box__graph-image {
    -ms-flex: 0 1 950px;
    flex: 0 1 950px;
    overflow: hidden;
    text-align: center
}

.graphs__section .graphs__content .graph-box .graph-box__graph-image img {
    padding: 0;
    margin: auto;
    max-width: 100%;
    display: block
}

@media only screen and (min-width:1025px) {
    div.stylists-list-container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px
    }
}

div.stylists-list-container .article {
    padding-bottom: 0
}

.stylistys-filters-wrap {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.stylistys-filters {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    border: none
}

.stylistys-filters .stylistys-filters__link {
    padding: 0 50px;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5
}

@media only screen and (max-width:798px) {
    .stylistys-filters .stylistys-filters__link {
        padding: 0 20px
    }
}

.stylistys-filters .stylistys-filters__link:hover {
    opacity: .7
}

.stylistys-filters .stylistys-filters__link.active {
    opacity: 1
}

.stylistys-filters .stylistys-filters__text {
    margin-top: 10px;
    font-size: .75rem;
    line-height: 1em;
    color: #4c4c4c
}

.stylist-highlight-box {
    padding-left: 20px;
    padding-right: 20px
}

.stylist-highlight-box .stylist-highlight-box__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

@media only screen and (max-width:798px) {
    .stylist-highlight-box .stylist-highlight-box__container {
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }
}

.stylist-highlight-box .stylist-highlight-box__image {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.stylist-highlight-box .stylist-highlight-box__pic {
    height: 0;
    padding-top: 37%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:480px) {
    .stylist-highlight-box .stylist-highlight-box__pic {
        padding-top: 80%
    }
}

.stylist-highlight-box .stylist-highlight-box__content {
    margin-top: -180px;
    padding: 40px 0 20px 40px;
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    background: #b7b7b7
}

@media only screen and (max-width:1024px) {
    .stylist-highlight-box .stylist-highlight-box__content {
        margin-top: -120px;
        -ms-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%
    }
}

@media only screen and (max-width:798px) {
    .stylist-highlight-box .stylist-highlight-box__content {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        padding: 15px 20px 20px 0;
        margin-top: -60px
    }
}

@media only screen and (max-width:480px) {
    .stylist-highlight-box .stylist-highlight-box__content {
        margin-top: -35px
    }
}

.stylist-highlight-box .stylist-highlight-box__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px
}

.stylist-highlight-box .stylist-highlight-box__title {
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (max-width:798px) {
    .stylist-highlight-box .stylist-highlight-box__title {
        margin-bottom: 0;
        font-size: 1.25rem
    }
}

.stylist-highlight-box .stylist-highlight-box__sub-title {
    font-size: .75rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    letter-spacing: 0
}

@media only screen and (max-width:798px) {
    .stylist-highlight-box .stylist-highlight-box__sub-title {
        margin: 0;
        padding: 0
    }
}

.stylist-highlight-box .stylist-highlight-box__text {
    font-size: 1rem;
    padding-left: 20%
}

@media only screen and (max-width:1024px) {
    .stylist-highlight-box .stylist-highlight-box__text {
        padding-left: 0
    }
}

@media only screen and (max-width:798px) {
    .stylist-highlight-box .stylist-highlight-box__text {
        font-size: .8125rem;
        line-height: 1.3em
    }
}

.stylist-highlight-box .stylist-highlight-box__btn {
    margin-top: 20px
}

.generic-content-container {
    width: 66.66667%;
    margin: 0 auto;
    padding-top: 40px
}

@media only screen and (max-width:1024px) {
    .generic-content-container {
        width: 100%;
        padding: 40px 20px 0
    }
}

.generic-content-container .dav-title-block {
    margin-bottom: 40px
}

@media only screen and (max-width:798px) {
    .generic-content-container .dav-title-block {
        margin-bottom: 20px
    }
}

.generic-content-container .generic-content__text {
    min-height: 1px
}

.generic-content-container .generic-content__text,
.generic-content-container .generic-content__text p {
    font-size: 1rem
}

@media only screen and (max-width:798px) {

    .generic-content-container .generic-content__text,
    .generic-content-container .generic-content__text p {
        font-size: .875rem
    }
}

.paragraphs-with-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f9f9f9;
}

.paragraphs-with-image.bg--white {
    background: #fffefc
}

.paragraphs-with-image .paragraphs-with-image__text-big {
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    color: #4c4c4c;
    padding-right: 20%
}

@media only screen and (max-width:798px) {
    .paragraphs-with-image .paragraphs-with-image__text-big {
        font-size: .9375rem;
        padding: 10px 10% 10px 0
    }
}

.paragraphs-with-image .paragraphs-with-image__text-big,
.paragraphs-with-image .paragraphs-with-image__text-big p {
    line-height: 1.3em
}

@media only screen and (max-width:798px) {

    .paragraphs-with-image .paragraphs-with-image__text-big,
    .paragraphs-with-image .paragraphs-with-image__text-big p {
        line-height: 1.5em
    }
}

.paragraphs-with-image .paragraphs-with-image__columns-wrap {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {
    .paragraphs-with-image .paragraphs-with-image__columns-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.paragraphs-with-image .paragraphs-with-image__title-wrap {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 20px
}

.paragraphs-with-image .paragraphs-with-image__image-wrap {
    padding: 0 20px;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-3+.paragraphs-with-image__text-wrap {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    margin: 0 8.33333%
}

@media only screen and (max-width:480px) {
    .paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-3+.paragraphs-with-image__text-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0
    }
}

.paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-4 {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-5 {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
}

.paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-6+.paragraphs-with-image__text-wrap {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
}

@media only screen and (max-width:480px) {
    .paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-6+.paragraphs-with-image__text-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.paragraphs-with-image .paragraphs-with-image__image-wrap.image-col-7 {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
}

@media only screen and (max-width:480px) {
    .paragraphs-with-image .paragraphs-with-image__image-wrap[class*=image-col] {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.paragraphs-with-image .paragraphs-with-image__text-wrap {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 20px
}

@media only screen and (max-width:480px) {
    .paragraphs-with-image .paragraphs-with-image__text-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.paragraphs-with-image .paragraphs-with-image__text-wrap .fadeInUp {
    padding-left: 40px
}

@media only screen and (max-width:1024px) {
    .paragraphs-with-image .paragraphs-with-image__title {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:798px) {
    .paragraphs-with-image .paragraphs-with-image__title {
        padding-left: 20px
    }
}

@media only screen and (max-width:480px) {
    .paragraphs-with-image .paragraphs-with-image__title {
        padding-left: 0
    }
}

.paragraphs-with-image .paragraphs-with-image__text-small {
    font-size: .9375rem;
    color: #4c4c4c;
    padding-left: 40px
}

@media only screen and (max-width:798px) {
    .paragraphs-with-image .paragraphs-with-image__text-small {
        padding-left: 10%
    }
}

@media only screen and (max-width:480px) {
    .paragraphs-with-image .paragraphs-with-image__text-small {
        font-size: .8125rem
    }
}

.paragraphs-with-image .paragraphs-with-image__text-small,
.paragraphs-with-image .paragraphs-with-image__text-small p {
    line-height: 1.8em
}

.dav-row {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px
}

.dav-row.no-p {
    padding-right: 0
}

.dav-row.no-p,
.dav-row.no-pl {
    padding-left: 0
}

.dav-row.no-pr {
    padding-right: 0
}

.dav-row.flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.dav-row.flex-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.dav-col {
    padding: 0 20px
}

.sustainability-facts {
    background: #e3eeea
}

.sustainability-facts .sustainability-facts__decoration {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-left: 0
}

@media only screen and (max-width:1024px) {
    .sustainability-facts .sustainability-facts__decoration {
        display: none
    }
}

.sustainability-facts .sustainability-facts__list {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

@media only screen and (max-width:1024px) {
    .sustainability-facts .sustainability-facts__list {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:798px) {
    .sustainability-facts .sustainability-facts__list {
        padding-left: 0;
        padding-right: 0
    }
}

.sustainability-facts .sustainability-facts__text {
    font-size: 1.625rem;
    color: #4c4c4c;
    font-family: Roboto, sans-serif
}

@media only screen and (max-width:798px) {
    .sustainability-facts .sustainability-facts__text {
        font-size: 1.125rem;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:1024px) {
    .sustainability-facts .no-pl {
        padding-left: 20px
    }
}

@media only screen and (max-width:798px) {
    .sustainability-facts .dav-row {
        padding-left: 0;
        padding-right: 0
    }
}

.sustainability-facts .sustainability-facts__articles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sustainability-facts .dav-card {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (max-width:798px) {
    .sustainability-facts .dav-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.sustainability-facts .dav-card:first-child {
    padding-left: 0
}

@media only screen and (max-width:798px) {
    .sustainability-facts .dav-card:first-child {
        padding-left: 20px
    }
}

.sustainability-facts .dav-card:nth-child(2) {
    margin-top: 50px
}

.sustainability-facts .dav-card__content {
    background: #e3eeea
}

.sustainability-facts .sustainability-facts__decoration .image-element__wrap {
    margin: 50px 0 0
}

.positive-negative {
    background: #fffefc
}

.positive-negative .positive-negative__inner {
    padding-top: 0
}

.positive-negative .positive-negative__row {
    display: -ms-flexbox;
    display: flex
}

.positive-negative .positive-negative__row.flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.positive-negative .positive-negative__row.overflow-h {
    overflow: visible;
    overflow-x: hidden
}

@media only screen and (min-width:1025px) {
    .positive-negative .positive-negative__row.row-lists {
        margin-top: 30px
    }
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__row.row-lists {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.positive-negative .positive-negative__image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 390px;
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    height: 0;
    padding-top: 30%
}

.positive-negative .positive-negative__image .decoration {
    position: absolute;
    top: 15%;
    right: 0;
    transform: translate(50%);
    z-index: 1
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__image .decoration {
        display: none
    }
}

.positive-negative .positive-negative__title {
    position: relative;
    background: #fffefc;
    padding: 40px;
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    font-size: 1.625rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    text-transform: none;
    margin-top: -9%
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__title {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        font-size: 1.125rem;
        padding: 15px 20px
    }
}

.positive-negative .positive-negative__decoration {
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    margin-right: 8.33333%
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__decoration {
        display: none
    }
}

.positive-negative .positive-negative__lists {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__lists {
        overflow: hidden
    }
}

.positive-negative .positive-negative__lists--full {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

.positive-negative .positive-negative__list {
    -ms-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding: 0 20px
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__list {
        -ms-flex-basis: 100vw;
        -ms-flex-preferred-size: 100vw;
        flex-basis: 100vw;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        transition: all .5s ease-in-out
    }
}

.positive-negative .positive-negative__list ul {
    list-style: none;
    padding: 0
}

.positive-negative .positive-negative__list li {
    padding: 0 0 0 25px;
    font-size: .875rem;
    color: #4c4c4c;
    background: var(--dav-img-url-davines-smile-sad) no-repeat 0 0
}

.positive-negative .positive-negative__list.pos li {
    background-image: var(--dav-img-url-davines-smile-happy)
}

.positive-negative .positive-negative__list-mobile-controls {
    display: none
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__list-mobile-controls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 15px
    }

    .positive-negative .positive-negative__list-mobile-controls .positive-negative__list__title {
        display: block;
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 20px;
        text-align: center;
        opacity: .5;
        cursor: pointer
    }

    .positive-negative .positive-negative__list-mobile-controls .positive-negative__list__title:first-child {
        opacity: 1;
        text-decoration: underline
    }
}

@media only screen and (max-width:798px) {
    .positive-negative .show-cons .positive-negative__list:first-child {
        margin-left: -100vw
    }
}

@media only screen and (max-width:798px) {
    .positive-negative .show-cons .positive-negative__list-mobile-controls .positive-negative__list__title {
        opacity: .5
    }

    .positive-negative .show-cons .positive-negative__list-mobile-controls .positive-negative__list__title:last-child {
        opacity: 1;
        text-decoration: underline
    }
}

.positive-negative .positive-negative__list__title {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    letter-spacing: 2px
}

@media only screen and (max-width:798px) {
    .positive-negative .positive-negative__list__title {
        display: none
    }
}

.text-image-mob-acc__wrapper {
    overflow-x: hidden;
    overflow-y: visible
}

.text-image-mob-acc {
    padding: 0 40px
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc {
        padding: 0 0 0 20px
    }
}

.text-image-mob-acc .text-image-mob-acc__row {
    display: -ms-flexbox;
    display: flex
}

.text-image-mob-acc .text-image-mob-acc__row.flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.text-image-mob-acc .text-image-mob-acc__row.overflow-h {
    overflow: hidden
}

.text-image-mob-acc .text-image-mob-acc__row.text-row {
    margin-top: -5%;
    position: relative;
    top: 1px
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__row.text-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.text-image-mob-acc .text-image-mob-acc__image-square-wrap {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    margin-top: 5%
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__image-square-wrap {
        display: none
    }
}

.text-image-mob-acc .text-image-mob-acc__image-square {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 66%;
    height: 0
}

.text-image-mob-acc .text-image-mob-acc__image-rect-wrap {
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    position: relative
}

.text-image-mob-acc .text-image-mob-acc__image-rect-wrap .decoration {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    transform: translate(60%, -50%)
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__image-rect-wrap .decoration {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__image-rect-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.text-image-mob-acc .text-image-mob-acc__image-rect {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 38%;
    height: 0
}

.text-image-mob-acc .text-image-mob-acc__main-text {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    line-height: 1.2em;
    color: #4c4c4c;
    background: #b7b7b7;
    padding: 40px;
    margin-left: 8.33333%;
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__main-text {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        margin-left: 0;
        padding: 20px 20px 0 0;
        font-size: 1.375rem
    }
}

@media only screen and (max-width:798px) {
    .text-image-mob-acc .text-image-mob-acc__main-text {
        padding: 15px 20px 0 0;
        font-size: 1.125rem
    }
}

.text-image-mob-acc .text-image-mob-acc__main-text .decoration {
    transform: translate(-75%)
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__main-text .decoration {
        display: none
    }
}

.text-image-mob-acc .text-image-mob-acc__oth {
    display: -ms-flexbox;
    display: flex;
    background: #b7b7b7;
    padding-top: 80px
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__oth {
        padding-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.text-image-mob-acc .text-image-mob-acc__oth-block {
    padding: 0 20px;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__oth-block {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0;
        margin-top: -1px
    }

    .text-image-mob-acc .text-image-mob-acc__oth-block:first-child {
        margin-top: 0
    }
}

.text-image-mob-acc .text-image-mob-acc__oth-title {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 700
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__oth-title {
        font-size: 1.25rem;
        border: 1px solid #949494;
        border-left-width: 0;
        border-right-width: 0;
        margin: 0;
        padding: 10px 25px 10px 0
    }
}

.text-image-mob-acc .text-image-mob-acc__oth-mob-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer
}

.text-image-mob-acc .text-image-mob-acc__oth-mob-toggle:after,
.text-image-mob-acc .text-image-mob-acc__oth-mob-toggle:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #4c4c4c;
    right: 10px;
    top: 50%;
    transition: all .2s ease-in-out
}

.text-image-mob-acc .text-image-mob-acc__oth-mob-toggle:after {
    transform: rotate(-90deg)
}

@media only screen and (min-width:1025px) {
    .text-image-mob-acc .text-image-mob-acc__oth-mob-toggle {
        display: none
    }
}

.text-image-mob-acc .text-image-mob-acc__oth-text {
    font-size: .8125rem
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__oth-text {
        height: 0;
        overflow: hidden
    }
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .open-accordion .text-image-mob-acc__oth-text {
        height: auto
    }
}

.text-image-mob-acc .open-accordion .text-image-mob-acc__oth-mob-toggle:after {
    transform: rotate(0)
}

@media only screen and (max-width:1024px) {
    .text-image-mob-acc .text-image-mob-acc__oth-text-inner {
        padding: 15px 0
    }
}

.multi-prod-families {
    overflow: hidden;
    background: var(--dav-theme-background-default)
}

.multi-prod-families .multi-prod-families__row {
    display: -ms-flexbox;
    display: flex
}

.multi-prod-families .multi-prod-families__row.flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.multi-prod-families .multi-prod-families__row.overflow-h {
    overflow: hidden
}

.multi-prod-families .multi-prod-families__row.family-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    transition: all .4s ease-in-out
}

.multi-prod-families .dav-loading-bar {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    opacity: 0
}

.multi-prod-families .ajax-loading .multi-prod-families__row {
    opacity: 0;
    transform: translateY(-15px)
}

.multi-prod-families .ajax-loading .dav-loading-bar {
    opacity: 1
}

.multi-prod-families .multi-prod-families__ajax-wrap {
    position: relative
}

.multi-prod-families .multi-prod-families__title {
    padding-left: 40px
}

@media only screen and (max-width:1024px) {
    .multi-prod-families .multi-prod-families__title {
        padding-left: 20px
    }
}

[data-families="1"] .multi-prod-families .multi-prod-families__title {
    display: none
}

.multi-prod-families .multi-prod-families__fam-list {
    margin: 15px 40px 50px;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 1rem;
    font-family: Roboto, sans-serif
}

@media only screen and (max-width:1024px) {
    .multi-prod-families .multi-prod-families__fam-list {
        overflow: hidden;
        overflow-x: auto;
        margin: 15px 20px 20px;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }

    .multi-prod-families .multi-prod-families__fam-list::-webkit-scrollbar-track {
        background-color: #fffefc
    }

    .multi-prod-families .multi-prod-families__fam-list::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .multi-prod-families .multi-prod-families__fam-list::-webkit-scrollbar:horizontal {
        width: auto;
        height: 6px
    }

    .multi-prod-families .multi-prod-families__fam-list::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }
}

@media only screen and (max-width:480px) {
    .multi-prod-families .multi-prod-families__fam-list {
        margin: 15px 20px 50px
    }
}

[data-families="1"] .multi-prod-families .multi-prod-families__fam-list {
    display: none
}

.multi-prod-families .multi-prod-families__fam-list a {
    padding: 0 20px 15px;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none
}

.multi-prod-families .multi-prod-families__fam-list a.active {
    text-decoration: underline;
    color: #000
}

.multi-prod-families .multi-prod-families__line-color {
    position: relative;
    height: 0;
    padding-top: 15%;
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
}

.multi-prod-families .multi-prod-families__line-color .decoration {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(10%, -40px);
    max-height: 100%
}

@media only screen and (max-width:1024px) {
    .multi-prod-families .multi-prod-families__line-color {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 20px
    }
}

.multi-prod-families .multi-prod-families__family-content {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: var(--dav-theme-background-default);
    padding: 40px 40px 20px;
    margin-left: 8.33333%;
    transform: translateY(-80%);
    margin-bottom: -100px
}

@media only screen and (max-width:1024px) {
    .multi-prod-families .multi-prod-families__family-content {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        transform: translateY(-20%);
        margin-left: 0;
        margin-bottom: 0;
        padding: 20px
    }
}

.multi-prod-families .multi-prod-families__family-title {
    font-family: Roboto, sans-serif;
    font-size: 1.875rem;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
    padding: 0
}

@media only screen and (max-width:798px) {
    .multi-prod-families .multi-prod-families__family-title {
        font-size: 1.375rem
    }
}

@media only screen and (max-width:798px) {
    .multi-prod-families .multi-prod-families__family-desc {
        font-size: .8125rem
    }
}

.multi-prod-families .multi-prod-families__family-products {
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    margin-left: 16.66667%;
    overflow: hidden;
    overflow-x: auto
}

.multi-prod-families .multi-prod-families__family-products::-webkit-scrollbar-track {
    background-color: #fffefc
}

.multi-prod-families .multi-prod-families__family-products::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.multi-prod-families .multi-prod-families__family-products::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.multi-prod-families .multi-prod-families__family-products::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:1024px) {
    .multi-prod-families .multi-prod-families__family-products {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 20px
    }
}

.multi-prod-families .multi-prod-families__family-products .product-list {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px
}

.multi-prod-families .multi-prod-families__family-products .product-list>div {
    -ms-flex-basis: 23vw;
    -ms-flex-preferred-size: 23vw;
    flex-basis: 23vw;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.multi-prod-families .multi-prod-families__family-products .product-list>div:first-child {
    margin-left: 0
}

@media only screen and (max-width:1024px) {
    .multi-prod-families .multi-prod-families__family-products .product-list>div {
        -ms-flex-basis: 35vw;
        -ms-flex-preferred-size: 35vw;
        flex-basis: 35vw
    }
}

@media only screen and (max-width:798px) {
    .multi-prod-families .multi-prod-families__family-products .product-list>div {
        -ms-flex-basis: 50vw;
        -ms-flex-preferred-size: 50vw;
        flex-basis: 50vw;
        margin: 0 10px !important
    }

    .multi-prod-families .multi-prod-families__family-products .product-list>div:first-child {
        margin-left: 0 !important
    }
}

.links-menu {
    background: #fffefc;
    margin-bottom: 50px
}

@media only screen and (max-width:1024px) {
    .links-menu {
        margin-bottom: 20px
    }
}

.links-menu .links-menu__container {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width:1024px) {
    .links-menu .links-menu__container {
        overflow: auto
    }

    .links-menu .links-menu__container::-webkit-scrollbar-track {
        background-color: #fffefc
    }

    .links-menu .links-menu__container::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .links-menu .links-menu__container::-webkit-scrollbar:horizontal {
        width: auto;
        height: 6px
    }

    .links-menu .links-menu__container::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }
}

@media only screen and (max-width:798px) {
    .links-menu .links-menu__container {
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }
}

.links-menu .links-menu__link {
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #4c4c4c;
    padding: 0 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width:798px) {
    .links-menu .links-menu__link {
        font-size: .8125rem
    }
}

.links-menu .links-menu__link:active,
.links-menu .links-menu__link:focus,
.links-menu .links-menu__link:hover {
    color: #4c4c4c
}

.links-menu .links-menu__link.active {
    color: #000
}

.ingredient-section {
    margin-bottom: 50px
}

.ingredient-section .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .ingredient-section .container {
        padding: 20px
    }
}

.ingredient-section .ingredient-section__next {
    color: #fff;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__next.upper {
        display: none
    }

    .ingredient-section .ingredient-section__next.lower {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        -ms-flex-order: 2;
        order: 2
    }
}

.ingredient-section .ingredient-section__next .link-container {
    margin: 0 auto 0 0
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__next .link-container {
        width: 100%;
        padding-right: 20px
    }
}

.ingredient-section .ingredient-section__next a {
    display: block;
    width: 50%;
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 1rem;
    line-height: 1.375rem
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__next a {
        width: 100%;
        font-size: .875rem;
        line-height: 1.25rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__next a {
        font-size: .8125rem;
        line-height: 1rem;
        white-space: normal;
        min-height: 32px
    }
}

.ingredient-section .ingredient-section__next .svg-left-arrow,
.ingredient-section .ingredient-section__next .svg-right-arrow {
    width: 100%;
    height: 30px;
    display: block;
    background-image: var(--dav-img-url-davines-ingredient-left-arrow);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1
}

.ingredient-section .ingredient-section__previous {
    color: #fff;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__previous.upper {
        display: none
    }

    .ingredient-section .ingredient-section__previous.lower {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        -ms-flex-order: 4;
        order: 4
    }
}

.ingredient-section .ingredient-section__previous .link-container {
    margin: 0 0 0 auto
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__previous .link-container {
        width: 100%;
        padding-left: 20px
    }
}

.ingredient-section .ingredient-section__previous a {
    display: block;
    width: 50%;
    margin: 0 auto 0 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.375rem
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__previous a {
        width: 100%;
        font-size: .875rem;
        line-height: 1.25rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__previous a {
        font-size: .8125rem;
        line-height: 1rem;
        white-space: normal;
        min-height: 32px
    }
}

.ingredient-section .ingredient-section__previous .svg-left-arrow,
.ingredient-section .ingredient-section__previous .svg-right-arrow {
    width: 100%;
    height: 30px;
    display: block;
    background-image: var(--dav-img-url-davines-ingredient-left-arrow);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    opacity: 1
}

.ingredient-section .ingredient-section__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .ingredient-section .ingredient-section__container.lower {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0
    }
}

@media only screen and (max-width:480px) {
    .ingredient-section .ingredient-section__container.lower {
        border: 1px solid #949494;
        border-left: 0;
        border-right: 0;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.ingredient-section .ingredient-section__container h1.ingredient-section__headline {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 2.25rem;
    line-height: 3rem;
    text-transform: none;
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__container h1.ingredient-section__headline {
        font-size: 1.75rem;
        line-height: 1.875rem
    }
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container h1.ingredient-section__headline {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.ingredient-section .ingredient-section__container h2.ingredient-section__headline {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: none;
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__container h2.ingredient-section__headline {
        font-size: 1.3125rem;
        line-height: 1.75rem
    }
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container h2.ingredient-section__headline {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 30%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container .ingredient-section__image {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 60%
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__image+.ingredient-section__content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 40px
}

@media only screen and (max-width:480px) {
    .ingredient-section .ingredient-section__container .ingredient-section__image+.ingredient-section__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container .ingredient-section__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #707070;
        border: none;
        margin-bottom: 0
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__content h2 {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .07812rem;
    line-height: 1.5rem;
    margin: 0 0 5px;
    text-transform: uppercase
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container .ingredient-section__content h2 {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__content blockquote,
.ingredient-section .ingredient-section__container .ingredient-section__content blockquote p {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem;
    padding: 0;
    margin: 0 0 15px;
    border: none;
    font-style: normal
}

@media only screen and (max-width:798px) {

    .ingredient-section .ingredient-section__container .ingredient-section__content blockquote,
    .ingredient-section .ingredient-section__container .ingredient-section__content blockquote p {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__content p {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container .ingredient-section__content p {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__content img {
    -ms-flex-order: 10;
    order: 10;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.ingredient-section .ingredient-section__container .ingredient-section__related {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related::-webkit-scrollbar-track {
        background-color: #fffefc
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related::-webkit-scrollbar {
        width: 6px;
        background-color: #4c4c4c
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related::-webkit-scrollbar:horizontal {
        width: auto;
        height: 6px
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related::-webkit-scrollbar-thumb {
        background-color: #4c4c4c
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__related .objectsRuler {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    opacity: 0;
    margin: 0 auto 40px;
    border: 0 solid transparent
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related .objectsRuler {
        display: none
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__related>div {
    margin: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related>div {
        margin: 0 30px;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px)
    }
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related>div {
        margin: 0 15px 0 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related>div .product-wrap {
        display: -ms-flexbox;
        display: flex
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related>div .product-wrap .product_image {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related>div .product-wrap .product-info__caption {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        padding: 0 20px
    }

    .ingredient-section .ingredient-section__container .ingredient-section__related>div .product-wrap .product-quickbuy {
        width: 75%;
        margin: 0 auto
    }
}

@media only screen and (max-width:480px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related>div .product-wrap .product-quickbuy {
        width: 100%;
        margin: auto
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__related>div .super-title {
    font-size: .875rem;
    line-height: 1.125rem
}

.ingredient-section .ingredient-section__container .ingredient-section__related>div .title {
    font-size: 1.25rem;
    line-height: 1.625rem
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related>div .title {
        font-size: 1.125rem
    }
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related>div .title {
        font-size: 1rem
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__related>div .description {
    font-size: .8125rem;
    line-height: 1.25rem
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__container .ingredient-section__related>div .description {
        display: block
    }
}

.ingredient-section .ingredient-section__container .ingredient-section__related>div .link {
    font-size: .875rem;
    line-height: 1.1875rem
}

.ingredient-section .ingredient-section__glossary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (max-width:1024px) {
    .ingredient-section .ingredient-section__glossary {
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (max-width:798px) {
    .ingredient-section .ingredient-section__glossary {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        overflow: hidden
    }
}

.ingredient-section .ingredient-section__glossary a {
    display: block;
    max-height: 48px;
    max-width: 48px;
    margin: 0 auto
}

.ingredient-section .ingredient-section__glossary a span {
    display: block;
    padding-top: 100%;
    height: 0;
    width: 100%;
    max-width: 48px;
    margin: 0 auto;
    background-image: var(--dav-img-url-sachet-delete);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .4
}

.glossary-sections {
    margin-bottom: 50px;
    padding-top: 30px;
    overflow: hidden
}

.glossary-sections .search-submit {
    display: none
}

.glossary-sections .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 40px;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .glossary-sections .container {
        padding: 20px
    }
}

@media only screen and (max-width:798px) {
    .glossary-sections .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.glossary-sections .container .mobile-section-title {
    display: none
}

@media only screen and (max-width:798px) {
    .glossary-sections .container .mobile-section-title {
        display: block;
        color: #4c4c4c;
        font-family: PT Sans Narrow, sans-serif;
        font-size: 1.375rem;
        line-height: 1.375rem;
        letter-spacing: .5px;
        text-transform: uppercase;
        margin: 0 0 20px
    }
}

.glossary-sections .container .glossary-sections__content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

@media only screen and (max-width:798px) {
    .glossary-sections .container .glossary-sections__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 2;
        order: 2
    }
}

.glossary-sections .container .glossary-sections__content h1 {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0
}

@media only screen and (max-width:798px) {
    .glossary-sections .container .glossary-sections__content h1 {
        display: none
    }
}

.glossary-sections .container .glossary-sections__side-bar {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media only screen and (max-width:798px) {
    .glossary-sections .container .glossary-sections__side-bar {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: 1;
        order: 1;
        border-top: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 15px
    }
}

.glossary-sections .search-block h2 {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 1.875rem;
    line-height: 1.875rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media only screen and (max-width:798px) {
    .glossary-sections .search-block h2 {
        display: none
    }
}

.glossary-sections .search-block input {
    max-width: 700px
}

.glossary-sections .letterList {
    margin-top: 20px;
    margin-bottom: 40px
}

.glossary-sections .letterList ul {
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media only screen and (max-width:798px) {
    .glossary-sections .letterList ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        height: auto
    }
}

.glossary-sections .letterList ul li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    line-height: 1.1875rem;
    cursor: pointer
}

@media only screen and (max-width:798px) {
    .glossary-sections .letterList ul li {
        padding: 0;
        text-align: center;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px
    }
}

.glossary-sections .ingredientMacroList {
    width: 100%
}

.glossary-sections .ingredientMacroList>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.glossary-sections .ingredientMacroList>ul>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px
}

.glossary-sections .ingredientMacroList>ul>li .letter {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    text-align: left;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 3.25rem;
    font-weight: 300;
    line-height: 3.9375rem
}

.glossary-sections .ingredientMacroList .ingredientMicroList {
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%
}

.glossary-sections .ingredientMacroList .ingredientMicroList ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    max-width: 700px
}

.glossary-sections .ingredientMacroList .ingredientMicroList ul li {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .9375rem;
    line-height: 1.5rem
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredientMacroList .ingredientMicroList ul li {
        font-size: .8125rem;
        line-height: 1.5rem
    }
}

.glossary-sections .note {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px
}

.glossary-sections .note .note__number {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 2.625rem;
    padding-right: 5px;
    text-align: left
}

@media only screen and (max-width:1024px) {
    .glossary-sections .note .note__number {
        font-size: 2.4375rem
    }
}

@media only screen and (max-width:798px) {
    .glossary-sections .note .note__number {
        font-size: 2.25rem
    }
}

.glossary-sections .note .note__text {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem;
    padding-left: 5px;
    text-align: left
}

.glossary-sections .popup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width:798px) {
    .glossary-sections .popup {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.glossary-sections .popup .popup__image {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    padding-right: 5px
}

@media only screen and (max-width:1024px) {
    .glossary-sections .popup .popup__image {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media only screen and (max-width:798px) {
    .glossary-sections .popup .popup__image {
        display: none
    }
}

.glossary-sections .popup .popup__image img {
    width: 100%
}

.glossary-sections .popup .popup__text {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem;
    padding-left: 5px;
    text-align: left
}

.glossary-sections .popup .popup__link {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.5rem;
    text-decoration: underline;
    text-align: left;
    padding-left: 5px;
    cursor: pointer;
    margin-left: 16.66667%
}

@media only screen and (max-width:798px) {
    .glossary-sections .popup .popup__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .8125rem;
        line-height: 1.25rem;
        margin-left: 0;
        margin-bottom: 10px
    }
}

.glossary-sections .popup .popup__link:hover {
    color: #707070
}

.glossary-sections .popup .popup__link .mobile-blob {
    display: none
}

@media only screen and (max-width:798px) {
    .glossary-sections .popup .popup__link .mobile-blob {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 5px
    }
}

.glossary-sections .popup .modal .modal-content {
    margin: auto;
    width: auto;
    max-width: 60%
}

@media only screen and (max-width:798px) {
    .glossary-sections .popup .modal .modal-content {
        max-width: 100%;
        max-height: 96vh
    }
}

.glossary-sections .ingredient-otd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.glossary-sections .ingredient-otd .product-accordion-main-title {
    text-transform: none;
    padding-bottom: 15px;
    font-size: 1.25rem
}

@media only screen and (max-width:798px) {

    .glossary-sections .ingredient-otd .product-accordion,
    .glossary-sections .ingredient-otd .product-accordion-main-title {
        display: none
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__image {
        display: none
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__image a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.glossary-sections .ingredient-otd .ingredient-otd__block-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .75rem;
    line-height: 1.625rem;
    margin: 10px 0 0
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__block-title {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        margin-left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__block-title .ingredient-otd__block-link {
    display: none
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__block-title .ingredient-otd__block-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #4c4c4c;
        font-family: Roboto, sans-serif;
        font-weight: 600;
        font-size: .8125rem;
        line-height: 1.25rem;
        text-decoration: underline;
        text-align: left;
        padding-left: 5px;
        cursor: pointer
    }

    .glossary-sections .ingredient-otd .ingredient-otd__block-title .ingredient-otd__block-link .mobile-blob {
        margin-left: 5px;
        padding: 0
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__ingredient-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    line-height: 2.625rem;
    text-transform: none;
    margin: 0
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__ingredient-title {
        display: none
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__ingreient-description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__ingreient-description {
        display: none
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__ingreient-description blockquote,
.glossary-sections .ingredient-otd .ingredient-otd__ingreient-description blockquote p,
.glossary-sections .ingredient-otd .ingredient-otd__ingreient-description h2 {
    display: none
}

.glossary-sections .ingredient-otd .ingredient-otd__ingreient-description p {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__ingreient-description p {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #707070
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__icon {
        display: none
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__components {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (max-width:798px) {
    .glossary-sections .ingredient-otd .ingredient-otd__components {
        display: none
    }
}

.glossary-sections .ingredient-otd .ingredient-otd__components .headline {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: none
}

.product-accordion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-accordion .product-accordion__product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    margin-top: -1px;
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-accordion .product-accordion__product .min-plus {
    display: block;
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    top: 15px;
    right: 0
}

.product-accordion .product-accordion__product .image {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    height: 0;
    padding-top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s
}

.product-accordion .product-accordion__product .texts {
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    padding: 10px 10px 20px;
    transition: all .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-accordion .product-accordion__product .texts h3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.125rem;
    text-transform: none;
    text-decoration: underline;
    margin: 0
}

.product-accordion .product-accordion__product .texts h2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    text-transform: none;
    margin: 0
}

.product-accordion .product-accordion__product .texts .description {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    display: inline-block;
    overflow: hidden;
    max-height: 0;
    transition: all .5s;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    line-height: 1.25rem
}

.product-accordion .product-accordion__product .texts .discover-link {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    display: inline-block;
    overflow: hidden;
    max-height: 0;
    transition: all .5s;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    line-height: 1.1875rem;
    text-decoration: underline
}

.product-accordion .product-accordion__product.opened .min-plus:after {
    transform: rotate(0)
}

.product-accordion .product-accordion__product.opened .image {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-top: 33%
}

.product-accordion .product-accordion__product.opened .texts .description {
    max-height: 80px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.product-accordion .product-accordion__product.opened .texts .discover-link {
    max-height: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.page-dav-about-section .anchors-menu {
    display: none
}

.page-dav-about-section .anchors-menu.visible {
    display: block
}

.page-dav-about-section .visual-inner {
    margin-bottom: 0
}

.page-dav-about-section .text-area-with-quote-mobile,
.page-dav-about-section .text-area-with-quote__roof {
    display: none !important
}

.page-dav-about-section .text-area-with-quote {
    margin-top: -35px;
    background: var(--dav-img-url-foglie) no-repeat;
    background-position: 100% 0;
    padding-top: 70px
}

@media only screen and (max-width:1024px) {
    .page-dav-about-section .text-area-with-quote {
        background-image: none;
        padding-top: 30px
    }
}

.page-dav-about-section .text-area-with-quote .container .text-area-with-quote-sx {
    border-bottom: none
}

.page-dav-about-section .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__roof {
    background-image: none;
    height: 20px
}

.page-dav-about-section .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote {
    border-left: none
}

.page-dav-about-section .text-area-with-quote .container .text-area-with-quote-mobile {
    border: none
}

.page-dav-about-section .dav-block-vspace--big {
    padding-top: 0
}

.page-dav-about-section .timeline .timeline__title {
    display: none
}

.page-dav-about-section .timeline .dav-block-vspace {
    padding-top: 0;
    padding-bottom: 40px
}

@media only screen and (max-width:1024px) {
    .mission-area>.dav-block-vspace {
        padding-top: 0;
        padding-bottom: 0
    }
}

.mission-area .mission-area__container {
    margin-top: 50px
}

@media only screen and (max-width:1024px) {
    .mission-area .mission-area__container {
        margin-top: 0
    }
}

.mission-area .mission-area__container:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0
}

.mission-area .mission-area__container .mission-area__sx {
    width: 66.66667%;
    margin: 30px 0 0
}

@media only screen and (max-width:1024px) {
    .mission-area .mission-area__container .mission-area__sx {
        width: 100%;
        margin: 0
    }
}

.mission-area .mission-area__container .mission-area__sx .mission-area__image {
    width: 100%;
    background-position: 0 0;
    background-size: cover;
    padding-top: 20%;
    background-repeat: no-repeat
}

@media only screen and (max-width:1024px) {
    .mission-area .mission-area__container .mission-area__sx .mission-area__image {
        padding-top: 40%
    }
}

.mission-area .mission-area__container .mission-area__sx .mission-area__text {
    width: 83.33333%;
    margin-left: 16.66667%;
    margin-top: -100px;
    padding: 45px;
    background: #f7f6f2;
    font-size: 1.625rem;
    color: #4c4c4c;
    font-family: Roboto, sans-serif
}

@media only screen and (max-width:798px) {
    .mission-area .mission-area__container .mission-area__sx .mission-area__text {
        font-size: 1.125rem;
        margin-right: 16.66667%;
        margin-left: 0
    }
}

.mission-area .mission-area__container .mission-area__dx {
    width: 33.33333%;
    margin: 0;
    position: relative
}

@media only screen and (max-width:1024px) {
    .mission-area .mission-area__container .mission-area__dx {
        width: 91.66667%;
        margin-left: 8.33333%
    }
}

.mission-area .mission-area__container .mission-area__dx .mission-area__image {
    background: var(--dav-img-url-about_illustrazione) 100% 0 no-repeat;
    padding-top: 33%;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    padding-top: 40%;
    display: block;
    width: 116px
}

.mission-area .mission-area__container .mission-area__dx .mission-area__text {
    background: #dbdbdb;
    padding: 20px;
    margin: 80px 0 0;
    padding: 59px 70px;
    font-size: 1rem
}

.split-content .split-content__row {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px
}

.split-content .split-content__text {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 1.625rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c
}

@media only screen and (max-width:1024px) {
    .split-content .split-content__text {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:798px) {
    .split-content .split-content__text {
        font-size: 1.125rem
    }
}

.split-content .split-content__boxes {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:1024px) {
    .split-content .split-content__boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }
}

.split-content .split-content__box {
    position: relative;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    padding: 110px 130px
}

@media only screen and (max-width:1024px) {
    .split-content .split-content__box {
        -ms-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%
    }
}

@media only screen and (max-width:798px) {
    .split-content .split-content__box {
        padding: 50px 30px
    }
}

.split-content .split-content__box:first-child {
    background-color: #fffefc;
    background-position: right 5%, 20px 5%, 60% bottom;
    background-size: auto 85%, 12% auto, 10% auto;
    background-repeat: no-repeat;
    margin: 100px 0 0
}

@media only screen and (max-width:1024px) {
    .split-content .split-content__box:first-child {
        margin: 40px 8.33333% 0 0
    }
}

.split-content .split-content__box:last-child {
    background-color: #e3eeea;
    background-position: 100% 0, 0 100%;
    background-size: 70%, 50%;
    background-repeat: no-repeat;
    margin: 0 0 100px
}

@media only screen and (max-width:1024px) {
    .split-content .split-content__box:last-child {
        margin: 0 0 100px 8.33333%
    }
}

.split-content .split-content__box__title {
    font-size: 1.5rem
}

@media only screen and (max-width:798px) {
    .split-content .split-content__box__title {
        font-size: 1.125rem
    }
}

@media only screen and (max-width:798px) {

    .split-content .split-content__box__text,
    .split-content .split-content__box__text p {
        font-size: .8125rem
    }
}

.split-content .split-content__download-link {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 100%)
}

.profile-carousel {
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px
}

@media only screen and (max-width:798px) {
    .profile-carousel {
        padding-top: 0
    }
}

.profile-carousel .container {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.profile-carousel .profile-carousel__header {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 20px 20px
}

.profile-carousel .profile-carousel__header .profile-carousel__title {
    color: #4c4c4c;
    font-size: 2.6875rem;
    padding: 0 20px 20px
}

.profile-carousel .profile-carousel__block_contents {
    margin-left: 20px
}

.profile-carousel .profile-carousel__scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
}

.profile-carousel .profile-carousel__scroll::-webkit-scrollbar-track {
    background-color: #fffefc
}

.profile-carousel .profile-carousel__scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.profile-carousel .profile-carousel__scroll::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.profile-carousel .profile-carousel__scroll::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.profile-carousel .profile-carousel__slide {
    width: 83.33333%;
    margin: 0;
    padding: 0;
    margin-right: 4.16667%;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.profile-carousel .profile-carousel__slide .profiledata_mobile .p_name {
    font-size: 1.875rem;
    color: #4c4c4c;
    font-family: Roboto, sans-serif
}

.profile-carousel .profile-carousel__slide .profiledata_mobile .p_position {
    font-size: .875rem;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif
}

.profile-carousel .profile-carousel__slide .profiledata_mobile {
    display: none
}

.profile-carousel .profile-carousel__slide .profile-carousel__image {
    width: 100%
}

.profile-carousel .profile-carousel__slide .profile-carousel__image .profile-carousel__profile_block {
    margin: 0;
    width: 33.33333%
}

.profile-carousel .profile-carousel__slide .profile-carousel__image .profile-carousel__profile_block .profiledata .p_name {
    font-size: 1.875rem;
    color: #4c4c4c;
    font-family: Roboto, sans-serif
}

.profile-carousel .profile-carousel__slide .profile-carousel__image .profile-carousel__profile_block .profiledata .p_position {
    font-size: .875rem;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif
}

.profile-carousel .profile-carousel__slide .profile-carousel__image .profile-carousel__profile_block .profilephoto {
    height: 0;
    padding-top: 100%;
    background-repeat: none;
    background-size: cover
}

.profile-carousel .profile-carousel__slide .profile-carousel__image .profile-carousel__featured_block {
    width: 66.66667%;
    margin: 0
}

.profile-carousel .profile-carousel__slide .profile-carousel__image .profile-carousel__featured_block div {
    margin: 0;
    height: 0;
    padding-top: 50%
}

.profile-carousel .profile-carousel__slide .profile-carousel__content {
    width: 100%;
    margin: -120px 0 0 8.33333%;
    background: #f7f6f2
}

@media only screen and (max-width:1024px) {
    .profile-carousel .profile-carousel__slide .profile-carousel__content {
        margin-top: -60px
    }
}

@media only screen and (max-width:798px) {
    .profile-carousel .profile-carousel__slide .profile-carousel__content {
        margin-top: -20px
    }
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .column {
    width: 33.33333%;
    margin: 0;
    padding: 40px
}

@media only screen and (max-width:1024px) {
    .profile-carousel .profile-carousel__slide .profile-carousel__content .column {
        padding: 20px 40px 20px 20px
    }

    .profile-carousel .profile-carousel__slide .profile-carousel__content .column:first-child {
        width: 100%
    }

    .profile-carousel .profile-carousel__slide .profile-carousel__content .column:nth-child(2) {
        width: 66.66667%
    }

    .profile-carousel .profile-carousel__slide .profile-carousel__content .column:nth-child(3) {
        width: 33.33333%
    }
}

@media only screen and (max-width:798px) {

    .profile-carousel .profile-carousel__slide .profile-carousel__content .column,
    .profile-carousel .profile-carousel__slide .profile-carousel__content .column:first-child,
    .profile-carousel .profile-carousel__slide .profile-carousel__content .column:nth-child(2),
    .profile-carousel .profile-carousel__slide .profile-carousel__content .column:nth-child(3) {
        width: 100%;
        padding: 10px
    }
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .column .block_title {
    font-size: .75rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem
}

@media only screen and (max-width:1024px) {
    .profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom {
        font-size: 1.125rem
    }
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content {
    position: relative
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content .quote_symbol {
    font-size: 22.75rem;
    line-height: 240px;
    height: 100px;
    color: #949494;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 20px
}

@media only screen and (max-width:1024px) {
    .profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content .quote_symbol {
        left: -30px
    }
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content .quote_text {
    position: relative;
    top: 10px;
    left: 20px;
    z-index: 2
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content .quote_text .author {
    margin-top: 12px;
    font-size: .875rem;
    color: #4c4c4c
}

@media only screen and (max-width:1024px) {
    .profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content .quote_text {
        left: 0
    }
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_about {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: .875rem
}

.profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_inspiration {
    font-size: 1.625rem;
    color: #4c4c4c;
    font-family: Roboto, sans-serif
}

.profile-carousel .swipetosee {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    font-size: .75rem;
    font-family: PT Sans Narrow, sans-serif;
    float: right
}

.profile-carousel .swipetosee span {
    width: 60px;
    height: 1px;
    display: block;
    margin-right: 10px;
    background-color: #4c4c4c
}

@media only screen and (max-width:480px) {
    .profile-carousel .container {
        width: 100%;
        margin: 0
    }

    .profile-carousel .profiledata {
        display: none
    }

    .profile-carousel .profile-carousel__slide .profiledata_mobile {
        display: block
    }

    .profile-carousel .swipetosee {
        display: none
    }
}

.page-dav-about-davides .green-banner {
    background-color: #e3eeea;
    color: #4c4c4c
}

.page-dav-about-davides .green-banner .green-item h2 {
    color: #4c4c4c
}

.green-banner .b_block {
    width: 100%;
    padding: 0;
    padding-left: 40px;
    display: block
}

@media only screen and (max-width:480px) {
    .green-banner .b_block {
        padding-left: 20px
    }
}

.green-banner .b_block .b_block_title {
    font-size: 2.625rem;
    width: 100%;
    margin-bottom: 20px
}

.green-banner .b_block .b_block_container {
    width: 100%;
    height: 128px
}

@media only screen and (max-width:480px) {
    .green-banner .b_block .b_block_container {
        background-position: -54%
    }
}

.green-banner .b_block .b_block_container .b_block_logo {
    width: 8.33333%;
    height: 0;
    margin: 0;
    padding-top: 10%
}

@media only screen and (max-width:480px) {
    .green-banner .b_block .b_block_container .b_block_logo {
        width: 33.33333%;
        padding-top: 30%;
        background-position: auto -54%
    }
}

.green-banner .b_block .b_block_container .b_block_text {
    width: 50%;
    margin-right: 40px;
    font-size: 1.625rem;
    margin: 0
}

@media only screen and (max-width:480px) {
    .green-banner .b_block .b_block_container .b_block_text {
        width: 100%;
        padding-top: 20px;
        font-size: 1.125rem
    }
}

.double-column-text {
    background-color: #fffefc;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto 130px;
    padding-bottom: 150px
}

@media only screen and (max-width:798px) {
    .double-column-text {
        background-size: auto 70px;
        padding-bottom: 90px
    }
}

.double-column-text .double-column-text__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.double-column-text .double-column-text__row.fjc-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.double-column-text .double-column-text__title {
    padding: 0 20px
}

.double-column-text .double-column-text__text {
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    font-size: 1.625rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    padding: 40px 20px
}

@media only screen and (max-width:1024px) {
    .double-column-text .double-column-text__text {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:798px) {
    .double-column-text .double-column-text__text {
        padding: 20px;
        font-size: 1.125rem
    }
}

.double-column-text .double-column-text__cols {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width:798px) {
    .double-column-text .double-column-text__cols {
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }
}

.double-column-text .double-column-text__col-text {
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px
}

@media only screen and (max-width:1024px) {
    .double-column-text .double-column-text__col-text {
        -ms-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%
    }
}

@media only screen and (max-width:798px) {
    .double-column-text .double-column-text__col-text {
        -ms-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%
    }
}

.double-column-text .double-column-text__col-text:last-child {
    margin-top: 40px
}

@media only screen and (max-width:798px) {
    .double-column-text .double-column-text__col-text:last-child {
        margin-left: 16.66667%
    }
}

.double-column-text .double-column-text__col-text,
.double-column-text .double-column-text__col-text p {
    font-size: 14px;
    line-height: 1.6em
}

@media only screen and (max-width:1024px) {
    .double-column-text .double-column-text__col-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.page-dav-colelction-section {
    width: 100%;
    overflow-x: hidden
}

@media only screen and (max-width:1024px) {
    .page-dav-colelction-section .visual-inner__image {
        width: 100%;
        margin-top: 20px;
        background-size: 154% auto;
        background-position: -30px 0;
        height: 250px;
        background-repeat: no-repeat;
        background-position: 0
    }
}

.single-image-text-card,
.single-image-text-card .single-image-text-card__container {
    width: 100%
}

.single-image-text-card .single-image-text-card__image {
    padding-top: 37%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}

@media only screen and (max-width:1024px) {
    .single-image-text-card .single-image-text-card__image {
        padding-top: 60%;
        background-size: cover
    }
}

.single-image-text-card .single-image-text-card__content {
    width: 41.66667%;
    margin-left: 58.33333%;
    margin-top: -154px;
    background: #b7b7b7;
    padding: 33px 0 0 45px
}

@media only screen and (max-width:1024px) {
    .single-image-text-card .single-image-text-card__content {
        margin-top: -50px;
        width: 91.66667%;
        margin-left: 0;
        padding: 33px 0 0
    }
}

.single-image-text-card .single-image-text-card__content .logo {
    width: 33.33333%;
    padding: 0;
    margin: 0
}

@media only screen and (max-width:1024px) {
    .single-image-text-card .single-image-text-card__content .logo {
        width: 50%
    }
}

.single-image-text-card .single-image-text-card__content .logo img {
    width: 100%
}

.single-image-text-card .single-image-text-card__content .content_block {
    color: #4c4c4c;
    width: 58.33333%;
    padding: 0
}

@media only screen and (max-width:1024px) {
    .single-image-text-card .single-image-text-card__content .content_block {
        width: 100%
    }
}

.single-image-text-card .single-image-text-card__content .content_block .content_title {
    padding: 0;
    font-size: 2rem;
    font-family: Roboto, sans-serif
}

.single-image-text-card .single-image-text-card__content .content_block .text {
    font-size: 1rem;
    font-family: PT Sans Narrow, sans-serif
}

.collection-techniques {
    width: 100%;
    background: #fffefc
}

.collection-techniques .collection-techniques__container {
    width: 100%
}

.collection-techniques .collection-techniques_dx,
.collection-techniques .collection-techniques_sx {
    width: 50%;
    margin: 0;
    padding: 20px
}

@media only screen and (max-width:1024px) {

    .collection-techniques .collection-techniques_dx,
    .collection-techniques .collection-techniques_sx {
        width: 100%;
        padding: 0
    }
}

.collection-techniques .collection-techniques__image {
    padding-top: 77%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques__image {
        padding-top: 60%;
        background-size: cover
    }
}

.collection-techniques .collection-techniques__content {
    width: 83.33333%;
    margin-top: -154px;
    background: #fffefc;
    padding: 33px 0 0 45px
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques__content {
        margin-top: -50px;
        width: 91.66667%;
        margin-left: 0;
        padding: 33px 0 0
    }
}

.collection-techniques .collection-techniques__content .logo {
    width: 16.66667%;
    padding: 0;
    margin: 6px 0 0
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques__content .logo {
        width: 50%
    }
}

.collection-techniques .collection-techniques__content .logo img {
    width: 100%
}

.collection-techniques .collection-techniques__content .content_block {
    color: #4c4c4c;
    width: 58.33333%
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques__content .content_block {
        width: 100%
    }
}

.collection-techniques .collection-techniques__content .content_block .content_title {
    width: 41.66667%;
    padding: 0;
    font-size: 2rem;
    font-family: Roboto, sans-serif;
    line-height: 33px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.collection-techniques .collection-techniques__content .content_block .text {
    font-size: 1rem;
    font-family: PT Sans Narrow, sans-serif;
    line-height: 22px;
    color: #4c4c4c
}

.collection-techniques .collection-techniques_sx .title {
    color: #4c4c4c;
    font-size: 2.625rem;
    font-family: Roboto, sans-serif;
    text-transform: none
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques_sx .title {
        font-size: 1.625rem
    }
}

.collection-techniques .collection-techniques_sx .text {
    font-size: 1.625rem;
    font-family: Roboto, sans-serif;
    text-transform: none
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques_sx .text {
        font-size: 1.125rem;
        color: #4c4c4c
    }
}

.collection-techniques .collection-techniques_sx .collection-techniques__content {
    padding: 30px 0 0
}

.collection-techniques .collection-techniques_sx .collection-techniques__content .logo {
    width: 25%
}

.collection-techniques .collection-techniques_dx {
    margin-top: 100px
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques_dx {
        margin-top: 0
    }
}

.collection-techniques .collection-techniques_dx .collection-techniques__content {
    padding-top: 30px;
    margin-left: 16.66667%;
    padding-left: 35px
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques_dx .collection-techniques__content {
        margin-left: 8.33333%;
        padding-right: 20px
    }
}

.collection-techniques .collection-techniques_dx .collection-techniques__content .logo {
    width: 33.33333%
}

.collection-techniques .collection-techniques_dx .collection-techniques__content .content_block {
    margin: 0 0 0 30px
}

@media only screen and (max-width:1024px) {
    .collection-techniques .collection-techniques_dx .collection-techniques__content .content_block {
        margin: 0;
        padding: 0
    }
}

.double-image-text-card,
.double-image-text-card .double-image-text-card__container {
    width: 100%
}

.double-image-text-card .double-image-text-card_dx,
.double-image-text-card .double-image-text-card_sx {
    width: 50%;
    margin: 0
}

@media only screen and (max-width:1024px) {

    .double-image-text-card .double-image-text-card_dx,
    .double-image-text-card .double-image-text-card_sx {
        width: 100%;
        padding: 0
    }
}

.double-image-text-card .double-image-text-card__image {
    padding-top: 77%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card__image {
        padding-top: 60%;
        background-size: cover
    }
}

.double-image-text-card .double-image-text-card__content {
    width: 83.33333%;
    margin-top: -154px;
    background: #b7b7b7;
    padding: 33px 0 0 45px
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card__content {
        margin-top: -50px;
        width: 83.33333%;
        margin-left: 0;
        padding: 33px 0 0
    }
}

.double-image-text-card .double-image-text-card__content .logo {
    width: 16.66667%;
    padding: 0;
    margin: 6px 0 0
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card__content .logo {
        width: 50%
    }
}

.double-image-text-card .double-image-text-card__content .logo img {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card__content .logo img {
        width: auto
    }
}

.double-image-text-card .double-image-text-card__content .content_block {
    color: #4c4c4c;
    width: 58.33333%
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card__content .content_block {
        width: 100%
    }
}

.double-image-text-card .double-image-text-card__content .content_block .content_title {
    width: 41.66667%;
    padding: 0;
    font-size: 2rem;
    font-family: Roboto, sans-serif;
    line-height: 33px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.double-image-text-card .double-image-text-card__content .content_block .text {
    font-size: 1rem;
    font-family: PT Sans Narrow, sans-serif;
    line-height: 22px;
    color: #4c4c4c
}

.double-image-text-card .double-image-text-card_sx .title {
    color: #4c4c4c;
    font-size: 2.625rem;
    font-family: Roboto, sans-serif;
    text-transform: none
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card_sx .title {
        font-size: 1.625rem
    }
}

.double-image-text-card .double-image-text-card_sx .text {
    font-size: 1.625rem;
    font-family: Roboto, sans-serif;
    text-transform: none
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card_sx .text {
        font-size: 1.125rem;
        color: #4c4c4c
    }
}

.double-image-text-card .double-image-text-card_sx .double-image-text-card__content {
    padding: 30px 0 0
}

.double-image-text-card .double-image-text-card_sx .double-image-text-card__content .logo {
    width: 25%
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card_sx .double-image-text-card__content .logo {
        width: 50%
    }
}

.double-image-text-card .double-image-text-card__bg_down {
    background-position: 22%
}

.double-image-text-card .hide_dx,
.double-image-text-card .hide_sx {
    display: none
}

.double-image-text-card .double-image-text-card_dx {
    padding-right: 40px
}

.double-image-text-card .double-image-text-card_dx .double-image-text-card__content {
    padding-top: 30px;
    margin-left: 16.66667%;
    padding-left: 35px
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card_dx .double-image-text-card__content {
        margin-left: 8.33333%
    }
}

.double-image-text-card .double-image-text-card_dx .double-image-text-card__content .logo {
    width: 25%
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card_dx .double-image-text-card__content .logo {
        width: 50%
    }
}

.double-image-text-card .double-image-text-card_dx .double-image-text-card__content .content_block {
    margin: 0 0 0 30px
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card_dx .double-image-text-card__content .content_block {
        margin: 0;
        padding: 0
    }
}

.double-image-text-card .double-image-text-card__hidedesktop {
    display: none
}

.double-image-text-card .double-image-text-card__hidemobile {
    display: block
}

@media only screen and (max-width:1024px) {
    .double-image-text-card .double-image-text-card__hidedesktop {
        display: block
    }

    .double-image-text-card .double-image-text-card_dx {
        padding-right: 0
    }

    .double-image-text-card .double-image-text-card__hidemobile,
    .double-image-text-card.inverted .double-image-text-card_dx .double-image-text-card__image,
    .double-image-text-card.regular .double-image-text-card_sx .double-image-text-card__image {
        display: none
    }
}

.page-dav-lifestyle-section .anchors-menu {
    display: none
}

.page-dav-lifestyle-section .anchors-menu.visible {
    display: block
}

.page-dav-lifestyle-section .visual-inner {
    background: var(--dav-img-url-foglie) no-repeat;
    background-position: 100% 100%;
    background-size: 470px
}

@media only screen and (max-width:480px) {
    .page-dav-lifestyle-section .visual-inner {
        background: none
    }

    .page-dav-lifestyle-section .visual-inner .visual-inner__image {
        width: 100%;
        margin: 0;
        background-size: contain;
        height: 220px
    }

    .page-dav-lifestyle-section .visual-inner .visual-inner__text {
        margin: -55px 0 0
    }
}

@media only screen and (min-width:1025px) {
    .page-dav-lifestyle-section .visual-inner {
        background-size: 570px
    }
}

.page-dav-lifestyle-section .visual-inner .visual-inner__text {
    padding: 30px 40px 136px
}

.page-dav-lifestyle-section .text-area-with-quote {
    margin-top: -100px;
    position: relative;
    z-index: 7
}

.page-dav-lifestyle-section .text-area-with-quote .container .text-area-with-quote-sx {
    border-bottom: none
}

.page-dav-lifestyle-section .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__roof {
    background-image: none;
    height: 20px
}

.page-dav-lifestyle-section .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote {
    border-left: none
}

.page-dav-lifestyle-section .text-area-with-quote .container .text-area-with-quote-mobile {
    border: none
}

.page-dav-lifestyle-section .dav-block-vspace--big {
    padding-top: 0
}

.page-dav-lifestyle-section .timeline .timeline__title {
    display: none
}

.page-dav-lifestyle-section .timeline .dav-block-vspace {
    padding-top: 0;
    padding-bottom: 40px
}

.page-dav-lifestyle-section .collection-techniques {
    background-color: transparent
}

.page-dav-lifestyle-section .collection-techniques .collection-techniques__fullisting {
    width: 50%;
    margin-left: 41.66667%
}

.page-dav-lifestyle-section .collection-techniques .collection-techniques__container {
    width: auto
}

.page-dav-lifestyle-section .collection-techniques .collection-techniques__content {
    margin-top: -250px;
    width: 83.33333%;
    margin-left: 0;
    padding-left: 0;
    background-color: #b7b7b7
}

@media only screen and (max-width:480px) {
    .page-dav-lifestyle-section .collection-techniques .collection-techniques__content {
        margin-top: -50px
    }
}

.page-dav-lifestyle-section .collection-techniques .content_block {
    margin-left: 0;
    padding-left: 0;
    width: 100%
}

.page-dav-lifestyle-section .collection-techniques .content_block .content_title {
    width: 100%
}

.page-dav-lifestyle-section .collection-techniques .collection-techniques__dx .collection-techniques__content .content_block {
    margin-left: 0;
    padding-left: 0
}

.generic-carousel {
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    background: #fffefc;
    margin-left: 8.33333%
}

@media only screen and (max-width:480px) {
    .generic-carousel {
        margin-left: 0
    }
}

.generic-carousel .container {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.generic-carousel .generic-carousel__header {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 20px 20px
}

.generic-carousel .generic-carousel__header .generic-carousel__title {
    color: #4c4c4c;
    font-size: 2.6875rem;
    padding: 0 20px 20px
}

.generic-carousel .generic-carousel__header .generic-carousel__description {
    color: #4c4c4c;
    font-size: 1.625rem
}

@media only screen and (max-width:480px) {
    .generic-carousel .generic-carousel__header .generic-carousel__title {
        font-size: 1.5rem
    }
}

.generic-carousel .generic-carousel__block_contents {
    margin-left: 20px
}

.generic-carousel .generic-carousel__scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll
}

.generic-carousel .generic-carousel__scroll::-webkit-scrollbar-track {
    background-color: #fffefc
}

.generic-carousel .generic-carousel__scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.generic-carousel .generic-carousel__scroll::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.generic-carousel .generic-carousel__scroll::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

.generic-carousel .generic-carousel__slide {
    width: 66.66667%;
    margin: 0;
    padding: 0 0 0 20px;
    margin-right: 4.16667%;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:480px) {
    .generic-carousel .generic-carousel__slide {
        width: 83.33333%;
        margin-left: 0
    }
}

.generic-carousel .generic-carousel__slide .generic-carousel__dx,
.generic-carousel .generic-carousel__slide .generic-carousel__sx {
    width: 50%;
    margin: 0;
    padding: 0
}

.generic-carousel .generic-carousel__slide .generic-carousel__dx {
    margin-top: 50px;
    position: relative
}

.generic-carousel .generic-carousel__slide .generic-carousel__dx .generic-carousel__quote_symbol {
    color: #dfddde;
    font-size: 22.75rem;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 0;
    line-height: .65em;
    font-family: Roboto, sans-serif
}

.generic-carousel .generic-carousel__slide .generic-carousel__dx .generic-carousel__quote {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1
}

.generic-carousel .generic-carousel__slide .generic-carousel__dx .generic-carousel__quote .boxcategory {
    display: block;
    margin-bottom: 20px
}

.generic-carousel .generic-carousel__slide .generic-carousel__dx .generic-carousel__quote .boxquote {
    font-size: 1.875rem
}

@media only screen and (max-width:480px) {
    .generic-carousel .generic-carousel__slide .generic-carousel__dx .generic-carousel__quote .boxquote {
        font-size: 1.125rem
    }
}

@media only screen and (max-width:480px) {
    .generic-carousel .generic-carousel__slide .generic-carousel__dx .generic-carousel__quote .generic-carousel__quote_symbol {
        color: #dfddde;
        font-size: 22.75rem;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 0;
        line-height: .65em;
        font-family: Roboto, sans-serif
    }
}

.generic-carousel .generic-carousel__slide .generic-carousel__image {
    width: 100%;
    height: 0;
    padding-top: 67%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

@media only screen and (max-width:480px) {
    .generic-carousel .generic-carousel__slide .generic-carousel__image {
        padding-top: 87%
    }
}

.generic-carousel .generic-carousel__slide .generic-carousel__text {
    padding: 50px 50px 50px 20px;
    margin-top: -100px;
    width: 66.66667%;
    background: #fffefc
}

.generic-carousel .generic-carousel__slide .generic-carousel__text .boxtitle {
    display: block;
    font-size: 1.625rem;
    padding: 0 0 20px
}

.generic-carousel .generic-carousel__slide .generic-carousel__text .boxcontent {
    font-size: .875rem
}

@media only screen and (max-width:480px) {
    .generic-carousel .generic-carousel__slide .generic-carousel__text {
        width: 91.66667%;
        margin-top: -50px;
        padding: 10px 10px 50px
    }
}

.generic-carousel .swipetosee {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    font-size: .75rem;
    font-family: PT Sans Narrow, sans-serif;
    float: right
}

.generic-carousel .swipetosee span {
    width: 60px;
    height: 1px;
    display: block;
    margin-right: 10px;
    background-color: #4c4c4c
}

.spotify-player {
    width: 91.66667%;
    background: var(--dav-img-url-colibri) 100% 0 no-repeat;
    background-size: 180px
}

@media only screen and (max-width:480px) {
    .spotify-player {
        background: none;
        width: 100%
    }
}

.spotify-player .spotify-player__header {
    width: 50%;
    margin-top: 50px
}

.spotify-player .spotify-player__header .text {
    width: 91.66667%;
    font-size: 1.625rem;
    margin-bottom: 50px;
    color: #707070
}

@media only screen and (max-width:480px) {
    .spotify-player .spotify-player__header {
        width: 83.33333%;
        margin-top: 50px
    }

    .spotify-player .spotify-player__header .text {
        font-size: 1rem
    }
}

.spotify-player .spotify-player_dx,
.spotify-player .spotify-player_sx {
    margin: 0;
    padding: 0
}

.spotify-player .spotify-player_sx {
    width: 66.66667%;
    margin-left: 8.33333%
}

@media only screen and (max-width:480px) {
    .spotify-player .spotify-player_sx {
        width: 100%;
        margin-left: 0
    }
}

.spotify-player .spotify-player_sx .spotify-player__image {
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 100%
}

.spotify-player .spotify-player_dx {
    margin-top: -50px;
    width: 16.66667%
}

.spotify-player .spotify-player_dx .content_block {
    padding: 0;
    margin: 0
}

@media only screen and (max-width:480px) {
    .spotify-player .spotify-player_dx {
        margin-top: -150px;
        margin-left: 16.66667%;
        width: 83.33333%
    }
}

.cc-revoke,
.cc-window {
    font-family: PT Sans Narrow, sans-serif !important;
    font-size: .875rem !important;
    line-height: 1.1em !important;
    opacity: .85 !important;
    width: 100%;
    max-width: 100%;
    bottom: 0 !important
}

@media only screen and (max-width:1024px) {

    .cc-revoke,
    .cc-window {
        padding: 10px 5px !important
    }
}

@media only screen and (max-width:798px) {

    .cc-revoke,
    .cc-window {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-align: center
    }
}

.cc-revoke.cc-invisible,
.cc-window.cc-invisible {
    opacity: 0 !important
}

.cc-revoke.cc-floating,
.cc-window.cc-floating {
    width: 100% !important;
    max-width: 100% !important
}

.cc-btn {
    border-width: 1px !important;
    font-weight: 400 !important;
    font-family: Roboto, sans-serif !important
}

@media only screen and (max-width:798px) {
    .cc-btn {
        max-width: 50%
    }
}

@media only screen and (max-width:798px) {
    .cc-banner .cc-message {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        margin-bottom: 10px
    }
}

.cc-compliance {
    margin-left: 30px
}

@media only screen and (max-width:798px) {
    .cc-compliance {
        margin-left: 0;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.swal2-popup {
    border-radius: 0
}

.swal2-styled.swal2-confirm {
    border-radius: 0;
    background: #4c4c4c
}

.swal2-styled:focus {
    box-shadow: none
}

.search .feature_divider {
    margin-bottom: 0
}

.search .search-results-list {
    padding-top: 20px;
    background: #f7f6f2
}

.search .search-title-wrap {
    margin-bottom: 0
}

.search .search__form input[type=text] {
    border-color: #949494
}

.search .search__button {
    border-color: #949494;
    background-color: transparent;
    color: #949494
}

.davines-toast-container {
    padding: 0
}

.davines-popup-container .swal2-title strong {
    font-weight: 400
}

.checkout-pages .dav-minicart {
    display: none !important
}

.page-dav-checkout-thankyou .flex-align-items-center {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-dav-checkout-thankyou .info .order--number {
    margin-top: 20px
}

.page-dav-checkout-thankyou .info .description,
.page-dav-checkout-thankyou .info .order--number {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: .9375rem;
    font-weight: 400
}

.swym-isa-inline-form {
    border: unset !important;
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%
}

.swym-remind-me {
    background: transparent !important;
    padding: 0 !important
}

.swym-remind-me input.swym-input {
    width: auto !important;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.swym-privacy-info,
.swym-title {
    display: none
}

#swym-remind-auth-form {
    display: -ms-flexbox;
    display: flex
}

.swym-remind-auth-form-container {
    margin-top: 0
}

@media only screen and (min-width:799px) {
    .swym-remind-auth-form-container {
        margin-top: 10px
    }
}

.swym-remind-description {
    font-size: .875rem
}

#swym-remind-email-auth-button {
    text-transform: capitalize !important;
    font-family: Roboto, sans-serif;
    width: unset !important;
    margin-top: 0 !important;
    background-color: #4c4c4c !important;
    transition: all .2s linear !important;
    text-transform: uppercase !important;
    font-weight: 600;
    text-shadow: none !important;
    padding: 0 20px;
    font-size: 12px
}

#swym-remind-email-auth-button:hover {
    background-color: #707070 !important
}

.dav-breadcrumbs {
    color: #4c4c4c
}

.filters-container .fixed-inside-filters {
    background: #4c4c4c
}

#shopify-section-page-dav-about-template .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .quote_simbol {
    left: -50px;
    font-size: 12rem;
    color: gray
}

@media only screen and (max-width:798px) {
    #shopify-section-page-dav-about-template .text-area-with-quote .container .text-area-with-quote-dx .text-area-with-quote__quote .quote_box .quote_simbol {
        left: -10px;
        font-size: 6rem
    }
}

#shopify-section-page-dav-about-template .profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content .quote_symbol {
    top: -51px;
    left: -30px;
    font-size: 10rem;
    color: gray
}

@media only screen and (max-width:798px) {
    #shopify-section-page-dav-about-template .profile-carousel .profile-carousel__slide .profile-carousel__content .profile-carousel__content_wisdom .block_content .quote_symbol {
        top: -78px;
        font-size: 6rem
    }
}

.page-dav-projects-section .quote-block .quote-container .bigquotes {
    color: grey;
    font-size: 8rem;
    position: absolute;
    top: 35px;
    left: -30px
}

@media only screen and (max-width:798px) {
    .page-dav-projects-section .quote-block .quote-container .bigquotes {
        top: -1px;
        left: 0
    }
}

.page-dav-projects-section .green-banner {
    background: #3f5e52
}

.page-dav-transparency-section .list-icon-with-small-desc {
    background: #b0c4de
}

.page-dav-village-section .quote_simbol {
    font-size: 6rem !important;
    left: -8px !important;
    color: gray !important
}

.footer,
.footer a {
    color: #000 !important
}

.shappify-motivator-slider,
.shappify-motivator-slider[id^=message_] {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    top: 0;
    background-color: #000;
    text-align: center;
    color: #fffefc;
    font-size: 13px;
    width: 100%;
    z-index: 16;
    transition: all .3s linear;
    overflow: hidden;
    text-transform: uppercase;
    min-height: 30px;
    line-height: 1.1em;
    padding: 0 30px 0 5px
}

@media only screen and (max-width:480px) {

    .shappify-motivator-slider,
    .shappify-motivator-slider[id^=message_] {
        font-size: .625rem
    }
}

.shappify-motivator-slider .shapp_confirmation,
.shappify-motivator-slider[id^=message_] .shapp_confirmation {
    color: #fffefc;
    font-size: 14px
}

@media only screen and (max-width:480px) {

    .shappify-motivator-slider .shapp_confirmation,
    .shappify-motivator-slider[id^=message_] .shapp_confirmation {
        font-size: .6875rem
    }
}

.shappify-motivator-slider .shappify-motivator-bal,
.shappify-motivator-slider[id^=message_] .shappify-motivator-bal {
    font-size: 14px;
    font-weight: 700;
    color: #fffefc
}

@media only screen and (max-width:480px) {

    .shappify-motivator-slider .shappify-motivator-bal,
    .shappify-motivator-slider[id^=message_] .shappify-motivator-bal {
        font-size: .6875rem
    }
}

a.shappify-motivator-x {
    color: #4E4B4A;
    float: right;
    margin-right: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 19px;
}

.shappify-motivator-slider,
.shappify-motivator-slider {
    position: Fixed;
    display: none;
    top: 0;
    width: 100%;
    z-index: 999999999;
    margin: 0;
    left: 0;
    background-color: #DFDDDE;
    padding: 25px 0;
    color: #4E4B4A;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 0px solid #95C9F0;
}

.shappify-motivator-slider .shappify-motivator-bal {
    font-size: 17px;
    color: #4E4B4A;
    font-weight: bold;
}

.shappify-motivator-slider .shapp_confirmation {
    font-size: 17px;
    color: #4E4B4A;
    font-weight: normal;
}

.shappify-motivator-slider p {
    padding: 0;
    margin: 0;
    text-align: center;
}

.shappify-motivator-slider,
.shappify-motivator-slider {
    display: none !important;
}

#swym-anchor {
    display: none !important;
}

.swym-add-to-watchlist {
    background: #ff4400 !important;
}

.swym-powered-by {
    display: none;
}

#zoid-widget-xcomponent-383a90b423_mdk6nde6nte {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

#zoid-widget-xcomponent-383a90b423_mdk6nde6nte>iframe {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity .2s ease-in-out;
}

#zoid-widget-xcomponent-383a90b423_mdk6nde6nte>iframe.invisible {
    opacity: 0;
}

#zoid-widget-xcomponent-383a90b423_mdk6nde6nte>iframe.visible {
    opacity: 1;
}


#swym-remind-email-auth-button {
    background-color: #7f7977;
}

.swym-button.swym-add-to-watchlist {
    background-color: rgb(255, 68, 0);
    font-size: 14px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
}

.swym-button.swym-add-to-watchlist:after {
    color: #fff !important
}

.shappify-motivator-slider[id^=message_] a.shappify-motivator-x,
.shappify-motivator-slider a.shappify-motivator-x {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fffefc;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 13;
    color: transparent
}

.shappify-motivator-slider[id^=message_] a.shappify-motivator-x:before,
.shappify-motivator-slider a.shappify-motivator-x:before {
    font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
    color: #fffefc;
    font-weight: 400
}

.max-qty-alert {
    margin-bottom: 30px;
    font-size: .875rem;
    background-color: rgba(0, 0, 0, .05)
}

@media only screen and (max-width:798px) {
    .max-qty-alert {
        margin-bottom: 10px
    }
}

.product-sticky-form .max-qty-alert {
    display: none
}

@media only screen and (min-width:1025px) {
    .iframe-layout {
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media only screen and (min-width:1025px) {
    .iframe-layout .align-item-right {
        width: 50vh
    }
}

@media only screen and (max-width:798px) {
    .iframe-layout .align-item-right {
        width: 90vw
    }
}

@media only screen and (max-width:798px) {
    .iframe-layout .align-item-right .iframe-container {
        margin-top: 20px;
        margin-top: 30px
    }
}

@media only screen and (max-width:798px) {
    .specifics .specifics__wrapper {
        padding-top: 20px
    }
}

.specifics .specifics__wrapper .specifics__item+.specifics__item {
    margin-top: 20px
}

.specifics .specifics__wrapper .specifics__item+.specifics__item .specifics__certifications {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.specifics .specifics__wrapper .specifics__item+.specifics__item .specifics__certifications img {
    margin-right: 8.33333%
}

@media only screen and (max-width:480px) {
    #modalRedirect .modal-dialog {
        margin: 0
    }
}

@media only screen and (max-width:480px) {
    #modalRedirect .modal-dialog.modal-dialog-centered {
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

#modalRedirect .modal-header {
    padding-bottom: 0
}

#modalRedirect .modal-content {
    width: auto;
    max-width: 480px;
    min-width: 480px;
    padding-bottom: 10px
}

@media only screen and (max-width:480px) {
    #modalRedirect .modal-content {
        min-width: 320px;
        max-width: 100vw;
        height: 100vh;
        padding-bottom: 0
    }
}

#modalRedirect .modal-body {
    padding: 20px 40px 15px
}

@media only screen and (max-width:480px) {
    #modalRedirect .modal-body {
        padding-top: 40px
    }
}

#modalRedirect .modal-footer {
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px
}

@media only screen and (max-width:480px) {
    #modalRedirect .modal-footer {
        padding: 1rem 0 0
    }
}

#modalRedirect .modal-select {
    padding: 15px 25px;
    border: 1px solid #707070
}

#modalRedirect .modal-text,
#modalRedirect .modal-text p {
    font-size: .875rem;
    text-align: center
}

#modalRedirect input[name=country_search] {
    border: none;
    border-bottom: 1px solid #949494
}

#modalRedirect .go-to-website {
    height: 54px
}

@media only screen and (max-width:480px) {
    #modalRedirect .go-to-website {
        width: 100%;
        height: 44px
    }
}

#modalRedirect .modal-country__title {
    font-size: 1.625rem;
    line-height: 1.1em;
    color: #4c4c4c;
    text-align: center;
    margin: 0 0 15px;
    padding: 0
}

@media only screen and (max-width:480px) {
    #modalRedirect .modal-country__title {
        font-size: 1.25rem;
        line-height: 1.3em
    }
}

#modalRedirect .modal-country__view-all {
    display: block;
    color: #949494;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    text-decoration: underline;
    text-align: center
}

#modalRedirect .modal-country__shop-icon-wrap {
    display: block;
    width: 35px;
    line-height: 0;
    margin: 0;
    padding: 0
}

#modalRedirect .country-list {
    list-style: none;
    padding: 0;
    height: 125px;
    overflow-y: auto
}

#modalRedirect .country-list::-webkit-scrollbar-track {
    background-color: #fffefc
}

#modalRedirect .country-list::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

#modalRedirect .country-list::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

#modalRedirect .country-list::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

#modalRedirect .country-list li {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    padding: 6px 5px
}

#modalRedirect .country-list li.hide {
    display: none
}

#modalRedirect .country-list li:hover {
    background: #f7f7f7
}

#modalRedirect .country-list li.active {
    background: #e6e6e6
}

#modalRedirect .country-list li .modal-country__flag {
    width: 20px;
    height: 20px
}

#modalRedirect .country-list li .modal-country__name {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.3em
}

#shopify-section-related-collection .davines-collection___related {
    background-color: #f4f4f6;
    padding: 60px 40px 20px
}

@media only screen and (max-width:798px) {
    #shopify-section-related-collection .davines-collection___related {
        padding-left: 20px;
        padding-right: 20px
    }
}

#shopify-section-related-collection .davines-collection___related .dav-main-title {
    font-size: 2.625rem
}

@media only screen and (max-width:798px) {
    #shopify-section-related-collection .davines-collection___related .dav-main-title {
        margin-bottom: 50px;
        font-size: 1.75rem
    }
}

#shopify-section-related-collection .davines-collection___related .related-collections__slider {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex
}

#shopify-section-related-collection .davines-collection___related .related-collections__slider::-webkit-scrollbar-track {
    background-color: #fffefc
}

#shopify-section-related-collection .davines-collection___related .related-collections__slider::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

#shopify-section-related-collection .davines-collection___related .related-collections__slider::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

#shopify-section-related-collection .davines-collection___related .related-collections__slider::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:798px) {

    #shopify-section-related-collection .davines-collection___related .related-collections__slider .medium-down--one-half,
    #shopify-section-related-collection .davines-collection___related .related-collections__slider .small-down--one-half {
        width: calc(50% - 10px)
    }
}

#shopify-section-related-collection .davines-collection___related .related-collections__slider div {
    -ms-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin: 0 !important;
    position: relative;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:798px) {
    #shopify-section-related-collection .davines-collection___related .related-collections__slider div {
        margin: 0 !important;
        -ms-flex-preferred-size: 60vw;
        flex-basis: 60vw
    }
}

#shopify-section-related-collection .davines-collection___related .collection-item {
    -ms-flex-basis: calc(33% - 20px);
    -ms-flex-preferred-size: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 !important;
    position: relative
}

#shopify-section-related-collection .davines-collection___related .collection-item .title {
    font-size: 1.25rem;
    text-transform: none;
    letter-spacing: 0
}

#shopify-section-related-collection .davines-collection___related .collection-item .description {
    font-size: .875rem
}

#shopify-section-related-collection .davines-collection___related .collection-item .link {
    font-size: .875rem;
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    text-decoration: underline
}

@media only screen and (max-width:798px) {
    #shopify-section-related-collection .davines-collection___related .collection-item .link {
        font-size: .75rem
    }
}

.footer-section .footer-logo-wrap {
    text-align: center
}

.footer-section .footer-logo-wrap img.footer-logo.ls-is-cached {
    height: 29px;
    width: 140px;
    margin-bottom: 0
}

.footer-section .footer-social-icons {
    display: block
}

@media only screen and (max-width:798px) {
    .footer-section .footer-social-icons {
        border-bottom: 1px solid #4c4c4c;
        margin-bottom: 15px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:798px) {
    .footer-section .footer-social-icons ul {
        margin-top: 0
    }
}

.footer-section .footer-social-icons .social_icons {
    -ms-flex-pack: center;
    justify-content: center
}

.footer-section .footer-social-icons--mobile {
    display: none !important
}

.footer-section .four.columns.medium-down--one-whole .footer_menu h6 {
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
    text-transform: uppercase
}

.footer-section .four.columns.medium-down--one-whole .footer_menu .toggle_content ul li a {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px
}

.spa-locator-cta {
    margin: 0 3px
}

.scroll-down-right {
    margin-left: 100%;
    position: absolute;
    top: 83%;
    height: 173px;
    width: 26px;
    cursor: pointer
}

.scroll-down-right .title {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #949494;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 26px
}

.scroll-down-right svg {
    height: 50px;
    width: 11px;
    margin-left: 7px
}

.accordion-cfz.dav-container {
    display: -ms-flexbox;
    display: flex;
    width: 83.33333%;
    min-height: 540px;
    background-color: var(--dav-theme-background-default);
    background-color: #fff;
    margin: 40px auto;
    padding-left: 0;
    color: #000;
}

@media only screen and (max-width:798px) {
    .accordion-cfz.dav-container {
        width: 100%;
        height: auto
    }

    .footer-section .four.columns.medium-down--one-whole .footer_menu h6 {
        padding: 22px 10px;
        border-bottom: 1px solid #4c4c4c;
    }
}

.accordion-cfz.dav-container .accordion__wrapper__img-wrap {
    -ms-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width:798px) {
    .accordion-cfz.dav-container .accordion__wrapper__img-wrap {
        display: none
    }
}

.accordion-cfz.dav-container .accordion__wrapper__img {
    position: absolute;
    width: 100%;
    height: 540px;
    top: 0;
    left: -30%;
    z-index: 1;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.accordion-cfz.dav-container .accordion__wrapper {
    -ms-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0
}

@media only screen and (max-width:798px) {
    .accordion-cfz.dav-container .accordion__wrapper {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 40px 20px
    }
}

.accordion-cfz.dav-container .separator {
    height: 1px;
    background-color: #b7b7b7;
    display: block;
    margin-top: 37px
}

.accordion-cfz.dav-container .separator.s-next {
    height: 1px;
    background-color: #b7b7b7;
    display: block;
    margin: 0
}

.accordion-cfz.dav-container .accordion__item {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    min-height: 45px
}

.accordion-cfz.dav-container .accordion__item .accordion__text {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out
}

.accordion-cfz.dav-container .accordion__item a[class^=btn-] {
    margin-top: 15px
}

.accordion-cfz.dav-container .accordion__item .btn-icons-wrap {
    transition: all .2s ease-in-out
}

.accordion-cfz.dav-container .accordion__item.active {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.accordion-cfz.dav-container .accordion__item.active .accordion__text {
    max-height: calc(100% - 30px);
    overflow-y: auto;
    padding-bottom: 20px
}

.accordion-cfz.dav-container .accordion__item.active .accordion__text::-webkit-scrollbar-track {
    background-color: #fffefc
}

.accordion-cfz.dav-container .accordion__item.active .accordion__text::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.accordion-cfz.dav-container .accordion__item.active .accordion__text::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.accordion-cfz.dav-container .accordion__item.active .accordion__text::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:798px) {
    .accordion-cfz.dav-container .accordion__item.active .accordion__text {
        max-height: 5000px;
        overflow-y: visible
    }
}

.accordion-cfz.dav-container .accordion__item.active .cta-accordion .btn-icons-wrap {
    transform: rotate(90deg)
}

.accordion-cfz.dav-container .accordion__item+.accordion__item {
    border-top: none
}

.accordion-cfz.dav-container .accordion__item .title {
    height: 18px;
    width: 100px;
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
    width: 100%;
}

.accordion-cfz.dav-container .accordion__text {
    padding-left: 26px
}

.accordion-cfz.dav-container .accordion__text,
.accordion-cfz.dav-container .accordion__text p {
    font-size: .8125rem
}

.accordion-cfz.dav-container .cta-accordion {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    cursor: pointer
}

.accordion-cfz.dav-container .cta-accordion:hover {
    background: rgba(0, 0, 0, .03)
}

.accordion-cfz.dav-container .cta-accordion label {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 15px;
    flex: 1;
}

#shopify-section-product-details-template {
    background: #fff;
}

.newsletter_section {
    position: relative
}

.newsletter_section.newsletter_section--cz {
    background-color: #ededed;
    min-height: 280px
}

.newsletter_section.newsletter_section--cz:after,
.newsletter_section.newsletter_section--cz:before {
    content: "";
    display: block;
    width: 282px;
    height: 330px;
    background: var(--dav-img-url-molecules) no-repeat 0 80px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-height: 100%
}

@media only screen and (max-width:798px) {

    .newsletter_section.newsletter_section--cz:after,
    .newsletter_section.newsletter_section--cz:before {
        width: 141px;
        height: 165px
    }
}

.newsletter_section.newsletter_section--cz:after {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    background-position: 50px -50px
}

.newsletter_section.newsletter_section--cz .container {
    width: 33.33333%;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:798px) {
    .newsletter_section.newsletter_section--cz .container {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) {
    .newsletter_section.newsletter_section--cz .container {
        width: 100%;
        padding: 20px
    }
}

.newsletter_section.newsletter_section--cz .newsletter-text,
.newsletter_section.newsletter_section--cz .newsletter-text p {
    font-size: .8125rem
}

.newsletter_section.newsletter_section--cz .input-row {
    position: relative
}

.newsletter_section.newsletter_section--cz .input-row+.input-row {
    margin-top: 15px
}

.newsletter_section.newsletter_section--cz input.contact_email[type=email] {
    width: 100%
}

.newsletter_section.newsletter_section--cz input[type=email],
.newsletter_section.newsletter_section--cz input[type=text] {
    border: 1px solid #bababa
}

.newsletter_section.newsletter_section--cz .form-submit {
    padding-right: .9em;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1
}

@media screen and (max-width: 1080px) {
    .newsletter_section.newsletter_section--cz .form-submit {
        top: 5px;
    }
}

.newsletter_section.newsletter_section--cz .form-submit .btn-icons-wrap {
    margin-left: 0
}

.newsletter_section.newsletter_section--cz .mdc-checkbox {
    margin-left: -10px
}

.dav-focus-formula {
    background: #dfdfe1
}

.dav-focus-formula__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px 30px
}

.dav-focus-formula__col {
    padding: 0 20px
}

.dav-focus-formula__text-wrap {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width:480px) {
    .dav-focus-formula__text-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-order: 2;
        order: 2
    }
}

.dav-focus-formula__text {
    padding-left: 40px
}

@media only screen and (max-width:480px) {
    .dav-focus-formula__text {
        padding-left: 20px
    }
}

.dav-focus-formula__text,
.dav-focus-formula__text p {
    font-size: .9375rem;
    line-height: 1.6em
}

@media only screen and (max-width:480px) {

    .dav-focus-formula__text,
    .dav-focus-formula__text p {
        font-size: .8125rem
    }
}

@media only screen and (max-width:480px) {
    .dav-focus-formula__sub-text {
        padding-left: 20px
    }
}

.dav-focus-formula__sub-text,
.dav-focus-formula__sub-text p {
    font-size: .8125rem;
    line-height: 1.6em
}

@media only screen and (max-width:480px) {

    .dav-focus-formula__sub-text,
    .dav-focus-formula__sub-text p {
        font-size: .75rem
    }
}

.dav-focus-formula__image-wrap {
    position: relative;
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    padding-right: 0;
    right: -20px
}

@media only screen and (max-width:480px) {
    .dav-focus-formula__image-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-order: 1;
        order: 1
    }
}

.dav-focus-formula__sub-wrap {
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    margin-left: calc(50% - 40px)
}

@media only screen and (max-width:480px) {
    .dav-focus-formula__sub-wrap {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        -ms-flex-order: 3;
        order: 3
    }
}

.dav-focus-formula__logo {
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
}

@media only screen and (max-width:480px) {
    .dav-focus-formula__logo {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-order: 4;
        order: 4
    }
}

.dav-focus-formula__logo img {
    max-width: 70px
}

@media only screen and (max-width:480px) {
    .dav-focus-formula__logo img {
        max-width: 50px
    }
}

.dav-line-products-list {
    background: #f9f9f9
}

.dav-line-products-list__view-all {
    display: none;
    padding-top: 20px
}

@media only screen and (max-width:480px) {
    .dav-line-products-list__view-all {
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

.dav-line-products-list__products {
    overflow-x: auto;
    margin-right: -20px
}

.dav-line-products-list__products::-webkit-scrollbar-track {
    background-color: #fffefc
}

.dav-line-products-list__products::-webkit-scrollbar {
    width: 6px;
    background-color: #4c4c4c
}

.dav-line-products-list__products::-webkit-scrollbar:horizontal {
    width: auto;
    height: 6px
}

.dav-line-products-list__products::-webkit-scrollbar-thumb {
    background-color: #4c4c4c
}

@media only screen and (max-width:480px) {
    .dav-line-products-list__products {
        overflow-x: hidden;
        margin-right: 0
    }
}

.dav-line-products-list__products .product-list {
    padding-bottom: 30px
}

.page-dav-line-nav {
    position: fixed;
    z-index: 12;
    left: 3%;
    display: none;
    top: 0;
    background: #fffefc;
    padding: 0 80px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out
}

.page-dav-line-nav.active {
    opacity: 1;
    left: 0;
    display: block;
    pointer-events: auto
}

@media only screen and (max-width:1024px) {
    .page-dav-line-nav {
        padding: 0
    }
}

.page-dav-line-nav ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin: 0;
    overflow-x: auto
}

.page-dav-line-nav ul::-webkit-scrollbar-track {
    background-color: #fffefc
}

.page-dav-line-nav ul::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(76, 76, 76, .3)
}

.page-dav-line-nav ul::-webkit-scrollbar:horizontal {
    width: auto;
    height: 4px
}

.page-dav-line-nav ul::-webkit-scrollbar-thumb {
    background-color: rgba(76, 76, 76, .3)
}

.page-dav-line-nav li {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    padding: 0 20px;
    margin: 0 auto
}

@media only screen and (max-width:798px) {
    .page-dav-line-nav li {
        -ms-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
        padding: 0 10px
    }
}

.page-dav-line-nav li a {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .6875rem;
    line-height: 1.1em
}

@media only screen and (max-width:1024px) {
    .page-dav-line-nav li a {
        font-size: .625rem
    }
}

.page-dav-line-nav li a:hover .page-dav-line-nav__icon-wrap:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.page-dav-line-nav li a span {
    text-align: center;
    padding-top: 5px
}

.page-dav-line-nav li a.selected {
    font-weight: 700
}

.page-dav-line-nav li a.selected .page-dav-line-nav__icon-wrap:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    border-width: 2px
}

.page-dav-line-nav__title {
    text-transform: uppercase
}

.page-dav-line-nav__icon-wrap {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width:1024px) {
    .page-dav-line-nav__icon-wrap {
        margin-bottom: 2px
    }
}

@media only screen and (max-width:1024px) {
    .page-dav-line-nav__icon-wrap svg {
        width: 40px;
        height: 40px
    }
}

.page-dav-line-nav__icon-wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 54px;
    height: 54px;
    border: 1px solid #4c4c4c;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%) scale(1.1);
    margin-top: -2px;
    opacity: 0;
    transition: all .2s ease-in-out
}

@media only screen and (max-width:1024px) {
    .page-dav-line-nav__icon-wrap:after {
        width: 44px;
        height: 44px
    }
}

.page-dav-line-nav__scoll-icon {
    display: block !important;
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg)
}

@media only screen and (max-width:1024px) {
    .page-dav-line-nav__scoll-icon {
        display: none !important
    }
}

.page-dav-line-nav__scoll-icon.icon-left {
    right: auto;
    left: 40px;
    transform: translateY(-50%) rotate(90deg)
}

.page-dav-line-nav__scoll-icon svg {
    display: block
}

@media only screen and (max-width:1024px) {
    .spr-badge.hide-for-mobile {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .spr-badge.hide-for-desktop {
        display: none
    }
}

.equal-columns--outside-trim.big-carousel .column.even.one-seventh:nth-of-type(15n) {
    margin-left: 20px
}

.equal-columns--outside-trim.big-carousel .column.even.one-seventh:nth-of-type(6n+1),
.equal-columns--outside-trim.big-carousel .column.odd.one-seventh:nth-of-type(14n) {
    margin-right: 20px
}

.equal-columns--outside-trim.big-carousel .column.odd.one-seventh:nth-of-type(7n+1) {
    margin-left: 20px
}

@media only screen and (max-width:1024px) {
    .hide-for-mobile {
        display: none !important
    }
}

@media only screen and (min-width:1025px) {
    .hide-for-desktop {
        display: none !important
    }
}

div.page-stores__list {
    padding: 0 40px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-stores__continent-title {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 1.75rem;
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #707070
}

.page-stores__continent-title:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0
}

.page-stores__link {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    padding: 12px 0
}

.page-stores__link:focus .page-stores__name,
.page-stores__link:hover .page-stores__name {
    text-decoration: underline
}

@media only screen and (max-width:480px) {
    .page-stores__link {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.page-stores__flag {
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.page-stores__shop-icon-wrap {
    display: block;
    width: 35px;
    line-height: 0;
    margin: 0;
    padding: 0
}

.page-stores__name {
    padding-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: .9375rem;
    line-height: 1.3em
}

.page-stores__lang {
    padding: 3px 0 0 10px;
    font-family: PT Sans Narrow, sans-serif;
    color: #707070;
    font-size: .875rem;
    line-height: 1em
}

@media only screen and (max-width:1024px) {
    body[class*=page-gem] .gryffeditor {
        position: relative;
        z-index: 0;
        padding-bottom: 0;
        margin-top: 100px
    }
}

@media only screen and (max-width:480px) {
    .custom-bta-page .container-fluid .panel-body {
        padding-left: 0;
        padding-right: 0
    }
}

.custom-bta-page .container-fluid .bta-standalone-form {
    margin-top: 20px
}

@media only screen and (max-width:1024px) {
    .custom-bta-page .container-fluid .bta-standalone-form {
        margin-top: 50px
    }
}

.custom-bta-page .container-fluid .bta-standalone-form .custom-form-title {
    margin-bottom: 0
}

.custom-bta-page .container-fluid .bta-standalone-form h1 {
    font-size: 34px;
    color: #4c4c4c;
    line-height: 34px;
    margin-bottom: 15px
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group-appointment-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:798px) {
    .custom-bta-page .container-fluid .bta-standalone-form .form-group-appointment-container {
        display: block
    }
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group-appointment-container__image {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0
}

@media only screen and (max-width:798px) {
    .custom-bta-page .container-fluid .bta-standalone-form .form-group-appointment-container__image {
        width: 100%;
        margin: auto
    }
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group-appointment-container__text {
    display: inline-block;
    width: 60%
}

@media only screen and (max-width:798px) {
    .custom-bta-page .container-fluid .bta-standalone-form .form-group-appointment-container__text {
        width: 100%
    }
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group {
    margin-left: 0;
    margin-right: 0
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group .control-label {
    text-align: left
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group .form-check-label {
    display: inline
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group .mdc-text-field--textarea textarea {
    caret-color: #000;
    border: 1px solid #ccc
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group .mdc-text-field--textarea textarea:focus {
    border: 1px solid #aaa
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group .checkbox-group .mdc-form-field {
    display: -ms-flexbox;
    display: flex
}

.custom-bta-page .container-fluid .bta-standalone-form .form-group .checkbox-group .mdc-form-field label {
    font-family: PT Sans Narrow, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    white-space: normal;
    padding-right: 10px;
    line-height: 1em;
    letter-spacing: .8px
}

.custom-bta-page .container-fluid .bta-standalone-form .mdc-text-field {
    margin: 10px 0
}

.custom-bta-page .container-fluid .bta-standalone-form .mdc-text-field input {
    caret-color: #000
}

.custom-bta-page .container-fluid .bta-standalone-form .mdc-text-field .datepicker {
    padding: 15px 16px
}

.custom-bta-page .container-fluid .bta-standalone-form .mdc-text-field .input-group-addon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.custom-bta-page .container-fluid .bta-standalone-form .mdc-select {
    margin: 10px 0
}

.custom-bta-page .container-fluid .bta-standalone-form .mdc-select .mdc-select__native-control {
    padding-top: 0
}

.custom-bta-page .container-fluid .bta-standalone-form .mdc-select option[disabled] {
    color: #bdbdbd
}

.custom-bta-page .container-fluid .bta-standalone-form .title-group {
    margin-top: 15px;
    margin-bottom: 0
}

.custom-bta-page .container-fluid .bta-standalone-form .btn-primary {
    border-radius: 0;
    padding-right: 60px;
    padding-left: 60px
}

.custom-bta-page .container-fluid .bta-standalone-form .btn-primary:disabled {
    background-color: #707070;
    border-color: #707070
}

.custom-bta-page .container-fluid .bta-standalone-form .bta-required-fields {
    font-size: .8125rem;
    line-height: 1.2em;
    margin-bottom: 0;
    font-family: PT Sans Narrow, sans-serif
}

#great-success .form-success .form-success-info {
    margin-bottom: 50px;
    margin-top: 10px
}

@media only screen and (max-width:798px) {
    #great-success .form-success .form-success-info {
        margin-bottom: 30px
    }
}

#great-success .form-success .form-success-info p,
#great-success .form-success .form-success-info strong {
    font-family: PT Sans Narrow, sans-serif;
    font-size: 24px;
    white-space: normal;
    line-height: 1em;
    letter-spacing: .8px
}

#great-success .form-success .form-success-info .form-success-time {
    margin-top: 15px;
    margin-bottom: 70px
}

#great-success .form-success .form-success-info .form-success-time p {
    font-size: 34px
}

#great-success .form-success .form-success-register {
    margin-bottom: 30px
}

#great-success .form-success .form-success-register .form-success-register-button {
    padding: 20px 100px
}

@media only screen and (max-width:798px) {
    #great-success .form-success .form-success-register .form-success-register-button {
        padding: 20px 60px;
        font-size: 14px
    }
}

#great-success .bta-bottom-image {
    max-width: 100%
}

.custom-bta-bookings-page {
    display: block
}

.product-quantity-box {
    max-width: 120px;
}

.product-buy-info:after {
    display: none;
}

.login-template {
    padding-top: 20px;
}

.modal.show {
    background-color: rgba(0, 0, 0, .3);
}

.modal-confirm-close {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    transition: 0.3s all;
}

.modal-confirm-close.show {
    background-color: rgba(0, 0, 0, .3);
}

.modal-confirm-close .modal-title {
    margin-bottom: 15px;
}
.modal-confirm-close .buttons-confirm {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    text-transform: uppercase;
}
.modal-confirm-close .buttons-confirm .button-item{
    flex: 1 0;
    margin: 0 10px;
    text-transform: uppercase;
}
.form-susses {
    margin-top: 15px;
    color: green;
    opacity: 0;
    transition: 0.1s all;
}

.form-susses.show {
    opacity: 1;
}

.review-form {
    width: 100%;
    max-width: 900px;
    text-align: center;
    padding-bottom: 40px;
}

.review-form h2 {
    margin-top: 0;
}

.review-form__item {
    max-width: 400px;
    margin: 24px auto 0;
}

.review-radio {
    display: block;
    cursor: pointer;
    height: 28px;
    margin: 0 8px;
}

.review-radio__icon {
    display: block;
}

.review-radio .spr-icon-star::before {
    display: block;
    font-size: 40px;
    transform: translateY(0);
    display: block;
    line-height: 0.7;
    text-align: center;
    color: #E2E2E0;
    transition: 0.3s;
}

.review-radio input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.review-radio:hover .spr-icon-star::before,
.review-radio:hover~.review-radio .spr-icon-star::before,
.review-radio.is-active~.review-radio .spr-icon-star::before {
    color: #000;
}

.review-radio input[type="radio"]:checked+.review-radio__icon .spr-icon-star::before {
    color: #000;
}

.review-radio:hover .product-rating-star,
.review-radio:hover~.review-radio .product-rating-star,
.review-radio.is-active~.review-radio .product-rating-star {
    color: #000;
}

.review-radio input[type="radio"]:checked+.review-radio__icon .product-rating-star {
    color: #000;
}

.review-input,
input[type="text"].review-input,
input[type="email"].review-input {
    height: 52px;
    padding: 0 16px;
    border: 1px solid #bababa;
    background: #ffffff;
    font-size: 18px;
    color: #333333;
    font-family: inherit;
    transition: 0.3s;
    display: block;
    width: 100%;
}

.review-input_text {
    height: 220px;
    resize: none;
    padding: 16px;
}

.review-form__button {
    text-align: center;
    margin-top: 24px;
}

.review-form__button .btn-primary {
    text-align: center;
    justify-content: center;
    min-width: 200px;
}

.review-form-group {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.review-form__message {
    display: none;
}

@media only screen and (max-width:576px) {
    .review-form {
        padding: 32px 16px;
    }

    .review-input,
    input[type="text"].review-input,
    input[type="email"].review-input {
        height: 40px;
        font-size: 14px;
    }

    .review-input_text {
        height: 160px;
    }

    .review-radio span {
        font-size: 14px;
    }

    .review-file__button {
        height: 40px;
    }

    .review-form__button .btn-primary {
        height: 40px;
    }

    .review-form .fancybox-close-small {
        display: block;
    }

    .review-radio__wrapper {
        height: 40px;
    }
}

.hide-fav {
    display: none;
}

.line-bg-color {
    background-color: #cacaca;
}

.nav {
    width: 100%;
    clear: both;
}

.nav ul.menu {
    padding-top: 4px;
    padding-bottom: 4px;
}

.sticky_nav ul.menu,
.sticky_nav .mini_cart {
    padding-top: 4px;
    padding-bottom: 4px;
}

#ssw-cart-modal,
#ssw-suggest-login,
.ssw-modal,
.ssw-hide,
.ssw-dropdown-menu,
#ssw-topauth ul.ssw-dropdown-menu,
.ssw-widget-login ul.ssw-dropdown-menu,
.nav ul.menu .ssw-auth-dropdown ul.ssw-dropdown-menu,
.ssw-auth-dropdown ul.ssw-dropdown-menu {
    display: none;
}

#swym-remind-email-auth-button {
    background-color: #7f7977;
}

.swym-button.swym-add-to-watchlist {
    background-color: rgb(255, 68, 0);
    font-size: 14px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
}

.swym-button.swym-add-to-watchlist:after {
    color: #fff !important
}

#swym-anchor {
    display: none !important;
}

.swym-add-to-watchlist {
    background: #ff4400 !important;
}

.swym-powered-by {
    display: none;
}

.landing-banner {
    padding-left: 40px;
}

.landing-banner-wrapper {
    display: flex;
}

.landing-banner-text {
    padding-top: 20px;
    margin-right: 40px;
    flex: 1;
}

.landing-banner-text .headline {
    font-size: 48px;
    margin-bottom: 8px;
}

.landing-banner-picture {
    flex: 2;
}

.landing-banner-picture-mobile {
    display: none;
    position: relative;
    padding-top: 92%;
}

.landing-banner-picture-desktop {
    position: relative;
    padding-top: 37.5%;
}

.landing-banner-picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .landing-banner {
        padding-left: 0;
        position: relative;
    }
    .landing-banner-wrapper {
        flex-wrap: wrap-reverse;
    }
    .landing-banner-text {
        flex-basis: 100%;
        padding-left: 20px;
    }
    .landing-banner-picture {
        flex-basis: 100%;
    }
    .landing-banner-text .headline {
        font-size: 32px;
    }
    .landing-banner .dav-breadcrumbs {
        position: absolute;
        top: 10px;
    }
}

@media (max-width: 786px) {
    .modal-confirm-close .buttons-confirm{
        flex-direction: column;
    }

    .modal-confirm-close .buttons-confirm .button-item{
        margin: 10px 0;
    }

    .landing-banner-picture-desktop {
        display: none;
    }
    .landing-banner-picture-mobile {
        display: block;
    }
}

.contact-form-file {
    position: relative;
    display: inline-block;
}

.contact-form-file-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-family: PT Sans Narrow, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #4c4c4c;
    padding: 14px 20px;
    transition: all 0.2s linear;
}

.contact-form-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.contact-form-file input[type=file]:focus + .contact-form-file-text {

}

.contact-form-file:hover .contact-form-file-text {
    background-color: #707070;
}

.contact-form-file:active .contact-form-file-text {
    background-color: #707070;
}

.contact-form-file input[type=file]:disabled + .contact-form-file-text {
    background-color: #eee;
}

.contact-form-consent {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
}

.contact-form-consent * {
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1.2em;
    color: #4c4c4c;
    font-family: PT Sans Narrow, sans-serif;
    margin-right: 4px;
    text-transform: none;
}

.iti-mobile .iti--container {
    width: auto !important;
}

.bx_soa_location .bx-sls .bx-ui-sls-clear {
    top: 4px;
}

.bx-soa-cart-total-call-confirm label {
    display: flex;
    gap: 5px;
}

.lx-colored {
    color: #FF0000 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-transform: inherit !important;
    font-weight: inherit !important;
}
.setBottom {
    bottom: 56px !important;
}

.dav-line-products-list__text p {
    color: #000;
}
.purchase-details__buttons .btn-primary span {
    color: #fff;
}
/* End */


/* Start:/asset/slick/slick.css?17091047753413*/
@charset "UTF-8";
.slick-loading .slick-list{background:#fff}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:50px;height:50px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:100;cursor:pointer;color:#fff;border:none;outline:none;background:transparent}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before,.slick-next:before{font-size:2rem;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:25px}
[dir='rtl'] .slick-prev{right:25px;left:auto}
.slick-prev:before{content:'←'}
[dir='rtl'] .slick-prev:before{content:'→'}
.slick-next{right:25px}
[dir='rtl'] .slick-next{right:auto;left:25px}
.slick-next:before{content:'→'}
[dir='rtl'] .slick-next:before{content:'←'}
.slick-dotted.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-35px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{font-size:26px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/* End */


/* Start:/asset/custom.css?175629715513480*/
/*.detail-news,.detail-news-inv{
    display: flex;
    align-items: center;
    }*/
.gryffeditor a{text-decoration: underline;}
.detail-news.gf_row.gf_row-fluid{
    padding: 35px 0 35px 35px;
}
.detail-news-inv.gf_row.gf_row-fluid{
    padding: 35px 35px 35px 0px;
}

.detail-news>div>.element-wrap { padding: 0 20px 20px 20px;}
.detail-news-inv>div>.element-wrap { padding: 0 20px 20px 20px;}
.detail-news>div>.gpicon-image { padding: 0px;}
.detail-news-inv>div>.gpicon-image { padding: 0px;}
.h1-detail { font-size: 35px;    color: #333333!important;}
.span-detail { font-size: 35px;    color: #333333!important; font-family: "PT Sans Narrow", sans-serif; margin: 0 auto 15px;}

.detail-news .text-edit,.detail-news-inv .text-edit{
    color: #7f7977;
}
.detail-news .gf_icon-wrap,.detail-news-inv .gf_icon-wrap {
    font-size: 32px!important;
}

.detail-news .gf_row>.gf_column{padding: 0}

.detail-news .generic-content-container .generic-content__text, .generic-content-container .generic-content__text p{padding: 0 10px 0 0;}
.detail-news .gf_row,.detail-news-inv .gf_row {
    padding-top: 15px;
}
@media (max-width: 1199px) and (min-width: 992px){
.detail-news .gf_image{
    margin-top: 98px;
}
.detail-news-inv .gf_image{
    margin-top: 98px;
}
.detail-news .text-edit, .detail-news-inv .text-edit {
       padding-left: 40px!important;
       font-size: 15px!important;
       line-height: 1.6em!important;
       letter-spacing: 0px!important;
       color: #4c4c4c!important;
       text-transform: none!important;
   }

}

@media(max-width: 991px) {
.detail-news.gf_row.gf_row-fluid{
    padding: 15px;
}
.detail-news>div>.element-wrap { padding: 10px;}
.detail-news-inv>div>.element-wrap { padding: 10px;}
.h1-detail { font-size: 1.25rem; color: #333333!important;}
.span-detail { font-size: 1.25rem; color: #333333!important; font-family: "PT Sans Narrow", sans-serif; margin: 0 auto 15px;}
}

@media(max-width: 423px) {
    .badges-list .product-badge .badge-text {
        max-width: 80px;
    }
    .detail-news.gf_row.gf_row-fluid,.detail-news-inv.gf_row.gf_row-fluid{
    padding: 7px;
    }
}

.toggle_list-custom.opened {
    display: block;
    position: relative!important;
}

.main_nav_wrapper.active {
    background: #fffefc;
}
.newsletter-sucsses-overlay{
    max-width: 500px;
}
.newsletter-sucsses-overlay-text{
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}
.newsletter-error-email{
    color: red;
    max-width: 300px;
}

.modal.modal-consultation{
    overflow: auto;
}

.modal.modal-map .modal-content{
    width: auto;
}

.modal-consultation .modal-content{
    max-width: 500px;
}
.modal-consultation-wrap{
    padding: 20px;
    text-align: center;
    padding-top: 0;
}

.modal-consultation-wrap .modal-title{
    margin-bottom: 15px;
}
body.b-hidden{
    overflow: hidden;
}

input.consultation-input{
    margin-bottom: 15px;
}

.consultation-btn-sub{

}

.iti{
    width: 100%;
    margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: 100%;
    margin: 0;
    position: initial;
    width: 12px;
    height: 12px;
    margin-top: -7px!important;
}

.ui-datepicker .ui-datepicker-next span{
    transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-prev span{
    transform: rotate(135deg);
    margin-left: -6px!important;
}
.modal-consultation-wrap .ui-datepicker{
    width: 100%;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    cursor: pointer;
}
.modal-consultation-wrap .ui-widget-header{
    border: 0;
    background: transparent;
}
.modal-consultation-wrap .ui-widget{
    font-family: 'Roboto', sans-serif;
}
.consultation-data-wrap{
    display: flex;
    flex-wrap: wrap;
}
.consultation-data-wrap-col{
    width: 50%;
}

.consultation-data-wrap__bot{
    width: 100%;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    background: #fff;
}
.ui-datepicker-calendar tr, .ui-datepicker-calendar td{
    border: 0;
}

.ui-datepicker-calendar td:first-child{
    border-left: 0;
}

.modal-consultation-wrap .ui-datepicker-calendar th:last-child{
    border-right: 1px solid #DCDCDC;
}
.modal-consultation-wrap .ui-state-default, .modal-consultation-wrap .ui-widget-content .ui-state-default{
    background-color: #fff;
}

.modal-consultation-wrap .ui-state-active, .modal-consultation-wrap .ui-widget-content .ui-state-active{
    background-color: #707070;
    border: 1px solid #707070;
}
.modal-consultation-wrap .ui-widget.ui-widget-content{
    border-radius: 0;
}
.radio-label-wrap{
    display: flex;
    flex-wrap: wrap;
}
.radio-label input{
    display: none;
}
.radio-label input + span{
    padding: 5px 10px;
    display: block;
    text-align: center;
    border: 1px solid #707070;
    margin: 0 5px;
    margin-bottom: 5px;
    transition: 0.3s all;
}

.radio-label input:checked + span{
    background-color: #707070;
    color: #fff;
}
.radio-label{
    cursor: pointer;
}
.radio-label:hover input + span{
    background-color: #707070;
    color: #fff;
}
.consultation-data-wrap__bot{
    margin-top: 10px;
    margin-bottom: 15px;
}
.consultation-data-wrap__bot span{
    font-weight: bold;
}

@media(max-width: 579px){
    .consultation-data-wrap{
        flex-direction: column;
    }
    .consultation-data-wrap-col{
        width: 100%;
        margin-bottom: 15px;
    }
    .consultation-data-wrap__bot{
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 1600px){
    .main_nav .menu li {
        padding: 0px 10px;
    }
}
.polit-text{
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
.polit-text a{
    text-decoration: underline;
}
.slider-bg {
    height: 100%;
}

.radio-label.t-hidden{
    display: none;
}

.catalog-block-header {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    margin: 30px 0 15px;
    padding: 5px 0;
    border: 0;
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
}

@media (max-width: 520px) {
    .catalog-block-header {
        font-size: 1.55rem;
    }
}

.delivery-points-map {
    width: 728px;
    height: 600px;
}

@media (max-width: 768px) {
    .modal.modal-map .modal-content {
        width: 100%;
    }

    .delivery-points-map {
        width: 100%;
        height: 420px;
    }
}

.icon-buy {
    margin-right: 8px;
}


.generic-content-container .delayed-content .dav-title-block { margin-bottom: 0; }
.delayed-content {
    margin: -40px 0;
}
@media only screen and (max-width: 798px) and (max-width: 798px) {
    .delayed-content {
        margin: -20px 0;
    }
}

@media only screen and (max-width:798px) {
    .delayed-content .medium-down--one-half,
    .delayed-content .small-down--one-half {
        width: calc(50% - 10px)
    }
}

.delayed-content .collection-description-bottom {
    text-align: center;
    margin: 80px 0 60px
}

.mdc-form-field{
    display: flex;
}

#asd_subscribe_form_article .mdc-form-field{
    padding-left: 8.5px;
}

.mdc-checkbox{
    padding-left: 2px;
}

.newsletter-overlay_input-container{
    display: flex;
    max-height: 52px;
}

.blog-container h1,
.blog-container h2,
.blog-container h3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0;
}

.blog-products {
    margin: 40px 0;
}
.blog-products .blog-products__wrap .product-list .thumbnail {
    text-align: left;
    padding: 20px 10px 0;
    margin: 0;
    width: 21.5vw;
}
.blog-products .blog-products__wrap .product-list .product-details-info__title {
    margin-bottom: 0;
}

.login>ul.tabs{
    justify-content: space-between;
}
.login ul.tabs li{
    height: auto;
}
.login ul.tabs li a{
    height: auto;
}
.login ul.tabs li a{
    height: auto;
}
.login ul.tabs li a.active{
    height: auto;
}

ymaps[class$="balloon__close"]+ymaps[class$="balloon__content"] ymaps {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content !important;
}

.filters-container {
    border-top: none;
    border-bottom: none;
}
.stylistys-filters-wrap {
    overflow: hidden;
}
.stylistys-filters{
    justify-content: flex-start;
    overflow: -moz-scrollbars-horizontal; 
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
.stylistys-filters .stylistys-filters__text {
    margin-bottom: 10px;
}
.stylistys-filters::-webkit-scrollbar{
    display: inherit;
    width: 10px;  
    height: 12px;             /* ширина scrollbar */
}
.stylistys-filters::-webkit-scrollbar-track {
    background: #EAEAEA;        /* цвет дорожки */
    border-radius: 20px;  
     
  }
  .stylistys-filters::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #EAEAEA;; /* padding вокруг плашки */
  }
  @media only screen and (max-width: 798px){
    .filters-container {
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: static;
        background: none;
        height: auto;
    }
  }
  
  .IPOL_APISHIP2_selectServices {
    display: grid;
    grid-template-columns: repeat(1, 100px 170px) !important;
    row-gap: 8px;
}
.IPOL_APISHIP2_selectServices .servicesListCheckedLeft {
    border: 2px solid #000 !important;
    border-right: none !important;
}

.IPOL_APISHIP2_selectServices .servicesListCheckedRight{
    border: 2px solid #000 !important;
    border-left: none !important;
}
/*cookies*/
#notification-cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    background: #4c4c4c;
    color: #fff;
    box-shadow: 0 3px 20px -5px rgba(41, 44, 56, 0.2);
    z-index: 9999;
    font-size: 13px;
    border-radius: 12px;
    transition: .3s;
}
#notification-cookies a {
    color: #fff;
    text-decoration: underline;
}
#notification-cookies p {
    margin: 0;
}
#notification-cookies .notification-cookies{
    display: flex;
    justify-content: center;
    align-items: center;
}
#notification-cookies .notification_cross-btn {
    background: #fff;
    color: #4c4c4c;
    border: 0;
    padding: .4em .8em;
    margin: 0 0 0 .5em;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
}
#notification-cookies .notification_cross-btn:hover{
    background: #b4b2b2;
}
/*style new block main*/
.p0 {
    padding: 0px !important;
} 
.m0{
    margin: 0 !important;
}
.container_full{
    width: 100% !important;
}
.hp-image-w-text-container{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    
}
.hp-text-block{
    -webkit-box-flex: 1;
    display: inline-block;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    align-self: center;
    padding: 20px 40px;
    align-self: center;
}
.hp-img-block{
    -webkit-box-flex: 1;
    display: inline-block;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
}
.lp-banner-img-wrapper{
    padding-top: 56.51%;
    position: relative;
}
.lp-banner-img-bg{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.new-lp__btn {
    margin-top: 30px;
    text-transform: none;
}
@media screen and (max-width: 798px){
    .hp-image-w-text-container{
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .hp-text-block, .hp-img-block {
        flex: 1 0 100%;
        width: 100%;
    }
    .hp-text-block{
        padding: 20px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .hp-img-block{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .new-lp__btn {
        margin-top: 10px;
    }
}
.catalog-products-list-cust {
    column-gap: 0.5%;
}
.dav-line-products-list .dav-line-products-list__container .catalog-products-list-cust .thumbnail {
    width: calc(99% / 3) !important;
}
@media screen and (max-width: 798px){
    .catalog-products-list-cust {
        column-gap: 0.25%;
    }
    .dav-line-products-list .dav-line-products-list__container .catalog-products-list-cust .thumbnail {
        width: calc(99.5% / 2) !important;
    }
    .back-to-top {
        display: none;
    }
    .b24-widget-button-position-bottom-right {
        right: 35px !important;
        bottom: 15px !important;
    }
    .b24-widget-button-inner-mask {
  
        height: 67px !important;
        min-width: 50px !important;
    
    }
    .b24-widget-button-block {
        width: 50px !important;
        height: 50px !important;
  
    }
    .b24-widget-button-inner-block{
        height: 53px !important;
    }
    .ui-icon.b24-widget-button-social-item, .ui-icon.connector-icon-45 {
        width: 41px !important;
    }
}
/* End */


/* Start:/magnific-popup/magnific-popup.css?17090529817325*/
/* Magnific Popup CSS */
.white-popup {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.white-popup iframe{
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 700px){
  .white-popup iframe{
    width: 350px;
    height: 315px;
    z-index: 10000;
    }
    .white-popup {
    max-width: 360px;
    }
}
.white-popup img {
    max-width: 100%; }

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

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

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

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

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

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

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

.mfp-ajax-cur {
  cursor: progress; }

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

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

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

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

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

.mfp-hide {
  display: none !important; }

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/cart/style.css?17289923364401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu/style.css?1756297155581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/.default/components/arturgolubev/search.title/template_custom/style.css?175629715514841*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/arturgolubev/search.title/template_custom/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/template_custom/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
<<<<<<< HEAD

=======
>>>>>>> 12cd2b2... крестик в поиске для очистки инпута и фикс зума при клике на инпут на айфонах
}
.bx-input-group__input-cont{
	position: relative;
}
.bx-input-group__close{
	position: absolute;
	height: 44px;
	right:10px;
	align-items: center;
	z-index: 10;
	display: none;
}
.bx-input-group__close.show{
	display: flex!important;
}
.bx-input-group__close svg{
	width: 20px;
	height: auto;
	cursor: pointer;
}
@media(max-width: 600px){
	.bx-searchtitle .bx-input-group .bx-form-control{ font-size: 16px;!important; }
}

.header_search_form input[type=text],
.header_search_form input[type=text]:focus,
.header_search_form input[type=text]:active{
	font-family: Roboto, sans-serif;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/cart2/style.css?17289923364401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu_mob/style.css?1756297155581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/top_menu_mob/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/.default/components/asd/subscribe.quick.form/subscribe/style.css?17562971553450*/
.modal-box{position:relative;margin:0 auto;padding:40px 15px;background-color:#f1f1f1;border-radius:6px;max-width:500px;}
.modal-box .modal-box-title{font-size:24px;font-weight:700;line-height:1.1;text-transform:uppercase;text-align:center;margin:0 0 25px;}
.modal-box .modal-box-title-type-2{font-size:18px;}
.modal-box .input-1, .modal-box .textarea-1, .modal-box .select-1-link{background-color:white;}
.modal-box.modal-box-order-placement{text-align:center;max-width:450px;}
.modal-box.modal-box-location, .modal-box.modal-box-review{max-width:715px;}
.modal-box.modal-box-submit-msg{max-width:425px;}
.modal-box.modal-box-vacancy{max-width:590px;}
.modal-box.modal-box-add-address{max-width:675px;}
.modal-box .row{margin-left:-10px;margin-right:-10px;}
.modal-box [class^='col-']{padding-left:10px;padding-right:10px;}
.modal-box .textarea-1{height:110px;}
.close-modal{position:absolute;width:24px;height:24px;border-radius:50%;line-height:24px;text-align:center;top:10px;right:10px;border:0;background:#77c23e;padding:0;color:white;font-size:10px;z-index:1;}
.close-modal:hover, .close-modal:focus{opacity:0.7;}
.arcticmodal-overlay,
.arcticmodal-container{position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999;}
.arcticmodal-container{overflow:auto;margin:0;padding:0;border:0;border-collapse:collapse;}
*:first-child + html .arcticmodal-container{height:100%;}
.arcticmodal-container_i{width:100%;height:100%;margin:0 auto;table-layout:fixed;}
.arcticmodal-container_i2{margin:0;border:0;vertical-align:middle;}
.arcticmodal-error{border:20px solid transparent;border-radius:10px;background:#000;color:#fff;display:table;margin:0 auto;}
.spinner, .arcticmodal-loading{width:80px;height:80px;position:relative;text-align:center;font-size:0;line-height:80px;color:#4e4f53;margin:0 auto;}
.spinner:before, .arcticmodal-loading:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:5px solid;border-right-color:transparent;border-radius:50%;}
.spinner:after, .arcticmodal-loading:after{content:'';position:absolute;top:6px;left:59px;border:6px solid;border-radius:50%;-webkit-transform-origin:-19px 34px;-moz-transform-origin:-19px 34px;-ms-transform-origin:-19px 34px;transform-origin:-19px 34px;}
.spinner:before, .arcticmodal-loading:before, .spinner:after, .arcticmodal-loading:after{-webkit-animation:spinner-b 1.5s ease infinite;-o-animation:spinner-b 1.5s ease infinite;animation:spinner-b 1.5s ease infinite;}
.spinner .ficon, .arcticmodal-loading .ficon{color:#8eb021;vertical-align:middle;}		

.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;text-transform:none;vertical-align:top;touch-action:manipulation;cursor:pointer;background:none;border:0;text-decoration:none !important;word-wrap:break-word;padding:0;position:relative;font-family:"Fregat", sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:0.15s ease-in-out;-o-transition:0.15s ease-in-out;transition:0.15s ease-in-out;max-width:100%;}
.btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn.btn-1{color:white;font-size:14px;line-height:1;font-weight:700;padding:10px 15px 11px;background-color:#77c23e;border-radius:4px;font-family:'PT Sans Caption', sans-serif;}
.btn.btn-1:hover, .btn.btn-1:focus{opacity:0.7;}
.btn.btn-1:active{background:#b63129;}
.text-center{text-align:center;}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer/style.css?17562971551781*/
.footer-menu-template {
    display: block;
    width: 100%;
}

.footer-menu-items {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    margin: -20px;
}

.footer-menu-item-container {
    /*width: 33.33%;*/
    padding: 20px;
}

.footer-menu-item {
    display: flex;
    /*margin-bottom: 10px;*/
    align-items: center;
    justify-content: space-between;
}

.footer-menu-item-icon {
    transition: .4s all;
}

.footer-menu-item-container[data-expand="true"] .footer-menu-item-icon {
    transform: rotateZ(180deg);
}

.footer-menu-link {
    display: inline-block;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s all;
}

.footer-menu-submenu-link {
    display: inline-block;
    font-size: 13px!important;
    letter-spacing: 0;
    line-height: 20px;
    color: #4c4c4c;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 992px) {
    .footer-menu-item-container {
        width: 50%;
    }
}

@media (min-width: 769px) {
    .footer-menu-item-icon {
        display: none;
    }
}

@media (max-width: 798px) {
    .footer-menu-items {
        margin: 0;
        flex-wrap: wrap;
    }

    .footer-menu-item-container {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #4c4c4c;
    }

    /*.footer-menu-item {*/
    /*    margin-top: 12px;*/
    /*    margin-bottom: 12px;*/
    /*}*/

    .footer-menu-submenu {
        display: none;
    }
}
#footer-menu-template .footer-menu-item h6{
    line-height: 18px;
    white-space: nowrap;
}
#footer-menu-template .footer-menu-submenu-link {
    vertical-align: top;
}
/* End */


/* Start:/local/components/custom/popup.banner/templates/.default/style.css?17562971551563*/
#popup-banner {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#popup-banner .banner-content {
	padding: 0 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-banner-close {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAACkklEQVR42o3VM4AdUQCF4RPbtm0bffoqtm0bXWzbtm1ba9vG+1eYJ32nnLmW7Nlfdd3k8Q8HB9ZPLpVZKrNecv+gUY+WTTtaQ+441Xb63eoZwjZVMic9ONpBzi08KfIyjN1c4wUvucZuRqH8zD4rR2427hcsRCMuE4m1GK7RAiF6hF1sIVvfOldJF+IQaTiSzgmEKJvxrqcsBdatkiHEX1zxyqvC5N1Y5npGCBGGO6IohugYLcOmU0IE4a5whFh+SXn+NBDiCOC+8wjxrZkkac4jUQsT5HvCKBKxFsdELmFohJj0UtL3ckUR9zA0RFQlGXOp1EYIwzOE+FpZuycLkYohCllVkUZ7rGcpnWKIrXM0+YkYiaWQ/CpSAIijBUL4YWkyYvQrDQoWJ7EWhBDVySCDKgjxB2uXEL1DVTNFPHa4YZrRFVGCcGy9QlRLVXGTeIM9cfkjb04C9nxElDAVl0PllPexdHacqJEqHmEribqIalRC1CTRwRCqpGqA3UkMozJCpJCKEDVIwdplRM8wTXomxtiMvjSiKL4ARCJELZsqpiNGv9bOaaIIaRjiqYgoT4zV4alrUUU6xRGb5+lbBWE5CxURxYjBXDBCVMPwGiG+VpU046moj+EUQ/DHmh+tWYShOWLcG0nSz8ZCnMaVTAxXEeJLK+VZc879+8g4bguvydA5ShQjCnfEUgrRKi69iAy+jcqahPDCFT+KI4rxv4UsfehZNlOIU6TjSAYXEKKo6eUA2breqnuYEK25SyzW4rlLR4ToGHmhvex7U3TGeSFEESZykHu8z859DjGJEgghplx6WVLOHOky/nE5k7BNacY9PdBd7thTZ+Wckc/6BtdJyXnea6f0Chn6fOHcvfVkRxZGDSjDSzpzSAAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 38px;
	position: absolute;
	right: 10px;
	top: -10px;
	width: 38px;
	z-index: 1001;
}

@media only screen and (max-width: 771px) {

	.popup-banner-close {
		right: 0;
	}
}
/* End */
/* /asset/jquery.fancybox.css?170910477517390 */
/* /asset/styles.scss.css?1756297155323619 */
/* /local/templates/custom.css?175981759629350 */
/* /asset/theme-comfortzone.css?1756297155582728 */
/* /asset/slick/slick.css?17091047753413 */
/* /asset/custom.css?175629715513480 */
/* /magnific-popup/magnific-popup.css?17090529817325 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/cart/style.css?17289923364401 */
/* /local/templates/.default/components/bitrix/menu/top_menu/style.css?1756297155581 */
/* /local/templates/.default/components/arturgolubev/search.title/template_custom/style.css?175629715514841 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/cart2/style.css?17289923364401 */
/* /local/templates/.default/components/bitrix/menu/top_menu_mob/style.css?1756297155581 */
/* /local/templates/.default/components/asd/subscribe.quick.form/subscribe/style.css?17562971553450 */
/* /local/templates/.default/components/bitrix/menu/footer/style.css?17562971551781 */
/* /local/components/custom/popup.banner/templates/.default/style.css?17562971551563 */
