.allprodutsbtn {
    text-align: center;
    width: 100%;
    float: left;
	padding: 10px 0 0;
    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;
}
#custom-featuredblock .slick-arrow { top: 45%; }
.slick-arrow {
    color: #666666;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 35px;
    width: 35px;
    border: 1px solid #ddd;
    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;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
}
.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: 15px;
    background:  #fff url(../img/left.png) no-repeat scroll center 11px;
}
.slick-arrow.left:hover, .slick-arrow.left:focus, .slick-arrow.left:active {
    background-color: #067882; 
    border-color: #067882;
    background-position: center -59px;
}


.slick-arrow.right {
    background: #fff url(../img/right.png) no-repeat scroll center 11px;
    right: 15px;
}
.slick-arrow.right:hover, .slick-arrow.right:focus, .slick-arrow.right:active {
    background-color: #067882;
    border-color: #067882;
    background-position: center -59px;
}
#blog-block-arrows {
    position: absolute;
    top: 0;
    left: auto;
    right: 50px;
}
#blog-block-arrows .slick-arrow{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    border:none;
}
#blog-block-arrows .slick-arrow.left {
    left: 0;
    background: url(../img/left-b.png) no-repeat scroll center 2px;
}
#blog-block-arrows .slick-arrow.left:hover, #blog-block-arrows .slick-arrow.left:focus, #blog-block-arrows .slick-arrow.left:active {
    background-position: center -57px;
}
#blog-block-arrows .slick-arrow.right {
    right: 0;
    background: url(../img/right-b.png) no-repeat scroll center 2px;
}
#blog-block-arrows .slick-arrow.right:hover, #blog-block-arrows .slick-arrow.right:focus, #blog-block-arrows .slick-arrow.right:active {
    background-position: center -57px;
}
.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: 9px;
    width: 9px;
    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 {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    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) {
}
@media (max-width:1200px) {
    .slick-arrow.left { left: 15px;}
    .slick-arrow.right { right: 15px;}
}
@media (max-width:991px)
{
}
@media (max-width:767px)
{
}
@media (max-width:479px)
{
 
}