ul.slick-dots {
    list-style: none;
    display:flex;
    margin: 0 auto;
    justify-content:center;
	position: absolute;
    bottom: 10px;
	padding: 0;
	margin: 0;
	left: 50%;
    transform: translateX(-50%);
}
ul.slick-dots li{
    border: none;
    background: #BBB;
    border-radius: 50%;
    margin: 5px 5px 0;
    width:8px;
    height:8px
}
ul.slick-dots li.slick-active{
    background:white;
}
ul.slick-dots button{
    display:none; 
}
@media only screen and (max-width: 768px) {
	.shop-banner{
		padding: 10px 0px 20px!important;
	}
	.shop-banner__icon-container:not(:first-child) {
		display: none;
	}
	.shop-banner__icon-img {
		float: none!important;
		margin: 0 auto;
		padding: 0 0 5px;
	}
    .mobile-break {
        display: none!important;
    }

    .shop-banner__icon-container {
        text-align: center;
        width: 100%;
    }
    
}