.allprodutsbtn {
    text-align: center;
    width: 100%;
    float: left;
	padding: 10px 0 0;
    display: none;
}
li.facet-label.brand-item {
    float: left;
    margin: 0;
    text-align: center;
    padding: 20px 20px;
    border-right: 1px solid #e5e5e5;
}
#brands-slider {
    background: #f5f5f5;
}
li.facet-label.brand-item a{
    display: inline-block;
    vertical-align: top;
}
#left-column .slik-arrows {
    top: 10px;
    right: 15px;
    width: 55px;
}
.tabs .slik-arrows {top: -63px;}
.slik-arrows {
    position: absolute;
    top: -3px;
    left: auto;
    right: 0;
    width: 65px;
}

#custom-featuredblock .slick-arrow { top: 45%; }

.slick-arrow {
    color: #666666;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 22px;
    width: 25px;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 35%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 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{
    
    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: 0;
    background:  #fff url(../img/left.png) no-repeat scroll center 7px;
}
.slick-arrow.left:hover, .slick-arrow.left:focus, .slick-arrow.left:active {
    background-color: #fd9943; 
    border-color: #fd9943;
    background-position: center -53px;
}
#left-column .slick-arrow.left:hover, #left-column .slick-arrow.left:focus, #left-column .slick-arrow.left:active {
    background-color: #5a471d; }

.slick-arrow.right {
    background: #fff url(../img/right.png) no-repeat scroll center 7px;
    right: 0;
}
.slick-arrow.right:hover, .slick-arrow.right:focus, .slick-arrow.right:active {
    background-color: #fd9943;
    border-color: #fd9943;
    background-position: center -53px;
}
#left-column .slick-arrow.right:hover, #left-column .slick-arrow.right:focus, #left-column .slick-arrow.right:active {
    background-color: #5a471d;}

.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;
   margin: 0 5px;
}

.slick-dots li button {
    background: #fff;
    border:none;
    height: 14px;
    width: 14px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.62);
}
.slick-dots li.slick-active button,.slick-dots li:hover button {
    background: #fd9943;
    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;
}
.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:1199px) {
}
@media (max-width:1200px) {
    
}
@media (max-width:991px)
{
    .slik-arrows{width: 55px;}
    #left-column .slik-arrows{right: 5px;}
    .tabs .slik-arrows {
    top: -59px;
    left: 0;
    right: 0;
    margin: 0 auto;
    }
}
@media (max-width:767px)
{
    .slik-arrows {
    left: 0;
    margin: 0 auto;
    top: 25px;
    }
}
@media (max-width:479px)
{
 
}