/*
    Theme Name: Kullen
    Author:  Buildahome
    Author URL: buildahome.se
    Description: ---- 2021.
    Document   : Framework
    Created on :  March 15th 2021, 9.00 am
*/

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
	color: #000;
	background: #fff;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-text-size-adjust: none;
	font-weight: 400;
}

::placeholder {
	font-family: 'Poppins', sans-serif;
	color: #999;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: 0;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

img {
	border: none;
	max-width: 100%;
}

ul,
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 1.6em;
	color: #6b6b6b;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 4.5em;
	line-height: 1;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 2.8em;
	line-height: 1.1;
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
	content: " ";
	display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
	clear: both;
}

.outer {
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	overflow-x: hidden;
	background: #fffdf9;
}

a.dark {
	color: #e03336;
	font-weight: 600;
	margin: 20px 0;
	padding: 5px 5px;
	display: block;
	position: relative;
	font-size: 1em;
	text-decoration: none;
	max-width: 150px;
	text-align: right;
	
}


a.dark:before {
	content: "";
	left: 0;
	top: 18px;
	position: absolute;
	width: 50px;
	height: 1px;
	background: #e03336;
	
}

a.dark:hover:before {
	width: 55px;
}


a.dark:hover {
	max-width: 160px;
}


a.white {
	color: #fff;
	font-weight: 600;
	margin: 20px auto;
	padding: 5px 5px;
	display: block;
	position: relative;
	font-size: 1em;
	text-decoration: none;
	max-width: 130px;
	text-align: right;
	
}


a.white:before {
	content: "";
	left: 0;
	top: 18px;
	position: absolute;
	width: 50px;
	height: 1px;
	background: #fff;
	
}

a.white:hover:before {
	width: 55px;
}


a.white:hover {
	max-width: 140px;
}


.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1440px;
}

.container-big {
	margin: 0 auto;
	width: 90%;
	max-width: 1540px;
}

.banner {
	width: 100%;
	/*     height: 100vh; */
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	background: url(../img/banner.jpg) no-repeat bottom center/cover;
}

.banner h1 {
	font-weight: 800;
	font-size: 10em;
	line-height: 1;
	position: relative;
	z-index: 2;
	margin: 30% 0 0 0;
	padding: 0 0 0 0px;
	color: #e03336;
}

.services.home-location {
	background: transparent;
	padding: 20px 0;
	text-align: center;
}

.home .banner h2 {
	font-size: 2em;
	padding: 20px 0 10px 0;
	text-align: center;
}

.banner h1 span {
	display: block;
	font-size: 50%;
	font-weight: 600;
}

.banner:before {
	content: "";
	left: 0;
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 150px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
	
	
}

/* .banner a {
    margin: 25px;
    padding: 15px 25px;
    background: #e03336;
    color: #fff;
    display: block;
    width: 180px;
    text-align: center;
    position: relative;
    overflow: visible;
    font-size: 1.5em;
    font-weight: 600;
}
.banner a:before {
    content: "";
    left: -25px;
    top: 30px;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;

}
.banner a:hover:before {
width: 55px;
background: #fff;
}
 */
/* .banner a:hover {
    width:190px;
} */

.banner .carousel {
	width: 100%;
}

.banner .carousel-cell {
	width: 100%;
	height: 80vh;
	min-height: 750px;
}

.banner .flickity-page-dots .dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.5;
	cursor: pointer;
	font-weight: 600;
	
}


.banner .flickity-page-dots .dot {
	counter-increment: carousel-cell;
	
}

.banner .flickity-page-dots .dot:before {
	display: block;
	text-align: center;
	content: counter(carousel-cell);
	line-height: 2.5;
	color: white;
	font-size: 12px;
}

.banner .flickity-page-dots {
	position: absolute;
	width: 50%;
	bottom: 40px;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	text-align: right;
	line-height: 1;
	right: 0;
}

.banner-bottom {
	width: 100%;
	float: left;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e03336', GradientType=0); /* IE6-9 */
	
}

.banner-bottom .container {
	max-width: 1170px;
}


.banner-bottom p {
	color: #efefef;
	font-size: 1.5em;
	line-height: 1.4;
}

.services {
	width: 100%;
	float: left;
	background: #e03336;
	position: relative;
	padding: 150px 0 50px 0;
	
}

.services:before {
	content: "Services";
	top: 0px;
	left: 0;
	position: absolute;;
	color: rgba(0, 0, 0, 0.05);
	font-size: 22vw;
	font-weight: 800;
	width: 100%;
	text-align: center;
	overflow: hidden;
	
}


.services ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.services li {
	width: calc(33% - 30px);
	min-height: 400px;
	margin: 10px;
	float: left;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.2);
	transform: translateY(0px);
	transition: all 0.5s ease;
	overflow: hidden;
}

.services li:hover {
	transform: translateY(-15px);
	transition: all 0.5s ease;
}

.services li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px;
	color: #fff;
	font-size: 2.2em;
	
}

.services li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.price a {
	
	border: 1px solid #fff;
	padding: 15px 50px;
	display: inline-block;
	color: #fff;
	border-radius: 100px;
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 5px;
	vertical-align: top;
}

.price a:hover {
	
	border: 1px solid #fff;
	background: #fff;
	padding: 15px 50px;
	display: inline-block;
	color: #e03336;
	border-radius: 100px;
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 5px;
	vertical-align: top;
}

.rating {
	
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: inset 0px 150px #e03336;
	position: relative;
	padding: 50px 0;
}


.rating h2 {
	color: #000;
	padding: 25px 0;
	display: block;
	font-size: 4em;
}

.rating h2 span {
	display: block;
	color: #333;
	font-size: 40%;
	padding: 15px 0;
}

.rating h4 {
	font-size: 1.5em;
	padding: 15px 0;
}


.price a span {
	display: block;
	font-size: 50%;
	width: 100%;
	font-weight: 400;
}

.rating .carousel {
	width: 100%;
	min-height: 300px
}


.rating .carousel-cell {
	width: 100%;
	min-height: 300px
}


.rating .flickity-prev-next-button.previous {
	left: -15%;
}

.rating .flickity-prev-next-button.next {
	right: -15%;
}

.rating .flickity-prev-next-button {
	top: 50%;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.insta {
	width: 100%;
	float: left;
	background: #fff;
	
}

.insta .container {
	max-width: 1660px;
	
}

.icon-area {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0;
}

.icon-area h2 {
	color: #000000;
}

.icon-area ul {
	padding: 8% 10%;
	display: block;
	float: left;
	width: 100%;
	
}

.icon-area li {
	width: 33%;
	border: 1px solid #dedede;
	float: left;
	vertical-align: top;
	margin: -1px;
	background: #fff;
	font-size: 7em;
	font-weight: 800;
	position: relative;
	line-height: 1;
	padding: 8% 0;
}

.icon-area li span {
	
	font-size: 15%;
	font-weight: 800;
	display: block;
}


.icon-area li img {
	border-radius: 100px;
	border: 1px solid #dedede;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(0px);
	transition: all 0.5s ease;
}


.icon-area li:hover img {
	transform: translateY(10px);
	transition: all 0.5s ease;
}


.accordain {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0;
}


.accordain .left {
	width: 50%;
	float: left;
	
}

.accordain.new-accordian .left img {
	display: block;
	min-height: 60vh;
	object-fit: cover;
}

div#kontakt img {
	border-radius: 50%;
}

.accordain .right {
	width: 50%;
	float: left;
	background: transparent;
	overflow: visible;
	position: relative;
	left: -50px;
	padding: 50px 0 0 0;
}

.accordain input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.accordain .tabs {
	width: 100%;
	overflow: hidden;
	padding: 0 2%;
}

.accordain .tab {
	width: 100%;
	color: white;
	overflow: hidden;
	margin: 25px 0;
	box-shadow: 0 0 10px 0px hsl(0deg 0% 0% / 11%);
}

.accordain .tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: transparent;
	line-height: 1.2;
	font-weight: 800;
	cursor: pointer;
	color: #e03336;
	font-size: 2em;
	box-shadow: 0 0 #000;
}

.accordain .tab-label:hover {
	background: transparent;
}

.accordain .tab-label::after {
	content: "+";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
	font-weight: 600;
	transform: translateY(-9px);
}

.accordain .tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #2c3e50;
	background: white;
	transition: all 0.35s;
}

.accordain .tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #e03336;
	cursor: pointer;
}

.accordain .tab-close:hover {
	background: #e03336;
}

.accordain input:checked + .tab-label {
	background: #e03336;
	color: #fff;
}

.accordain input:checked + .tab-label::after {
	content: "-";
	transition: all 0.35s;
}

.accordain input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 3em;
}

.accordain .tab-content p {
	padding: 0 0 25px 0;
}

.footer {
	width: 100%;
	float: left;
	background: #1e1d1d;
	padding: 150px 0;
}

.ring {
	line-height: 1.1;
}

.ring h3 {
	color: #000;
	font-size: 2.5em;
	padding: 20px 0 0 0;
}

.ring h4 {
	color: #000;
	font-size: 2.5em;
	font-weight: 600;
}

div#kontakt {
	background: #FAFAF5;
	padding: 0 0 50px 0;
}

.ring a {
	color: #000;
	font-size: 2.5em;
	font-weight: 800;
}

.ft-menu a {
	font-size: 1.5em;
	color: #efefef;
	
}

.ft-menu a:hover {
	font-size: 1.5em;
	color: #e03336;
	
}

.ft-menu ul {
	padding: 0 0 0px 0;
}

.address h2 {
	color: #efefef;
	font-size: 1.5em;
	font-weight: 600;
	padding: 0px 0 25px 0;
}

.address h3 {
	color: #efefef;
	font-size: 1.5em;
	font-weight: 300;
	padding: 0px 0 30px 0;
	line-height: 1.4;
}


.address a {
	color: #efefef;
	font-weight: 500;
}

.address .grid-md-8 a {
	color: #efefef;
	display: block;
	font-size: 1.1em;
	font-weight: 600;
}


.address h2 span {
	color: #efefef;
	font-size: 80%;
	font-weight: 300;
	display: block;
	padding: 10px 0;
	line-height: 1.4;
}

.grid-md-3.ft-menu {
	border-right: 1px solid #666;
}

.footer form input {
	width: 100%;
	background: #fff;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 25px;
	margin: 0 0 35px 0;
	color: #666;
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 6%);
	border-radius: 10px;
}


.form-group {
	width: 50px;
	float: left;
}

.footer article {
	float: left;
	width: 80%;
	color: #999;
	font-weight: 300;
	margin: 0 0 0 10px;
	
}

.footer article a {
	color: #000;
	text-decoration: underline;
}

.footer form input.policy {
	width: auto;
	display: inline-block;
	float: left;
	top: 6px;
	position: relative;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #d2d2d2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #efefef;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


.footer form input[type=submit] {
	margin: 35px 0;
	padding: 20px 35px;
	background: #e03336;
	color: #fff;
	display: block;
	width: 180px;
	text-align: center;
	position: relative;
	overflow: visible;
	font-size: 1.5em;
	font-weight: 600;
	border: 0;
}

.copyright {
	color: #efefef;
	
}

.copyright a {
	color: #efefef;
	margin: 0 15px 0 0;
	font-size: 1.5em;
}


.privacy a {
	color: #efefef;
	margin: 0 25px 0 0;
}


.footer form button, button.custom-button {
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	margin: 40px 0px;
	background: #e03336;
	font-family: 'Poppins', sans-serif;
	border-radius: 50px
}

.footer form button span, button.custom-button span{
	display: block;
	padding: 5px 70px;
}

/* .footer form button::before, .footer form button::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.footer form span::before, .footer form span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.footer form button:hover::before, .footer form button:hover::after{
  width: 100%;
}
.footer form button:hover span::before, .footer form button:hover span::after{
  height: 100%;
} */
/*----- button 1 -----*/
.btn-1::before, .btn-1::after {
	transition-delay: 0.2s;
}

.btn-1 span::before, .btn-1 span::after {
	transition-delay: 0s;
}

.btn-1::before {
	right: 0;
	top: 0;
}

.btn-1::after {
	left: 0;
	bottom: 0;
}

.btn-1 span::before {
	left: 0;
	top: 0;
}

.btn-1 span::after {
	right: 0;
	bottom: 0;
}

.btn-1:hover::before, .btn-1:hover::after {
	transition-delay: 0s;
}

.btn-1:hover span::before, .btn-1:hover span::after {
	transition-delay: 0.2s;
}


.page-head {
	padding: 240px 0 0px 0;
}

.page-head h1 {
	font-size: 3.2em;
	color: #fff;
	display: block;
	padding: 0 0 20px 0;
	line-height: 1;
	position: relative;
}

.inner .banner-bottom .page-head p {
	font-size: 1.5em;
	color: #bdbdbd;
	display: block;
	line-height: 1.4;
}

.inner .banner-bottom p {
	font-size: 1.5em;
}

.inner .insta {
	padding: 0 0 100px 0;
}


.inner .icon-area {
	width: 100%;
	float: left;
	background: transparent;
	padding: 100px 0 0 0;
}

.inner .icon-area h2 {
	color: #df3336;
}

.inner .icon-area h4 {
	color: #545454;
	font-size: 18px;
	padding: 10px 10% 5PX 10%;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.1;
}

.inner .icon-area ul {
	padding: 5% 0%;
	display: block;
	float: left;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	
}

.inner .icon-area li {
	width: 30%;
	float: left;
	vertical-align: top;
	margin: 1.5%;
	background: #f3ece5;
	font-size: 12em;
	font-weight: 800;
	position: relative;
	line-height: 0.9;
	padding: 6% 0;
	border-radius: 10px;
	color: #df3336;
	border: 0;
}

.inner .icon-area center {
	position: absolute;
	width: 100%;
	top: -60px;
	left: 0;
	text-align: center;
	font-size: 40%;
	color: #fff;
}

.inner .icon-area li span {
	
	font-size: 11%;
	font-weight: 800;
	display: block;
	color: #000;
	padding: 0 0 30px 0;
}

.inner .icon-area a {
	font-size: 22%;
	color: #df3336;
	display: block;
}

.inner.sagar .icon-area li a {
	color: #df3336;
	display: inline-block;
	font-size: 100%;
}


.inner .icon-area a strong {
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: 70px 0 15px 0;
}

.inner .icon-area a b {
	font-size: 70%;
	margin: 10px 0 0 0;
	display: block;
	position: relative;
}

.inner .icon-area a b:before {
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -8px;
	position: absolute;
	width: 16%;
	height: 2px;
	background: #e03336;
	transition: all 0.2s ease;
	
	
}

.inner .icon-area a:hover b:before {
	
	width: 35%;
	height: 2px;
	transition: all 0.2s ease;
	
}


.inner .icon-area li img {
	border-radius: 100px;
	border: 1px solid #dedede;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(0px);
	transition: all 0.5s ease;
}


.inner .icon-area li:hover img {
	transform: translateY(10px);
	transition: all 0.5s ease;
}


.rating.with-ring {
	box-shadow: inset 0px 470px #e03336;
}

.priser .rating.with-ring {
	box-shadow: inset 0px 430px #e03336;
}


.sagar .rating.with-ring {
	box-shadow: inset 0px 430px #e03336;
}


.rating.with-ring h3 {
	font-size: 2em;
	
}

.rating.with-ring h2 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: 800;
	padding: 5px 0 45px 0;
}


.inner .banner-bottom {
	width: 100%;
	float: left;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 30%, rgba(224, 51, 54, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 30%, rgba(224, 51, 54, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 30%, rgba(224, 51, 54, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e03336', GradientType=0); /* IE6-9 */
	
}


.inner.handledarkurs .banner-bottom:before {
	content: "Kurstillfälle";
	left: 0;
	right: 0;
	top: 15vh;
	margin: 0 auto;
	position: absolute;;
	color: rgba(255, 255, 255, 0.04);
	font-size: 14vw;
	font-weight: 800;
	width: 100%;
	text-align: center;
	
}


.page-head .location a {
	color: #fff;
	font-weight: 600;
	font-size: 1.3em;
	margin: 35px 15px;
	display: inline-block;
}

.page-head .location .active-loc {
	color: #e03336;
	border-bottom: 2px solid #e03336;
}

.banner-text {
	padding: 8%;
	left: 0;
}

.products-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.banner-text .products-grid h3 {
	font-size: 20px;
}

.banner-text .products-grid strong {
	font-size: 25px;
}


.banner-text h2 {
	font-size: 3em;
}


.banner-text h3 {
	font-size: 1.8em;
	font-weight: 400;
	padding: 15px 0 0 0;
}


.banner-text h3 span {
	font-size: 65%;
	font-weight: 400;
	display: block;
	padding: 10px 0 5px 0;
}

.banner-text strong {
	color: #e03336;
	font-size: 2.5em;
	display: block;
	margin: 0 0 15px 0;
}


.banner-text a {
	padding: 10px 25px;
	background: #8bab36;
	color: #fff;
	display: inline-block;
	font-weight: 800;
	font-size: 1.3em;
	border-radius: 100px;
}

.banner-text a:hover {
	background: #e03336;
}


.bg-beg {
	background: #f3ece5;
	margin: 5em 9em;
	border-radius: 10px;
	position: relative;
	/*overflow: hidden;*/
}

.inner .banner-bottom .bg-beg h2, h3, h4 {
	color: #000;
}

.inner .banner-bottom .bg-beg p {
	color: #000;
	padding: 15px 0;
	font-size: 1.2em;
}

.right-text {
	padding: 10%;
}

.right-text.single-product h2 {
	font-family: "Poppins", sans-serif;
	font-size: 55px;
	font-weight: 700;
	line-height: 63px;
	color: black;
}

.right-text.single-product h3 {
	font-family: "Poppins", sans-serif;
	font-size: 55px;
	font-weight: 400;
	line-height: 63px;
	color: black;
}

@media (max-width: 1024px) {
	
	.right-text.single-product h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.right-text.single-product h3 {
		font-size: 30px;
		line-height: 40px;
	}
}

.right-text.single-product a.btn,
.right-text.single-product button.single_add_to_cart_button.button.alt {
	position: relative;
	z-index: 3;
	margin: 0;
	padding: 8px 40px;
	display: inline-block;
	border: 1px solid #e03336;
	border-radius: 100px;
	transition: .3s all;
	background: #e03336;
	color: #fff;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
}

.right-text.single-product .price {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 10px;
}

.right-text.single-product a.btn:hover,
.right-text.single-product button.single_add_to_cart_button.button.alt:hover {
	color: #e03336;
	background-color: #fff;
}

.right-text.single-product ul, .right-text.single-product ul li {
	list-style: disc;
	margin: 0;
	padding-left: 1.2em;
}


.right-text .grid-md-6 a {
	color: #e03336;
	text-decoration: underline;
	font-weight: 500;
	font-size: 80%;
}

.news .bg-beg h3 {
	font-size: 1.5em;
}

.news .bg-beg h3, .news .bg-beg h2, .news .bg-beg h4 {
	color: #000;
}


.inner.news .banner-bottom .bg-beg p {
	color: #000;
	font-size: 1.4em;
}

.inner.news .banner-bottom .bg-beg p a {
	color: #e03336;
	text-decoration: underline;
}

span.prev {
	color: #e03336;
	text-decoration: underline;
	padding: 15px 0;
	float: left;
	
}

span.next {
	color: #e03336;
	text-decoration: underline;
	padding: 15px 0;
	float: right;
}


span.prev a, span.next a {
	color: #e03336;
}

.news .bg-beg h3 a {
	color: #000;
}

.news .bg-beg h3 a:hover {
	color: #e03336;
}

.news .bg-beg {
	padding: 3%;
}

.news .bg-beg h3 span {
	font-size: 60%;
	display: block;
	padding: 15px 0 0 0;
	font-weight: 300;
	color: #666;
}


.inner.news.common .banner-bottom .bg-beg img {
	width: 100%;
	height: auto;
}


.inner.news.common .banner-bottom .bg-beg ul {
	padding: 15px 0;
}

.inner.news.common .banner-bottom .bg-beg li {
	font-weight: 500;
	margin: 0 0 5px 25px;
	display: block;
	position: relative;
}

.inner.news.common .banner-bottom .bg-beg li:before {
	content: "";
	left: -15px;
	top: 10px;
	width: 8px;
	height: 1px;
	background: #000;
	position: absolute;
}

.inner.news.common .banner-bottom .bg-beg li a {
	font-weight: 500;
	color: #e03336;
}


.inner.priser .icon-area a strong {
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: 10px 0 15px 0;
}


.inner.priser .icon-area li {
	width: 23%;
	float: left;
	vertical-align: top;
	margin: 1%;
	background: #f3ece5;
	font-size: 8em;
	font-weight: 800;
	position: relative;
	line-height: 0.9;
	padding: 4% 0;
	border-radius: 10px;
	color: #df3336;
	overflow: hidden;
}


.inner.priser .icon-area li span {
	font-size: 16%;
	font-weight: 700;
	display: block;
	color: #000;
	padding: 0 20% 30px 20%;
	line-height: 1.1;
}


.inner.priser .icon-area li i.far.fa-id-badge {
	font-size: 44%;
	padding: 0 0 15px 0;
}

.inner.priser .icon-area {
	padding: 20px 0 0 0;
}

.inner.sagar .icon-area ul {
	max-width: 70%;
	margin: 0 auto;
	float: none;
}

.inner.sagar .icon-area ul:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 1px;
	background: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+18,ffffff+74,ffffff+100&0+0,1+18,1+74,0+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
	
	
}

.inner.sagar .icon-area li {
	font-size: 100%;
	text-align: left;
	background: #ffffff;
	width: 36%;
	margin: 5% 7%;
	padding: 350px 5% 5% 5%;
	counter-increment: carousel-cell;
	box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.1);
	
}


.inner.sagar .icon-area li:nth-child(odd):before {
	content: "";
	position: absolute;
	right: -73px;
	top: 54px;
	height: 1px;
	width: 74px;
	background: #fff;
}

.inner.sagar .icon-area li:nth-child(even):before {
	content: "";
	position: absolute;
	left: -73px;
	top: 45%;
	height: 1px;
	width: 74px;
	background: #fff;
}


.inner.sagar .icon-area li:nth-child(even):after {
	content: "";
	position: absolute;
	left: -99px;
	top: 42%;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 100px;
	z-index: 2;
	content: counter(carousel-cell);
	color: #000;
	text-align: center;
	line-height: 2.2;
	font-size: 1.5em;
	font-weight: 400;
}


.inner.sagar .icon-area li:nth-child(odd):after {
	content: "";
	position: absolute;
	right: -99px;
	top: 30px;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 100px;
	z-index: 2;
	content: counter(carousel-cell);
	color: #000;
	text-align: center;
	line-height: 2.2;
	font-size: 1.5em;
	font-weight: 400;
}


.inner.sagar .icon-area li h2 {
	color: #fff;
	font-size: 1.7em;
	padding: 0 0 10px 0;
}

.inner.sagar .icon-area li p {
	color: #efefef;
	font-size: 15px;
	padding: 10px 0 10px 0;
}


.inner.sagar .icon-area li:nth-child(2) {
	
	text-align: center;
	padding: 5% 5% 5% 5%;
	top: 85px;
	position: relative;
}


.inner.sagar .icon-area li:nth-child(even) {
	
	top: 85px;
	position: relative;
}


.inner.sagar .icon-area li:nth-child(2) p {
	
	color: #000;
}

.inner.sagar .icon-area li:nth-child(2) h3 {
	
	color: #df3336;
	padding: 35px 0 0 0;
	line-height: 1;
}

.inner.sagar .icon-area li img {
	border: 0;
	position: relative;
	top: 0;
}

.inner.sagar .icon-area li img:hover {
	border: 0;
	position: relative;
}


.inner.sagar .icon-area li:hover img {
	transform: translateY(0);
	transition: all 0.5s ease;
}

.inner.sagar .banner-bottom {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,e03336+22,e03336+100 */
	background: rgb(0, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 10%, rgba(224, 51, 54, 1) 32%, rgba(224, 51, 54, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 10%, rgba(224, 51, 54, 1) 32%, rgba(224, 51, 54, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 10%, rgba(224, 51, 54, 1) 32%, rgba(224, 51, 54, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e03336', GradientType=0); /* IE6-9 */
	
}


.locate .bg-beg {
	background: #f3ece5;
	margin: 3em 9em 0 9em;
	border-radius: 10px;
	overflow: hidden;
}


.locate .bg-beg a {
	padding: 10px 25px;
	background: #8bab36;
	color: #fff;
	display: inline-block;
	font-weight: 800;
	font-size: 1.3em;
	border-radius: 100px;
}

.locate .bg-beg a:hover {
	background: #e03336;
}

.services li:hover a.hover {
	transform: translateY(0%);
	transition: all 0.5s ease;
}

a.hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10%;
	transform: translateY(-100%);
	transition: all 0.5s ease;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7-form-control-wrap.city::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 0;
	right: 80px;
	width: 0;
	height: 0;
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	background: transparent;
}


.wpcf7-form-control-wrap.course::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 0;
	right: 80px;
	width: 0;
	height: 0;
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	background: transparent;
}


select {
	
	padding: 25px;
	display: block;
	background: #fff;
	outline: 0;
	cursor: pointer;
	width: 100%;
	border-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #999;
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 6%);
	border-radius: 10px;
}

select option {
	color: #000;
}

.wpcf7-response-output {
	color: #fff !important;
}

.privacy li {
	
	display: inline-block
}


.inner.intensivkurs .icon-area center {
	position: absolute;
	width: 100%;
	top: -34px;
	left: 0;
	text-align: center;
	font-size: 23%;
	color: #fff;
	text-shadow: 1px 6px 0px hsl(0deg 0% 22% / 28%);
}


.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	overflow-y: scroll;
}

.popup {
	margin: 70px auto;
	padding: 2% 5%;
	background: #ffffff;
	border-radius: 0;
	width: 50%;
	max-width: 850px;
	position: relative;
	transition: all 1s ease-in-out;
	z-index: 999;
	font-weight: 400;
}

.popup ::placeholder {
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.popup h2 {
	margin-top: 0;
	color: #000;
	font-size: 3.5em;
	padding: 50px 0 10px 0;
	font-weight: 300;
	text-transform: uppercase;
}

.popup p {
	padding: 0;
	font-size: 1.3em;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 1ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover {
	color: #000000;
}

.popup .content {
	max-height: 30%;
	overflow: hidden;
}


.popup input {
	width: 95%;
	border: 0;
	padding: 2.5%;
	margin: 2px 0;
	font-size: 18px;
	background: #efefef;
	color: #000;
}

.popup input[type=text] {
	width: 95%;
	border: 0;
	padding: 2.5%;
	margin: 2px 0;
	font-size: 18px;
}

.popup input[type=tel] {
	
	width: 95%;
	border: 0;
	padding: 2.8% 2.5%;
	margin: 2px 0;
	font-size: 18px;
	
	
}

.popup textarea {
	
	width: 95%;
	border: 0;
	padding: 2.8% 2.5%;
	margin: 2px 0;
	font-size: 18px;
	background: #efefef;
	resize: none;
	height: 150px;
	
	
}

.popup input[type=submit] {
	width: 100%;
	padding: 15px 0%;
	border: 0;
	background: #000;
	font-size: 18px;
	appearance: none;
	color: #fff;
	cursor: pointer !important;
	margin: 25px 0;
}

.popup .wpcf7-response-output {
	color: red !important;
}

div.logo {
	width: 200px;
	float: left;
	display: none;
}

input[type="checkbox"] {
	width: auto;
}

.courses-template-default .right-text input[type="radio"] {
	width: auto;
}

.courses-template-default .right-text input {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #666;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 15px 0;
	margin: 0 0 0 0;
	color: #666;
}

span.wpcf7-form-control-wrap.pack {
	padding: 0 0 20px 0;
	float: left;
}

.courses-template-default .right-text input.policy {
	width: auto;
	display: inline-block;
	float: left;
	top: 6px;
	position: relative;
	padding: 0;
	margin: 0 15px 0 0;
}

.courses-template-default .right-text input.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	position: relative;
	border: none;
	color: #fff;
	font-size: 1.5em;
	cursor: pointer;
	margin: 40px 0px;
	background: #e03336;
	font-family: 'Poppins', sans-serif;
}

.courses-template-default .right-text select {
	border-radius: 0;
	padding: 25px 0;
	display: block;
	background-color: transparent;
	outline: 0;
	cursor: pointer;
	appearance: none;
	width: 100%;
	border-bottom: 1px solid #666;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #000;
}

.courses-template-default .right-text h2 {
	color: #000;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 3em;
}

.courses-template-default .right-text p {
	color: #000;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 3em;
}

.courses-template-default .right-text {
	padding: 5% 10%;
}

.courses-template-default .right-text ::placeholder {
	color: #000;
}

.right-text label {
	padding: 15px 0;
	display: block
}

/* .right-text .wpcf7-form-control-wrap.location::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    background: transparent;
}
 */

.grid-md-12.bg-white-form {
	
	background: #fff;
	padding: 3em;
	margin: 0 0 15px 0;
}

.grid-md-12.bg-white-form input[type="radio"] {
	width: auto;
	transform: scale(1.5);
	margin: 0 5px 0 0;
}

.grid-md-12.bg-white-form h2 {
	text-align: left;
	font-size: 2em;
}


.grid-md-12.bg-white-form h3 {
	font-size: 15px;
}


.bg-white-form .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.bg-white-form span.wpcf7-form-control-wrap.pack {
	padding: 0 15% 20px 0;
	float: left;
}

div#sidebar {
	display: none;
}

/* wooo */
.woocommerce td,
.woocommerce tr,
.woocommerce th {
	font-weight: 400;
	font-size: 14px;
}

.woocommerce table.shop_table th {
	font-weight: 400 !important;
	padding: 20px 0;
	color: #000;
}

.woocommerce form .form-row label {
	line-height: 2;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 -1px 24px 0;
	border-right: 0;
	border-left: 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0;
}

.woocommerce table.shop_table td {
	/*     border-top: 1px solid rgba(0, 0, 0, 0.2); */
	padding: 9px 0;
}

.woocommerce-billing-fields, .woocommerce-billing-fields h4{
	color: white;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form #TextBoxesGroup .InfoContainer input.jqupdate{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: 0;
	color: #444;
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	background: #fffdf9;
	border-bottom: 1px solid #444;
	padding: 10px;
	border-radius: 10px;
}
.woocommerce form #TextBoxesGroup .InfoContainer div:last-child{
	margin-left: 20px;
}

.woocommerce-info::before {
	color: #000;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	padding: 15px 10px;
	height: 50px;
}

div.pp_woocommerce .pp_close:before {
	content: "x";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
	font-size: 13px;
	font-family: 'Poppins';
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 12px;
	right: 9px;
	width: 20px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.showcoupon {
	color: #000;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: left;
	width: 90%;
}


div#primary {
	padding: 100px 0;
}


.outer .woocommerce-checkout h2 {
	color: #000;
	font-size: 25px;
	padding: 0 0 25px 0;
}

.outer .woocommerce-checkout h3 {
	color: #000;
	font-size: 25px;
	padding: 25px 0 25px 0;
}


.woocommerce-tabs.wc-tabs-wrapper {
	padding: 100px 0;
}

div#shortcode-1-preset-1-wrapper {
	width: 25%;
	float: left;
}

.chosen-container-single .chosen-single {
	height: 47px !important;
	line-height: 51px !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 0 15px !important;
}

div#shortcode-1-preset-1-wrapper {
	max-width: 25%;
	float: left;
	width: 100%;
}

.woof {
	max-width: 75%;
	float: left;
	width: 100%;
}

.woof_container_product_cat {
	float: left;
	max-width: 30%;
	width: 100%;
	padding: 0 2%;
}

.woof_container_pwb-brand {
	float: left;
	max-width: 30%;
	width: 100%;
	padding: 0 2% 0 0;
}

.awf-preset-title {
	display: none;
}

.awf-active-badges-container {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
	font-size: 0.9em;
	color: #fff;
}

.woof_submit_search_form_container {
	text-align: right;
	padding: 55px 0 0;
}

.woof_submit_search_form_container .button.woof_reset_search_form {
	background: #e03336;
	border: #fff solid 1px;
}

.awf-filter-container.awf-product-search-container .awf-filter {
	width: 100%;
	height: 47px;
	padding: 9px 10px 10px 45px;
	box-sizing: border-box;
	cursor: default;
	white-space: normal;
	border: 0;
}

.woof_price3_search_container {
	float: left;
	max-width: 30%;
	width: 100%;
	padding: 0 0 0 2%;
}

.chosen-container-single .chosen-single div {
	
	top: 10px;
	right: 3px;
	
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
	background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
	background-image: -o-linear-gradient(#eee 20%, #fff 80%);
	background-image: linear-gradient(#eee 20%, #fff 80%);
	box-shadow: none;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
}


div#customer_details {
	max-width: 50%;
	width: 100%;
	float: left;
	padding: 0 5% 0 0;
}

div#order_review {
	max-width: 50%;
	width: 100%;
	float: left;
}

/* woo button -info */

.woocommerce .woocommerce-breadcrumb {
	margin: 25px 0 55px 0;
	padding: 0;
	font-size: 15px;
	color: #767676;
	text-align: left;
	font-weight: 500;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #e03336;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit,
.woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__product-onsale {
	color: #ffffff;
	border-color: #e03336;
	background-color: #e03336;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 100px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
	color: #ffffff;
	border-color: #3a3a3a;
	background-color: #3a3a3a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 100px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-weight: 500;
	background-color: #ffffff;
	box-shadow: 0 0 4px 3px #0000000a;
}

#add_payment_method
.cart-collaterals
.cart_totals
.woocommerce-shipping-destination,
.woocommerce-cart
.cart-collaterals
.cart_totals
.woocommerce-shipping-destination,
.woocommerce-checkout
.cart-collaterals
.cart_totals
.woocommerce-shipping-destination {
	margin-bottom: 0;
	font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background-color: #f4f9f3;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #e03336;
	z-index: 2;
	border-bottom-color: #000;
	border-radius: 0;
	padding: 6px 25px;
	text-align: center;
	margin: 0;
	color: #fff;
	
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 1.5em;
}

.woocommerce div.product .woocommerce-tabs .panel p {
	font-size: 1.2em;
}

/* woo admin */
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 25%;
	text-align: left;
	background: #fff;
	padding: 5%;
	border-left: 5px solid #e03336;
}

p.woocommerce-LostPassword.lost_password a {
	color: #000;
	font-size: 15px;
	margin: 25px 0;
	display: block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
	text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: #000;
	font-weight: 600;
	padding: 5px 0;
	margin: 5px 0;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #000;
	text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 73%;
	font-size: 12px;
	background: #fff;
	padding: 5%;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	color: #e03336;
}

.woocommerce-account .woocommerce-MyAccount-content p {
	color: #000;
}

.woocommerce-account
.woocommerce-MyAccount-content
button.woocommerce-Button.button {
	margin: 15px 0;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	border: 0;
	margin: 50px 0;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
	font-weight: 600;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
	padding: 15px 25px;
	margin: 0;
}

/* woo admin */

/* woo login */
form.woocommerce-form.woocommerce-form-login {
	width: 50%;
	margin: 0 auto;
	background: #fff;
	padding: 5%;
}


.woocommerce-privacy-policy-text p {
	font-size: 15px;
	padding: 0 0 20px 0;
}

.product_meta a {
	color: #000;
	text-decoration: underline;
}

.product_meta {
	margin: 25px 0;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	line-height: 1.2;
	padding: 0 18% 0 0;
}

.summary.entry-summary p {
	font-size: 19px;
	color: #333;
}

.coupon-form button.button {
	font-size: 18px !important;
}

td.product-name a {
	color: #000;
}

.woocommerce-checkout .top-pad {
	padding: 80px 0 150px 0;
}

.woocommerce-cart .woocommerce-checkout .top-pad {
	padding: 80px 0 150px 0;
}

.woocommerce-checkout .top-pad h1.text-center {
	text-align: center !important;
	padding: 0 0 40px 0;
}


.woocommerce-cart .top-pad h1.text-center {
	text-align: center !important;
	padding: 0 0 40px 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #ffffff;
	border-radius: 5px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 38%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 54%;
	clear: none;
	padding: 0 10% 0 0;
}

.irs-bar {
	height: 10px !important;
	top: 33px !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	background: #fff !important;
}

.irs-from, .irs-to, .irs-single {
	color: #e03336 !important;
	font-size: 14px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #ffffff !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.irs-grid-text {
	bottom: 5px;
	color: #fff !important;
}

.irs-slider {
	top: 25px;
	width: 27px;
	height: 27px;
	border: 0 !important;
	
	background: #ffffff !important;
	border-radius: 27px;
	-moz-border-radius: 27px;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
	cursor: pointer;
}

button.awf-reset-btn {
	width: auto;
	display: none;
}

.awf-active-badge {
	display: none;
}

.awf-filter-container.awf-product-search-container::before {
	cursor: pointer;
}

.quantity button {
	padding: 5px 10px;
	border: 0;
	border-radius: 0;
	background: #f4f9f3;
	font-size: 1.2em;
}

.woocommerce .quantity .qty {
	width: 4.5em;
	text-align: center;
	border: 1px solid #e03336;
	padding: 15px;
	margin: 0 5px;
	
}

.woocommerce div.product form.cart {
	margin: 2em 0;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
	padding: 15px 25px 15px 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 20px;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #ffffff;
	color: #515151;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.payment_box.payment_method_swish p {
	font-size: 20px;
	padding: 0 0 20px 0;
}

fieldset#swish-cc-form {
	border: 0;
	padding: 0;
}

input#swish-payer-alias {
	background: #ffffff;
	color: #151515;
	font-size: 20px;
	border: 1px #444 solid;
	padding: 25px;
}

.woocommerce table.shop_table td {
	/*     border-top:0; */
	padding: 30px 0 20px 0;
}

.woocommerce table.shop_table th {
	font-weight: 600 !important;
	padding: 5px 0;
}

/* wooo */


p.product.woocommerce.add_to_cart_inline.add-me {
	border: 0 !important;
}

.page-id-802 .header, .page-id-801 .header {
	background: #000
}

.page-id-802 .outer, .page-id-801 .outer {
	padding: 150px 0 50px 0;
}

.page-id-802.page-template-thank-you .outer{
	padding: 0;
}

.page-id-802 .outer .woocommerce-checkout h3 {
	color: white;
}

.page-id-802 .product-name .quantity {
	float: none;
}

.page-id-802 .woocommerce form .form-row label {
	color: white;
}

.page-id-802 .woocommerce form .woocommerce-checkout-payment .form-row label {
	color: #000;
}

.background-gradient {
	background: linear-gradient(180deg, #000 47.55%, #E03336 100%);
}

.background-gradient .woocommerce tr, .woocommerce th {
	font-size: 24px;
}

.background-gradient .woocommerce td {
	font-size: 20px;
}

.background-gradient .woocommerce table.shop_table {
	background: white;
	border-radius: 15px;
	padding: 60px 90px;
	border: none;
}

.background-gradient .woocommerce .cart_totals table.shop_table,
.background-gradient .woocommerce .woocommerce-checkout-review-order table.shop_table {
	padding: 40px 55px;
}

.woocommerce .woocommerce-cart-form table.shop_table th {
	border-bottom: 1px solid black;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
	border-bottom: #C2C2C2;
	padding: 30px 0;
}

.woocommerce .cart_totals table.shop_table td, .woocommerce .cart_totals table.shop_table th {
	padding: 30px 0;
	font-size: 25px;
}

.woocommerce .cart_totals table.shop_table th {
	color: rgba(0, 0, 0, 0.51);
	padding-right: 40px;
}

.product-name .quantity {
	float: right;
	margin: -13px 50px 0 0;
}

.product-name .quantity:before {
	content: "Platser ";
	left: 0;
	top: 0;
	color: #000;
}

a.remove {
	float: left;
	
}

.container .woocommerce-notices-wrapper .container,
.container .woocommerce-NoticeGroup .container {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.floating-pop {
	position: fixed;
	bottom: 0;
	left: 0;
	height: auto;
	width: 265px;
	padding: 0;
	background: #fff;
	z-index: 999991;
	text-align: left;
	border-top-right-radius: 14px;
	box-shadow: 0 0 9px 11px #00000021;
}


.floating-pop p {
	font-size: 14px;
	padding: 5px 10px;
	background: #333;
	font-weight: 500;
	color: #fff;
}


.floating-pop li a {
	font-size: 12px;
	color: #000;
	display: inline-block;
	font-weight: 400;
	padding: 3px 10px;
}

.floating-pop ul {
	display: block;
	width: 100%;
	padding: 2px 0;
}


.floating-pop ul li {
	display: inline-block;
}


.floating-pop .set {
	display: none;
	width: 100%;
	vertical-align: top;
	background: #fff;
}

.floating-pop .set.white p{
	background: #fff;
}

.floating-pop .set.white p a{
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

a.hide {
	color: #fff;
	font-size: 12px;
	padding: 11px 20px;
	background: #000;
	width: 100%;
	display: block;
	position: relative;
	background: #e13335 url('../img/boka-kurs.svg') no-repeat center center / 150px;
	text-align: center;
	text-indent: -9999px;
	border-top-right-radius: 14px;
}


a.hide.up {
	background: #e13335 url('../img/boka-kurs.svg') no-repeat center center / 150px;
}


iframe {
	width: 100%;
	height: 350px;
}

.accordain .tab-content p a {
	color: #e03336;
}

tr.woocommerce-shipping-totals.shipping {
	display: none;
}

.woocommerce table.shop_table_responsive.ywcmas_addresses_manager_table {
	margin: 0;
	width: 100%;
}

span.ywcmas_addresses_manager_table_img {
	display: none;
}

a.ywcmas_shipping_address_button_edit {
	padding: 5px 25px;
	background: #000;
	color: #fff;
	margin: 20px 5px;
	display: inline-block;
	border-radius: 100px;
}

a.ywcmas_shipping_address_button_delete {
	padding: 5px 25px;
	background: #000;
	color: #fff;
	margin: 20px 5px;
	display: inline-block;
	border-radius: 100px;
}

.ywcmas_select {
	display: inline-block;
	margin: 5px 5px;
	width: 85%;
	max-width: 85%;
}

span.ywcmas_increase_qty_alert {
	font-size: 13px;
	color: #66b766;
}

thead {
	text-align: left;
}

td.ywcmas_addresses_manager_table_qty_td input.ywcmas_addresses_manager_table_qty {
	width: 58px;
	height: 40px;
	padding: 15px;
}

a.ywcmas_new_shipping_selector_button {
	font-size: 13px;
	color: #66b766;
}

div.pp_woocommerce .pp_close:before {
	content: "x";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
	font-size: 22px;
	font-family: 'Poppins';
}


div.ywcmas_addresses_manager_table_remove {
	float: right;
	background-color: #e03336;
	border-radius: 100px;
	margin: 15px 5px 5px 5px;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	text-align: center;
	justify-content: center;
	color: #fff;
	align-items: center;
}

/* .ywcmas_multiple_addresses_manager {
    display: block!important;
} */
.ywcmas_select select {
	border-radius: 0;
	padding: 10px 25px;
	display: block;
	background-color: transparent;
	outline: 0;
	cursor: pointer;
	appearance: auto;
	width: 100%;
	color: #000;
	font-size: 1em;
	
	
}

.ywcmas_addresses_manager_table_qty_container {
	margin: 15px 0;
}

.ywcmas_manage_addresses_viewer_container select {
	border-radius: 0;
	padding: 25px;
	display: block;
	background-color: transparent;
	outline: 0;
	cursor: pointer;
	appearance: auto;
	width: 100%;
	border-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #000;
	border: 1px #000 solid;
	margin: 0 0 15px 0;
}

.ywcmas_single_address {
	display: none;
}

a.ywcmas_addresses_manager_table_update_qty_button {
	color: red;
}

a.pp_close {
	height: 2em;
	width: 2em;
	line-height: 1.8em;
}

.ywcmas_manage_addresses_viewer {
	width: 100%;
	margin: 20px 0;
	display: grid;
	grid-template-columns: 30% 50% 20%;
	grid-gap: 10px;
	grid-column-end: 50px;
	justify-content: flex-start;
	align-items: center;
}


.red .ywcmas_multiple_addresses_manager {
	display: block !important;
}

a.button.ywcmas_shipping_address_button_new {
	padding: 2em;
}

.seat {
	margin: 15px 0;
}

.seat input {
	padding: 15px;
}

div#TextBoxesGroup {
	display: flex;
	flex-wrap: wrap;
}

div#TextBoxesGroup div.InfoContainer {
	width: 100%;
	display: flex;
}

div#TextBoxesGroup .InfoContainer div {
	width: 45%;
	/* padding:15px 20px 15px 0; */
}


/* div#TextBoxesGroup div {
   
} */


div#TextBoxesGroup div input {
	width: 95%;
	padding: 10px;
	/* border-radi */
}


div#TextBoxesGroup div label {
	margin: 5px 0;
	display: block;
	font-size: 14px;
}

input#addButton {
	background: #e03336;
	border: 0;
	color: #fff;
	padding: 15px 25px;
	border-radius: 100px;
}

input#removeButton {
	background: #e03336;
	border: 0;
	color: #fff;
	padding: 15px 25px;
	border-radius: 100px;
	margin: 15px 10px 15px 0px;
}

.button-disabled {
	background: gray !important;
}

p#my_custom_delivery_field {
	display: none;
}

.page-id-1095 .location a {
	background: #fff;
	padding: 10px 25px;
	color: #000;
	border-radius: 100px;
}

.page-id-1107 .location a {
	background: #fff;
	padding: 10px 25px;
	color: #000;
	border-radius: 100px;
}

.inner.page-id-1095 .insta {
	padding: 100px 0 100px 0;
}

.inner.page-id-1107 .insta {
	padding: 100px 0 100px 0;
}

.container .container {
	width: 100%;
	padding: 0;
}

.woocommerce-account .container-big {
	padding: 150px 0;
}

.woocommerce-account .header {
	background: #000;
}

h1 small {
	display: block;
	font-size: 15px;
	margin: 15px 0 100px 0;
}


h1 small p {
	color: #fff;
}


.banner-text .quantity input {
	width: 80px !important;
	margin: 15px 0 !important;
	border: 0 !important;
}

a.dark.newdark {
	color: #bfa967;
	padding: 0 0 0 35px;
	width: 90%;
	max-width: initial;
	text-align: left;
}

a.dark.newdark:hover:before {
	width: 55px !important;
}

a.dark.newdark:before {
	content: "";
	width: 25px;
	height: 3px;
	background: #fff;
	top: 33px;
}

.input-text.qty.text {
	border: none !important;
	-moz-appearance: textfield;
	background-color: rgba(0, 0, 0, 0);
	pointer-events: none;
}

.input-text.qty.text::-webkit-outer-spin-button,
.input-text.qty.text::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	pointer-events: none;
}

p.course-rules {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 35px 0;
}

.boka-sec {
	width: 100%;
	display: block;
	margin: 0 0 25px 0;
	
}

.boka-sec a.green {
	background: #50bb50;
	border: 1px solid #50bb50;
	
}

.boka-sec a.green:hover {
	color: #50bb50;
	background: #fff;
	border: 1px solid #fff;
}

.woocommerce-cart a.button.alt.checkout-button {
	color: #ffffff;
	border-color: #50bb50;
	background-color: #50bb50;
}

.woocommerce-cart a.button.alt.checkout-button {
	color: #ffffff;
	border-color: #50bb50;
	background-color: #50bb50;
}

.woocommerce-cart a.button.alt.checkout-button:hover {
	border-color: green;
	background-color: green;
}

.coupon-form button.button {
	font-size: 18px !important;
}

p.course-rules {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 35px 0;
}

/*
 * Removing temporarily as it currently hides the price.
span.woocommerce-Price-amount.amount {
    color: #fff;
}
*/
.row.news {
	padding: 50px 0;
}


.row.news h3 {
	font-size: 25px;
	line-height: 1.1;
	color: #000;
	padding: 20px 0 10px 0;
}


.row.news h3 a {
	font-size: 25px;
	line-height: 1;
	color: #000
}


.row.news h3 span {
	font-size: 15px;
	line-height: 1;
	color: #666;
	display: block;
	font-weight: 400;
	padding: 10px 0 10px 0;
}


.row.news p {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	padding: 0px 10% 10px 0;
}

h2.black {
	color: #000;
}

span.red {
	color: #e03336 !important;
}

strong s {
	font-size: 0.6em;
	color: #999;
	display: block;
	padding: 0 0 8px 0;
}

.discount {
	border-radius: 15px;
	padding: 25px;
	margin: 0 0 35px 0;
	position: relative;
	z-index: 1;
}

.discount a {
	color: #fff;
}

.discount span {
	font-size: 60%;
	display: block;
	font-weight: 600
}

.discount h3 {
	z-index: 2;
	position: relative;
	font-size: 2em;
	line-height: 1.3;
}


.discount::before {
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #00000087;
	position: absolute;
	border-radius: 15px;
	z-index: 1;
}

.discount a.dct-btn {
	background: #e03337;
	position: relative;
	z-index: 3;
	padding: 11px 25px;
	margin: 25px 0 10px 0;
	display: inline-block;
	border-radius: 100px;
	color: #fff;
}

.tele-phone {
	display: none;
}

.tele-phone i.fa.fa-phone {
	transform: rotate(129deg);
}

.tele-phone a {
	margin: 0;
	padding: 10px;
	background: #e03336;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top: 43px;
	left: 35px;
	border-radius: 100px;
}

.logo-size {
	width: 55%;
}

.boka-sec {
	width: 100%;
	display: block;
	margin: 0 0 25px 0;
	
}

.boka-sec a.green {
	background: #50bb50;
	border: 1px solid #50bb50;
	
}

.boka-sec a.green:hover {
	color: #50bb50;
	background: #fff;
	border: 1px solid #fff;
}

.coupon-form button.button {
	font-size: 18px !important;
}

p.course-rules {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 35px 0;
}

/*
 * Removing temporarily as it currently hides the price.
span.woocommerce-Price-amount.amount {
    color: #fff;
}
*/
.row.news {
	padding: 50px 0;
}


.row.news h3 {
	font-size: 25px;
	line-height: 1.1;
	color: #000;
	padding: 20px 0 10px 0;
}


.row.news h3 a {
	font-size: 25px;
	line-height: 1;
	color: #000
}


.row.news h3 span {
	font-size: 15px;
	line-height: 1;
	color: #666;
	display: block;
	font-weight: 400;
	padding: 10px 0 10px 0;
}


.row.news p {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	padding: 0px 10% 10px 0;
}

h2.black {
	color: #000;
}

span.red {
	color: #e03336 !important;
}

strong s {
	font-size: 0.6em;
	color: #999;
	display: block;
	padding: 0 0 8px 0;
}

.small-size {
	width: auto !important;
}

#place_order {
	font-size: 26px !important;
}

.terms-conditions h3 {
	color: black;
	margin-bottom: 10px;
}

.terms-conditions ul {
	margin-top: 10px;
}

.terms-conditions li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: circle;
}

.kopvillkor-title {
	margin-bottom: 29px;
	padding-bottom: 20px;
}

.inner .icon-area li span.old {
	font-size: 50% !important;
	padding: 0 0 10px 0;
	text-decoration: line-through;
}

.inner .notices {
	margin: 40px 0;
}

.inner .other-locations {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin: 40px 0 20px;
}
@media (max-width: 1024px) {
	.inner .other-locations {
		overflow-x: scroll;
	}
}

.inner .other-locations a {
	color: white;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
}

.inner .other-locations a.active {
	color: #E03336;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	border-bottom: 4px solid white;
}

.inner .other-locations a:hover {
	color: #E03336;
}

.inner .pricing-table {
	width: 100%;
}

.inner .pricing-table ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: var(--rows);
	grid-auto-flow: row;
	gap: 12px;
	margin: 40px 0;
}

.inner .pricing-table ul li {
	border-radius: 15px;
	background: #FFF;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 17px;
	font-size: 20px;
	gap: 20px;
}

@media (max-width: 768px) {
	.inner .pricing-table ul li {
		flex-direction: column;
	}
}

.inner .pricing-table ul li .price-button {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	align-items: center;
}

.inner .pricing-table ul li span.price {
	display: flex;
	white-space: nowrap;
	flex-direction: column;
	text-align: left;
}

.inner .pricing-table ul li span.price del {
	font-size: 15px;
	color: gray;
}

.inner .pricing-table ul li strong s {
	display: block;
	padding: 0;
}

.inner .pricing-table ul li a,
.inner .pricing-table ul li button {
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

.inner .pricing-table ul li a.btn,
.inner .pricing-table ul li button.btn {
	position: relative;
	z-index: 3;
	padding: 8px 40px;
	display: inline-block;
	border: 1px solid #e03337;
	border-radius: 100px;
	background: white;
	color: #e03337;
	transition: .3s all;
	margin-left: 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.inner .pricing-table ul li a.btn:hover,
.inner .pricing-table ul li button.btn:hover {
	background: #e03337;
	color: #fff;
}

.home .homepage-popup {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e03336', GradientType=0);
	border: 4px solid #ffffff;
	border-radius: 16px;
	padding: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
	max-width: 500px;
	text-align: center;
	z-index: 99999999;
	display: none;
}

.home .homepage-popup .homepage-popup-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	position: absolute;
	top: 16px;
	right: 16px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
}

.home .homepage-popup .homepage-popup-logo {
	position: absolute;
	top: 32px;
	left: 16px;
	width: 64px;
	height: auto;
}

@media (max-width: 767px) {
	.home .homepage-popup .homepage-popup-logo {
		display: block;
		position: static;
		margin: 16px auto;
	}
}

.home .homepage-popup h2 {
	margin-bottom: 36px;
}

.home .homepage-popup h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 24px;
}

.home .homepage-popup h3,
.home .homepage-popup p {
	color: #ffffff;
}

.home .homepage-popup p {
	font-size: 18px;
}

.home .homepage-popup p+p {
	margin-top: 24px;
}

.home .homepage-popup a {
	background-color: #ffffff;
	border-radius: 100px;
	color: #000000;
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin: 24px auto 0;
	padding: 12px 24px;
	width: 100%;
	max-width: 200px;
}

.home .new-banner-text {
	text-align: center;
	margin: 15% 0 0 0;
}

.home .new-banner-text h1 {
	color: #fff;
	font-size: 6em;
	margin: 19% 0 0 0;
}

.home .new-banner-text span {
	color: #fff;
	font-size: 1.2em;
	padding: 10px 0 20px 0;
	display: block;
	
}

.home .new-banner-text svg {
	width: 50px;
	height: 50px;
	margin: 0 0 50px 0;
}

.home .pricing .price-header {
	text-align: center;
	color: #D11A28;
	font-size: 3em;
	font-weight: 600;
}

.home .pricing {
	margin-bottom: 180px;
}

.home .pricing .tabs-nav {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.home .pricing .tab-switcher {
	padding: 30px 10px;
	position: relative;
}

.home .pricing .tab-switcher:hover:before, .home .pricing .tab-switcher.tab-active:before {
	background-color: #D11A28;
}

.home .pricing .tab-switcher:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 6px;
	width: 100%;
	border-radius: 10px;
	background-color: transparent;
	transform: translateY(50%);
	transition: .3s all;
}

.home .pricing .tab-switcher.tab-active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #D11A28 transparent;
}

.home .pricing .tab-switcher a {
	font-size: 2em;
	font-weight: 600;
	color: #fff;
}

.home .pricing .tabs-content {
	background-color: #fff;
	border-radius: 25px;
	border: 1px solid #707070;
	padding: 50px 60px;
}

.home .pricing .tab-container .price-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px 20px;
}

.home .pricing .tab-container .price-list li {
	border: 1px solid #D0D0D0;
	border-radius: 25px;
	flex: 1 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 50px;
	position: relative;
}

.home .pricing .tab-container .price-list li .hours {
	font-size: 6em;
	line-height: 1;
	font-weight: bold;
	color: #AE191B;
}

.home .pricing .tab-container .price-list li .title {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}

.home .pricing .tab-container .price-list li .price {
	font-size: 2.1em;
	font-weight: 600;
	color: #000;
}

.home .pricing .tab-container .price-list li form {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.home .pricing .tab-container .price-list li form .btn {
	padding: 8px 40px;
	display: inline-block;
	border: 1px solid #AE191B;
	border-radius: 100px;
	transition: .3s all;
	background: #AE191B;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.5;
	text-transform: uppercase;
}

.home .pricing .tab-container .price-list li .btn:hover {
	color: #D11A28;
	background-color: #fff;
}

.home .pricing .tab-container a.button {
	text-align: center;
	color: #000;
	display: block;
	width: fit-content;
	margin: 75px auto 0;
	font-size: 1.5em;
	font-weight: bold;
	transition: .3s all;
}

.home .pricing .tab-container a.button:hover {
	color: #D11A28;
}

.home .lessons-booking {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e03336', GradientType=0);
	padding: 100px 0 150px 0;
	width: 100%;
	float: left;
	position: relative;
}

.home .lessons-booking h3 {
	font-size: 3.5em;
	font-weight: 600;
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
}

.home .lessons-booking .booking-tabs {
	margin-top: 30px;
}

.home .lessons-booking .tabs-nav {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.home .lessons-booking .tab-switcher {
	padding: 5px 10px;
	position: relative;
}

.home .lessons-booking .tab-switcher:hover:before, .home .lessons-booking .tab-switcher.tab-active:before {
	background-color: #fff;
}

.home .lessons-booking .tab-switcher:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 4px;
	width: 100%;
	border-radius: 10px;
	background-color: transparent;
	transform: translateY(50%);
	transition: .3s all;
}

.home .lessons-booking .tab-switcher a {
	font-size: 2em;
	font-weight: 600;
	color: #fff;
}

.home .lessons-booking .lessons {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.home .lessons-booking .lesson {
	flex: 1 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	background-color: #fff;
	padding: 40px;
	border-radius: 25px;
}

.home .lessons-booking .lesson h4 {
	font-size: 3em;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1;
	color: #000;
}

.home .lessons-booking .lesson p.subtitle {
	font-size: 1.6em;
	font-weight: 600;
	color: #000;
}

.home .lessons-booking .lesson .products-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.home .lessons-booking .lesson .products-grid .product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 25px;
}

.home .lessons-booking .lesson .products-grid .product .content h5 {
	font-size: 1.4em;
	font-weight: 600;
	color: #000;
}

.home .lessons-booking .lesson .products-grid .product .content .price {
	font-size: 2.2em;
	font-weight: 600;
	color: #D11A28;
	text-decoration: none;
}

.home .lessons-booking .lesson .products-grid .product .button {
	padding: 8px 40px;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	border: 1px solid #e03337;
	border-radius: 100px;
	transition: .3s all;
	background: #e03337;
	color: #fff;
	cursor: pointer;
	margin: 0!important;
	text-transform: uppercase;
}

.home .lessons-booking .lesson .products-grid .product .button:hover {
	color: #D11A28;
	background-color: #fff;
}

.home .lessons-booking .lesson .products-grid .product:not(:first-child) {
	border-top: 1px solid #707070;
}

.services.home-location li {
	height: 220px;
	min-height: 220px;
}

.services.home-location li h3 {
	position: relative;
	font-size: 1.5em;
}

.services.home-location li a {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-outline.price {
	margin: 40px 0 30px 0;
}

.btn-outline.price a {
	font-size: 1.2em;
	padding: 10px 25px;
}

.services.booking {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(224, 51, 54, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e03336', GradientType=0);
	text-align: center;
	padding: 100px 0 150px 0;
}

.services.booking:before {
	display: none;
	padding: 100px 0;
}

.services.booking h3 {
	max-width: 650px;
	font-weight: 500;
	font-size: 2.5em;
	margin: 0 auto;
	width: 90%;
	padding: 0 0 50px 0;
	color: white;
}

.services.booking ul {
	justify-content: center;
}

.services.booking li {
	width: 45%;
	min-height: 300px;
	margin: 1%;
	overflow: inherit;
}

.services.booking ul li .btn-outline.price {
	margin: 40px 0 30px 0;
	position: absolute;
	bottom: -42px;
	left: 0;
	right: 0;
}

.btn-outline.price a {
	background-color: #000000;
	color: #ffffff;
	position: relative;
	display: inline;
	padding: 10px 50px;
	border: #000000;
}

.services.booking ul li h3 {
	max-width: inherit;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-bottom.kullen-traffic {
	background: transparent;
	text-align: left;
	padding: 50px 0 0 0;
}

.banner-bottom.kullen-traffic h4 {
	font-size: 1.6em;
	font-weight: 700;
	padding: 0 0 10px 0;
	
}

.banner-bottom.kullen-traffic p {
	color: #000;
	font-weight: 400;
	font-size: 1.1em;
	padding: 0 0 20px 0;
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
}

.banner-bottom.kullen-traffic img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.banner-bottom.kullen-traffic a.red {
	color: #e03337;
	font-size: 1.3em;
	font-weight: 600;
}

.banner-bottom.kullen-traffic .discount {
	margin: 50px 0 180px 0;
	padding: 60px 0 0 0;
}

.banner-bottom.kullen-traffic .discount a.dct-btn {
	transform: translatey(25px);
	box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 27%);
}

.services.new-services .btn-outline.price {
	display: flex;
	justify-content: center;
	transform: translateY(-105px);
}

.services.new-services .btn-outline.price a {
	font-size: 2.2em;
	padding: 15px 100px;
	text-align: center;
	box-shadow: 0px 20px 60px #00000029;
	white-space: nowrap;
	color: #000000;
	background-color: #fff;
}

.accordain.new-accordian .right {
	left: 0;
	padding: 0 0 0 0;
}

.accordain.new-accordian .accordain .tab {
	box-shadow: none;
}

.accordain.new-accordian input:checked + .tab-label {
	background: transparent;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	
}

.accordain.new-accordian {
	background: #FAFAF5;
	padding: 0 0;
	margin: 0 0 100px 0;
}

.accordain .tab-label {
	background: transparent;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0 25px;
}

.accordain.new-accordian input:checked ~ .tab-content {
	padding: 3em 0 0 0;
}

.accordain.new-accordian .tab {
	box-shadow: none;
	border-bottom: 1px solid #8c8888;
}

.accordain.new-accordian .tabs {
	padding: 10% 5% 0;
}

.accordain.new-accordian .tab-content {
	background: transparent;
	/*   padding: 3em 3em 0 3em; */
	font-size: 10px;
}

.accordain.new-accordian .tab-label {
	padding: 0 0;
}

.accordain.new-accordian .tab-label::after {
	font-weight: 300;
	font-size: 2em;
}

.accordain.new-accordian a {
	margin: 5% 0 0 5%;
	display: inline-block;
	color: #000;
	border-bottom: 1px solid #676464;
}

.row.news a {
	display: block;
}

.row.news img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}

.news-sec {
	background-color: #fff;
}

.map-address h3 {
	color: #000;
	font-size: 1.3em;
	padding: 10px 0;
}

.map-address p {
	color: #000;
	font-size: 1.1em;
	font-weight: 500;
	padding: 0 0 20px 0;
}

.map-address a {
	color: #000;
	font-size: 1.1em;
	font-weight: 500;
	padding: 0 0 0 0;
	display: block;
}

.receopenist {
	background-color: #fff;
	padding: 50px 0;
}

.receopenist h3 {
	font-size: 1.3em;
	color: #000;
}

.receopenist h3 span {
	font-weight: 400;
}

.new-address {
	background: #fafaf5;
}

.grid-md-12.form.check-divider {
	border-bottom: 1px solid #e03336;
}

.wpa-test-msg {
	display: none;
}

.new-footer {
	background-color: #1e1c1d;
	padding: 50px 0;
}

.new-footer a {
	color: #cbc9c9;
	padding: 5px 0;
	display: block;
	font-weight: 400;
}

.new-footer .footer-logo-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 40px 0 0 0;
}

.new-footer strong {
	display: block;
	color: #fff;
}

.new-footer img.logo-size {
	width: 100%;
	height: 100px;
	object-fit: contain;
}

.call-details {
	padding: 0 0 40px 0;
}

.call-details a {
	font-weight: 300;
	font-size: 1.4em;
}

.social-links ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 0 30px 0;
}

.social-links ul li {
	margin: 0 40px 0 0;
}

.social-links ul li i {
	font-size: 1.5em;
	color: #fff;
}

.top-footer {
	border-bottom: 1px solid #474747;
}

.copyright {
	padding: 50px 0;
}

.services.new-services {
	padding: 0 0 50px 0;
}

.copyright p {
	font-size: 1.2em;
	font-weight: 400;
}

.copyright p span {
	
	display: inline-block;
}

.copyright p span a {
	font-size: 18px;
	color: #6b6b6b;
}

.services.home-location .btn-outline.price a {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	padding: 10px 20px;
}

div#kontakt .flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

div#kontakt .flex .right p {
	font-size: 15px;
	font-weight: 500;
}

.location-pages .location-banner {
	margin: 150px 0 0 0;
	width: 100%;
}

.location-pages #navigate > ul > li > a {
	color: #000;
}

.location-pages .header.bgcolor {
	background-color: #fffdf9;
}

.location-pages #navigate > ul > li:nth-last-child(1) a,
.location-pages #navigate > ul > li:nth-last-child(2) a,
.location-pages #navigate > ul > li:nth-last-child(3) a {
	color: #fff;
}

.location-pages .header.bgcolor #navigate > ul > li > a {
	color: #000;
}

.location-pages .header.bgcolor #navigate > ul > li:nth-last-child(1) a,
.location-pages .header.bgcolor #navigate > ul > li:nth-last-child(2) a,
.location-pages .header.bgcolor #navigate > ul > li:nth-last-child(3) a {
	color: #fff;
}

.active-location ul {
	display: flex;
	justify-content: center;
	padding: 50px 0;
	align-items: center;
}

.active-location ul li {
	margin: 0 30px;
}

.active-location ul li a {
	color: #000;
	font-weight: 600;
	font-size: 1.3em;
	display: block;
	padding: 10px 20px;
}

.location-pages.sollentuna .active-location ul li a.active-block {
	border: 1px solid #BD3536;
	color: #fff;
	border-radius: 50px;
	background-color: #BD3536;
	padding: 10px 20px;
}

.location-pages.danderyd .active-location ul li a.active-block {
	border: 1px solid #000;
	color: #fff;
	border-radius: 50px;
	background-color: #000;
	padding: 10px 20px;
}

.location-book {
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
}

.location-cont {
	max-width: 500px;
	margin: 0 auto;
	width: 90%;
	position: relative;
	z-index: 999;
	padding: 100px 0;
}

.location-cont h1 span {
	font-size: 19px;
	display: block;
}

.location-cont h1 {
	color: #fff;
	padding: 20px 0;
}

.location-cont p {
	color: #fff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 20px 10px;
}

.location-cont svg {
	width: 50px;
	height: 50px;
}

.location-book .btn-outline.price {
	display: flex;
	justify-content: center;
	transform: translateY(-76px);
	position: relative;
	z-index: 99;
}

.location-book .btn-outline.price a {
	font-size: 1.8em;
	box-shadow: 0px 20px 60px rgb(0 0 0 / 16%);
	font-weight: 400;
	padding: 20px 0;
	width: 30%;
}

.small-container {
	max-width: 700px;
	margin: 0 auto;
	width: 90%;
}

.location-pages .flex {
	display: flex;
	justify-content: center;
	padding: 0 0 20px 0;
}

.location-pages .banner-bottom.kullen-traffic {
	padding: 0 0 50px 0;
}

.vanliga {
	width: 100%;
	padding: 100px 0;
	text-align: center;
}

.vanliga h3 {
	color: #000;
	font-size: 1.9em;
	
}

.vanliga p {
	color: #000;
	font-size: 1em;
	padding: 5px 0 20px 0;
	font-weight: 400;
}

.vanliga .container {
	max-width: 1030px;
}

.vanliga ul {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	justify-content: center;
}

.vanliga li {
	background-color: #fff;
	width: 29%;
	margin: 1%;
	border-radius: 10px;
	box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	padding: 20px 40px;
	
}

.vanliga a {
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: 700;
}

.location-pages .services.booking {
	padding: 0 0 100px 0;
	background: transparent;
}

.location-pages .services.booking h3 {
	font-weight: 700;
	color: #000;
	font-size: 1.9em;
}

.location-pages .services.booking li h3 {
	color: #fff;
}

.wpcf7-not-valid-tip {
	font-size: 20px;
}

.location-pages.danderyd #navigate > ul > li:nth-last-child(1),
.location-pages.danderyd #navigate > ul > li:nth-last-child(2),
.location-pages.danderyd #navigate > ul > li:nth-last-child(3) {
	background: #000;
	border-radius: 100px;
}

.location-pages.danderyd #navigate > ul > li.cart a{
	background: #000;
}

.location-pages.sundbyberg .footer form button {
	background: #000;
}

.location-pages.knivsta .footer form button {
	background: #000;
}

.location-pages.vasby .footer form button {
	background: #000;
}

.location-pages.danderyd .location-cont svg path {
	stroke: #fff;
}

.location-pages.danderyd .btn-outline.price a {
	color: #ffffff;
}

.location-pages.danderyd .btn-outline.price a:hover {
	background-color: #000;
	color: #ffffff;
	border: 1px solid #000;;
}

.location-pages.sundbyberg .active-location ul li a.active-block {
	border: 1px solid green;
	color: #fff;
	border-radius: 50px;
	background-color: green;
	padding: 10px 20px;
}

.location-pages.sundbyberg #navigate > ul > li:nth-last-child(1),
.location-pages.sundbyberg #navigate > ul > li:nth-last-child(2),
.location-pages.sundbyberg #navigate > ul > li:nth-last-child(3) {
	background: green;
	border-radius: 100px;
}

.location-pages.sundbyberg #navigate > ul > li.cart a{
	background: green;
}

.location-pages.sundbyberg .btn-outline.price a {
	color: green;
}

.location-book .btn-outline.price a:hover {
	background-color: #e03337;
	color: #fff;
	border: 1px solid #e03337;
}

.location-pages.sundbyberg .btn-outline.price a:hover {
	background-color: green;
	color: #fff;
	border: 1px solid green;
}

.location-pages.sundbyberg .banner-bottom.kullen-traffic a.red {
	color: green;
}

.location-pages.sundbyberg .footer form button {
	background: green;
}

.location-pages.sundbyberg .location-cont svg path {
	stroke: #fff;
}

/* KNIVSTA LOCATION */

.location-pages.knivsta .active-location ul li a.active-block {
	border: 1px solid #E08533;
	color: #fff;
	border-radius: 50px;
	background-color: #E08533;
	padding: 10px 20px;
}

.location-pages.knivsta #navigate > ul > li:nth-last-child(1),
.location-pages.knivsta #navigate > ul > li:nth-last-child(2),
.location-pages.knivsta #navigate > ul > li:nth-last-child(3) {
	background: #E08533;
	border-radius: 100px;
}

.location-pages.knivsta #navigate > ul > li.cart a{
	background: #E08533;
}

.location-pages.knivsta .btn-outline.price a {
	color: #E08533;
}

.location-pages.knivsta .btn-outline.price a:hover {
	background-color: #E08533;
	color: #fff;
	border: 1px solid #E08533;
}

.location-pages.knivsta .banner-bottom.kullen-traffic a.red {
	color: #E08533;
}

.location-pages.knivsta .footer form button {
	background: #E08533;
}

.location-pages.knivsta .location-cont svg path {
	stroke: #fff;
}

/* Vasby LOCATION */

.location-pages.vasby .active-location ul li a.active-block {
	border: 1px solid #0E3C4B;
	color: #fff;
	border-radius: 50px;
	background-color: #0E3C4B;
	padding: 10px 20px;
}

.location-pages.vasby #navigate > ul > li:nth-last-child(1),
.location-pages.vasby #navigate > ul > li:nth-last-child(2),
.location-pages.vasby #navigate > ul > li:nth-last-child(3) {
	background: #0E3C4B;
	border-radius: 100px;
}

.location-pages.vasby #navigate > ul > li.cart a{
	background: #0E3C4B;
}

.location-pages.vasby .btn-outline.price a {
	color: #ffffff;
}

.location-pages.vasby .btn-outline.price a:hover {
	background-color: #0E3C4B;
	color: #fff;
	border: 1px solid #0E3C4B;
}

.location-pages.vasby .banner-bottom.kullen-traffic a.red {
	color: #0E3C4B;
}

.location-pages.vasby .footer form button {
	background: #0E3C4B;
}

.location-pages.vasby .location-cont svg path {
	stroke: #fff;
}

.course-text-section {
	clear: both;
}

.course-text-section h2 {
	margin: 40px 0 20px;
	font-size: 2.5rem;
}

.course-text-section h3 {
	margin: 20px 0 10px;
	font-size: 2rem;
}

.course-text-section p {
	margin: 0 0 10px;
}

.course-text-section ul {
	list-style: disc;
	padding: 0 0 0 40px;
	margin: 10px 0;
}

.course-text-section ul li {
	font-family: 'Roboto', sans-serif;
	list-style: disc;
	line-height: 1.5;
	font-size: 1.6em;
	color: #6b6b6b;
	font-weight: 300;
}

.calculator{
	color: #000;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.calculator #drivingLessons{
	width: 50%;
}

.calculator input {
	padding: 25px;
	display: inline-block;
	background: #fff;
	outline: 0;
	border-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: black;
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 6%);
	border-radius: 10px;
}

@media (max-width: 768px) {
	
	.calculator #drivingLessons{
		width: 100%;
	}
	
	.calculator button.custom-button{
		font-size: 16px;
	}
}

.seats-notice{
	background: #E03336;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 18px 28px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	margin-left: 5%;
	position: absolute;
	bottom: 100%;
}

.cta-sc {
	display: flex;
	margin: 30px 0;
}

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

.cta-sc.cta-sc-right {
	justify-content: flex-end;
}

.cta-sc div {
	background-image: url('../img/tire-left.png'), url('../img/tire-right.png');
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;

	border: 1px solid #dcd4cf;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 350px;
	min-height: 200px;
	padding: 30px;
}

.cta-sc p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 10px;
	padding: 0!important;
	text-align: center;
}

.cta-sc a {
	background-color: #E03336;
	border-radius: 100px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	padding: 6px 12px;
	text-align: center;
	transition: all .25s ease-in-out;
}

.cta-sc a:hover {
	background-color: #E88788;
}

html :where(img[class*=wp-image-]) {
	width: unset!important;
	max-width: 100%!important;
	height: auto!important;
}

html img.aligncenter {
	display: block;
	margin: 0 auto;
}

main.black-friday {
}

main.black-friday .black-friday-offer {
	background: linear-gradient(180deg, #000000 17.65%, #E03336 65.41%, #E03336 100%);
	overflow: hidden;
	padding-top: 220px;
	padding-bottom: 124px;
	position: relative;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer {
		padding-top: 130px;
		padding-bottom: 115px;
	}
}

main.black-friday .black-friday-offer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

main.black-friday .black-friday-offer h1 {
	color: #ffffff;
	font-size: 115px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer h1 {
		font-size: 42px;
		margin-bottom: 12px;
	}
}

main.black-friday .black-friday-offer .black-friday-countdown {
	background-color: #E03336;
	border: 4px solid #ffffff;
	border-radius: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 336px;
	height: 72px;
	margin: 0 auto 90px;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .black-friday-countdown {
		border: 2px solid #ffffff;
		border-radius: 24px;
		height: 48px;
		margin: 0 auto 40px;
	}
}

main.black-friday .black-friday-offer .black-friday-timer {
	color: #ffffff;
	font-size: 40px;
	line-height: 1;
	white-space: nowrap;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .black-friday-timer {
		font-size: 28px;
	}
}

main.black-friday .black-friday-offer h2 {
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 32px;
	text-align: center;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer h2 {
		font-size: 26px;
		margin-bottom: 24px;
	}
}

main.black-friday .black-friday-offer .products-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 2%;
}

main.black-friday .black-friday-offer .products-list .product {
	border-radius: 15px;
	flex: 0 0 32%;
	max-width: 32%;
	overflow: hidden;
}

@media (max-width: 1365px) {
	main.black-friday .black-friday-offer .products-list .product {
		flex: 0 0 49%;
		max-width: 49%;
	}
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 45px 45px 30px;
	text-align: center;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc {
		padding: 16px;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .data {
	margin-bottom: 16px;
	width: 100%;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .data {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 0;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .school-name {
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .school-name {
		font-size: 28px;
		margin-bottom: 0;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .count {
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .count {
		font-size: 70px;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .desc {}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .desc {
		display: none;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .duration {
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .duration {
		text-align: left;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .benefits {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .benefits {
		justify-content: flex-start;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .benefits .benefit {
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 2;
	width: 100%;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .benefits .benefit {
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .benefits .benefit:not(:last-child) {
	border-bottom: 1px solid #A9A9A9;
}

main.black-friday .black-friday-offer .products-list .product .product-desc .course-data-toggle {
	background: none;
	border: none;
	color: #E03336;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 700;
	margin-right: auto;
	padding: 0;
	position: relative;
}

main.black-friday .black-friday-offer .products-list .product .product-desc .course-data-toggle.open::after {
	transform: rotate(0deg);
}

main.black-friday .black-friday-offer .products-list .product .product-desc .course-data-toggle::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #E03336;
	position: absolute;
	top: 10px;
	right: -16px;
	transform: rotate(-180deg);
	transition: all .25s ease-in-out;
}

@media (min-width: 768px) {
	main.black-friday .black-friday-offer .products-list .product .product-desc .course-data-toggle {
		display: none;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-desc .course-data-toggle:hover {
	text-decoration: underline;
}

main.black-friday .black-friday-offer .products-list .product .product-buy {
	background-color: #202020;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 45px;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-buy {
		padding: 20px 16px;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-buy .price {
	display: flex;
	flex-direction: column;
}

main.black-friday .black-friday-offer .products-list .product .product-buy .price .price-regular {
	color: #929292;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-decoration: line-through;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-buy .price .price-regular {
		font-size: 24px;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-buy .price .price-discount {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-buy .price .price-discount {
		font-size: 24px;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-buy .cart {

}

main.black-friday .black-friday-offer .products-list .product .product-buy .cart .single_add_to_cart_button {
	background-color: #E03336;
	border: none;
	border-radius: 100px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-offer .products-list .product .product-buy .cart .single_add_to_cart_button {
		font-size: 16px;
	}
}

main.black-friday .black-friday-offer .products-list .product .product-buy .cart .single_add_to_cart_button:hover {
	text-decoration: underline;
}

main.black-friday .black-friday-other {
	padding-bottom: 105px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-other {
		padding-bottom: 64px;
	}
}

main.black-friday .black-friday-other-stats-desktop {
	border-radius: 100px;
	box-shadow: 0px 0px 64px 0px #00000024;
	display: block;
	margin: -48px auto 64px;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-other-stats-desktop {
		display: none;
	}
}

main.black-friday .black-friday-other-stats-mobile {
	border-radius: 100px;
	box-shadow: 0px 0px 64px 0px #00000024;
	display: block;
	margin: -44px auto 54px;
}

@media (min-width: 768px) {
	main.black-friday .black-friday-other-stats-mobile {
		display: none;
	}
}

main.black-friday .black-friday-other h2 {
	color: #252323;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 24px;
	text-align: center;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-other h2 {
		font-size: 28px;
	}
}

main.black-friday .black-friday-other .other-courses {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px 2%;
}

main.black-friday .black-friday-other .other-course {
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 370px;
	height: 100%;
	overflow: hidden;
	padding: 30px 30px 48px;
	position: relative;
}

@media (max-width: 991px) {
	main.black-friday .black-friday-other .other-course {
		flex: 0 0 49%;
		max-width: 49%;
	}
}

@media (max-width: 767px) {
	main.black-friday .black-friday-other .other-course {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 30px 16px 48px;
	}
}

main.black-friday .black-friday-other .other-course::after {
	background: linear-gradient(0deg, #000000 0%, rgba(32, 32, 32, 0.8) 50%, rgba(32, 32, 32, 0) 100%);
	content: '';
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: 75%;
	z-index: 2;
}

main.black-friday .black-friday-other .other-course img.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

main.black-friday .black-friday-other .other-course h3 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	margin: auto 0 10px;
	position: relative;
	text-align: center;
	z-index: 3;
}

@media (max-width: 767px) {
	main.black-friday .black-friday-other .other-course h3 {
		font-size: 28px;
	}
}

main.black-friday .black-friday-other .other-course img.line {
	display: block;
	margin: 0 auto 10px;
	position: relative;
	z-index: 3;
}

main.black-friday .black-friday-other .other-course p {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

main.black-friday .black-friday-other .other-course span {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 10px;
	opacity: .7;
	position: relative;
	text-align: center;
	z-index: 3;
}

main.black-friday .black-friday-other .other-course p {}
main.black-friday .black-friday-other .other-course span {}

main.black-friday .black-friday-other .other-course a {
	background-color: #E03336;
	border-radius: 100px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 40px;
	position: relative;
	z-index: 3;
	text-align: center;
}

main.black-friday .black-friday-other .other-course a:hover {
	text-decoration: underline;
}