/* t340 soft star by jahmi.sa aali theme  */

@media only screen and (max-width: 640px) and (min-width: 330px) {
	/* body.switch1_on.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity {
		display: none;
	} */

	body.switch1_on.is-sticky-product-bar
		.sticky-product-bar
		salla-add-product-button
		button[product-id].s-button-primary
		.s-button-text
		svg {
		font-size: 0;
		display: none;
	}
	body.switch1_on.is-sticky-product-bar
		.sticky-product-bar
		salla-add-product-button
		button[product-id].s-button-primary
		.s-button-text:after {
		content: "إضافة للسلة";
		font-size: 0.9rem;
	}
	[dir="rtl"] .switch1_on#app.is-sticky-product-bar .sticky-product-bar salla-add-product-button {
		margin-right: 1rem;
	}
	.switch1_on#app .sticky-product-bar salla-add-product-button button[product-id].s-button-primary {
		padding-right: 0.9rem;
		padding-left: 0.9rem;
		width: auto;
	}
	.switch1_on#app .sticky-product-bar salla-add-product-button salla-button {
		width: auto;
	}
	.switch1_on#app .sticky-product-bar salla-add-product-button button {
		padding-right: 0.9rem;
		padding-left: 0.9rem;
	}
	.switch1_on .is-sticky-product-bar .sticky-product-bar {
		padding-right: 14px;
		padding-left: 14px;
	}
	[dir="rtl"] .switch1_on#app.is-sticky-product-bar .sticky-product-bar salla-add-product-button {
		margin-right: 3px;
	}
}


/* maps */
/* map branches */
.aali-map-branches-btns-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
}

.aali-map-branches-btns-wrapper .aali-map-branches-btn {
    margin-bottom: 0.8rem;
}

.aali-map-branches-btns-wrapper .aali-map-branches-btn.active button {
    background-color: var(--custom-color1);
    color: var(--custom-color2);
}

@media only screen and (max-width: 430px) {
    .aali-map-branches-btns-wrapper .aali-map-branches-btn button {
        min-width: 130px;
    }
}