

div#brn-sale-banner {
   border-radius: 28px;
    background-color: #ffdf72;
}

.slick-slider-in {
   
}

.top-space {
    height: 70px;
    background: white;
}

.brn-sale-banner-in-box {
    display: flex;
    padding: 46px 79px;
}



.sale-banner-button a {
    font-family: "ibm-plex-sans-hebrew", Sans-serif;
    width: 176px;
    height: 50px;
    margin: 25px 0;
    padding: 12px 27px 12px 28px;
    border-radius: 8px;
    background-color: #e2081e;
    color: white;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.29px;
}
.left-box, .right-box {
    flex: 1 1 0px;
    position: relative;
}
.right-box {
    direction: rtl;
}

.sale-banner-title {
    font-family: "ibm-plex-sans-hebrew", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.67;
    letter-spacing: 0.67px;
    text-align: right;
    color: #000000;
    padding-bottom: 18px;
}
.sale-banner-image {
    position: absolute;
    bottom: 0px;
    left: 0;
}

div#brn-sale-banner {
    direction: ltr;
}


.slick-dots {
    bottom: 1px !important; 
}

.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 5px !important;
    background-color: #E2081E !important;
	opacity:0.4;
}

.slick-dots li.slick-active button, .slick-dots li button:hover {
	opacity:1;
}
.slick-dots li button:before {
    font-size: 0px !important;
}



.slick-dots li {
    margin: 0 1px !important;
}

@media only screen and (max-width: 767px) {
    .left-box {
        //display: none;
    }
    
	.sale-banner-image {
		position:relative;
	}
	
    .right-box {
        width:  100%;
        text-align: center;
    }
    
    .brn-sale-banner-in-box {
        padding: 46px 20px 50px;
		display: flex;
	    flex-direction: column;
		align-items: center;
    }
    
    .sale-banner-title {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.53px;
        text-align: center;
        color: #000000;
    }
    
    .sale-banner-button a {
        margin: 10px auto;
    }
    
}




