/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.slick-arrow .material-icons {
	font-size: 0;
}
.slick-arrow {
	position: absolute;
	top: 32%;
	font-size: 0;
	padding: 0;
	height: 35px;
	width: 35px;
	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;
	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: 0;
	background: url(../../image/left-arrow.png) no-repeat scroll center 8px;
	float: left;
}

.slick-arrow.right {
	right:0;
	background: url(../../image/right-arrow.png) no-repeat scroll center 8px;
	float: left;
}

.slick-arrow.left:hover,
.slick-arrow.right:hover {
	border-color: #b28d7b ;
	background-position: center -58px;
	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;
}
#tab-content .slik-arrows{top: 45px;}
.slik-arrows {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}
.slik-arrows .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}

#image-additional-slider .slick-arrow {
	height:25px;
	width:25px;
	top: 38%;
	opacity: 0;
	border: none;
}
#image-additional-slider:hover .slick-arrow{opacity: 1;}
#image-additional-slider .slick-arrow.left {
	left: 0;
	background-position: center 3px;
}

#image-additional-slider .slick-arrow.right {
	right: 0;
	background-position: center 3px;
}
#image-additional-slider .slick-arrow.left:hover, #image-additional-slider .slick-arrow.right:hover {
    background-position: center -66px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots {
	padding: 20px 0 0;
	text-align: center;
	margin: 0;
	line-height: 0;
}

.slick-dots li button {
	border: none;
	background: #c5c5c5;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	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-color: #b28d7b;
	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: 991px) {
}
@media (max-width: 767px){	
}