.banner-strip__row { /* .widget_banner_strip > .row */
    padding: 0;
}
.banner-strip__3,
.banner-strip__2,
.banner-strip__1 { /* .widget_banner_strip div[class*="col-"] */
    padding: 0 10px;
    text-align: center;
}
.banner-strip__3:first-child {
    padding: 0 20px 0 0;
}
.banner-strip__3:last-child {
    padding: 0 0 0 20px;
}
.banner-strip__content {
    display: inline-block;
    position: relative;
}
.banner-strip__content a {
    display: block;
    text-align: center;
}
.banner-strip__content a img {
    max-width: 100%;
}
.footer__widgets-row .banner-strip__content a {
    background-color: transparent;
}
.widget-width__full .banner-strip__content a {
    padding: 0;
    border: none;
}
.widget-width__full .banner-strip__row {
    margin-left: 0;
    margin-right: 0;
}
.widget-width__full .banner-strip__3,
.widget-width__full .banner-strip__2,
.widget-width__full .banner-strip__1 { /* .widget_banner_strip div[class*="col-"] */
    padding-left: 0;
    padding-right: 0;
}

.banner-strip {
    position: relative;
}
.banner-strip__arrow {
	background-color: #f9c809;

	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	text-align: center;
}

.banner-strip__arrow i {
    line-height: 60px;
}

.banner-strip__arrow i:before {
    color: #262626;
    font-size: 16px;

    position: relative;
    left: 1px;
}

.banner-strip__arrow:hover {
    background-color: #262626;
}

.banner-strip__arrow:hover i:before {
    color: #fff;
}

/* Responsive and widget placements */

@media screen and (min-width: 15em) {

	.banner-strip__3:first-child {
		padding: 0 10px 10px;
	}

	.banner-strip__3, .banner-strip__2, .banner-strip__1 {
		padding: 0 10px;
	}

	.banner-strip__3:last-child {
		padding:  10px 10px 0;
	}

}

@media screen and (min-width: 992px) {

	.banner-strip__3:first-child {
		padding: 0 20px 0 0;
	}

	.banner-strip__3, .banner-strip__2, .banner-strip__1 {
		padding: 0 10px;
	}

	.banner-strip__3:last-child {
		padding: 0 0 0 20px;
	}

}


/* Rtl */

body.rtl .banner-strip__arrow {
	left: auto;
	right: 0;
}