/*
 * Copyright (c) 2019 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Nazar Vovk <nv@wogw.dk>, 11/11/2019
 */

.page-layout-responsibility-pages .cms-left-nav,
.page-layout-responsibility-pages-left-menu .cms-left-nav {
    display: none;
}

.page-layout-responsibility-pages-left-menu .columns {
    display: flex;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper {
    min-width: 360px;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Spectral, serif;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 300;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper > ul > li .widget.block-cms-link {
    border-bottom: 1px solid #F5F5F5;
    padding: 23px 0;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper > ul > li:first-child .widget.block-cms-link {
    border-top: 1px solid #F5F5F5;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper ul li > ul {
    padding-left: 12px;
    display: none;
    padding-bottom: 20px;
    font-size: 15px;
    border-bottom: 1px solid #F5F5F5
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper ul li.clicked > .widget.block-cms-link a {
    color: #00c08a;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper ul li.active > ul {
    display: block;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper > ul > li.active > .widget.block-cms-link {
    border-bottom: none;
    padding-bottom: 12px;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper ul li.hover {
    cursor: pointer;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper ul li a:hover {
    color: #00c08a;
}

.page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper ul li > ul li .widget.block-cms-link {
    border: none;
    padding: 4px 0;
}

.page-layout-responsibility-pages-left-menu .columns .column.main {
    flex-grow: 1;
    padding: 85px 0 0 170px;
}

.page-layout-responsibility-pages-left-menu .page-title-wrapper .base {
    font-size: 33px;
    color: #00c08a;
}

.page-layout-responsibility-pages-left-menu .left-menu-wrapper .heading {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 31px;
}

.page-layout-responsibility-pages-left-menu .left-menu-wrapper .heading img {
    width: 57px;
    height: 57px;
    margin-right: 18px;
}

.page-layout-responsibility-pages-left-menu .left-menu-wrapper .heading .title {
    font-size: 31px;
    color: #00c08a;
}

.page-layout-responsibility-pages-left-menu .column.main h2 {
    font-family: Spectral, serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 5px;
}

.page-layout-responsibility-pages .column.main h2 {
    font-family: Spectral, serif;
    font-size: 45px;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 7px;
}

.page-layout-responsibility-pages .column.main h2 a {
    text-decoration: none;
}

.page-layout-responsibility-pages-left-menu .column.main h3 {
    margin-top: 0;
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 2px;
}

.page-layout-responsibility-pages.cms-page-view .main table tr td:first-child,
.page-layout-responsibility-pages.cms-page-view .main table tr td:last-child {
    width: auto;
    vertical-align: middle;
}

.page-layout-responsibility-pages-left-menu.cms-page-view .main table tr td:first-child,
.page-layout-responsibility-pages-left-menu.cms-page-view .main table tr td:last-child {
    vertical-align: top;
    width: auto !important;
    display: table-cell;
}

.page-layout-responsibility-pages-left-menu.cms-page-view .main table.wogw-sdgs-table tr td:first-child {
    width: 130px !important;
}

.page-layout-responsibility-pages-left-menu.cms-page-view .main table.wogw-sdgs-table {
    margin-top: 70px;
}

.page-layout-responsibility-pages-left-menu.cms-page-view .main table.wogw-sdgs-table tr td:last-child {
    padding-bottom: 70px;
}

.page-layout-responsibility-pages .wogw-more-link,
.page-layout-responsibility-pages-left-menu .wogw-more-link {
    border: 1px solid #000000;
    text-decoration: none !important;
    padding: 17px 50px;
    display: inline-block;
    letter-spacing: 1px;
}

.page-layout-responsibility-pages .wogw-more-link {
    margin-top: 25px;
    margin-bottom: 75px;
}

.page-layout-responsibility-pages-left-menu .columns .column.main h1 {
    line-height: 62px;
    color: #00c08a;
    max-width: 750px;
}

.page-layout-responsibility-pages-left-menu .main table.wogw-focus-areas-table {
    margin-top: 80px;
}

.page-layout-responsibility-pages-left-menu .main table.wogw-focus-areas-table h2 {
    margin-top: 0;
}

.page-layout-responsibility-pages-left-menu .main table.wogw-focus-areas-table td {
    padding-left: 60px;
    padding-bottom: 60px;
}

.page-layout-responsibility-pages-left-menu .main table.wogw-focus-areas-table td .wogw-more-link {
    margin-top: 25px;
}

.page-layout-responsibility-pages-left-menu .main table.wogw-focus-areas-table td {
    position: relative;
}

.page-layout-responsibility-pages-left-menu .main table.wogw-focus-areas-table td:before {
    content: ".";
    background: #F5F5F5;
    width: 1px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;

}

.page-layout-responsibility-pages-left-menu .main .wogw-goal {
    border: 1px solid #00c08a;
    width: auto;
    display: inline-block;
    padding: 20px 40px 20px 125px;
    color: #00c08a;
    font-family: Spectral, serif;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 50px;
}

.page-layout-responsibility-pages-left-menu .main .wogw-goal:before {
    content: "Goal";
    background: #00c08a;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table {
    width: 100%;
}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table tr:first-child {
    font-family: Spectral, serif;
    font-size: 22px;
    line-height: 25px;
    border-bottom: 1px solid #B3B3B3;
}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table tr:first-child td {
    font-size: 22px;
    line-height: 25px;
}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table tr {

}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table td {
    padding: 30px;
    border-right: 1px solid #B3B3B3;
    font-size: 16px;
}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table td:last-child {
    border: none;
}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table p {
    font-size: 16px;
    margin-bottom: 30px;
}

.page-layout-responsibility-pages-left-menu .main .wogw-custom-table .wogw-custom-table-small-text {
    font-size: 13px;
    color: #808080;
    margin-top: -30px;
}

.page-layout-responsibility-pages-left-menu img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.page-layout-responsibility-pages .main.column .primary,
.page-layout-responsibility-pages-left-menu .main.column .primary {
    text-decoration: none;
    width: auto;
    display: inline-block;
}

@media only screen and (max-width: 1400px) {
    .page-layout-responsibility-pages-left-menu .columns .column.main {
        padding: 85px 0 0 85px;
    }
}

@media only screen and (max-width: 1300px) {
    .page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper {
        min-width: 300px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table td {
        padding: 18px;
    }

    body .menu-container .menu > ul > li {
        display: inline-block;
        padding: 9px;
    }
}


@media only screen and (max-width: 1200px) {
    .page-layout-responsibility-pages-left-menu .columns .column.main h1 {
        line-height: 45px;
        font-size: 36px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table p {
        font-size: 14px;
        margin-bottom: 23px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table .wogw-custom-table-small-text {
        font-size: 12px;
        margin-top: -25px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table tr:first-child td {
        font-size: 18px;
        line-height: 19px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table td {
        padding: 13px;
    }
}

@media only screen and (max-width: 1100px) {
    .page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper {
        min-width: 230px;
    }

    .page-layout-responsibility-pages-left-menu .left-menu-wrapper .heading .title {
        color: #00c08a;
    }

    .page-layout-responsibility-pages-left-menu .left-menu-wrapper .heading img {
        width: 42px;
        height: 42px;
    }

    .page-layout-responsibility-pages-left-menu .columns .column.main {
        padding: 85px 0 0 50px;
    }

    body .menu-container .menu .dropdown > a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 950px) {
    .page-layout-responsibility-pages-left-menu .columns .left-menu-wrapper {
        display: none;
    }

    .page-layout-responsibility-pages-left-menu .columns .column.main {
        padding: 0;
    }

    body .menu-container .menu > ul > li {
        display: block;
        padding: 20px;
    }

    body .menu-container .menu .dropdown > a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 719px) {
    .page-layout-responsibility-pages img {
        padding-right: 0 !important;
    }

    .page-layout-responsibility-pages .column.main h2 {
        font-size: 35px;
    }

    .page-layout-responsibility-pages-left-menu.cms-page-view .main .wogw-custom-table tr td {
        display: table-cell;
        width: auto !important;
    }
}

@media only screen and (max-width: 600px) {
    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table td {
        padding: 8px;
        font-size: 12px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table p {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table tr:first-child td {
        font-size: 14px;
        line-height: 17px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table td {
        padding: 5px;
        font-size: 11px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table p {
        font-size: 11px;
        margin-bottom: 18px;
    }

    .page-layout-responsibility-pages-left-menu .main .wogw-custom-table .wogw-custom-table-small-text {
        font-size: 10px;
        margin-top: -21px;
    }
}


/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.product-item-info .swatch-option, .product-add-form .swatch-option {
    /*width: 30px;*/
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 20px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item-info .swatch-option.text, .product-add-form .swatch-option.text  {
    background: #F0F0F0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    margin-right: 7px;
}

.product-item-info .swatch-option.selected, .product-add-form .swatch-option.selected  {
    outline: 2px solid #ff5501;
    border: 1px solid #fff;
    color: #333;
}

.product-item-info .swatch-option.text.selected, .product-add-form .swatch-option.text.selected  {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.product-item-info .swatch-attribute.size .swatch-option,
.product-add-form .swatch-attribute.size .swatch-option,
.product-item-info .swatch-attribute.manufacturer .swatch-option,
.product-add-form .swatch-attribute.manufacturer .swatch-option  {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.product-item-info .swatch-attribute.size .swatch-option.selected,
.product-add-form .swatch-attribute.size .swatch-option.selected ,
.product-item-info .swatch-attribute.manufacturer .swatch-option.selected,
.product-add-form .swatch-attribute.manufacturer .swatch-option.selected  {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.product-item-info .swatch-option:not(.disabled):hover, .product-add-form .swatch-option:not(.disabled):hover  {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.product-item-info .swatch-option.image:not(.disabled):hover,
.product-add-form .swatch-option.image:not(.disabled):hover,
.product-item-info .swatch-option.color:not(.disabled):hover,
.product-add-form .swatch-option.color:not(.disabled):hover {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
}

.product-item-info .swatch-option.disabled, .product-add-form .swatch-option.disabled  {
    cursor: default;
}

.product-item-info .swatch-option.disabled:after, .product-add-form .swatch-option.disabled:after  {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 82, 22, 1)), color-stop(53%, rgba(255, 82, 22, 1)), color-stop(54%, rgba(255, 255, 255, 1)), color-stop(57%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.swatch-option-tooltip {
    max-width: 140px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    text-align: center;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px;
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-link-layered:focus > div {
    box-shadow: 0 0 3px 1px #68a8e0;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../images/loader-2.gif");
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}

.old-price-minicart-popup {
    font-size: 0.8em;
    margin: 0;
    text-decoration: line-through;
}

#customer-email-fieldset .field-tooltip {
    display: none;
}

form input[type=checkbox] + label:after {
    width: 30px !important;
}

form input[type=checkbox] + label {
    display: block;
}

#checkout .field._required > label.label:after,
.field.required:not(.checkout-agreement) > label.label:after,
.field.required.checkout-agreement > label > button:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

@media (min-width: 1200px) {
    .cms-index-index .header__social {
        display: block !important;
    }
}

#non-selected-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    white-space: nowrap;
}

.catalog-product-view .tocart.non-selected #non-selected-text {
    opacity: 1;
}

.category-image.link {
    cursor: pointer;
}

.opc-sidebar .table-totals .grand.totals th {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: x-large;
}

.opc-sidebar .table-totals .grand.totals td {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.opc-sidebar .table-totals .totals-tax th {
    border-bottom: 1px solid #d9d9d9;
}

.opc-sidebar .table-totals .totals-tax td {
    border-bottom: 1px solid #d9d9d9;
}

.opc-sidebar .table-totals .totals.shipping.incl .label {
    display: block !important;
}

.opc-sidebar .table-totals .totals.shipping.incl .value {
    display: none !important;
}

#tooltip-label {
    display: none;
}

.opc-sidebar .table-totals .totals.discount .discount.coupon:before {
    content: "(";
}

.opc-sidebar .table-totals .totals.discount .discount.coupon:after {
    content: ")";
}

.product-label-big.product-label .product-label-text {
    max-width: 270px;
    padding-top: 30px;
    padding-left: 10px;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 719px) {
    .product-label-big.product-label .product-label-text {
        font-size: smaller;
        padding-top: 35px;
    }

    .product-label-big.product-label {
        margin-top: 22px;
    }
}

.product-shipping-info {
    padding-top: 10px;
}

form input[type=checkbox] + label {
    display: block !important;
}

#minicart-content-wrapper .block-title span.qty:before {
    content: "(";
}

#minicart-content-wrapper .block-title span.qty:after {
    content: ")";
}

.cms-index-index .column.main .widget.block.block-static-block {
    margin-bottom: 80px;
}

.cms-index-index .block.widget.block-products-list h2,
.collection-recap h1,
.cms-index-index .column.main .widget.block.block-static-block h2{
    font-family: 'Spectral';
    font-size: 30px !important;
}

.page-header {
    flex-wrap: wrap;
}

.header-top {
    flex: 0 0 100%;
    line-height: 30px;
    color: white;
    background: black;
    display: none;
}

.header-top a {
    color: #f4bfc4;
}

.header-top .close {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    font-size: 11px;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.header-top.show {
    display: block;
}

.header-top .content {
    text-align: center;
}

.header-top .content > p {
    max-width: 90%;
    margin: auto;
}

.page-header .header.content {
    height: inherit;
}

.page-main {
    display: block; /* fix for IE11 */
}

.hero__intro.black, .hero__intro.black .primary {
    color: black !important;
    border-color: black !important;
}

.collection-recap a.primary {
    text-align: center;
}

.looks__desc--mobile > p {
    text-align: center;
}

@media (max-width: 950px) {
    .hero.hero.main__section {
        margin-bottom: 20px;
    }
}

@media (max-width: 950px) {
    .hero--desktop {
        display: none;
    }
}

@media (min-width: 951px) {
    .hero--mobile {
        display: none;
    }
}

.newsletter-popup-container .modal-inner-wrap .modal-footer {
    display: none !important;
}

.newsletter-popup-container .modal-inner-wrap .newsletter-popup .grid.grid2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* workaround to overwrite user agent stylesheets on checkout agreement */
.checkout-agreement.field.choice.required .label .action.action-show > span {
    color: #000;
    font-family: "DIN Next W01", sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.6;
}

.newsletter-popup .grid.grid2 .image p {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position-x: 50% !important;
    background-repeat: no-repeat !important;
}

/* workaround ti remove randomly appearing duplicates of size swatch on category page */
.catalog-category-view .product-swatch .swatch-attribute.size:not(:first-of-type) {
    display: none;
}

html.nav-open body {
    overflow: hidden;
}

.ias-no-more :not(:first-of-type) {
            display: none;
}
.catalog-product-view .page-title-wrapper.product {
    margin-bottom: 20px;
}

.catalog-product-view .page-title-wrapper.product h1 {
    line-height: 1;
}

#tx {
    height: 25px;
    overflow: hidden;
    z-index: 10;
}

#tx div {
    color: white !important;
    text-align: center;
    width: 100%;
    line-height: 25px;
}
