/* GENERAL */

.main.col1-layout .col-main {
    margin-top: 0px;
    display: block;
}

.main.col1-layout .col-main.col-main-margin-top {
    margin-top: 60px;
}

.main.col1-layout .col-main.col-main-margin-top-without-editorial {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
    .main.col1-layout .col-main.col-main-margin-top {
        margin-top: 40px;
    }
    .main.col1-layout .col-main.col-main-margin-top-without-banner {
        margin-top: 25px;
    }
    .main.col1-layout .col-main.col-main-margin-top-without-editorial {
        margin-top: 85px;
    }
}


/* BANNER */

.liujo-category-banner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.liujo-category-banner img {
    width: 100%;
    display: block;
}

.liujo-category-banner .copy-container {
    position: absolute;
    font-family: 'MillerDisplayLight';
}

.liujo-category-banner .copy-container[data-copy-pos="top-left"] {
    left: 80px;
    top: 80px;
}

.liujo-category-banner .copy-container[data-copy-pos="top-right"] {
    right: 80px;
    top: 80px;
}

.liujo-category-banner .copy-container[data-copy-pos="center-center"] {
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.liujo-category-banner .copy-container[data-copy-pos="center-left"] {
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.liujo-category-banner .copy-container[data-copy-pos="center-right"] {
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.liujo-category-banner .copy-container[data-copy-pos="top-center"] {
    left: 50%;
    top: 80px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.liujo-category-banner .copy-container[data-copy-pos="bottom-left"] {
    left: 80px;
    bottom: 80px;
}

.liujo-category-banner .copy-container[data-copy-pos="bottom-right"] {
    right: 80px;
    bottom: 80px;
}

.liujo-category-banner .copy-container[data-copy-pos="bottom-center"] {
    left: 50%;
    bottom: 80px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.liujo-category-banner .copy-container[data-copy-colors="black"] * {
    color: #000;
}

.liujo-category-banner .copy-container[data-copy-colors="white"] * {
    color: #fff;
}

.liujo-category-banner .copy-container[data-copy-align="left"] {
    text-align: left;
}

.liujo-category-banner .copy-container[data-copy-align="center"] {
    text-align: center;
}

.liujo-category-banner .copy-container[data-copy-align="right"] {
    text-align: right;
}

.liujo-category-banner .copy-container p {
    width: 360px;
    margin-top: 20px;
    font-family: TheinhardtLight;
    font-size: 18px;
    line-height: 30px;
}

.liujo-category-banner .copy-container .description-mobile {
    display: none;
}

.liujo-category-banner .copy-container p a {
    text-decoration: none;
    font-weight: 600;
}

.liujo-category-banner .copy-container h1.title {
    font-family: 'MillerDisplayLight';
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    text-transform: capitalize;
}

.liujo-category-banner .copy-container p.cta {
    display: inline-block;
    margin-top: 30px;
    padding: 0 45px;
    border: 1px solid;
    font-family: TheinhardtLight;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    line-height: 41px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: inherit;
}

.liujo-category-banner .copy-container[data-copy-colors="white"] p {
    border-color: rgba(255, 255, 255, 0.5);
}

.liujo-category-banner .copy-container[data-copy-colors="black"] p {
    border-color: rgba(0, 0, 0, 0.5);
}

.liujo-category-banner .copy-container[data-copy-colors="white"] p.cta:hover {
    color: #000;
    background-color: #fff;
}

.liujo-category-banner .copy-container[data-copy-colors="black"] p.cta:hover {
    color: #fff;
    background-color: #000;
}

.liujo-filter-background-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
}


/* TOOLBAR DESKTOP */

.listing-toolbar-container-placeholder {
    position: relative;
    height: 60px;
    width: 100%;
}
/* the following CSS rule needs !important to cover JS rule in listing.js created to avoid scroll lag */
.listing-toolbar-container.sticky {
    position: fixed;
    left: 0;
    top: 69px !important;
}
@media screen and (max-width: 1024px) {
    .listing-toolbar-container.sticky {
        position: fixed;
        top: 68px !important;
    }
}

.listing-toolbar .block-layered-nav .narrow-by-list .filter-reset-button:before {
    content: '\00A0';
}


/* BEGIN - input slider skin*/

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range] {
    float: left;
    -webkit-appearance: none;
    /*Hides the slider so that custom slider can be made */
    width: 100%;
    /*Specific width is required for Firefox. */
    background: transparent;
    /*Otherwise white in Chrome */
    margin: 10px 0;
}

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]:focus {
    outline: none;
    /*Removes the blue border (focus styling). */
}


/*Special styling for WebKit/Blink*/

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
    cursor: move;
    margin-top: -5px;
    /*You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}


/*All the same stuff for Firefox*/

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-moz-range-thumb {
    border: 1px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
    cursor: move;
}


/*All the same stuff for IE*/

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-ms-thumb {
    border: 1px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
    cursor: move;
}

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: move;
    animate: 0.2s;
    background: #000;
    border: 0;
}

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000;
}

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: move;
    animate: 0.2s;
    background: #000;
    border: 0;
}

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-ms-track {
    width: 100%;
    height: 1px;
    cursor: move;
    animate: 0.2s;
    background: #000;
    border-color: transparent;
    border-width: 0;
    color: transparent;
}

.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-ms-fill-lower,
.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]:focus::-ms-fill-lower,
.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]::-ms-fill-upper,
.listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range]:focus::-ms-fill-upper {
    background: #000;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price input[type=range] {
        margin-bottom: 25px;
    }
}


/* END - input slider skin*/

@media screen and (min-width: 1024px) {
    .narrow-by-list.liujo-show-desktop {
        display: block;
    }
    .narrow-by-list.liujo-show-tablet {
        display: none;
    }
    .listing-toolbar-container {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 60px;
        border-bottom: 1px solid #E1E1E1;
        border-top: 1px solid #E1E1E1;
        clear: both;
        background-color: #fff;
        z-index: 9;
    }
    .listing-toolbar {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 60px;
        clear: both;
    }
    .listing-toolbar:after {
        content: "";
        display: table;
        clear: both;
    }
    .listing-toolbar .block-layered-nav {
        width: 70%;
        margin: 0;
        padding: 0;
        float: left;
        display: inline-block;
        text-align: right;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-item-container {
        display: inline-block;
        position: relative;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label,
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-reset-button {
        display: inline-block;
        font-family: 'TheinhardtRegular';
        font-size: 10px;
        letter-spacing: 1px;
        color: #4A4A4A;
        text-transform: uppercase;
        cursor: pointer;
        height: 59px;
        line-height: 60px;
        padding-left: 12px;
        padding-right: 12px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label.filter-open {
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-bottom: 2px solid #fff;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label span,
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-reset-button span {
        padding-right: 14px;
        line-height: 10px;
        display: inline-block;
        position: relative;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label span.no-arrow,
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-reset-button span.no-arrow {
        padding: 0;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label span.no-arrow a,
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-reset-button span.no-arrow a {
        text-decoration: none;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label span.no-arrow:after {
        display: none;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label span.no-arrow a:hover {
        text-decoration: none;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label span:after {
        background-image: url("../../images/alpenrestyling/svg/lj-language-selector-dropdown-filter.svg");
        background-repeat: no-repeat;
        background-size: 10px 6px;
        height: 8px;
        width: 13px;
        content: " ";
        display: inline-block;
        top: 50%;
        position: absolute;
        margin-top: -4px;
        right: 0;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label.filter-open span:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label.last {
        margin-right: 0;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-item-container:last-child .filter-values {
        right: 0;
        margin-left: 0;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-item-container:nth-last-child(2) .filter-values {
        right: 0;
        margin-left: 0;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values {
        position: absolute;
        top: 59px;
        background-color: #fff;
        z-index: 9;
        text-align: left;
        margin-left: 0;
        /* padding: 20px 15px; */
        padding: 30px;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        max-height: 250px;
        overflow-y: auto;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values:not(.price) {
        display: none;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label+.filter-values.price {
        opacity: 0;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values ol li ol {
        display: none;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values li {
        display: inline-block;
        float: left;
        min-width: 200px;
        font-family: TheinhardtRegular;
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 1px;
        color: #4A4A4A;
        text-transform: uppercase;
        margin-bottom: 15px;
        position: relative;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values li:last-child {
        margin-bottom: 0;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values a {
        display: block;
        float: left;
        list-style: none;
        text-decoration: none;
        padding-right: 4px;
        width: 100%;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values.color_simple a img {
        display: none;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values span {
        display: block;
        float: left;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values a:after {
        background-color: #fff;
        height: 10px;
        width: 10px;
        content: " ";
        display: inline-block;
        top: 50%;
        position: absolute;
        margin-top: -5px;
        right: 0;
        border: 1px solid #000;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values li:hover a:after {
        background-color: #000;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values a.current:after,
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values a.selected:after {
        background-color: #000;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values.liujo_size {
        float: left;
        width: 428px;
        max-height: inherit;
        left: -240px;
    }
    .filter-values.liujo_size ol {
        float: left;
        width: 145px;
        display: inline;
        clear: none;
    }
    .filter-values.liujo_size ol:last-child {
        width: 75px;
    }
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-values.liujo_size ol li {
        width: 75px;
        min-width: inherit;
    }
}

@media screen and (max-width: 767px) {
    .liujo-category-banner .copy-container .description {
        display: none;
    }
    
    .liujo-category-banner .copy-container .description-mobile {
        display: block;
        margin-top: 21px;
        font-size: 14px;
        line-height: 22px;
        font-family: "TheinhardtLight";
    }
}

/* TOOLBAR TABLET */

@media screen and (max-width: 1023px) {
    .main.col1-layout .col-main {
        margin-top: 0px;
    }
    .listing-toolbar-container {
        position: fixed;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 45px;
        border-bottom: 1px solid #E1E1E1;
        clear: both;
        margin-bottom: 25px;
        background-color: #fff;
        z-index: 9;
        top: 68px;
    }
    .listing-toolbar-container-placeholder {
        height: 0px;
    }
    .main.col1-layout {
        margin-top: 110px;
    }
    .has-liujo-category-banner .listing-toolbar-container {
        position: relative;
    }
    .has-liujo-category-banner .listing-toolbar-container.sticky {
        position: fixed;
        top: 68px !important;
    }
    .listing-toolbar-container:after {
        content: "";
        display: table;
        clear: both;
    }
    .listing-toolbar-container .block-layered-nav {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list {
        /* border-top: 1px solid #e1e1e1; */
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-item-opener {
        display: inline-block;
        width: 50%;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-items-container .filter-label:first-child {
        border-top: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-items-container .filter-label {
        width: 100%;
        padding: 0 30px;
        text-align: left;
        border-top: 1px solid #E1E1E1;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-items-container .filter-label.filter-values-open {
        border-bottom: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-items-container .filter-label span {
        width: 100%;
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 1px;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-item-opener .filter-buttons {
        display: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-items-container {
        display: none;
        position: absolute;
        z-index: 9;
        background-color: #fff;
        top: 45px;
        width: 100%;
        padding-bottom: 30px;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container {
        display: none;
        position: absolute;
        z-index: 9;
        background-color: #fff;
        top: 45px;
        width: 100%;
        padding-bottom: 30px;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .vertical-separator {
        display: block;
        height: 45px;
        width: 1px;
        float: left;
        background-color: #E1E1E1;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label {
        width: calc(50% - 0.5px);
        float: left;
        text-align: center;
        display: inline-block;
        font-family: 'TheinhardtRegular';
        font-size: 10px;
        letter-spacing: 1px;
        color: #4A4A4A;
        text-transform: uppercase;
        height: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0;
        /* border-right: 1px solid #E1E1E1; */
        border-radius: 0;
        cursor: pointer;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label.filter-open {
        /* border-right: 1px solid #e1e1e1; */
        border-right: none;
        border-bottom: 2px solid #fff;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label span {
        padding-right: 0;
        line-height: 10px;
        display: inline-block;
        position: relative;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label span.no-arrow {
        padding: inherit;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label span.no-arrow a {
        text-decoration: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label span.no-arrow:after {
        display: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label span.no-arrow a:hover {
        text-decoration: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-items-opener.filter-label span:after {
        display: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-opener.filter-label span:after {
        display: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label span:after {
        background-image: url("../../images/alpenrestyling/svg/lj-language-selector-dropdown-filter.svg");
        background-repeat: no-repeat;
        background-size: 13px 8px;
        height: 8px;
        width: 13px;
        content: " ";
        display: inline-block;
        top: 50%;
        position: absolute;
        margin-top: -4px;
        right: 0;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-label.filter-values-open span:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values-label {
        width: 100%;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values,
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values {
        display: none;
        position: relative;
        top: 0;
        background-color: #fff;
        z-index: 99999;
        text-align: left;
        margin-left: 0;
        padding: 0 30px;
        /* border-left:1px solid #e1e1e1;
        border-right:1px solid #e1e1e1;
        border-bottom:1px solid #e1e1e1; */
        width: 100%;
    }
    /*    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values .input-slider-wrapper {
        display: none;
    }*/
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values {
        display: block;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values ol li ol {
        display: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values ol,
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values ol {
        list-style: none;
        display: block;
        float: left;
        padding-bottom: 30px;
        width: 100%;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values li,
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values li {
        display: block;
        float: left;
        min-width: 200px;
        font-family: TheinhardtRegular;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 1px;
        color: #4A4A4A;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
        width: 100%;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values li {
        margin: 0;
        line-height: 45px;
        height: 45px;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values ol {
        padding-bottom: 0;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values li:last-child {
        margin-bottom: 0;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values a,
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values a {
        display: block;
        float: left;
        list-style: none;
        text-decoration: none;
        padding-right: 4px;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.color_simple a img {
        display: none;
    }
    .filter-values.color_simple a img {
        display: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values span {
        display: block;
        float: left;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values a:after,
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values a:after {
        background-color: #fff;
        height: 10px;
        width: 10px;
        content: " ";
        display: inline-block;
        top: 50%;
        position: absolute;
        margin-top: -5px;
        right: 0;
        border: 1px solid #000;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values li:hover a:after,
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values li:hover a:after {
        background-color: #000;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values a.current:after,
    .listing-toolbar-container .block-layered-nav .narrow-by-list .sortby-values-container .sorter-values a.selected:after {
        background-color: #000;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price div.slider div.handle {
        width: 10px;
        height: 10px;
        background-color: #fff;
        cursor: move;
        position: absolute;
        z-index: 2;
        border: 1px solid #000;
        border-radius: 50%;
        top: -5px;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price div.slider div.handle#handle-to-price {
        display: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-values.price div.slider div.span {
        height: 10px;
        position: absolute;
        z-index: 1;
        display: none;
    }
    .listing-toolbar-container .filter-reset-button {
        clear: both;
        width: 100%;
        text-align: center;
        /* padding-bottom: 10px;
        padding-top: 40px; */
        padding-left: 30px;
        padding-right: 30px;
        border-top: 1px solid #e1e1e1;
    }
    .listing-toolbar-container .filter-reset-button span {
        padding-bottom: 10px;
        padding-top: 40px;
        display: block;
    }
    .listing-toolbar-container .filter-reset-button a {
        width: 100%;
        display: block;
        height: 45px;
        line-height: 45px;
        background-color: #EFEFEF;
        font-family: TheinhardtLight;
        font-size: 11px;
        text-align: center;
        letter-spacing: 2px;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
    }
    .listing-toolbar-container .block-layered-nav .narrow-by-list .filter-items-container .filter-label:last-child {
        border-bottom: 1px solid #e1e1e1 !important;
    }
}


/* PRODUCTS */

.category-view {
    margin: 0;
}

.category-products {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1395px;
    padding: 0 45px;
    margin-top: 0px;
}

.category-view p.note-msg {
    text-align: center;
    font-family: "TheinhardtLight";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 22px;
    color: #4A4A4A;
}

.products-grid {
    margin: 0;
    padding: 0;
}

.products-grid .item {
    float: left;
    width: 33.33333333333%;
    margin: 0;
    padding: 0 1% 4% 1%;
}

.products-grid .product-image {
    display: block;
    text-decoration: none !important;
    margin: 0;
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.products-grid .product-image .modifiers {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    font-size: 10px;
    padding: 10px;
    line-height: 16px;
    font-family: TheinhardtRegular;
    font-weight: normal;
    letter-spacing: 0.5px;
    max-width: 83px;
    display: none;
    text-align: center;
}

.products-grid .product-image.retouched-visible .modifiers {
    display: none !important;
}

.products-grid .product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.products-grid .product-image img.fallback-image {
    display: none;
}

.products-grid .top {
    padding-bottom: 20px;
}

.products-grid .product-name {
    margin-bottom: 0;
}

.products-grid .product-name a {
    font-family: TheinhardtRegular;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 5px;
    text-decoration: none;
    font-weight: normal;
}

.products-grid p.colours-availability {
    font-family: TheinhardtLight;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.products-grid p.colours-availability a {
    color: #000000;
    text-decoration: none;
}

.products-grid p.colours-availability span {
    border-bottom: 1px solid black;
}

.products-grid p.oos-product-coming-soon {
    font-family: 'TheinhardtMediumIta';
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 1.5px;
}

html[lang="fr"] .products-grid p.oos-product-coming-soon {
    display: none;
}

html[lang="fr"] .products-grid p.oos-product-coming-soon.has-coming-soon {
    display: block;
}

.products-grid .price-box {
    margin: 0;
    visibility: hidden;
}

.products-grid .price-box .regular-price .price,
.products-grid .price-box .minimal-price .price {
    font-family: TheinhardtLight;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: normal;
}

.products-grid .price-box .minimal-price .asterisk {
    display: none;
}

.products-grid .price-box .old-price .price-label {
    display: none;
}

.products-grid .price-box .old-price .price {
    font-family: TheinhardtLight;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.products-grid .price-box .special-price .price-label {
    display: none;
}

.products-grid .price-box .old-price,
.products-grid .price-box .special-price {
    display: inline-block;
    float: left;
}

.products-grid .price-box .special-price .price {
    font-family: TheinhardtLight;
    font-size: 14px;
    line-height: 22px;
    color: #ff0000;
    font-weight: normal;
}

.product-price-link {
    text-decoration: none;
}

.category-products .pager {
    margin: 15px 0;
    font-size: 11px;
    padding: 0 20px;
    background: none;
    border: none;
    color: #000;
}

.category-products .pager .amount {
    width: 100%;
    text-align: center;
    font-family: 'TheinhardtLight';
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #000000;
}

.category-products .pager .pages .current {
    font-weight: normal;
    font-family: 'Theinhardt';
    font-size: 13px;
    color: #000;
    padding-bottom: 20px;
}

.category-products .pager .pages strong {
    display: none;
}

.category-products .pager .pages a {
    font-family: 'TheinhardtLight';
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.category-products .pager .pages a:hover {
    color: #000;
}

.category-products .pager .pages a.previous,
.category-products .pager .pages a.next {
    display: none;
}

.category-products .products-grid .right {
    text-align: right;
}

.category-products .products-grid .edited-image {
    display: block;
    margin-top: 5px;
    font-family: TheinhardtRegular;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.category-products .products-grid .add-to-links li {
    display: inline-block;
    margin: 0;
}

.category-products .products-grid .add-to-links li a {
    height: 19px;
    line-height: 19px;
}

.category-products .products-grid .add-to-links li.link-wishlist a {
    background-image: url("../../images/alpenrestyling/svg/lj-wishlist.svg");
    background-size: 19px 17px;
    background-repeat: no-repeat;
    text-indent: -999999px;
    width: 19px;
    height: 17px;
    margin-left: 20px;
    display: block;
}

.category-products .products-grid .add-to-links li.link-wishlist a:hover,
.category-products .products-grid .add-to-links li.link-wishlist a.already-added-on-wishlist {
    background-image: url("../../images/alpenrestyling/svg/lj-wishlist-active.svg");
}

.category-products .products-grid .add-to-links li.cart-listing a {
    background-image: url("../../images/alpenrestyling/svg/lj-bag.svg");
    background-size: 19px 17px;
    background-repeat: no-repeat;
    text-indent: -999999px;
    width: 19px;
    height: 17px;
    display: block;
}

@media screen and (max-width:1279px) {
    .category-products .products-grid .right {
        max-width: 36%;
    }
    .category-products .products-grid .left {
        max-width: 64%;
    }
}

@media screen and (min-width:769px) {
    .products-grid .item:nth-child(3n+1) {
        content: "";
        display: table;
        clear: both;
    }
    .products-grid .editorial-1-layout .item:nth-child(3n+1),
    .products-grid .editorial-2-layout .item:nth-child(3n+1),
    .products-grid .editorial-3-layout .item:nth-child(3n+1),
    .products-grid .editorial-4-layout .item:nth-child(3n+1) {
        clear: initial;
    }
}

/* Listing Quick Buy */

#listing-popup-pdp-background {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

#listing-popup-pdp-content {
    display: none;
    background-color: #fff;
    width: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: auto;
    height: auto/*calc(100% - 200px)*/
    ;
    padding: 0px;
    z-index: 102;
    min-height: 458px;
    overflow: visible;
}

#listing-popup-pdp-content .close {
    position: absolute;
    right: 0;
    top: -40px;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    background-image: url(../../images/alpenrestyling/svg/lj-close-white.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    display: block;
}

#listing-popup-pdp-content .pdp .product-view {
    background: none;
    border-top: none;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    max-height: 460px;
    overflow-y: hidden;
}

#listing-popup-pdp-content .pdp .product-view .product-essential {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    float: none;
    display: grid;
    display: -ms-grid;
}

#listing-popup-pdp-content .pdp .product-view .product-shop {
    /* width: 53%; */
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    right: inherit;
    /* float: right; */
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    height: 460px;
    overflow-y: auto;
}

#listing-popup-pdp-content .pdp .product-view .product-shop .product-main-info {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

#listing-popup-pdp-content .pdp .product-name {
    font-size: 12px;
    font-weight: inherit;
    color: #000;
}

#listing-popup-pdp-content .product-view .product-shop-container {
    padding: 30px;
    width: 100%;
    max-width: 460px;
    float: left;
}

#listing-popup-pdp-content .pdp .product-view .product-media-gallery {
    width: 100%;
    height: 460px;
}

#listing-popup-pdp-content .pdp .product-view .product-name h1 {
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    font-family: MillerDisplayLight;
    padding-bottom: 10px;
}

#listing-popup-pdp-content .pdp .product-view .product-shop .product-ids {
    margin: 0;
    color: #000;
    display: inherit;
    font-size: 14px;
}

#listing-popup-pdp-content #configurable_swatch_liujo_size.configurable-swatch-list li {
    margin-right: 12px;
}

#listing-popup-pdp-content #configurable_swatch_liujo_size.configurable-swatch-list li.not-available a {
    position: relative;
}

#listing-popup-pdp-content #configurable_swatch_liujo_size.configurable-swatch-list li.not-available a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#listing-popup-pdp-content #configurable_swatch_liujo_size.configurable-swatch-list li:nth-child(5),
#listing-popup-pdp-content #configurable_swatch_liujo_size.configurable-swatch-list li:nth-child(10),
#listing-popup-pdp-content #configurable_swatch_liujo_size.configurable-swatch-list li:nth-child(15) {
    margin-right: 0;
}

#listing-popup-pdp-content .pdp .product-view .product-shop .availability {
    display: none;
}

#listing-popup-pdp-content .pdp .product-view .product-shop .price-box {
    margin: 0;
    padding-bottom: 30px;
}

#listing-popup-pdp-content .pdp .product-view .add-to-links {
    display: none;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box {
    float: none;
    /* width: 47%; */
    width: auto;
    padding: 0;
    /* float: left; */
    display: inline-block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box .product-media-gallery {
    margin-left: 0;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box .product-media-gallery-inner {
    position: relative;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box .product-image {
    position: relative;
    width: 100%;
    height: 100%;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box .product-image-zoom img {
    position: relative;
    left: inherit;
    top: inherit;
    cursor: default;
    width: 100%;
}

#listing-popup-pdp-content .pdp .product-view .product-media-gallery .slide {
    padding-bottom: 0;
}

#listing-popup-pdp-content .pdp .product-view .product-media-gallery .slide img {
    cursor: inherit;
    max-width: none;
    height: 100%;
    max-height: 460px;
    min-width: 330px;
    width: auto;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box .zoom-notice {
    display: none;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box .zoom {
    display: none;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box p.notice {
    display: none;
}

#listing-popup-pdp-content .pdp .product-view .product-img-box .more-views {
    display: none;
}

#listing-popup-pdp-content .pdp .product-collateral {
    display: none;
}

#listing-popup-pdp-content .pdp .product-view .product-options-bottom .price-box {
    display: none;
}

#listing-popup-pdp-content .pdp .clearer {
    display: none;
}

#listing-popup-pdp-content .pdp .options-container-big {
    clear: inherit;
    float: left;
    display: inline-block;
    background: inherit;
    padding: 0;
    border: none;
    width: 100%;
    margin: 0;
}

#listing-popup-pdp-content .pdp .ajax-pdp-full-description {
    display: block;
    float: left;
    width: 100%;
}

#listing-popup-pdp-content .pdp .ajax-pdp-full-description a {
    text-decoration: none;
    color: #000000;
    font-family: TheinhardtLight;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    display: block;
}

#listing-popup-pdp-content .outofstocknotification {
    border-top: 0;
    clear: both;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #dedede;
    margin-top: 20px;
    float: left;
}

#listing-popup-pdp-content .outofstocknotification .oos-info {
    margin-top: 15px;
}

#listing-popup-pdp-content .input-box.validation-error .validation-advice {
    position: inherit !important;
    top: 0 !important;
}


/* infite scroll */

.ias-trigger {
    width: 100%;
    clear: both;
    cursor: pointer;
}

.ias-trigger-prev {
    margin-bottom: 25px;
}

.ias-trigger a {
    width: 242px;
    height: 45px;
    border: 1px solid #EFEFEF;
    font-family: 'TheinhardtLight';
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    letter-spacing: 2px;
    color: #000;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

.ias-spinner {
    font-family: 'TheinhardtLight';
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.ias-spinner {
    width: 242px;
    height: 45px;
    border: 1px solid #EFEFEF;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    clear: both;
    position: relative;
    text-align: center;
}

.ias-spinner img {
    top: 15px;
    position: absolute;
    left: 30px;
    display: none !important;
}

.ias-spinner span {
    font-family: 'TheinhardtLight';
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
}

.ias-trigger a:hover {
    color: #fff;
    background-color: #000;
}


/* seo banner */

.liujo-seo-banner {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    padding: 45px 0 45px 0;
    background-color: #FAFAFA;
    z-index: 3;
    position: relative;
}

.liujo-seo-banner[data-position="bottom"] {
    max-width: 1395px;
    margin-top: 45px;
    padding: 45px;
}

.liujo-seo-banner[data-position="top"] {
    padding: 60px 0 60px 0;
}

.liujo-seo-banner .title {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: MillerDisplayLight;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 20px;
}

.liujo-seo-banner[data-position="top"] .title {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: MillerDisplayLight;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.liujo-seo-banner .description {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: TheinhardtLight;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: justify;
}

.liujo-seo-banner[data-position="top"] .description {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: TheinhardtLight;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: justify;
    width: 100%;
    max-width: 780px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .products-grid .price-box .regular-price .price,
    .products-grid .price-box .minimal-price .price {
        font-size: 12px;
        line-height: 18px;
    }
    .products-grid .price-box .special-price .price {
        font-size: 12px;
        line-height: 18px;
    }
    .products-grid .price-box .old-price .price {
        font-size: 12px;
        line-height: 18px;
    }
    /* .category-products {
        margin-top: 100px;
    } */
    .liujo-seo-banner[data-position="top"] {
        padding: 45px;
        margin-top:45px;
    }

    .col-main .liujo-seo-banner[data-position="top"] {
        padding: 45px;
        margin-top:110px;
    }
}

@media screen and (max-width:768px) {
    .products-grid .item {
        width: 50%;
    }
    .products-grid .item:nth-child(2n+1) {
        content: "";
        display: table;
        clear: both;
    }
    .liujo-category-banner .copy-container[data-copy-pos="bottom-left"],
    .liujo-category-banner .copy-container[data-copy-pos="bottom-center"],
    .liujo-category-banner .copy-container[data-copy-pos="bottom-right"],
    .liujo-category-banner .copy-container[data-copy-pos="top-left"],
    .liujo-category-banner .copy-container[data-copy-pos="top-right"],
    .liujo-category-banner .copy-container[data-copy-pos="top-right"],
    .liujo-category-banner .copy-container[data-copy-pos="top-center"],
    .liujo-category-banner .copy-container[data-copy-pos="center-left"],
    .liujo-category-banner .copy-container[data-copy-pos="center-right"],
    .liujo-category-banner .copy-container[data-copy-pos="center-center"] {
        top: initial;
        left: 50%;
        bottom: 60px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }
    .liujo-category-banner .copy-container p.cta {
        display: inline-block;
        width: inherit;
    }
}

@media screen and (max-width:1279px) {
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-label,
    .listing-toolbar .block-layered-nav .narrow-by-list .filter-reset-button {
        padding-left: 2px;
        padding-right: 2px;
    }
}


/* Editorial Layout 1  - only desktop and tablet landscape */

@media screen and (min-width: 769px) {
    .category-products .products-grid .layout-of-page-id.editorial-1-layout,
    .category-products .products-grid .layout-of-page-id.default-layout {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        clear: both;
    }
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-2,
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-6,
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-12 {
        width: 66.6666666666%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-1,
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-3,
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-6,
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-8,
    .category-products .products-grid .layout-of-page-id.editorial-1-layout[data-current-page="1"] .item.count-11 {
        clear: left;
    }
}


/* Editorial Layout 2  - only desktop and tablet landscape */

@media screen and (min-width: 769px) {
    .category-products .products-grid .layout-of-page-id.editorial-2-layout,
    .category-products .products-grid .layout-of-page-id.default-layout {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        clear: both;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout .editorial-2-layout-vertical {
        position: relative;
        float: left;
        display: block;
        width: 100%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout .editorial-2-layout-left-col {
        width: 33.3333333333%;
        float: left;
        padding: 0 1% 4% 1%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout .editorial-2-layout-right-col {
        width: 33.3333333333%;
        float: right;
        padding: 0 1% 4% 1%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-1,
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-12 {
        width: 66.6666666666%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-2,
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-10 {
        width: 100%;
        padding: 0;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-4,
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-7 {
        clear: left;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-3 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .category-products .products-grid .layout-of-page-id.editorial-2-layout[data-current-page="1"] .item.count-11 {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}


/* Editorial Layout 3  - only desktop and tablet landscape */

@media screen and (min-width: 769px) {
    .category-products .products-grid .layout-of-page-id.editorial-3-layout,
    .category-products .products-grid .layout-of-page-id.default-layout {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        clear: both;
    }
    .category-products .products-grid .layout-of-page-id.editorial-3-layout .editorial-3-layout-vertical {
        position: relative;
        float: left;
        display: block;
        width: 100%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-3-layout .editorial-3-layout-right-col {
        width: 33.3333333333%;
        float: right;
        padding: 0 1% 4% 1%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-3-layout[data-current-page="1"] .item.count-7 {
        width: 66.6666666666%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-3-layout[data-current-page="1"] .item.count-8 {
        width: 100%;
        padding: 0;
    }
    .category-products .products-grid .layout-of-page-id.editorial-3-layout[data-current-page="1"] .item.count-4,
    .category-products .products-grid .layout-of-page-id.editorial-3-layout[data-current-page="1"] .item.count-7 {
        clear: left;
    }
    .category-products .products-grid .layout-of-page-id.editorial-3-layout[data-current-page="1"] .item.count-9 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}


/* Editorial Layout 4  - only desktop and tablet landscape */

@media screen and (min-width: 769px) {
    .category-products .products-grid .layout-of-page-id.editorial-4-layout,
    .category-products .products-grid .layout-of-page-id.default-layout {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        clear: both;
    }
    .category-products .products-grid .layout-of-page-id.editorial-4-layout .editorial-4-layout-vertical {
        position: relative;
        float: left;
        display: block;
        width: 100%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-4-layout .editorial-4-layout-right-col {
        width: 33.3333333333%;
        float: right;
        padding: 0 1% 4% 1%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-2,
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-3,
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-6,
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-12 {
        width: 66.6666666666%;
    }
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-4 {
        width: 100%;
        padding: 0;
    }
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-6,
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-8,
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-11 {
        clear: left;
    }
    .category-products .products-grid .layout-of-page-id.editorial-4-layout[data-current-page="1"] .item.count-5 {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .products-grid .item .right {
        display: none;
    }
}


/* VIDEO */

.products-grid .item video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    width: auto;
    z-index: 1;
    background-size: cover;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
}

.products-grid .item video.ended {
    opacity: 0;
}