/* Category page RTL style rules.

	* Table of contents

	- Products filter
	- Products grid
	- Quick buy

 */

@media screen and ( min-width: 1024px ) {
	.custom-panel {
		flex-direction: row-reverse;
	}
}

/* Products filter
------------------------------------------------------------------------------------------------- */

.content-sidebar .sidebar {
	right: 0;
	left: auto;
}

.sidebar .iwebsite-tax-filter .widget-title.open-filter::after {
	right: auto;
	left: 0;
}

/* Products grid
------------------------------------------------------------------------------------------------- */

@media screen and ( min-width: 1024px ) {
	.filter-container {
		padding-right: 0;
		padding-left: 50px;
	}
}

/* Quick buy
------------------------------------------------------------------------------------------------- */

.quickbuy-panel-container .waitlist_block button.waitlist_add {
	right: auto;
	left: 0;
}

.quickbuy-panel-container .waitlist_block button.waitlist_add.thannkyou {
	right: auto;
	left: 0;
}

@media screen and ( min-width: 1680px ) {
	.quickbuy-panel-container .waitlist_block .waitlist_input {
		padding-right: 5px;
		/* original padding (5px) + button weight (60px) + button left (3px) */
		padding-left: 68px;
	}

	.quickbuy-panel-container .waitlist_block button.waitlist_add {
		right: auto;
		left: 3px;
	}

	.quickbuy-panel-container .waitlist_block button.waitlist_add.thannkyou {
		right: auto;
		left: 3px;
	}
}