.allprodutsbtn {
    text-align: center;
    width: 100%;
    float: left;
	padding: 10px 0 0;
}
.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%;
}
.slik-arrows {
    float: left;
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}
.lastest_block.block .slick-arrow {top: 45%;}
.slick-arrow {
	position: absolute;
    top: 35%;
	padding: 0;
    height: 30px;
    width: 50px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
     transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
}
.products:hover .slick-arrow{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
     transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
}

.slick-arrow.left {
    background: url(../img/left-border.png) no-repeat scroll center center;
    left: -50px;
    transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.slick-arrow.left:hover, .slick-arrow.left:focus, .slick-arrow.left:active {
    background-image: url(../img/left-border-h.png);
    transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.slick-arrow.left::after{
    background: url(../img/left.png) no-repeat scroll 25px 9px;
    bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.slick-arrow.left:hover::after{
    background: url(../img/left-h.png) no-repeat scroll 20px 9px;
}
.slick-arrow.right {
    background: url(../img/right-border.png) no-repeat scroll center center;
    right: -50px;
    transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.slick-arrow.right:hover, .slick-arrow.right:focus, .slick-arrow.right:active {
    background-image: url(../img/right-border-h.png);
    transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.slick-arrow.right::after {
    background: url(../img/right.png) no-repeat scroll 4px 9px;
    bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.slick-arrow.right:hover::after{
    background: url(../img/right-h.png) no-repeat scroll 10px 9px;
}
.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 {
    border:2px solid #c1a38b;
    height: 11px;
    width: 11px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    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: #c1a38b;
    border-color: #c1a38b;
    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:991px)
{
    .slick-arrow{top: 29%;}
}
@media (max-width:767px)
{
 
}
@media (max-width:479px)
{
 
}