.allprodutsbtn {
    text-align: center;
    width: 100%;
    float: left;
	padding: 10px 0 0;
    display: none;
}
#featured-products .allprodutsbtn {display: block;}

li.facet-label.brand-item {
    float: left;
    text-align: center;
}
li.facet-label.brand-item a{
    display: inline-block;
    vertical-align: top;
	margin: 0 10px;
	padding: 20px 40px;
	border: 1px solid #eee;
}
.tabs .slik-arrows {
    margin-top: -120px;
}
.slik-arrows {
    position: static;
    float: right;
    margin-top: -100px;
}
.slick-arrow {
    color: #fff;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    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 {
    background: #dc033c url(../img/left.png) no-repeat scroll 17px -48px;
    left: 0;
    padding: 10px 20px 10px 40px;
}
.slick-arrow.left:hover, .slick-arrow.left:focus, .slick-arrow.left:active {
    background-color: #000;
}
.slick-arrow.right {
    background: #dc033c url(../img/right.png) no-repeat scroll 78% -48px;
    right: 0;
    padding: 10px 40px 10px 20px;
}
.slick-arrow.right:hover, .slick-arrow.right:focus, .slick-arrow.right:active {
    background-color: #000;
}

.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: #000;
    border:none;
    height: 10px;
    width: 10px;
    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;
}
.slick-dots li.slick-active button,.slick-dots li:hover button {
    background: #dc033c;
    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) {
    .slick-arrow.left { left: 0;}
.slick-arrow.right { right: 0;}
}
@media (max-width:1199px) {
    .tabs .slik-arrows {margin-top: -70px;}
}
@media (max-width:991px)
{
    .slick-arrow{top: 29%;}
}
@media (max-width:767px)
{
    .slik-arrows{width: 100%; text-align: center; margin-top: -60px;} 
    .tabs .slik-arrows {margin-top: -53px;}
}
@media (max-width:479px)
{
 
}