/**
 * LTR layout overrides when site language is not RTL (e.g. en_US).
 */

[dir='ltr'] body.nextshop-body {
	direction: ltr;
	text-align: left;
}

[dir='ltr'] .nextshop-section-title::after {
	margin-right: 0;
	margin-left: 15px;
}

[dir='ltr'] .nextshop-section-title span {
	padding-left: 0;
	padding-right: 15px;
}

[dir='ltr'] .nextshop-story-progress,
[dir='ltr'] .nextshop-story-progress__segment {
	flex-direction: row;
	direction: ltr;
}

[dir='ltr'] .nextshop-header-search .nextshop-search-form input[type='search'] {
	padding-left: 2.75rem;
	padding-right: 1rem;
}

[dir='ltr'] .nextshop-header-search .nextshop-search-form button {
	left: auto;
	right: 0.5rem;
}

[dir='ltr'] .nextshop-mobile-drawer {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

[dir='ltr'] .nextshop-mobile-drawer.is-open {
	transform: translateX(0);
}

[dir='ltr'] .nextshop-header-actions {
	flex-direction: row;
}

[dir='ltr'] .nextshop-post-nav__prev .nextshop-post-nav__label,
[dir='ltr'] .nextshop-post-nav__next .nextshop-post-nav__label {
	text-align: left;
}

[dir='ltr'] .nextshop-breadcrumb,
[dir='ltr'] .woocommerce-breadcrumb {
	direction: ltr;
}

[dir='ltr'] .nextshop-mini-cart-dropdown,
[dir='ltr'] .nextshop-notifications-dropdown {
	left: auto;
	right: 0;
}

[dir='ltr'] .nextshop-search-suggestions {
	text-align: left;
}

[dir='ltr'] .nextshop-dashboard-nav,
[dir='ltr'] .woocommerce-MyAccount-navigation {
	text-align: left;
}

[dir='ltr'] .nextshop-trust-badges {
	flex-direction: row;
}
