@charset "UTF-8";

*:focus {
    outline: none;
}

.product-page section.globaldirections header {
    margin-bottom: 40px;
}

    .product-page section.globaldirections header h2, .product-page section.globaldirections header p {
        color: #fff;
    }

    .product-page section.globaldirections header h2 {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 1.4em;
    }

    .product-page section.globaldirections header p {
        font-weight: 400;
    }

@media only screen and (min-width: 992px) {
    .product-page section.globaldirections header h2 {
        font-size: 30px;
    }

    .product-page section.globaldirections header p {
        font-size: 23px;
    }
}

.product-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-page .breadcrumb-nav .breadcrumb {
    background: transparent;
    margin: 0;
}

    .product-page .breadcrumb-nav .breadcrumb li, .product-page .breadcrumb-nav .breadcrumb a {
        font: 400 15px/20px 'Lato', sans-serif;
        color: #000;
    }

    .product-page .breadcrumb-nav .breadcrumb a {
        border-bottom: 1px solid transparent;
    }

        .product-page .breadcrumb-nav .breadcrumb a:hover {
            border-bottom-color: #000;
        }

    .product-page .breadcrumb-nav .breadcrumb > li + li:before {
        content: '» ';
        color: #000;
    }

.product-page .tooltip,
.product-details-page .tooltip {
    opacity: 1;
}

    .product-page .tooltip .tooltip-inner,
    .product-details-page .tooltip .tooltip-inner {
        background: #2a3e5c;
        border-radius: 0;
        padding: 8px 12px;
        color: #fff;
        width: 140px;
        font-size: 16px;
        line-height: 1;
    }

    .product-page .tooltip .tooltip-arrow,
    .product-details-page .tooltip .tooltip-arrow {
        border-bottom-color: #2a3e5c;
    }

.product-page .col-centered {
    float: none;
    margin: 0 auto;
}

.product-page section header {
    margin-bottom: 20px;
}

    .product-page section header h2 {
        font-weight: 800;
        color: #2a3e5c;
        text-transform: uppercase;
        font-size: 20px;
    }

@media only screen and (min-width: 992px) {
    .product-page section header h2 {
        font-size: 30px;
    }
}

.product-page section header p {
    font-size: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.product-page .panel.panel-custom {
    box-shadow: none;
    border: 0 none;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
}

    .product-page .panel.panel-custom .panel-custom {
        margin-top: 0;
    }

    .product-page .panel.panel-custom a[aria-expanded="true"]:after {
        transform: rotate(0deg);
    }

.product-page .panel-heading {
    padding: 10px 0 0;
}

.product-page .panel-title {
    color: #2a3e5c;
    text-transform: uppercase;
    font: 900 18px/36px 'Lato', sans-serif;
    position: relative;
    cursor: pointer;
}

    .product-page .panel-title a {
        display: block;
        position: relative;
        color: inherit;
    }

        .product-page .panel-title a:before, .product-page .panel-title a:after {
            display: block;
            content: '';
            position: absolute;
            background: #2c2e33;
            height: 2px;
            width: 10px;
            right: 0;
            top: calc(47%);
            bottom: calc(47%);
            transition: transform .25s ease-in;
            pointer-events: none;
        }

        .product-page .panel-title a:after {
            transform: rotate(90deg);
        }

.product-page .panel-group .panel-heading + .panel-collapse > .list-group, .product-page .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0 none;
    padding: 0;
    padding-top: 10px;
}

.product-page .product-information .panel-heading {
    padding: 16px 0;
    border-bottom: 1px solid #cccccc;
}

.product-page .product-information .panel-title {
    font: bold 14px/20px 'Lato', sans-serif;
    color: #000;
}

@media (min-width: 1440px) {
    .product-list-page .container {
        width: 1308px;
    }
}

.product-list-page .row.equal-height-cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product-list-page .row.equal-height-cols:before, .product-list-page .row.equal-height-cols:after {
        content: none;
    }

    .product-list-page .row.equal-height-cols .col-xs-6 {
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }

@media (max-width: 380px) {
    .product-list-page .row.equal-height-cols .col-xs-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .product-list-page .row.equal-height-cols .col-md-3 {
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 100%;
    }

    .product-list-page .row.equal-height-cols .col-md-4 {
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        width: 100%;
    }
}

.product-list-page .product-listing {
    padding-bottom: 72px;
}

.sorter {
    display: flex;
    justify-content: space-evenly;
}

    .sorter::after {
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block !important;
        padding: 3px;
        transform: rotate(45deg);
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 25px;
        top: 0;
    }

    .sorter a {
        color: #2a3e5c;
        text-transform: uppercase;
        font: 400 18px/18px 'Lato', sans-serif;
    }

    .sorter select {
        display: block;
        border: none;
        margin-left: auto;
        padding: 0;
        padding-right: 25px;
        width: 210px;
        height: 100%;
        text-align: right;
        font-size: 18px;
        line-height: 1;
        text-transform: uppercase;
        cursor: pointer;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

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

@media (max-width: 992px) {
    .sorter select {
        margin-left: 0;
    }
}

.product-listing_filters__clear {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

    .product-listing_filters__clear h4 {
        color: #2a3e5c;
        text-transform: uppercase;
        font: 400 18px/18px 'Lato', sans-serif;
        margin: 0;
    }

    .product-listing_filters__clear div {
        border-bottom: 1px solid;
        font: 300 16px/18px 'Lato', sans-serif;
        color: #000;
        cursor: pointer;
        transition: all ease .5s;
    }

        .product-listing_filters__clear div:hover {
            border-bottom-color: transparent;
        }

.product-listing_filters__active {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: wrap;
}

    .product-listing_filters__active .alert {
        display: inline-block;
        border: 1px solid #000;
        color: #000;
        background: #ededed;
        font: 400 14px/22px 'Lato', sans-serif;
        padding: 3px 26px 3px 4px;
        border-radius: 0;
        position: relative;
        margin-right: 8px;
        margin-bottom: 8px;
    }

        .product-listing_filters__active .alert:first-child {
            margin-left: 0;
        }

        .product-listing_filters__active .alert span {
            display: inline-block;
        }

        .product-listing_filters__active .alert .close {
            position: absolute;
            top: 2px;
            right: 6px;
        }

@media (min-width: 992px) and (max-width: 1200px) {
    .product-listing_filters__active .alert {
        font-size: 12px;
    }
}

.product-listing_filters-wrapper {
    background: #fff;
}

    .product-listing_filters-wrapper .close-filters {
        display: none;
        opacity: 0;
        font-size: 32px;
        border: 0;
        background: transparent;
        padding: 0;
    }

@media (max-width: 992px) {
    .product-listing_filters-wrapper {
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: -100%;
        right: auto;
        max-width: 400px;
        width: 100%;
        transition: all ease .5s;
        opacity: 0;
        z-index: 1000;
        padding: 56px 24px 20px;
        overflow-x: scroll;
    }

        .product-listing_filters-wrapper.active {
            opacity: 1;
            left: 0;
        }

        .product-listing_filters-wrapper .close-filters {
            display: block;
            opacity: 1;
            position: absolute;
            top: 0;
            right: 24px;
        }
}

.product-listing_filters-wrapper [type="checkbox"] {
    display: none;
}

    .product-listing_filters-wrapper [type="checkbox"] + label {
        display: block;
        padding-left: 22px;
        position: relative;
        line-height: 24px;
        font-size: 17px;
        color: #000;
        font-weight: 400;
        cursor: pointer;
    }

        .product-listing_filters-wrapper [type="checkbox"] + label:before {
            content: '';
            width: 13px;
            height: 13px;
            border: 1px solid #000;
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -6px;
        }

        .product-listing_filters-wrapper [type="checkbox"] + label:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -4px;
            transform: rotate(45deg);
            height: 8px;
            width: 4px;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            transition: all ease .5s;
            opacity: 0;
        }

    .product-listing_filters-wrapper [type="checkbox"]:checked + label:after {
        opacity: 1;
    }

.product-listing_filters-wrapper .filter-colors ul {
    padding: 0;
    margin: 0;
    list-style: none inside;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.product-listing_filters-wrapper .filter-colors li {
    min-width: 41px;
    padding: 2px;
    border-radius: 50%;
    transition: all ease .5s;
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 4px;
}

    .product-listing_filters-wrapper .filter-colors li:hover {
        background-color: #f49531;
    }

    .product-listing_filters-wrapper .filter-colors li img {
        border-radius: 50%;
    }

.product-listing_filters-wrapper .filter-view ul {
    padding: 0;
    margin: 0;
    list-style: none inside;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-listing_filters-wrapper .filter-view li {
    margin-left: 18px;
}

    .product-listing_filters-wrapper .filter-view li:first-child {
        margin-left: 0;
    }

.product-listing_filters-wrapper .filter-search .search-wrapper {
    position: relative;
}

    .product-listing_filters-wrapper .filter-search .search-wrapper:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url("icon-search.png") 0 0/contain no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -12px;
        pointer-events: none;
        z-index: 1;
    }

.product-listing_filters-wrapper .filter-search input, .product-listing_filters-wrapper .filter-search button {
    display: block;
    width: 100%;
}

.product-listing_filters-wrapper .filter-search input {
    font: 400 16px/24px 'Lato', sans-serif;
    padding: 13px 36px 13px 10px;
    color: #cccccc;
    border: 1px solid #cccccc;
}

    .product-listing_filters-wrapper .filter-search input::-webkit-input-placeholder {
        /* Edge */
        color: #cccccc;
    }

    .product-listing_filters-wrapper .filter-search input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #cccccc;
    }

    .product-listing_filters-wrapper .filter-search input::placeholder {
        color: #cccccc;
    }

.product-listing_filters-wrapper .filter-search button {
    font: 900 20px/24px 'Lato', sans-serif;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 16px;
}

.product-listing_filters-wrapper .filter-more .panel-title {
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}

    .product-listing_filters-wrapper .filter-more .panel-title a {
        display: inline-block;
        padding-right: 20px;
    }

        .product-listing_filters-wrapper .filter-more .panel-title a:before, .product-listing_filters-wrapper .filter-more .panel-title a:after {
            height: 2px;
            width: 9px;
        }

.product-listing_products-wrapper {
    padding: 10px 0 0;
}

.col-xs-6 .product-listing_product {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-listing_product a {
    color: #000;
}

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

.product-listing_product .product-listing_product-options {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-listing_product .product-listing_product-options .color-arrow {
        cursor: pointer;
        width: 18px;
    }

    .product-listing_product .product-listing_product-options.visible-xs {
        margin-top: 10px;
    }

        .product-listing_product .product-listing_product-options.visible-xs a {
            text-transform: uppercase;
            font-size: 14px;
        }

    .product-listing_product .product-listing_product-options ul {
        list-style: none inside;
        display: flex;
        justify-content: center;
        position: relative;
        padding: 0 36px;
        margin-bottom: 0px;
    }

.owl-carousel .owl-stage {
    display: flex;
    margin: 0 auto;
}

.product-listing_product-options .owl-carousel .owl-item {
    padding: 2px;
}

    .product-listing_product-options .owl-carousel .owl-item img {
        border-radius: 50%;
    }

.product-listing_product-options .owl-carousel > div {
    /*padding: 0 36px;*/
    display: flex;
}

.product-listing_product .product-listing_product-options ul:before, .product-listing_product .product-listing_product-options ul:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 18px;
    height: 30px;
    cursor: pointer;
}

.product-listing_product .product-listing_product-options ul:before {
}

.product-listing_product .product-listing_product-options ul:after {
}

.product-listing_product .product-listing_product-options ul li {
    margin-left: 10px;
    cursor: pointer;
}

    .product-listing_product .product-listing_product-options ul li:first-child {
        margin-left: 0;
    }

    .product-listing_product .product-listing_product-options ul li img {
        border-radius: 50%;
    }

.product-listing_product .product-listing_product-details {
    margin-top: 14px;
}

@media (min-width: 768px) {
    .product-listing_product .product-listing_product-details {
        margin-top: 20px;
    }
}

.product-listing_product .product-listing_product-title {
    margin: 0;
    font: 20px/24px 'Lato', sans-serif;
}

    .product-listing_product .product-listing_product-title a {
        color: #000;
    }

.product-listing_product .product-listing_product-brand, .product-listing_product .product-listing_product-price {
    margin: 0;
    font: 16px/20px 'Lato', sans-serif;
}

    .product-listing_product .product-listing_product-brand a {
        color: #000;
        cursor: pointer;
        border-bottom: 1px solid transparent;
        transition: all ease .5s;
    }

        .product-listing_product .product-listing_product-brand a:hover {
            border-bottom-color: #000;
        }

.product-listing_product .product-listing_product-price {
    margin-top: 8px;
    font-weight: bold;
}

    .product-listing_product .product-listing_product-price.product-listing_product-price__promo {
        color: #f50c0d;
    }

        .product-listing_product .product-listing_product-price.product-listing_product-price__promo span {
            position: relative;
            margin-left: 4px;
            padding: 0 6px;
            color: #000;
            font-weight: normal;
        }

            .product-listing_product .product-listing_product-price.product-listing_product-price__promo span:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                border-top: 1px solid #f50c0d;
            }

.product-listing_video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.col-xs-12 .product-listing_video {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-listing_video:hover:before {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}

.product-listing_video:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #fff;
    transition: all ease .5s;
}

.product-listing_video .product-listing_video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 14px;
    background: rgba(0, 0, 0, 0.2);
}

.product-listing_video .product-listing_video-title, .product-listing_video .product-listing_video-description {
    color: #fff;
}

.product-listing_video .product-listing_video-title {
    margin: 0;
    font: 20px/24px 'Lato', sans-serif;
}

.product-listing_video .product-listing_video-description {
    margin: 0;
    margin-top: 12px;
    font: 16px/20px 'Lato', sans-serif;
}

.product-listing_video .product-listing_video-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all ease .5s;
}

    .product-listing_video .product-listing_video-wrap iframe {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

.product-listing_video.active-video .product-listing_video-wrap {
    top: 0;
}

.product-listing_banner {
    position: relative;
    cursor: pointer;
}

.col-xs-12 .product-listing_banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-listing_banner .product-listing_banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 45%;
    height: auto;
    padding: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.product-listing_banner .product-listing_banner-title, .product-listing_banner .product-listing_banner-description {
    color: #1a334d;
}

.product-listing_banner .product-listing_banner-title {
    margin: 0;
    font: bold 24px/26px 'Lato', sans-serif;
}

.product-listing_banner .product-listing_banner-description {
    margin: 0;
    margin-top: 12px;
    font: 16px/20px 'Lato', sans-serif;
}

.product-listing_banner .product-listing_banner-btn {
    max-width: fit-content;
    margin: 20px auto 0;
}

.pager-nav {
    margin-top: 38px;
    margin-bottom: 58px;
}

    .pager-nav ul {
        padding: 0;
        margin: 0;
        list-style: none inside;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pager-nav li {
        margin-left: 36px;
        font: 16px 'Lato', sans-serif;
    }

@media (max-width: 380px) {
    .pager-nav li {
        margin-left: 8px;
    }
}

.pager-nav li input {
    height: 34px;
    line-height: 30px;
    border: 1px solid #000;
    color: #000;
    width: 36px;
    text-align: center;
}

.pager-nav li:first-child {
    margin-left: 0;
}

.pager-nav .previous a, .pager-nav .next a {
    position: relative;
}

    .pager-nav .previous a:before, .pager-nav .next a:before {
        content: '';
        display: block;
        position: absolute;
        top: 33%;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        padding: 4px;
    }

.pager-nav .previous a {
    padding-left: 30px;
}

    .pager-nav .previous a:before {
        transform: rotate(135deg);
        left: 10px;
    }

.pager-nav .next a {
    padding-right: 30px;
}

    .pager-nav .next a:before {
        right: 10px;
        left: auto;
        transform: rotate(-45deg);
    }

.social-feed header h2 {
    font-size: 28px;
}

.social-feed .social-slider {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    padding: 0 36px;
    max-width: 1345px;
    margin: 0 auto;
}

    .social-feed .social-slider > div {
        margin-left: 6px;
    }

        .social-feed .social-slider > div:first-child {
            margin-left: 0;
        }

#view-refresh {
    display: none;
    font-size: 17px;
    animation: spin 3s infinite linear;
    -webkit-animation: spin2 3s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#grid-view-2, #grid-view-3, #grid-view-4 {
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .product-listing_filters__clear {
        align-items: baseline;
    }

    .apply-filters-btn {
        margin-bottom: 10px;
    }
}

.empty-msg {
    text-align: center;
    font-size: 1.4em;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .empty-msg p {
        width: 80%;
    }

span.color-selector {
    cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*typeahead*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    font-size: 1.2em;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

    .input-group span.twitter-typeahead .tt-menu,
    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
        border-radius: 0;
    }

    .input-group span.twitter-typeahead:first-child .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group span.twitter-typeahead:last-child .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

    .input-group.input-group-sm span.twitter-typeahead .tt-menu,
    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
        top: 30px !important;
    }

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

    .input-group.input-group-lg span.twitter-typeahead .tt-menu,
    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
        top: 46px !important;
    }

.carousel-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    opacity: 0;
}

    .carousel-container > div {
        display: flex;
        width: 100%;
        padding: 0 36px;
        text-align: center;
    }

    .carousel-container .owl-prev, .carousel-container .owl-next {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        margin: 0;
        color: #9b9b9b;
    }

    .carousel-container .owl-prev {
        left: 0;
    }

    .carousel-container .owl-next {
        right: 0;
    }

.center-colors {
    display: flex;
    justify-content: center;
    width: 106% !important;
}

.tooltip-color-selector {
    padding: 2px;
    border-radius: 50%;
    transition: all ease .5s;
    //background-color: transparent;
}

/*** Product Details ***/
.total-finance {
    display: none;
}
/* Product Details*/
.product-display img {
    max-width: 100%;
    height: auto;
    display: block;
}

#noProductDetailsFound {
    padding: 8vw;
}

    #noProductDetailsFound h2 {
        text-transform: none;
    }

.breadcrumb-nav .breadcrumb {
    background: transparent;
    margin: 0;
}

    .breadcrumb-nav .breadcrumb li,
    .breadcrumb-nav .breadcrumb a {
        font: 400 15px/20px 'Lato', sans-serif;
        color: #000;
    }

    .breadcrumb-nav .breadcrumb a {
        border-bottom: 1px solid transparent;
    }

        .breadcrumb-nav .breadcrumb a:hover {
            border-bottom-color: #000;
        }

    .breadcrumb-nav .breadcrumb > li + li:before {
        content: '\00BB ';
        color: #000;
    }

.product-details-page section .tooltip {
    opacity: 1;
}

    .product-details-page section .tooltip .tooltip-inner {
        background: #2a3e5c;
        border-radius: 0;
        padding: 8px 12px;
        color: #fff;
        width: 140px;
        font-size: 16px;
        line-height: 1;
    }

    .product-details-page section .tooltip .tooltip-arrow {
        border-bottom-color: #2a3e5c;
    }

.product-details-page .col-centered {
    float: none;
    margin: 0 auto;
}

section.trending-products header {
    margin-bottom: 20px;
}

    section.trending-products header p {
        font-size: 16px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

.panel.panel-custom {
    box-shadow: none;
    border: 0 none;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
}

    .panel.panel-custom .panel-custom {
        margin-top: 0;
    }

    .panel.panel-custom a[aria-expanded="true"]:after {
        transform: rotate(0deg);
    }

.panel-heading {
    padding: 10px 0 0;
}

.panel-title {
    color: #2a3e5c;
    text-transform: uppercase;
    font: 900 18px/36px 'Lato', sans-serif;
    position: relative;
    cursor: pointer;
}

    .panel-title a {
        display: block;
        position: relative;
    }

        .panel-title a:before,
        .panel-title a:after {
            display: block;
            content: '';
            position: absolute;
            background: #2c2e33;
            height: 2px;
            width: 10px;
            right: 0;
            top: calc(47%);
            bottom: calc(47%);
            transition: transform .25s ease-in;
            pointer-events: none;
        }

        .panel-title a:after {
            transform: rotate(90deg);
        }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0 none;
    padding: 0;
    padding-top: 10px;
}

.product-information .panel-heading {
    padding: 16px 0;
    border-bottom: 1px solid #cccccc;
}

.product-information .panel-title {
    font: bold 14px/20px 'Lato', sans-serif;
    color: #000;
}

    .product-information .panel-title a {
        color: #000;
    }

.product-details-page .col-xs-6 .product-listing_product {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-details-page .product-listing_product a {
    color: #000;
}

.product-details-page .product-listing_product .product-listing_product-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-details-page .product-listing_product .product-listing_product-options {
    margin-top: 14px;
}

    .product-details-page .product-listing_product .product-listing_product-options.visible-xs {
        margin-top: 10px;
    }

        .product-details-page .product-listing_product .product-listing_product-options.visible-xs a {
            text-transform: uppercase;
            font-size: 14px;
        }

.product-details-page .owl-carousel .owl-stage {
    display: flex;
}

.product-details-page .owl-carousel .owl-stage-outer {
    margin: 0 auto;
}

.product-details-page .product-listing_product .product-listing_product-options .carousel-container {
    width: 100%;
}

.product-details-page .product-listing_product .product-listing_product-options .colors.owl-carousel {
    padding: 0 36px;
}

    .product-details-page .product-listing_product .product-listing_product-options .colors.owl-carousel .owl-stage {
        margin: 0 auto;
    }

        .product-details-page .product-listing_product .product-listing_product-options .colors.owl-carousel .owl-stage .color-selector {
            display: block;
            margin: 0 auto;
        }

        .product-details-page .product-listing_product .product-listing_product-options .colors.owl-carousel .owl-stage button.color-selector {
            display: block;
            margin: 0 auto;
            padding: 2px;
            border: none;
            border-radius: 50%;
            overflow: hidden;
        }

            .product-details-page .product-listing_product .product-listing_product-options .colors.owl-carousel .owl-stage button.color-selector span {
                display: block;
                margin: 0;
                padding: 0;
                width: 37px;
                height: 37px;
                border: none;
                border-radius: 50%;
                overflow: hidden;
            }

.product-details-page .product-listing_product .product-listing_product-details {
    margin-top: 14px;
}

@media (min-width: 768px) {
    .product-details-page .product-listing_product .product-listing_product-details {
        margin-top: 20px;
    }
}


.product-details-page .product-listing_product .product-listing_product-title {
    margin: 0;
    font: 20px/24px 'Lato', sans-serif;
}

.product-details-page .product-listing_product .product-listing_product-brand,
.product-listing_product .product-listing_product-price {
    margin: 0;
    font: 16px/20px 'Lato', sans-serif;
}

    .product-details-page .product-listing_product .product-listing_product-brand a {
        color: #000;
        cursor: pointer;
        border-bottom: 1px solid transparent;
        transition: all ease .5s;
    }

        .product-details-page .product-listing_product .product-listing_product-brand a:hover {
            border-bottom-color: #000;
        }

.product-details-page .product-listing_product .product-listing_product-price {
    margin: 8px 0 0 0;
    font-weight: bold;
}

    .product-details-page .product-listing_product .product-listing_product-price.product-listing_product-price-promo {
        color: #f50c0d;
    }

        .product-details-page .product-listing_product .product-listing_product-price.product-listing_product-price-promo span {
            position: relative;
            margin-left: 4px;
            padding: 0 6px;
            color: #000;
            font-weight: normal;
        }

            .product-details-page .product-listing_product .product-listing_product-price.product-listing_product-price-promo span:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                border-top: 1px solid #f50c0d;
            }

.trending-products {
    padding: 20px 0 60px;
}

    .trending-products .col-xs-12 .product-listing_product {
        margin-top: 20px;
        margin-bottom: 20px;
    }

@media (max-width: 767px) {
    .trending-products .row {
        text-align: center;
    }

    .trending-products .col-xs-12 {
        float: none;
        width: auto;
        display: inline-block;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .trending-container {
        display: flex;
        justify-content: center;
    }
}

section.plan-my-project {
    background: #f3f3f3;
    padding: 36px 0 32px;
}

    section.plan-my-project header {
        margin-bottom: 20px;
    }

    section.plan-my-project .widget-data {
        margin-bottom: 40px;
        margin-top: 20px;
    }

        section.plan-my-project .widget-data img {
            max-width: 140px;
            margin-left: auto;
            margin-right: auto;
        }

        section.plan-my-project .widget-data h3 {
            font-weight: 800;
            color: #000;
            font-size: 20px;
            text-transform: uppercase;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        section.plan-my-project .widget-data p {
            margin-right: 15%;
            margin-left: 15%;
            color: #000;
            margin-bottom: 22px;
            font-size: 16px;
            line-height: 22px;
        }

@media only screen and (min-width: 768px) {
    section.plan-my-project .widget-data p {
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    section.plan-my-project .widget-data p {
        margin-right: 60px;
        margin-left: 60px;
    }
}

section.plan-my-project .widget-data .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.product-display {
    padding-bottom: 60px;
}

    .product-display hr {
        border-top: 1px solid #cccccc;
        margin-top: 16px;
        margin-bottom: 16px;
    }

@media (min-width: 1240px) {
    .product-display .container {
        width: 1224px;
    }
}

@media (min-width: 768px) {
    .product-display .product-images_main {
        float: right;
        position: relative;
    }
}

.product-display .product-images_thumbs {
    text-align: center;
    margin-top: 6px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .product-display .product-images_thumbs {
        margin-top: 0;
        float: left;
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .product-display .product-images_thumbs {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

.product-display .product-images_thumbs .product-images_thumb-wrapper {
    padding: 2px;
    background: transparent;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    border: 0;
}

    .product-display .product-images_thumbs .product-images_thumb-wrapper.active, .product-display .product-images_thumbs .product-images_thumb-wrapper:hover {
        background: #f49531;
    }

.product-display .color-options {
    float: none;
    margin-left: auto;
}

    .product-display .color-options .select {
        position: relative;
        border: 1px solid #000;
    }

    .product-display .color-options select {
        border: 0 none;
        background: none;
        width: 100%;
        -webkit-appearance: none;
        padding: 7px 0;
        text-transform: uppercase;
        text-indent: 5px;
        height: 34px;
        line-height: 18px;
        background-color: #fff;
        background: url("/root/assets/img/select-arrow.png") no-repeat #fff !important;
        background-size: 16px !important;
        background-position: 98% 47% !important;
    }

    .product-display .color-options .visible-xs {
        margin-bottom: 30px;
    }

.product-display .room-size-label {
    font: bold 14px/16px 'Lato', sans-serif;
    text-transform: uppercase;
}

.product-display .room-size-wrap {
    display: flex;
    margin-bottom: 20px;
}

    .product-display .room-size-wrap .child-control {
        margin-right: 14px;
        position: relative;
    }

        .product-display .room-size-wrap .child-control:first-child {
            margin-right: 38px;
        }

            .product-display .room-size-wrap .child-control:first-child:after {
                content: 'X';
                display: inline;
                font-weight: bold;
                color: #5d5d5d;
                padding-bottom: inherit;
                padding-top: inherit;
                position: absolute;
                right: -23px;
                top: 6px;
            }

        .product-display .room-size-wrap .child-control:last-child {
            margin-right: 0;
        }

        .product-display .room-size-wrap .child-control input {
            max-width: 76px;
            padding: 6px;
            line-height: 20px;
            font-size: 18px;
            height: 34px;
            border: 1px solid #999999;
            color: #5d5d5d;
            background: #eeeeee;
        }

        .product-display .room-size-wrap .child-control button {
            padding: 0;
            padding-bottom: 2px;
            border: 0 none;
            border-bottom: 1px solid;
            color: #0033cc;
            background: transparent;
            font-size: 14px;
            line-height: 14px;
            margin-top: 8px;
            transition: all ease .5s;
        }

            .product-display .room-size-wrap .child-control button:hover {
                border-bottom-color: transparent;
            }

.product-display .product-options {
    margin-top: 14px;
}

    .product-display .product-options.visible-xs {
        margin-top: 10px;
    }

        .product-display .product-options.visible-xs a {
            text-transform: uppercase;
            font-size: 14px;
        }

    .product-display .product-options .colors {
        display: flex;
        justify-content: center;
        position: relative;
    }

        .product-display .product-options .colors .owl-carousel {
            display: flex;
            width: 100%;
            padding: 0 36px;
            text-align: center;
            justify-content: center;
        }

.product-details-page .colors .owl-nav .owl-prev,
.product-details-page .colors .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    margin: 0;
    color: #9b9b9b;
}

.product-details-page .colors .owl-nav .owl-prev {
    left: 0;
}

.product-details-page .colors .owl-nav .owl-next {
    right: 0;
}

.product-display .product-options ul {
    list-style: none inside;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 36px;
}

    .product-display .product-options ul:before,
    .product-display .product-options ul:after,
    .product-display .product-options .colors:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 18px;
        height: 30px;
        cursor: pointer;
    }

    .product-display .product-options ul:before {
        left: 0;
        background: url("/assets/catalog/arrow-left.png") 0 0 no-repeat;
        background-size: contain;
    }

    .product-display .product-options ul:after {
        right: 0;
        background: url("/assets/catalog/arrow-right.png") 0 0 no-repeat;
        background-size: contain;
    }

    .product-display .product-options ul li {
        margin-left: 10px;
        cursor: pointer;
        padding: 2px;
        border-radius: 50%;
    }

        .product-display .product-options ul li:hover {
            background-color: #f49531;
        }

        .product-display .product-options ul li:first-child {
            margin-left: 0;
        }

        .product-display .product-options ul li img {
            border-radius: 50%;
        }

.product-display .product-options .colors .color-swatch {
    cursor: pointer;
    padding: 2px;
    margin: 0;
    border-radius: 50%;
    display: inline-block;
    border: none;
}

    .product-display .product-options .colors .color-swatch span {
        display: block;
        margin: 0;
        padding: 0;
        width: 42px;
        height: 42px;
        border: none;
    }

    .product-display .product-options .colors .color-swatch img {
        border-radius: 50%;
        display: block;
    }

.product-display .product-title {
    margin: 0;
    font: bold 36px/40px 'Lato', sans-serif;
}

.product-display .product-brand {
    margin-top: 0;
    font: 24px/30px 'Lato', sans-serif;
}

.product-display .product-price {
    margin-top: 12px;
    font: bold 24px/26px 'Lato', sans-serif;
}

    .product-display .product-price.product-price-promo {
        color: #f50c0d;
    }

        .product-display .product-price.product-price-promo span.price-original {
            position: relative;
            margin-left: 4px;
            padding: 0 6px;
            color: #7f7f7f;
            font: normal 22px/26px 'Lato', sans-serif;
        }

            .product-display .product-price.product-price-promo span.price-original:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                border-top: 1px solid #f50c0d;
            }

.product-display .monthly-price {
    font: bold 19px/40px 'Lato', sans-serif;
}

    .total-finance strong, .product-display .monthly-price strong {
        font: bold 36px/40px 'Lato', sans-serif;
    }

.product-display .monthly-payment-trigger {
    color: #0033cc;
    border-bottom: 1px solid;
    cursor: pointer;
}

    .product-display .monthly-payment-trigger:hover {
        border-bottom-color: transparent;
    }

.product-display .panel.panel-custom {
    margin-top: 0;
}

    .product-display .panel.panel-custom .panel-custom {
        margin-top: 0;
    }

.product-display .btn-group {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 8px;
}

    .product-display .btn-group .btn {
        font-weight: bold;
        font-size: 13px;
        margin-left: 4px;
        margin-bottom: 8px;
        float: none;
        flex-grow: 1;
    }

        .product-display .btn-group .btn:first-child {
            margin-left: 0;
        }

@media (max-width: 767px) {
    .product-display .btn-group .btn {
        display: block;
        width: 100%;
        margin: 0 auto 8px;
    }
}


@media (min-width: 768px) {
    #monthly-pricing-details-modal .modal-dialog {
        width: 650px;
    }
}

#monthly-pricing-details-modal .modal-cards {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    #monthly-pricing-details-modal .modal-cards {
        flex-direction: row;
    }
}

#monthly-pricing-details-modal .modal-cards .card {
    background-color: #2a3e5c;
    text-align: center;
    color: #fff;
    padding: 24px 12px;
    margin-top: 4px;
}

    #monthly-pricing-details-modal .modal-cards .card:first-child {
        margin-top: 0;
    }

@media (min-width: 768px) {
    #monthly-pricing-details-modal .modal-cards .card {
        width: 33%;
        margin-left: 4px;
        margin-top: 0;
    }

        #monthly-pricing-details-modal .modal-cards .card:first-child {
            margin-left: 0;
        }
}

#monthly-pricing-details-modal .modal-cards .card .card-title {
    text-transform: uppercase;
    font: bold 14px/16px 'Lato', sans-serif;
}

#monthly-pricing-details-modal .modal-cards .card .card-value {
    margin: 0;
    font: bold 40px/42px 'Lato', sans-serif;
}

#monthly-pricing-details-modal .modal-header,
#monthly-pricing-details-modal .modal-body {
    padding-left: 24px;
    padding-right: 24px;
}

#monthly-pricing-details-modal .modal-body {
    padding-bottom: 36px;
    padding-top: 24px;
}

#monthly-pricing-details-modal .close {
    opacity: 1;
}

    #monthly-pricing-details-modal .close span {
        color: #000;
        font-size: 32px;
        font-weight: 400;
    }

#monthly-pricing-details-modal .modal-content {
    background-color: #ebeaea;
    border-radius: 0;
}

#monthly-pricing-details-modal h4 {
    font-size: 26px;
    line-height: 40px;
}

#monthly-pricing-details-modal ul {
    padding-left: 0;
    list-style-position: inside;
}

#monthly-pricing-details-modal p a {
    color: #0033cc;
    border-bottom: 1px solid;
    cursor: pointer;
}

    #monthly-pricing-details-modal p a:hover {
        border-bottom-color: transparent;
    }

#filter-trigger {
    position: relative;
    padding-right: 20px;
}

    #filter-trigger:before,
    #filter-trigger:after {
        display: block;
        content: '';
        position: absolute;
        background: #2c2e33;
        height: 2px;
        width: 10px;
        right: 0;
        top: calc(47%);
        bottom: calc(47%);
        transition: transform .25s ease-in;
        pointer-events: none;
    }

    #filter-trigger:after {
        transform: rotate(90deg);
    }

/*------ ZOOM */
#zoom-frame {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

    #zoom-frame #zoom-target {
        position: absolute;
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: transform 0.2s ease-out;
    }

/*------ Product Details */
table#detailsSpecs tr {
    border-bottom: 1px solid #e0e0e0;
}

table#detailsSpecs td,
table#detailsSpecs th {
    padding: 10px 15px;
}

    table#detailsSpecs td.specs-label {
        background-color: #f9f9f9;
    }

div.pintrestcontainer {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

    div.pintrestcontainer a {
        display: block;
        height: 20px;
        width: 40px;
        background: url('/assets/catalog/pin-it.gif') no-repeat;
    }

.flex-btns {
    display: flex;
    flex-wrap: wrap;
}

    .flex-btns .flex-btn-inner {
        flex-grow: 1;
        margin-bottom: 8px;
        flex-basis: 0;
    }

        .flex-btns .flex-btn-inner button {
            font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: bold;
            font-size: 13px;
        }

.showonroomvo {
    display: none;
}

button.shopkit-buy-button, button.shopkit-primary-button {
    color: #fff;
    background-color: #d67c09;
    border-color: #b46807;
    text-transform: uppercase;
}

    button.shopkit-buy-button.active, button.shopkit-buy-button.focus,
    button.shopkit-buy-button:active, button.shopkit-buy-button:focus, button.shopkit-buy-button:hover,
    button.shopkit-primary-button:active, button.shopkit-primary-button:focus, button.shopkit-primary-button:hover {
        color: #fff;
        background-color: #EF8200;
        border-color: #EF8200;
    }

.shopkit-buy-button.disabled, .shopkit-buy-button.disabled.active, .shopkit-buy-button.disabled.focus, .shopkit-buy-button.disabled:active, .shopkit-buy-button.disabled:focus, .shopkit-buy-button.disabled:hover, .shopkit-buy-button[disabled], .shopkit-buy-button[disabled].active, .shopkit-buy-button[disabled].focus, .shopkit-buy-button[disabled]:active, .shopkit-buy-button[disabled]:focus, .shopkit-buy-button[disabled]:hover, fieldset[disabled] .shopkit-buy-button, fieldset[disabled] .shopkit-buy-button.active, fieldset[disabled] .shopkit-buy-button.focus, fieldset[disabled] .shopkit-buy-button:active, fieldset[disabled] .shopkit-buy-button:focus, fieldset[disabled] .shopkit-buy-button:hover {
    background-color: #f6961c;
    border-color: #ef8a09
}

.shopkit-buy-button {
    width: 100%;
    /*background-color: #ff0000;*/
}

    .shopkit-buy-button.shopkit-added {
        width: 100%;
        background-color: #999999 !important;
        border-color: #999999 !important;
    }

@media (max-width: 767px) {
    .flex-btns {
        flex-direction: column;
    }

    .flex-middle-spacer {
        display: none;
    }
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}