/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;

    -webkit-transition-delay: 0s;
    transition-delay: 0s;

    -webkit-transition-duration: inherit;
    transition-duration: inherit;

    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 1;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    z-index: 2;
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #f0f;
    background-color: rgba(255, 0, 255, 1);
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li.active:hover a {
    background-color: #00ffa7;
}


.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;

    justify-content: space-between;

    align-items: flex-start;

}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 100px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.lSSlideOuter .lSPager.lSGallery li:last-child {
    margin: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    border-color: rgba(0, 255, 167, 1);
}

.lSSlideOuter .lSPager.lSGallery li:hover {}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}











/* KW */

/*

.lSSlideOuter .lSPager.lSGallery {
    position: absolute;
    width: 80px !important;
    top: 0;
    left: 0;
    z-index: 9;
    list-style: none outside none;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-width: 80px;
    -moz-column-width: 80px;
    column-width: 80px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.overflow ul.lSPager.lSGallery {
    width: 110px !important;
    overflow: visible;
    display: flex;
     columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-width: 50px;
    -moz-column-width: 50px;
    column-width: 50px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-content: flex-start;
    flex-direction: column;
    flex-flow: column wrap;
    max-height: 600px;
}




*/





























/* Bigcommerce products */

.lSSlideOuter,
.lSSlideWrapper,
.bc-product__gallery {
    overflow: visible;
    float: right;
    width: 100%;
    height: auto;
}

.bc-product-single .bc-product__gallery {
    flex: auto !important;
    margin: 0 !important;
}



/* Horizontal thumbails */
/* Bottom aligned */


.bc-product__gallery {
    float: right;
    width: 100%;
    padding: 0;
    height: auto;
    min-height: 400px;
    max-height: calc(100vh - 99px);
}


ul#product-images {
    float: right;
    width: 100%;
    height: auto;
    padding: 0;
}

.thumbnails-bottom .lSSlideOuter .lSPager.lSGallery {
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Height minus the gallery */
.bc-product__gallery li.slide img {
    float: right;
    width: 100%;
    height: auto;
    /*
    max-height: 100vh;
    max-height: calc(100vh - 96px);
    */
    /*mix-blend-mode: multiply;*/
}


.bc-product__gallery .lSSlideOuter,
.bc-product__gallery .lSSlideWrapper,
.bc-product__gallery ul#product-images-gallery,
.bc-product__gallery .lSSlideWrapper li {
    overflow: visible !important;
}


/* thumbnails-bottom */

/*
.bc-product__gallery .lSSlideOuter .lSPager.lSGallery {
    position: absolute;
    z-index: 2;
    float: right;
    max-width: 100%;
    width: 100%;
    max-height: 100px;
    padding: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: translate(0, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background: #fff;
    border-top: 1px solid rgba(223, 228, 235, 1);
    border-bottom: 1px solid rgba(223, 228, 235, 1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    user-select: none;
}

.bc-product__gallery .lSSlideOuter .lSPager.lSGallery li {
    max-width: 96px;
    border:none;
    border-left: 1px solid #DDE0EB;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.bc-product__gallery .lSSlideOuter .lSPager.lSGallery li:first-child {
    border-left: 0;
}


.bc-product__gallery .lSSlideOuter .lSPager.lSGallery li.active {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}
*/



/* Vertical thumbails */

/* Right aligned */

.bc-product__gallery .lSSlideOuter .lSPager.lSGallery {
    position: absolute;
    z-index: 3;
    float: right;
    max-width: 68px;
    width: 68px;
    max-height: 100%;

    padding: 0;
    border-top: 16px solid rgba(255, 255, 255, 1);

    top: 0;
    bottom: auto;
    left: auto;
    right: 0;

    transform: translate(0, 0);

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;

    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    user-select: none;
}

.bc-product__gallery .lSSlideOuter .lSPager.lSGallery li {
    max-width: 100%;
    padding: 10px 0 10px 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.bc-product__gallery .lSSlideOuter .lSPager.lSGallery li:first-child {
    border-top: 0;
}


.bc-product__gallery .lSSlideOuter .lSPager.lSGallery li.active {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}






/* Slider actions */
.lSAction > a {
    width: 16px;
    height: auto;
    padding: 20px;
    display: block;
    cursor: pointer;
    z-index: 3;
    opacity: 1;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    top: calc(50% - 18px);
    bottom: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > a svg {
    float: left;
}

.lSAction > .lSPrev {
    /*background: url('../../../img/icons/icon-arrow-open-left-white.svg') no-repeat;
    background-position: center;
    background-size: 12px 36px;*/
    left: 6px;
}

.lSAction > .lSNext {
    /* background: url('../../../img/icons/icon-arrow-open-right-white.svg') no-repeat;
    background-position: center;
    background-size: 12px 36px; */
    right: 6px;
}

.lSAction > .lSNext:hover {
    right: 0px;
}

.lSAction > .lSPrev:hover {
    left: 0px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: jujamcyn(opacity=0);
    overflow: hidden;
}


/* Vertical */

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}


/* Vertical controls */

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/* Grab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}


/* Promos with nav upper right */

.featured-content.slider.ui ul.content {
    padding: 80px 0 0;
    height: auto !important;
}

.featured-content.slider.header.ui ul.content {
    padding: 0;
}

/* For nav to be visible outside of div */
.promos .lSSlideOuter,
.promos .lSSlideWrapper,
.promos .lightSlider,

.promos .lSSlideOuter,
.promos .lSSlideWrapper,
.promos .lightSlider {
    /*position: relative;
    float: left;
    width: 100%;*/
    position: relative;
    overflow: visible;
}

.promos .lSSlideOuter .lSPager.lSpg,
.promos .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    width: auto;
    top: 72px;
    right: 0;
    margin: 0;
}

.promos.arrows .lSSlideOuter .lSPager.lSpg {
    right: 64px;
}

.promos .lSAction > .lSPrev {
    /*background: url('../../../img/icons/icon-arrow-left.svg') no-repeat;
    background-position: center;
    background-size: 9px 16px;*/
    left: auto;
    right: 30px;
}

.promos .lSAction > .lSNext {
    /*background: url('../../../img/icons/icon-arrow-right.svg') no-repeat;
    background-position: center;
    background-size: 9px 16px;*/
    right: -5px;
}

.promos .lSAction > a {
    width: 10px;
    height: 18px;
    padding: 5px;
    top: -5px;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.promos .lSAction > a:hover {}

.promos .lSAction > .lSPrev:hover {
    -moz-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}

.promos .lSAction > .lSNext:hover {
    -moz-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}


/* Video */
li.slide video {
    width: 100%;
}


/* New controls */
.block-ui {
    position: absolute;
    top: 0;
    right: 0px;
}



/* xx Media queries */

@media screen and (max-width: 1023px) {
    .lSPager.lSGallery {
        position: absolute;
        z-index: 2;
        float: right;
        max-width: 68px;
        width: 50px;
    }

}

@media screen and (max-width: 1023px) {

    .bc-product__gallery {
        min-height: unset;
    }

}
