.widget-brands{
    overflow:hidden;
}
.widget-brands .widget-brands-gallery{
	
}
.widget-brands .widget-brands-gallery .container{
	overflow: hidden;
    padding: 25px 7px;
}
.widget-brands .widget-brands-gallery .slide div{
	width: 100%;
	padding-bottom: 100%;
    background-size: cover;
    background-color: #fff;
}
.widget-brands .widget-brands-gallery .slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	line-height: 0;
}
.widget-brands .widget-brands-gallery .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	background: none;
	overflow: visible;
}
.widget-brands .widget-brands-gallery .slick-list:focus{
    outline: none;
}
.widget-brands .widget-brands-gallery .slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.widget-brands .widget-brands-gallery .slick-slider .slick-track,
.widget-brands .widget-brands-gallery .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.widget-brands .widget-brands-gallery .slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
	align-items:center;
}
.widget-brands .widget-brands-gallery .slick-track:before,
.widget-brands .widget-brands-gallery .slick-track:after{
    display: table;
    content: '';
}
.widget-brands .widget-brands-gallery .slick-track:after{
    clear: both;
}
.widget-brands .widget-brands-gallery .slick-loading .slick-track{
    visibility: hidden;
}
.widget-brands .widget-brands-gallery .slick-slide{
    display: none;
    height: 100%;
    min-height: 1px;
	margin: 0px 7px;
	text-align:center !important;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.widget-brands .widget-brands-gallery .slick-slide img{
    display: block;
	width: auto;
    max-width: 100%;
	margin:0px auto;
}
.widget-brands .widget-brands-gallery .slick-slide.slick-loading img{
    display: none;
}
.widget-brands .widget-brands-gallery .slick-slide.dragging img{
    pointer-events: none;
}
.widget-brands .widget-brands-gallery .slick-initialized .slick-slide{
    display: block;
}
.widget-brands .widget-brands-gallery .slick-loading .slick-slide{
    visibility: hidden;
}
.widget-brands .widget-brands-gallery .slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.widget-brands .widget-brands-gallery .slick-arrow.slick-hidden{
    display: none;
}