
.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 {
 /*   margin: 0 15px;
    background: #f4f4f4;
    padding: 30px;*/
	text-align: center;
    cursor: pointer;
}
.facet-label.product-miniature {
    text-align: center;
}
.dfbrands .product-contents a {
    display: inline-block;
    vertical-align: top;
	margin:20px 0;
}


.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: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: -40px;
}
#newproducts-slider.slick-slider,
#bestsellerproducts-slider.slick-slider,
#featured-slider.slick-slider{
    margin-top: 0;
}
#related-arrows .slik-arrows{top: 40px;}
#custom-featuredblock .slik-arrows{}
.slik-arrows{
    float: left;
    text-align: center;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    line-height: 15px;
    bottom: auto;
    z-index: 9;
	background: transparent url("../img/arrow-divider.png") no-repeat center center;
}
/*arrow over*/
/*.new-products .slick-arrow,#featured-products .slick-arrow,.bestseller-products .slick-arrow{top: 45%;}*/
#custom-featuredblock .slick-arrow{top: 58%;}
.dfbrands .slick-arrow{top: 35%; position:absolute;}

.dfbrands img, .dfbrands a {
    display: inline-block;
}

.slick-arrow {
    position: absolute;
    padding: 0;
    height: 40px;
    width: 40px;
	top:30%;
	font-size:0;
	border:none;
	opacity: 0;
}
.products:hover .slick-arrow{opacity: 1;}
.slick-arrow.left {
	left:-60px;
    right: auto;
	background:#4c6171 url(../img/left-arrow.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.right {
    right:-60px;
    left: auto;
	background:#4c6171 url(../img/right-arrow.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
{
	background-color:#00cebd;
    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: 65px;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
.slick-dots li button {
	background: #4c6171;
    height: 10px;
    width: 10px;
    color: #fff;
    font-size: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    border: none;
	position:relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    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: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border: 1px solid #629120;
    width: 14px;
	opacity:0;
		border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
}
.slick-dots li.slick-active button::before{opacity:1;}*/

.slick-dots li.slick-active button {}
.slick-dots li:hover button,.slick-dots li.slick-active button {
    background:#00cebd;
    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.right{right: 10px;}
    .slick-arrow.left{left: 10px;} 
}
@media (max-width:1199px)
{
}
@media (max-width:991px)
{
    .slick-arrow{opacity: 1;}
}
@media (max-width:767px)
{
 
}
@media (max-width:479px)
{
}
