
.storeroom-slider {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
}
.select-city__title {
	font-size: 16px;
	margin: 0px;
	color: #3c4858;
	width: 100%;
}
.store-showall {
	margin: 2px 30px 0px 30px;
	color: #0052cc;
	cursor: pointer;
}
.storeroom-slider__title {
	display: flex; 
	-webkit-box-align: center;
	align-items: center;
	margin: 10px 0px 15px 0px;
}
.storeroom-slider__title select {
	border: 0px;
	border-bottom: 1px solid #0303;
	color: #0052cc;
	margin: 0 4px;
	width: 36%;
	padding: 0px;
	font-size: 16px;
	cursor: pointer;
	
}
.storeroom-slider__main {
    margin: 8px 0px 0px 0px;
}
.slider--storeroom .slider__item {
    padding: 0px 0px 0px 0px;
}
.slider__item .storeroom {
	margin: 0px 0px 10px 0px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 10px;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(23,43,77,.25);
}
.slider__item .storeroom--notavailable {
    width: 100%;
    border-left: 4px solid #f70008;
}
.slider__item .storeroom--available {
	width: 100%;
	border-left: 4px solid #13ce66;
}
.slider__item .storeroom__title {
    color: #f70008;
    font-weight: 400;
}
.slider__item .storeroom__title.storeroom__title--available {
	color: #13ce66;
}
.storeroom__content {
    margin: 8px 0 4px;
}
.storeroom__content {
    display: -webkit-box;
    display: flex;
    color: #8492a6;
    margin: 8px 0 0;
    max-height: 3em;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.storeroom__content .storeroom__address {
	line-height: 16px;
}
.storeroom__time {
	margin: 4px 0px 0px 0px;
	height: auto;
}
.storeroom__time a {
	color: #8492a6;
	font-size: 11.5px;
}
.storeroom__content-icon {
	height: 12px;
	margin: 0px 4px 0px 0px;
}
.storeroom__content .icon {
	height: 100%;
	width: 12px;
	fill: #8492a6;
}
.storeroom__link {
    margin-left: auto;
    height: 16px;
}
.theme-pearl.store-view-ba_ar.catalog-product-view .storeroom__link,
.theme-pearl.store-view-rn_ar.catalog-product-view .storeroom__link {
	margin-right: auto;
	margin-left: 0px;
}
.storeroom__link .icon {
	height: 100%;
	display: block;
    width: 24px;
    height: 24px;
}
.store--hidden {
	display: none;
}

/* @media (min-width:768px){.slider--storeroom .slider__item:nth-child(n+3):nth-child(n){display:none}} */
