/*
 * 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: 35%;
	font-size: 0;
	padding: 0;
	height: 35px;
	width: 35px;
	border: 2px solid #2f1c35;
	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;
}
.custom-feature-block .slick-arrow,
.blogs .slick-arrow{top: 45%;}
.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: 15px;
	background: url(../../image/left-arrow.png) no-repeat scroll center 8px;
	float: left;
}

.slick-arrow.right {
	right:15px;
	background: url(../../image/right-arrow.png) no-repeat scroll center 8px;
	float: left;
}

.slick-arrow.left:hover,
.slick-arrow.right:hover {
	border-color: #e40046;
	background-position: center -62px;
	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: 100px 0 0;
	text-align: center;
	margin: 0;
	line-height: 0;
}

.slick-dots li button {
	border: none;
	background: #e40046;
	height: 8px;
	width: 12px;
	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 button:before
{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: -6px;
	bottom: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #e40046 transparent;
	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: #2f1c35;
	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:before,.slick-dots li:hover button:before
{
	border-color: transparent transparent #2f1c35 transparent;
}
.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) {
	.slick-dots{padding: 50px 0 0;}
}
@media (max-width: 767px){	
	#tab-content .slik-arrows{top: 160px;}
}