
.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;
    text-align: center;
    cursor: pointer;
}
.dfbrands .product-contents a {
    display: inline-block;
    vertical-align: top;
}


.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: -55px;
}
#newproducts-slider.slick-slider,
#bestsellerproducts-slider.slick-slider,
#featured-slider.slick-slider{
    margin-top: 50px;
}
#related-arrows .slik-arrows{top: 40px;}
#custom-featuredblock .slik-arrows{display: none;}
.slik-arrows{
    float: left;
    text-align: center;
    position: static;
    left: 0;
    right: 0;
    top: 75px;
    line-height: 15px;
    bottom: auto;
    z-index: 9;
}
/*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 {
	padding: 0;
    height: 35px;
    width: 35px;
    margin: 0 5px;
	font-size:0;
	position:absolute;
	top:35%;
	opacity:0;
}
.products:hover .slick-arrow{opacity: 1;}
.slick-arrow.left {
	left: -50px;
    right: auto;
    background: #d10e0e 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 {
    right: -50px;
    left: auto;
    background: #d10e0e 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
{
	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:100px;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    border:none;
    background: #fff;
	height:13px;
	width:13px;
    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 {
    position: absolute;
    content: "";
    left: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #c30000;
    width: 15px;
}
.slick-dots li:last-child button::before{display: none;}*/
.slick-dots li:hover button,.slick-dots li.slick-active button {
    background:#c30000;
    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;}
	.slick-dots{padding-top:50px;}
}
@media (max-width:767px)
{
 
}
@media (max-width:479px)
{
 .slik-arrows{top: 45px;}
}
