
.slider-wrapper {
	margin: 0 0 65px;
}
.picture-slide a {
    display: block;
}
.picture-slide img {
    width: 100%;
	display: none;
}
.first-slide img {
    display: block;
}

/* DIRECTIONAL NAVIGATION */

.anywhere-slider .slick-arrows {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 150px;
    height: 75px;
    font-size: 0;
}
.anywhere-slider .slick-arrows:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 12px;
    margin: auto;
    background-color: #c6c6c6;
}
.anywhere-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: rgba(255,255,255,0.7) !important;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    font-size: 0;
    opacity: 1;
    border-radius: 5px;
    box-shadow: 7px 7px 20px rgba(0,0,0,0.18);
}
.anywhere-slider .slick-arrow:hover{background-color: rgba(255,255,255,1);}
.anywhere-slider .slick-prev {
    left: 0;
    background-image: url('images/slider-arrow-left.png');
    box-shadow: -7px 7px 20px rgba(0,0,0,0.18);
    background-color: rgba(255,255,255,1) !important;
}
.anywhere-slider .slick-next {
    right: 0;
    background-image: url('images/slider-arrow-right.png');
    box-shadow: -7px 7px 20px rgba(0,0,0,0.18);
    background-color: rgba(255,255,255,1) !important;
}

.anywhere-slider.slick-dotted .slick-arrows {
    bottom: 30px;
}

/* BULLET NAVIGATION */

.anywhere-slider .slick-dots {
    display: none;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.anywhere-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px 10px;
}
.anywhere-slider .slick-dots button {
    width: 7px;
    height: 7px;
    border: 0;
    background-color: #000;
    font-size: 0;
    transition:all 0.5s ease;
    border-radius:100%;
    padding:0;
}
.anywhere-slider .slick-active button {
    width:10px;
    height:10px;
}
.home-banner .anywhere-slider .slick-dots {
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    z-index:9;
}
.home-banner .anywhere-slider .slick-dots button {
    background-color: #fff !important;
}
.home-banner .anywhere-slider .slick-prev {
    left: -50px;
}
.home-banner .anywhere-slider .slick-next {
    right: -50px;
}
.home-banner .anywhere-slider:hover .slick-prev {
    left: 10px;
}
.home-banner .anywhere-slider:hover .slick-next {
    right: 10px;
}
.home-banner .anywhere-slider .slick-arrow {
    background-color: rgba(255,255,255,0.6);
}
.home-banner .anywhere-slider .slick-arrow:hover {
    background-color: rgba(255,255,255,1);
}
.new-offers-section {
    max-width: 1400px;
    padding: 60px 15px 50px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.new-offers-section:before {
    z-index: -1;
    position: absolute;
    content:'';
    left:-9999px;
    right:-9999px;
    top:0;
    bottom:0;
    background-color:#f8f8f8;
}
.new-offers-section .slick-slider{
    padding-inline:55px;
}
.new-offers-section .collection-title{margin-bottom:10px;}
.new-offers-section .anywhere-slider .slick-dots {
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    z-index:9;
}
.new-offers-section .anywhere-slider .slick-dots button {
    background-color: #fff;
    padding: 0;
}
@media all and (min-width: 1025px) {
    .header-inside-slider .header.mobile {
	    position: absolute;
	    width: 100%;
	    background-color: transparent;
    }
    .anywhere-slider .slick-arrows,
    .anywhere-slider .slick-dots {
	    display: block;
    }
}
@media all and (max-width: 1023px) {
    .slider-wrapper.home-banner {
        margin-bottom:20px;
    }
    .new-offers-section {
        padding-block: 30px 50px;
    }
    .new-offers-section .slider-wrapper {
        margin-bottom: 0;
    }
}
@media all and (max-width: 767px) {
    .new-offers-section .slick-slider {
        padding-inline: 0;
    }
    .new-offers-section .anywhere-slider .slick-dots {
        bottom: 0;
    }
    .new-offers-section {
        padding-block: 20px 40px;
    }
    .new-offers-section .collection-title {
        margin-bottom: 0;
        padding-bottom:19px;
    }
    .new-offers-section .anywhere-slider .slick-dots{display:none !important;}
}