.allprodutsbtn {
    text-align: center;
    width: 100%;
    float: left;
	padding: 10px 0 0;
    display: none;
}
.dfbrands .allprodutsbtn {display: none;}
li.facet-label.brand-item {
    float: left;
    margin: 0 10px;
    text-align: center;
}
li.facet-label.brand-item a{
    display: inline-block;
    vertical-align: top;
}
.dfbrands .slick-arrow {
    top: 35%;
    position: absolute;
}
.dfbrands .slick-arrow.right {right: 0;}
.dfbrands .slick-arrow.left {left: 0;}
#featured-arrows, #newproducts-arrows, #bestsellerproducts-arrows {
    top: -70px;
}
.slik-arrows {
    float: left;
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 76px;
}
.slick-arrow {
	position: relative;
	padding: 0;
    height: 30px;
    width: 30px;
    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 {
	float: left;
    background: #3b3b3b url(../img/left.png) no-repeat scroll center center; /* Old browsers */
    background: url(../img/left.png) no-repeat scroll center center, -moz-linear-gradient(top, #3b3b3b 0%, #000000 100%); /* FF3.6-15 */
    background: url(../img/left.png) no-repeat scroll center center, -webkit-linear-gradient(top, #3b3b3b 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../img/left.png) no-repeat scroll center center, linear-gradient(to bottom, #3b3b3b 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000',GradientType=0 );
}
.slick-arrow.right {
    float: right;
    background: #3b3b3b url(../img/right.png) no-repeat scroll center center; /* Old browsers */
    background: url(../img/right.png) no-repeat scroll center center, -moz-linear-gradient(top, #3b3b3b 0%, #000000 100%); /* FF3.6-15 */
    background: url(../img/right.png) no-repeat scroll center center, -webkit-linear-gradient(top, #3b3b3b 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../img/right.png) no-repeat scroll center center, linear-gradient(to bottom, #3b3b3b 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000',GradientType=0 );
}
.slick-arrow.left:hover, .slick-arrow.left:focus, .slick-arrow.left:active {
    background: #e51515 url(../img/left.png) no-repeat scroll center center;
    background: url(../img/left.png) no-repeat scroll center center, -moz-linear-gradient(top, #e51515 0%, #a70e0e 100%);
    background: url(../img/left.png) no-repeat scroll center center, -webkit-linear-gradient(top, #e51515 0%,#a70e0e 100%);
    background: url(../img/left.png) no-repeat scroll center center, linear-gradient(to bottom, #e51515 0%,#a70e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51515', endColorstr='#a70e0e',GradientType=0 );
}
.slick-arrow.right:hover, .slick-arrow.right:focus, .slick-arrow.right:active {
    background: #e51515 url(../img/right.png) no-repeat scroll center center;
    background: url(../img/right.png) no-repeat scroll center center, -moz-linear-gradient(top, #e51515 0%, #a70e0e 100%);
    background: url(../img/right.png) no-repeat scroll center center, -webkit-linear-gradient(top, #e51515 0%,#a70e0e 100%);
    background: url(../img/right.png) no-repeat scroll center center, linear-gradient(to bottom, #e51515 0%,#a70e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51515', endColorstr='#a70e0e',GradientType=0 );
}
.slick-arrow .material-icons{
    margin:0;
    padding: 0;
    font-size: 0;
    color: #fff;
}

.slick-arrow:hover .material-icons {
    color: #000;
}

.slick-dots li {
   position: relative;
   display: inline-block;
   cursor: pointer;
   margin: 0 5px;
   height: 14px;
   width: 14px;
   border:2px solid #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;
}
.slick-dots li:hover, .slick-dots li.slick-active{
    border-color: #e51515;
    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 {
    background: #000;
    border:none;
    height: 8px;
    width: 8px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    margin: 1px;
    display: block;
    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,.slick-dots li:hover button {
    background: #e51515;
    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;
}
.layout-left-column #content-wrapper .products.row {
    margin: 0 -15px;
}
#left-column.col-md-3 {
    width: 22.6%;
}
#content-wrapper.col-md-9 {
    width: 77.4%;
}
.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:1200px) {
    
}
@media (max-width:991px)
{

    #left-column.col-md-3{width: 30%;}
    #content-wrapper.col-md-9{width: 70%;}
    .slick-arrow{top: -25%;}
}
@media (max-width:767px)
{
#content-wrapper.col-md-9{width: 100%;}
 .slick-arrow{top: -22%;}
 #featured-arrows, #newproducts-arrows, #bestsellerproducts-arrows {
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;}
}
@media (max-width:479px)
{
 .slick-arrow{top: -16%;}
}