/* Korkortshuset */
/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

/* ==========================================================================
Generellt 
========================================================================== */
:root {
	/* 	Layout  */
	--col-padding: 3rem;
	--menu-height: 7rem;

	/* 	Colors */
	--primary-color: 229, 31, 41;
	--secondary-color: 237, 223, 24;

	/* 	Typography */
	--base-size: 1.6rem;

	/* Layout */
	--section-width: 150rem;

	/* 	Mobile nav */
	--activate-mobile-menu: 1605;
	--mobile-menu-height: 7rem;
	--mobile-menu-bg: 255, 255, 255;
}

/* EditMode
========================================================================== */
.EditMode .TemplateMenu a.toplevel {
	color: #000;
}

.EditMode .TemplateMenu>li>ul>li>ul {
	height: 50rem;
	overflow: scroll;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
	display: inline-block;
}

/* Layout
========================================================================== */
.section-block {
	padding: 12rem 4rem;
}

/* .section-block-wrapper {
	max-width: 150rem;
} */

/* Specifika paddings */
.LayoutPage .less-pad .section-block {
	padding: 2rem;
}

.p-2:not(.section-wrapper) {
	padding: 2rem;
}

.p-3:not(.section-wrapper),
.p-3 .section-block {
	padding: 3rem;
}

.pt-0:not(.section-wrapper),
.pt-0 .section-block {
	padding-top: 0rem;
}

.pt-2:not(.section-wrapper),
.pt-2 .section-block {
	padding-top: 2rem;
}

.pt-4:not(.section-wrapper),
.pt-4 .section-block {
	padding-top: 4rem;
}

.pb-0:not(.section-wrapper),
.pb-0 .section-block {
	padding-bottom: 0;
}

.pb-2:not(.section-wrapper),
.pb-2 .section-block {
	padding-bottom: 2rem;
}

.pb-3:not(.section-wrapper),
.pb-3 .section-block {
	padding-bottom: 3rem;
}

.pt-2:not(.section-wrapper),
.pt-2 .section-block {
	padding-top: 2rem;
}

.pt-3:not(.section-wrapper),
.pt-3 .section-block {
	padding-top: 3rem;
}

.pt-5:not(.section-wrapper),
.pt-5 .section-block {
	padding-top: 5rem;
}

/* Specifika margins */
.mb-1:not(.section-wrapper),
.mb-1 .section-block {
	margin-bottom: 1rem;
}

.mt-3:not(.section-wrapper),
.mt-3 .section-block {
	margin-top: 3rem;
}

.mt-5:not(.section-wrapper):not(.section-wrapper),
.mt-5 .section-block {
	margin-top: 5rem;
}

.mb-2:not(.section-wrapper),
.mb-2 .section-block {
	margin-bottom: 2rem !important;
}

.mb-3:not(.section-wrapper),
.mb-3 .section-block {
	margin-bottom: 3rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mr-1 {
	margin-right: 1rem;
}

.mr-2 {
	margin-right: 2rem;
}

/* Specifika bredder */

.mw-700 {
	max-width: 70rem !important;
}

.mw-900 .section-block-wrapper {
	max-width: 90rem;
}

.mw-1200 .section-block-wrapper {
	max-width: 120rem;
}

.mw-1500 .section-block-wrapper {
	max-width: 150rem;
}

.justify-center {
	justify-content: center;
}

/* Borders */

.b-2 {
	border-radius: 2rem;
}

/* Text blocks */
.text-wrapper {
	max-width: 110rem;
	margin: 0 auto;
}

.text-wrapper.text-center * {
	margin: 0 auto;
	text-align: center;
}

.text-block {
	max-width: 80rem;
}

.text-block-center {
	margin: 0 auto;
	text-align: center;
	max-width: 100rem;
}

.text-center-padding {
	text-align: center;
	padding: 20px;
	letter-spacing: 40px;
	margin-top: 5rem;
}

.text-center {
	text-align: center !important;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.section-block {
		padding: 11rem 4rem;
	}
}

@media only screen and (max-width: 580px) {

	.section-block,
	.pl-0 .section-block {
		padding: 5rem 2rem;
	}

	.text-block-center {
		text-align: left;
		margin: 0;
	}

	.text-center {
		text-align: left;
	}
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
	position: relative;
	margin-top: calc(-1 * var(--menu-height));
	background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-video-wrapper video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	min-width: 100%;
	transform: translate(-50%, -50%);
}

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
	display: none;
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
}

body:not(.EditMode) .section-auto-modal .section-block {
	position: fixed;
	top: 50%;
	left: 50%;
	width: calc(100% - 2rem);
	max-width: 75rem;
	max-height: 60vh;
	padding: 0rem;
	border-radius: 0;
	overflow: auto;
	background: #ffffff00;
	transform: translate(-50%, -50%);
}

/*.section-auto-modal .close-modal {
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-size: 3rem;
	cursor: pointer;
} */

.section-auto-modal .close-modal {
	display: none;
}

/* Jul */
#modal-jul .btn {
	margin: auto;
	bottom: 2rem;
	max-width: 20rem;

}

@media only screen and (max-width: 450px) {
	body:not(.EditMode) .section-auto-modal .section-block {
		padding: 2rem 1rem;
	}
}

/* Modal
========================================================================== */
.modal {
	max-width: 75rem;
	width: 100%;
	max-width: 50rem;
	max-height: 95vh;
	padding: 0rem;
	border-radius: 2rem;
	box-shadow: none;
	overflow: auto;
}

.modal-big {
	max-width: 57rem;
}

.blocker {
	z-index: 100;
}

.modal a.close-modal {
	display: none;
}

.modal .custom-close-modal {
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-size: 2rem;
	color: black;
	border-radius: 50%;
	padding: 1rem;
}

@media only screen and (max-width: 450px) {
	.blocker {
		padding: 1rem;
	}
}

/* Header / Navigation
========================================================================== */
/* Logo */
.header-logo {
	flex-basis: 0;
	flex: 1 1 0px;
}

.header-logo img {
	width: 240px;
	/*height: 69px;*/
}

@media (max-width: 580px) {
	.header-logo img {
		width: 120px;
	}
}

/* header */
header.scrolled {
	box-shadow: 0 .1rem 1rem rgb(0 0 0 / 15%);
}

/* Nav */
nav.mainmenu a:hover,
.TemplateMenu li.active>a {
	color: rgb(var(--primary-color));
}

/* dolj Hem 
nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}*/

.Templatemenu .parent.expandable:after {
	content: '\f0da';
}

.TemplateMenu ul a:hover {
	color: #fff;
}

.TemplateMenu a {
    padding: 0 0 0 3.5rem;
}

.TemplateMenu a.toplevel {
	font-weight: 500;
	font-size: 1.35rem;
}

.TemplateMenu a:hover:before,
.TemplateMenu li.active a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.TemplateMenu a:before {
	background-color: var(--secondary-color);
	visibility: hidden;
	position: absolute;
	content: "";
	height: 2px;
	bottom: 2rem;
	width: 50%;
	left: 25%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.TemplateMenu a.expandable:before,
.TemplateMenu ul a:before {
	display: none;
}

.TemplateMenu ul li a:hover,
.TemplateMenu ul li.active a {
	background-color: rgb(var(--primary-color));
	color: #fff;
}

.TemplateMenu ul {
	width: auto;
}

.TemplateMenu ul li a {
	white-space: nowrap;
	font-size: 1.3rem;
}

.TemplateMenu>li>ul>li>ul {
	right: auto;
	left: 100%;
}

/* Mobilmeny */
/* .mobile-menu .container {
	padding: 0 0 0 1rem;
} */

.mobile-menu .mainmenu .Padding {
	padding-bottom: 10rem;
}

.mobile-menu .TemplateMenu>li>ul>li>ul {
	left: 0;
}

.mobile-menu .TemplateMenu>li>a,
.mobile-menu.scrolled .TemplateMenu>li>a {
	line-height: 5rem;
}

/* Mobilmeny - dropdown-funktionalitet */
.mobile-menu .expandable-li {
	position: relative;
	width: calc(100% - 3rem);
	cursor: pointer;
}

.mobile-menu .expandable-li .dropdown-arrow {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 3rem;
	height: 5rem;
	font-size: .7em;
	font-weight: 700;
}

.mobile-menu .expandable-li .dropdown-arrow i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background-color: #000;
	color: #fff;
}

.mobile-menu .expandable-li ul,
.mobile-menu .TemplateMenu>li:hover>ul,
.mobile-menu .TemplateMenu>li>ul>li:hover>ul {
	display: none;
}

.mobile-menu .TemplateMenu>li>a {
	border-bottom: 1px solid #eee;
}

.mobile-menu .TemplateMenu ul {
	left: 0;
}

/* CTA  */
.header-cta-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-basis: 0;
	flex: 1 1 0px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-cta-wrapper .btn {
	min-width: unset;
	padding: 1rem 3rem;
}

.header-cta-wrapper .btn:first-child {
	margin-right: 1rem;
}

.mobile-menu .header-cta-wrapper {
	margin-right: 1.5rem;
}

.mobile-menu .header-cta-wrapper .btn {
	/* padding: 1.5rem 1rem; */
	width: auto;
}

/* Media queries */
@media only screen and (max-width: 1350px) {
	.header-cta-wrapper .btn {
		padding: 1rem 1rem;
	}
}


@media only screen and (max-width: 1320px) {
	.TemplateMenu a {
		padding: 0 1.1rem;
	}
}

@media only screen and (max-width: 445px) {
	.mobile-menu .header-cta-wrapper li:first-child {
		display: none;
	}

	.mobile-menu .header-cta-wrapper .btn {
		margin-right: 0;
	}

	.mobile-menu .header-cta-wrapper {
		margin-right: .5rem;
	}
}

/* Text och typsnitt
========================================================================== */
body {
	font-family: 'Ubuntu', sans-serif;
}

/* Rubriker */
.text-label {
	font-weight: 600;
	font-size: 2.5rem;
	text-transform: none;
	padding-bottom: 1em;
	letter-spacing: 1px;
	color: #E51F29;
	font-family: 'Caveat', cursive;
}

.text-label::before {
	border-bottom: 4px dotted #EDDF18;
	content: "";
	display: inline-block;
	height: 1rem;
	position: relative;
	vertical-align: middle;
	width: 6rem;
	margin-bottom: 1rem;
	right: 1.3rem;
	margin-left: 1.3rem;
}

.section-title {
	font-weight: 500;
	font-size: 4rem;
	color: #111;
	padding-bottom: 2rem;
	line-height: 1.3;
}

.small-title {
	font-weight: 300;
	font-size: 3rem;
	color: #E51F29;
	line-height: 1.4;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.smaller-title {
	font-weight: 300;
	font-size: 2.8rem;
	color: #E51F29;
	line-height: 1.4;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.text-title {
	font-size: var(--base-size);
	font-weight: 700;
}

/* Brodtext & lankar */
p {
	color: #333;
	font-weight: 300;
}

a {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
	color: #E51F29;
}

.text-underline {
	text-decoration: underline;
}

.text-underline:hover {
	text-decoration: none;
}

/* ovriga klasser */
.handwritten {
	font-family: 'Caveat', cursive;
}

.text-no-wrap {
	white-space: nowrap;
}

.text-bold,
.bold,
.bold-text {
	font-weight: 900;
}

.text-left {
	text-align: left;
}

/* Listor */
.date-list li::before {
	content: '\f017';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #222;
	position: absolute;
	left: -2.5rem;
}

.date-list {
	list-style: none;
	margin: 0 0 3rem;
}

.date-list li {
	color: #333;
	line-height: 2;
	position: relative;
	font-weight: 300;
	text-align: left;
}


@media only screen and (max-width: 600px) {
	.section-title {
		font-size: 2.5rem;
	}

	.small-title,
	.smaller-title {
		font-size: 2rem;
	}
}

/* Farger
========================================================================== */
.color-primary,
.primary-color,
.text-primary {
	color: rgb(var(--primary-color));
}

.text-secondary {
	color: rgb(var(--secondary-color));
}

.text-white {
	color: #FFF;
}

.text-black {
	color: #000;
}

.bg-black .section-block {
	background-color: #000;
}

.bg-light-gray {
	background-color: #f2f2f2;
}

.bg-gray {
	background-color: #f8f8f8;
}

.bg-primary {
	background-color: rgb(var(--primary-color));
}

.bg-yellow {
	background-color: #eddf18;
}

.box-shadow {
	box-shadow: 0 0.1rem 4rem rgb(0 0 0 / 15%);
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
	display: flex;
	margin-top: 2rem;
}

.btn-wrapper.center {
	justify-content: center;
}

.btn-wrapper.flex-start {
	justify-content: flex-start;
}

.btn-wrapper.multiple a {
	margin: 0 1rem;
}

.btn,
.ContactSubmit {
	display: inline-block;
	min-width: 20rem;
	padding: 1.8rem 3rem;
	font-weight: 500;
	font-size: 1.3rem;
	border-radius: 1rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.btn::after {
	display: inline-block;
	content: ' \2023';
	margin-left: .5rem;
	transition: all .4s ease;
}

.btn:hover::after {
	transform: translateX(1rem);
	transition: all .4s ease;
}

.ContactSubmit,
.btn-primary-filled {
	color: #fff;
	border: 1px solid rgb(var(--primary-color));
	background-color: rgb(var(--primary-color));
}

.btn-primary-filled:hover,
.ContactSubmit:hover,
.ContactSubmit:focus {
	color: #fff;
	border: 1px solid #bd151d;
	background-color: #bd151d;
}

.btn-primary-border {
	color: rgb(var(--primary-color));
	border: 1px solid rgb(var(--primary-color));
	background-color: transparent;
}

.btn-primary-border:hover {
	color: #fff;
	border: 1px solid rgb(var(--primary-color));
	background-color: rgb(var(--primary-color));
}

.btn-secondary-filled {
	color: #000;
	background-color: rgb(var(--secondary-color));
	border-color: 1px solid rgb(var(--secondary-color));
}

.btn-secondary:hover {
	background-color: #aba32f;
	border-color: #aba32f;
	color: #333 !important;
}

.btn-black-filled {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.btn-black-filled {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

/* Lank med pil */
.arrow-link {
	padding-right: 1rem;
	font-weight: 700;
}

.arrow-link::after {
	content: ' \f178';
	display: inline-block;
	margin-left: .5rem;
	font-family: 'Font Awesome 5 Pro';
	transition: transform .3s ease;
}

.arrow-link:hover::after {
	transform: translateX(1rem);
	transition: transform .3s ease;
}

/* Cirkelikon */
.circle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	padding: 0;
	margin: .5rem;
	font-size: 0;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	background-color: rgb(var(--primary-color));
	transition: .3s ease;
}

.circle-icon:hover {
	background-color: rgb(var(--secondary-color));
}

.circle-icon em:before {
	font-size: var(--base-size);
}

/* Button with arrow */
.btn.arrow span {
	display: inline-block;
	transform: translateX(-8px);
	transition: all .3s ease;
}

.btn.arrow:hover span {
	transform: translateX(8px);
	transition: all .3s ease;
}

.btn.arrow::before,
.btn.arrow::after {
	position: relative;
	display: inline-block;
}

.btn.arrow::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	transform: translateX(-30px);
	opacity: 0;
	transition: all .5s ease;
}

.btn.arrow::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	transform: translateX(8px);
	opacity: 1;
	transition: all .5s ease;
}

.btn.arrow:hover::before {
	transform: translateX(-8px);
	opacity: 1;
	transition: all .5s ease;
}

.btn.arrow:hover::after {
	transform: translateX(30px);
	opacity: 0;
	transition: all .5s ease;
}

@media only screen and (max-width: 580px) {
	.btn {
		display: block;
		width: 100%;
	}

	.btn-wrapper {
		flex-direction: column;
	}

	.btn-wrapper .btn {
		margin: 1.5rem 0;
	}

	.btn-wrapper.multiple .btn {
		margin: 0 0 1rem 0;
	}
}

/* Knapp med sno */
.btn-snow {
	position: relative;
}

.btn-snow::before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: -3px;
	right: 0;
	height: 23px;
	background: url('/assets/images/seasons/snow-left.png') no-repeat 0 0,
		url(/assets/images/seasons/snow-middle.png) no-repeat 50% 0,
		url(/assets/images/seasons/snow-right.png) no-repeat 100% 0;
}

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
	display: none;
}

.popup-wrapper {
	z-index: 8;
	position: fixed;
	bottom: 3rem;
	right: 3rem;
}

/* Knappar */
.popup-button {
	position: relative;
	width: 5rem;
	height: 5rem;
	background: rgb(var(--primary-color));
	border-radius: 50%;
	box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
	cursor: pointer;
}

.popup-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.8rem;
	transform: translate(-50%, -50%);
	transition: .3s ease;
	color: #fff;
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
	transform: translate(-50%, -50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
	transform: translate(-50%, -50%) scale(0);
}

/* Innehall */
.popup-window {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 0;
	bottom: 6rem;
	max-width: 45rem;
	max-height: calc(100vh - 12rem);
	padding: 4rem;
	margin: 0 2rem;
	background: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
	overflow: auto;
	transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
	opacity: 1;
	visibility: visible;
	display: block;
	bottom: 10rem;
}

.icon-close-popup {
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-size: 2.5rem;
	cursor: pointer;
}

.popup-wrapper a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 580px) {
	.popup-window {
		padding: 2rem 3rem 2rem 2rem;
	}

	.icon-close-popup {
		top: 1rem;
	}

	.popup-wrapper {
		z-index: 8;
		position: fixed;
		bottom: 7rem;
		right: 2rem;
	}

	.popup-wrapper.opened .popup-window {
		bottom: 13rem;
	}
}

/* Cards
========================================================================== */
.cards-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.cards-wrapper.center {
	justify-content: center;
}

/* Specifika bredder */
.cards-wrapper.w-25 .card-item {
	width: calc(100% / 4 - 2rem);
	margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
	width: calc((100% / 3) - 2rem);
	margin: 1rem;
}

.cards-wrapper.w-50 .card-item {
	width: calc((100% / 2) - 2rem);
	margin: 1rem;
}

.cards-wrapper.w-100 .card-item {
	width: calc((100% / 1) - 2rem);
	margin: 1rem;
}


@media only screen and (max-width: 1100px) {
	.cards-wrapper.w-25 .card-item {
		width: calc(100% / 2 - 3rem);
	}
}

@media only screen and (max-width: 1050px) {
	.cards-wrapper.w-33 .card-item {
		width: calc((100% / 2) - 2rem);
	}
}

@media only screen and (max-width: 750px) {

	.cards-wrapper.w-25 .card-item,
	.cards-wrapper.w-33 .card-item,
	.cards-wrapper.w-50 .card-item {
		width: 100%;
		margin: 0 0 2rem;
	}
}

/* Cards 1 */
.cards-1 .card-item {
	margin: 1rem;
	padding: 4rem 2rem 2rem;
	box-shadow: 0 0.1rem 4rem rgb(0 0 0 / 15%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #fff;
	text-align: left;
}

.card-bottom {
	margin: auto 0 0;
}

.cards-1 .card-item .card-content ul {
	padding-inline-start: 3rem;
	margin-top: 0;
}

.cards-1 .card-item .small-title::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f736';
	margin-right: .5rem;
	text-decoration: none;
	display: inline-block;
}

.cards-1 .card-item .small-title {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: .5rem;
	color: #111;
	text-align: left;
	/* max-width: 20ch; */
	padding-top: 0;
}

.cards-1 .card-item .courses-desc {
	font-size: 1.5rem;
	color: #666;
	padding: 0;
}

.cards-1 .card-item .courses-price {
	padding-bottom: 1rem;
	font-size: 1.5rem;
}

.cards-1 .card-item .btn-wrapper {
	margin-top: .5rem;
}

.cards-1 .card-item .btn {
	display: block;
	padding: 1.5rem;
}

/* Cards 6  */
.card-item {
	position: relative;
	padding: 6rem 2rem 4rem;
	background-color: #fff;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 1rem 2rem rgba(80, 102, 51, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-item *,
.card-item *:hover {
	transition: all .3s ease;
}

.cards-6 .image-wrapper {
	position: relative;
	width: 10rem;
	justify-self: center;
	margin: 0 auto 2rem;
}

.cards-6 .image-wrapper img {
	height: 6rem !important;
	width: 6rem;
}

.cards-6 .small-title {
	font-weight: 500;
	font-size: 2rem;
	padding-bottom: 1rem;
}

.cards-6 p {
	font-weight: 300;
	padding: 0;
}

.card-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 4rem;
}

.card-links a {
	min-width: unset;
	padding: 1rem 2rem;
	font-size: var(--base-size);
	font-weight: inherit;
	text-decoration: none;
	transition: all .5s ease;
}

.card-links a:not(.btn):hover {
	color: rgb(var(--primary-color));
}

@media only screen and (max-width: 350px) {
	.cards-6 .small-title {
		font-size: var(--base-size);
	}
}

/* Ribbon
========================================================================== */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

.ribbon-top-right {
	top: 0px;
	right: 0px;
	width: 130px;
	height: 130px;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 196px;
	padding: .7rem 0;
	background-color: rgb(var(--primary-color));
	color: #fff;
	font: 700 18px/1 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 1.2rem;
}

.ribbon-top-right span {
	left: -16px;
	top: 27px;
	transform: rotate(45deg);
}

.ribbon.ribbon-big {
	width: 30rem;
	height: 30rem;
	left: 0;
	top: 6rem;
}

.ribbon-big span {
	width: 30rem;
	padding: 1.5rem 8rem;
	top: 8rem;
	left: -100px;
	transform: rotate(-45deg);
	font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {

	.ribbon.ribbon-big {
		width: 20rem;
		height: 20rem;
		left: 0;
		top: 6rem;
	}

	.ribbon-big span {
		width: 40rem;
		padding: 1rem 8rem;
		left: -13rem;
		top: 5rem;
		font-size: 1.2rem;
	}
}

/* Split wrapper
========================================================================== */
.split-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
	width: 50%;
	padding: 5rem;
}

.split-image {
	width: 50%;
}

/* Centrera content */
.split-wrapper .align-center {
	align-self: center;
}

@media screen and (max-width: 1100px) {
	.split-content {
		width: 100%;
	}

	.split-image {
		width: 100%;
		min-height: 20rem;
	}
}

@media screen and (max-width: 580px) {
	.split-wrapper {
		background: transparent;
	}

	.split-content {
		padding: 0 0 3rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.topsection {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: calc(78vh - 12rem);
	border: 2rem solid #fff;
	border-bottom: 0;
	overflow: hidden;
}

.topsection::before,
.topsection::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 10rem;
	left: 0;
	bottom: 0;
}

.topsection::after {
	background-color: #fff;
	-webkit-clip-path: polygon(50% 50%, 0 100%, 100% 100%);
	clip-path: polygon(50% 50%, 0 100%, 100% 100%);
}

.topsection *:not(.btn) {
	margin: 0 auto;
	text-align: center;
}

.top-usp {
	display: block;
	padding-bottom: 1rem;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 3rem;
	font-family: inherit;
}

.top-usp:nth-child(1) {
	font-size: 2.3rem;
}

.bottom-usp {
	font-size: 9rem;
	font-weight: 500;
	padding: 0 0 .1em;
	line-height: 1.2;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0;
}

.topsection .btn-wrapper {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}

.topsection .btn:first-child {
	margin-right: 2rem;
}

.topsection .arrow-link {
	min-width: 20rem;
	padding: 1.8rem 3rem;
	font-weight: 500;
	font-size: 1.3rem;
	color: #FFF;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 820px) {
	.topsection::after {
		display: none;
	}

	.top-usp {
		font-size: 2rem;
	}

	.top-usp:nth-child(1) {
		font-size: 1.8rem;
	}

	.topsection .bottom-usp {
		font-size: 6rem;
	}

	.topsection .btn-wrapper {
		flex-direction: column !important;
	}

	.topsection .btn {
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 700px) {
	.topsection .btn {
		min-width: 18rem;
		padding: 2rem;
	}
}

@media only screen and (max-width: 630px) {
	.topsection .btn {
		min-width: 15rem;
		padding: 1.5rem;
	}
}

@media only screen and (max-width: 600px) {
	.topsection {
		min-height: 70rem;
		/* padding-top: 10rem; */
	}

	.topsection .section-block {
		padding: 10rem 2rem 5rem;
	}

	.topsection .bottom-usp {
		font-size: 5rem;
	}

	.topsection .btn-wrapper .topsection .btn {
		flex-direction: column;
	}

	.topsection .btn:first-child,
	.topsection .btn {
		display: block;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

/* Startsida: Tillfalligt "bokningssystem"
========================================================================== */
.LayoutPage .section-courses .section-block {
	padding-top: 0rem;
}

/* Om oss
========================================================================== */
.section-about .split-wrapper {
	justify-content: space-between;
}

.section-about .split-content {
	width: calc(100% - 40rem);
	max-width: 75rem;
}

.section-about .offer {
	width: 45rem;
	margin: 0;
	box-shadow: 0 1rem 2rem rgb(80 102 51 / 15%);
}

.section-about .offer img {
	border-radius: 1rem;
	padding-bottom: 1rem;
}

.section-about .offer .handwritten {
	font-size: 3rem;
}

/* Korten i split-content */
.section-about .cards-wrapper {
	justify-content: space-around;
	margin-top: 3rem;
}

.section-about .card-item {
	padding: 0;
	box-shadow: none;
}

.section-about .card-item .text-label {
	padding: 0;
	color: #333;
	font-size: 2rem;
}

.section-about .card-item .text-label::before {
	display: none;
}

.section-about .card-item .small-title {
	padding: 0;
	font-weight: 600;
}

/* Röd ruta 2 */
.stats-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 3rem;
	margin-top: 3rem;
	text-align: center;
	background-color: #E51F29;
}

.stats-wrapper .count {
	color: #fff;
	font-size: 6rem;
	line-height: 1;
}

.stats-wrapper .count-text {
	font-size: 2rem;
	padding-left: 2rem;
	color: #fff;
	text-align: left;
}

/* Röd ruta */
.stats-cards-wrapper {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.stats-card {
	width: 100%;
	max-width: 50rem;
	display: inline-block;
	height: auto;
	position: relative;
	background-color: #E51F29;
	border-radius: 0;
	text-decoration: none;
	text-align: left;
	padding: 4rem;
	margin-top: 3rem;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stats-card .count {
	color: #fff;
	font-size: 6rem;
	line-height: 1;
}

.stats-card .count-text {
	font-size: 2rem;
	padding-left: 2rem;
	color: #fff;
	text-align: left;
}

@media only screen and (max-width: 1024px) {
	.section-about .split-wrapper {
		justify-content: space-between;
	}

	.section-about .split-content {
		width: 100%;
		max-width: 100%;
	}

	.section-about .offer {
		width: 100%;
		margin-top: 5rem;
	}
}

@media only screen and (max-width: 580px) {
	.stats-wrapper {
		flex-direction: column;
		padding: 3rem 2rem;
		align-items: flex-start;
	}

	.stats-wrapper .count-text {
		padding-left: 0;
	}

	.stats-wrapper .count {
		color: #fff;
		width: 100%;
		text-align: left;
	}

	/* Erbjudande */
	.section-about .offer {
		padding: 0 2rem 2rem 2rem;
	}
}

/* Tjanster
========================================================================== */
.section-services .section-block {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff 50%, #f2f2f2 50%);
}

.section-services .heading-type * {
	text-align: center;
	margin: 0 auto;
	max-width: 80rem;
}

/* Varfor oss
========================================================================== */
.section-why {
	background-image: url(/assets/images/ovningskora-trafikskola-2000.jpg);
	background-position: bottom;
	background-attachment: fixed;
}

.section-why .section-block {
	background-color: rgba(0, 0, 0, 0.75);
}

.why-us-wrapper {
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin: 5rem auto 0;
	max-width: 120rem;
}

.why-us {
	display: flex;
	width: 31%;
	margin-bottom: 2rem;
}

.why-us-icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	background-color: #fff;
}

.why-us-icon {
	font-size: 3rem;
	font-weight: 300;
	color: #E51F29;
}

.why-us-textwrapper {
	flex: 1 1 0%;
	padding-left: 2rem;
}

.why-us p {
	font-size: 1.6rem;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
	.why-us-icon-wrap {
		width: 4rem;
		height: 4rem;
	}

	.why-us-icon {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 1000px) {
	.why-us-wrapper {
		flex-wrap: wrap;
	}

	.why-us {
		width: 100%;
		max-width: 50rem;
	}

	.why-us:nth-child(1) {
		margin: 0;
	}

	.why-us:nth-child(2) {
		margin: 0 auto;
	}

	.why-us:nth-child(3) {
		margin: 0 0 0 auto;
	}

	.why-us:not(:last-child) {
		margin-bottom: 5rem;
	}
}

/* Moped
========================================================================== */
.section-moped .of-wrapper {
	overflow: visible;
}

.section-moped .of-wrapper img {
	object-fit: contain;
}


/* ==========================================================================
Undersidor 
========================================================================== */
.SubPage .top-section {
	display: none;
}

/* Hero
========================================================================== */
.hero {
	overflow: hidden;
	position: relative;
}


.hero .section-block {
	position: relative;
	padding: 0 10rem;
	transition: all .5s ease;
}

.hero .section-block-wrapper {
	max-width: none;
	position: relative;
	z-index: 1;
	padding: 5rem 2rem;
}

.header-image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.header-image::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.header-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.header-image img.op-center-20 {
	object-position: center 20%;
	;
}

.hero h1 {
	padding: 0;
	color: #FFF;
	font-size: 4rem;
	text-align: center;
}

@media only screen and (max-width: 1600px) {
	.LayoutPage .hero .section-block {
		padding: 0 5rem;
	}
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .hero .section-block {
		padding: 0 2rem;
	}
}

@media only screen and (max-width: 350px) {
	.hero h1 {
		font-size: 2rem;
	}
}

/* Undersida - kontakta oss 
========================================================================== */
.LayoutPage .contact-form-section .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.LayoutPage .grecaptcha-badge {
	display: none !important;
}

/* Simple Contact Option */
.simple-contact-option-wrapper {
	display: flex;
	flex-wrap: wrap;
	background-color: #f2f2f2;
	margin-bottom: 2rem;
}

.simple-contact-option {
	width: 100%;
	text-align: left;
	margin-bottom: 2rem;
}

.simple-contact-option-link {
	position: relative;
	display: block;
	transition: all .3s ease;
	padding: 1rem 2rem 1rem 10rem;
	text-decoration: none;
}

.simple-contact-option-link:hover {
	text-decoration: none;
	background-color: #E51F29;
	transition: all .3s ease;
}

.simple-contact-option-link:hover * {
	color: #fff;
}

.contact-icon {
	display: flex;
	justify-content: center;
	width: 5rem;
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	color: #E51F29;
}

.contact-option-title {
	font-size: 3rem;
	color: #E51F29;
	padding: 2rem 0rem 1.5rem 4rem;
	font-family: 'Caveat', cursive;
}

.simple-contact-text {
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.5;
}

.simple-contact-title {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1;
	color: #111;
}

.simple-contact-card address {
	font-style: normal;
	margin-top: 1rem;
}

.simple-contact-link {
	position: relative;
	display: inline-block;
	margin-right: 1.5rem
}

@media only screen and (max-width: 1050px) {
	.LayoutPage .contact-form-section .col-block {
		width: 100%;
		padding: 0;
	}

	.LayoutPage .contact-form-section .col-0 {
		order: 1;
	}
}

@media only screen and (max-width: 750px) {
	.simple-contact-option {
		width: 100%;
	}

	.simple-contact-text {
		font-size: var(--base-size);
		font-weight: 300;
	}
}

@media only screen and (max-width: 330px) {
	.contact-icon {
		display: block;
		position: static;
	}

	.simple-contact-option-link {
		padding: 4rem 2rem 2rem;
	}

	.contact-option-title {
		width: 100%;
		font-size: 2rem;
		padding: 2rem;
	}
}

/* Employee Wrapper
========================================================================== */
.employee-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8rem;
}

.employee-card {
	display: flex;
	align-items: flex-start;
	position: relative;
	width: calc(50% - 1rem);
	margin: 0 0 7rem;
	padding: 3rem 3rem 4rem 2rem;
	background-color: #f8f8f8;
	border-radius: 2px;
	text-align: left;
}

.employee-image {
	position: relative;
	width: 33.33%;
	margin-top: -5rem;
	margin-bottom: 3rem;
}

.employee-text-wrapper {
	padding-left: 4rem;
}

.employee-name {
	padding: 0;
	font-family: 'Caveat', cursive;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.3;
	color: #111;
}

.employee-card a {
	text-decoration: underline;
}

.employee-card a:hover {
	text-decoration: none;
}

.employee-title {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.employee-card address {
	font-style: normal;
	margin-top: 2rem;
}

.employee-link {
	position: relative;
	display: inline-block;
	margin-right: 1.5rem
}

.employee-link::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '';
	color: #f3a82c;
	display: inline-block;
	margin-right: 1rem;
}

.employee-link.mail {
	display: block;
	margin-top: 1rem;
}

.employee-link.mail::before {
	content: '\f1fa';
}

.employee-link.phone::before {
	content: '\f67d';
}

.employee-link.mobile::before {
	content: '\f3ce';
}

.LayoutPage .contact-form-section .col-0 {
	border-radius: 2px;
	background-color: #F2f2f2;
	padding: 3rem;
	display: flex;
}

.LayoutPage .contact-form-section .col-0 .col-wrapper {
	align-self: center;
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.employee-card {
		width: 100%;
		padding: 3rem 1rem 4rem 3rem;
	}
}

/* ==========================================================================
Undersida: Om oss
========================================================================== */

/* Sektion recensioner
========================================================================== */
.section-reviews {
	overflow: hidden;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #fff !important;
	opacity: 0.6 !important;
	z-index: 7 !important;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #fff !important;
	opacity: 1 !important;
}

.lightSlider {
	display: flex;
	flex-wrap: wrap;
}

.quote-cards {
	background: transparent;
	padding: 1rem 3rem;
	box-sizing: border-box;
	max-width: 800px;
	margin: 0 auto;
}

.quote-cards img {
	width: 200px;
	margin: 0 auto;
	display: block !important;
	display: block;
}

.quote-cards p {
	margin: 0 auto;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.8;
}

.quote-cards .fas {
	padding: 9px;
	font-size: 20px;
	color: #EDDF18;
}

.quote-cards h6 {
	color: #fff;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding-top: 2rem;
	font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
	.quote-cards {
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 510px) {
	.quote-cards p {
		font-size: 1.8rem;
	}
}

/* ==========================================================================
Undersida: Om oss > Fragor och svar
========================================================================== */
.accordion-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.accordion-wrapper-800 {
	max-width: 80rem;
	margin: auto;
}

.accordion-item {
	padding-bottom: 1rem;
	width: calc(100% / 2 - 1rem);
	margin: .5rem;
}

.accordion-item-full {
	padding-bottom: 1rem;
	width: calc(100% / 1 - 1rem);
	margin: .5rem;
}

.accordion-question {
	position: relative;
	padding: 0 2rem 1rem;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.accordion-question::after {
	content: "\f078";
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-size: 1.7rem;
	font-family: "Font Awesome 5 Pro";
	transition: .5s ease;
}

.accordion-item.active .accordion-question::after {
	transform: rotate(180deg);
}

.accordion-question p {
	padding-right: 2.5rem;
	font-weight: 500;
}

.accordion-answer {
	padding: 2rem;
}


/* ==========================================================================
Unsersida Prislista
========================================================================== */
.tab-container {
	padding: 5rem 7rem;
	outline-offset: -11px;
	border: 5px solid rgb(var(--primary-color));
	border-radius: 2rem;
	background-color: #fff;
}

/* Innehåll */
.tab-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tab-col {
	width: calc((100% / 1) - 2rem);
}

.tab-item {
	display: flex;
	flex-direction: column;
	padding-bottom: 0.5rem;
}

.tab-item .small-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	letter-spacing: .2rem;
	line-height: 1.1;
	text-transform: uppercase;
	border-bottom: 1px dotted #e6e6e6;
	padding-top: 1rem;
}

.tab-item .price {
	padding-left: 1rem;
	color: #555;
}

.tab-item .description {
	font-size: 1.4rem;
	color: #555;
	font-style: italic;
}


@media only screen and (max-width:750px) {

	/* Innehåll */
	.tab-col {
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.tab-container {
		padding: 5rem 3rem;
	}

	/* Innehåll */
	.tab-item .small-title {
		font-size: 1.5rem;
	}

	.tab-item .description {
		font-size: 1.3rem;
	}

	.tab-item .price {
		font-size: 1.5rem;
	}

}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #f8f8f8;
}

/* Footer top */
.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 160rem;
	padding: 8rem 2rem 5rem !important;
	margin: 0 auto !important;
}

.footer-menu {
	width: 25%;
	padding-right: 2rem;
}

.footer-menu:nth-child(1) {
	padding-right: 5rem;
}

.footer-menu:nth-child(4) {
	width: 15%;
}

.footer .str-logo {
	max-width: 20rem;
	width: 20rem;
	height: 5rem;
	margin-bottom: 2rem;
}

.footer .small-title {
	font-size: var(--base-size);
	font-weight: 500;
}

.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer ul li {
	font-weight: 300;
	font-size: 1.6rem;
}

.footer .text-small {
	font-size: 1.5rem;
}

.footer ul li a:hover {
	color: rgb(var(--primary-color));
}

.footer a {
	text-decoration: none;
}

.footer img.w-24 {
	width: 24rem;
	max-width: none;
}

.footer img.h-5 {
	height: 5rem;
}

/* Footer bottom */
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	padding: 2rem;
}

.footer-bottom p {
	font-size: 1.4rem;
	color: #fff;
	padding: 0;
}

.footer-socials {
	flex-grow: 1;
	text-align: center;
}

/* WebbEss Stamp  */
.webbess-stamp {
	display: flex;
	align-items: center;
	padding: 0;
	font-size: 1.3rem;
	font-weight: normal;
	color: #FFF;
}

.webbess-stamp img {
	width: 3rem;
	height: 3rem;
	margin-left: 1rem;
	filter: invert();
}

@media only screen and (max-width: 1024px) {

	/* footer top */
	.footer-menu:nth-child(1),
	.footer-menu:nth-child(3) {
		width: 50%;
		padding: 2rem 2rem 2rem 0;
	}

	.footer-menu:nth-child(2),
	.footer-menu:nth-child(4) {
		width: 50%;
		padding: 2rem 0 2rem 2rem;
	}

	/* footer bottom */
	.footer-socials {
		order: 1;
		width: 100%;
		padding-bottom: 2rem;
	}

	.footer .copy {
		order: 2;
	}

	.footer .webbess-stamp {
		order: 3;
	}
}

@media only screen and (max-width: 768px) {

	/* footer top */
	.footer-menu:nth-child(1),
	.footer-menu:nth-child(3),
	.footer-menu:nth-child(2),
	.footer-menu:nth-child(4) {
		width: 100%;
		padding: 1rem 0;
	}
}

@media only screen and (max-width: 580px) {

	/* footer top */
	.footer-menu,
	.footer-menu:nth-child(2),
	.footer-menu:nth-child(3),
	.footer-menu:last-child {
		width: 100%;
		padding-right: 0;
	}

	/* footer bottom */
	.footer-bottom {
		padding: 1rem 2rem;
	}

	.footer-socials {
		padding: 1rem 0 2rem;
	}

	.footer .copy {
		font-size: 1.2rem;
	}

	.webbess-stamp {
		padding-top: 1.5rem;
		font-size: 1.2rem;
	}
}

/* ==========================================================================
Webbshop
========================================================================== */

#e-handel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#str-ecom .card-title {
	font-size: 1.8rem !important;
	margin-top: 1rem !important;
}

#str-ecom .h6,
#str-ecom h6 {
	font-size: 1.6rem !important;
	margin-top: 1rem !important;
}


#str-ecom #testBanner {
	display: none;
}

#str-ecom .filter.mb-2 {
	display: none !important;
}

#str-ecom p {
	padding-bottom: 0;
}

#str-ecom .btn {
	font-size: 1.3rem !important;
	padding: 1rem 1.5rem !important;
	min-width: auto !important;
	width: auto !important;
}

#str-ecom #top-nav .btn {
	border: 1px solid #e5e5e5 !important;
	border-radius: 1rem;
	margin: 0 1rem 0 0 !important;
}

#str-ecom #top-nav .btn.active {
	border-color: #000 !important;
}

#str-ecom #top-nav .btn:hover {
	background-color: #e5e5e5 !important;
}

#str-ecom .btn::after,
#str-ecom #top-nav .btn.active::after {
	display: none !important;
}


#str-ecom .card.product .card-body,
#str-ecom .card.product .card-img {
	margin: 0 auto;
}


#str-ecom #top-nav>.flickity-enabled .btn {
	color: #6aaac8 !important;
}

#str-ecom .menu-buttons .btn>svg {
	font-size: 1.5rem !important;
}

#str-ecom .menu-buttons .btn {
	color: #fff !important;
	background-color: #e51f29 !important;
	border-color: #e51f29 !important;
}

#str-ecom .product-timeslots li.week-header {
	font-size: 1.8rem !important;
	text-transform: capitalize !important;
}

#str-ecom .product-timeslots li:not(.week-header) {
	border: 1px solid #eee !important;
	padding: 2rem !important;
	border-radius: 1rem !important;
}

#str-ecom .product-timeslots li.week-header::marker {
	display: none !important;
}

#str-ecom .collapsible.show .selected-item {
	display: block !important;
	margin-top: 2rem !important;
}

#str-ecom .product-info.mb-5 p span {
	font-size: 1.4rem !important;
}

#str-ecom .list-inline,
#str-ecom .list-unstyled {
	overflow: hidden;
}

#str-ecom .product-timeslots li>* {
	line-height: 2.25rem !important;
}

#str-ecom .product.product-detail .product-price {
	font-size: 2rem !important;
}

#str-ecom #menu-navigation .menu {
	padding-bottom: 8rem !important;
}

#str-ecom #cart .cart-items .product-item .price-discount,
#str-ecom #cart .total-price {
	font-size: 2rem !important;
}

#str-ecom .menu-buttons .cart {
	min-width: 6rem !important;
}

#str-ecom #menu-navigation .menu .btn.cart {
	padding: 0 !important;
}

#str-ecom .h5 {
	font-size: 1.4rem !important;
}

#str-ecom .close.page-close {
	z-index: 5 !important;
}

#str-ecom .date-time,
#str-ecom .title {
	margin-bottom: .75rem !important;
}

#str-ecom .product-timeslots li .date-time span {
	margin-right: .5rem !important;
	text-transform: capitalize !important;
	border-right: 1px solid #ccc !important;
	padding-right: .5rem !important;
}

#str-ecom .menu-buttons .btn.cart>svg {
	width: 3rem !important;
	height: 3rem !important;
}

#str-ecom .menu-buttons {
	z-index: 5 !important;
}

#str-ecom .product-timeslots li .employees {
	display: none !important;
}

@media (min-width: 768px) {
	#str-ecom .product-timeslots li .price {
		margin-right: 2.7rem !important;
	}

	#str-ecom .col-sm-8 {
		flex: 0 0 66.66% !important;
		max-width: 66.66% !important;
	}
}

@media only screen and (max-width: 768px) {

	#str-ecom .col-sm-8 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	#str-ecom .product-timeslots li:not(.week-header) {
		padding-right: 0 !important;
	}

	#str-ecom .product-timeslots li .price {
		position: static !important;
		display: inline !important;
	}

	#str-ecom svg.checkbox.right.center {
		position: static !important;
		display: inline !important;
		-webkit-transform: translate(-15px, 3px) !important;
		transform: translate(-15px, 3px) !important;
	}

}

@media screen and (min-width: 576px) {
	#str-ecom .menu-buttons {
		top: 3.5rem;
	}

	#str-ecom #top-nav {
		margin: 0 6rem 2rem 0 !important;
	}

}

@media screen and (max-width: 576px) {
	#str-ecom .h5 {
		font-size: 1.4rem !important;
	}

	#str-ecom .menu-buttons {
		width: 100%;
		bottom: 0 !important;
		right: 0 !important;
	}

}