
.allprodutsbtn{
   text-align: center;
float: left;
width: 100%;
margin-top: 30px;
}
.special-block .allprodutsbtn, .dfbrands .allprodutsbtn{display: none;}
.allprodutsbtn i{display: none;}
li.facet-label.brand-item {
    float: left;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    background-color: #f4f4f4;
    padding: 25px;
}
li.facet-label.brand-item a {
    display: inline-block;
    vertical-align: top;
}


/*product-additional-slider*/

#js-qv-product-slider .slick-arrow{opacity: 1;}
#custom-testimonial .slick-arrow{display: none !important;}
/*product-additional-slider over*/

/* append arrow*/
#index #featured-products .slik-arrows, #index .new-products .slik-arrows, #index .bestseller-products .slik-arrows
{
    top: -60px;
}
#related-arrows .slik-arrows{top: 40px;}
#custom-featuredblock .slik-arrows{display: none;}
.slik-arrows{
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: auto;
    z-index: 9;
    display: none;
}
/*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%;}
.slick-arrow {
	position: absolute;
    top: 28.5%;
    bottom: 0;
	padding: 0;
    height: 40px;
    width: 40px;
    opacity: 0;
}
.products:hover .slick-arrow{opacity: 1;}
.slick-arrow.left {
	left:-55px;
    right: auto;
    background:url("../img/left-arrow.png") no-repeat scroll center 11px;
    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 {
    right:-55px;
    left: auto;
    background: url("../img/right-arrow.png") no-repeat scroll center 11px;
    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-position: center -57px;
    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: 25px;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
.slick-dots li button {
    border:none;
    background: #363a42;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    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.slick-active button
{
    width: 30px;
    border-radius: 10px;
}
.slick-dots li:hover button,.slick-dots li.slick-active button {
    background: #ffb85f;
    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) {
    .slick-arrow.right{right: 10px;}
    .slick-arrow.left{left: 10px;}
}
@media (max-width:1200px)
{
   
}
@media (max-width:1199px)
{
}
@media (max-width:991px)
{
    .slick-arrow{opacity: 1;}
}
@media (max-width:767px)
{
 
}
