/* Add custom CSS rules here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.newsletter-subscription-page #mc_embed_signup {
	display: none !important;
}

body {
    font-family:"Avenir LT W01_35 Light1475496";
    /* font-family: 'Myriad W01 Lt';*/ 
    background: #f3f1f0;
    font-size: 16px;
    color: #6e6e6e;
}

@media (max-width: 991px) {
    body {
        font-size: 12px;
    }
}

#canv {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

#page-wrap {
    max-width: 1600px;
    margin: 0 auto;
    background: #fff;
}

@media (min-width: 2500px) {
    #page-wrap {
        max-width: 2250px;
    }
}

#page-header {
    /*overflow: hidden;*/
    padding: 0 15px;
}

#pageContents {
    padding: 0;
    box-shadow: none;
    border: 0;
    position: relative;
}

@media (min-width: 991px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}
/* Headings */

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.product-name {
    font-family:"Avenir LT W01_65 Medium1475532";
    /* font-family: 'Myriad W01 Lt'; */
    /* font-family: 'Helvetica Neue LT W01_35 Thin'; */
}

h1,
.h1 {
    font-size: 70px;
    color: #1e1e1e;
}

h3,
.h3 {
    /*font-weight: 100;*/
    /* font-size: 40px; */
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    h3,
    .h3 {
        font-size: 22px;
        margin-bottom: 17px;
    }
}

.h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
}

    .h4 span {
        border-bottom: 1px solid;
    }
/* Util classes */

.strong,
strong {
    font-family:"Avenir LT W01_35 Light1475496";
}

.clear-both {
    clear: both;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.text-dimmed {
    /*color: #c3c3c3;*/
    /*color: #666;*/
    color: #6e6e6e;
}

.overflow-hidden {
    overflow: hidden;
}

.db-container {
    margin: 0 auto;
    max-width: 1280px;
}

.long-description {
    margin: 0 auto;
    max-width: 1280px;
}

.mb1 {
    margin-bottom: 15px;
}

.mb2 {
    margin-bottom: 30px;
}
/* Buttons */

.btn.btn-primary {
    background: #222;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 36px;
    min-height: 40px;
}

.btn.btn-default {
    text-shadow: none;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: 'Myriad W01 Bd';
    color: #1e1e1e;
}

.btn.btn-gray {
    background: #ECEAE8;
    color: #1e1e1e;
    padding: 10px 50px;
    font-weight: bold;
}

.btn.btn-success {
    border: none;
}

a.btn.btn-wishlist {
    /*padding: 7px 0;*/
    border: 0;
    float: right;
    /*width: auto;*/
    font-size: 1.6em;
    background: transparent;
}

    a.btn.btn-wishlist img {
        margin: 0 auto;
    }


@media (max-width: 991px) {
    .btn.btn-primary {
        font-size: 12px;
    }
}
/* Add to cart */

.add-to-cart-form {
    display: inline-block;
}

#details-addtocart-container {
    /*text-align: right;*/
    float: left;
}
/* Header */

@media (min-width: 992px) {
    .site-selector-bar {
        background: #f3f1f0;
        overflow: hidden;
        padding: 10px 15px;
    }

        .site-selector-bar > div {
            margin: 0 auto;
            max-width: 1280px;
        }

            .site-selector-bar > div > .pull-right {
                margin: 0 4%;
            }

                .site-selector-bar > div > .pull-right:last-child {
                    margin-left: 0;
                }

                .site-selector-bar > div > .pull-right:first-child {
                    margin-right: 0;
                }

            .site-selector-bar > div label {
                font-size: 11px;
                padding-right: 20px;
                text-transform: uppercase;
            }

    .header-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 10px 0px;
        font-size: 13px;
        height: 75px;
    }

        .header-container .logo {
            width: auto;
            padding: 14px 0;
            display: inline-block;
            min-height: 76px;
        }

    .nav > li > a:hover,
    .nav > li > a:focus {
        background: none;
    }

    .header-container .nav-item a {
        text-transform: uppercase;
        /*font-weight: bold;*/
        font-family: 'Myriad W01 Bd';
        color: #1e1e1e;
        padding: 10px 15px;
        /*padding: 10px calc(0.6vw * 2);*/
    }

    @media (min-width: 1250px) {
        .header-container .nav-item a {
            padding: 10px 30px;
        }
    }

    .category-navigation {
        margin: 20px 0;
        /*overflow: hidden;*/
        display: inline-block;
        /*float: left;*/
        margin-left: 30px;
    }

    ul.top-navigation {
        /*overflow: hidden;*/
        margin: 21px 0;
    }

        ul.top-navigation a {
            display: block;
        }

        ul.top-navigation > .nav-item {
            float: none;
            display: inline-block;
        }

    .top-navigation-icon {
        height: 22px;
    }

    #login-dropdown-container {
        /*padding: 7px 0 5px;*/
    }

        #login-dropdown-container a.dropdown-toggle {
            /*padding-left: 0;*/
        }

        #login-dropdown-container > .with-arrow:after,
        #search-dropdown-container .with-arrow:after {
            right: 4px;
        }

        #login-dropdown-container > .with-arrow:before,
        #search-dropdown-container .with-arrow:before {
            right: 3px;
        }

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width: 100%;
    }
}

.logo-mobile img {
    height: 18px;
    margin-top: 8px;
}

.navbar-default {
    background-color: #fff;
    min-height: 60px;
}

@media (max-width: 991px) {
    #navbar-collapse-button {
        padding: 4px 0;
    }

    a.mobile-btn-navbar,
    a.mobile-btn-navbar:hover,
    a.mobile-btn-navbar:focus {
        margin: 18px 18px;
    }
}

.product-list .product-name {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 7px;
    color: #1e1e1e;
}
/*.product-list .price-info {
    font-size: 0.9em;
}*/

@media (max-width: 991px) {
    .product-list .product-name {
        font-size: 20px;
        font-family:"Avenir LT W01_35 Light1475496";
    }

    .product-list .procuct-details {
        font-size: 16px;
        font-family:"Avenir LT W01_35 Light1475496";
    }
}
/* Caoursel */

.carousel-caption {
    text-align: left;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: 5%;
    width: 90%;
    z-index: 0;
    bottom: initial;
    font-size: 20px;
    text-shadow: none;
    /* font-family: 'Helvetica Neue LT W01_35 Thin'; */
}

    .carousel-caption.right {
        text-align: right;
    }

    .carousel-caption.center {
        text-align: center;
    }

.slider-heading {
    font-size: 2em;
    /*font-weight: 100;*/
    margin-bottom: 7px;
    margin-top: 0;
    font-family: 'Helvetica Neue LT W01_35 Thin';
}

.carousel-caption .btn {
    margin-top: 5px;
    text-shadow: none;
    padding: 10px 15px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .carousel-caption {
        padding-left: 10%;
    }

    .slider-heading {
        font-size: 70px;
        margin-bottom: 30px;
    }

    .carousel-caption .btn {
        margin-top: 30px;
        padding: 14px 30px;
    }
}

@media (max-width: 991px) {
    .carousel-caption {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .slider-heading {
        font-size: 30px;
    }

    .carousel-caption .btn {
        font-size: 12px;
    }
}

.carousel-caption .btn > span {
    padding-right: 7px;
}

.vertical .carousel-caption {
    margin: 0;
    top: 0;
    transform: translateY(0%);
    padding: 103px 13%;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0));*/
    background: linear-gradient(145deg, #20232b 5%, rgba(0, 0, 0, 0) 60%);
    bottom: 0;
}

@media screen and (min-width: 1250px) {
    .carousel-indicators {
        bottom: 140px;
    }
}

.carousel-control,
.carousel-control:hover,
.carousel-control:active,
.carousel-control:focus {
    opacity: 1;
    background-image: none !important;
}

    .carousel-control img {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        height: 45px;
        margin-top: -22px;
        text-align: center;
    }

    .carousel-control.left img {
        margin-left: -30px;
    }

    .carousel-control.right img {
        margin-right: 30px;
    }
/* Large Product Macro */

@media (max-width: 991px) {
    .product-macro-large {
        margin: 0 auto;
        max-width: 600px;
        display: none;
    }
}

hr {
    border-color: #e2e2e2;
}
/* Featured Products Macro */

.macro-featured-products {
    /* padding-top: 30px;
     border-top: 1px solid #e2e2e2; */
    margin-top: 15px;
    margin-bottom: 30px;
}

    .macro-featured-products h3 {
        margin-bottom: 20px;
    }

    .macro-featured-products .col-sm-4 {
        margin-bottom: 30px;
    }

@media (max-width: 991px) {
    .macro-featured-products {
        border-top: none;
        margin-top: -46px;
    }

        .macro-featured-products .extra-narrow {
            padding: 0 15px;
        }
}

@media (max-width: 767px) {
    .macro-featured-products {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Frontpage Grid */

@media (min-width: 1250px) {
    #pageContents.homepage .umb-grid {
        max-width: 1280px;
        margin: 0 auto;
        /*margin-top: -90px;*/
        z-index: 100;
    }
}
/* Product page */

#product-details-slider.flexslider {
    /*overflow: hidden;*/
    width: 100%;
    border: 0;
    margin-bottom: 0;
    z-index: 0;
    box-shadow: none;
    background: #f3f1f0;
    border-radius: 0;
    flex: 0 0 100%;
}

.trustpilot-widget {
    width: 100%;
    padding: 15px;
    background: #EBEAE8;
    margin-bottom: 0;
    border-top: 1px solid #fff;
}

#product-details-slider.flexslider .slides img {
    /* margin-left: 5%; */
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
}

    #product-details-slider.flexslider .slides img.wide {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }

@media (max-width: 991px) {
    #product-details-slider.flexslider .slides img {
        height: auto;
        margin-left: 0;
        height: 70vh;
        object-fit: contain;
        margin: 0 auto;
        /*height: 220px;*/
        /*object-fit: cover;*/
        width: auto;
        height: initial;
    }

        #product-details-slider.flexslider .slides img.wide {
            /*object-fit: cover;*/
            max-width: initial;
            width: 100%;
        }

    .flexslider .slides > li {
        overflow: hidden;
    }
}

#product-details-slider.flexslider .flex-direction-nav {
    display: none;
}

#product-details-slider.flexslider .flex-control-nav {
    /*position: absolute;*/
    /*bottom: 10px;*/
}

    #product-details-slider.flexslider .flex-control-nav li a {
        width: 60px;
        height: 2px;
        margin: 0;
        margin-right: 15px;
        background: #fff;
        border: 0;
    }

    #product-details-slider.flexslider .flex-control-nav li:last-child a {
        margin-right: 0;
    }

    #product-details-slider.flexslider .flex-control-nav li a.flex-active {
    }

#product-details-slider.flexslider .flex-control-thumbs {
    /*position: absolute;
    top: 100%;*/
    bottom: initial;
    margin: 0 auto;
    padding-top: 15px;
}

@media (max-width: 991px) {
    #product-details-slider.flexslider.flexslider {
        margin: 0;
    }

    #product-details-slider.flexslider .flex-control-thumbs {
        /*display: none;*/
        position: static;
    }

        #product-details-slider.flexslider .flex-control-thumbs li {
            width: 50px;
        }
}

#product-details-slider.flexslider .flex-control-thumbs li {
    float: none;
    width: auto;
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.05);
    margin-right: 15px;
}

    #product-details-slider.flexslider .flex-control-thumbs li:last-child {
        margin-right: 0;
    }

#product-details-slider.flexslider .flex-control-thumbs img {
}

#product-details-slider-thumbnails.flexslider {
    margin: 0 auto;
    /*max-width: 1040px;*/
    max-width: 964px;
    /*padding: 0 80px;*/
    margin-bottom: 80px;
}

#product-details-slider-thumbnails .slides {
    /*margin-right: 0 !important;*/
    /*margin-left: 39px;*/
}

#product-details-slider-thumbnails.flexslider .custom-navigation {
    position: absolute;
    top: 50%;
    /*z-index: 100;*/
    margin-top: -22px;
    width: 112%;
    margin-left: -6%;
    /* z-index: 2; */
}

@media (max-width: 991px) {
    #pageContents {
        margin-top: 60px;
    }
  
     
    ul.nav.col2-menulink li a {
        font-size: 10px !important;
    }
    .flex-direction-nav a.flex-next:before, .flex-direction-nav a:before {
        content: "";
    }
    .flex-direction-nav a.flex-next, .flex-direction-nav a {
        display: none !important;
    }
    #product-details-slider-thumbnails.flexslider .custom-navigation {
        z-index: 0;
    }
    #product-details-slider-thumbnails.flexslider .custom-navigation .flex-nav-prev {
       
        z-index: 5;
    }
    #product-details-slider-thumbnails.flexslider .custom-navigation .flex-nav-next {

        z-index: 5;
    }
    .details-images {
        position: relative;
    }

    #product-details-slider-thumbnails.flexslider .custom-navigation {
        width: 100%;
        
        margin-left: 0;
    }

    #product-details-slider-thumbnails.flexslider {
        position: relative;
        top: 0;
        bottom: 0;
        margin: 1.5rem 0;
        width: 100%;
        background: transparent;
        border: 0;
    }
}

#product-details-slider-thumbnails.flexslider .custom-navigation .flex-nav-next {
    float: right;
}

#product-details-slider-thumbnails.flexslider .custom-navigation .flex-nav-prev {
    float: left;
}

#product-details-slider-thumbnails.flexslider .custom-navigation > span {
    width: 30px;
    margin: 0 15px;
}

#product-details-slider-thumbnails .slides > li:hover {
    cursor: pointer;
}

#product-details-slider-thumbnails .slides > li {
    transition: .3s -webkit-filter, filter ease-in-out;
    border: 1px solid #e2e2e2;
    padding: 10px;
}

    #product-details-slider-thumbnails .slides > li.flex-active-slide {
        opacity: .5;
    }

@supports (-webkit-filter: brightness(.5)) or (filter: brightness(.5)) {
    #product-details-slider-thumbnails .slides > li.flex-active-slide {
        opacity: 1;
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
    }
}

.main-image {
    object-fit: cover;
    width: 100%;
    height: 600px;
}

@media (max-width: 991px) {
    .details-container {
        padding: 0 15px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .details-container {
        /* position: absolute;
        right: 10%;
        width: 320px;
        top: 70px;
        background: rgba(255, 255, 255, 0.84);
        margin: 45px 33px 30px; */
    }
}

.product-title {
    font-weight: 300;
    font-size: 26px;
    color: #1e1e1e;
}

.variant-color {
    width: 13px;
    height: 13px;
    background: #cacaca;
    display: inline-block;
    margin-right: 2px;
    border-radius: 50%;
}

.image-macro-heading,
.newsletter-heading,
.macro-featured-products-heading {
    /*font-weight: 100;*/
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'Helvetica Neue LT W01_35 Thin';
    display: block;
}
/* Grid */

.umb-grid .narrow {
    max-width: 1280px;
    margin: 0 auto;
}

.umb-grid .extra-narrow {
    margin: 0 auto;
    max-width: 480px;
}

.umb-grid .no-gap .column {
    padding: 0;
    margin: 0;
}

    .umb-grid .no-gap .column:last-child {
        margin-bottom: 15px;
    }
/* Debugging */

.profiler-results {
    display: none;
}
/* Megamenu */

.megamenu-container {
    width: 100%;
    text-align: center;
    background-color: #f3f1f0;
    padding: 40px 0;
    /* box-shadow: none; */
    border: 0;
    /* border-top: 42px solid transparent; */
    margin-top: -1px;
    /* box-shadow: -4px 7px 5px -4px #333; */
}

    .megamenu-container > ul {
        margin: 0 auto;
        width: auto;
        display: inline-block;
        text-align: left;
    }

        .megamenu-container > ul > li {
            overflow: hidden;
            max-width: initial;
            min-width: initial;
            width: auto;
            display: inline-block;
            margin: 0;
        }

ul.megamenu a,
ul.megamenu a:hover {
    background-color: transparent;
    /*text-transform: uppercase;*/
}

ul.megamenu ul li {
    margin: 0;
}

ul.megamenu a,
ul.megamenu a:hover {
    color: #1e1e1e;
}

ul.megamenu ul li a {
    font-size: 14px;
    color: #1e1e1e;
}

.megamenu > li > div {
    padding-right: 30px;
    padding-right: 3vh;
    min-width: 150px;
}

    .megamenu > li > div:last-child {
        padding-right: 0;
    }

    .megamenu > li > div > a {
        font-family: 'Myriad W01 Bd';
        text-transform: uppercase;
        font-size: 13px;
    }

        .megamenu > li > div > a + ul {
            border-top: 1px solid #e2e2e2;
            padding-top: 20px;
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 14px;
        }

.megamenu-container > div.with-arrow {
    position: relative;
}

    .megamenu-container > div.with-arrow:after {
        border: 0;
    }

    .megamenu-container > div.with-arrow:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #f3f1f0;
        top: -50px;
        margin-left: -7px;
        display: none;
    }

.megamenu div li > a {
    margin-bottom: 15px;
}

li.nav-item .mega-arrow {
    width: 24px;
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: 150ms opacity ease-in-out;
    opacity: 0;
}

li.nav-item.cbx-mm-active .mega-arrow {
    visibility: visible;
    opacity: 1;
}
/*.megamenu.with-arrow:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    top: -10px;
}*/
/* Category list */

.category-page-header {
    position: relative;
    border: 0;
}

    .category-page-header h1 {
        font-weight: 100;
        /*font-size: 4.7em;*/
        margin: 20px 15px 10px;
        max-width: 1280px;
        margin: 20px auto 10px;
    }

    .category-page-header img + h1 {
        position: absolute;
        top: 50%;
        left: 9%;
        color: #fff;
        font-weight: 100;
        /*font-size: 4.7em;*/
        margin-top: -.7em;
    }

    .category-page-header .h1 {
        position: absolute;
        top: 50%;
        left: 9%;
        color: #fff;
        font-weight: 100;
        /*font-size: 4.7em;*/
        margin-top: -.7em;
    }

@media (max-width: 767px) {
    .category-page-header img + h1,
    .category-page-header h1 {
        font-size: 26px;
    }

    .category-page-header img {
        min-height: 140px;
        object-fit: cover;
    }
}

.category-featured-products {
    background: #f3f1f0;
    overflow: hidden;
    padding: 40px 0;
}

    .category-featured-products .h3 {
        font-size: 26px;
        font-weight: 300;
        max-width: 250px;
        display: block;
    }

@media (max-width: 767px) {
    .category-featured-products .h3 {
        font-size: 18px;
    }
}

.category-featured-product {
    float: left;
    width: 33.333%;
    padding: 0 15px;
}

    .category-featured-product .btn-add-to-cart {
        background: #fff;
        color: #1E1E1E;
        border: 0;
    }

    .category-featured-product:first-child {
        padding-left: 0;
        padding-right: 30px;
    }

    .category-featured-product:last-child {
        padding-right: 0;
        padding-left: 30px;
    }

    .category-featured-product > div {
        position: relative;
    }

.category-featured-product-info {
    position: absolute;
    bottom: 35px;
    bottom: 9%;
    left: 7%;
    color: #fff;
}

    .category-featured-product-info .btn {
        line-height: 20px;
    }

.category-featured-product .badge-new {
    position: absolute;
    right: 35px;
    top: 25px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #222;
    font-weight: bold;
    z-index: 10;
    font-size: 12px;
}

@media (max-width: 991px) {
    .category-featured-product .badge-new {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .category-featured-products {
        max-width: 600px;
        margin: 10px auto 0;
        background: transparent;
        padding: 0;
    }

    .category-featured-product {
        width: 100%;
        float: none;
    }

        .category-featured-product:first-child,
        .category-featured-product:last-child,
        .category-featured-product {
            padding: 10px 20px;
        }
}

.pagination {
    margin: 0;
}

.pagination-bottom {
    margin: 0 auto;
    max-width: 1280px;
}

.page-header.product-list-paged-header,
.page-header {
    border: 0;
    margin: 0;
    /*padding: 25px 0;*/
}

.product-list,
.product-list-paged-header {
    margin: 0 auto;
    max-width: 1280px;
}

    .product-list .product {
        text-align: center;
        line-height: initial;
    }

        .product-list .product .colors-wrapper {
            margin: 15px 0;
        }

            .product-list .product .colors-wrapper a:last-child {
                margin: 0;
            }

.main-image-link img.overlay-image {
    position: absolute;
    /* top: 0; */
    /* z-index: 1; */
    opacity: 0;
    transition: 1s all ease-in-out;
}

.main-image-link:hover img.overlay-image {
    opacity: 1;
}

#product-main-column {
    position: relative;
}
/* Product Box Macro */

.product-box-macro {
    text-align: center;
}

    .product-box-macro .product-image {
        margin-bottom: 15px;
        position: relative;
    }

    .product-box-macro img {
        margin: 0 auto;
    }

    .product-box-macro .product-name {
        margin-bottom: 7px;
        font-size: 30px;
    }

    .product-box-macro .procuct-details {
        /*color: #c3c3c3;*/
    }

.product-box-gradient {
    /*position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 0;*/
    padding: 45px 0px;
}

.product-image-layer2 {
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .product-box-macro .product-name {
        font-size: 18px;
    }

    .product-image-layer2 {
        padding: 14px 0;
    }
}
/* Image Box Macro */

.image-macro-information-wrapper {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0));*/
    background: linear-gradient(40deg, #20232b 10%, rgba(0, 0, 0, 0));
}

.image-macro-information {
    /*max-width: 250px;*/
    color: #fff;
    position: absolute;
    bottom: 12%;
    padding: 0 5%;
}

@media (min-width: 992px) {
    .image-macro-information {
        padding: 0 10%;
    }
}

.image-macro-information p {
    max-width: 310px;
    margin-bottom: 35px;
}

@media (max-width: 320px) {
    .image-macro-information p {
        max-width: 200px;
        margin-bottom: 22px;
    }

    .image-macro-information h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

.image-macro-information a {
    font-family: 'Myriad W01 Bd';
}

.image-macro-link,
a.image-macro-link:active,
a.image-macro-link:hover,
a.image-macro-link:focus {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}

@media (max-width: 991px) {
    .image-macro-link,
    a.image-macro-link:active,
    a.image-macro-link:hover,
    a.image-macro-link:focus {
        font-size: 12px;
    }
}
/* Button Macro */

.button-macro {
    text-align: center;
}

    .button-macro a,
    .button-macro a:hover,
    .button-macro a:active,
    .button-macro a:focus {
        /*background: #222;*/
        /*color: #fff;*/
        /*text-transform: uppercase;*/
        /*padding: 6px 36px;*/
    }

        .button-macro a.btn-default {
            text-transform: none;
        }

        .button-macro a i {
            font-size: 12px;
            padding-left: 7px;
        }
/* Product Large Macro */

@media (min-width: 992px) {
    .product-macro-large {
        margin-top: 30px;
    }

        .product-macro-large .my-table {
            display: table;
        }

        .product-macro-large .my-cell {
            display: table-cell;
            vertical-align: top;
            width: 50%;
        }
}

.product-macro-large .carousel-indicators {
    left: 0;
    margin: 0;
    width: 50%;
    bottom: 50px;
}

.product-macro-large-right {
    padding-top: 8%;
}

    .product-macro-large-right .btn {
        margin-right: 5%;
        margin-top: 7%;
    }

    .product-macro-large-right .product-name {
        font-size: 30px;
        /* font-weight: 300; */
    }

    .product-macro-large-right .product-details {
        display: inline-block;
        padding: 5% 1% 0% 10%;
    }

.product-macro-large .carousel-caption p {
    font-size: 16px;
}
/* Shame code */

.search-page-header input {
    height: 40px;
}

#join-us-dropdown option {
    text-transform: uppercase;
}

.textpage-content .subpage-macro-background h2 {
    color: inherit;
}

.homepage-mobile-text {
    padding: 0 15px;
    color: #6e6e6e;
    margin: 40px 0 35px;
}

    .homepage-mobile-text h3 {
        color: #1e1e1e;
    }

#changedestform select {
    text-transform: uppercase;
}

#page-wrap #pageContents::after {
    content: "";
    background: #1e1e1e;
    position: absolute;
    top: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu.open + #page-wrap #pageContents::after {
    visibility: visible;
    opacity: .85;
}

#pageContents::after {
    transition: .4s opacity, .4s visibility ease-in-out;
}

@media (max-width: 767px) {
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        height: 220px;
        object-fit: cover;
        width: 100%;
    }
}
/* Topnavigation icons */

.top-navigation li.pull-right {
    padding: 3px 0 5px;
}

ul.top-navigation > li > a {
    padding-left: 26px;
}

ul.top-navigation > li:last-child > a {
    padding-left: 0;
}

#checkout-link-container {
    margin: 0;
    padding-bottom: 10px;
}

    #checkout-link-container .badge {
        background: transparent;
        color: #1e1e1e;
    }

a.mobile-btn-navbar .badge-checkout-qty,
a.mobile-btn-navbar:hover .badge-checkout-qty,
a.mobile-btn-navbar:focus .badge-checkout-qty {
    top: 6px;
    background: transparent;
    padding: 0;
    color: #1e1e1e;
    right: initial;
    width: 100%;
    font-size: 10px;
}

.mobile-btn-navbar .badge-checkout-qty,
.badge-checkout-qty {
    position: absolute;
    top: 11px;
    left: 0;
    padding: 0;
    padding-left: 26px;
    padding-right: 0px;
    width: 100%;
    font-size: 10px;
}

#compact-cart-dropdown {
    z-index: 9999999;
}
/* -------------------- */
/* Search */

#search-dropdown-container .dropdown-menu {
    padding: 4px 0;
}
    /*#search-dropdown-container .dropdown-menu:before {
        right: 3px;
    }

    #search-dropdown-container .dropdown-menu:after {
        right: 4px;
    }*/

    #search-dropdown-container .dropdown-menu #search-query-field {
        border: 0;
        box-shadow: none;
    }

    #search-dropdown-container .dropdown-menu .form-search button {
        border: 0;
    }


.autocomplete-suggestion:first-child {
    border-top: 0;
    display: none;
}
.autocomplete-suggestions:first-child {
    display: none;
}

.autocomplete-suggestion {
    width: 100%;
    padding: 2rem;
    border-top: 0 !important;
    line-height: 1.2em;
    /* border-right: 1px solid; */
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

@media (min-width: 992px) {
    .page-header {
        margin: 0 auto;
        padding: 0;
        /*border-bottom: none;*/
    }
}

.carousel-indicators li.active {
    margin-right: 10px;
    width: 60px;
    height: 2px;
    background: #222;
}

.carousel-indicators li {
    width: 60px;
    height: 2px;
    margin: 0;
    margin-right: 15px;
    background: #fff;
    border: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
    .carousel-indicators li .carousel-slide-item-dot {
        padding: 25px 0;
        display: block;
    }
    .carousel-indicators li:last-child {
    margin-right: 0;
}

.vertical ol.carousel-indicators {
    bottom: 20px;
}

.vertical {
    position: relative;
}
/*.product-box-large-macro .carousel-indicators {

}*/
/* Open / Close hamburger */

#navbar-collapse-button img.open-hamburger {
}

.open-left #navbar-collapse-button img.open-hamburger {
    display: none;
}

#navbar-collapse-button img.close-hamburger {
    display: none;
}

.open-left #navbar-collapse-button img.close-hamburger {
    display: block;
}
/* Menu serach */

@media (max-width: 991px) {
    .mobile-menu .mobile-menu-search {
        height: 60px;
        line-height: normal;
        padding: 15px 15px;
        background: #fff;
        margin: 0;
        float: none;
        border: none;
    }

        .mobile-menu .mobile-menu-search input.search-query {
            background: white;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 6px;
            padding-left: 0;
            border: none;
            -webkit-appearance: none;
            height: 30px;
            font-size: 1em !important;
        }

        .mobile-menu .mobile-menu-search img {
            position: absolute;
            top: 50%;
            margin-top: -7.5px;
            right: 1em;
            height: 15px;
            /*color: #777777;*/
            /*font-size: 17px;*/
        }
}

.mobile-menu ul.nav li.nav-header a,
.mobile-menu ul.nav li.nav-item a {
    font-size: 16px;
    /*font-size: 1.2rem;*/
    padding: 18px 0px;
    margin: 0 20px;
}

.mobile-menu ul.nav li.nav-item a {
    font-family:"Avenir LT W01_65 Medium1475532";

}

@media (max-width: 991px) {
    .mobile-menu {
        overflow-y: auto;
        overflow-x: hidden;
    }

        .mobile-menu ul.col2-menulink li.nav-item a {
            color: #fff !important;
    font-family:"Avenir LT W01_35 Light1475496";

        }

        .mobile-menu .col2-menulink > li {
            width: 50%;
            background-color: #1e1e1e;
            float: left;
            border-right: 1px solid #4a4a4a;
        }

            .mobile-menu .col2-menulink > li:last-child {
                text-align: center;
                border-right: none;
            }

        .mobile-menu ul.col2-menulink li.nav-item a:hover,
        .mobile-menu ul.col2-menulink li.nav-item a:focus,
        .mobile-menu ul.col2-menulink li.nav-item a:active,
        .mobile-menu ul.col2-menulink li.nav-item a:visited {
            background: #1e1e1e;
        }

        .mobile-menu .navbar-content > .navbar-nav > li > .navbar-nav {
            display: none;
            position: relative;
            background: #fff;
            padding: 0 20px;
            min-width: initial;
              left: 50px !important;

        }

            .mobile-menu .navbar-content > .navbar-nav > li > .navbar-nav > li {
                padding: 0;
                border-bottom: 1px solid #fff;
                margin-bottom: 3rem;
            }

                .mobile-menu .navbar-content > .navbar-nav > li > .navbar-nav > li:last-child {
                    border: 0;
                }

        .mobile-menu ul.col2-menulink > li.nav-item > a {
            padding: 13px 0;
    font-family:"Avenir LT W01_35 Light1475496";

        }

        .mobile-menu ul.col2-menulink > li.nav-item:first-child > a > label {
            font-weight: normal;
        }

        .mobile-menu ul.col2-menulink > li.nav-item:first-child > a > span {
            padding-right: 10px;
        }

        .mobile-menu .navbar-content > .navbar-nav > li > .navbar-nav li .navbar-nav li {
            display: block;
        }

        .mobile-menu ul.nav li.nav-item a:hover,
        .mobile-menu ul.nav li.nav-item a:focus,
        .mobile-menu ul.nav li.nav-item a:active,
        .mobile-menu ul.nav li.nav-item a:visited {
            /*padding: 10px 15px;*/
            background: transparent;
            
        }

        .mobile-menu > nav {
            min-height: 100%;
        }

        .mobile-menu ul.nav li.nav-item.active a {
            background: transparent;
            color: #222;
        }

    .navbar-content > .navbar-nav > li > .navbar-nav li a:before {
        display: none;
    }

    .navbar-content > .navbar-nav > li > .navbar-nav li .navbar-nav {
        margin: 0 0 15px;
    }

    #page-wrap.open-left {
        box-shadow: none;
        border-left: 10px solid #f3f1f0;
    }

    .mobile-menu > nav > .nav > li > .nav > li > a.has-children > span {
        /*.mobile-menu > nav > .nav > li > .nav > li > a > span {*/
        display: inline-block;
    }

    .mobile-menu > nav > .nav > li > .nav > li > a.has-children {
        margin: 0;
        padding: 0;
    }

    .mobile-menu > nav > .nav > li > .nav > li > ul > li,
    .mobile-menu > nav > .nav > li > .nav > li {
        border: 0;
    }

        .mobile-menu > nav > .nav > li > .nav > li > ul > li > a {
            padding: 5px 0;
            margin: 0;
        }

    .expande-mobile-menu {
        padding: 12px 15px;
        margin-top: -12px;
        margin-right: -15px;
        transition: .3s transform ease-in-out;
    }

        .expande-mobile-menu.open {
            transform: rotate(45deg);
        }

        .expande-mobile-menu .fa-close {
            display: none;
        }
}

.product-details-info-title {
    /*font-size: 2.2em;*/
    border-top: 1px solid #E2E2E2;
    display: inline-block;
    width: 100%;
    /*padding: 15px 30px 15px 0;*/
    /*font-family: 'Helvetica Neue LT W01_35 Thin';*/
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 35px;
    margin-bottom: 0px;
    padding: 35px 30px 35px 0;
    margin-top: 0;
}

@media (max-width: 991px) {
    .product-details-info-title {
        margin-bottom: 25px;
        margin-bottom: 0px;
        padding: 25px 0 25px 0;
    }
}

.product-details-info-title:hover {
    cursor: pointer;
}
/* Animation for rotation */

.product-details-info-title img {
    transition: .3s transform ease-in-out;
    margin: 9px 0px;
}

    .product-details-info-title img.open {
        transform: rotate(45deg);
    }

@media (max-width: 991px) {
    .product-details-info-title .pull-right {
        width: 20px;
        /*line-height: 16px;
        font-size: 1.5em;*/
    }
}

.product-details-info-content {
    display: none;
    /*margin-bottom: 15px;*/
    color: #6e6e6e;
    /* max-width: 640px; */
}

.product-details-info-wrapper > div:first-child .product-details-info-content,
.product-details-info-wrapper > div:first-child .product-details-info-title .hide-on-start {
    display: block;
}

    .product-details-info-wrapper > div:first-child .product-details-info-title .hide-on-start + .pull-right {
        display: none;
    }

.product-details-info-content p:last-child {
    margin-bottom: 15px;
}

.product-details-info-wrapper {
    /* border-bottom: 1px solid #e2e2e2; */
    /* margin-bottom: 50px; */
}

.hide-on-start {
    display: none;
}

.product-details-info-title .hide-on-start {
    transform: rotate(45deg);
    transform-origin: 50% 59%;
}

.add-to-cart-form .input-group-btn {
    width: auto;
}

    .add-to-cart-form .input-group-btn .btn {
        margin: 0;
        font-family: inherit;
        z-index: 0;
    }

.product-list .list-addtocart-container form.add-to-cart-form .input-group-btn a.btn {
    margin: 0;
    font-family: inherit;
    line-height: 31px;
}

.details-short-description {
    margin: 0;
    padding: 0;
    font-size: 15px;
    border-bottom: none;
    font-family:"Avenir LT W01_35 Light1475496";
}

.details-container .product-item-number {
    font-size: 12px;
    color: #989898;
}

.details-container #details-price-container {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #E2E2E2;
    color: #1e1e1e;
}

    .details-container #details-price-container .procuct-details > .pull-right {
        font-size: 12px;
        font-family:"Avenir LT W01_35 Light1475496";
    }

.add-to-cart-form,
.add-to-cart-form .form-group {
    margin: 0;
}

.product-details .variant-color.active {
    border: 3px solid #fff;
    box-shadow: 0 0 0px 1px black;
    padding: 9px;
}

.product-details .variant-color {
    padding: 12px;
    margin: 0 6px;
}

.variant-colors {
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
    margin: 15px 0;
}

.color-text .text-dimmed {
    color: #a2a2a2;
}

.color-text {
    margin: 15px 0;
    font-size: 12px;
}

.product-details-full-view h4 {
    font-size: 30px;
    font-family: 'Myriad W01 Regular';
    margin: 20px 0;
    color: #1e1e1e;
}

.product-details-full-view .procuct-details-price {
    font-family:"Avenir LT W01_35 Light1475496";
    font-size: 15px;
}
/* Footer */

footer {
    /* padding-top: 40px; */
    background: #f7f6f4;
    text-align: left;
    font-size: 12px;
    color: #1e1e1e;
}

    footer .newsletter-section {
        /* border-top: 1px solid #E2E2E2;
        padding: 15px 0;
        margin: 35px auto 15px; */
        text-align: center;
        padding-bottom: 30px;
    }

@media (min-width: 992px) {
    footer .newsletter-section {
        font-size: 20px;
    }

    footer {
        font-size: 15px;
    }
}

footer .btn-wrapper {
    margin: 25px 0;
}

    footer .btn-wrapper .btn {
        text-transform: none;
    }

footer .bg-gray {
    background: #EBEAE8;
    overflow: hidden;
    padding: 70px 0 100px;
    font-size: .9em;
}

footer .row-Footer {
    background: #EBEAE8;
    overflow: hidden;
    padding: 5px 15px 20px;
}

@media (max-width: 991px) {
    footer .row-Footer {
        padding: 5px 5px 20px;
    }

        footer .row-Footer .column {
            width: 50%;
            float: left;
        }
}

.row-Banner {
    /* background: #EBEAE8; */
    /* padding: 15px 0; */
    /* border-bottom: 1px solid #fff; */
}

.row-footer-full .column {
    margin: 0 auto;
    float: none;
    width: 100%;
}

footer .bg-gray p {
    /*margin: 0;*/
}

footer .row-Footer a {
    color: #1e1e1e;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

footer .bg-gray ul {
    padding: 0;
}

footer .bg-gray li {
    list-style: none;
}

footer .footer-column {
    width: 20%;
    float: left;
    padding: 0 15px;
}

footer .footer-column-title {
    font-family: 'Myriad W01 Bd';
}

footer .row-Footer hr {
    border-bottom: 2px solid #000;
    margin: 22px 0;
    max-width: 35px;
}

footer .newsletter-section .btn {
    padding: 10px 45px 10px 45px;
    padding: 10px 4% 10px 4%;
    white-space: normal;
    font-size: 14px;
    text-transform: uppercase;
}

    footer .newsletter-section .btn i {
        padding-left: 7px;
        /*padding-left: 10%;*/
    }

footer .social-section {
    color: #ACB1B4;
    background: #EBEAE8;
    padding: 30px 15px;
    /*padding: 45px;*/
    overflow: hidden;
    text-align: center;
}

.social-icons {
    padding: 2rem 0;
    background: #ccc;
    display: flex;
    justify-content: center;
    background: #ccc;
}

footer .social-icon {
    float: left;
    margin-left: 31px;
}

    footer .social-icon img {
        height: 21px;
    }

    footer .social-icon:first-child {
        margin: 0;
    }

@media (min-width: 992px) {
    footer .newsletter-section .btn {
        font-size: 14px;
    }

    footer .social-section {
        text-align: initial;
        padding: 45px;
    }

    footer .social-icons {
      
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    }

    footer .row-Footer {
        padding: 25px 15px 100px;
    }

    footer .tag-line {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
    }

    footer .copyright-line {
        float: left;
        font-size: 13px;
        line-height: 1.8;
    }
}
/* Filters */

.filter-content {
    border-top: 1px solid #eeeeee;
}

nav.sidebar-navigation {
    border: 0;
    padding: 25px 15px;
    margin: 0;
    /* border-top: 1px solid #eeeeee; */
    /*border-bottom: 1px solid #eeeeee;*/
}

.filterby-label {
    line-height: 23px;
    display: inline-block;
    color: #a7a7a7;
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 12px;
}

.filter-group {
    margin: 0;
    display: inline-block;
}

#filter-products-form select {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .filterby-label,
    .filter-group {
        display: block;
        margin-bottom: 5px;
    }

    .filter-navigation {
        text-align: center;
    }

    #filter-products-form {
        padding-bottom: 10px;
    }

    .filter-content {
        border-top: none;
    }
}

select.db-dropdown {
    margin: 0;
    background: #fff;
    /*width: 107px;*/
    padding: 5px 40px 5px 15px !important;
    border: 1px solid #ebebeb !important;
    height: 34px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/img/EasyFlow_Icons/chevron_down.png") 94% / 15px no-repeat transparent !important;
    font-family: inherit !important;
    line-height: 24px;
    background-size: 1px;
    font-size: 12px !important;
}

@media (max-width: 991px) {
    select.db-dropdown {
        max-width: 230px;
        width: 100%;
        padding: 5px 40px 5px 25px !important;
    }
}

select.db-dropdown.compact {
    padding: 2px 40px 2px 10px !important;
    height: 22px !important;
    line-height: 1;
    border-radius: 0;
    font-size: 11px !important;
    border: 1px solid #ccc !important;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width:0\0) {
    select.db-dropdown {
        background: none;
        padding: 5px;
    }
}

.col2-menulink label {
    margin: 0;
}
/* Text page */
/*.textpage-content {
    margin: 0 auto;
    max-width: 1200px;
}*/
/*.textpage-content .column {
    padding: 0;
}

.textpage-content .column p, .textpage-content .column h2 {
    padding: 0 15px;
}*/
/*.textpage-content .grid-section > div {
    padding: 80px 0;
}*/

.textpage-content {
    font-size: 18px;
    color: #4c4c4c;
}

    .textpage-content h1,
    .textpage-content h2,
    .textpage-content h3,
    .textpage-content h4,
    .textpage-content h5,
    .textpage-content h6 {
        color: #1e1e1e;
    }

    .textpage-content .textpage-leftside {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .textpage-content .textpage-leftside .column,
        .textpage-content .textpage-rightside .column {
            width: 50%;
        }

    .textpage-content .textpage-rightside .column {
        float: right;
    }

    .textpage-content .textpage-leftside .container-fluid {
    }

    .textpage-content .text-white {
        color: #fff;
    }

.textpage-wrapper .textpage-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
    left: 10%;
    font-size: 52px;
}

@media (max-width: 767px) {
    .textpage-wrapper .textpage-title {
        font-size: 20px;
    }
}

.textpage-wrapper .page-header {
    position: relative;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.textpage-content .umb-grid .grid-section .row-1 {
    /*margin: 15px auto;*/
}

.textpage-content .umb-grid .grid-section .column {
    margin: 0;
}

.subpage-image {
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .textpage-content {
        font-size: 12px;
    }

        .textpage-content h2 {
            font-size: 16px;
            margin-top: 10px;
        }

        .textpage-content .umb-grid .grid-section .row-text {
            padding-top: 40px;
            padding-bottom: 40px;
        }
}

@media (min-width: 992px) {
    .textpage-content .umb-grid .grid-section .row-text {
        margin: 0 auto;
        max-width: 960px;
    }

        .textpage-content .umb-grid .grid-section .row-text .column {
            padding: 65px 0;
        }

    .subpage-wrapper {
        display: table;
        margin: 0 -15px;
    }

        .subpage-wrapper h2 {
            margin-bottom: 50px;
        }

    .subpage-col {
        /*float: left;*/
        width: 50%;
        display: table-cell;
        vertical-align: top;
    }

    .subpage-image img {
        object-fit: cover;
        height: 100%;
    }

    .subpage-text {
        padding: 65px;
        max-width: 1280px;
        margin: 0 auto;
    }

    .subpage-macro-background .subpage-image {
        padding: 0 65px;
    }

    .subpage-macro-background .subpage-text {
        padding: 65px 0;
    }
}
/* Subpage (background) */

.subpage-macro-background {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0;
}

    .subpage-macro-background .subpage-image {
        background-position: 50%;
        background-size: cover;
        margin: 0;
        margin: 0 -15px;
    }

        .subpage-macro-background .subpage-image p {
            max-width: 560px;
            width: 50%;
        }

@media (max-width: 991px) {
    .subpage-macro-background h2 {
        max-width: 50%;
    }

    .subpage-macro-background .subpage-text {
        padding: 40px 15px;
        color: #fff;
        margin: 0;
    }

    .subpage-mobile-text,
    .subpage-text {
        margin: 0 -15px;
        padding: 40px 15px;
    }
}
/* Subpage Right */

@media (min-width: 992px) {
    .subpage-macro-right .subpage-image {
        position: relative;
        right: -50%;
    }

    .subpage-macro-right .subpage-text {
        position: relative;
        left: -50%;
    }
}

.fa-chevron-right {
    font-size: 0.8em;
    padding-left: 7px;
}

@media (max-width: 991px) {
    .carousel-control {
        display: none;
    }
}
/* Signup Newsletter Landing Page */

.newsletter-signup {
    /*background: red;*/
    /*background-image: url("/media/102685/bg.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -31px;
}

    .newsletter-signup #mc_embed_signup {
        /*background: #fff;*/
        clear: left;
        /*font: 14px Helvetica,Arial,sans-serif;*/
        max-width: 1200px;
        margin: 0 auto;
        color: #fff;
        padding: 186px 0;
    }

        .newsletter-signup #mc_embed_signup h2 {
            font-size: 30px;
            /*font-family: 'Myriad W01 Regular';*/
            font-weight: normal;
        }

        .newsletter-signup #mc_embed_signup p {
            font-size: 18px;
            line-height: 1.5;
            margin-bottom: 55px;
            padding: 0;
        }

            .newsletter-signup #mc_embed_signup p span {
                font-size: 20px;
                margin-bottom: 12px;
                display: inline-block;
            }

        .newsletter-signup #mc_embed_signup form {
            max-width: 520px;
            padding: 0;
            line-height: 2;
            margin: 0 auto;
            background: rgba(88, 88, 88, 0.54);
            padding: 20px;
        }

            .newsletter-signup #mc_embed_signup form .mc-field-group input {
                padding: 10px;
                border: none;
                border-radius: 0;
                color: #333;
                text-indent: 5px;
            }

            .newsletter-signup #mc_embed_signup form #mc-embedded-subscribe {
                border: none;
                background: #333;
                text-transform: initial;
                border-radius: 0;
                margin: 10px auto;
            }

    .newsletter-signup .mc-input-container {
        max-width: 400px;
        margin: 0 auto;
    }

    .newsletter-signup .mc-field-group {
        width: inherit;
    }

    .newsletter-signup #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
        border: 0;
        box-shadow: 0 0 0px 1px red;
    }

    .newsletter-signup #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        background: none;
        padding: 0;
        font-size: 12px;
        color: #fff;
        display: none !important;
    }

    .newsletter-signup #mc_embed_signup .mc-field-group.col-sm-6 {
        width: 50%;
        float: left;
        clear: none;
    }

    .newsletter-signup #mc_embed_signup .mc-field-group.col-xs-12,
    .newsletter-signup #mc_embed_signup .mc-field-group.newletter-signup-checkbox {
        width: 100%;
    }

    .newsletter-signup #mc_embed_signup #mce-success-response,
    .newsletter-signup #mc_embed_signup #mce-error-response {
        color: #fff;
        margin: 20px auto;
        float: none;
        padding: 0;
        font-weight: normal;
        line-height: 1.5;
    }

    .newsletter-signup #mc_embed_signup #mce-error-response {
    }

    .newsletter-signup ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #333;
    }

    .newsletter-signup :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #333;
        opacity: 1;
    }

    .newsletter-signup ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #333;
        opacity: 1;
    }

    .newsletter-signup :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #333;
    }

    .newsletter-signup .newletter-signup-checkbox {
        margin: 12px 0 0;
    }

    .newsletter-signup input[type=checkbox]#agree-checkbox {
        display: none;
    }

        .newsletter-signup input[type=checkbox]#agree-checkbox + label {
            font-weight: normal;
        }
    /* to hide the checkbox itself */

    .newsletter-signup input[type=checkbox] + label:before {
        font-family: FontAwesome;
        display: inline-block;
    }

    .newsletter-signup input[type=checkbox] + label:before {
        content: "\f1db";
    }
    /* unchecked icon */

    .newsletter-signup input[type=checkbox] + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    .newsletter-signup input[type=checkbox]:checked + label:before {
        content: "\f192";
    }
    /* checked icon */

    .newsletter-signup input[type=checkbox]:checked + label:before {
        letter-spacing: 10px;
    }
/* allow space for check mark */

@media (max-width: 991px) {
    .newletter-signup-checkbox {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    /* Media Mobile */
    .newsletter-signup .mc-input-container {
        max-width: 230px;
        margin: 0 auto;
    }

    .newsletter-signup #mc_embed_signup p {
        font-size: 14px;
    }

        .newsletter-signup #mc_embed_signup p span {
            font-size: 18px;
        }

    .newsletter-signup #mc_embed_signup form .mc-field-group input {
        font-size: 14px !important;
    }

    .newsletter-signup #mc_embed_signup {
        padding: 30px 0px;
    }

    .newletter-signup-checkbox {
        font-size: 14px;
    }

    .newsletter-signup #mc_embed_signup .mc-field-group.col-sm-6 {
        width: 100%;
    }

    .newsletter-signup #mc_embed_signup .mc-field-group.newletter-signup-checkbox {
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
        text-align: left;
        line-height: 1.5;
        padding-left: 20px;
        text-indent: -11px;
    }

    .newsletter-signup #mc_embed_signup .mc-field-group.newletter-signup-checkbox {
        width: 100%;
        max-width: 230px;
        margin: 20px auto;
        text-align: left;
        line-height: 1.5;
        padding-left: 26px;
        text-indent: 0px;
        padding-bottom: 0;
    }

    .newsletter-signup input[type=checkbox] + label:before {
        letter-spacing: 10px;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: 0px;
        font-size: 18px;
    }

    .newsletter-signup #mc_embed_signup form #mc-embedded-subscribe {
        max-width: 230px;
        width: 100%;
    }
}
/* Video modal */

.video-modal .modal-dialog {
    max-width: 1380px;
    width: 60%;
    padding: 0 15px;
    margin-top: 10%;
}

@media (max-width: 1440px) {
    .video-modal .modal-dialog {
        /*margin: 15px auto;*/
        width: 60%;
        padding: 0 15px;
        margin-top: 10%;
    }
}

@media (max-width: 768px) {
    .video-modal .modal-dialog {
        /*margin: 15px auto;*/
        width: 100%;
        /*padding: 0 15px;*/
        margin-top: 10%;
        padding-right: 35px;
    }
}

.video-modal .modal-content {
    border: none;
}

.video-modal button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    z-index: 2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    text-shadow: none;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #414141;
}

.homepage {
    color: #666;
}

    .homepage h1,
    .homepage h2,
    .homepage h3 {
        color: #1e1e1e;
        font-size: 20px;
        margin: 0;
    }

    .homepage .accordian-image {
        margin: 10px 0;
        vertical-align: middle;
        align-items: center;
        float: right;
        transition: .3s transform ease-in-out;
    }

    .homepage .umb-grid .grid-section .column {
        margin-top: 0;
        margin-bottom: 0;
    }

.category-short-desc-wrapper {
    display: block;
    background: #f3f1f0;
    padding-top: 40px;
}

.category-short-desc {
    display: block;
    background: #fff;
    padding: 40px;
    margin: 0 auto;
}

.smooth {
    scroll-behavior: smooth;
}

.product-content-image {
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.in-stock {
    color: green;
}

.out-of-stock {
    color: red;
}

#details-addtocart-container .text-center {
    text-align: center;
}

#dbraVideo {
    padding-left: 0;
    padding-right: 0;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    z-index: 0;
}

.video {
    z-index: 0;
}

._pattern-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.3;
    bottom: 0;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
    z-index: 1;
}

.homepage .product-list .price-info {
    height: 40px;
}

.homepage .umb-grid .grid-section .column {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}

.homepage .grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .homepage .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 0;
        /* min-width: 320px;
    max-width: 480px;
    max-height: 360px; */
        width: 100%;
        background: #444;
        text-align: center;
        cursor: pointer;
    }

        .homepage .grid figure figcaption,
        .homepage .grid figure figcaption > div > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .homepage .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .homepage .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

        .homepage .grid figure h2,
        .homepage .grid figure p {
            margin: 0;
        }

        .homepage .grid figure p {
            display: none;
            letter-spacing: 1px;
            margin: 0;
            width: 80%;
            text-transform: none;
            font-weight: normal;
        }

.image-macro-readmore {
    text-align: left;
    padding: 0 35px;
    display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico:hover .image-macro-readmore {
    opacity: 1;
    /* -webkit-transform: scale(1.1);
    transform: scale(1.1); */
    padding-left: 35px;
}

.image-macro-holder {
    position: absolute;
    bottom: auto;
    transition: all 0.35s;
}
/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

    figure.effect-chico figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    figure.effect-chico figcaption:hover::before {
        border: 1px solid #fff;
    }

    figure.effect-chico figcaption::before,
    figure.effect-chico p {
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

figure.effect-chico p {
    margin: 0 auto;
    padding: 0 35px;
    text-align: left;
    display: none;
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.homepage .product-list {
    margin-top: 45px;
    margin-bottom: 45px;
}

/* .homepage .image-macro-heading {
      font-size: 30px;
      margin-bottom: 0;
      font-family: 'Helvetica Neue LT W01_35 Thin';
      display: block;
      text-align: left;
      padding: 20px 35px 0;
  } */

@media screen and (min-width: 1440px) {
    /* .homepage .product-list {
          margin-top: -135px;
      }
      .homepage .image-macro-heading {
          font-size: 45px;
          margin-bottom: 0;
          font-family: 'Helvetica Neue LT W01_35 Thin';
          display: block;
          text-align: left;
          padding: 35px;
      } */
    figure.effect-chico p {
        display: block;
    }

    .homepage .grid figure p {
        display: inherit;
    }

    .image-macro-readmore {
        text-align: left;
        padding: 40px 35px;
    }

    .image-macro-holder {
        position: absolute;
        bottom: 0;
        transition: all 0.35s;
    }

    figure.effect-chico:hover .image-macro-holder {
        bottom: 15%;
    }

    .accordian {
        display: block;
        padding: 0 15px;
    }

        .accordian .accordian-content {
            max-width: 980px;
            margin: 0px auto;
            text-align: center;
            padding-bottom: 30px;
        }

        .accordian .content-accordian {
            border-top: 1px solid #E2E2E2;
            display: inline-block;
            width: 100%;
            font-weight: 600;
            margin-bottom: 0px;
            padding: 35px 30px 35px 0;
            margin-top: 0;
        }

        .accordian.first .content-accordian {
            /* border-bottom: 1px solid #e2e2e2; */
            /* margin-bottom: 40px; */
            border-top: 0;
            margin-top: -10px;
        }

        .accordian .content-accordian:hover,
        .accordian .content-accordian:focus {
            text-decoration: none;
        }

        .accordian .accordian-image {
            margin: 3px 0;
            vertical-align: middle;
            align-items: center;
            float: right;
            transition: .3s transform ease-in-out;
            height: 17px;
            width: 17px;
        }

    .content-accordian .accordian-image.open {
        transform: rotate(45deg);
    }

    .content-accordian h1,
    .content-accordian h2,
    .content-accordian h3 {
        color: #1e1e1e;
        font-size: 24px;
        margin: 0;
        text-align: center;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        letter-spacing: 3px;
    }

    .content-accordian .accordian-image {
        margin: 0;
        width: auto;
        height: auto;
        vertical-align: middle;
        align-items: center;
        float: right;
        transition: .3s transform ease-in-out;
        margin-left: 20px;
    }
}

.column .accordian:first-child {
    /*border: 1px solid red;*/
}

#searchModal {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.fade.open {
    opacity: 1;
    display: block;
}

.homepage #page-header .navbar-search {
    clear: right;
    width: 100%;
}

.accordian-image {
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    align-items: center;
    float: right;
    transition: .3s transform ease-in-out;
    margin-left: 20px;
}

.modal-backdrop {
    opacity: 0.5;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.product-logos {
    list-style-type: none;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 964px;
    margin: 0 auto;
    padding: 0;
    /*border-top: 1px solid #E2E2E2;*/
}

    .product-logos .img-responsive {
        width: auto;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }

.product-logo {
    width: 25%;
}

#product-details-slider.flexslider .slides {
    zoom: 1;
    height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: 0 0 100%;
    background:#fff ;
}

.product-list .img-responsive {
    width: auto;
    margin: 0 auto;
    /*flex: 0 0 100%;*/
}


#product-details-slider .slides {
    display: inline-flex;
    float: none !important;
}

    #product-details-slider .slides li {
        /*position: absolute !important;*/
        /*display: none !important;*/
        float: none !important;
        flex: 0 0 100%;
        display: flex !important;
    }

        #product-details-slider .slides li.flex-active-slide {
            /*position: relative !important;
        display: block !important;*/
        }


#leroy_zoom_frame {
    width: 300px;
    height: 300px;
    background: #FFF;
    color: #333;
    position: absolute;
    overflow: hidden;
    line-height: 300px;
    border: 3px solid #72BF44;
    text-align: center;
    border-radius: 100%;
    -khtml-border-radius: 0;
}

a.zoomable .zoom-cursor {
    display: none;
    position: absolute;
}

a.zoomable {
    cursor: crosshair;
}

a.magnifiable .zoom-cursor:after {
    content: "Click to magnify";
    border: 1px solid #fff;
    font-size: 11px;
    background-color: #72BF44;
    line-height: 18px;
    color: #fff;
    display: block;
    width: 100px;
    text-align: center;
    margin-left: -106px;
    margin-top: -24px;
}

a.magnified .zoom-cursor:after {
    content: "";
    width: 80px;
    height: 80px;
    background-color: #FFF;
    margin-left: -40px;
    margin-top: -40px;
    border: 2px dotted #72BF44;
    opacity: .6;
    border-radius: 100%;
    -khtml-border-radius: 0;
}


.category-featured-products .img-responsive {
    width: auto;
}

.img-block {
    display: block;
    width: 100%;
}

.social_links {
    /*padding-top: 5px;*/
    transition: opacity 0.2s ease-in-out;
    float: right;
}

    .social_links a {
        overflow: hidden;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 40px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        transition: background-color 0.2s ease-in-out;
    }

        .social_links a i {
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 25px;
            line-height: 25px;
            font-size: 20px;
            color: rgba(0,0,0,.35);
            transition: top 0.2s ease-in-out,color 0.2s ease-in-out;
        }

        .social_links a i {
            font-size: 18px;
        }

            .social_links a i:last-child {
                color: #c9a485 !important;
            }

        .social_links a:hover i:last-child {
            top: 0;
        }

        .social_links a:hover i {
            top: -100%;
        }

        .social_links a i:last-child {
            top: 100%;
        }


.campaign-template .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.campaign-template .btn {
    background: #1e1e1e;
    color: #ffffff;
}

    .campaign-template .btn::after {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 10px;
        padding-left: 1rem;
        width: 10px;
        height: 10px;
        color: #fff;
    }

.campaign-template .img-responsive {
    width: auto;
}

.campaign-template .textpage-content .umb-grid .grid-section .column {
    position: relative;
}

.campaign-template .contentlink-item-link {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    height: 300px;
    justify-content: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,acb1b4+55,acb1b4+55,acb1b4+100 */
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(left, #eaeaea 0%, #acb1b4 55%, #acb1b4 55%, #acb1b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eaeaea 0%,#acb1b4 55%,#acb1b4 55%,#acb1b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eaeaea 0%,#acb1b4 55%,#acb1b4 55%,#acb1b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#acb1b4',GradientType=1 ); /* IE6-9 */
}

    .campaign-template .contentlink-item-link:hover {
        transform: skewY(179deg);
        opacity: 0.95;
    }

.campaign-template .contentlink-heading {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}

.campaign-template .contentlink-information-wrapper {
    position: absolute;
    left: 4rem;
    bottom: 3rem;
}

.campaign-template .row-one-third .col-sm-4 {
    padding: 20px;
}


@media only screen and (min-width: 993px) {

    .campaign-template .row-one-third {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }



        .campaign-template .row-one-third .col-sm-4 {
            padding: 25px 30px;
        }

    .campaign-template .row-text-image img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 992px) {
    .campaign-template .contentlink-information-wrapper {
        position: absolute;
        left: 3rem;
        bottom: 3rem;
    }

    .campaign-template .row-text {
        padding-left: 20px;
        padding-right: 20px;
    }

        .campaign-template .row-text h1 {
            font-size: 40px;
        }
}

/* New homepage frontpage css*/


.insta-widget {
    display:flex;
    justify-content: center;    
    align-content: center;
    flex-direction:column;
    background: #000;
    width: 100%;
}

    .insta-widget > div {
        display: flex;
        justify-content: center;
    }

.homepage .insta-widget .follow-text {
    font-size: 30px;
    color: #fff;
    margin-top: 5rem;
}

.homepage .insta-widget h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5rem;
}

.homepage .row-2b, .homepage .row-2a {
    height: 480px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.image-with-text {
    display: block;
}

    .homepage .row-2a .col-sm-4 .image-with-text {
        margin-right: 1rem !important;
        overflow: hidden;
    }
    .homepage .row-2a .col-sm-8 .image-with-text {
        margin-left: 1rem !important;
        overflow: hidden;
    }

    .homepage .row-2b .col-sm-8 .image-with-text  {
        margin-right: 1rem !important;
        overflow: hidden;
    }

    .homepage .row-2b .col-sm-4 .image-with-text  {
        margin-left: 1rem !important;
        overflow: hidden;
    }



    .homepage .image-with-text {
        position: relative;
    }

    .homepage .image-with-text__shadow {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.69+0,0+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.69)), color-stop(100%,rgba(0,0,0,0))); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.69) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, rgba(0,0,0,0.69) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.69) 0%,rgba(0,0,0,0) 100%); /* IE10 preview */
        background: linear-gradient(to bottom, rgba(0,0,0,0.69) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 50%;
    }

    .homepage .image-with-text__text {
        font-size: 16px;
    }


    .homepage .image-with-text__container {
        font-size: 32px;
        position: absolute;
        z-index: 5;
        margin: 4rem;
        color: #fff;
    }

    .homepage .row-2b img:hover, .homepage .row-2a img:hover {
        transform: scale(3);
        transition: all 8s;
        cursor: pointer;
    }

    .homepage .row-2b img, .homepage .row-2a img {
        transform: scale(1);
        transition: all 5s;
        max-width: none;
    }

    .homepage h1 {
        font-size: 40px !important;
        margin: 120px 0 70px 0;
        font-weight: bold;
    }

    @media (max-width: 991px) {
        .homepage h1 {
            font-size: 30px !important;
            margin: 20px 0 25px 0px;
            font-weight: normal;
        }
    }

    .homepage h2 {
        font-size: 40px !important;
        margin: 80px 0 0 0;
        font-weight: bold;
    }

    .homepage .col-md-3:first-of-type, .homepage .col-sm-4:first-of-type {
        padding-left: 0 !important;
    }

    .homepage .col-md-3:last-of-type, .homepage .col-sm-4:last-of-type {
        padding-right: 0 !important;
    }

    /* .homepage .col-md-3:first-of-type .main-image-link {
    padding-left: 0 !important;
}

.homepage .col-md-3:last-of-type .main-image-link {
    padding-right: 0 !important;
} */

    .product-list .product {
        text-align: center;
        line-height: initial;
        padding: 1rem;
    }

    .main-image-link {
        position: relative;
        display: block;
        margin: .2em 0;
        border: 2px solid #ccc;
        padding: 15px;
        height: 420px;
    }

    .product-info {
        margin: 5rem 0 0 0;
    }

    .product-list .product a {
        text-decoration: none;
    }

    .main-image-link:hover {
        box-shadow: 2px 2px 8px #ccc;
        border: 2px solid #555;
    }

    .product-preview-image-container {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        height: 260px;
    }

    .product-info-wrapper {
   
        position: relative;
        max-width: 1280px;
        left: auto;
        right: auto;
        margin: 0 auto;
    }

    .product-info-container {
        display: flex;
        justify-content: center;
    }

        .product-info-container .product-title {
            font-size: 40px;
            margin: 0;
        }

        .product-info-container .details-images {
            flex: 0 0 65%;
            align-self: flex-start;
			max-width: 65%;
        }

        .product-info-container .details-container {
            flex: 0 0 25%;
            width: auto;
            top: auto;
			max-width: 25%;
            position: relative;
            right: auto;
            align-self: flex-start;
            margin-left: 10%;
        }

    .product-info-tabs {
        display: flex;
        list-style-type: none;
        padding: 0;
        width: 100%;
        margin: 0;
    }

    #tab-container-1 .tab {
        padding: 25px 0;
    }


    .product-info-tabs li {
        flex: 1 1 auto;
        padding: 1rem 0;
        font-size: 20px;
        text-align: center;
        border-bottom: 2px solid #d0d0d0;
    }

        .product-info-tabs li:hover {
            border-bottom: 2px solid #000;
            color: #1e1e1e;
        }

        .product-info-tabs li a, .product-info-tabs li a:hover {
            color: #d0d0d0;
            text-decoration: none;
        }

        .product-info-tabs li.activeli {
            border-bottom: 2px solid #000;
        }

            .product-info-tabs li.activeli a, .product-info-tabs li.activeli a:hover {
                color: #1e1e1e;
            }

    .search-dropdown-toggle {
        position: absolute;
        display: none;
        opacity: 0;
        transition: all 2s;
        margin-top: -100px;
        background: #000;
        width: 100%;
    }

    .search-dropdown-wrapper {
        max-width: 1280px;
        margin: 0 auto;
    }

    .search-dropdown {
       
        color: #fff;
    }

    .search-dropdown .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0;
        background: #000;
        color: #fff;
        text-align: center;
        border: 0;
    }

    .search-dropdown .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn::placeholder {
            color: #fff !important;
    }

    .search-dropdown-toggle.show {
        display: block;
        opacity: 1;
        transition: all 2s;
        margin-top: 0;
        z-index: 5;
    }

    .footer-info {
        list-style-type: none;
        display: flex;
        /* width: 100%; */
        flex: 0 0 100%;        
    padding: 6rem 10rem;
    /* padding: 0; */
    position: relative;

    }

    .footer-info li {
        flex: 1 0 20%;
        text-align: center;
        justify-content: center;
        
    }
    .footer-info li a {
        font-size: 25px;
        font-weight: 300;	
        text-align: center;
        color: #1e1e1e;
    }

    .footer-info ul {
        margin: 0;
        padding: 0;
        /* display: none; */
        list-style-type: none;
        background: #ccc;
        position: absolute;
        left: 0;
        display: flex;
        width: 100%;
        margin: 2rem auto;
        flex-wrap: wrap;
        padding: 0 15rem;
		z-index: 1;
    }



    .footer-info ul li {
        list-style-type: none;  
        flex: 0 0 50%;
        margin: 1.5rem 0;
    }

    
    


    .footer-info ul li a {
        font-size: 22px;
    }

    .footer-adress {
        text-align: right;
    }

    .footer-hero {
        position: relative;
        display: block;
    }
    .footer-hero img {
        width: 100%;
    }
    .footer-hero__text h3 {
        font-size: 55px;
        font-family: "Lineto Brown Light", sans-serif;
        margin-bottom: 2rem;
    }

    .footer-hero__text h3 strong {
        font-weight: bold;
    }
    .footer-hero__text {
        font-size: 26px;
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 100%;
        color: #1E1E1E;
        font-family: "Lineto Brown Light", sans-serif;
    }

    .footer-hero__text__inner-container {
        text-align: center;
        position: absolute;
        right: 20%;
        font-family: "Lineto Brown Light";
    }

    .footer-hero__text .read-more::after {
        content: ">";
        margin-left: 1rem;

    }

    footer .umb-grid .grid-section .column {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* MAILCHIMP Styles */
    
    #mc_embed_signup {
        background: #f7f6f4;
        clear: left;max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 24px !important;
    }

    #mc_embed_signup h4 {
        margin: 4rem 0 3rem;
    }

        #mc_embed_signup form {
            max-width: 580px;
            padding: 0;
        }
        #mc_embed_signup input {
            border-radius: 0;
            background: #f7f6f4;
            border: 1px solid #cccccc;
            padding: 2rem 1rem;
            width: 100%;
            margin: 1rem 0;
        font-size: 20px !important; 

        }
          #mc_embed_signup input::placeholder, #mc_embed_signup input::-webkit-input-placeholder {
           color: #1e1e1e;
        }

        #mc_embed_signup .mc-field-group {
            width: 90%;
            margin: 0 5%;
        }


        #mc_embed_signup h4 {
            font-size: 32px;
}

#mc_embed_signup .mc-field-group input {
    padding: 2rem 1rem;
}
#mc_embed_signup .button {
   background: #1e1e1e;
    color: #fff;
    border-radius: 0;
    width: 150px;
    display: flex;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin: 3rem auto 5rem;
        height: auto;
        font-size: 20px !important; 

}

.footer-info > li a.ui-state-active {
    font-weight: bold;
}



@media (max-width: 992px) {

    .slides img {
        max-height: 340px !important;
    }
    #mc_embed_signup input {
        font-size: 12px !important;
    }
    #mc_embed_signup h4 {
        font-size: 30px;
        text-align: center;
    }
        #mc_embed_signup .button {
           background: #1e1e1e;
            color: #fff;
            border-radius: 0;
            width: 90%;
            display: flex;
            padding: 2rem 0;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            margin: 1rem auto 3rem;
                height: auto;
        font-size: 13px !important; 

        
        }
    .product-info-wrapper {
        padding: 15px;
    }

    .product-info-container .details-container {
        flex: 0 0 35%;
		max-width: 35%;
        width: auto;
        top: auto;
        position: relative;
        right: auto;
        align-self: flex-start;
        padding-left: 0;
    }

    #product-details-slider.flexslider .slides {
        zoom: 1;
        height: 340px;
        display: flex;
        align-items: center;
        overflow: hidden;
        flex: 0 0 100%;
        background: #fff;
    }

    .flexslider .slides img {
        width: auto;
    }

    .navbar.navbar-fixed-compact {
        margin: 0 auto;
        left: auto;
        right: auto;
        position: fixed;
        z-index: 10;
        width: 100% !important;
        top: 0;
    }

    .homepage .umb-grid .grid-section .column {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .homepage .col-md-3:first-of-type, .homepage .col-sm-4:first-of-type {
        padding-left: 15px !important;
    }

    .homepage .col-md-3:last-of-type, .homepage .col-sm-4:last-of-type {
        padding-right: 15px !important;
    }

    .clearfix .visible-sm {
        display: none;
    }

    .footer-hero__text {
        color: #fff;
        font-size: 25px;
        align-items: flex-end;
        width: 100%;
        right: auto;
        bottom: 30px;
        justify-content: center;
    }
    .footer-hero__text .read-more {
    }
    .footer-hero__text h3 {
        font-family: "Lineto Brown Light";
        color: #fff;
        font-size: 35px;
        margin-bottom: 0;
    }
    .footer-hero__text h3 strong {
        font-weight: bold;
    }
    .homepage .row-2a .col-sm-4 .image-with-text, .homepage .row-2a .col-sm-8 .image-with-text, .homepage .row-2b .col-sm-8 .image-with-text, .homepage .row-2b .col-sm-4 .image-with-text {
        margin: 0 0 2rem !important;
        height: 160px;
    }

    .homepage .row-2b, .homepage .row-2a {
        height: auto;
        margin: 0;
    }

    .homepage .image-with-text__container {
        font-size: 22px;
        position: absolute;
        z-index: 5;
        margin: 2rem;
        color: #fff;
    }

    .product-info-container {
        display: flex;
        position: relative;
        max-width: 1280px;
        justify-content: center;
        left: auto;
        right: auto;
        margin: 0 auto;
        flex-wrap: wrap;
    }
        .product-info-container .details-images, .product-info-container .details-container {
            flex: 0 0 100%;
            margin: 0;
        }

        .footer-info {
            list-style-type: none;
            display: flex;
            width: 100%;
            flex: 0 0 100%;        
        margin: 0;
        padding: 0;
        position: relative;
        flex-wrap: wrap;
    
        }
    
        .footer-info li {
            flex: 1 0 100%;
            text-align: left;
            justify-content: left;
            font-size: 15px;
            border-bottom: 1px solid #1E1E1E;
        }
        .footer-info li a {
            font-size: 15px;
            color: #1E1E1E;
            padding: 1.5rem;
            display: block;
            font-weight: bold;
            text-align: left;
        }
        .footer-info > li.acc a::after {
            content: "+";
            float: right;
            display: inline-block;
            transition: all 500ms;
        }
  
        .footer-info > li a.ui-state-active::after {
            transform: rotate(40deg);
            -webkit-transform: rotate(40deg);
            -moz-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transition: all 500ms;

        }
        .footer-info > li:last-child {
            border: 0;
            justify-content: center;
            margin: 2rem 0;

        }
        .footer-info li:last-child img {
            margin: 0 auto;

        }

           
        .footer-info li a:hover {
            text-decoration: none;
        }
        .footer-info li ul {
            margin: 1rem 0;
        }

        .footer-info li ul li {
        border-bottom: 0;   
        }
        .footer-info li ul li a {
                    font-size: 12px;
                    padding: 0.5rem 2rem;
        }
        .footer-info li.acc ul li a::after {
            content: "";


        }
        
        .footer-copyright-line.pull-left {
            color: #1E1E1E;
            
            text-align: center;
            width: 100%;
            margin-bottom: 1rem;
                }
        .footer-adress {
            text-align: center;
            color: #1E1E1E;
        }

        .footer-hero__text__inner-container {
            right: auto;
            justify-content: center;
        }
}


a.blog {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin-top: 3px;
	margin-left: 10px;
	color: #1a1a1a;
	font-weight: bold;
} 

	@media (max-width: 991px) {
		 .footer-info ul {
			padding: 0;			        
			margin: 2rem auto;
			position: relative;
		 }
.footer-info ul li {
		list-style-type: none;
		flex: 0 0 100%;
		margin: 1.3rem 0;
	}
		}