﻿/*// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {

}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {

}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {

}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {

}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
 
}*/
/*********** CSS RESET **********/


* {
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    border-radius: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/


body, html {
    font: normal 16px "neue-haas-unica", sans-serif;
    font-weight: normal;
    line-height: 21.6px;
    font-style: normal;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
}

    .master-column-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

@media all and (min-width: 1400px) {
    .master-wrapper-content {
        width: 1400px;
    }
}

    .flyout-cart {
        display: none;
    }

    h1, h2, h3, h4 {
        font-family: "cofo-gothic-variable", sans-serif;
    }

    h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        margin: 40px 0 14px 0;
    }

    h2 {
        font-size: 38px;
        font-weight: 700;
        line-height: 44px;
        margin: 40px 0 14px 0;
    }

    h3 {
        font-size: 38px;
        font-weight: 700;
        line-height: 44px;
    }

    h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin: 10px 0 10px 0;
    }


    p, address, li, dl {
        font-family: "neue-haas-unica", sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 21.6px;
        font-style: normal;
    }

    a {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }

        a:hover {
            color: #4d4f4e;
        }

    dl, ol, ul {
        margin: 0;
        padding: 0;
    }

    @media (min-width: 768px) {

        h1 {
            font-size: 60px;
            line-height:60px;
            margin: 10px 0 13px 0;
        }

        h2 {
            font-size: 60px;
            font-weight: 700;
            line-height: 60px;
            margin: 0 0 20px 0;
        }

        h3 {
            font-size: 40px;
            font-weight: 700;
            line-height: 44px;
        }

        h4 {
            font-size: 20px;
            font-weight: 500;
            line-height: 24px;
            margin: 10px 0 10px 0;
        }

    }


@media (min-width: 992px) {

    h1 {
        font-size: 80px;
        line-height: 85px;
        margin: 30px 0 13px 0;
    }

    h2 {
        font-size: 70px;
        line-height: 75px;

    }

    h3 {
        font-size: 40px;
        line-height: 44px;
    }

        p, address, li, dl {
            font-size: 16px;
            line-height: 20.4px;
        }
}

@media (min-width: 1200px) {

    h1 {
        font-size: 110px;
        line-height: 121px;
        margin: 30px 0 13px 0;
    }

    h2 {
        font-size: 90px;
        line-height: 90px;
        margin: 0 0 50px 0;
    }

    h3 {
        font-size: 38px;
        line-height: 44px;
    }

}


    /* required for Slimsy*/
    img {
        display: block;
    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .button-0 {
        font-family: "cofo-gothic-variable", sans-serif;
        border: none;
        background-color: #fff;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        display: inline-block;
        width: 100%;
        border: 1px solid #3C3C3C;
        text-align: center;
        border-radius: 3px;
    }

        .button-0:hover,
        .button-0:focus {
            background-color: #fff;
            color: #4d4f4e;
        }

    .button-0-invert {
        font-family: "cofo-gothic-variable", sans-serif;
        border: none;
        background-color: #000;
        padding: 10px 15px;
        font-size: 15px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
    }

        .button-0-invert:hover,
        .button-0-invert:focus {
            background-color: #4d4f4e;
            color: #fff;
        }

    @media (min-width: 768px) {

        .button-0 {
            background-color: #3C3C3C;
            font-size: 23px;
            font-weight: 700;
            width: auto;
            color: #fff;
        }

        .button-0-invert {
            border: none;
            background-color: #FFF;
            padding: 10px 15px;
            font-size: 15px;
            color: #000;
            border: 1px solid #fff;
        }
    }

    .button-full-width {
        width: 100%;
    }

    /* SWIPER */
    .swiper-button-next, .swiper-button-prev {
        color: #ccc;
    }

    /* SECTIONS */

    /* SECTION HEADER TEXT */

    #section-header-text {
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
    }

        #section-header-text .button-0 {
            margin-top: 16px;
        }



    @media (min-width: 768px) {

        #section-header-text {
            padding-bottom: 40px;
        }

            #section-header-text h1 {
                margin: 30px 0 13px 0;
            }

            #section-header-text h2 {
                margin: 30px 0 13px 0;
            }
    }

@media (min-width: 1200px) {

    #section-header-text {
        padding-bottom: 60px;
    }

    #section-header-text p {
        max-width: 670px;
    }
}

    /* SECTION SHOPPING */

    #section-shopping {
        margin-bottom: 20px;
    }

    #shop-heading {
        display: none;
    }

    /*https://stackoverflow.com/questions/37721175/how-to-center-text-vertically-and-horizontally-over-an-image*/
    .shop-item-wrapper {
        padding-bottom: 60px;
        padding-top: 20px;
        border-bottom: solid 1px #000;
    }

    .shop-item {
        position: relative;
    }

        .shop-item h3 {
            font-size: 40px;
            font-weight: 700;
            line-height: 44px;
            text-align: center;
            color: #fff;
            margin: 30px 0 30px 0;
        }

    .shop-item-content p,
    .shop-item-content a {
        display: none;
    }

    .shop-item img {
        width: 100%;
        height: auto;
    }

    .shop-item-wrapper .button-0 {
        margin-top: 38px;
    }

    .shop-item .shop-item-content {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%); /* iOS */
        transform: translate(-50%, -50%);
        width: 80%;
    }

@media (min-width: 768px) {

    #section-shopping {
        margin-bottom: 50px;
        padding-bottom: 0;
        border-bottom: solid 1px #000;
    }

    #shop-heading {
        display: block;
    }

    #section-shopping h2 {
        font-size: 60px;
        line-height: 60px;
        margin-top: 40px;
        margin-bottom: 0;
    }


    .shop-item-wrapper {
        border-bottom: none;
    }

        .shop-item-wrapper .button-0 {
            display: none;
        }

    .shop-item {
        padding-bottom: 0;
        padding-top: 0;
    }

        .shop-item img {
            margin-bottom: 0;
        }

        .shop-item h3 {
            font-size: 40px;
            line-height: 40px;
            margin: 0;
            height: auto;
            overflow: hidden;
            text-align: center;
        }

    .shop-item-content p {
        color: #fff;
        margin: 16px 0 36px 0;
        height: 40px;
        overflow: hidden;
    }

    .shop-item-content p {
        display: block;
    }

    .shop-item-content a {
        display: inline-block;
    }

    .shop-item-content .button-0-invert {
        font-size: 22px;
        font-weight: 700;
        line-height: 31px;
    }
}


@media (min-width: 992px) {

    #section-shopping h2 {
        font-size: 80px;
        line-height: 80px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .shop-item h3 {
            font-size: 55px;
            line-height: 55px;
            margin: 0;
            height: 120px;
            overflow: hidden;
            text-align: center;
        }

}

    /* SECTION INNOVATION */

    .home-page .section-article {
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
    }

        .home-page .section-article h2 {
            margin-bottom: 26px;
        }

        .home-page .section-article .button-0 {
            margin: 40px 0 70px 0;
        }

    @media (min-width: 768px) {
        .home-page .section-article {

            margin-bottom: 50px;
            padding-bottom: 50px;
        }

            .home-page .section-article h2 {
                margin-bottom: 10px;
            }

            .home-page .section-article .button-0 {
                margin: 10px 0 0 0;
            }

    }



@media (min-width: 1200px) {
    .home-page .section-article h2 {
        margin-bottom: 140px;
    }
}

/* SECTION COLLABORATORS */

#section-collaborators {
    margin-bottom: 20px;
    border-bottom: solid 1px #000;
}

    #section-collaborators .button-0 {
        margin: 40px 0 70px 0;
    }

    #section-collaborators h2 {
        margin-bottom: 10px;
    }

    #section-collaborators h3 {
        text-align: left;
    }

    #section-collaborators .description {
        margin-bottom: 50px;
    }

    #section-collaborators .description a {
        text-decoration: underline;
    }


  @media (min-width: 768px) {

   #section-collaborators {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
    }

        #section-collaborators h2 {
            margin-bottom: 30px;
        }

        #section-collaborators h3 {
            font-size: 30px;
            line-height: 30px;
            margin-top: 0;
            margin-bottom: 15px;
        }

        #section-collaborators .button-0 {
            margin: 40px 0 40px 0;
        }
}

@media (min-width: 992px) {

        #section-collaborators h3 {
            font-size: 40px;
            line-height: 44px;
        }
}

    /* SECTION INSTAGRAM */
    #section-instagram {
        padding-bottom: 70px;
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
    }

        #section-instagram h2 {
            font-size: 47px;
            font-weight: 700;
            line-height: 56px;
            margin-bottom: 30px;
        }

    /* SECTION NEWS LETTER */
    #section-newsletter {
        padding-bottom: 20px;
        margin-bottom: 50px;
        border-bottom: solid 1px #000;
    }

        #section-newsletter h2 {
            font-size: 47px;
            font-weight: 700;
            line-height: 56px;
            margin-bottom: 30px;
        }

#newsletter-subscribe-button {
    margin-left: 0;
    margin-top: 20px;
}

    @media (min-width: 768px) {

        #section-newsletter h2 {
            font-size: 47px;
            line-height: 56px;
            margin-bottom: 20px;
        }

        #newsletter-subscribe-button {
            margin-left: 10px;
            margin-top: 0;
        }
    }



/* PAGE COLLABORATORS */




#section-collatorals {
    border-top: none;
    border-bottom: solid 1px #000;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    #section-collatorals p a,
    #section-collatorals dt a,
    #section-collatorals dd a {
        text-decoration: underline;
    }

        #section-collatorals h3 {
            margin-bottom: 10px;
            margin-top: 20px;
        }

        #section-collatorals p.excerpt {
            margin-top: 0;
            height: 60px;
            overflow: hidden;
        }

    #section-collatorals dt {
        margin-bottom: 10px;
    }

    #section-collatorals dd {
        margin-bottom: 20px;
    }

    #section-collatorals dt:before {
        content: 'Q. ';
    }

    #section-collatorals dd:before {
        content: 'A. ';
    }

    #section-collatorals .body-text p:first-child {
        margin-top: 20px;
    }

    @media (min-width: 768px) {

        #section-collatorals {
            padding: 20px 0 30px 0;
            margin-bottom: 50px;
        }

        .collaborator-page h2 {
            font-size: 50px;
            line-height: 50px;
        }

        #section-collatorals h3 {
            margin-top: 0;
            margin-bottom: 5px;
        }

        .journals-page #section-collatorals h3 {
            height: 130px;
            margin-bottom: 20px;
            font-size: 30px;
            line-height: 35px;
        }

        #section-collatorals .body-text p:first-child {
            margin-top: 0;
        }


    }


@media (min-width: 1200px) {

    #section-collatorals {
        padding: 60px 0 30px 0;
    }

    .journals-page #section-collatorals h3 {
        height: 160px;
        font-size: 40px;
        line-height: 44px;
    }

}

    /* PAGE ABOUT */

    .about-page #section-header-text {
        padding-bottom: 40px;
    }

    .about-page .section-article {
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
        padding-top: 60px;
        padding-bottom: 50px;
    }

        .about-page .section-article h2 {
            margin-bottom: 26px;
            font-size: 40px;
            font-weight: 700;
            line-height: 44px;
        }

    @media (min-width: 768px) {


        .about-page #section-header-text h1 {
            font-size: 90px;
            font-weight: 700;
            line-height: 99px;
        }

        .about-page .section-article {
            margin-bottom: 20px;
            border-bottom: solid 1px #000;
            padding-top: 60px;
            padding-bottom: 130px;
        }

            .about-page .section-article h2 {
                margin-bottom: 26px;
                font-size: 61px;
                font-weight: 700;
                line-height: 67px;
            }
    }

    #swiper-history {
        margin-top: 10px;
        padding-bottom: 0;
    }

    #section-history {
        border-top: none;
        border-bottom: solid 1px #000;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

        #section-history h2 {
            font-size: 40px;
            font-weight: 700;
            line-height: 44px;
            margin-top: 10px;
        }

    #row-swiper-dates {
        display: none;
    }

    #swiper-history .swiper-slide {
        align-items: start;
    }

    #section-history .history-detail {
        text-align: left;
        width: 100%;
    }

        #section-history .history-detail h3 {
            text-align: left;
            font-size: 26px;
            font-weight: 700;
            line-height: 31px;
            margin: 30px 0 10px 0;
        }

    #section-history .history-event {
        text-align: center;
        cursor: pointer;
    }

        #section-history .history-event .date-marker {
            background-color: #000;
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 auto;
            border: solid 1px #000;
        }

            #section-history .history-event .date-marker.active {
                background-color: #fff;
            }

        #section-history .history-event .date-year {
            display: block;
        }

    @media (min-width: 768px) {

        #swiper-history {
            margin-top: 50px;
            padding-bottom: 50px;
        }

        #row-swiper-dates {
            display: block;
        }

        #section-history h2 {
            font-size: 61px;
            font-weight: 700;
            line-height: 67px;
            margin-top: 30px;
        }

        #section-history .history-detail h3 {
            font-size: 61px;
            font-weight: 700;
            line-height: 67px;
            text-align: left;
            margin: 30px 0 20px 0;
        }

        #section-history .history-detail p {
            max-width: 80%;
        }
    }

    /* PAGE CONTACT */

    #section-contact-form {
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #section-agents {
        margin-bottom: 0;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }

        #section-agents h4 {
            font-family: "neue-haas-unica", sans-serif;
            font-size: 17px;
            font-weight: 700;
            line-height: 20px;
        }

    #ViewModel_Region {
        margin-bottom: 50px;
    }

.agent-details {
    margin-bottom: 0px;
    
}

.agent-details p span {
    display: block;
    font-family: "neue-haas-unica", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

    .agent-details p {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }

        .agent-details p:last-child {
            padding-bottom: 20px;
            border-bottom: solid 1px #000;
        }

    @media (min-width: 768px) {

        #section-agents {
            margin-bottom: 20px;
            border-bottom: solid 1px #000;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .agent-details {
            margin-bottom: 20px;
        }

        .agent-details p {
            font-size: 15px;
            line-height:17px;
        }
            .agent-details p span {
                font-size: 15px;
                line-height: 17px;
            }

            .agent-details p:last-child {
                padding-bottom: 0;
                border-bottom: none;
            }
    }

@media (min-width: 992px) {


    #section-contact-form {
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .agent-details p {
        font-size: 22px;
        line-height: 26px;
    }

        .agent-details p span {
            font-size: 17px;
            line-height: 20px;
        }

}

@media (min-width: 1200px) {
    #ViewModel_Region {
        margin-bottom: 150px;
    }

    #section-contact-form {
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .agent-details p {
        font-size: 26px;
        line-height: 31px;
    }

        .agent-details p span {
            font-size: 17px;
            line-height: 20px;
        }
}



    /* PAGE FAQ */
    #section-faq {
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
        padding-top: 20px;
        padding-bottom: 50px;
    }

        #section-faq h5 {
            font-size: 20px;
            font-weight: 700;
            line-height: 25px;
            color: #777777;
        }

        #section-faq p {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
        }

        #section-faq .answer {
            margin-bottom: 30px;
        }

    @media (min-width: 768px) {

        #section-faq {

            padding-top: 50px;

        }

        #section-faq h5 {
            font-size: 26px;
            font-weight: 700;
            line-height: 31.2px;
        }

        #section-faq p {
            font-size: 26px;
            font-weight: 700;
            line-height: 31.2px;
        }

        #section-faq .answer {
            margin-bottom: 40px;
        }
    }

    #section-legal-text {
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        #section-legal-text p,
        #section-legal-text address,
        #section-legal-text li {
            font-size: 16px;
        }

        #section-legal-text li {
            margin-bottom: 10px;
        }


        #section-faq dl,
        #section-faq ol,
        #section-faq ul,
        #section-legal-text dl,
        #section-legal-text ol,
        #section-legal-text ul {
            margin: 20px 0 20px 20px;
            padding: 0 0 0 20px;
            list-style: square;
        }


    /* BOOTSTRAP UTILS OVERRIDE */
    .form-control, .form-select {
        border-radius: 0;
    }

    .ta-center {
        text-align: center;
    }

    .img-fluid {
        /*max-width: 100%;*/
        width: 100%;
        height: auto;
    }

    /* COMMON HEADER */


    /*********** HEADER ***********/

    .header {
        position: relative;
        z-index: 10;
        width: 95%;
        max-width: 1400px;
        margin: auto;
    }

.header-upper {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

    #header-logo {
        order: 1;
        flex-basis: 50%;
    }


    .header-menu-wrapper {
        order: 3;
        flex-basis: 100%;
    }

    .header-links-wrapper {
        order: 2;
        flex-basis: 50%;
    }

    .header-menu-wrapper li {
        display: block;
        margin: 0 10px 20px 10px;
    }

        .header-menu-wrapper li:last-child {
            display: block;
            margin: 0 10px 80px 10px;
        }

    .header-links-wrapper {
        margin-left: auto;
        display: inline-flex;
        justify-content: flex-end;
    }

    #header-logo {
        align-self: center;
    }

        #header-logo img {
            width: 40px;
            margin-right: 15px;
        }

#header-menu {
    display: none;
    margin-top: 20px;
    /* MF get rid of phoantom white space 
       https://stackoverflow.com/questions/241512/best-way-to-manage-whitespace-between-inline-list-items
    */
    font-size: 0;
}



    .header-links li.toggle-menu {
        display: inline-block;
    }

#topcartlink .cart-link {
    display: flex;
    align-items: center;
}

    #topcartlink .cart-link span {
        display: block;
        margin-left: 5px;
    }


    @media (min-width: 768px) {

        #header-logo {
            order: 1;
            flex-basis: content;
        }

        .header-menu-wrapper {
            order: 2;
            flex-basis: content;
        }

        .header-links-wrapper {
            order: 3;
            flex-basis: content;
        }

        .header-upper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: nowrap;
        }

        .header-menu-wrapper li {
            display: inline-block;
            margin: 0 5px 0 5px;
            font-size: 15px;
        }

            .header-menu-wrapper li:last-child {
                display: inline-block;
                margin: 0 5px 0 5px;
            }

        .header-links-wrapper {
            margin-left: auto;
            display: inline-flex;
        }

        #header-menu {
            display: block;
            margin-top: 5px;
        }


        .header-links li.toggle-menu {
            display: none;
        }
    }

    .header-links .icon img {
        width: 25px;
        height: 25px;
        display: block;
    }

    .header-links .icon {
        padding: 0 0 0 15px
    }

    .header-links-wrapper {
    }

    .header-links {
    }

        .header-links ul {
            font-size: 0;
            margin-top: 0;
        }

        .header-links li {
            display: inline-block;
            margin: 0;
        }

        .header-links span,
        .header-links a {
            display: inline-block;
            font-size: 12px; /*reset zeroing*/
            line-height: 36px;
            text-transform: uppercase;
        }

            .header-links a:hover,
            .header-links a:focus {
                color: #3C3C3C;
            }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 10px auto 0;
    }

    .header-lower {
        position: relative;
        z-index: 0;
        padding: 35px 0;
    }

    .header-logo {
        margin: 0 0 20px;
        text-align: center;
    }

        .header-logo a {
            display: inline-block;
            max-width: 100%;
            line-height: 0; /*firefox line-height bug fix*/
        }

            .header-logo a img {
                max-width: 100%;
                opacity: 1;
            }


    @media all and (min-width: 992px) {

        .header {
            margin: auto;
        }

        .header-links-wrapper {
            padding: 0;
        }

        .header-links li {
            margin: 0;
        }

        .header-links a,
        .header-links span {
            line-height: 45px;
            text-transform: none;
        }

        .header-menu-wrapper li {
            display: inline-block;
            margin: 0 10px 0 10px;
            font-size: 16px;
        }

            .header-menu-wrapper li:last-child {
                display: inline-block;
                margin: 0 10px 0 10px;
            }

        #topcartlink {
            display: inline-block;
            width: auto;
            margin: 0;
        }

        .flyout-cart {
            position: absolute;
            top: 38px;
            right: 0;
            z-index: 100;
            width: 300px;
            box-shadow: 0 0 2px rgba(0,0,0,0.25);
            background-color: #fff;
        }

            .flyout-cart.active {
                display: block;
            }

        .mini-shopping-cart {
            padding: 12px;
            text-align: left;
            font-size: 12px;
        }

            .mini-shopping-cart .count {
                padding: 5px 0 15px;
                color: #444;
            }

                .mini-shopping-cart .count a {
                    margin: 0 2px;
                    font-weight: bold;
                    color: #444;
                }

            .mini-shopping-cart .items {
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                margin: 0 0 20px;
            }

            .mini-shopping-cart .item {
                overflow: hidden;
                padding: 10px 0;
            }

            .mini-shopping-cart .picture {
                float: left;
                width: 70px;
                text-align: center;
            }

                .mini-shopping-cart .picture a {
                    display: block;
                    position: relative;
                    overflow: hidden;
                }

                    .mini-shopping-cart .picture a:before {
                        content: "";
                        display: block;
                        padding-top: 100%;
                    }

                .mini-shopping-cart .picture img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                    max-width: 100%;
                }

                .mini-shopping-cart .picture + .product {
                    margin: 0 0 0 80px;
                }

            .mini-shopping-cart .name {
                margin: 0 0 10px;
                font-size: 14px;
            }

                .mini-shopping-cart .name a {
                    color: #3C3C3C;
                }

                    .mini-shopping-cart .name a:hover,
                    .mini-shopping-cart .name a:focus {
                        color: #248ece;
                    }

            .mini-shopping-cart .attributes {
                margin: 5px 0;
                color: #444;
            }

            .mini-shopping-cart .totals {
                margin: 0 0 12px;
                font-size: 14px;
            }

                .mini-shopping-cart .totals strong {
                    font-size: 16px;
                    color: #444;
                }

            .mini-shopping-cart .buttons {
                margin: 0 0 5px;
            }

            .mini-shopping-cart button[type="button"] {
                display: inline-block;
                border: solid 1px #fff;
                border-radius: 3px;
                background-color: #3C3C3C;
                padding: 10px 20px;
                font-size: 12px;
                color: #fff;
                text-transform: uppercase;
            }

                .mini-shopping-cart button[type="button"]:hover,
                .mini-shopping-cart button[type="button"]:focus {
                    background-color: #fff;
                    color: #3C3C3C;
                    border: solid 1px #3C3C3C;
                }

        .header-lower {
            display: table;
            width: 100%;
        }

        .header-logo {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
            font-size: 0;
        }
    }


@media all and (min-width: 1400px) {

    .header {
        width: 1400px;
    }

    .header-image {
        width: 100%;
        margin: 0 auto;
    }

        .header-image img {
            width: 100%;
        }

}

    /*********** FOOTER ***********/

    #footer-lower {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #footer-content-links .non-social {
        display: none;
    }

    .legal-links {
        margin-top: 50px;
    }

        .legal-links li {
            font-weight: normal;
            font-size: 15px;
        }


        .social-links li a {
            margin-bottom: 10px;
        }

        .icon-social {
            padding-left: 30px;
            background-position: 0 50%;
            background-repeat: no-repeat;
        }

    .icon-social.facebook {
        background-image: url('/images/icon-facebook.svg')
    }

    .icon-social.linkedin {
        background-image: url('/images/icon-linkedin.svg')
    }
    .icon-social.instagram {
        background-image: url('/images/icon-instagram.svg')
    }

@media (min-width: 768px) {

    #footer-lower {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #footer-content-links .non-social {
        display: block;
    }

        .legal-links {
            margin-top: 0;
        }
    }

    .powered-by {
        text-align: center;
        display: inline-block;
        margin: 10px;
        font-size: 11px;
    }

    footer .list {
        margin: 0 auto;
        background-color: #fff;
        padding: 0;
    }

        footer .list a {
            display: inline-block;
            padding: 0;
            line-height: 20px;
            padding: 0 0 5px 0;
            ;
        }

            footer .list a:hover,
            footer .list a:focus {
                color: #3C3C3C;
            }


    .newsletter-email {
        display: inline-block;
        overflow: hidden;
    }

        .newsletter-email:focus-within {
            overflow: visible;
        }

        .newsletter-email input[type="email"] {
            float: left;
            width: 180px;
            height: 36px;
            margin: 0 -1px 0 0;
        }

    .newsletter-subscribe-button {
        float: left;
        height: 36px;
        border: none;
        background-color: #3C3C3C;
        padding: 0 15px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

        .newsletter-subscribe-button:hover,
        .newsletter-subscribe-button:focus {
            background-color: #248ece;
        }

    .newsletter-email .options {
        clear: both;
        padding: 10px 0 0;
    }

    .newsletter-validation,
    .newsletter-result {
        width: 100%;
        overflow: hidden;
        line-height: 28px;
    }

    .footer-lower {
        margin: auto;
        overflow: hidden;
        padding: 25px 0;
        font-size: 12px;
    }

    @media all and (min-width: 992px) {

        .footer-upper {
            width: 980px;
            padding: 35px 10px;
        }

        .newsletter-email {
            display: block;
        }

            .newsletter-email input[type="text"] {
                width: 200px;
            }

            .newsletter-email .newsletter-subscribe-button {
                min-width: 100px;
                padding: 0 5px;
            }

        .newsletter-validation .field-validation-valid {
            text-align: left;
        }

        .footer-lower {
            position: relative;
            width: 980px;
            padding: 25px 5px;
        }

        .footer-info {
            float: right;
            line-height: 32px;
        }

        .footer-logo {
            float: left;
            margin: 0;
            line-height: 32px;
        }
    }

    @media all and (min-width: 1400px) {

        .footer-upper {
            width: 1400px;
            padding: 35px 30px;
        }

        .footer-lower {
            width: 1400px;
            padding: 25px 0px;
        }
    }


    /************** MISC *************/
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-pagination-bullet-active {
        padding: 5px;
        background-color: #3C3C3C;
    }

    a.skip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }

        a.skip:active,
        a.skip:focus,
        a.skip:hover {
            position: initial;
            top: 0;
            left: 0;
            display: block;
            height: auto;
            margin: 3px 0;
            overflow: visible;
            padding: 2px;
            color: #444444;
            background: #ffffff;
            text-decoration: underline;
            text-align: center;
            width: 100%;
            font-size: 16px;
        }