#recs {
    direction: ltr;
	position: relative;
}

#recs .more {
	background: #4e90cf;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	margin: 15px auto 5px auto;
	position: relative;
    display: table;
	font-size: 0.875em;
	text-decoration: none;
	text-align: center;
	direction: rtl;
}

#recs .more:hover {
	background: #336da4;
}

.nbs-flexisel-container .nbs-flexisel-inner {
	background: none;
	border: 0;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.nbs-flexisel-container .control_left, 
.nbs-flexisel-container .control_right {
    position: absolute;
    top: 27%;
    cursor: pointer;
	color: #626262;
    font-size: 2.5em;
}
.nbs-flexisel-container .control_left {
    left: 0;
}
.nbs-flexisel-container .control_right {
    right: 0;
}

.nbs-flexisel-container .nbs-flexisel-item {
	line-height: normal;
	cursor: auto;
}

.nbs-flexisel-ul {
	overflow: hidden;
}

#recs .rec_item .rec_title {
	font-size: 1.125em;
	text-align: center;
	display: block;
	color: #000;
	direction: rtl;
}

#recs .rec_item .rec_title img {
	margin: 0;
	width: 60px;
	height: 60px;
}

#recs .rec_item .ratings {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 8px;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
	color: #f8b805;
	letter-spacing: 2px;
	direction: rtl;
}

#recs .rec_item .item-content {
	position: relative;
	width: 83%;
	margin: auto;
}

#recs .rec_item .item-content .inner-content {
	background: #dfe7f0;
	border-radius: 10px;
	font-size: 0.875em;
	padding: 12px;
	overflow: auto;
	height: 100px;
	text-align: right;
	direction: rtl;
	width: 100%;
}

#recs .rec_item .item-content i {
	position: absolute;
	top: -9px;
    right: -6px;
	background: url('google-icon.png');
	width: 19px;
	height: 19px;
	display: block;
}

#recs .rec_item .item-content .inner-content::-webkit-scrollbar {
	width: 6px;
}
#recs .rec_item .item-content .inner-content::-webkit-scrollbar-track {
	background: transparent; 
}
#recs .rec_item .item-content .inner-content::-webkit-scrollbar-thumb {
	background: #626262; 
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#recs .rec_item .item-content .inner-content::-webkit-scrollbar-thumb:hover {
	background: #555; 
}