/**
 * Full-width layout fixes for Rososhop page templates inside Woodmart.
 */

body.rososhop-page-template .main-page-wrapper {
	padding-top: 0;
}

body.rososhop-page-template .main-page-wrapper > .container,
body.rososhop-page-template .main-page-wrapper > .container-fluid {
	width: 100% !important;
	max-width: 100% !important;
	padding-inline: 0 !important;
}

body.rososhop-page-template .content-layout-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.rososhop-page-template .content-layout-wrapper > .rb-about,
body.rososhop-page-template .content-layout-wrapper > .rb-contact,
body.rososhop-page-template .content-layout-wrapper > .rb-track,
body.rososhop-page-template .content-layout-wrapper > .rb-wholesale,
body.rososhop-page-template .content-layout-wrapper > .rb-faq,
body.rososhop-page-template .content-layout-wrapper > .site-content {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.rososhop-page-template .sidebar-container,
body.rososhop-page-template aside.sidebar {
	display: none !important;
}

body.rososhop-page-template .rb-about,
body.rososhop-page-template .rb-contact,
body.rososhop-page-template .rb-track,
body.rososhop-page-template .rb-wholesale,
body.rososhop-page-template .rb-faq {
	width: 100%;
	margin-inline: auto;
}

body.rososhop-page-template .rb-about__container,
body.rososhop-page-template .rb-contact__container,
body.rososhop-page-template .rb-track__container,
body.rososhop-page-template .rb-wholesale__container,
body.rososhop-page-template .rb-faq__container {
	margin-inline: auto;
}
