.allprodutsbtn{
   text-align: center;
    float: left;
    width: 100%;
    display: none;
}
/*brand logo*/
.dfbrands .product-contents {
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: navajowhite;
    box-shadow: unset;
}
.dfbrands .product-contents a {
    display: inline-block;
    vertical-align: top;
}
.dfbrands .product-contents  img {
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    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: -65px;
}
#newproducts-slider.slick-slider,
#bestsellerproducts-slider.slick-slider,
#featured-slider.slick-slider{}
#related-arrows .slik-arrows{top: 40px;}
.slik-arrows{
    float: left;
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    top: -4px;
    bottom: auto;
    z-index: 9;
}
#dfcategoryproducttabs .slik-arrows{top: 20px;}
/*arrow over*/
.new-products .slick-arrow,#featured-products .slick-arrow,.bestseller-products .slick-arrow{}
.dfbrands img, .dfbrands a {
    display: inline-block;
}

.slick-arrow {
	padding: 0;
    height: 25px;
    width: 25px;
    margin: 0;
    font-size: 0;
}
.slick-arrow.left {
	left:-25px;
    right: auto;
    background: #fff url("../img/left-arrow.png") no-repeat center 4px;
    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:-25px;
    left: auto;
    background: #fff url("../img/right-arrow.png") no-repeat center 4px;
    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 -66px;
    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 {
    text-align: center;
    display: none;
    margin:0;
    padding: 25px 0;
}
.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
.slick-dots li button {
    border:none;
    font-size: 0;
    background: #333333;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
}
.slick-dots li:hover button,.slick-dots li.slick-active button {
    background: transparent;
    border-color: #ffd200;
    transform: scale(1.6);
    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;margin-left: 0;}
.layout-left-column #content-wrapper .row{ margin-right: 0;margin-left: 0;}
.layout-right-column #left-column .row { margin-left: 0;}
.layout-right-column #content-wrapper .row{ margin-right: 0;margin-left: 0;}
#right-column .row {margin: 0;}

@media(max-width: 1450px) {
}
@media (max-width:1200px)
{
}
@media (max-width:1199px)
{
}
@media (max-width:991px)
{
    .slick-arrow{opacity: 1;}
    .slick-dots{padding: 20px 0;}
}
@media (max-width:767px)
{
    .slick-arrow.left{left: 15px;}
    .slick-arrow.right{right: 15px;}
    #index #featured-products .slik-arrows, #index .new-products .slik-arrows, #index .bestseller-products .slik-arrows
    {
        left: 0;
        top: -60px;
    }
    #dfcategoryproducttabs .slik-arrows{left: 0;top: 170px;}

}
@media (max-width:479px)
{
}
