@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.home-slider .slick-prev,
.home-slider .slick-next {
	background-color: rgba(255,255,255,0.8);
}
.home-slider .slick-prev {
	left: 20px
}
.home-slider .slick-next {
	right: 20px
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	border-radius: 50%;
    background: rgba(0,0,0,0.4) no-repeat center;
	transition: background-color 0.5s ease;
}

.slick-prev {
    left: 10px;
	background-image: url('prev.png');
}
.slick-next {
    right: 10px;
	background-image: url('next.png');
}

/* Dots */
.slick-slider
{
    margin: 0 auto;
}

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

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

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

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 2.5px;
    padding: 0;

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

    display: block;
    padding: 0;

    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.slick-active button {
	background: #333;
}
.slick-dots li button {
    font-size: 0;
    line-height: 20px;
	color: transparent;
	background: #fff;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;
    text-align: center;
	
	opacity: 1;
	
	border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	
	background: #fff;
	webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	
	
	border-radius: 50%;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-slider br {
	display: none;
}
.gallery-slider {
	position: relative;
}
.gallery-slider ul{
	list-style-type: none;
}
.gallery-slider ul li {
	padding: 0 !important;
}
.gallery-slider ul li:before {
	display: none !important;
}
.gallery-slider ul li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.related-products .slick-prev,
.related-products .slick-next {
	margin-top: 0;
	top: 50px;
}
