/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.slick-arrow .material-icons {
	font-size: 0;
	display: none;
}

.slick-arrow {
	position: relative;
	color: #000;
	font-size: 0;
	font-weight: 600;
	padding: 0;
	margin: 0 5px;
	height: 30px;
	width: 30px;
	background: transparent;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	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: 0;
	right: auto;
	background: url(../../image/left.png) no-repeat scroll center 7px;
}

.slick-arrow.right {
	right: 0;
	left: auto;
	background: url(../../image/right.png) no-repeat scroll center 7px;
}

.slick-arrow.left:hover,
.slick-arrow.right:hover{
	background-position: center -56px;
}
.slick-arrow.left::before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: -71px;
    right: auto;
    border-top: 1px solid #dfdfdf;
    width: 70px;
    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::after {
    position: absolute;
    content: "";
    top: 15px;
    bottom: 0;
    left: -41px;
    right: auto;
    border-top: 1px solid #dfdfdf;
    width: 40px;
    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::before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    right: -71px;
    left: auto;
    border-top: 1px solid #dfdfdf;
    width: 70px;
    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::after {
    position: absolute;
    content: "";
    top: 15px;
    bottom: 0;
    right: -41px;
    left: auto;
    border-top: 1px solid #dfdfdf;
    width: 40px;
    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: 0;
}

.slik-arrows .slick-arrow {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}

#image-additional-slider .slick-arrow {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	height: 30px;
	width: 30px;
	top: 34%;
	position: absolute;
}
#image-additional-slider:hover .slick-arrow{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}
#image-additional-slider .slick-arrow.left {
	left: 0;
	background-position: center 8px;
}

#image-additional-slider .slick-arrow.right {
	right: 0;
	background-position: center 8px;
}
#image-additional-slider .slick-arrow.left:hover, #image-additional-slider .slick-arrow.right:hover {
   background-position: center -92px;
}
.special-box .special-image-additional-slider .slick-arrow {
    height: 30px;
    width: 30px;
    opacity: 0;
    top: 28%;
}
.special-box .special-image-additional-slider:hover .slick-arrow {
    opacity: 1;
}
.special-box .special-image-additional-slider .slick-arrow.left, 
.special-box .special-image-additional-slider .slick-arrow.right {
    background-position: center -56px;
    background-color: transparent;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}

.slick-dots {
	padding-top: 30px;
	padding-left: 0;
	text-align: center;
}

.slick-dots li button {
	height: 10px;
	width: 10px;
	background: #fff;
	border: none;
	font-size: 0;
	line-height: 13px;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	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: #f39c12;
	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;
}
.hometab .slick-arrows,
.Tab_Category_Slider .slick-arrows {
	 top: -50px;
}

.Tab_Category_Slider .slick-arrows {
	display: none;
}

.Tab_Category_Slider .active .slick-arrows {
	display: block;
}

#image-additional-arrows.slick-arrows {
    top: auto;
    bottom: -50px;
}

.slick-arrows {
    text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
}
footer .toggle-title.open .toggle-arrow {
	background-position: center -50px;
}
@media (max-width: 1400px) {
	.slick-arrow.left {
		left: 0;
	}
	.slick-arrow.right {
		right: 0;
	}
}
@media (max-width: 991px){
	
}
@media (max-width: 767px){
}
@media (max-width: 479px){
	
}