
.allprodutsbtn {
    text-align: center;
    float: left;
    width: 100%;
}
.special-block .allprodutsbtn, .dfbrands .allprodutsbtn{display: none;}
.allprodutsbtn i{display: none;}
/*brand logo*/

.dfbrands .product-contents {
    margin: 0 15px;
    /*padding: 40px 0;*/
    text-align: center;
    cursor: pointer;
}
.dfbrands .product-contents a {
    display: inline-block;
    vertical-align: top;
}
.dfbrands .product-contents img {
    filter: grayscale(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;
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
}
.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;
    filter: none;
}
/*brand logo end*/

/*product-additional-slider*/

#js-qv-product-slider .slick-arrow{opacity: 1;}
/*product-additional-slider over*/

/* append arrow*/

#related-arrows .slik-arrows{top: 40px;}
#dfcategoryproducttabs .slik-arrows{top: -70px;}
#dfcategoryproducttabs .slick-arrow.left {
    left: auto;
    right: 55px;
}
#dfcategoryproducttabs .slick-arrow.right {
    right: 15px;
    left: auto;
}
#custom-featuredblock .slick-arrow.left {
    left: auto;
    right: 40px;
    background: url(../img/featuredblock-left-arrow.png) no-repeat scroll center 0;
}
#custom-featuredblock .slick-arrow.left:hover,#custom-featuredblock .slick-arrow.right:hover
 {background-position: center -66px;}
#custom-featuredblock .slick-arrow.right {
    right: 10px;
    left: auto;
    background: url(../img/featuredblock-right-arrow.png) no-repeat scroll center 0;
}
#custom-featuredblock .slik-arrows {
    top: 6px;
}
.slik-arrows{
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    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 .slick-arrow{top: 35%;}
.dfbrands .slick-arrow.left {
    left: -40px;
}
.dfbrands .slick-arrow.right {
    right: -40px;
}
.dfbrands img, .dfbrands a {
    display: inline-block;
}
.slick-arrow {
    position: absolute;
    top: 30%;
    font-size: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    margin: 0;
    display: none;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    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;
}
.products:hover .slick-arrow{
    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;
}
.slick-arrow.left {
    left: -70px;
    right: auto;
    background: url(../img/products-left-arrow.png) no-repeat scroll center 0;
    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: -70px;
    left: auto;
    background: url(../img/products-right-arrow.png) no-repeat scroll center 0;
    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 {
    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;
    background-position: center -82px;
}
#index #featured-products .slik-arrows, #index .new-products .slik-arrows, #index .bestseller-products .slik-arrows {
    top: -59px;
}
.lastest_block .slick-dots{display: none;}
.slick-dots {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 0;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-top: -5px;
}
.slick-dots li button {
   font-size: 0;
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 0 3px;
    display: block;
    cursor: pointer;
    position: relative;
    background: #102d6c;
    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;
    border: 1px solid #7b8aac;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
    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;
    border-color: #ffd800;
    transform: rotate(45deg);
}
.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: 1350px) {
    .slick-arrow.right {
        right: 0;
    }
    .slick-arrow.left {
        left: 0;
    }
}
@media(max-width: 1280px) {
    .dfbrands .slick-arrow.left {
        left: 0;
    }
    .dfbrands .slick-arrow.right {
        right: 0;
    }
}
@media (max-width:1200px)
{

}
@media (max-width:1199px)
{
    .lastest_block .slick-arrow {
        top: 50%;
    }
}
@media (max-width:991px)
{
    #testimonial-slider .slick-arrow.right {
        right: 0;
    }
    #testimonial-slider .slick-arrow.left {
        left: 0;
    }
    .slick-dots {
        padding-top: 30px;
    }
}
@media (max-width:767px)
{
    .slick-arrow.left {
        right: 29px;
    }
    #index #featured-products .slik-arrows, #index .new-products .slik-arrows, #index .bestseller-products .slik-arrows {
        top: 0;
        left: 30px;
    }
    #newproducts-slider.slick-slider, #bestsellerproducts-slider.slick-slider, #featured-slider.slick-slider {
 /*       padding-top: 45px;*/
    }
    #dfcategoryproducttabs .slick-arrow.left {
        right: 0;
    }
    #dfcategoryproducttabs .slick-arrow.right {
        right: -29px;
    }
    #dfcategoryproducttabs .slik-arrows {
        top: -60px;
        left: auto;
        right: auto;
    }
}
@media (max-width:479px)
{
     #testimonial-slider  .slick-arrow {
        top: 25%;
    }
    .slick-dots li {
        margin-top: 0;
    }
    .slick-dots {
        padding-top: 20px;
    }
}


.blockcart.cart-preview.inactive.open .cart-drop-contents.dropdown-menu {
    display: block !important;
}
#product #wrapper .breadcrumb {
    margin-bottom: 30px;
}