
.allprodutsbtn{
    text-align: center;
	float: left;
	width: 100%;
	margin-top: 30px;
	display: none;
}

.special-block .allprodutsbtn, .dfbrands .allprodutsbtn{display: none;}

.allprodutsbtn i{display: none;}

/*brand logo*/

.dfbrands .product-contents {
    text-align: center;
    cursor: pointer;
}
.dfbrands .product-contents a {
    display: inline-block;
    vertical-align: top;
	background:#f8f8f8;
	margin:10px 15px;
	padding:25px;
	border:1px solid #ebebeb;
}

.dfbrands .product-contents a:hover{
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}


.dfbrands .product-contents img {
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    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;
}
.dfbrands .product-contents a:hover img
{
	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;
}
/*brand logo end*/

/*product-additional-slider*/

#js-qv-product-slider .slick-arrow{opacity: 1;}
/*product-additional-slider over*/

/* append arrow*/
#index #featured-products .slik-arrows, #index .new-products .slik-arrows, #index .bestseller-products .slik-arrows
{
    top: -75px;
}
#related-arrows .slik-arrows{top: 40px;}
#custom-featuredblock .slik-arrows{position:relative; z-index:1;}

.slik-arrows{
    float: left;
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    top: 3px;
    line-height: 15px;
    bottom: auto;
}
/*arrow over*/
/*.new-products .slick-arrow,#featured-products .slick-arrow,.bestseller-products .slick-arrow{top: 45%;}*/

.dfbrands img, .dfbrands a {
    display: inline-block;
}

.slick-arrow,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	padding: 0;
    height: 35px;
    width: 35px;
    font-size: 0;
    position: absolute;
    top: 37%;
	opacity:0;
	-webkit-opacity:0;
    display:inline-block !important;
}

.products:hover .slick-arrow,
.ets_block_latest:hover .owl-carousel .owl-nav .owl-next,
.ets_block_latest:hover .owl-carousel .owl-nav .owl-prev{
	opacity:1;
	-webkit-opacity:1;
}	


.slick-arrow.left, .owl-carousel .owl-nav .owl-prev {
	left:0px;
    right: auto;
    background: #eb4815 url(../img/left.png) no-repeat scroll center center;
    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::before {
    content: "";
    position: absolute;
    background: transparent url("../img/arrow-divider.png") no-repeat center 3px;
    left:17px;
    right: 0;
    top: 0;
    bottom: 0;
    height: 25px;
    width: 25px;
}*/
.slick-arrow.right, .owl-carousel .owl-nav .owl-next {
    right: 0px;
    left: auto;
	margin-left:10px;
    background: #eb4815 url(../img/right.png) no-repeat scroll center center;
    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 .material-icons{
   display: none;
}
.slick-arrow.left:hover,
.slick-arrow.right:hover,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover
{
	background-color:#000;
    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;
}
.lastest_block .slick-dots{display: none;}
.slick-dots {
	padding-top:15px;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    border:none;
    background: #000;
	height:6px;
	width:6px;
    font-size: 0;
    line-height: 13px;  
    padding: 0;
	margin:0 5px;
    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 {
	content:"";
	position:absolute;
	top:-3px;
	left:-3px;
	right:-3px;
	bottom:-3px;
	border:1px solid #000;
	    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:hover button:before,.slick-dots li.slick-active button:before{
	border-color:#eb4815;
	    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:hover button,.slick-dots li.slick-active button {
    background:#eb4815;
    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;
}

.quick-view .search{color: #000;}
.quick-view .search:hover{color: #583400;}
.layout-left-column #left-column .row { margin-right: 0;}
.layout-left-column #content-wrapper .row{ margin-left: 0;}
.layout-right-column #left-column .row { margin-left: 0;}
.layout-right-column #content-wrapper .row{ margin-right: 0;}

@media(max-width: 1450px) {

}
@media (max-width:1250px)
{
   	.slick-arrow.left{left:0px;}
	.slick-arrow.right{right:0px;}
}
@media (max-width:1199px)
{
	.slick-dots{padding-top:50px;}
}
@media (max-width:991px)
{
	.slick-dots{padding-top:30px;}
}
@media (max-width:767px)
{

#index #featured-products .slik-arrows, #index .new-products .slik-arrows, #index .bestseller-products .slik-arrows{top:-48px;}

.slik-arrows{left:0; top:58px;}

.dfbrands .product-contents a{padding:15px;}

}
@media (max-width:479px)
{

}
