/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}


@media (max-width: 960px)
{
  .slick-slide img
   {
    width:100%;
   }
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';


@media (max-width: 960px)
{
  .slick-prev,
  slick-next{
      display:none;
  }
}


/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('../../../../../content/dam/nikon-eyes/slick/ajax-loader.gif') center center no-repeat;*/
    background: #fff url('clientlib/resources/images/ajax-loader.gif') center center no-repeat;

}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    /*src: url('../../../../../content/dam/nikon-eyes/slick/fonts/slick.eot');
    src: url('../../../../../content/dam/nikon-eyes/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../../../content/dam/nikon-eyes/slick/fonts/slick.woff') format('woff'), url('../../../../../content/dam/nikon-eyes/slick/fonts/slick.ttf') format('truetype'), url('../../../../../content/dam/nikon-eyes/slick/fonts/slick.svg#slick') format('svg');*/

    src: url('clientlib/resources/fonts/slick.eot');
    src: url('clientlib/resources/fonts/slick.eot?#iefix') format('embedded-opentype'), url('clientlib/resources/fonts/slick.woff') format('woff'), url('clientlib/resources/fonts/slick.ttf') format('truetype'), url('clientlib/resources/fonts/slick.svg#slick') format('svg');

}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 900;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 20px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    /*line-height: 20px;*/

    position: absolute;
    /*top: 0;
    left: 0;*/

    width: 10px;
    height: 10px;

    content: '';
    text-align: center;

    opacity: 1;
    border: 1px solid white;
    border-radius: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #F49655;
    border: 1px solid #F49655;
    background-color: #F49655;

}

.main-carousel {
    position: relative;
}

.nextgen-carousel-buttons {
    width: 960px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%);
}

.nextgen-carousel-buttons .slick-arrow {
    border-radius: 30px;
    border: none;
    background: transparent;
    outline: none;
    position: absolute;
    font-size: 0;
    line-height: 0;
}

.nextgen-carousel-buttons .prev {
    left: 0;
}

.nextgen-carousel-buttons .next {
    right: 0;
}

.nextgen-carousel-buttons .prev.slick-disabled,
.nextgen-carousel-buttons .next.slick-disabled {
    cursor: auto;
}

.nextgen-carousel-buttons .prev:before
{
    content: '←';
}
.nextgen-carousel-buttons .next:before
{
    content: '→';
}

.nextgen-carousel-buttons .prev:hover:before,
.nextgen-carousel-buttons .prev:focus:before,
.nextgen-carousel-buttons .next:hover:before,
.nextgen-carousel-buttons .next:focus:before {
    opacity: 1;
}

.nextgen-carousel-buttons .prev.slick-disabled:before,
.nextgen-carousel-buttons .next.slick-disabled:before {
    opacity: .25;
}

.nextgen-carousel-buttons .prev:before,
.nextgen-carousel-buttons .next:before {
    font-family: 'slick';
    font-size: 32px;
    line-height: 1;

    opacity: .75;
    color: #FFFFFF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item-button {
    width: 180px;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    text-decoration:none;
    letter-spacing: .05rem;
    font-family: 'AkhandSoft-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align:center;
    text-transform: uppercase;
}

.item-button {
    cursor: pointer;
    background-color:#f49655; 
    color:black;
}

.item-button:hover, .item-button:focus {
    background-color: #ffad74;
    text-decoration: none;
    border-color: #ffad74;
    color: black;
}

.product_hero-nextgen-carousel {
    position: relative;
      
}

.product_hero__main-carousel{
    position: relative;
}

.product_hero__heading-nextgen-carousel {
    max-width: 380px;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.product_hero__heading-nextgen-carousel img.desktop,
.product_hero__heading-nextgen-carousel img.mobile {
    width: auto;
}

.product_hero__heading-nextgen-carousel img.desktop {
    display: block;
}

.product_hero__heading-nextgen-carousel img.mobile {
    display: none;
}

.product_hero__heading-nextgen-carousel .page-heading {
	font-family: 'AkhandSoft-Bold', sans-serif;
    font-size: 1.6rem;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.product_hero__heading-nextgen-carousel p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

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

    .product_hero-nextgen-carousel .wrapper-desktop {
        display: none;
    }

    .product_hero-nextgen-carousel .wrapper-mobile {
        display: block;
    }

    .product_hero__heading-nextgen-carousel {
        max-width: 400px;
        position: absolute;
        top: 270px;
        /*top: 50%;*/
        /*bottom: 40px;*/
        left: 50%;
        margin-top: 0;
        margin-left: -150px;
    }

    .product_hero__heading-nextgen-carousel .page-heading {
    	font-family: 'AkhandSoft-Bold', sans-serif;
        font-size: 24px;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 0;
        text-align: center;
    }

    .product_hero__heading-nextgen-carousel .item-button,
    .product_hero__heading-nextgen-carousel p {
        display: none;
        visibility: hidden;
    }

    .nextgen-carousel-buttons {
        display: none;
    }

    .product_hero__heading-nextgen-carousel img.desktop {
        display: none;
    }

    .product_hero__heading-nextgen-carousel img.mobile {
        display: block;
    }
}

@media screen and (min-width: 960px) {
    .product_hero-nextgen-carousel .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }

    .product_hero-nextgen-carousel .wrapper-mobile {
        display: none;
    }

    .product_hero-nextgen-carousel .wrapper-desktop {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .product_hero__heading-nextgen-carousel {
        max-width: 300px;
        transform: inherit;
    }
}

.mobile-contentCTA {
	margin-bottom: 30px;
	padding: 0 14px;
}
