/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.slick-arrow .material-icons {
	font-size: 0;
}

.box.blogs .slick-arrow {
	top: 43%;
}
.slick-arrow {
	position: absolute;
	top: 35%;
	font-size: 0;
	padding: 0;
	height: 30px;
	width: 50px;
	background: transparent;
	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: -50px;
	background: url(../../image/left-border.png) no-repeat scroll center center;
}

.slick-arrow.right {
	right: -50px;
	background: url(../../image/right-border.png) no-repeat scroll center center;
}
.slick-arrow.left::after {
    background: url(../../image/left.png) no-repeat scroll 25px 10px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.slick-arrow.right::after {
    background: url(../../image/right.png) no-repeat scroll 4px 10px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.slick-arrow.left:hover::after {
    background: url(../../image/left-h.png) no-repeat scroll 20px 10px;
}
.slick-arrow.right:hover::after {
    background: url(../../image/right-h.png) no-repeat scroll 10px 10px;
}
.slick-arrow.left:hover{
	background-image: url(../../image/left-border-h.png);
}
.slick-arrow.right:hover {
	background-image: url(../../image/right-border-h.png);
}

.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;
	top:40%;
}

#image-additional-slider .slick-arrow.left {
	left: -10px;
}

#image-additional-slider .slick-arrow.right {
	right: -10px;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots {
	padding-top: 15px;
	padding-left: 0;
}

.slick-dots li button {
	height: 11px;
	width: 11px;
	background: transparent;
	border: 2px solid #c1a38b;
	font-size: 0;
	line-height: 13px;
	padding: 0;
	margin: 0 3px;
	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: #c1a38b;
	border-color: #c1a38b;
	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: 1450px){
	.slick-arrow.left{
		left: 0;
	}
	.slick-arrow.right{
		right: 0;
	}
}
@media (max-width: 1200px){
	.slik-arrows{
		right: 0;
	}
}
@media (max-width: 991px){
	.slik-arrows {
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    top: 50px;
	}
}