@charset 'UTF-8';
/* Slider */

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    margin-top: -30px;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 60px;
    padding: 0;

    cursor: pointer;

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

    z-index: 2;
}
.slick-prev
{
    left: 20px;
    background: url(../../images/arw_prev.png) left center no-repeat;
    background-size: 30px 60px;
    -webkit-background-size: 30px 60px;
}
.slick-next
{
    right: 20px;
    background: url(../../images/arw_next.png) left center no-repeat;
    background-size: 30px 60px;
    -webkit-background-size: 30px 60px;
}


.shopslide .slick-prev,
.shopslide .slick-next
{
    font-size: 0;
    line-height: 0;
    margin-top: 0;

    position: absolute;
    top: 36%;

    display: block;

    width: 22px;
    height: 44px;
    padding: 0;

    cursor: pointer;

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

    z-index: 2;
}
.shopslide .slick-prev
{
    left: 40px;
    background: url(../../images/arw_prev.png) left center no-repeat;
    background-size: 22px 44px;
    -webkit-background-size: 22px 44px;
}
.shopslide .slick-next
{
    right: 40px;
    background: url(../../images/arw_next.png) left center no-repeat;
    background-size: 22px 44px;
    -webkit-background-size: 22px 44px;
}


/* Dots */

.slick-dots
{
    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

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

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;

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

    display: block;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;

    border-radius: 50%;
    -webkit-border-radius: 50%;

}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li.slick-active button
{
    background: #000;
}


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

.slick-dots
{
    bottom: 5px;
}
.slick-dots li
{
    width: 6px;
    height: 6px;
    margin: 0 5px;
}
.slick-dots li button
{

    width: 6px;
    height: 6px;

}


.slick-prev,
.slick-next
{
    margin-top: 0;

    top: 40%;

    width: 25px;
    height: 47px;
}
.slick-prev
{
    left: 15px;
    background: url(../../images/arw_prev.png) left center no-repeat;
    background-size: 25px 47px;
    -webkit-background-size: 25px 47px;
}
.slick-next
{
    right: 15px;
    background: url(../../images/arw_next.png) left center no-repeat;
    background-size: 25px 47px;
    -webkit-background-size: 25px 47px;
}


.shopslide .slick-prev
{
    left: 20px;
}
.shopslide .slick-next
{
    right: 20px;
}



}