/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.slick-arrow .material-icons {
	font-size: 0;
}

.hometab .slick-arrow {
 
}
.slick-arrow {
	position: absolute;
	top: 28.5%;
	bottom: 0;
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	font-size: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.products:hover .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.slick-arrow.left {
	left: -25px;
	right: auto;
	background: #57b846 url(../../image/left-arrow.png) no-repeat scroll center 11px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.slick-arrow.right {
	right: -25px;
	left: auto;
	background: #57b846 url(../../image/right-arrow.png) no-repeat scroll center 11px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.slick-arrow.left:hover,
.slick-arrow.right:hover {
	background-position: center -79px;
	background-color: #5c5c5c;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.slik-arrows {
	position: absolute;
	top: 0;
	left: auto;
	right: 20%;
	width: 55px;
}

.slik-arrows .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}

#image-additional-slider .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	height: 30px;
	width: 30px;
	top:35%;
}

#image-additional-slider .slick-arrow.left {
	left: 0;
	background-position: center 8px;
}
#image-additional-slider .slick-arrow.left:hover
{
	background-position: center -82px;
}
#image-additional-slider .slick-arrow.right {
	right: 0;
	background-position: center 8px;
}
#image-additional-slider .slick-arrow.right:hover
{
	background-position: center -82px;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots {
	padding-top: 25px;
	padding-left: 0;
	margin: 0;
}

.slick-dots li button {
	border: none;
	background: #5c5c5c;
	height: 10px;
	width: 10px;
	border-radius: 2px;
	font-size: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background: #57b846;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.toggle-title .toggle-arrow {
	background: url("../../image/toggle-arrow.png") no-repeat scroll center 3px;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-top: -25px;
	overflow: hidden;
	padding: 0 0 10px;
	position: absolute;
	right: 0;
	width: 35px;
}

footer .toggle-title.open .toggle-arrow {
	background-position: center -50px;
}
@media (max-width: 1200px){
	.slik-arrows{
		right: 0;
	}
	.slick-arrow.left{left: 15px;}
	.slick-arrow.right{right: 15px;}
}
@media (max-width: 1199px){
	.hometab .slick-arrow {
    	top: 20%;
	}	
}
@media (max-width: 991px){
	.slik-arrows {
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    top: 50px;
	}
}